-- MariaDB dump 10.19  Distrib 10.6.11-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: staging
-- ------------------------------------------------------
-- Server version	10.6.11-MariaDB-1:10.6.11+maria~ubu2004

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `answers`
--

DROP TABLE IF EXISTS `answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `answers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `assessment_id` bigint(20) unsigned NOT NULL,
  `assessment_template_section_id` bigint(20) unsigned NOT NULL,
  `question_id` bigint(20) unsigned NOT NULL,
  `question_index` int(11) DEFAULT NULL,
  `other_answer` varchar(255) DEFAULT NULL,
  `user_choice_score` int(11) DEFAULT NULL,
  `answer` text DEFAULT NULL,
  `range_value` text DEFAULT NULL,
  `question_choice_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `answers_assessment_template_section_id_foreign` (`assessment_template_section_id`),
  KEY `answers_assessment_id_foreign` (`assessment_id`),
  KEY `answers_question_id_foreign` (`question_id`),
  KEY `answers_question_choice_id_foreign` (`question_choice_id`),
  CONSTRAINT `answers_assessment_id_foreign` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`id`) ON DELETE CASCADE,
  CONSTRAINT `answers_assessment_template_section_id_foreign` FOREIGN KEY (`assessment_template_section_id`) REFERENCES `assessment_template_sections` (`id`) ON DELETE CASCADE,
  CONSTRAINT `answers_question_choice_id_foreign` FOREIGN KEY (`question_choice_id`) REFERENCES `question_choices` (`id`) ON DELETE CASCADE,
  CONSTRAINT `answers_question_id_foreign` FOREIGN KEY (`question_id`) REFERENCES `questions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2061 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `answers`
--

LOCK TABLES `answers` WRITE;
/*!40000 ALTER TABLE `answers` DISABLE KEYS */;
INSERT INTO `answers` VALUES (1,3,245,2594,0,NULL,NULL,'4791',NULL,4791,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(2,3,245,2595,1,NULL,NULL,'4796',NULL,4796,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(3,2,245,2594,0,NULL,NULL,'4791',NULL,4791,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(5,2,245,2595,1,NULL,NULL,'4796',NULL,4796,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(6,3,245,2596,2,NULL,NULL,'2022-11-23',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(8,2,245,2596,2,NULL,NULL,'2022-11-23',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(9,2,245,2597,3,NULL,NULL,'2023-11-01',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(10,2,245,2598,4,NULL,NULL,'test description',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(11,3,245,2597,3,NULL,NULL,'2023-11-01',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(13,2,245,2599,5,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(14,2,245,2600,6,NULL,NULL,'20',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(16,3,245,2598,4,NULL,NULL,'test description',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(17,2,245,2601,7,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(18,2,245,2602,8,NULL,NULL,'4802',NULL,4802,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(20,3,245,2599,5,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(21,2,245,2603,9,NULL,NULL,'4810',NULL,4810,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(22,3,245,2600,6,NULL,NULL,'20',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(25,3,245,2601,7,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(27,3,245,2602,8,NULL,NULL,'4802',NULL,4802,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(28,3,245,2603,9,NULL,NULL,'4810',NULL,4810,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(31,4,245,2594,0,NULL,NULL,'4791',NULL,4791,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(32,4,245,2595,1,NULL,NULL,'4796',NULL,4796,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(33,4,245,2596,2,NULL,NULL,'2022-11-23',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(34,4,245,2597,3,NULL,NULL,'2023-11-01',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(35,4,245,2598,4,NULL,NULL,'test description',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(36,4,245,2599,5,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(37,4,245,2600,6,NULL,NULL,'20',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(38,4,245,2601,7,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(39,4,245,2602,8,NULL,NULL,'4802',NULL,4802,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(40,4,245,2603,9,NULL,NULL,'4810',NULL,4810,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(41,5,245,2594,0,NULL,NULL,'4791',NULL,4791,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(42,5,245,2595,1,NULL,NULL,'4796',NULL,4796,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(43,5,245,2596,2,NULL,NULL,'2022-11-23',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(44,5,245,2597,3,NULL,NULL,'2023-11-01',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(45,5,245,2598,4,NULL,NULL,'test description',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(46,5,245,2599,5,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(47,5,245,2600,6,NULL,NULL,'20',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(48,5,245,2601,7,NULL,NULL,'4',NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(49,5,245,2602,8,NULL,NULL,'4802',NULL,4802,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(50,5,245,2603,9,NULL,NULL,'4810',NULL,4810,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(186,6,368,4038,0,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(187,6,368,4039,1,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(188,6,368,4040,2,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(189,6,368,4041,3,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(190,6,368,4042,4,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(191,6,368,4043,5,NULL,NULL,'7241',NULL,7241,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(192,6,368,4044,6,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(193,6,368,4045,7,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(194,6,368,4047,0,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(195,6,368,4048,9,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(196,6,368,4049,10,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(197,6,368,4050,11,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(198,6,368,4051,12,NULL,NULL,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(199,6,368,4052,13,NULL,NULL,'7265',NULL,7265,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(200,7,698,8051,0,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(201,7,698,8052,1,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(202,7,698,8053,2,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(203,7,698,8054,3,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(204,7,698,8055,4,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(205,7,698,8056,5,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(206,7,698,8057,6,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(207,7,698,8058,7,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(208,7,698,8060,0,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(209,7,698,8060,1,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(210,7,698,8061,9,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(211,7,698,8062,10,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(212,7,698,8063,11,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(213,7,698,8064,12,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(214,7,698,8065,13,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(215,7,698,8066,14,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(216,6,758,8768,0,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(217,6,758,8769,1,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(218,6,758,8770,2,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(219,6,758,8771,3,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(220,6,758,8773,5,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(221,6,758,8774,6,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(222,6,758,8775,7,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(223,6,758,8776,8,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(224,6,758,8778,10,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(225,6,758,8779,11,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(226,6,758,8780,12,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(227,6,758,8781,13,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(228,6,758,8782,14,NULL,NULL,NULL,NULL,NULL,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(229,8,805,9269,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(230,8,805,9270,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(231,8,805,9271,2,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(232,8,805,9272,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(233,8,805,9273,4,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(234,8,805,9274,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(235,8,805,9275,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(236,8,805,9276,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(237,8,805,9278,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(238,8,805,9279,9,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(239,8,805,9280,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(240,8,805,9281,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(241,8,805,9282,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(242,8,805,9283,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(243,9,815,9368,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(244,9,815,9369,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(245,9,815,9370,2,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(246,9,815,9371,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(247,9,815,9372,4,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(248,9,815,9373,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(249,9,815,9374,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(250,9,815,9375,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(251,9,815,9377,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(252,9,815,9378,9,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(253,9,815,9379,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(254,9,815,9380,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(255,9,815,9381,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(256,9,815,9382,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(257,9,816,9383,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(258,9,816,9384,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(259,9,816,9385,2,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(260,9,816,9386,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(261,9,816,9388,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(262,9,816,9389,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(263,9,816,9390,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(264,9,816,9391,8,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(265,9,816,9393,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(266,9,816,9394,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(267,9,816,9395,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(268,9,816,9396,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(269,9,816,9397,14,NULL,NULL,NULL,NULL,NULL,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(270,10,1174,13299,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(271,10,1174,13300,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(272,10,1174,13301,2,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(273,10,1174,13302,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(274,10,1174,13303,4,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(275,10,1174,13304,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(276,10,1174,13305,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(277,10,1174,13306,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(278,10,1174,13308,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(279,10,1174,13309,9,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(280,10,1174,13310,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(281,10,1174,13311,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(282,10,1174,13312,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(283,10,1174,13313,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(284,10,1185,13401,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(285,10,1185,13402,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(286,10,1185,13403,2,NULL,NULL,'30679',NULL,30679,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(287,10,1185,13404,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(288,10,1185,13406,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(289,10,1185,13407,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(290,10,1185,13408,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(291,10,1185,13410,9,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(292,10,1185,13411,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(293,10,1185,13412,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(294,10,1185,13413,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(295,10,1185,13414,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(296,10,1185,13416,15,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(297,10,1185,13417,16,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(298,10,1185,13418,17,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(299,10,1185,13419,18,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(300,10,1185,13420,19,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(301,10,1185,13421,20,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(302,10,1185,13422,21,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(303,10,1185,13423,22,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(304,10,1185,13424,23,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(305,10,1185,13426,25,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(306,10,1185,13427,26,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(307,10,1185,13428,27,NULL,NULL,'30793',NULL,30793,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(308,10,1185,13429,28,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(309,10,1185,13431,30,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(310,10,1185,13432,31,NULL,NULL,NULL,NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(311,10,1185,13433,32,NULL,NULL,'50',NULL,NULL,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(312,11,1384,15771,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(313,11,1384,15772,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(314,11,1384,15773,2,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(315,11,1384,15774,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(316,11,1384,15775,4,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(317,11,1384,15776,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(318,11,1384,15777,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(319,11,1384,15778,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(320,11,1384,15780,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(321,11,1384,15781,9,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(322,11,1384,15782,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(323,11,1384,15783,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(324,11,1384,15784,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(325,11,1384,15785,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(326,12,1481,17091,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(327,12,1481,17092,1,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(328,12,1481,17093,2,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(329,12,1481,17094,3,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(330,12,1481,17095,4,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(331,12,1481,17096,5,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(332,12,1481,17097,6,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(333,12,1481,17098,7,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(334,12,1481,17100,0,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(335,12,1481,17101,9,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(336,12,1481,17102,10,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(337,12,1481,17103,11,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(338,12,1481,17104,12,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(339,12,1481,17105,13,NULL,NULL,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(340,13,1501,17367,0,NULL,NULL,'1988-09-15',NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(341,13,1501,17368,1,NULL,NULL,'2020-11-05',NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(342,13,1501,17369,2,NULL,NULL,'Iure quia omnis eos',NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(343,13,1501,17370,3,NULL,NULL,'Enim corporis sequi',NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(344,13,1501,17371,4,NULL,NULL,'Id voluptatum sed qu',NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(345,13,1501,17372,5,NULL,NULL,'43487',NULL,43487,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(346,13,1501,17373,6,NULL,NULL,'43490',NULL,43490,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(347,13,1501,17374,7,NULL,NULL,'43501',NULL,43501,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(348,13,1501,17376,0,NULL,NULL,'Itaque non rerum ea',NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(349,13,1501,17377,9,NULL,NULL,NULL,NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(350,13,1501,17378,10,NULL,NULL,NULL,NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(351,13,1501,17379,11,NULL,NULL,NULL,NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(352,13,1501,17380,12,NULL,NULL,NULL,NULL,NULL,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(353,13,1501,17381,13,NULL,NULL,'43506',NULL,43506,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(354,14,1501,17367,0,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(355,14,1501,17368,1,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(356,14,1501,17369,2,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(357,14,1501,17370,3,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(358,14,1501,17371,4,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(359,14,1501,17372,5,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(360,14,1501,17373,6,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(361,14,1501,17374,7,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(362,14,1501,17376,0,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(363,14,1501,17377,9,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(364,14,1501,17378,10,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(365,14,1501,17379,11,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(366,14,1501,17380,12,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(367,14,1501,17381,13,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(368,14,1510,17456,0,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(369,14,1510,17457,1,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(370,14,1510,17458,2,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(371,14,1510,17459,3,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(372,14,1510,17461,5,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(373,14,1510,17462,6,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(374,14,1510,17464,8,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(375,14,1510,17465,9,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(376,14,1510,17466,10,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(377,14,1510,17467,11,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(378,14,1510,17468,12,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(379,14,1510,17470,14,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(380,14,1510,17471,15,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(381,14,1510,17472,16,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(382,14,1510,17473,17,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(383,14,1510,17474,18,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(384,14,1510,17475,19,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(385,14,1510,17476,20,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(386,14,1510,17477,21,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(387,14,1510,17479,23,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(388,14,1510,17480,24,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(389,14,1510,17481,25,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(390,14,1510,17482,26,NULL,10,'43883',NULL,43883,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(391,14,1510,17484,28,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(392,14,1510,17485,29,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(393,14,1510,17486,30,NULL,NULL,'30',NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(394,14,1510,17487,31,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(395,14,1510,17488,32,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(396,14,1510,17489,33,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(397,14,1510,17490,34,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(398,14,1510,17491,35,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(399,14,1510,17492,36,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(400,14,1510,17493,37,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(401,14,1510,17494,38,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(402,14,1510,17496,40,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(403,14,1510,17497,41,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(404,14,1510,17498,42,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(405,14,1510,17499,43,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(406,14,1510,17500,44,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(407,14,1510,17501,45,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(408,14,1510,17502,46,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(409,14,1510,17503,47,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(410,14,1510,17504,48,NULL,NULL,NULL,NULL,NULL,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(417,13,1510,17456,0,NULL,NULL,'43742',NULL,43742,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(418,13,1510,17457,1,NULL,NULL,'43758',NULL,43758,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(419,13,1510,17458,2,NULL,NULL,'43765',NULL,43765,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(420,13,1510,17459,3,NULL,NULL,'Qui officiis incidid',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(421,13,1510,17461,5,NULL,NULL,'43775',NULL,43775,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(422,13,1510,17462,6,NULL,NULL,'43802',NULL,43802,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(423,13,1510,17464,8,NULL,NULL,'43806',NULL,43806,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(424,13,1510,17465,9,NULL,NULL,'43810',NULL,43810,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(425,13,1510,17466,10,NULL,NULL,'43816',NULL,43816,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(426,13,1510,17467,11,NULL,NULL,'43818',NULL,43818,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(427,13,1510,17468,12,NULL,NULL,'43826',NULL,43826,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(428,13,1510,17470,14,NULL,NULL,'43832',NULL,43832,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(429,13,1510,17471,15,NULL,NULL,'43834',NULL,43834,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(430,13,1510,17472,16,NULL,NULL,'43842',NULL,43842,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(431,13,1510,17473,17,NULL,NULL,'43845',NULL,43845,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(432,13,1510,17474,18,NULL,NULL,'43852',NULL,43852,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(433,13,1510,17475,19,NULL,NULL,'43855',NULL,43855,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(434,13,1510,17476,20,NULL,NULL,'43860',NULL,43860,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(435,13,1510,17477,21,NULL,NULL,'43864',NULL,43864,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(436,13,1510,17479,23,NULL,NULL,'43869',NULL,43869,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(437,13,1510,17480,24,NULL,NULL,'43876',NULL,43876,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(438,13,1510,17481,25,NULL,NULL,'43882',NULL,43882,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(439,13,1510,17482,26,NULL,NULL,'43883',NULL,43883,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(440,13,1510,17484,28,NULL,NULL,'Commodi vel corporis',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(441,13,1510,17485,29,NULL,NULL,'43887',NULL,43887,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(442,13,1510,17486,30,NULL,NULL,'Non aut aliquid duis',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(443,13,1510,17487,31,NULL,NULL,'43890',NULL,43890,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(444,13,1510,17488,32,NULL,NULL,'Inventore adipisicin',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(445,13,1510,17489,33,NULL,NULL,'43892',NULL,43892,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(446,13,1510,17490,34,NULL,NULL,'Aute sint nihil aliq',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(447,13,1510,17491,35,NULL,NULL,'43893',NULL,43893,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(448,13,1510,17492,36,NULL,NULL,'Voluptas fugiat dele',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(449,13,1510,17493,37,NULL,NULL,'43896',NULL,43896,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(450,13,1510,17494,38,NULL,NULL,'Ab animi enim fugia',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(451,13,1510,17496,40,NULL,NULL,'Omnis omnis in omnis',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(452,13,1510,17497,41,NULL,NULL,'43898',NULL,43898,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(453,13,1510,17498,42,NULL,NULL,'Eiusmod alias cupidi',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(454,13,1510,17499,43,NULL,NULL,'43899',NULL,43899,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(455,13,1510,17500,44,NULL,NULL,'Delectus qui earum',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(456,13,1510,17501,45,NULL,NULL,'43901',NULL,43901,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(457,13,1510,17502,46,NULL,NULL,'Molestiae rerum non',NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(458,13,1510,17503,47,NULL,NULL,'43904',NULL,43904,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(459,13,1510,17504,48,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:58:42','2022-12-30 10:58:42'),(460,13,1502,17382,0,NULL,NULL,'43508',NULL,43508,'2022-12-30 10:58:46','2022-12-30 10:58:46'),(461,13,1502,17383,1,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:58:46','2022-12-30 10:58:46'),(462,13,1502,17384,2,NULL,NULL,'43517',NULL,43517,'2022-12-30 10:58:46','2022-12-30 10:58:46'),(463,13,1502,17385,3,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:58:46','2022-12-30 10:58:46'),(464,13,1504,17387,0,NULL,NULL,'43526',NULL,43526,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(465,13,1504,17388,1,NULL,NULL,'43528',NULL,43528,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(466,13,1504,17389,2,NULL,NULL,'43531',NULL,43531,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(467,13,1504,17390,3,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(468,13,1504,17391,4,NULL,NULL,'43535',NULL,43535,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(469,13,1504,17392,5,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(470,13,1504,17393,6,NULL,NULL,'43542',NULL,43542,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(471,13,1504,17394,7,NULL,NULL,'43546',NULL,43546,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(472,13,1504,17395,8,NULL,NULL,'43548',NULL,43548,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(473,13,1504,17396,9,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(474,13,1504,17397,10,'werw',5,'43553',NULL,43553,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(475,13,1504,17398,11,NULL,NULL,'43556',NULL,43556,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(476,13,1504,17399,12,'werwew',5,'43562',NULL,43562,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(477,13,1504,17400,13,NULL,NULL,'43565',NULL,43565,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(478,13,1504,17401,14,NULL,NULL,'43571',NULL,43571,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(479,13,1504,17402,15,NULL,NULL,'43572',NULL,43572,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(480,13,1504,17403,16,NULL,NULL,'43577',NULL,43577,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(481,13,1504,17404,17,NULL,NULL,'43581',NULL,43581,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(482,13,1504,17405,18,'sfdsd',4,'43587',NULL,43587,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(483,13,1504,17406,19,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:13','2022-12-30 10:59:13'),(484,13,1505,17408,0,NULL,NULL,'43589',NULL,43589,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(485,13,1505,17409,1,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(486,13,1505,17410,2,NULL,NULL,'43594',NULL,43594,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(487,13,1505,17411,3,NULL,NULL,'43600',NULL,43600,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(488,13,1505,17412,4,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(489,13,1505,17413,5,'45 sfsdf',5,'43606',NULL,43606,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(490,13,1505,17407,6,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(491,13,1505,17414,7,NULL,NULL,'43607',NULL,43607,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(492,13,1505,17415,8,NULL,NULL,'43611',NULL,43611,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(493,13,1505,17416,9,'dfsdf sadfsa fsda',8,'43617',NULL,43617,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(494,13,1505,17417,10,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(495,13,1505,17418,11,NULL,NULL,'43620',NULL,43620,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(496,13,1505,17419,12,NULL,NULL,'43623',NULL,43623,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(497,13,1505,17420,13,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:30','2022-12-30 10:59:30'),(498,13,1506,17421,0,'Incidunt in volupta',4,'43631',NULL,43631,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(499,13,1506,17422,1,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(500,13,1506,17423,2,NULL,NULL,'43633',NULL,43633,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(501,13,1506,17424,3,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(502,13,1506,17425,4,NULL,NULL,'43638',NULL,43638,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(503,13,1506,17426,5,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(504,13,1506,17427,6,'Elit sequi cupidata',5,'43643',NULL,43643,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(505,13,1506,17428,7,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(506,13,1506,17429,8,NULL,NULL,'43647',NULL,43647,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(507,13,1506,17430,9,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(508,13,1506,17431,10,'Aliquip quis fuga N',10,'43649',NULL,43649,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(509,13,1506,17432,11,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(510,13,1506,17433,12,NULL,NULL,'43653',NULL,43653,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(511,13,1506,17434,13,NULL,NULL,NULL,NULL,NULL,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(512,13,1506,17435,14,NULL,NULL,'43658',NULL,43658,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(513,13,1506,17436,15,NULL,NULL,'43663',NULL,43663,'2022-12-30 10:59:37','2022-12-30 10:59:37'),(514,13,1507,17437,0,NULL,NULL,'43668',NULL,43668,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(515,13,1507,17438,1,NULL,NULL,'43672',NULL,43672,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(516,13,1507,17439,2,NULL,NULL,'43676',NULL,43676,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(517,13,1507,17440,3,NULL,NULL,'43679',NULL,43679,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(518,13,1507,17441,4,NULL,NULL,'43682',NULL,43682,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(519,13,1507,17442,5,'dfgsfdf',9,'43688',NULL,43688,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(520,13,1507,17443,6,NULL,NULL,'43691',NULL,43691,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(521,13,1507,17444,7,NULL,NULL,'43693',NULL,43693,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(522,13,1507,17445,8,NULL,NULL,'43698',NULL,43698,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(523,13,1507,17446,9,NULL,NULL,'43703',NULL,43703,'2022-12-30 10:59:47','2022-12-30 10:59:47'),(524,13,1508,17447,0,'ds sds dfsfd',6,'43708',NULL,43708,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(525,13,1508,17448,1,'Incididunt et obcaec',9,'43710',NULL,43710,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(526,13,1508,17449,2,NULL,NULL,'43715',NULL,43715,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(527,13,1508,17450,3,'Iusto eiusmod esse',4,'43718',NULL,43718,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(528,13,1508,17451,4,NULL,NULL,'43723',NULL,43723,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(529,13,1508,17452,5,NULL,NULL,'43727',NULL,43727,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(530,13,1508,17453,6,NULL,NULL,'43731',NULL,43731,'2022-12-30 11:00:02','2022-12-30 11:00:02'),(531,13,1509,17455,0,NULL,NULL,'43738',NULL,43738,'2022-12-30 11:00:06','2022-12-30 11:00:06'),(532,13,1509,17454,1,NULL,NULL,'43735',NULL,43735,'2022-12-30 11:00:06','2022-12-30 11:00:06'),(533,14,1505,17408,0,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(534,14,1505,17409,1,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(535,14,1505,17410,2,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(536,14,1505,17411,3,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(537,14,1505,17412,4,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(538,14,1505,17413,5,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(539,14,1505,17407,6,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(540,14,1505,17414,7,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(541,14,1505,17415,8,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(542,14,1505,17416,9,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(543,14,1505,17417,10,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(544,14,1505,17418,11,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(545,14,1505,17419,12,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(546,14,1505,17420,13,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(547,14,1506,17421,0,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(548,14,1506,17422,1,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(549,14,1506,17423,2,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(550,14,1506,17424,3,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(551,14,1506,17425,4,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(552,14,1506,17426,5,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(553,14,1506,17427,6,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(554,14,1506,17428,7,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(555,14,1506,17429,8,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(556,14,1506,17430,9,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(557,14,1506,17431,10,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(558,14,1506,17432,11,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(559,14,1506,17433,12,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(560,14,1506,17434,13,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(561,14,1506,17435,14,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(562,14,1506,17436,15,NULL,NULL,NULL,NULL,NULL,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(563,15,1531,17725,0,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(564,15,1531,17726,1,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(565,15,1531,17727,2,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(566,15,1531,17728,3,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(567,15,1531,17729,4,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(568,15,1531,17730,5,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(569,15,1531,17731,6,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(570,15,1531,17732,7,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(571,15,1531,17734,0,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(572,15,1531,17735,9,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(573,15,1531,17736,10,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(574,15,1531,17737,11,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(575,15,1531,17738,12,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(576,15,1531,17739,13,NULL,NULL,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(577,16,1687,19773,0,NULL,NULL,'2017-06-25',NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(578,16,1687,19774,1,NULL,NULL,'1983-07-01',NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(579,16,1687,19775,2,NULL,NULL,'Dolor officiis volup',NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(580,16,1687,19776,3,NULL,NULL,'Cumque officia aute',NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(581,16,1687,19777,4,NULL,NULL,'Quia ut quis molesti',NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(582,16,1687,19778,5,NULL,NULL,'50782',NULL,50782,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(583,16,1687,19779,6,NULL,NULL,'50789',NULL,50789,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(584,16,1687,19780,7,NULL,NULL,'50798',NULL,50798,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(585,16,1687,19782,0,NULL,NULL,'Eveniet ipsam est',NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(586,16,1687,19783,9,NULL,NULL,NULL,NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(587,16,1687,19784,10,NULL,NULL,NULL,NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(588,16,1687,19785,11,NULL,NULL,NULL,NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(589,16,1687,19786,12,NULL,NULL,NULL,NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(590,16,1687,19787,13,NULL,NULL,'50802',NULL,50802,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(591,17,1687,19773,0,NULL,NULL,'2023-03-20',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(592,17,1687,19774,1,NULL,NULL,'2024-03-20',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(593,17,1687,19775,2,NULL,NULL,'Guest accommodation',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(594,17,1687,19776,3,NULL,NULL,'10',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(595,17,1687,19777,4,NULL,NULL,'35',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(596,17,1687,19778,5,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(597,17,1687,19779,6,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(598,17,1687,19780,7,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(599,17,1687,19782,0,NULL,NULL,'Ron Waffle',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(600,17,1687,19782,1,NULL,NULL,'Johnny Hotdogs',NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(601,17,1687,19783,9,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(602,17,1687,19784,10,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(603,17,1687,19785,11,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(604,17,1687,19786,12,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(605,17,1687,19787,13,NULL,NULL,'50801',NULL,50801,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(606,17,1696,19862,0,NULL,NULL,'51042',NULL,51042,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(607,17,1696,19863,1,'Hotel and serviced apartments',7,'51056',NULL,51056,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(608,17,1696,19864,2,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(609,17,1696,19865,3,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(610,17,1696,19867,5,NULL,NULL,'51067',NULL,51067,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(611,17,1696,19868,6,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(612,17,1696,19870,8,NULL,NULL,'51101',NULL,51101,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(613,17,1696,19871,9,NULL,NULL,'51107',NULL,51107,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(614,17,1696,19872,10,NULL,NULL,'51110',NULL,51110,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(615,17,1696,19873,11,NULL,NULL,'51114',NULL,51114,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(616,17,1696,19874,12,NULL,NULL,'51123',NULL,51123,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(617,17,1696,19876,14,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(618,17,1696,19877,15,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(619,17,1696,19878,16,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(620,17,1696,19879,17,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(621,17,1696,19880,18,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(622,17,1696,19881,19,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(623,17,1696,19882,20,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(624,17,1696,19883,21,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(625,17,1696,19885,23,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(626,17,1696,19886,24,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(627,17,1696,19887,25,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(628,17,1696,19888,26,NULL,NULL,'51179',NULL,51179,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(629,17,1696,19890,28,NULL,NULL,'33',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(630,17,1696,19891,29,NULL,NULL,'51184',NULL,51184,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(631,17,1696,19892,30,NULL,NULL,'22',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(632,17,1696,19893,31,NULL,NULL,'51186',NULL,51186,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(633,17,1696,19894,32,NULL,NULL,'2',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(634,17,1696,19895,33,NULL,NULL,'51188',NULL,51188,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(635,17,1696,19896,34,NULL,NULL,'1',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(636,17,1696,19897,35,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(637,17,1696,19898,36,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(638,17,1696,19899,37,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(639,17,1696,19900,38,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(640,17,1696,19902,40,NULL,NULL,'5',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(641,17,1696,19903,41,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(642,17,1696,19904,42,NULL,NULL,'1',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(643,17,1696,19905,43,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(644,17,1696,19906,44,NULL,NULL,'4',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(645,17,1696,19907,45,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(646,17,1696,19908,46,NULL,NULL,'0',NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(647,17,1696,19909,47,NULL,NULL,'51200',NULL,51200,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(648,17,1696,19910,48,NULL,NULL,NULL,NULL,NULL,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(649,17,1688,19788,0,NULL,NULL,NULL,NULL,NULL,'2023-03-20 14:06:23','2023-03-20 14:06:23'),(650,17,1688,19789,1,NULL,NULL,NULL,NULL,NULL,'2023-03-20 14:06:23','2023-03-20 14:06:23'),(651,17,1688,19790,2,NULL,NULL,NULL,NULL,NULL,'2023-03-20 14:06:23','2023-03-20 14:06:23'),(652,17,1688,19791,3,NULL,NULL,NULL,NULL,NULL,'2023-03-20 14:06:23','2023-03-20 14:06:23'),(653,18,1818,20805,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(654,18,1818,20806,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(655,18,1818,20807,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(656,18,1818,20808,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(657,18,1818,20809,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(658,18,1818,20810,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(659,18,1818,20811,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(660,18,1818,20812,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(661,18,1818,20814,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(662,18,1818,20815,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(663,18,1818,20816,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(664,18,1818,20817,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(665,18,1818,20818,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(666,18,1818,20819,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(667,18,1826,20890,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(668,18,1826,20891,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(669,18,1826,20892,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(670,18,1826,20893,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(671,18,1826,20895,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(672,18,1826,20896,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(673,18,1826,20898,8,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(674,18,1826,20899,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(675,18,1826,20900,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(676,18,1826,20901,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(677,18,1826,20902,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(678,18,1826,20904,14,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(679,18,1826,20905,15,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(680,18,1826,20906,16,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(681,18,1826,20907,17,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(682,18,1826,20908,18,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(683,18,1826,20909,19,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(684,18,1826,20910,20,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(685,18,1826,20911,21,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(686,18,1826,20913,23,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(687,18,1826,20914,24,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(688,18,1826,20915,25,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(689,18,1826,20916,26,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(690,18,1826,20918,28,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(691,18,1826,20919,29,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(692,18,1826,20920,30,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(693,18,1826,20921,31,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(694,18,1826,20922,32,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(695,18,1826,20923,33,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(696,18,1826,20924,34,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(697,18,1826,20925,35,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(698,18,1826,20926,36,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(699,18,1826,20927,37,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(700,18,1826,20928,38,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(701,18,1826,20930,40,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(702,18,1826,20931,41,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(703,18,1826,20932,42,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(704,18,1826,20933,43,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(705,18,1826,20934,44,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(706,18,1826,20935,45,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(707,18,1826,20936,46,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(708,18,1826,20937,47,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(709,18,1826,20938,48,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(710,19,1828,20943,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(711,19,1828,20944,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(712,19,1828,20945,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(713,19,1828,20946,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(714,19,1828,20948,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(715,19,1828,20950,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(716,19,1828,20955,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(717,19,1828,20957,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(718,19,1828,20961,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(719,19,1828,20963,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(720,19,1828,20965,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(721,19,1828,20967,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(722,19,1828,20969,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(723,19,1828,20971,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(724,19,1829,20947,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(725,19,1829,20949,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(726,19,1829,20951,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(727,19,1829,20952,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(728,19,1829,20953,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(729,19,1829,20954,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(730,19,1829,20956,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(731,19,1829,20958,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(732,19,1829,20962,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(733,19,1829,20964,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(734,19,1829,20966,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(735,19,1829,20968,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(736,19,1829,20970,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(737,19,1829,20972,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(738,20,1848,21223,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(739,20,1848,21224,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(740,20,1848,21225,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(741,20,1848,21226,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(742,20,1848,21227,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(743,20,1848,21228,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(744,20,1848,21229,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(745,20,1848,21230,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(746,20,1848,21232,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(747,21,1848,21223,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(748,20,1848,21233,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(749,20,1848,21234,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(750,20,1848,21235,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(751,21,1848,21224,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(752,20,1848,21236,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(753,20,1848,21237,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(754,21,1848,21225,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(755,22,1848,21223,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(756,21,1848,21226,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(757,22,1848,21224,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(758,21,1848,21227,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(759,22,1848,21225,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(760,21,1848,21228,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(761,22,1848,21226,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(762,21,1848,21229,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(763,22,1848,21227,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(764,21,1848,21230,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(765,22,1848,21228,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(766,21,1848,21232,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(767,22,1848,21229,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(768,21,1848,21233,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(769,22,1848,21230,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(770,21,1848,21234,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(771,22,1848,21232,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(772,21,1848,21235,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(773,22,1848,21233,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(774,21,1848,21236,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(775,22,1848,21234,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(776,21,1848,21237,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(777,22,1848,21235,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(778,22,1848,21236,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(779,22,1848,21237,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(780,23,1848,21223,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(781,23,1848,21224,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(782,23,1848,21225,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(783,23,1848,21226,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(784,23,1848,21227,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(785,23,1848,21228,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(786,23,1848,21229,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(787,23,1848,21230,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(788,23,1848,21232,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(789,23,1848,21233,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(790,23,1848,21234,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(791,23,1848,21235,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(792,23,1848,21236,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(793,23,1848,21237,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(794,23,1849,21238,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(795,23,1849,21239,1,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(796,23,1849,21240,2,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(797,23,1849,21241,3,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(798,23,1849,21242,4,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(799,23,1849,21243,5,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(800,23,1849,21244,6,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(801,23,1849,21245,7,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(802,23,1849,21247,0,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(803,23,1849,21248,9,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(804,23,1849,21249,10,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(805,23,1849,21250,11,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(806,23,1849,21251,12,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(807,23,1849,21252,13,NULL,NULL,NULL,NULL,NULL,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(808,24,1848,21223,0,NULL,NULL,'1973-06-17',NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(809,24,1848,21224,1,NULL,NULL,'1984-04-10',NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(810,24,1848,21225,2,NULL,NULL,'Quam labore repudian',NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(811,24,1848,21226,3,NULL,NULL,'Dolor veniam asperi',NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(812,24,1848,21227,4,NULL,NULL,'Eiusmod sint elit n',NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(813,24,1848,21228,5,NULL,NULL,'53700',NULL,53700,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(814,24,1848,21229,6,NULL,NULL,'53707',NULL,53707,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(815,24,1848,21230,7,NULL,NULL,'53712',NULL,53712,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(816,24,1848,21232,0,NULL,NULL,'Blanditiis reprehend',NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(817,24,1848,21233,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(818,24,1848,21234,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(819,24,1848,21235,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(820,24,1848,21236,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(821,24,1848,21237,13,NULL,NULL,'53719',NULL,53719,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(822,20,1849,21238,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(823,20,1849,21239,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(824,20,1849,21240,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(825,20,1849,21241,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(826,20,1849,21242,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(827,20,1849,21243,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(828,20,1849,21244,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(829,20,1849,21245,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(830,20,1849,21247,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(831,20,1849,21248,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(832,20,1849,21249,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(833,20,1849,21250,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(834,20,1849,21251,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(835,20,1849,21252,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(836,25,1867,21452,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(837,25,1867,21453,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(838,25,1867,21454,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(839,25,1867,21455,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(840,25,1867,21456,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(841,25,1867,21457,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(842,25,1867,21458,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(843,25,1867,21459,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(844,25,1867,21461,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(845,25,1867,21462,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(846,25,1867,21463,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(847,25,1867,21464,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(848,25,1867,21465,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(849,25,1867,21466,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(850,26,1867,21452,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(851,26,1867,21453,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(852,26,1867,21454,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(853,26,1867,21455,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(854,26,1867,21456,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(855,26,1867,21457,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(856,26,1867,21458,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(857,26,1867,21459,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(858,26,1867,21461,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(859,26,1867,21462,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(860,26,1867,21463,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(861,26,1867,21464,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(862,26,1867,21465,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(863,26,1867,21466,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(864,26,1868,21467,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(865,26,1868,21468,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(866,26,1868,21469,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(867,26,1868,21470,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(868,26,1868,21471,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(869,26,1868,21472,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(870,26,1868,21473,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(871,26,1868,21474,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(872,26,1868,21476,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(873,26,1868,21477,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(874,26,1868,21478,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(875,26,1868,21479,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(876,26,1868,21480,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(877,26,1868,21481,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(878,27,1867,21452,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(879,27,1867,21453,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(880,27,1867,21454,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(881,27,1867,21455,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(882,27,1867,21456,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(883,27,1867,21457,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(884,27,1867,21458,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(885,27,1867,21459,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(886,27,1867,21461,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(887,27,1867,21462,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(888,27,1867,21463,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(889,27,1867,21464,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(890,27,1867,21465,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(891,27,1867,21466,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(892,27,1868,21467,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(893,27,1868,21468,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(894,27,1868,21469,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(895,27,1868,21470,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(896,27,1868,21471,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(897,27,1868,21472,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(898,27,1868,21473,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(899,27,1868,21474,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(900,27,1868,21476,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(901,27,1868,21477,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(902,27,1868,21478,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(903,27,1868,21479,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(904,27,1868,21480,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(905,27,1868,21481,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(906,28,1905,21910,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(907,28,1905,21911,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(908,28,1905,21912,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(909,28,1905,21913,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(910,28,1905,21914,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(911,28,1905,21915,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(912,28,1905,21916,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(913,28,1905,21917,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(914,28,1905,21919,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(915,28,1905,21920,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(916,28,1905,21921,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(917,28,1905,21922,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(918,28,1905,21923,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(919,28,1905,21924,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(920,28,1906,21925,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(921,28,1906,21926,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(922,28,1906,21927,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(923,28,1906,21928,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(924,28,1906,21929,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(925,28,1906,21930,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(926,28,1906,21931,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(927,28,1906,21932,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(928,28,1906,21934,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(929,28,1906,21935,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(930,28,1906,21936,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(931,28,1906,21937,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(932,28,1906,21938,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(933,28,1906,21939,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(934,29,1924,22139,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(935,29,1924,22140,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(936,29,1924,22141,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(937,29,1924,22142,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(938,29,1924,22143,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(939,29,1924,22144,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(940,29,1924,22145,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(941,29,1924,22146,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(942,29,1924,22148,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(943,29,1924,22149,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(944,29,1924,22150,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(945,29,1924,22151,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(946,29,1924,22152,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(947,29,1924,22153,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(948,29,1925,22154,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(949,29,1925,22155,1,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(950,29,1925,22156,2,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(951,29,1925,22157,3,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(952,29,1925,22158,4,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(953,29,1925,22159,5,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(954,29,1925,22160,6,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(955,29,1925,22161,7,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(956,29,1925,22163,0,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(957,29,1925,22164,9,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(958,29,1925,22165,10,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(959,29,1925,22166,11,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(960,29,1925,22167,12,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(961,29,1925,22168,13,NULL,NULL,NULL,NULL,NULL,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(962,30,1998,22995,0,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(963,30,1998,22996,1,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(964,30,1998,22997,2,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(965,30,1998,22998,3,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(966,30,1998,22999,4,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(967,30,1998,23000,5,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(968,30,1998,23001,6,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(969,30,1998,23003,0,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(970,30,1998,23004,8,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(971,30,1998,23005,9,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(972,30,1998,23006,10,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(973,30,1998,23007,11,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(974,31,2008,23136,0,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(975,31,2008,23137,1,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(976,31,2008,23138,2,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(977,31,2008,23139,3,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(978,31,2008,23140,4,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(979,31,2008,23141,5,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(980,31,2008,23142,6,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(981,31,2008,23144,0,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(982,31,2008,23145,8,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(983,31,2008,23146,9,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(984,31,2008,23147,10,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(985,31,2008,23148,11,NULL,NULL,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(987,33,2088,24282,0,NULL,NULL,'1976-05-11',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(988,33,2088,24283,1,NULL,NULL,'2024-05-11',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(989,33,2088,24284,2,NULL,NULL,'Description',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(990,33,2088,24285,3,NULL,NULL,'3',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(991,33,2088,24286,4,NULL,NULL,'62602',NULL,62602,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(992,33,2088,24287,5,NULL,NULL,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(993,33,2088,24288,6,NULL,NULL,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(994,33,2088,24290,0,NULL,NULL,'John',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(995,33,2088,24290,1,NULL,NULL,'Allan',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(996,33,2088,24291,8,NULL,NULL,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(997,33,2088,24292,9,NULL,NULL,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(998,33,2088,24293,10,NULL,NULL,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(999,33,2088,24294,11,NULL,NULL,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(1000,33,2088,24295,12,NULL,NULL,'23',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(1001,33,2088,24296,13,NULL,NULL,'Dave',NULL,NULL,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(1002,34,2098,24427,0,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1003,34,2098,24428,1,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1004,34,2098,24429,2,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1005,34,2098,24430,3,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1006,34,2098,24431,4,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1007,34,2098,24432,5,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1008,34,2098,24433,6,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1009,34,2098,24435,0,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1010,34,2098,24436,8,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1011,34,2098,24437,9,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1012,34,2098,24438,10,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1013,34,2098,24439,11,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1014,34,2098,24440,12,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1015,34,2098,24441,13,NULL,NULL,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(1063,33,2089,24297,0,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1064,33,2089,24298,1,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1065,33,2089,24299,2,NULL,NULL,'1',NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1066,33,2089,24301,0,NULL,NULL,'1',NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1067,33,2089,24304,0,NULL,NULL,'62644',NULL,62644,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1068,33,2089,24305,5,NULL,NULL,'\"62646\"',NULL,62646,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1069,33,2089,24306,6,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1070,33,2089,24308,8,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1071,33,2089,24309,9,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1072,33,2089,24310,10,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1073,33,2089,24311,11,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1074,33,2089,24312,12,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1075,33,2089,24314,14,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1076,33,2089,24315,15,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1077,33,2089,24316,16,NULL,NULL,'1',NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1078,33,2089,24317,17,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1079,33,2089,24318,18,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1080,33,2089,24319,19,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1081,33,2089,24320,20,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1082,33,2089,24321,21,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1083,33,2089,24323,23,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1084,33,2089,24324,24,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1085,33,2089,24325,25,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1086,33,2089,24326,26,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1087,33,2089,24328,28,NULL,NULL,'1',NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1088,33,2089,24329,29,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1089,33,2089,24330,30,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1090,33,2089,24331,31,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1091,33,2089,24332,32,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1092,33,2089,24333,33,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1093,33,2089,24334,34,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1094,33,2089,24335,35,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1095,33,2089,24336,36,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1096,33,2089,24337,37,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1097,33,2089,24338,38,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1098,33,2089,24340,40,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1099,33,2089,24341,41,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1100,33,2089,24342,42,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1101,33,2089,24343,43,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1102,33,2089,24344,44,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1103,33,2089,24345,45,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1104,33,2089,24346,46,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1105,33,2089,24347,47,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1106,33,2089,24348,48,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1107,33,2089,24350,0,NULL,NULL,'0',NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1108,33,2089,24351,0,NULL,NULL,'0',NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1109,33,2089,24352,0,NULL,NULL,NULL,NULL,NULL,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(1110,33,2087,24279,1,NULL,NULL,NULL,NULL,NULL,'2023-04-12 14:16:18','2023-04-12 14:16:18'),(1111,33,2087,24280,2,NULL,NULL,NULL,NULL,NULL,'2023-04-12 14:16:18','2023-04-12 14:16:18'),(1112,33,2087,24281,3,NULL,NULL,NULL,NULL,NULL,'2023-04-12 14:16:18','2023-04-12 14:16:18'),(1195,41,2565,29270,0,NULL,NULL,'SW14 London',NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1196,41,2565,29271,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1197,41,2565,29272,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1198,41,2565,29273,3,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1199,41,2565,29274,4,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1200,41,2565,29275,5,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1201,41,2565,29276,6,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1202,41,2565,29277,7,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1203,41,2565,29278,8,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1204,41,2565,29279,9,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1205,41,2565,29280,10,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1206,41,2565,29282,0,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1207,41,2565,29283,12,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1208,41,2565,29284,13,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1209,41,2565,29285,14,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(1210,41,2569,29323,0,NULL,NULL,'76015',NULL,76015,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1211,41,2569,29324,1,NULL,NULL,'76026',NULL,76026,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1212,41,2569,29325,2,NULL,NULL,'1',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1213,41,2569,29327,0,NULL,NULL,'1',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1214,41,2569,29330,0,NULL,NULL,'76034','6',76034,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1215,41,2569,29331,5,NULL,NULL,'\"76036\"','53',76036,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1216,41,2569,29332,6,NULL,NULL,'1',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1217,41,2569,29334,8,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1218,41,2569,29335,9,NULL,NULL,'0',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1219,41,2569,29336,10,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1220,41,2569,29337,11,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1221,41,2569,29338,12,NULL,NULL,'0',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1222,41,2569,29339,13,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1223,41,2569,29340,14,NULL,NULL,'0',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1224,41,2569,29341,15,NULL,NULL,'0',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1225,41,2569,29342,16,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1226,41,2569,29344,18,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1227,41,2569,29345,19,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1228,41,2569,29346,20,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1229,41,2569,29348,22,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1230,41,2569,29349,23,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1231,41,2569,29350,24,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1232,41,2569,29351,25,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1233,41,2569,29353,27,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1234,41,2569,29354,28,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1235,41,2569,29355,29,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1236,41,2569,29356,30,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1237,41,2569,29357,31,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1238,41,2569,29358,32,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1239,41,2569,29359,33,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1240,41,2569,29360,34,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1241,41,2569,29361,35,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1242,41,2569,29362,36,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1243,41,2569,29363,37,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1244,41,2569,29365,39,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1245,41,2569,29366,40,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1246,41,2569,29367,41,NULL,NULL,'54',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1247,41,2569,29368,42,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1248,41,2569,29369,43,NULL,NULL,'52',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1249,41,2569,29370,44,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1250,41,2569,29371,45,NULL,NULL,'53',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1251,41,2569,29372,46,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1252,41,2569,29373,47,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1253,41,2569,29375,0,NULL,NULL,'54',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1254,41,2569,29376,0,NULL,NULL,'54',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1255,41,2569,29377,0,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1256,41,2569,29379,0,NULL,NULL,'0',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1257,41,2569,29380,0,NULL,NULL,'0',NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1258,41,2569,29381,0,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1259,41,2569,29383,0,NULL,NULL,'76100',NULL,76100,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1260,41,2569,29384,0,NULL,NULL,'76105',NULL,76105,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1261,41,2569,29385,0,NULL,NULL,'76110',NULL,76110,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(1266,41,2566,29287,1,NULL,NULL,'\"75890\"',NULL,75890,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1267,41,2566,29288,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1268,41,2566,29290,4,NULL,NULL,'75899',NULL,75899,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1269,41,2566,29291,5,NULL,NULL,'75902',NULL,75902,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1270,41,2566,29292,6,NULL,NULL,'75905',NULL,75905,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1271,41,2566,29293,7,NULL,NULL,'75909',NULL,75909,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1272,41,2566,29294,8,NULL,NULL,'75911',NULL,75911,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1273,41,2566,29295,9,NULL,NULL,'75915',NULL,75915,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1274,41,2566,29296,10,NULL,NULL,'75917',NULL,75917,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1275,41,2566,29297,11,NULL,NULL,'75921',NULL,75921,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1276,41,2566,29298,12,NULL,NULL,'75930',NULL,75930,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(1378,41,2561,29235,0,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1379,41,2561,29236,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1380,41,2561,29237,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1381,41,2561,29238,3,NULL,NULL,'75745',NULL,75745,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1382,41,2561,29239,4,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1383,41,2561,29240,5,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1384,41,2561,29241,6,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1385,41,2561,29242,7,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1386,41,2561,29243,8,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1387,41,2561,29244,9,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1388,41,2561,29245,10,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1389,41,2561,29246,11,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1390,41,2561,29247,12,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1391,41,2561,29248,13,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1392,41,2561,29249,14,NULL,NULL,'75769',NULL,75769,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1393,41,2561,29250,15,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:34','2023-04-14 15:26:34'),(1404,41,2562,29251,0,NULL,NULL,'75777',NULL,75777,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1405,41,2562,29252,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1406,41,2562,29253,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1407,41,2562,29254,3,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1408,41,2562,29255,4,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1409,41,2562,29256,5,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1410,41,2562,29257,6,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1411,41,2562,29258,7,NULL,NULL,'75805',NULL,75805,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1412,41,2562,29259,8,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1413,41,2562,29260,9,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:26:54','2023-04-14 15:26:54'),(1414,41,2563,29261,0,NULL,NULL,'75816',NULL,75816,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1415,41,2563,29262,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1416,41,2563,29263,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1417,41,2563,29264,3,NULL,NULL,'75829',NULL,75829,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1418,41,2563,29265,4,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1419,41,2563,29266,5,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1420,41,2563,29267,6,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:02','2023-04-14 15:27:02'),(1421,41,2564,29268,0,NULL,NULL,'75845',NULL,75845,'2023-04-14 15:27:08','2023-04-14 15:27:08'),(1422,41,2564,29269,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:08','2023-04-14 15:27:08'),(1423,41,2570,29386,0,NULL,NULL,'76114',NULL,76114,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1424,41,2570,29387,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1425,41,2570,29388,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1426,41,2570,29389,3,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1427,41,2570,29390,4,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1428,41,2570,29391,5,NULL,NULL,'76127',NULL,76127,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1429,41,2570,29392,6,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1430,41,2570,29393,7,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1431,41,2570,29394,8,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1432,41,2570,29395,9,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1433,41,2570,29396,10,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1434,41,2570,29397,11,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1435,41,2570,29398,12,NULL,NULL,'76148',NULL,76148,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1436,41,2570,29399,13,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:31','2023-04-14 15:27:31'),(1437,41,2567,29299,0,NULL,NULL,'75932',NULL,75932,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1438,41,2567,29300,1,NULL,NULL,'75936',NULL,75936,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1439,41,2567,29301,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1440,41,2567,29302,3,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1441,41,2567,29303,4,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1442,41,2567,29304,5,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1443,41,2567,29305,6,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1444,41,2567,29306,7,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1445,41,2567,29307,8,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1446,41,2567,29308,9,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1447,41,2567,29309,10,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1448,41,2567,29310,11,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1449,41,2567,29311,12,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1450,41,2567,29312,13,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1451,41,2567,29313,14,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1452,41,2567,29314,15,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1453,41,2567,29315,16,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1454,41,2567,29316,17,NULL,NULL,'75988',NULL,75988,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1455,41,2567,29317,18,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1456,41,2567,29318,19,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:35','2023-04-14 15:27:35'),(1457,41,2568,29319,0,NULL,NULL,'\"76001\"',NULL,76001,'2023-04-14 15:27:45','2023-04-14 15:27:45'),(1458,41,2568,29320,1,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:45','2023-04-14 15:27:45'),(1459,41,2568,29321,2,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:45','2023-04-14 15:27:45'),(1460,41,2568,29322,3,NULL,NULL,NULL,NULL,NULL,'2023-04-14 15:27:45','2023-04-14 15:27:45'),(1461,34,2569,29323,0,NULL,NULL,'76013',NULL,76013,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1462,34,2569,29324,1,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1463,34,2569,29325,2,NULL,NULL,'6',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1464,34,2569,29327,0,NULL,NULL,'17',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1465,34,2569,29330,0,NULL,NULL,'76033',NULL,76033,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1466,34,2569,29331,5,NULL,NULL,'\"76035\"',NULL,76035,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1467,34,2569,29332,6,NULL,NULL,'2',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1468,34,2569,29334,8,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1469,34,2569,29335,9,NULL,NULL,'23',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1470,34,2569,29336,10,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1471,34,2569,29337,11,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1472,34,2569,29338,12,NULL,NULL,'0',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1473,34,2569,29339,13,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1474,34,2569,29340,14,NULL,NULL,'8',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1475,34,2569,29341,15,NULL,NULL,'15',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1476,34,2569,29342,16,NULL,NULL,'76040',NULL,76040,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1477,34,2569,29344,18,NULL,NULL,'76043',NULL,76043,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1478,34,2569,29345,19,NULL,NULL,'76048',NULL,76048,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1479,34,2569,29346,20,NULL,NULL,'76053',NULL,76053,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1480,34,2569,29348,22,NULL,NULL,'76058',NULL,76058,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1481,34,2569,29349,23,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1482,34,2569,29350,24,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1483,34,2569,29351,25,NULL,NULL,'76072',NULL,76072,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1484,34,2569,29353,27,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1485,34,2569,29354,28,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1486,34,2569,29355,29,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1487,34,2569,29356,30,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1488,34,2569,29357,31,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1489,34,2569,29358,32,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1490,34,2569,29359,33,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1491,34,2569,29360,34,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1492,34,2569,29361,35,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1493,34,2569,29362,36,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1494,34,2569,29363,37,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1495,34,2569,29365,39,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1496,34,2569,29366,40,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1497,34,2569,29367,41,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1498,34,2569,29368,42,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1499,34,2569,29369,43,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1500,34,2569,29370,44,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1501,34,2569,29371,45,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1502,34,2569,29372,46,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1503,34,2569,29373,47,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1504,34,2569,29375,0,NULL,NULL,'50',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1505,34,2569,29376,0,NULL,NULL,'50',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1506,34,2569,29377,0,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1507,34,2569,29379,0,NULL,NULL,'0',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1508,34,2569,29380,0,NULL,NULL,'0',NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1509,34,2569,29381,0,NULL,NULL,NULL,NULL,NULL,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1510,34,2569,29383,0,NULL,NULL,'76098',NULL,76098,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1511,34,2569,29384,0,NULL,NULL,'76104',NULL,76104,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1512,34,2569,29385,0,NULL,NULL,'76108',NULL,76108,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(1513,42,2565,29270,0,NULL,NULL,'Nulla aliqua Velit',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1514,42,2565,29271,1,NULL,NULL,'2021-06-20',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1515,42,2565,29272,2,NULL,NULL,'2000-02-13',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1516,42,2565,29273,3,NULL,NULL,'Ducimus fuga Moles',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1517,42,2565,29274,4,NULL,NULL,'Commodi tempora repu',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1518,42,2565,29275,5,NULL,NULL,'Dolore sed fuga Nih',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1519,42,2565,29276,6,NULL,NULL,'Velit hic aperiam m',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1520,42,2565,29277,7,NULL,NULL,'75854',NULL,75854,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1521,42,2565,29278,8,NULL,NULL,'75864',NULL,75864,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1522,42,2565,29279,9,NULL,NULL,'75872',NULL,75872,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1523,42,2565,29280,10,NULL,NULL,'75884',NULL,75884,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1524,42,2565,29282,0,NULL,NULL,'Culpa quis tempor vo',NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1525,42,2565,29283,12,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1526,42,2565,29284,13,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1527,42,2565,29285,14,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(1528,42,2569,29323,0,NULL,NULL,'76015',NULL,76015,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1529,42,2569,29324,1,NULL,NULL,'76020',NULL,76020,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1530,42,2569,29325,2,NULL,NULL,'17',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1531,42,2569,29327,0,NULL,NULL,'68',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1532,42,2569,29330,0,NULL,NULL,'76034','7',76034,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1533,42,2569,29332,6,NULL,NULL,'8',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1534,42,2569,29334,8,NULL,NULL,'6',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1535,42,2569,29335,9,NULL,NULL,'51',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1536,42,2569,29336,10,NULL,NULL,'27',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1537,42,2569,29337,11,NULL,NULL,'90',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1538,42,2569,29338,12,NULL,NULL,'53',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1539,42,2569,29339,13,NULL,NULL,'37',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1540,42,2569,29340,14,NULL,NULL,'61',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1541,42,2569,29341,15,NULL,NULL,'91',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1542,42,2569,29342,16,NULL,NULL,'76038',NULL,76038,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1543,42,2569,29344,18,NULL,NULL,'76045',NULL,76045,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1544,42,2569,29345,19,NULL,NULL,'76048',NULL,76048,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1545,42,2569,29346,20,NULL,NULL,'76054',NULL,76054,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1546,42,2569,29348,22,NULL,NULL,'76057',NULL,76057,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1547,42,2569,29349,23,NULL,NULL,'76064',NULL,76064,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1548,42,2569,29350,24,NULL,NULL,'76070',NULL,76070,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1549,42,2569,29351,25,'Itaque tempor unde n',2,'76075',NULL,76075,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1550,42,2569,29353,27,NULL,NULL,'64',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1551,42,2569,29354,28,NULL,NULL,'76077',NULL,76077,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1552,42,2569,29355,29,NULL,NULL,'80',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1553,42,2569,29356,30,NULL,NULL,'76080',NULL,76080,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1554,42,2569,29357,31,NULL,NULL,'50',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1555,42,2569,29358,32,NULL,NULL,'76081',NULL,76081,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1556,42,2569,29359,33,NULL,NULL,'2',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1557,42,2569,29360,34,NULL,NULL,'76084',NULL,76084,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1558,42,2569,29361,35,NULL,NULL,'30',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1559,42,2569,29362,36,NULL,NULL,'76085',NULL,76085,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1560,42,2569,29363,37,NULL,NULL,'71',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1561,42,2569,29365,39,NULL,NULL,'1',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1562,42,2569,29366,40,NULL,NULL,'76087',NULL,76087,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1563,42,2569,29367,41,NULL,NULL,'44',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1564,42,2569,29368,42,NULL,NULL,'76089',NULL,76089,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1565,42,2569,29369,43,NULL,NULL,'48',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1566,42,2569,29370,44,NULL,NULL,'76092',NULL,76092,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1567,42,2569,29371,45,NULL,NULL,'8',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1568,42,2569,29372,46,NULL,NULL,'76093',NULL,76093,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1569,42,2569,29373,47,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1570,42,2569,29375,0,NULL,NULL,'77',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1571,42,2569,29376,0,NULL,NULL,'74',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1572,42,2569,29377,0,NULL,NULL,'Cumque numquam aut r',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1573,42,2569,29379,0,NULL,NULL,'12',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1574,42,2569,29380,0,NULL,NULL,'7',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1575,42,2569,29381,0,NULL,NULL,'Consequatur velit ni',NULL,NULL,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1576,42,2569,29383,0,NULL,NULL,'76098',NULL,76098,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1577,42,2569,29384,0,NULL,NULL,'76105',NULL,76105,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1578,42,2569,29385,0,NULL,NULL,'76109',NULL,76109,'2023-04-20 07:56:07','2023-04-20 07:56:07'),(1579,42,2568,29319,0,NULL,NULL,'\"75997\"',NULL,75997,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1580,42,2568,29319,0,NULL,NULL,'\"75998\"',NULL,75998,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1581,42,2568,29319,0,NULL,NULL,'\"76001\"',NULL,76001,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1582,42,2568,29319,0,NULL,NULL,'\"76002\"',NULL,76002,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1583,42,2568,29319,0,NULL,NULL,'\"76006\"',NULL,76006,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1584,42,2568,29320,1,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1585,42,2568,29321,2,NULL,NULL,'76010',NULL,76010,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1586,42,2568,29322,3,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(1587,42,2566,29287,1,NULL,NULL,'\"75887\"',NULL,75887,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1588,42,2566,29287,1,NULL,NULL,'\"75888\"',NULL,75888,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1589,42,2566,29287,1,NULL,NULL,'\"75892\"',NULL,75892,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1590,42,2566,29287,1,NULL,NULL,'\"75894\"',NULL,75894,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1591,42,2566,29287,1,NULL,NULL,'\"75897\"',NULL,75897,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1592,42,2566,29288,2,NULL,NULL,'Reprehenderit offici',NULL,NULL,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1593,42,2566,29290,4,NULL,NULL,'75899',NULL,75899,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1594,42,2566,29291,5,NULL,NULL,'75903',NULL,75903,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1595,42,2566,29292,6,NULL,NULL,'75906',NULL,75906,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1596,42,2566,29293,7,NULL,NULL,'75908',NULL,75908,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1597,42,2566,29294,8,NULL,NULL,'75911',NULL,75911,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1598,42,2566,29295,9,NULL,NULL,'75913',NULL,75913,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1599,42,2566,29296,10,NULL,NULL,'75916',NULL,75916,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1600,42,2566,29297,11,NULL,NULL,'75922',NULL,75922,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1601,42,2566,29298,12,NULL,NULL,'75928',NULL,75928,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(1602,42,2567,29299,0,NULL,NULL,'75932',NULL,75932,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1603,42,2567,29300,1,NULL,NULL,'75936',NULL,75936,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1604,42,2567,29301,2,NULL,NULL,'75940',NULL,75940,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1605,42,2567,29302,3,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1606,42,2567,29303,4,NULL,NULL,'75944',NULL,75944,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1607,42,2567,29304,5,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1608,42,2567,29305,6,NULL,NULL,'75948',NULL,75948,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1609,42,2567,29306,7,NULL,NULL,'75952',NULL,75952,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1610,42,2567,29307,8,NULL,NULL,'75956',NULL,75956,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1611,42,2567,29308,9,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1612,42,2567,29309,10,NULL,NULL,'75959',NULL,75959,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1613,42,2567,29310,11,NULL,NULL,'75963',NULL,75963,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1614,42,2567,29311,12,NULL,NULL,'75968',NULL,75968,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1615,42,2567,29312,13,NULL,NULL,'75973',NULL,75973,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1616,42,2567,29313,14,NULL,NULL,'75976',NULL,75976,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1617,42,2567,29314,15,NULL,NULL,'75983',NULL,75983,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1618,42,2567,29315,16,NULL,NULL,'75985',NULL,75985,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1619,42,2567,29316,17,NULL,NULL,'75989',NULL,75989,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1620,42,2567,29317,18,NULL,NULL,'75996',NULL,75996,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1621,42,2567,29318,19,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(1622,42,2570,29386,0,NULL,NULL,'76117',NULL,76117,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1623,42,2570,29387,1,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1624,42,2570,29388,2,NULL,NULL,'76119',NULL,76119,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1625,42,2570,29389,3,NULL,NULL,'76121',NULL,76121,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1626,42,2570,29390,4,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1627,42,2570,29391,5,NULL,NULL,'76129',NULL,76129,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1628,42,2570,29392,6,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1629,42,2570,29393,7,NULL,NULL,'76131',NULL,76131,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1630,42,2570,29394,8,NULL,NULL,'76136',NULL,76136,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1631,42,2570,29395,9,NULL,NULL,'76142',NULL,76142,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1632,42,2570,29396,10,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1633,42,2570,29397,11,NULL,NULL,'76144',NULL,76144,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1634,42,2570,29398,12,NULL,NULL,'76148',NULL,76148,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1635,42,2570,29399,13,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(1636,42,2561,29235,0,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1637,42,2561,29236,1,NULL,NULL,'75739',NULL,75739,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1638,42,2561,29237,2,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1639,42,2561,29238,3,NULL,NULL,'75745',NULL,75745,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1640,42,2561,29239,4,NULL,NULL,'75749',NULL,75749,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1641,42,2561,29240,5,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1642,42,2561,29241,6,NULL,NULL,'75754',NULL,75754,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1643,42,2561,29242,7,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1644,42,2561,29243,8,NULL,NULL,'75756',NULL,75756,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1645,42,2561,29244,9,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1646,42,2561,29245,10,'Odit tempora culpa',2,'75762',NULL,75762,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1647,42,2561,29246,11,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1648,42,2561,29247,12,'Eum inventore sapien',4,'75765',NULL,75765,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1649,42,2561,29248,13,NULL,NULL,NULL,NULL,NULL,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1650,42,2561,29249,14,NULL,NULL,'75769',NULL,75769,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1651,42,2561,29250,15,NULL,NULL,'75774',NULL,75774,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(1652,42,2562,29251,0,NULL,NULL,'75777',NULL,75777,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1653,42,2562,29252,1,NULL,NULL,'75782',NULL,75782,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1654,42,2562,29253,2,NULL,NULL,'75785',NULL,75785,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1655,42,2562,29254,3,NULL,NULL,'75790',NULL,75790,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1656,42,2562,29255,4,NULL,NULL,'75792',NULL,75792,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1657,42,2562,29256,5,NULL,NULL,'75796',NULL,75796,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1658,42,2562,29257,6,NULL,NULL,'75802',NULL,75802,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1659,42,2562,29258,7,NULL,NULL,'75805',NULL,75805,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1660,42,2562,29259,8,NULL,NULL,'75809',NULL,75809,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1661,42,2562,29260,9,NULL,NULL,'75812',NULL,75812,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(1662,42,2563,29261,0,NULL,NULL,'75818',NULL,75818,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1663,42,2563,29262,1,NULL,NULL,'75821',NULL,75821,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1664,42,2563,29263,2,NULL,NULL,'75824',NULL,75824,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1665,42,2563,29264,3,NULL,NULL,'75831',NULL,75831,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1666,42,2563,29265,4,NULL,NULL,'75832',NULL,75832,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1667,42,2563,29266,5,NULL,NULL,'75836',NULL,75836,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1668,42,2563,29267,6,NULL,NULL,'75841',NULL,75841,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(1669,42,2564,29268,0,NULL,NULL,'75844',NULL,75844,'2023-04-20 07:57:39','2023-04-20 07:57:39'),(1670,42,2564,29269,1,NULL,NULL,'75850',NULL,75850,'2023-04-20 07:57:39','2023-04-20 07:57:39'),(1805,46,2748,30371,0,NULL,NULL,'79921',NULL,79921,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1806,46,2748,30372,1,NULL,NULL,'79929',NULL,79929,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1807,46,2748,30373,2,NULL,NULL,'79931',NULL,79931,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1808,46,2748,30374,3,NULL,NULL,'79936',NULL,79936,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1809,46,2748,30375,4,NULL,NULL,'79939',NULL,79939,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1810,46,2748,30376,5,NULL,NULL,'79944',NULL,79944,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1811,46,2748,30377,6,NULL,NULL,'79947',NULL,79947,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(1812,46,2749,30378,0,NULL,NULL,'\"79949\"',NULL,79949,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1813,46,2749,30378,0,NULL,NULL,'\"79951\"',NULL,79951,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1814,46,2749,30379,1,NULL,NULL,'79953',NULL,79953,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1815,46,2749,30380,2,NULL,NULL,'\"79957\"',NULL,79957,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1816,46,2749,30380,2,NULL,NULL,'\"79959\"',NULL,79959,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1817,46,2749,30380,2,NULL,NULL,'\"79960\"',NULL,79960,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1818,46,2749,30381,3,NULL,NULL,'79963',NULL,79963,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(1819,46,2747,30368,0,NULL,NULL,'79911',NULL,79911,'2023-04-27 13:11:38','2023-04-27 13:11:38'),(1820,46,2747,30369,1,NULL,NULL,'\"79913\"',NULL,79913,'2023-04-27 13:11:38','2023-04-27 13:11:38'),(1821,46,2747,30369,1,NULL,NULL,'\"79914\"',NULL,79914,'2023-04-27 13:11:38','2023-04-27 13:11:38'),(1822,46,2747,30370,2,NULL,NULL,'79917',NULL,79917,'2023-04-27 13:11:38','2023-04-27 13:11:38'),(1823,46,2750,30382,0,NULL,NULL,'79966',NULL,79966,'2023-04-27 13:12:05','2023-04-27 13:12:05'),(1824,46,2750,30383,1,NULL,NULL,'79968',NULL,79968,'2023-04-27 13:12:05','2023-04-27 13:12:05'),(1825,46,2751,30384,0,NULL,NULL,'\"79970\"',NULL,79970,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(1826,46,2751,30384,0,NULL,NULL,'\"79972\"',NULL,79972,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(1827,46,2751,30385,1,NULL,NULL,'79975',NULL,79975,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(1828,46,2751,30386,2,NULL,NULL,'79979',NULL,79979,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(1829,46,2751,30387,3,NULL,NULL,'79981',NULL,79981,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(1830,46,2751,30388,4,NULL,NULL,'79985',NULL,79985,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(1831,46,2752,30389,0,NULL,NULL,'79987',NULL,79987,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1832,46,2752,30390,1,NULL,NULL,'79991',NULL,79991,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1833,46,2752,30391,2,NULL,NULL,'79993',NULL,79993,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1834,46,2752,30392,3,NULL,NULL,'80007',NULL,80007,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1835,46,2752,30393,4,NULL,NULL,'80009',NULL,80009,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1836,46,2752,30394,5,NULL,NULL,'80013',NULL,80013,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1837,46,2752,30395,6,NULL,NULL,'80015',NULL,80015,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1838,46,2752,30396,7,NULL,NULL,'80019',NULL,80019,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1839,46,2752,30397,8,NULL,NULL,'80023',NULL,80023,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1840,46,2752,30398,9,NULL,NULL,'80027',NULL,80027,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1841,46,2752,30399,10,NULL,NULL,'80031',NULL,80031,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1842,46,2752,30400,11,NULL,NULL,'80035',NULL,80035,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1843,46,2752,30401,12,NULL,NULL,'80039',NULL,80039,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1844,46,2752,30402,13,NULL,NULL,'80041',NULL,80041,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1845,46,2752,30403,14,NULL,NULL,'80047',NULL,80047,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1846,46,2752,30404,15,NULL,NULL,'80051',NULL,80051,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1847,46,2752,30405,16,NULL,NULL,'80055',NULL,80055,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(1848,46,2753,30406,0,NULL,NULL,'80058',NULL,80058,'2023-04-27 13:17:15','2023-04-27 13:17:15'),(1849,47,2776,30527,0,NULL,NULL,'80539',NULL,80539,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1850,47,2776,30528,1,NULL,NULL,'80544',NULL,80544,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1851,47,2776,30529,2,NULL,NULL,'80545',NULL,80545,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1852,47,2776,30530,3,NULL,NULL,'80553',NULL,80553,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1853,47,2776,30531,4,NULL,NULL,'80556',NULL,80556,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1854,47,2776,30532,5,NULL,NULL,'80559',NULL,80559,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1855,47,2776,30533,6,NULL,NULL,'80561',NULL,80561,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(1856,47,2777,30534,0,NULL,NULL,'\"80565\"',NULL,80565,'2023-05-02 11:10:22','2023-05-02 11:10:22'),(1857,47,2777,30535,1,NULL,NULL,'80570',NULL,80570,'2023-05-02 11:10:22','2023-05-02 11:10:22'),(1858,47,2777,30536,2,NULL,NULL,'\"80576\"',NULL,80576,'2023-05-02 11:10:22','2023-05-02 11:10:22'),(1859,47,2777,30537,3,NULL,NULL,'80578',NULL,80578,'2023-05-02 11:10:22','2023-05-02 11:10:22'),(1860,47,2775,30524,0,NULL,NULL,'80525',NULL,80525,'2023-05-02 11:10:28','2023-05-02 11:10:28'),(1861,47,2775,30525,1,NULL,NULL,'\"80528\"',NULL,80528,'2023-05-02 11:10:28','2023-05-02 11:10:28'),(1862,47,2775,30526,2,NULL,NULL,'80535',NULL,80535,'2023-05-02 11:10:28','2023-05-02 11:10:28'),(1863,47,2779,30539,0,NULL,NULL,'80586',NULL,80586,'2023-05-02 11:10:32','2023-05-02 11:10:32'),(1864,47,2779,30540,1,NULL,NULL,'80588',NULL,80588,'2023-05-02 11:10:32','2023-05-02 11:10:32'),(1865,47,2780,30541,0,NULL,NULL,'\"80593\"',NULL,80593,'2023-05-02 11:10:36','2023-05-02 11:10:36'),(1866,47,2780,30542,1,NULL,NULL,'80596',NULL,80596,'2023-05-02 11:10:36','2023-05-02 11:10:36'),(1867,47,2780,30543,2,NULL,NULL,'80597',NULL,80597,'2023-05-02 11:10:36','2023-05-02 11:10:36'),(1868,47,2780,30544,3,NULL,NULL,'80601',NULL,80601,'2023-05-02 11:10:36','2023-05-02 11:10:36'),(1869,47,2780,30545,4,NULL,NULL,'80604',NULL,80604,'2023-05-02 11:10:36','2023-05-02 11:10:36'),(1870,47,2781,30546,0,NULL,NULL,'80608',NULL,80608,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1871,47,2781,30547,1,NULL,NULL,'80611',NULL,80611,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1872,47,2781,30548,2,NULL,NULL,'80613',NULL,80613,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1873,47,2781,30549,3,NULL,NULL,'80618',NULL,80618,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1874,47,2781,30550,4,NULL,NULL,'80628',NULL,80628,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1875,47,2781,30551,5,NULL,NULL,'80632',NULL,80632,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1876,47,2781,30552,6,NULL,NULL,'80637',NULL,80637,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1877,47,2781,30553,7,NULL,NULL,'80639',NULL,80639,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1878,47,2781,30554,8,NULL,NULL,'80642',NULL,80642,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1879,47,2781,30555,9,NULL,NULL,'80647',NULL,80647,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1880,47,2781,30556,10,NULL,NULL,'80650',NULL,80650,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1881,47,2781,30557,11,NULL,NULL,'80655',NULL,80655,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1882,47,2781,30558,12,NULL,NULL,'80658',NULL,80658,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1883,47,2781,30559,13,NULL,NULL,'80662',NULL,80662,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1884,47,2781,30560,14,NULL,NULL,'80667',NULL,80667,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1885,47,2781,30561,15,NULL,NULL,'80669',NULL,80669,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1886,47,2781,30562,16,NULL,NULL,'80673',NULL,80673,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(1887,47,2778,30538,0,NULL,NULL,'80583',NULL,80583,'2023-05-02 11:10:46','2023-05-02 11:10:46'),(1888,48,3272,38950,0,NULL,NULL,'ff',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1889,48,3272,38951,1,NULL,NULL,'2023-05-04',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1890,48,3272,38952,2,NULL,NULL,'2023-05-19',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1891,48,3272,38953,3,NULL,NULL,'f',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1892,48,3272,38954,4,NULL,NULL,'f',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1893,48,3272,38955,5,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1894,48,3272,38956,6,NULL,NULL,'f',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1895,48,3272,38957,7,NULL,NULL,'103217',NULL,103217,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1896,48,3272,38958,8,NULL,NULL,'103227',NULL,103227,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1897,48,3272,38960,0,NULL,NULL,'f',NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1898,48,3272,38961,10,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1899,48,3272,38962,11,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1900,48,3272,38963,12,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1901,48,3272,38964,13,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1902,48,3272,38965,14,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1903,48,3272,38966,15,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1904,48,3272,38969,0,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1905,48,3272,38970,0,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(1906,49,3291,39244,0,NULL,NULL,'aaa',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1907,49,3291,39245,1,NULL,NULL,'2023-05-05',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1908,49,3291,39246,2,NULL,NULL,'2023-05-26',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1909,49,3291,39247,3,NULL,NULL,'a',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1910,49,3291,39248,4,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1911,49,3291,39249,5,NULL,NULL,'a',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1912,49,3291,39250,6,NULL,NULL,'a',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1913,49,3291,39251,7,NULL,NULL,'104032',NULL,104032,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1914,49,3291,39252,8,NULL,NULL,'104042',NULL,104042,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1915,49,3291,39254,0,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1916,49,3291,39255,10,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1917,49,3291,39256,11,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1918,49,3291,39257,12,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1919,49,3291,39258,13,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1920,49,3291,39259,14,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1921,49,3291,39260,15,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1922,49,3291,39263,0,NULL,NULL,'a',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1923,49,3291,39264,0,NULL,NULL,'a',NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(1924,50,3301,39433,0,NULL,NULL,'dd',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1925,50,3301,39434,1,NULL,NULL,'2023-05-05',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1926,50,3301,39435,2,NULL,NULL,'2023-05-26',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1927,50,3301,39436,3,NULL,NULL,'d',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1928,50,3301,39437,4,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1929,50,3301,39438,5,NULL,NULL,'d',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1930,50,3301,39439,6,NULL,NULL,'d',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1931,50,3301,39440,7,NULL,NULL,'104551',NULL,104551,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1932,50,3301,39441,8,NULL,NULL,'104560',NULL,104560,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1933,50,3301,39443,0,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1934,50,3301,39444,10,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1935,50,3301,39445,11,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1936,50,3301,39446,12,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1937,50,3301,39447,13,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1938,50,3301,39448,14,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1939,50,3301,39449,15,NULL,NULL,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1940,50,3301,39452,0,NULL,NULL,'d',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1941,50,3301,39453,0,NULL,NULL,'d',NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(1942,51,3321,39817,0,NULL,NULL,'q',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1943,51,3321,39818,1,NULL,NULL,'2023-05-05',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1944,51,3321,39819,2,NULL,NULL,'2023-05-26',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1945,51,3321,39820,3,NULL,NULL,'q',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1946,51,3321,39821,4,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1947,51,3321,39822,5,NULL,NULL,'q',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1948,51,3321,39823,6,NULL,NULL,'q',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1949,51,3321,39824,7,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1950,51,3321,39825,8,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1951,51,3321,39827,0,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1952,51,3321,39828,10,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1953,51,3321,39829,11,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1954,51,3321,39830,12,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1955,51,3321,39831,13,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1956,51,3321,39832,14,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1957,51,3321,39833,15,NULL,NULL,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1958,51,3321,39836,0,NULL,NULL,'q',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1959,51,3321,39837,0,NULL,NULL,'qq',NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(1960,52,3331,40009,0,NULL,NULL,'m',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1961,52,3331,40010,1,NULL,NULL,'2023-05-05',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1962,52,3331,40011,2,NULL,NULL,'2023-05-20',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1963,52,3331,40012,3,NULL,NULL,'m',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1964,52,3331,40013,4,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1965,52,3331,40014,5,NULL,NULL,'m',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1966,52,3331,40015,6,NULL,NULL,'m',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1967,52,3331,40016,7,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1968,52,3331,40017,8,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1969,52,3331,40019,0,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1970,52,3331,40020,10,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1971,52,3331,40021,11,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1972,52,3331,40022,12,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1973,52,3331,40023,13,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1974,52,3331,40024,14,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1975,52,3331,40025,15,NULL,NULL,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1976,52,3331,40028,0,NULL,NULL,'m',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1977,52,3331,40029,0,NULL,NULL,'m',NULL,NULL,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(1978,52,3332,40030,0,NULL,NULL,'106175',NULL,106175,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1979,52,3332,40031,1,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1980,52,3332,40033,0,NULL,NULL,'12',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1981,52,3332,40035,0,NULL,NULL,'11',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1982,52,3332,40036,4,NULL,NULL,'14',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1983,52,3332,40037,5,NULL,NULL,'2',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1984,52,3332,40039,7,NULL,NULL,'28',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1985,52,3332,40040,8,NULL,NULL,'28',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1986,52,3332,40041,9,NULL,NULL,'13',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1987,52,3332,40042,10,NULL,NULL,'12',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1988,52,3332,40043,11,NULL,NULL,'14',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1989,52,3332,40044,12,NULL,NULL,'15',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1990,52,3332,40045,13,NULL,NULL,'16',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1991,52,3332,40046,14,NULL,NULL,'13',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1992,52,3332,40047,15,NULL,NULL,'106198',NULL,106198,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1993,52,3332,40049,17,NULL,NULL,'106202',NULL,106202,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1994,52,3332,40050,18,NULL,NULL,'106207',NULL,106207,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1995,52,3332,40051,19,NULL,NULL,'106212',NULL,106212,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1996,52,3332,40053,21,NULL,NULL,'106217',NULL,106217,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1997,52,3332,40054,22,NULL,NULL,'106224',NULL,106224,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1998,52,3332,40055,23,NULL,NULL,'106227',NULL,106227,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(1999,52,3332,40056,24,NULL,NULL,'106231',NULL,106231,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2000,52,3332,40058,26,NULL,NULL,'9',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2001,52,3332,40059,27,NULL,NULL,'106237',NULL,106237,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2002,52,3332,40060,28,NULL,NULL,'6',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2003,52,3332,40061,29,NULL,NULL,'106240',NULL,106240,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2004,52,3332,40062,30,NULL,NULL,'11',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2005,52,3332,40063,31,NULL,NULL,'106243',NULL,106243,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2006,52,3332,40064,32,NULL,NULL,'3',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2007,52,3332,40065,33,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2008,52,3332,40066,34,NULL,NULL,'7',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2009,52,3332,40067,35,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2010,52,3332,40068,36,NULL,NULL,'0',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2011,52,3332,40070,38,NULL,NULL,'9',NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2012,52,3332,40071,39,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2013,52,3332,40073,0,NULL,NULL,'106251',NULL,106251,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2014,52,3332,40074,0,NULL,NULL,'106257',NULL,106257,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2015,52,3332,40075,0,NULL,NULL,'106265',NULL,106265,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2016,52,3332,40077,0,NULL,NULL,'106269',NULL,106269,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2017,52,3332,40078,0,NULL,NULL,'106274',NULL,106274,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2018,52,3332,40079,0,NULL,NULL,'106277',NULL,106277,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2019,52,3332,40081,0,NULL,NULL,'106283',NULL,106283,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2020,52,3332,40082,0,NULL,NULL,'106290',NULL,106290,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2021,52,3332,40083,0,NULL,NULL,'106292',NULL,106292,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2022,52,3332,40084,43,NULL,NULL,'106297',NULL,106297,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2023,52,3332,40086,0,NULL,NULL,'106302',NULL,106302,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2024,52,3332,40087,0,NULL,NULL,'106307',NULL,106307,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2025,52,3332,40088,0,NULL,NULL,'106315',NULL,106315,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2026,52,3332,40090,0,NULL,NULL,'106316',NULL,106316,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2027,52,3332,40091,0,NULL,NULL,'106322',NULL,106322,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2028,52,3332,40092,0,NULL,NULL,'106330',NULL,106330,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2029,52,3332,40094,0,NULL,NULL,'106331',NULL,106331,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2030,52,3332,40095,0,NULL,NULL,'106337',NULL,106337,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2031,52,3332,40096,0,NULL,NULL,'106343',NULL,106343,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2032,52,3332,40098,0,NULL,NULL,'106347',NULL,106347,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2033,52,3332,40099,0,NULL,NULL,'106353',NULL,106353,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2034,52,3332,40100,0,NULL,NULL,'106357',NULL,106357,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2035,52,3332,40102,0,NULL,NULL,'106362',NULL,106362,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2036,52,3332,40103,0,NULL,NULL,'106370',NULL,106370,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2037,52,3332,40104,0,NULL,NULL,'106374',NULL,106374,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2038,52,3332,40106,0,NULL,NULL,'106377',NULL,106377,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2039,52,3332,40107,0,NULL,NULL,'106383',NULL,106383,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2040,52,3332,40108,0,NULL,NULL,'106387',NULL,106387,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2041,52,3332,40110,0,NULL,NULL,'106392',NULL,106392,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2042,52,3332,40111,0,NULL,NULL,'106400',NULL,106400,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2043,52,3332,40112,0,NULL,NULL,'106402',NULL,106402,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2044,52,3332,40113,51,NULL,NULL,'\"106407\"',NULL,106407,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(2045,52,3323,39923,0,NULL,NULL,'\"105875\"',NULL,105875,'2023-05-08 14:36:22','2023-05-08 14:36:22'),(2046,52,3323,39923,0,NULL,NULL,'\"105883\"',NULL,105883,'2023-05-08 14:36:22','2023-05-08 14:36:22'),(2047,52,3323,39924,1,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:22','2023-05-08 14:36:22'),(2048,52,3323,39925,2,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:22','2023-05-08 14:36:22'),(2049,52,3323,39926,3,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:22','2023-05-08 14:36:22'),(2050,52,3326,39954,1,NULL,NULL,'\"105969\"',NULL,105969,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2051,52,3326,39955,2,NULL,NULL,NULL,NULL,NULL,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2052,52,3326,39957,4,NULL,NULL,'105982',NULL,105982,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2053,52,3326,39958,5,NULL,NULL,'105986',NULL,105986,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2054,52,3326,39959,6,NULL,NULL,'105988',NULL,105988,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2055,52,3326,39960,7,NULL,NULL,'105992',NULL,105992,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2056,52,3326,39961,8,NULL,NULL,'105995',NULL,105995,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2057,52,3326,39962,9,NULL,NULL,'105997',NULL,105997,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2058,52,3326,39963,10,NULL,NULL,'106000',NULL,106000,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2059,52,3326,39964,11,NULL,NULL,'106003',NULL,106003,'2023-05-08 14:36:54','2023-05-08 14:36:54'),(2060,52,3326,39965,12,NULL,NULL,'106010',NULL,106010,'2023-05-08 14:36:54','2023-05-08 14:36:54');
/*!40000 ALTER TABLE `answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `assessment_section_scores`
--

DROP TABLE IF EXISTS `assessment_section_scores`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assessment_section_scores` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `assessment_id` bigint(20) unsigned NOT NULL,
  `assessment_template_section_id` bigint(20) unsigned NOT NULL,
  `recommendations` longtext DEFAULT NULL,
  `score` int(11) NOT NULL,
  `out_of` int(11) DEFAULT NULL,
  `audited` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `assessment_section_scores_assessment_id_foreign` (`assessment_id`),
  KEY `assessment_section_scores_assessment_template_section_id_foreign` (`assessment_template_section_id`),
  CONSTRAINT `assessment_section_scores_assessment_id_foreign` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`id`) ON DELETE CASCADE,
  CONSTRAINT `assessment_section_scores_assessment_template_section_id_foreign` FOREIGN KEY (`assessment_template_section_id`) REFERENCES `assessment_template_sections` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=161 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `assessment_section_scores`
--

LOCK TABLES `assessment_section_scores` WRITE;
/*!40000 ALTER TABLE `assessment_section_scores` DISABLE KEYS */;
INSERT INTO `assessment_section_scores` VALUES (1,2,245,NULL,2,NULL,0,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(2,3,245,NULL,2,NULL,0,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(4,4,245,NULL,2,NULL,0,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(5,5,245,NULL,2,NULL,0,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(14,6,368,NULL,1,NULL,0,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(15,7,698,NULL,0,NULL,0,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(16,6,758,NULL,0,NULL,0,'2022-11-30 21:34:59','2022-11-30 21:34:59'),(17,8,805,NULL,0,NULL,0,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(18,9,815,NULL,0,NULL,0,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(19,9,816,NULL,0,NULL,0,'2022-12-01 09:31:03','2022-12-01 09:31:03'),(20,10,1174,NULL,0,NULL,0,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(21,10,1185,NULL,1,NULL,0,'2022-12-01 15:27:10','2022-12-01 15:27:10'),(22,11,1384,NULL,0,NULL,0,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(23,12,1481,NULL,0,NULL,0,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(24,13,1501,NULL,0,NULL,1,'2022-12-02 11:17:04','2023-04-20 07:47:14'),(25,14,1501,NULL,0,NULL,0,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(26,14,1510,NULL,0,NULL,1,'2022-12-13 13:14:40','2022-12-13 13:14:40'),(27,13,1510,NULL,3,NULL,1,'2022-12-30 10:58:42','2023-04-20 07:47:22'),(28,13,1502,NULL,4,NULL,1,'2022-12-30 10:58:46','2023-04-20 07:47:25'),(29,13,1503,NULL,0,NULL,1,'2022-12-30 10:58:50','2023-04-20 07:47:28'),(30,13,1504,NULL,4,NULL,1,'2022-12-30 10:59:13','2023-04-20 07:47:31'),(31,13,1505,NULL,7,NULL,1,'2022-12-30 10:59:30','2023-04-20 07:47:34'),(32,13,1506,NULL,4,NULL,1,'2022-12-30 10:59:37','2023-04-20 07:47:37'),(33,13,1507,NULL,8,NULL,1,'2022-12-30 10:59:47','2023-04-20 07:47:40'),(34,13,1508,NULL,5,NULL,1,'2022-12-30 11:00:02','2023-04-20 07:47:43'),(35,13,1509,NULL,5,NULL,1,'2022-12-30 11:00:06','2023-04-20 07:47:46'),(36,14,1505,NULL,0,NULL,0,'2023-01-24 13:05:44','2023-01-24 13:05:44'),(37,14,1506,NULL,0,NULL,0,'2023-01-24 13:34:19','2023-01-24 13:34:19'),(38,15,1531,NULL,0,NULL,0,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(39,16,1687,NULL,0,NULL,0,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(40,17,1687,NULL,0,NULL,0,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(41,17,1696,NULL,4,NULL,0,'2023-03-20 11:41:33','2023-03-20 11:41:33'),(42,17,1688,NULL,0,NULL,0,'2023-03-20 14:06:23','2023-03-20 14:06:23'),(43,17,1689,NULL,0,NULL,0,'2023-03-20 14:06:26','2023-03-20 14:06:26'),(44,18,1818,NULL,0,NULL,0,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(45,18,1826,NULL,0,NULL,0,'2023-03-21 17:26:30','2023-03-21 17:26:30'),(46,19,1828,NULL,0,NULL,0,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(47,19,1829,NULL,0,NULL,0,'2023-03-21 17:33:46','2023-03-21 17:33:46'),(48,20,1848,NULL,0,NULL,0,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(49,21,1848,NULL,0,NULL,0,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(50,22,1848,NULL,0,NULL,0,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(51,23,1848,NULL,0,NULL,0,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(52,23,1849,NULL,0,NULL,0,'2023-03-21 23:06:51','2023-03-21 23:06:51'),(53,24,1848,NULL,0,NULL,0,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(54,20,1849,NULL,0,NULL,0,'2023-03-22 09:43:45','2023-03-22 09:43:45'),(55,25,1867,NULL,0,NULL,0,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(56,26,1867,NULL,0,NULL,0,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(57,26,1868,NULL,0,NULL,0,'2023-03-22 09:52:30','2023-03-22 09:52:30'),(58,27,1867,NULL,0,NULL,0,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(59,27,1868,NULL,0,NULL,0,'2023-03-22 09:57:38','2023-03-22 09:57:38'),(60,28,1905,NULL,0,NULL,0,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(61,28,1906,NULL,0,NULL,0,'2023-03-22 09:59:42','2023-03-22 09:59:42'),(62,29,1924,NULL,0,NULL,0,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(63,29,1925,NULL,0,NULL,0,'2023-03-22 10:03:34','2023-03-22 10:03:34'),(64,30,1998,NULL,0,NULL,0,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(65,31,2008,NULL,0,NULL,0,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(67,33,2088,NULL,0,NULL,0,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(68,34,2098,NULL,0,NULL,0,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(80,33,2089,NULL,1,NULL,0,'2023-04-12 13:50:01','2023-04-12 13:50:01'),(81,33,2087,NULL,0,NULL,0,'2023-04-12 14:16:18','2023-04-12 14:16:18'),(82,33,2080,NULL,0,NULL,0,'2023-04-12 14:16:25','2023-04-12 14:16:25'),(96,41,2565,'<p>test&nbsp;</p>\n<p>test</p>\n<p>&nbsp;</p>\n<p>test</p>\n<p>&nbsp;</p>',0,NULL,0,'2023-04-14 15:14:48','2023-04-17 09:13:56'),(97,41,2569,NULL,2,NULL,0,'2023-04-14 15:15:58','2023-04-14 15:15:58'),(98,41,2568,'<p>test2</p>\n<p>test</p>\n<p>2</p>',3,NULL,1,'2023-04-14 15:16:05','2023-04-17 09:14:12'),(99,41,2566,NULL,3,NULL,0,'2023-04-14 15:16:41','2023-04-14 15:16:41'),(100,41,2567,NULL,2,NULL,1,'2023-04-14 15:16:59','2023-04-14 15:27:35'),(101,41,2570,'<p>tesr</p>\n<p>test</p>\n<p>test</p>',6,NULL,1,'2023-04-14 15:17:09','2023-04-17 09:14:35'),(102,41,2561,NULL,6,NULL,1,'2023-04-14 15:17:20','2023-04-14 15:26:34'),(103,41,2562,NULL,5,NULL,1,'2023-04-14 15:17:29','2023-04-14 15:26:54'),(104,41,2563,NULL,3,NULL,1,'2023-04-14 15:17:39','2023-04-14 15:27:02'),(105,41,2564,NULL,5,NULL,1,'2023-04-14 15:17:45','2023-04-14 15:27:08'),(106,34,2569,NULL,2,NULL,0,'2023-04-16 10:10:09','2023-04-16 10:10:09'),(107,42,2565,NULL,0,NULL,1,'2023-04-20 07:55:56','2023-04-20 07:58:15'),(108,42,2569,NULL,2,NULL,1,'2023-04-20 07:56:07','2023-04-20 08:07:12'),(109,42,2568,NULL,3,NULL,0,'2023-04-20 07:56:12','2023-04-20 07:56:12'),(110,42,2566,NULL,4,NULL,0,'2023-04-20 07:56:18','2023-04-20 07:56:18'),(111,42,2567,NULL,3,NULL,0,'2023-04-20 07:56:44','2023-04-20 07:56:44'),(112,42,2570,NULL,7,NULL,0,'2023-04-20 07:57:00','2023-04-20 07:57:00'),(113,42,2561,NULL,5,NULL,0,'2023-04-20 07:57:16','2023-04-20 07:57:16'),(114,42,2562,NULL,5,NULL,0,'2023-04-20 07:57:26','2023-04-20 07:57:26'),(115,42,2563,NULL,5,NULL,0,'2023-04-20 07:57:33','2023-04-20 07:57:33'),(116,42,2564,NULL,5,NULL,0,'2023-04-20 07:57:39','2023-04-20 07:57:39'),(139,46,2748,NULL,7,7,0,'2023-04-27 13:10:24','2023-04-27 13:10:24'),(140,46,2749,NULL,3,4,0,'2023-04-27 13:11:09','2023-04-27 13:11:09'),(141,46,2747,NULL,3,3,0,'2023-04-27 13:11:38','2023-04-27 13:11:38'),(142,46,2750,NULL,2,2,0,'2023-04-27 13:12:05','2023-04-27 13:12:05'),(143,46,2751,NULL,2,5,0,'2023-04-27 13:13:16','2023-04-27 13:13:16'),(144,46,2752,NULL,11,17,0,'2023-04-27 13:17:10','2023-04-27 13:17:10'),(145,46,2753,NULL,1,1,0,'2023-04-27 13:17:15','2023-04-27 13:17:15'),(146,47,2776,NULL,2,7,0,'2023-05-02 11:10:15','2023-05-02 11:10:15'),(147,47,2777,NULL,1,4,0,'2023-05-02 11:10:22','2023-05-02 11:10:22'),(148,47,2775,NULL,0,3,0,'2023-05-02 11:10:28','2023-05-02 11:10:28'),(149,47,2779,NULL,0,2,0,'2023-05-02 11:10:32','2023-05-02 11:10:32'),(150,47,2780,NULL,1,5,0,'2023-05-02 11:10:36','2023-05-02 11:10:36'),(151,47,2781,NULL,4,17,0,'2023-05-02 11:10:42','2023-05-02 11:10:42'),(152,47,2778,NULL,0,1,0,'2023-05-02 11:10:46','2023-05-02 11:10:46'),(153,48,3272,NULL,0,NULL,0,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(154,49,3291,NULL,0,NULL,0,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(155,50,3301,NULL,0,NULL,0,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(156,51,3321,NULL,0,NULL,0,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(157,52,3331,NULL,0,NULL,0,'2023-05-05 12:02:57','2023-05-05 12:02:57'),(158,52,3332,NULL,2,NULL,0,'2023-05-08 14:36:10','2023-05-08 14:36:10'),(159,52,3323,NULL,5,NULL,0,'2023-05-08 14:36:22','2023-05-08 14:36:22'),(160,52,3326,NULL,2,NULL,0,'2023-05-08 14:36:54','2023-05-08 14:36:54');
/*!40000 ALTER TABLE `assessment_section_scores` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `assessment_template_sections`
--

DROP TABLE IF EXISTS `assessment_template_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assessment_template_sections` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `assessment_template_id` bigint(20) unsigned NOT NULL,
  `weight` double(8,2) DEFAULT NULL,
  `order` int(11) NOT NULL,
  `revision_id` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `assessment_template_sections_assessment_template_id_foreign` (`assessment_template_id`),
  CONSTRAINT `assessment_template_sections_assessment_template_id_foreign` FOREIGN KEY (`assessment_template_id`) REFERENCES `assessment_templates` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3705 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `assessment_template_sections`
--

LOCK TABLES `assessment_template_sections` WRITE;
/*!40000 ALTER TABLE `assessment_template_sections` DISABLE KEYS */;
INSERT INTO `assessment_template_sections` VALUES (11,'General Information',134,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2022-11-17 11:49:42','2023-01-17 12:21:27'),(12,'Property Information',134,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2022-11-17 11:49:42','2023-01-17 12:21:27'),(13,'Fire Sources',134,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2022-11-17 11:49:42','2023-01-17 12:21:27'),(14,'Those at Risk',134,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2022-11-17 11:49:42','2023-01-17 12:21:27'),(15,'Policy Procedures',134,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2022-11-17 11:49:42','2023-01-17 12:21:27'),(16,'Fire Precautions',134,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2022-11-17 11:49:42','2023-01-17 12:21:27'),(17,'Maintenance',134,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2022-11-17 11:49:43','2023-01-17 12:21:27'),(18,'Means of Escape',134,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2022-11-17 11:49:43','2023-01-17 12:21:27'),(19,'Training',134,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2022-11-17 11:49:43','2023-01-17 12:21:27'),(20,'Fire Warden',134,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2022-11-17 11:49:43','2023-01-17 12:21:27'),(21,'General Information',4,4.00,1,'9bf5b726-c3b9-4f8b-980d-8356334e2852','2022-11-17 11:49:43','2022-11-21 15:44:42'),(22,'Property Information',4,7.00,2,'5c83a796-2a01-45c5-99ef-81ca53d389b7','2022-11-17 11:49:43','2022-11-21 15:44:42'),(23,'Fire Sources',4,10.00,3,'cad6cdc0-6100-412c-a21d-dcd3aa410ecd','2022-11-17 11:49:43','2022-11-21 15:44:42'),(24,'Those at Risk',4,9.00,4,'9acf711c-9957-4f2b-8cb2-b989339fea2d','2022-11-17 11:49:43','2022-11-21 15:44:42'),(25,'Policy Procedures',4,4.00,5,'ded90f11-c503-4074-8237-31d710ea0e36','2022-11-17 11:49:43','2022-11-21 15:44:42'),(26,'Fire Precautions',4,8.00,6,'760302a6-f498-4aa1-a972-989eb844e662','2022-11-17 11:49:43','2022-11-21 15:44:42'),(27,'Maintenance',4,4.00,7,'2c56d1a8-8553-4b4d-9450-f7b1f2862d15','2022-11-17 11:49:43','2022-11-21 15:44:42'),(28,'Means of Escape',4,10.00,8,'f52c4d8f-740c-4843-bd69-d5fafb93982a','2022-11-17 11:49:43','2022-11-21 15:44:42'),(29,'Training',4,7.00,9,'4657bb2c-0572-4ea5-8332-a2844141fbaa','2022-11-17 11:49:43','2022-11-21 15:44:42'),(30,'Fire Warden',4,9.00,10,'6800b433-111e-44dd-9458-033cd5766d59','2022-11-17 11:49:43','2022-11-21 15:44:42'),(31,'General Information',5,4.00,1,'6019aa13-df0b-429b-860f-c28841063ffd','2022-11-21 15:44:42','2022-11-21 22:06:28'),(32,'Fire Sources',5,10.00,3,'b165454f-d222-4a45-9c5a-f8fa646e75d3','2022-11-21 15:44:42','2022-11-21 22:06:28'),(33,'Those at Risk',5,9.00,4,'4bd97390-028a-4cb8-afd7-7d32221f1718','2022-11-21 15:44:42','2022-11-21 22:06:28'),(34,'Policy Procedures',5,4.00,5,'789bc822-4e12-438b-9600-1974a80fb8d0','2022-11-21 15:44:42','2022-11-21 22:06:28'),(35,'Fire Precautions',5,8.00,6,'dfd82473-f78a-4920-ad52-72e4819686d4','2022-11-21 15:44:42','2022-11-21 22:06:28'),(36,'Maintenance',5,4.00,7,'aa25a4db-0d2e-4aae-84f3-982aa04696c8','2022-11-21 15:44:42','2022-11-21 22:06:28'),(37,'Means of Escape',5,10.00,8,'0521f0f1-710c-43a9-a56b-e9e63db56161','2022-11-21 15:44:42','2022-11-21 22:06:28'),(38,'Training',5,7.00,9,'2a5bed91-61e0-42f2-a6ad-7a9caebae168','2022-11-21 15:44:42','2022-11-21 22:06:28'),(39,'Fire Warden',5,9.00,10,'dae98ee0-257a-406b-852f-35a47993bb78','2022-11-21 15:44:42','2022-11-21 22:06:28'),(40,'Property Information',5,7.00,2,'6641986d-8c1d-426b-935f-742713a2ca08','2022-11-21 15:44:42','2022-11-21 22:06:28'),(41,'Fire Sources',6,10.00,3,'952aba7e-9201-40a6-a356-bce757a48602','2022-11-21 22:06:28','2022-11-21 22:12:03'),(42,'Those at Risk',6,9.00,4,'4e326a31-14f1-4fa4-9ff4-0f44b3b604c6','2022-11-21 22:06:28','2022-11-21 22:12:03'),(43,'Policy Procedures',6,4.00,5,'6ae558f9-5cb3-46c4-b9df-78db2153ba99','2022-11-21 22:06:28','2022-11-21 22:12:03'),(44,'Fire Precautions',6,8.00,6,'a81a8ab9-dfda-439b-ade7-7ad16efea867','2022-11-21 22:06:28','2022-11-21 22:12:03'),(45,'Maintenance',6,4.00,7,'924c7e03-f674-44dc-9697-38c968a7d6a9','2022-11-21 22:06:28','2022-11-21 22:12:03'),(46,'Means of Escape',6,10.00,8,'aa34369a-8f10-474d-92ae-fe477a478955','2022-11-21 22:06:28','2022-11-21 22:12:04'),(47,'Training',6,7.00,9,'8b526899-37d4-4c9e-86cd-8655f5babb9f','2022-11-21 22:06:28','2022-11-21 22:12:04'),(48,'Fire Warden',6,9.00,10,'448b283b-cb9c-4e70-898b-833567169224','2022-11-21 22:06:28','2022-11-21 22:12:04'),(49,'Property Information',6,7.00,2,'8b1a722e-7321-457d-a502-018f5ed392f1','2022-11-21 22:06:28','2022-11-21 22:12:04'),(50,'General Information',6,4.00,1,'879ffbdc-ee8c-49c2-b748-8fe3354d1c3f','2022-11-21 22:06:28','2022-11-21 22:12:04'),(51,'Fire Sources',7,10.00,3,'aecff1b2-5080-4c8f-a133-b4ea6078c11f','2022-11-21 22:12:04','2022-11-21 22:31:33'),(52,'Those at Risk',7,9.00,4,'65a5b378-8095-47cc-ba47-8f23bc19419f','2022-11-21 22:12:04','2022-11-21 22:31:33'),(53,'Policy Procedures',7,4.00,5,'3a89346d-39c8-4152-81f4-2e7dec3b6589','2022-11-21 22:12:04','2022-11-21 22:31:33'),(54,'Fire Precautions',7,8.00,6,'f240a07c-369f-4c53-a621-92cc6c00f5c1','2022-11-21 22:12:04','2022-11-21 22:31:33'),(55,'Maintenance',7,4.00,7,'682a1c2d-2043-4209-ad41-99ae5b6ba295','2022-11-21 22:12:04','2022-11-21 22:31:34'),(56,'Means of Escape',7,10.00,8,'5b186be3-773a-44a0-8eaf-ff60f9276b75','2022-11-21 22:12:04','2022-11-21 22:31:34'),(57,'Training',7,7.00,9,'e9109475-9d55-4244-95e5-d5de945476f0','2022-11-21 22:12:04','2022-11-21 22:31:34'),(58,'Fire Warden',7,9.00,10,'ed1b54c9-c9d2-46fc-96ba-fc10897c01b6','2022-11-21 22:12:04','2022-11-21 22:31:34'),(59,'Property Information',7,7.00,2,'90137e45-a4ec-4aea-84ce-5f8bbbcb9659','2022-11-21 22:12:04','2022-11-21 22:31:34'),(60,'General Information',7,4.00,1,'bce739a9-bbf8-4ebb-bea6-13ac0a14200f','2022-11-21 22:12:04','2022-11-21 22:31:34'),(61,'Fire Sources',8,10.00,3,'bedb36d8-713b-409a-afd9-fc7e3f67c10b','2022-11-21 22:31:34','2022-11-22 11:01:21'),(62,'Those at Risk',8,9.00,4,'bc4310c8-71af-480c-b9e3-7443958c46fd','2022-11-21 22:31:34','2022-11-22 11:01:21'),(63,'Policy Procedures',8,4.00,5,'808d8375-db9b-4aa3-9c1a-53e59a22de22','2022-11-21 22:31:34','2022-11-22 11:01:21'),(64,'Fire Precautions',8,8.00,6,'34ba0b5b-d3ba-4d5d-b725-eebb2a653010','2022-11-21 22:31:34','2022-11-22 11:01:21'),(65,'Maintenance',8,4.00,7,'a572351a-468e-41d5-ac64-258fceeb3346','2022-11-21 22:31:34','2022-11-22 11:01:21'),(66,'Means of Escape',8,10.00,8,'b6211e22-ad48-4508-b63b-a44d30671959','2022-11-21 22:31:34','2022-11-22 11:01:21'),(67,'Training',8,7.00,9,'0a9eb199-6e2a-4da5-ac95-b5fbfa9a7201','2022-11-21 22:31:34','2022-11-22 11:01:21'),(68,'Fire Warden',8,9.00,10,'c3595798-86b2-4478-bf8f-b67e805295e6','2022-11-21 22:31:34','2022-11-22 11:01:21'),(69,'General Information',8,4.00,1,'88b4b96f-8ca3-4fd3-97c9-b8bef058446e','2022-11-21 22:31:34','2022-11-22 11:01:21'),(70,'Property Information',8,7.00,2,'cc2ce7aa-94cb-4a3f-bdfd-49516f6e9382','2022-11-21 22:31:34','2022-11-22 11:01:21'),(71,'Fire Sources',9,10.00,3,'d76216d5-824e-4afd-a185-45687796ea7c','2022-11-22 11:01:21','2022-11-22 14:27:21'),(72,'Those at Risk',9,9.00,4,'e172975b-a385-4dd9-a6df-761e635a141c','2022-11-22 11:01:21','2022-11-22 14:27:21'),(73,'Policy Procedures',9,4.00,5,'5af9802a-751a-438b-bb97-5a54162b7619','2022-11-22 11:01:21','2022-11-22 14:27:21'),(74,'Fire Precautions',9,8.00,6,'d1e1c5fd-f0b1-40eb-b592-2ddca8a12f03','2022-11-22 11:01:21','2022-11-22 14:27:21'),(75,'Maintenance',9,4.00,7,'968cf07e-cb90-474c-8dfb-4d85e0d5d18c','2022-11-22 11:01:22','2022-11-22 14:27:21'),(76,'Means of Escape',9,10.00,8,'a3cc3ee8-5310-4da7-a89f-894937d15fe9','2022-11-22 11:01:22','2022-11-22 14:27:21'),(77,'Training',9,7.00,9,'5a822b58-9747-4d01-b68b-fa0a100d5314','2022-11-22 11:01:22','2022-11-22 14:27:21'),(78,'General Information',9,4.00,1,'990910fd-b662-4482-9c82-80145d1f30e4','2022-11-22 11:01:22','2022-11-22 14:27:21'),(79,'Property Information',9,7.00,2,'96c33840-9425-4ec6-9e0e-890b9b3ff611','2022-11-22 11:01:22','2022-11-22 14:27:21'),(80,'Fire Warden',9,9.00,10,'e6a42c0a-169c-43a3-9a91-54c1d4c7573e','2022-11-22 11:01:22','2022-11-22 14:27:22'),(81,'Fire Sources',10,10.00,3,'506ab342-bf82-48ca-8d16-ec77c1eaaa27','2022-11-22 14:27:22','2022-11-22 14:29:13'),(82,'Those at Risk',10,9.00,4,'25a9f636-e60c-4d30-af75-98b1664a9b36','2022-11-22 14:27:22','2022-11-22 14:29:13'),(83,'Policy Procedures',10,4.00,5,'bb05bc31-1c14-4697-926d-2f9b12f8e9fa','2022-11-22 14:27:22','2022-11-22 14:29:13'),(84,'Fire Precautions',10,8.00,6,'36a95ca2-b3cc-45bb-b1e8-5f256d98429c','2022-11-22 14:27:22','2022-11-22 14:29:13'),(85,'Maintenance',10,4.00,7,'f4d48fda-1fe4-4a60-bcd3-6954fe4fb47b','2022-11-22 14:27:22','2022-11-22 14:29:13'),(86,'Means of Escape',10,10.00,8,'6b083c11-92f4-4722-be27-04fe2feb1669','2022-11-22 14:27:22','2022-11-22 14:29:14'),(87,'Training',10,7.00,9,'7e3f9015-6e9c-4ba3-8b00-aafb7be2e007','2022-11-22 14:27:22','2022-11-22 14:29:14'),(88,'Property Information',10,7.00,2,'d5720706-d978-405e-8d98-c8ab1d973786','2022-11-22 14:27:22','2022-11-22 14:29:14'),(89,'Fire Warden',10,9.00,10,'6039b7bf-b0f6-4a29-a5f6-3985d0ff6bc6','2022-11-22 14:27:22','2022-11-22 14:29:14'),(90,'General Information',10,6.00,1,'4300924f-6a4c-4bad-a2a9-35f575b09ee9','2022-11-22 14:27:22','2022-11-22 14:29:14'),(91,'Fire Sources',11,10.00,3,'af30e51c-3b70-45ea-a81f-0117f3ce25ea','2022-11-22 14:29:14','2022-11-22 14:32:04'),(92,'Those at Risk',11,9.00,4,'95b76779-5a78-422c-b41b-72cc12014c5e','2022-11-22 14:29:14','2022-11-22 14:32:04'),(93,'Policy Procedures',11,4.00,5,'4dfbf171-7123-4e0b-912b-4f876b278414','2022-11-22 14:29:14','2022-11-22 14:32:04'),(94,'Fire Precautions',11,8.00,6,'5c886da3-588b-43dc-9c43-833973812ec8','2022-11-22 14:29:14','2022-11-22 14:32:04'),(95,'Maintenance',11,4.00,7,'e3c73141-9bf1-40c3-9271-f2b40592c0ad','2022-11-22 14:29:14','2022-11-22 14:32:04'),(96,'Means of Escape',11,10.00,8,'b7be0c9d-12bb-48a9-9049-e292383192e5','2022-11-22 14:29:14','2022-11-22 14:32:04'),(97,'Training',11,7.00,9,'ff45ae5b-e578-438c-a169-fa3e5662b67f','2022-11-22 14:29:14','2022-11-22 14:32:04'),(98,'Property Information',11,7.00,2,'d82b002a-f553-4d22-bfd0-7038f7d7c54c','2022-11-22 14:29:14','2022-11-22 14:32:04'),(99,'Fire Warden',11,9.00,10,'247d24f5-70e9-48ca-901c-be67c66b7272','2022-11-22 14:29:14','2022-11-22 14:32:04'),(100,'General Information',11,6.00,1,'76a5d166-6b84-4e55-84f1-579c354dd553','2022-11-22 14:29:14','2022-11-22 14:32:04'),(101,'Fire Sources',12,10.00,3,'d786394e-60d9-431b-b415-055a63ebdc66','2022-11-22 14:32:04','2022-11-22 15:26:33'),(102,'Those at Risk',12,9.00,4,'c1d44ae7-753c-4d1f-86c7-0bd1f94afa8e','2022-11-22 14:32:04','2022-11-22 15:26:33'),(103,'Policy Procedures',12,4.00,5,'6d0046c1-67e9-487b-8404-21bf2d51f997','2022-11-22 14:32:04','2022-11-22 15:26:33'),(104,'Fire Precautions',12,8.00,6,'873c4212-3ad5-4173-b3e0-9df86b618715','2022-11-22 14:32:04','2022-11-22 15:26:33'),(105,'Maintenance',12,4.00,7,'4e4f446a-2fd5-40e2-90e0-f4c57618ad16','2022-11-22 14:32:04','2022-11-22 15:26:33'),(106,'Means of Escape',12,10.00,8,'2a10d8b4-566f-4e2c-98ba-9b0448420602','2022-11-22 14:32:04','2022-11-22 15:26:33'),(107,'Training',12,7.00,9,'f3f5a7d0-9291-4343-aefe-08d26a39e437','2022-11-22 14:32:05','2022-11-22 15:26:33'),(108,'Property Information',12,7.00,2,'6f6960d6-753a-413a-be8c-89c9f3cf6cfe','2022-11-22 14:32:05','2022-11-22 15:26:33'),(109,'Fire Warden',12,9.00,10,'2bae842f-739b-4ddc-9b59-50c8f3a40154','2022-11-22 14:32:05','2022-11-22 15:26:33'),(110,'General Information',12,6.00,1,'f6451bd4-4cf7-4209-bb49-3725296c341c','2022-11-22 14:32:05','2022-11-22 15:26:33'),(111,'Those at Risk',13,9.00,4,'1a9d33c2-48c2-428a-bb9b-86a840577479','2022-11-22 15:26:33','2022-11-22 16:09:01'),(112,'Policy Procedures',13,4.00,5,'138947cc-8a9e-4b55-bb96-93bd27188524','2022-11-22 15:26:33','2022-11-22 16:09:01'),(113,'Fire Precautions',13,8.00,6,'c5061459-fed3-4c93-8abf-201966dd55d5','2022-11-22 15:26:33','2022-11-22 16:09:01'),(114,'Maintenance',13,4.00,7,'9fef8180-6db3-4677-9c5b-d58d435acf26','2022-11-22 15:26:33','2022-11-22 16:09:01'),(115,'Means of Escape',13,10.00,8,'3d8cb4c3-6071-460a-900a-4d1764919d0d','2022-11-22 15:26:33','2022-11-22 16:09:01'),(116,'Training',13,7.00,9,'5536de9e-3a84-4126-b0ba-50286041d7ba','2022-11-22 15:26:33','2022-11-22 16:09:01'),(117,'Property Information',13,7.00,2,'c877d491-fea0-4f07-a62a-408ab98e3753','2022-11-22 15:26:33','2022-11-22 16:09:01'),(118,'Fire Warden',13,9.00,10,'459d2891-6cf3-4e3e-b0b7-ec5d8e15b4c2','2022-11-22 15:26:33','2022-11-22 16:09:01'),(119,'General Information',13,6.00,1,'1d098c93-0ac3-48d0-8928-617060dfd50e','2022-11-22 15:26:33','2022-11-22 16:09:01'),(120,'Fire Sources',13,10.00,3,'59d55b0a-b360-46b5-9958-22b91dc914da','2022-11-22 15:26:33','2022-11-22 16:09:02'),(121,'Those at Risk',14,9.00,4,'fedfdbf6-c401-458a-893b-699b14dcee93','2022-11-22 16:09:02','2022-11-22 16:53:44'),(122,'Fire Precautions',14,8.00,6,'b92ee49f-a5ce-41ae-81fe-1356276a516c','2022-11-22 16:09:02','2022-11-22 16:53:44'),(123,'Maintenance',14,4.00,7,'2c2ef8ef-26e3-44c7-9568-a2b51dafc95e','2022-11-22 16:09:02','2022-11-22 16:53:44'),(124,'Means of Escape',14,10.00,8,'c5be85d8-1c3d-4124-b012-d6673d8ac637','2022-11-22 16:09:02','2022-11-22 16:53:44'),(125,'Training',14,7.00,9,'7d967d3a-e7c6-4bc3-b989-4cdf863da7b6','2022-11-22 16:09:02','2022-11-22 16:53:44'),(126,'Property Information',14,7.00,2,'90d5ed76-8bca-403f-911e-efbb4b92ba52','2022-11-22 16:09:02','2022-11-22 16:53:44'),(127,'Fire Warden',14,9.00,10,'30db3161-2f4c-4df9-8cdb-7b38ef615bbe','2022-11-22 16:09:02','2022-11-22 16:53:44'),(128,'General Information',14,6.00,1,'2d9daab6-dd8c-4dec-9ab1-df72fcaa368e','2022-11-22 16:09:02','2022-11-22 16:53:44'),(129,'Fire Sources',14,10.00,3,'378ba767-fde0-469a-ba32-75e59558c37d','2022-11-22 16:09:02','2022-11-22 16:53:44'),(130,'Policy Procedures',14,4.00,5,'0b3ebbb3-5968-4bf8-921d-c5310e18641c','2022-11-22 16:09:02','2022-11-22 16:53:44'),(131,'Those at Risk',15,9.00,4,'f00ea3b7-54b0-4de5-96ea-f889a33f7aa7','2022-11-22 16:53:44','2022-11-22 16:53:55'),(132,'Fire Precautions',15,8.00,6,'b91d4416-f80c-49b3-b7ec-e8e4ca7b9c8c','2022-11-22 16:53:44','2022-11-22 16:53:55'),(133,'Maintenance',15,4.00,7,'a83c5e50-862d-4b84-bb81-8ba6397780a5','2022-11-22 16:53:44','2022-11-22 16:53:55'),(134,'Means of Escape',15,10.00,8,'ce2d1712-a5b1-403d-b2a6-0a347d05845a','2022-11-22 16:53:44','2022-11-22 16:53:55'),(135,'Training',16,7.00,9,'566d941d-b65f-4b2c-9e71-94281bca9e90','2022-11-22 16:53:44','2022-11-22 16:53:55'),(136,'Property Information',16,7.00,2,'0265340e-125a-4a6c-acaa-34e324d4c706','2022-11-22 16:53:44','2022-11-22 16:53:55'),(137,'Fire Warden',16,9.00,10,'8ba321d8-7c55-404b-9391-f5f5d3f28d7c','2022-11-22 16:53:44','2022-11-22 16:53:55'),(138,'Fire Sources',16,10.00,3,'4f241942-8822-489c-903c-29d9e72d758a','2022-11-22 16:53:44','2022-11-22 16:53:55'),(139,'Policy Procedures',16,4.00,5,'14c65133-e899-4c73-b66f-5b5e386f57c6','2022-11-22 16:53:44','2022-11-22 16:53:55'),(140,'General Information',16,6.00,1,'6c6d1477-6f69-416e-a7a0-be218d78bf68','2022-11-22 16:53:45','2022-11-22 16:53:55'),(141,'Those at Risk',17,9.00,4,'dcb32b59-5e97-4220-86bf-7adb58190e1b','2022-11-22 16:53:55','2022-11-22 17:03:26'),(142,'Fire Precautions',17,8.00,6,'f09e7bb4-7928-4387-83fc-1ac7c4adec4e','2022-11-22 16:53:55','2022-11-22 17:03:26'),(143,'Training',17,7.00,9,'3328710d-52d2-4918-b938-15813ea80cac','2022-11-22 16:53:55','2022-11-22 17:03:26'),(144,'Property Information',17,7.00,2,'52b491c1-7015-4709-b934-3a6abf311393','2022-11-22 16:53:55','2022-11-22 17:03:26'),(145,'Maintenance',17,4.00,7,'59c5727b-2886-4349-8c53-65f4f483aee0','2022-11-22 16:53:55','2022-11-22 17:03:26'),(146,'Means of Escape',17,10.00,8,'da8b6fd8-51c9-4b1c-b836-e0c0941a7921','2022-11-22 16:53:55','2022-11-22 17:03:26'),(147,'Fire Warden',17,9.00,10,'e71074b5-f253-46a4-bab5-151eca5aa55c','2022-11-22 16:53:55','2022-11-22 17:03:26'),(148,'Training',17,7.00,9,'06b824ff-8954-4d81-a074-e7f803b831fa','2022-11-22 16:53:55','2022-11-22 17:03:26'),(149,'Fire Sources',17,10.00,3,'93499541-1547-4e67-ac74-2ea77997cbba','2022-11-22 16:53:55','2022-11-22 17:03:26'),(150,'Property Information',17,7.00,2,'f20d4b7e-f9e7-4b6f-adc0-f8248ad5a734','2022-11-22 16:53:55','2022-11-22 17:03:26'),(151,'Fire Warden',17,9.00,10,'461069d4-3a9a-4a4f-bc7b-9aa059f2b12a','2022-11-22 16:53:55','2022-11-22 17:03:26'),(152,'Policy Procedures',17,4.00,5,'4dbe3180-ce74-4c65-b16a-9be355a8b2dd','2022-11-22 16:53:55','2022-11-22 17:03:26'),(153,'Fire Sources',17,10.00,3,'d982518e-31db-45e0-a355-42e75dad3fe1','2022-11-22 16:53:55','2022-11-22 17:03:26'),(154,'Policy Procedures',17,4.00,5,'a9db5d5d-4e7d-40a1-a195-8e654e7fb65c','2022-11-22 16:53:55','2022-11-22 17:03:26'),(155,'General Information',17,6.00,1,'997e1c31-0f62-44b0-aac8-bce0e43f7d0e','2022-11-22 16:53:55','2022-11-22 17:03:26'),(156,'General Information',17,6.00,1,'2c76ab5b-4083-4290-a7ad-83e23558faf8','2022-11-22 16:53:55','2022-11-22 17:03:26'),(157,'General Information',17,6.00,1,'dd7e34c8-3150-4962-bbd3-fa14427c583d','2022-11-22 16:53:55','2022-11-22 17:03:26'),(158,'General Information',17,6.00,1,'228b2566-ba35-41e8-8f90-84a8d07c121e','2022-11-22 16:53:56','2022-11-22 17:03:26'),(159,'Those at Risk',18,9.00,4,'46c2cd41-eccb-4a82-ad2d-7d9369d061d9','2022-11-22 17:03:26','2022-11-22 17:07:57'),(160,'Fire Precautions',18,8.00,6,'adf7fbcb-f37b-4dec-8091-5beadcc6b9f1','2022-11-22 17:03:26','2022-11-22 17:07:57'),(161,'Training',18,7.00,9,'35f1adfc-a4fb-4a98-8bcb-9fa5cf91f62c','2022-11-22 17:03:27','2022-11-22 17:07:57'),(162,'Property Information',18,7.00,2,'c47c0dce-f8c2-40e3-9025-2eb923120990','2022-11-22 17:03:27','2022-11-22 17:07:57'),(163,'Maintenance',18,4.00,7,'b17d5d7f-0777-483f-b8e1-3b42f512496b','2022-11-22 17:03:27','2022-11-22 17:07:57'),(164,'Means of Escape',18,10.00,8,'fd351acf-0bcc-4eed-af84-af004110c7b8','2022-11-22 17:03:27','2022-11-22 17:07:57'),(165,'Fire Warden',18,9.00,10,'a3b8a833-735d-4874-b0f2-d371a4e498bd','2022-11-22 17:03:27','2022-11-22 17:07:57'),(166,'Training',18,7.00,9,'32002f78-7920-4015-8bf9-7548ba4c494c','2022-11-22 17:03:27','2022-11-22 17:07:57'),(167,'Fire Sources',18,10.00,3,'f2aac7b8-f7c1-48a2-8bf0-4fa9df9a88c9','2022-11-22 17:03:27','2022-11-22 17:07:57'),(168,'Property Information',18,7.00,2,'b5cec4ec-075c-4607-9e50-ad76193deabc','2022-11-22 17:03:27','2022-11-22 17:07:57'),(169,'Fire Warden',18,9.00,10,'344632ac-9c03-4959-b691-1ee02a45be15','2022-11-22 17:03:27','2022-11-22 17:07:57'),(170,'Policy Procedures',18,4.00,5,'d1cae9c7-7b18-47bf-bac3-bafee6b530b2','2022-11-22 17:03:27','2022-11-22 17:07:57'),(171,'Fire Sources',18,10.00,3,'08ec2610-0482-4449-a62d-378cd0cf1177','2022-11-22 17:03:27','2022-11-22 17:07:57'),(172,'Policy Procedures',18,4.00,5,'c1e9bab5-c07b-4c68-8e2f-1abdad3cb099','2022-11-22 17:03:27','2022-11-22 17:07:57'),(173,'General Information',18,6.00,1,'21a22357-782f-4a0a-addf-d88e963e88a8','2022-11-22 17:03:27','2022-11-22 17:07:57'),(174,'General Information',18,6.00,1,'1adc2f48-8144-403b-a4eb-254d9adfe8da','2022-11-22 17:03:27','2022-11-22 17:07:57'),(175,'General Information',18,6.00,1,'ebc57b9a-71d4-40e0-827f-512ee5a16919','2022-11-22 17:03:27','2022-11-22 17:07:57'),(176,'General Information',18,6.00,1,'32721cde-eb67-4462-8b4a-dec4bc1fef27','2022-11-22 17:03:27','2022-11-22 17:07:57'),(177,'Those at Risk',19,9.00,4,'dee2ab89-57cf-4ca4-88d6-43dac1958556','2022-11-22 17:07:57','2022-11-22 17:11:50'),(178,'Fire Precautions',19,8.00,6,'5c31b602-78f0-4f23-b241-5c1ec0f8f19c','2022-11-22 17:07:57','2022-11-22 17:11:50'),(179,'Training',19,7.00,9,'fc158139-47a0-4706-86d7-28e5b2e67b55','2022-11-22 17:07:57','2022-11-22 17:11:50'),(180,'Property Information',19,7.00,2,'48d6a23a-4845-4bdf-990a-295e4ee14f25','2022-11-22 17:07:57','2022-11-22 17:11:50'),(181,'Maintenance',19,4.00,7,'0718ac3a-61e7-4698-973b-4c1f9dddebc7','2022-11-22 17:07:57','2022-11-22 17:11:50'),(182,'Means of Escape',19,10.00,8,'ce63a0b4-6c24-444e-b543-6ba3be03e91d','2022-11-22 17:07:57','2022-11-22 17:11:50'),(183,'Fire Warden',19,9.00,10,'7cf9bcb4-840e-47d9-bf45-92f23e3fe184','2022-11-22 17:07:57','2022-11-22 17:11:50'),(184,'Training',19,7.00,9,'03cf7461-5f33-40be-9920-da56b06df39f','2022-11-22 17:07:57','2022-11-22 17:11:50'),(185,'Fire Sources',19,10.00,3,'73197b72-207d-4a96-a559-d8678f935a71','2022-11-22 17:07:57','2022-11-22 17:11:50'),(186,'Property Information',19,7.00,2,'9b97e197-aa13-4ce9-8e19-64cc9a578742','2022-11-22 17:07:57','2022-11-22 17:11:50'),(187,'Fire Warden',19,9.00,10,'d7e9dd65-b51f-415b-95c8-3e86ddb7a682','2022-11-22 17:07:58','2022-11-22 17:11:50'),(188,'Policy Procedures',19,4.00,5,'e5be595c-3d67-4424-b3a8-6d99bf49feab','2022-11-22 17:07:58','2022-11-22 17:11:50'),(189,'Fire Sources',19,10.00,3,'5ab852d0-b71d-4698-bbb6-1ccf2fbabb4f','2022-11-22 17:07:58','2022-11-22 17:11:50'),(190,'Policy Procedures',19,4.00,5,'f876c30f-0c64-4a7f-a5cf-0c1c8464c129','2022-11-22 17:07:58','2022-11-22 17:11:50'),(191,'General Information',19,6.00,1,'54b4d233-f23f-4a8d-ba02-ce4e8d565440','2022-11-22 17:07:58','2022-11-22 17:11:50'),(192,'General Information',19,6.00,1,'c864a41f-4a21-449e-90f6-13b76b3e80be','2022-11-22 17:07:58','2022-11-22 17:11:50'),(193,'General Information',19,6.00,1,'7578de24-2797-4b7e-9539-9c26f7f1bb68','2022-11-22 17:07:58','2022-11-22 17:11:50'),(194,'General Information',19,6.00,1,'7409889c-0975-4be4-b186-6c9fa768a909','2022-11-22 17:07:58','2022-11-22 17:11:50'),(195,'Those at Risk',20,9.00,4,'daa71796-74ef-4c2d-8a73-c4d8c1715c93','2022-11-22 17:11:51','2022-11-22 17:12:10'),(196,'Fire Precautions',20,8.00,6,'0f85ae3a-5ec6-468e-a9e6-d9c1afd69f9a','2022-11-22 17:11:51','2022-11-22 17:12:10'),(197,'Training',20,7.00,9,'b94388e4-5650-4a30-8a47-6bf1c9827e75','2022-11-22 17:11:51','2022-11-22 17:12:10'),(198,'Property Information',20,7.00,2,'e8ff3492-e556-4eef-a23e-ee48ded77be6','2022-11-22 17:11:51','2022-11-22 17:12:10'),(199,'Maintenance',20,4.00,7,'2227288f-27f8-45d0-b764-e59199799baa','2022-11-22 17:11:51','2022-11-22 17:12:10'),(200,'Means of Escape',20,10.00,8,'fe2f7b48-19e1-4dbf-9aed-999657974790','2022-11-22 17:11:51','2022-11-22 17:12:10'),(201,'Fire Warden',20,9.00,10,'b5f1ada8-6f01-4258-9152-4f0a66190d8f','2022-11-22 17:11:51','2022-11-22 17:12:10'),(202,'Training',20,7.00,9,'dda9fe8c-297a-45d5-8211-84088cb33c09','2022-11-22 17:11:51','2022-11-22 17:12:10'),(203,'Fire Sources',20,10.00,3,'905ac45b-5bbb-4e7b-8dab-f6af8f3d16a9','2022-11-22 17:11:51','2022-11-22 17:12:10'),(204,'Property Information',20,7.00,2,'390b134f-3713-43a2-b63b-5eae5ca394ec','2022-11-22 17:11:51','2022-11-22 17:12:10'),(205,'Fire Warden',20,9.00,10,'e5879c06-b639-461b-85a2-bde1bb70361b','2022-11-22 17:11:51','2022-11-22 17:12:10'),(206,'Policy Procedures',20,4.00,5,'75eef934-cda7-4a3a-ba90-10f07a21f163','2022-11-22 17:11:51','2022-11-22 17:12:10'),(207,'Fire Sources',20,10.00,3,'93e221da-61c7-4383-b0b0-08e33145861c','2022-11-22 17:11:51','2022-11-22 17:12:10'),(208,'Policy Procedures',20,4.00,5,'fd5636ff-09b2-47c6-add9-60cf2677e17b','2022-11-22 17:11:51','2022-11-22 17:12:10'),(209,'General Information',20,6.00,1,'19a426d2-284d-4bd4-b859-24dfa2481141','2022-11-22 17:11:51','2022-11-22 17:12:11'),(210,'General Information',20,6.00,1,'f6ab7dd4-a0df-4899-83f9-c42f63ae094e','2022-11-22 17:11:51','2022-11-22 17:12:11'),(211,'General Information',20,6.00,1,'327b4b80-5387-4949-9ad0-333c4130d4aa','2022-11-22 17:11:51','2022-11-22 17:12:11'),(212,'General Information',20,3.00,1,'7683d9e7-6543-4ded-9858-36d2e22332cd','2022-11-22 17:11:51','2022-11-22 17:12:11'),(213,'Those at Risk',21,9.00,9,'9052f2be-0bec-4df4-af61-34913142bcc2','2022-11-22 17:12:11','2022-11-22 17:14:37'),(214,'Fire Precautions',21,8.00,12,'ec0cc275-73e8-46f0-9725-e033e506132c','2022-11-22 17:12:11','2022-11-22 17:14:37'),(215,'Training',21,7.00,15,'05e75579-a4d2-4af0-80ce-5f5e6372789f','2022-11-22 17:12:11','2022-11-22 17:14:37'),(216,'Property Information',21,7.00,5,'8065e311-b32c-4746-bb19-14d0578077b3','2022-11-22 17:12:11','2022-11-22 17:14:37'),(217,'Maintenance',21,4.00,13,'6dd1b00a-ac89-4d50-a768-6d9b4264a614','2022-11-22 17:12:11','2022-11-22 17:14:37'),(218,'Means of Escape',21,10.00,14,'f7b1806b-36b2-4e0a-9855-2a7ff07540ea','2022-11-22 17:12:11','2022-11-22 17:14:37'),(219,'Fire Warden',21,9.00,17,'ed05af6e-ef95-455c-98a9-963e750750b5','2022-11-22 17:12:11','2022-11-22 17:14:37'),(220,'Training',21,7.00,16,'3ddb4325-079b-4ea5-b651-f23b68827aad','2022-11-22 17:12:11','2022-11-22 17:14:37'),(221,'Fire Sources',21,10.00,7,'a915ea79-d1c6-4afb-b70c-308d14788e08','2022-11-22 17:12:11','2022-11-22 17:14:37'),(222,'Property Information',21,7.00,6,'54ff4329-4f9c-4f16-b742-aee42ada385a','2022-11-22 17:12:11','2022-11-22 17:14:37'),(223,'Fire Warden',21,9.00,18,'47414d44-2063-48e1-a98f-84be9b858dfd','2022-11-22 17:12:11','2022-11-22 17:14:37'),(224,'Policy Procedures',21,4.00,10,'e179fd10-e49d-46d6-9675-84787ea597d9','2022-11-22 17:12:11','2022-11-22 17:14:37'),(225,'Fire Sources',21,10.00,8,'16deee75-ab02-43bc-b237-2f036426cac3','2022-11-22 17:12:11','2022-11-22 17:14:37'),(226,'Policy Procedures',21,4.00,11,'56d0935e-f101-4a17-8d52-ba9c68d71766','2022-11-22 17:12:11','2022-11-22 17:14:37'),(227,'General Information',21,6.00,1,'2633d4c2-4a59-42d7-ba19-349f6738fe84','2022-11-22 17:12:11','2022-11-22 17:14:37'),(228,'General Information',21,6.00,3,'da2bc4c6-3cb6-4aac-849d-15d5ce3513ac','2022-11-22 17:12:11','2022-11-22 17:14:37'),(229,'General Information',21,3.00,4,'74f947bf-ef85-4a62-bfe2-d0615e046545','2022-11-22 17:12:11','2022-11-22 17:14:37'),(230,'General Information',21,6.00,2,'b4cbacc3-f315-4680-9f81-81e5b1edc6fc','2022-11-22 17:12:12','2022-11-22 17:14:37'),(231,'Those at Risk',23,9.00,9,'e9fe1a8f-2a8d-422d-9525-7df502c51a4f','2022-11-22 17:14:37','2022-11-23 21:01:47'),(232,'Fire Precautions',23,8.00,12,'d6e3acf8-3415-4600-8a1e-0f93536e461a','2022-11-22 17:14:38','2022-11-23 21:01:47'),(233,'Training',23,7.00,15,'804d6a4e-daa9-4ada-b419-cde46c14054a','2022-11-22 17:14:38','2022-11-23 21:01:47'),(234,'Property Information',23,7.00,5,'96eddb55-70a6-4560-b441-3d8cddd302e8','2022-11-22 17:14:38','2022-11-23 21:01:47'),(235,'Maintenance',23,4.00,13,'83458b5a-ff75-4bf7-8417-aba0b13a9426','2022-11-22 17:14:38','2022-11-23 21:01:47'),(236,'Means of Escape',23,10.00,14,'adbef320-90e8-4590-a663-43f1cf79f644','2022-11-22 17:14:38','2022-11-23 21:01:47'),(237,'Fire Warden',23,9.00,17,'396ef501-4cdd-49bf-b31c-b72baf998045','2022-11-22 17:14:38','2022-11-23 21:01:47'),(242,'Policy Procedures',23,4.00,10,'0da6d9ea-24c1-45cb-aba9-ea1e79918638','2022-11-22 17:14:38','2022-11-23 21:01:48'),(243,'Fire Sources',23,10.00,8,'964210fb-c281-4210-a60f-0612d59beb21','2022-11-22 17:14:38','2022-11-23 21:01:48'),(245,'General Information',23,6.00,2,'bc8a111f-48a6-464c-a72c-e26f987f2267','2022-11-22 17:14:38','2022-11-23 21:01:48'),(249,'Those at Risk',24,9.00,9,'b485449a-edc1-480e-9a1e-bf6c66bfe215','2022-11-23 21:01:48','2022-11-23 21:03:28'),(250,'Fire Precautions',24,8.00,12,'527f4bac-cba7-4ebc-9f8b-72341f4d0551','2022-11-23 21:01:48','2022-11-23 21:03:28'),(251,'Training',24,7.00,15,'229fa60d-2e18-45ca-b1e8-5911664ec83c','2022-11-23 21:01:48','2022-11-23 21:03:28'),(252,'Property Information',24,7.00,5,'215d83e7-d9d3-4f22-8244-402849649a78','2022-11-23 21:01:48','2022-11-23 21:03:28'),(253,'Maintenance',24,4.00,13,'d9426c68-95af-4f38-a38e-6798b861a505','2022-11-23 21:01:48','2022-11-23 21:03:28'),(254,'Means of Escape',24,10.00,14,'94a0a5ee-984f-444b-a432-8f0e82a328b4','2022-11-23 21:01:48','2022-11-23 21:03:28'),(255,'Fire Warden',24,9.00,17,'8c8b8d6a-65e2-48f0-beba-beeb4b7ff4e4','2022-11-23 21:01:48','2022-11-23 21:03:28'),(256,'Policy Procedures',24,4.00,10,'d4828675-087f-4d5c-90a7-51d9f5b70c43','2022-11-23 21:01:48','2022-11-23 21:03:28'),(257,'Fire Sources',24,10.00,8,'febfa230-2718-46ab-9492-e4e74d9dac46','2022-11-23 21:01:48','2022-11-23 21:03:28'),(258,'General Information',24,6.00,2,'e85ae773-df87-45e6-9440-dabdacde9099','2022-11-23 21:01:48','2022-11-23 21:03:28'),(259,'Those at Risk',25,9.00,9,'7f2d0950-125e-4c60-9c3f-13babf75634e','2022-11-23 21:03:28','2022-11-23 21:05:13'),(260,'Fire Precautions',25,8.00,12,'1e670797-a47c-4357-b4e9-e575480f6107','2022-11-23 21:03:28','2022-11-23 21:05:13'),(261,'Training',25,7.00,15,'8868254e-754c-4599-827b-f0c6697730de','2022-11-23 21:03:28','2022-11-23 21:05:13'),(262,'Property Information',25,7.00,5,'20647035-b1b4-4337-878c-29c1c959be54','2022-11-23 21:03:28','2022-11-23 21:05:13'),(263,'Maintenance',25,4.00,13,'741c5ab8-95ed-423d-ae35-1163c5d91cc5','2022-11-23 21:03:28','2022-11-23 21:05:13'),(264,'Means of Escape',25,10.00,14,'7df0486f-0797-41f1-8b8d-5519b5fec5f0','2022-11-23 21:03:28','2022-11-23 21:05:13'),(265,'Fire Warden',25,9.00,17,'73dce642-0c01-44e6-ae2b-b2442de16970','2022-11-23 21:03:28','2022-11-23 21:05:13'),(266,'Policy Procedures',25,4.00,10,'80fa5480-afd2-42e5-991e-f64268656104','2022-11-23 21:03:29','2022-11-23 21:05:13'),(267,'Fire Sources',25,10.00,8,'f8d9e3a8-65e7-40fa-a4f4-ff583f7132e7','2022-11-23 21:03:29','2022-11-23 21:05:13'),(268,'General Information',25,6.00,2,'d8760f0e-f913-4e10-b2a4-20892ea876c8','2022-11-23 21:03:29','2022-11-23 21:05:13'),(269,'Those at Risk',26,9.00,9,'19e48a44-ffea-4a07-a57d-5138d82e28bb','2022-11-23 21:05:13','2022-11-23 21:12:26'),(270,'Fire Precautions',26,8.00,12,'9cd1e17c-3fe9-4580-b177-bd3380345d04','2022-11-23 21:05:13','2022-11-23 21:12:26'),(271,'Training',26,7.00,15,'4de0372e-760e-4a76-a72b-aa335ab329b9','2022-11-23 21:05:13','2022-11-23 21:12:27'),(272,'Property Information',26,7.00,5,'83fddb59-5c7e-477f-82df-bd10bc5693c3','2022-11-23 21:05:13','2022-11-23 21:12:27'),(273,'Maintenance',26,4.00,13,'1af6b5c8-42e3-436b-a441-0ca7cebb1fef','2022-11-23 21:05:13','2022-11-23 21:12:27'),(274,'Means of Escape',26,10.00,14,'5c1d8838-8279-4661-98f1-f88df0fcedaf','2022-11-23 21:05:13','2022-11-23 21:12:27'),(275,'Fire Warden',26,9.00,17,'9adc59e6-dd91-48d4-b062-6468e067a6b1','2022-11-23 21:05:13','2022-11-23 21:12:27'),(276,'Policy Procedures',26,4.00,10,'076d5073-7549-460c-bfc1-3245afa05182','2022-11-23 21:05:13','2022-11-23 21:12:27'),(277,'Fire Sources',26,10.00,8,'f03ecc38-99ac-42ad-a481-7a6650cc94e6','2022-11-23 21:05:13','2022-11-23 21:12:27'),(278,'General Information',26,6.00,2,'db98350b-4a69-4ecd-9212-4669d437f0a0','2022-11-23 21:05:13','2022-11-23 21:12:27'),(279,'Those at Risk',27,9.00,9,'c656a953-8b1c-4424-a7ea-cfa0a5dcfc1c','2022-11-23 21:12:27','2022-11-23 21:16:36'),(280,'Fire Precautions',27,8.00,12,'756751c1-2f49-4d45-a9db-b8359be4b0a6','2022-11-23 21:12:27','2022-11-23 21:16:36'),(281,'Training',27,7.00,15,'4587c1d7-ccbb-4f30-b0c1-9ab1f3d04ada','2022-11-23 21:12:27','2022-11-23 21:16:36'),(282,'Property Information',27,7.00,5,'8b3a1a1a-7307-44dc-b5b7-b48307243a1b','2022-11-23 21:12:27','2022-11-23 21:16:36'),(283,'Maintenance',27,4.00,13,'4b314097-fe9e-4b82-8dfb-14d3d036e266','2022-11-23 21:12:27','2022-11-23 21:16:36'),(284,'Means of Escape',27,10.00,14,'b8792803-6bdd-43f8-a837-851b85520f9c','2022-11-23 21:12:27','2022-11-23 21:16:36'),(285,'Fire Warden',27,9.00,17,'6e10b6e1-c563-4b1f-863d-712319d82d56','2022-11-23 21:12:27','2022-11-23 21:16:36'),(286,'Policy Procedures',27,4.00,10,'dc25a34e-9222-4087-8748-35891fd593c0','2022-11-23 21:12:27','2022-11-23 21:16:36'),(287,'Fire Sources',27,10.00,8,'e651e5e9-06fc-4989-b2b9-cc6450ee7ea6','2022-11-23 21:12:27','2022-11-23 21:16:36'),(288,'General Information',27,6.00,2,'81d70b55-7811-4be6-a7ac-7ab83f30327e','2022-11-23 21:12:27','2022-11-23 21:16:36'),(289,'Those at Risk',28,9.00,9,'f98f6894-a954-4f73-a370-4557d5cf335e','2022-11-23 21:16:36','2022-11-23 22:14:20'),(290,'Fire Precautions',28,8.00,12,'7b3ee687-c219-44ef-88b4-f7fd3023ec78','2022-11-23 21:16:36','2022-11-23 22:14:20'),(291,'Training',28,7.00,15,'7d0ebe9f-fe60-4c2f-a539-5f8d38faae44','2022-11-23 21:16:36','2022-11-23 22:14:20'),(292,'Property Information',28,7.00,5,'80c0aeae-0c7f-49d5-93c2-18df6f9ae8f8','2022-11-23 21:16:36','2022-11-23 22:14:20'),(293,'Maintenance',28,4.00,13,'04d3f45b-1714-49aa-923b-0feec35bd932','2022-11-23 21:16:36','2022-11-23 22:14:20'),(294,'Means of Escape',28,10.00,14,'0bc2e51a-f1df-4656-a28b-c8f516db68bb','2022-11-23 21:16:36','2022-11-23 22:14:20'),(295,'Fire Warden',28,9.00,17,'8346397d-d21b-4fbe-8c7b-00d441dcefe3','2022-11-23 21:16:36','2022-11-23 22:14:20'),(296,'Policy Procedures',28,4.00,10,'27f63b7e-ef1c-4b72-9b7d-469b94b6652f','2022-11-23 21:16:36','2022-11-23 22:14:20'),(297,'Fire Sources',28,10.00,8,'234b4a9a-c38b-4ebe-a5d8-ac892a0fc740','2022-11-23 21:16:36','2022-11-23 22:14:20'),(298,'General Information',28,6.00,2,'bf675577-9ce6-490b-8c44-7314da485e98','2022-11-23 21:16:37','2022-11-23 22:14:20'),(299,'Those at Risk',29,9.00,9,'67060516-122e-41bd-af65-ff5438f1a488','2022-11-23 22:14:20','2022-11-23 22:19:05'),(300,'Fire Precautions',29,8.00,12,'20810836-4038-4918-ac99-7fdf4b084d6a','2022-11-23 22:14:20','2022-11-23 22:19:05'),(301,'Training',29,7.00,15,'4aa136e7-f64c-47c1-83d3-d8e71f4eaaa5','2022-11-23 22:14:20','2022-11-23 22:19:05'),(302,'Maintenance',29,4.00,13,'c6ed76bb-5628-4128-b38d-8375ba9a5936','2022-11-23 22:14:20','2022-11-23 22:19:05'),(303,'Means of Escape',29,10.00,14,'9c337d8a-831c-4466-b983-f716fe61ebf7','2022-11-23 22:14:20','2022-11-23 22:19:05'),(304,'Fire Warden',29,9.00,17,'a7af3c16-df09-4ceb-93d3-ebed6ea3f5b5','2022-11-23 22:14:20','2022-11-23 22:19:05'),(305,'Policy Procedures',29,4.00,10,'f5c77f5b-01a1-4ed1-aaa2-c248285f077c','2022-11-23 22:14:20','2022-11-23 22:19:05'),(306,'Fire Sources',29,10.00,8,'335a8b2b-d26e-491e-aa83-edb6b0bb9deb','2022-11-23 22:14:21','2022-11-23 22:19:05'),(307,'General Information',29,6.00,2,'64069cf3-b98e-45e1-8564-1f79f24cfb1a','2022-11-23 22:14:21','2022-11-23 22:19:05'),(308,'Property Information',29,7.00,5,'cd07695b-f341-4c4c-92fb-fbdade243d3a','2022-11-23 22:14:21','2022-11-23 22:19:05'),(309,'Those at Risk',30,9.00,9,'e87c37d6-ee12-4533-b08d-16ad6195b613','2022-11-23 22:19:05','2022-11-23 22:24:26'),(310,'Fire Precautions',30,8.00,12,'9b992a60-636c-4c60-89dc-9db64eee9945','2022-11-23 22:19:06','2022-11-23 22:24:26'),(311,'Training',30,7.00,15,'c448518e-dc53-4f5e-9476-a7fde3b734dc','2022-11-23 22:19:06','2022-11-23 22:24:26'),(312,'Maintenance',30,4.00,13,'7f827ae2-af30-4084-816a-73dd688ff17f','2022-11-23 22:19:06','2022-11-23 22:24:26'),(313,'Means of Escape',30,10.00,14,'788050dc-137d-4a8b-9e34-0e5f4a4a2203','2022-11-23 22:19:06','2022-11-23 22:24:26'),(314,'Fire Warden',30,9.00,17,'79c8e0b9-3ca8-4384-8b8e-7a7d41650582','2022-11-23 22:19:06','2022-11-23 22:24:26'),(315,'Policy Procedures',30,4.00,10,'05daab03-73c8-4ed6-a43f-6db7e49c8e8d','2022-11-23 22:19:06','2022-11-23 22:24:26'),(316,'Fire Sources',30,10.00,8,'e591e648-905f-49c8-bcb1-912c3d70980b','2022-11-23 22:19:06','2022-11-23 22:24:26'),(317,'General Information',30,6.00,2,'4c5c84a3-3236-4e13-8188-e9a00730311c','2022-11-23 22:19:06','2022-11-23 22:24:26'),(318,'Property Information',30,7.00,5,'231423e7-7f28-4634-8407-67bc338a9eab','2022-11-23 22:19:06','2022-11-23 22:24:26'),(319,'Those at Risk',31,9.00,9,'f369cc31-fb30-4d18-b033-a58dcf1d7de5','2022-11-23 22:24:26','2022-11-23 22:27:55'),(320,'Fire Precautions',31,8.00,12,'c279070c-731a-4f5d-9b17-bd5153588f97','2022-11-23 22:24:26','2022-11-23 22:27:55'),(321,'Training',31,7.00,15,'e0b1b945-443e-45ca-8a82-61f276ef0d2b','2022-11-23 22:24:26','2022-11-23 22:27:55'),(322,'Maintenance',31,4.00,13,'aa356183-2c98-4e0c-97cf-11ce68893c66','2022-11-23 22:24:26','2022-11-23 22:27:55'),(323,'Means of Escape',31,10.00,14,'302c17b6-98a5-49e3-a6f2-c4cffb8ab68a','2022-11-23 22:24:26','2022-11-23 22:27:55'),(324,'Fire Warden',31,9.00,17,'b9b975f3-6404-4619-b099-7dd6ac873354','2022-11-23 22:24:26','2022-11-23 22:27:55'),(325,'Policy Procedures',31,4.00,10,'74e9e3a1-f191-4b9a-8577-68091ee0802a','2022-11-23 22:24:26','2022-11-23 22:27:55'),(326,'General Information',31,6.00,2,'14c79253-8c79-4b33-823f-c45344cc0af5','2022-11-23 22:24:26','2022-11-23 22:27:55'),(327,'Property Information',31,7.00,5,'3e7c1037-a848-4d20-ad59-c7f4501fab59','2022-11-23 22:24:26','2022-11-23 22:27:55'),(328,'Fire Sources',31,10.00,8,'2468e8c6-2407-4c78-a676-84a04a53717a','2022-11-23 22:24:26','2022-11-23 22:27:55'),(329,'Those at Risk',32,9.00,9,'2b0deaa9-3aa1-49c4-8952-8fb5575a2fa7','2022-11-23 22:27:55','2022-11-24 13:07:59'),(330,'Fire Precautions',32,8.00,12,'cc0e7461-c992-47ab-b609-3635551faa56','2022-11-23 22:27:55','2022-11-24 13:07:59'),(331,'Training',32,7.00,15,'4a6801a6-7b31-4d9a-b9d1-c8c2aeb568e8','2022-11-23 22:27:55','2022-11-24 13:07:59'),(332,'Maintenance',32,4.00,13,'102804c2-3759-4103-bb41-bf930252c4c7','2022-11-23 22:27:55','2022-11-24 13:07:59'),(333,'Means of Escape',32,10.00,14,'ba38fad1-7bd2-4684-8b02-b043d90f196c','2022-11-23 22:27:55','2022-11-24 13:07:59'),(334,'Fire Warden',32,9.00,17,'b1042514-e71d-40de-925d-e891cc60389f','2022-11-23 22:27:56','2022-11-24 13:07:59'),(335,'General Information',32,6.00,2,'a1f39d81-f2eb-43f5-8cef-50349ff155b7','2022-11-23 22:27:56','2022-11-24 13:07:59'),(336,'Property Information',32,7.00,5,'f506bfc3-bc49-4f30-a083-8d65ef9f729a','2022-11-23 22:27:56','2022-11-24 13:07:59'),(337,'Fire Sources',32,10.00,8,'2de39762-0065-435d-89eb-86d3c82e0302','2022-11-23 22:27:56','2022-11-24 13:07:59'),(338,'Policy Procedures',32,4.00,10,'b84963d3-a48a-4dbb-aaf5-bb71df84f572','2022-11-23 22:27:56','2022-11-24 13:07:59'),(339,'Those at Risk',33,9.00,9,'394c7ad2-b753-4d0b-b104-991dba065f86','2022-11-24 13:07:59','2022-11-24 15:22:13'),(340,'Fire Precautions',33,8.00,12,'8fe72c85-ce27-4b0a-96e0-092b8b1a14a0','2022-11-24 13:07:59','2022-11-24 15:22:13'),(341,'Training',33,7.00,15,'8936f7ba-5dc6-4be1-a69b-b042bf77d20c','2022-11-24 13:07:59','2022-11-24 15:22:13'),(342,'Maintenance',33,4.00,13,'1135e00d-345f-4297-9a0d-61ea4dca8070','2022-11-24 13:07:59','2022-11-24 15:22:13'),(343,'Means of Escape',33,10.00,14,'dd899ac1-b076-43cd-b056-b45d66cb0818','2022-11-24 13:07:59','2022-11-24 15:22:13'),(344,'Fire Warden',33,9.00,17,'3e3a65a9-9d1a-448a-a371-bc9d338a9aee','2022-11-24 13:07:59','2022-11-24 15:22:13'),(345,'Property Information',33,7.00,5,'9b3d9c00-39bd-4a7a-b476-9876dc4c6dd5','2022-11-24 13:07:59','2022-11-24 15:22:13'),(346,'Fire Sources',33,10.00,8,'d6f00193-af49-475e-a797-164a17dda5c8','2022-11-24 13:07:59','2022-11-24 15:22:14'),(347,'Policy Procedures',33,4.00,10,'5b2627fb-5a96-4574-842c-e4e01c7d20d9','2022-11-24 13:07:59','2022-11-24 15:22:14'),(348,'General Information',33,6.00,2,'d97aba25-8264-4598-a6d9-2b0215a77140','2022-11-24 13:07:59','2022-11-24 15:22:14'),(349,'Those at Risk',34,9.00,9,'83d67e71-be6b-4174-a1d3-f11efe65db4e','2022-11-24 15:22:14','2022-11-30 00:32:10'),(350,'Fire Precautions',34,8.00,12,'66c7e5e2-a703-459b-9661-2e30659811cd','2022-11-24 15:22:14','2022-11-30 00:32:10'),(351,'Training',34,7.00,15,'f7ec8de7-5411-4c2c-b3a3-96ae19de5cae','2022-11-24 15:22:14','2022-11-30 00:32:10'),(352,'Maintenance',34,4.00,13,'2b94868b-4c01-4ff9-b46d-ab37d99d6224','2022-11-24 15:22:14','2022-11-30 00:32:10'),(353,'Means of Escape',34,10.00,14,'0627c88e-28d4-4ffb-a378-127b4b8cc2ee','2022-11-24 15:22:14','2022-11-30 00:32:10'),(354,'Fire Warden',34,9.00,17,'358c20ad-7c4d-4d22-809b-c0d8de121f19','2022-11-24 15:22:14','2022-11-30 00:32:10'),(355,'Property Information',34,7.00,5,'d223d365-2582-4044-97b4-da2b62e98880','2022-11-24 15:22:14','2022-11-30 00:32:10'),(356,'Fire Sources',34,10.00,8,'78437b60-d531-48a2-81ef-fb0f281c3d3f','2022-11-24 15:22:14','2022-11-30 00:32:10'),(357,'Policy Procedures',34,4.00,10,'be2e77b5-8e30-4b98-8f44-c48097ece92d','2022-11-24 15:22:14','2022-11-30 00:32:10'),(358,'General Information',34,6.00,2,'60270c26-ef0d-4a20-9475-f8f8a6da65b2','2022-11-24 15:22:14','2022-11-30 00:32:10'),(359,'Those at Risk',35,9.00,9,'54f36fbd-579b-48d2-8b19-c8c6ffbeae2d','2022-11-30 00:32:10','2022-11-30 00:37:49'),(360,'Fire Precautions',35,8.00,12,'8d3ba4ff-a82b-4065-b719-cc1d650387d0','2022-11-30 00:32:11','2022-11-30 00:37:49'),(361,'Training',35,7.00,15,'777ebebb-b5f7-4450-8362-380dd9075efe','2022-11-30 00:32:11','2022-11-30 00:37:49'),(362,'Maintenance',35,4.00,13,'2b3a0746-97ab-4517-958c-b9e51030d79e','2022-11-30 00:32:11','2022-11-30 00:37:49'),(363,'Means of Escape',35,10.00,14,'c7ce87f7-aa43-417d-9532-6e6a3c2790ce','2022-11-30 00:32:11','2022-11-30 00:37:49'),(364,'Fire Warden',35,9.00,17,'fccc4e90-18d8-4df4-a67b-3f3d4c3a30f4','2022-11-30 00:32:11','2022-11-30 00:37:49'),(365,'Property Information',35,7.00,5,'5160e028-9620-4e3c-b0eb-8d28cbf5347b','2022-11-30 00:32:11','2022-11-30 00:37:49'),(366,'Fire Sources',35,10.00,8,'85df4407-ac6b-4fe6-b4ec-d96f1337f717','2022-11-30 00:32:11','2022-11-30 00:37:49'),(367,'Policy Procedures',35,4.00,10,'07a53ef6-d4d2-47e3-aa96-98d9dfae4d75','2022-11-30 00:32:11','2022-11-30 00:37:49'),(368,'General Information',35,6.00,2,'bc6b2168-a106-49cd-acd7-3a297b32bf41','2022-11-30 00:32:11','2022-11-30 00:37:49'),(369,'Those at Risk',36,9.00,9,'271b835c-023b-452f-95a4-7f27e7a5d2e6','2022-11-30 00:37:49','2022-11-30 00:37:53'),(370,'Fire Precautions',36,8.00,12,'d134e091-596e-4d93-b6f9-31cc7925a1c2','2022-11-30 00:37:49','2022-11-30 00:37:53'),(371,'Training',36,7.00,15,'54e65a83-27d5-4cb1-ae4d-12de10b7b367','2022-11-30 00:37:49','2022-11-30 00:37:53'),(372,'Maintenance',36,4.00,13,'13947584-1860-4066-87e9-fb68dab25bf8','2022-11-30 00:37:49','2022-11-30 00:37:53'),(373,'Means of Escape',36,10.00,14,'49638f92-2c3c-40da-b17d-c66f56970332','2022-11-30 00:37:49','2022-11-30 00:37:53'),(374,'Fire Warden',36,9.00,17,'c6c3328c-731a-4c8e-b5fb-16fe49e54105','2022-11-30 00:37:49','2022-11-30 00:37:53'),(375,'Fire Sources',36,10.00,8,'2024d290-26f2-44c5-b1d7-944d194dd363','2022-11-30 00:37:49','2022-11-30 00:37:53'),(376,'Policy Procedures',36,4.00,10,'16ff7b83-ee8b-490b-b4b2-1f1267003b67','2022-11-30 00:37:49','2022-11-30 00:37:53'),(377,'General Information',36,6.00,2,'0acf5e0c-2430-4cd1-b517-dd993bd3b6b6','2022-11-30 00:37:50','2022-11-30 00:37:53'),(378,'Property Information',36,7.00,5,'442cb047-10f2-4437-9894-63404cf7e0da','2022-11-30 00:37:50','2022-11-30 00:37:53'),(379,'Those at Risk',37,9.00,9,'791ae9a5-1b9a-4bfd-a7ab-8a955f5649a8','2022-11-30 00:37:53','2022-11-30 00:42:25'),(380,'Fire Precautions',37,8.00,12,'2ecd94ce-21d5-446d-a4c5-73856cc9fda4','2022-11-30 00:37:53','2022-11-30 00:42:25'),(381,'Training',37,7.00,15,'db5958e3-e4d1-483d-bd19-eacab393de7d','2022-11-30 00:37:53','2022-11-30 00:42:25'),(382,'Maintenance',37,4.00,13,'c8b44b2a-d594-4b8e-b794-9db7d7701df9','2022-11-30 00:37:53','2022-11-30 00:42:25'),(383,'Means of Escape',37,10.00,14,'f2bb8e19-2a61-4eb7-80ce-d111178ade46','2022-11-30 00:37:53','2022-11-30 00:42:25'),(384,'Fire Warden',37,9.00,17,'b0e1c0c3-ba4d-4c9e-bd22-b35793623f48','2022-11-30 00:37:53','2022-11-30 00:42:25'),(385,'Fire Sources',37,10.00,8,'3e1f3118-05fb-4d69-9b21-d4762d12348c','2022-11-30 00:37:53','2022-11-30 00:42:25'),(386,'Policy Procedures',37,4.00,10,'90466482-7d68-4876-83df-0341e9b06b68','2022-11-30 00:37:53','2022-11-30 00:42:25'),(387,'General Information',37,6.00,2,'66f0a07c-4491-4bc1-924f-84fa1b8e909b','2022-11-30 00:37:54','2022-11-30 00:42:25'),(388,'Property Information',37,7.00,5,'001501e0-9215-4d0e-9050-eb41f22e4a3d','2022-11-30 00:37:54','2022-11-30 00:42:25'),(389,'Property Information',37,7.00,5,'fa0e1f10-a4c0-4ed8-bc9e-e19a702b6c72','2022-11-30 00:37:54','2022-11-30 00:42:26'),(390,'Those at Risk',38,9.00,9,'abc83a7d-04e4-4785-a7d0-e0a1d2001480','2022-11-30 00:42:26','2022-11-30 08:38:38'),(391,'Fire Precautions',38,8.00,12,'a7dd5453-2934-4635-82dc-68133b3f6957','2022-11-30 00:42:26','2022-11-30 08:38:38'),(392,'Training',38,7.00,15,'72a755e8-c365-4acb-8e44-85188cb5dee4','2022-11-30 00:42:26','2022-11-30 08:38:38'),(393,'Maintenance',38,4.00,13,'fe36c19a-5a08-48e5-ac97-66dd0500eccf','2022-11-30 00:42:26','2022-11-30 08:38:38'),(394,'Means of Escape',38,10.00,14,'2f833f21-325d-4c95-8c3c-d2165effe448','2022-11-30 00:42:26','2022-11-30 08:38:38'),(395,'Fire Warden',38,9.00,17,'9f676dea-22e2-4c02-8137-2cfbc94fe4ce','2022-11-30 00:42:26','2022-11-30 08:38:38'),(396,'Fire Sources',38,10.00,8,'9652a0fe-f24f-4f6c-8172-ff313c9174fc','2022-11-30 00:42:26','2022-11-30 08:38:38'),(397,'Policy Procedures',38,4.00,10,'8da6f430-e510-4ddf-8716-cd84d445f6e5','2022-11-30 00:42:26','2022-11-30 08:38:39'),(398,'General Information',38,6.00,2,'0bbb64a7-4135-45bf-90cb-e04dd95dd76f','2022-11-30 00:42:26','2022-11-30 08:38:39'),(399,'Property Information',38,7.00,5,'eb5f2c38-86c0-41ea-a545-3e86d461cbd0','2022-11-30 00:42:26','2022-11-30 08:38:39'),(400,'Property Information',38,7.00,5,'6d2c12d0-16a1-466e-b1a9-20c92bf87d94','2022-11-30 00:42:26','2022-11-30 08:38:39'),(401,'Those at Risk',39,9.00,9,'f4724d44-7e19-4ce2-b87b-6037a9b237ca','2022-11-30 08:38:39','2022-11-30 08:40:16'),(402,'Fire Precautions',39,8.00,12,'8637cdc7-0cdb-4acf-be59-5e3952c25de3','2022-11-30 08:38:39','2022-11-30 08:40:16'),(403,'Training',39,7.00,15,'1dac5a53-1df7-4086-8bfc-4862105f6158','2022-11-30 08:38:39','2022-11-30 08:40:16'),(404,'Maintenance',39,4.00,13,'03d60ec4-d120-494e-a12d-ca8ba8d8935f','2022-11-30 08:38:39','2022-11-30 08:40:16'),(405,'Means of Escape',39,10.00,14,'3d054bd0-3956-4a9d-845b-f8893f5d630a','2022-11-30 08:38:39','2022-11-30 08:40:16'),(406,'Fire Warden',39,9.00,17,'08510a2a-3ead-4897-b8a1-fec101a5fd33','2022-11-30 08:38:39','2022-11-30 08:40:16'),(407,'Fire Sources',39,10.00,8,'9f99af40-9640-44c7-80ea-5edcef193886','2022-11-30 08:38:39','2022-11-30 08:40:16'),(408,'Policy Procedures',39,4.00,10,'6a43ceba-0405-4eae-8652-14426a517a58','2022-11-30 08:38:39','2022-11-30 08:40:16'),(409,'Property Information',39,7.00,5,'9232aed2-629b-4ef4-8264-05fe4f669a8e','2022-11-30 08:38:39','2022-11-30 08:40:16'),(410,'Property Information',39,7.00,5,'9267afd0-cb4f-4271-ba61-0e2331e4b42f','2022-11-30 08:38:39','2022-11-30 08:40:16'),(411,'General Information',39,6.00,2,'75580224-ebf4-4855-a34c-f52f851596e5','2022-11-30 08:38:39','2022-11-30 08:40:16'),(412,'Those at Risk',40,9.00,9,'374d57bf-9587-44fb-a147-423a4a2fb8b6','2022-11-30 08:40:16','2022-11-30 09:29:58'),(413,'Fire Precautions',40,8.00,12,'ab5fa64a-0672-4f6d-90e7-47b72f4886b2','2022-11-30 08:40:16','2022-11-30 09:29:58'),(414,'Training',40,7.00,15,'10fbcff4-097d-4b9e-95d1-4c784afb04ea','2022-11-30 08:40:16','2022-11-30 09:29:58'),(415,'Maintenance',40,4.00,13,'63ffe77e-2f12-4219-bd9a-0e94cfa6fca6','2022-11-30 08:40:16','2022-11-30 09:29:58'),(416,'Means of Escape',40,10.00,14,'37fc7983-a9ca-4a4c-91f4-f572fb436d59','2022-11-30 08:40:16','2022-11-30 09:29:58'),(417,'Fire Warden',40,9.00,17,'3a07a2a6-5b40-4780-b818-4817932e1481','2022-11-30 08:40:16','2022-11-30 09:29:58'),(418,'Fire Sources',40,10.00,8,'9675d27a-df95-4e94-9e5c-ec4daf73e403','2022-11-30 08:40:16','2022-11-30 09:29:58'),(419,'Policy Procedures',40,4.00,10,'c4369be3-76ab-4891-b55d-39223981dd2e','2022-11-30 08:40:16','2022-11-30 09:29:58'),(420,'Property Information',40,7.00,5,'f5f9a21b-4698-49c4-a446-5394e13ab0d0','2022-11-30 08:40:16','2022-11-30 09:29:58'),(422,'General Information',40,6.00,2,'dab0d530-f0b4-46e3-93b2-8935dc9985dd','2022-11-30 08:40:17','2022-11-30 09:29:58'),(423,'Those at Risk',41,9.00,9,'1a8bf916-f1c8-4cfa-a3ad-5bf5c00b2062','2022-11-30 09:29:58','2022-11-30 10:02:44'),(424,'Fire Precautions',41,8.00,12,'63e20a29-619a-4bd8-9c84-55cfb2f78452','2022-11-30 09:29:58','2022-11-30 10:02:44'),(425,'Training',41,7.00,15,'6162b93e-00b7-49a1-91d5-01f71dd26836','2022-11-30 09:29:58','2022-11-30 10:02:44'),(426,'Maintenance',41,4.00,13,'e2e42142-9d0d-4724-87e8-ade500ed3d51','2022-11-30 09:29:58','2022-11-30 10:02:44'),(427,'Means of Escape',41,10.00,14,'f18d1871-0c5e-42ae-bd16-260b60da0fbd','2022-11-30 09:29:58','2022-11-30 10:02:44'),(428,'Fire Warden',41,9.00,17,'d328c53a-5ff5-4115-9965-40c8cfbfa35c','2022-11-30 09:29:58','2022-11-30 10:02:44'),(429,'Fire Sources',41,10.00,8,'28b65258-2e9c-427b-860a-dabeebfa0ad1','2022-11-30 09:29:58','2022-11-30 10:02:44'),(430,'Property Information',41,7.00,5,'f298f9ca-ac51-42b0-9f39-cf5fc2c70555','2022-11-30 09:29:58','2022-11-30 10:02:44'),(431,'General Information',41,6.00,2,'f6ef8b99-372c-4597-a5ae-868b71791696','2022-11-30 09:29:58','2022-11-30 10:02:44'),(432,'Policy Procedures',41,4.00,10,'6f907a33-6f93-4c16-b8c9-80624433853b','2022-11-30 09:29:58','2022-11-30 10:02:44'),(433,'Those at Risk',42,9.00,9,'6c6fc158-8132-4292-99f1-669753494af3','2022-11-30 10:02:44','2022-11-30 10:03:26'),(434,'Fire Precautions',42,8.00,12,'d712f77c-706f-4688-9d03-76d6b40458a8','2022-11-30 10:02:44','2022-11-30 10:03:26'),(435,'Training',42,7.00,15,'b95af041-8a80-41d2-81e7-28519c59efec','2022-11-30 10:02:44','2022-11-30 10:03:26'),(436,'Maintenance',42,4.00,13,'2df1764b-a563-4ddd-af2e-7687492aef2b','2022-11-30 10:02:44','2022-11-30 10:03:26'),(437,'Means of Escape',42,10.00,14,'55b15590-aa92-4a1c-9cad-8cbb9c87062b','2022-11-30 10:02:44','2022-11-30 10:03:26'),(438,'Fire Warden',42,9.00,17,'5dfb4146-4017-42ae-91ba-354430470cbe','2022-11-30 10:02:44','2022-11-30 10:03:26'),(439,'Fire Sources',42,10.00,8,'686f3f71-a58e-4974-b54f-c2adbcae82ab','2022-11-30 10:02:44','2022-11-30 10:03:26'),(440,'Property Information',42,7.00,5,'63e8f1bd-88a0-4557-8f21-3dbe870b6557','2022-11-30 10:02:44','2022-11-30 10:03:26'),(441,'Policy Procedures',42,4.00,10,'1bf7f1f2-6617-4054-9e83-c4267830d124','2022-11-30 10:02:45','2022-11-30 10:03:26'),(442,'General Information',42,6.00,2,'471388e0-fbc2-410d-9ea4-ffad3ce0ae05','2022-11-30 10:02:45','2022-11-30 10:03:26'),(443,'Those at Risk',43,9.00,9,'fc1cddc8-08fc-4ed5-ab7e-ac90a04147c9','2022-11-30 10:03:26','2022-11-30 10:08:16'),(444,'Fire Precautions',43,8.00,12,'aa2bcd2d-b01e-40a5-af2d-96da06fba141','2022-11-30 10:03:26','2022-11-30 10:08:16'),(445,'Training',43,7.00,15,'812214cb-9885-4902-8435-a847073e4c02','2022-11-30 10:03:26','2022-11-30 10:08:16'),(446,'Maintenance',43,4.00,13,'45f93a4f-d4af-4872-a473-97ed60f8c0b6','2022-11-30 10:03:26','2022-11-30 10:08:16'),(447,'Means of Escape',43,10.00,14,'6c3248e7-4a9b-47e5-96ca-f321ea38a453','2022-11-30 10:03:26','2022-11-30 10:08:16'),(448,'Fire Warden',43,9.00,17,'0087dbd5-7242-4175-b2cb-eebf86f21708','2022-11-30 10:03:26','2022-11-30 10:08:16'),(449,'Fire Sources',43,10.00,8,'591c7a0c-fa96-4fc9-81da-1b4ec57831ba','2022-11-30 10:03:26','2022-11-30 10:08:16'),(450,'Property Information',43,7.00,5,'76d4a34c-40f3-4456-9359-6566266ce4b5','2022-11-30 10:03:26','2022-11-30 10:08:16'),(451,'Policy Procedures',43,4.00,10,'69756645-8add-46b5-9bad-927f7f71066d','2022-11-30 10:03:26','2022-11-30 10:08:16'),(452,'General Information',43,6.00,2,'a30ff3e0-eac4-434e-88d5-afd5aeb709e1','2022-11-30 10:03:26','2022-11-30 10:08:16'),(453,'Those at Risk',44,9.00,9,'aaf59098-8667-4394-87e2-bd5786398c70','2022-11-30 10:08:16','2022-11-30 10:08:30'),(454,'Fire Precautions',44,8.00,12,'d7f30be0-2e6e-4a76-b1e6-3d55a8ab081d','2022-11-30 10:08:16','2022-11-30 10:08:30'),(455,'Training',44,7.00,15,'818bec66-e68d-4c7f-80ac-d453f2d171b2','2022-11-30 10:08:16','2022-11-30 10:08:30'),(456,'Maintenance',44,4.00,13,'0cfa58b9-f11c-4acd-a7fa-1864c2657b14','2022-11-30 10:08:16','2022-11-30 10:08:30'),(457,'Means of Escape',44,10.00,14,'8bfb794b-1dfd-4cbc-9822-b8952b26e103','2022-11-30 10:08:16','2022-11-30 10:08:30'),(458,'Fire Warden',44,9.00,17,'df94e4e7-6ebf-420f-8fff-e1ad959e472f','2022-11-30 10:08:16','2022-11-30 10:08:30'),(459,'Fire Sources',44,10.00,8,'841288f4-1aaa-4940-8f6a-8824da51c38a','2022-11-30 10:08:16','2022-11-30 10:08:30'),(460,'Property Information',44,7.00,5,'147a018d-74be-445e-8771-e5baae164a4e','2022-11-30 10:08:16','2022-11-30 10:08:30'),(461,'Policy Procedures',44,4.00,10,'77346a21-897d-4b87-a5d0-c765e4685479','2022-11-30 10:08:16','2022-11-30 10:08:30'),(462,'General Information',44,6.00,2,'1612bda8-ae3c-4301-b4a6-36b4808b1b57','2022-11-30 10:08:16','2022-11-30 10:08:30'),(463,'Those at Risk',45,9.00,9,'4297d843-1035-475a-9e44-d6e9772d7236','2022-11-30 10:08:30','2022-11-30 10:35:55'),(464,'Fire Precautions',45,8.00,12,'cef3df3d-e731-4c1e-b343-a6cccec10ebb','2022-11-30 10:08:30','2022-11-30 10:35:55'),(465,'Training',45,7.00,15,'6ffc2963-3307-40ef-a8d6-98b8c004c83c','2022-11-30 10:08:30','2022-11-30 10:35:55'),(466,'Maintenance',45,4.00,13,'3c711b2f-6be6-4831-a63f-b5149d08e2f1','2022-11-30 10:08:30','2022-11-30 10:35:55'),(467,'Means of Escape',45,10.00,14,'eec0822f-93fc-467e-a2c3-17951ebe5363','2022-11-30 10:08:30','2022-11-30 10:35:55'),(468,'Fire Warden',45,9.00,17,'2b0b06a2-e859-40c9-ab37-ddb95c174abb','2022-11-30 10:08:30','2022-11-30 10:35:55'),(469,'Fire Sources',45,10.00,8,'d620e7ee-cafb-48b2-a307-e8f86ef6aae6','2022-11-30 10:08:30','2022-11-30 10:35:55'),(470,'Property Information',45,7.00,5,'ff92dccc-e252-4d08-a850-c4a57521e34c','2022-11-30 10:08:30','2022-11-30 10:35:55'),(471,'Policy Procedures',45,4.00,10,'f4005a7b-8101-460b-a99c-ac52550544f5','2022-11-30 10:08:30','2022-11-30 10:35:55'),(472,'General Information',45,6.00,2,'ccd7d406-996f-4e50-9590-707b77cebfd3','2022-11-30 10:08:30','2022-11-30 10:35:55'),(473,'Fire Warden',45,9.00,17,'f213a731-3abc-4837-8df7-1843ea20e144','2022-11-30 10:08:30','2022-11-30 10:35:55'),(474,'Those at Risk',46,9.00,9,'5679722f-2d31-4725-8bd7-1029beaab5de','2022-11-30 10:35:55','2022-11-30 10:40:45'),(475,'Fire Precautions',46,8.00,12,'f1feabda-cdcf-441d-b30d-9f2775e722c6','2022-11-30 10:35:55','2022-11-30 10:40:45'),(476,'Training',46,7.00,15,'31f45cd0-f36e-4bc1-b941-7538dda0abb9','2022-11-30 10:35:55','2022-11-30 10:40:45'),(477,'Maintenance',46,4.00,13,'367718c3-b217-49e9-99f2-329dcef42a52','2022-11-30 10:35:55','2022-11-30 10:40:45'),(478,'Means of Escape',46,10.00,14,'d1178a90-fba3-4b6f-847a-87246cae7dd0','2022-11-30 10:35:55','2022-11-30 10:40:45'),(480,'Fire Sources',46,10.00,8,'f413f7f2-3402-40a1-ac50-f755f2df99c7','2022-11-30 10:35:55','2022-11-30 10:40:45'),(481,'Property Information',46,7.00,5,'d651a440-c960-4225-bfa5-61e8e948319f','2022-11-30 10:35:55','2022-11-30 10:40:45'),(482,'Policy Procedures',46,4.00,10,'8981b945-e378-48c7-91c5-9a8007d76e32','2022-11-30 10:35:55','2022-11-30 10:40:45'),(483,'General Information',46,6.00,2,'3a526723-9b54-453a-b8dd-9537e200f406','2022-11-30 10:35:55','2022-11-30 10:40:45'),(484,'Fire Warden',46,9.00,17,'c212d515-79ad-453d-a6ce-d4ee71a6fe52','2022-11-30 10:35:55','2022-11-30 10:40:45'),(486,'Those at Risk',47,9.00,9,'b09a15a7-eed6-472e-8633-a2bafda8281f','2022-11-30 10:40:45','2022-11-30 10:41:17'),(487,'Fire Precautions',47,8.00,12,'3074a9d4-f932-4290-a876-7313ce9cb81e','2022-11-30 10:40:45','2022-11-30 10:41:17'),(488,'Training',47,7.00,15,'267da46a-8b22-4f98-a88a-f06e39f3db9c','2022-11-30 10:40:45','2022-11-30 10:41:17'),(489,'Maintenance',47,4.00,13,'1d18d743-f245-4613-ac19-40758bfb6059','2022-11-30 10:40:45','2022-11-30 10:41:17'),(490,'Means of Escape',47,10.00,14,'dd610aa3-a9a2-40cb-ac62-56b89d424f6b','2022-11-30 10:40:45','2022-11-30 10:41:17'),(491,'Fire Sources',47,10.00,8,'49f31abd-e49f-455b-ae4a-aeb489af9acd','2022-11-30 10:40:45','2022-11-30 10:41:17'),(492,'Property Information',47,7.00,5,'82f59549-17e3-4af0-abc6-81110b71302d','2022-11-30 10:40:45','2022-11-30 10:41:17'),(493,'Policy Procedures',47,4.00,10,'23fefa2f-53ba-4123-a24e-9430811c79d1','2022-11-30 10:40:45','2022-11-30 10:41:17'),(494,'General Information',47,6.00,2,'9ffd600d-b7ca-4bc6-ac26-fc2c74e74c3e','2022-11-30 10:40:45','2022-11-30 10:41:17'),(495,'Fire Warden',47,9.00,17,'f64e3457-46bb-46ca-a4cc-6bdd33f67bf6','2022-11-30 10:40:45','2022-11-30 10:41:17'),(496,'Policy Procedures',47,4.00,10,'2c438757-b313-482a-8f14-01cff4a73886','2022-11-30 10:40:45','2022-11-30 10:41:17'),(497,'Those at Risk',48,9.00,9,'75c80f2a-37fa-4a82-9675-87bbf2e2acb0','2022-11-30 10:41:17','2022-11-30 10:42:55'),(498,'Fire Precautions',48,8.00,12,'d2bbcd7d-f80e-4a16-8107-79933a32b270','2022-11-30 10:41:17','2022-11-30 10:42:56'),(499,'Training',48,7.00,15,'8e5259ac-ab0a-45e9-9b65-87fc132eb306','2022-11-30 10:41:17','2022-11-30 10:42:56'),(500,'Maintenance',48,4.00,13,'7c0d6aa8-49f4-49c4-ad98-2dfef8e836f2','2022-11-30 10:41:17','2022-11-30 10:42:56'),(501,'Means of Escape',48,10.00,14,'4bf1255a-e62c-4fc3-a8f0-68a263ea7041','2022-11-30 10:41:17','2022-11-30 10:42:56'),(502,'Fire Sources',48,10.00,8,'b897bd40-5b04-4f07-9e67-cb9161a3b257','2022-11-30 10:41:17','2022-11-30 10:42:56'),(503,'Property Information',48,7.00,5,'ec77e834-62e4-4f6b-ac8d-f0bcef59cd1c','2022-11-30 10:41:17','2022-11-30 10:42:56'),(504,'Policy Procedures',48,4.00,10,'e3d97c07-f275-4b5e-80da-92316f4b56b0','2022-11-30 10:41:17','2022-11-30 10:42:56'),(505,'General Information',48,6.00,2,'f5a34024-8eaa-4869-8878-3d3c21df17b6','2022-11-30 10:41:17','2022-11-30 10:42:56'),(507,'Policy Procedures',48,4.00,10,'3562b1ce-bc3a-43e4-a619-32aea8ae2f08','2022-11-30 10:41:17','2022-11-30 10:42:56'),(508,'Fire Warden',48,9.00,17,'722a0d9b-9192-448d-9fc0-dbafe9de853b','2022-11-30 10:41:17','2022-11-30 10:42:56'),(509,'Those at Risk',49,9.00,9,'6ed6e38f-2fd5-4864-ad7f-4d8b86eb1f82','2022-11-30 10:42:56','2022-11-30 10:47:07'),(510,'Fire Precautions',49,8.00,12,'692dd9bb-9235-4d57-9b8c-0f1f0ecd8af2','2022-11-30 10:42:56','2022-11-30 10:47:07'),(511,'Training',49,7.00,15,'a1484a79-b988-4d5e-bae8-19d887dad8da','2022-11-30 10:42:56','2022-11-30 10:47:07'),(512,'Maintenance',49,4.00,13,'239499c9-7c02-4919-b8c1-9adcdb9e1d51','2022-11-30 10:42:56','2022-11-30 10:47:07'),(513,'Means of Escape',49,10.00,14,'412bc13b-6194-414e-9c27-e396e8cee614','2022-11-30 10:42:56','2022-11-30 10:47:07'),(514,'Fire Sources',49,10.00,8,'7c20a243-08ea-4fd1-b5d8-5f273e5cc86d','2022-11-30 10:42:56','2022-11-30 10:47:07'),(515,'Property Information',49,7.00,5,'2980c040-a7b4-4713-830e-cb5613942154','2022-11-30 10:42:56','2022-11-30 10:47:07'),(517,'General Information',49,6.00,2,'5683ea68-a1f3-447c-b742-40d5c8cfe611','2022-11-30 10:42:56','2022-11-30 10:47:08'),(518,'Policy Procedures',49,4.00,10,'c4265f95-5da5-4bb6-8f75-4cb83f082600','2022-11-30 10:42:56','2022-11-30 10:47:08'),(519,'Fire Warden',49,9.00,17,'164af96e-eae8-4341-aecf-944716ac58f8','2022-11-30 10:42:56','2022-11-30 10:47:08'),(520,'Those at Risk',50,9.00,9,'9917af14-b31b-4c99-b965-eff39631a89b','2022-11-30 10:47:08','2022-11-30 10:47:28'),(521,'Fire Precautions',50,8.00,12,'d9b2054d-5bf4-4fce-ac17-52fbaae06fe6','2022-11-30 10:47:08','2022-11-30 10:47:28'),(522,'Training',50,7.00,15,'c2899d2b-9c42-4627-ba3c-1c25177958c4','2022-11-30 10:47:08','2022-11-30 10:47:28'),(523,'Maintenance',50,4.00,13,'9b359b94-4831-4144-9686-f0bab0b4749d','2022-11-30 10:47:08','2022-11-30 10:47:28'),(524,'Means of Escape',50,10.00,14,'281af0ec-bf88-44e3-8167-f48f746d87a8','2022-11-30 10:47:08','2022-11-30 10:47:28'),(525,'Fire Sources',50,10.00,8,'f226530b-ecb6-4f4a-ac7b-ad23632d18ae','2022-11-30 10:47:08','2022-11-30 10:47:28'),(526,'Property Information',50,7.00,5,'2697210e-850d-420d-ab02-e15e9ee212e1','2022-11-30 10:47:08','2022-11-30 10:47:28'),(527,'Policy Procedures',50,4.00,10,'f2747170-3b42-4186-a8be-3ad5214cd367','2022-11-30 10:47:08','2022-11-30 10:47:28'),(528,'General Information',50,6.00,2,'b3e097d8-4f77-4ef2-97ae-7b8154f746cc','2022-11-30 10:47:08','2022-11-30 10:47:28'),(529,'Policy Procedures',50,4.00,10,'4078f311-7ae1-42b0-8c0d-f275975dc307','2022-11-30 10:47:08','2022-11-30 10:47:28'),(530,'Fire Warden',50,9.00,17,'07a345c9-111b-4a7d-aee7-73283782f702','2022-11-30 10:47:08','2022-11-30 10:47:28'),(531,'Those at Risk',51,9.00,9,'cada72a3-e0e0-47fe-9ddf-c895227724b6','2022-11-30 10:47:28','2022-11-30 10:48:01'),(532,'Fire Precautions',51,8.00,12,'11d6902b-50b6-4e70-bdb8-0e1590fdfe40','2022-11-30 10:47:28','2022-11-30 10:48:01'),(533,'Training',51,7.00,15,'13cca6af-5b23-4b34-a43c-ee8a2f021d69','2022-11-30 10:47:28','2022-11-30 10:48:01'),(534,'Maintenance',51,4.00,13,'12d45fed-d65a-465a-9285-4bc3ea63d911','2022-11-30 10:47:28','2022-11-30 10:48:01'),(535,'Means of Escape',51,10.00,14,'6c188e03-9991-488b-94cf-b664528f5d0e','2022-11-30 10:47:28','2022-11-30 10:48:01'),(536,'Fire Sources',51,10.00,8,'1d8e1e8f-f57d-4342-bb03-a784012db80c','2022-11-30 10:47:28','2022-11-30 10:48:01'),(537,'Property Information',51,7.00,5,'10a1e2e3-1552-419f-9528-b9ff7a11bd2f','2022-11-30 10:47:28','2022-11-30 10:48:01'),(538,'Policy Procedures',51,4.00,10,'5d44b4b9-7bc5-474c-85d6-1625158e6358','2022-11-30 10:47:28','2022-11-30 10:48:01'),(539,'General Information',51,6.00,2,'a0c0195b-f4a8-4781-9d61-9ddc63ee268c','2022-11-30 10:47:28','2022-11-30 10:48:01'),(540,'Policy Procedures',51,4.00,10,'9704957a-ffac-47b0-876f-2594d6142cfe','2022-11-30 10:47:28','2022-11-30 10:48:01'),(542,'Fire Warden',51,9.00,17,'1f2569f8-acd2-42c2-b7c2-32fa22fbc0ba','2022-11-30 10:47:28','2022-11-30 10:48:01'),(543,'Those at Risk',52,9.00,9,'0f661688-789d-4ca8-88d6-2ef17b823b29','2022-11-30 10:48:01','2022-11-30 11:03:41'),(544,'Fire Precautions',52,8.00,12,'2132b6af-0857-4cf6-90de-9f4d2aabedf1','2022-11-30 10:48:01','2022-11-30 11:03:41'),(545,'Training',52,7.00,15,'bc9b3b4f-dd43-42e9-87e5-4acdaead886d','2022-11-30 10:48:01','2022-11-30 11:03:41'),(546,'Maintenance',52,4.00,13,'0a9b2625-b21b-4e71-a363-4632e6052f1f','2022-11-30 10:48:01','2022-11-30 11:03:41'),(547,'Means of Escape',52,10.00,14,'38c047ce-874a-4a4b-9e88-6b5380cd30fc','2022-11-30 10:48:01','2022-11-30 11:03:41'),(548,'Fire Sources',52,10.00,8,'419d90d4-a43a-44af-9dd3-07c64baf0b00','2022-11-30 10:48:01','2022-11-30 11:03:41'),(549,'Property Information',52,7.00,5,'d092a064-dccb-4880-bd1b-dd3b7cf8099f','2022-11-30 10:48:01','2022-11-30 11:03:41'),(551,'General Information',52,6.00,2,'c6085fc0-1c81-4ce4-837f-522487fbaa29','2022-11-30 10:48:01','2022-11-30 11:03:41'),(552,'Policy Procedures',52,4.00,10,'5540b6c2-e946-4ed6-81da-792860f0dccd','2022-11-30 10:48:02','2022-11-30 11:03:42'),(553,'Fire Warden',52,9.00,17,'bb1fdfb2-d7fe-46d3-81a3-4cbc852d5673','2022-11-30 10:48:02','2022-11-30 11:03:42'),(554,'Fire Warden',52,9.00,17,'41bfbb13-4154-4721-b904-512bfe8f429b','2022-11-30 10:48:02','2022-11-30 11:03:42'),(555,'Fire Warden',52,9.00,17,'d4435bb0-ed9a-428d-95ce-e95091ccefa6','2022-11-30 10:48:02','2022-11-30 11:03:42'),(556,'Those at Risk',53,9.00,9,'e0d6828f-9422-412e-b471-5ddb97bd4166','2022-11-30 11:03:42','2022-11-30 11:06:24'),(557,'Fire Precautions',53,8.00,12,'f9754674-9abf-4118-9a65-8305a0304df6','2022-11-30 11:03:42','2022-11-30 11:06:24'),(558,'Training',53,7.00,15,'107e6216-1393-46d0-aade-f88be296a132','2022-11-30 11:03:42','2022-11-30 11:06:24'),(559,'Maintenance',53,4.00,13,'f701cc20-02b0-48e0-b7f7-ce0bd5cbca4e','2022-11-30 11:03:42','2022-11-30 11:06:24'),(560,'Means of Escape',53,10.00,14,'3854c189-b4cc-4ea5-b028-d12a13b37960','2022-11-30 11:03:42','2022-11-30 11:06:24'),(561,'Fire Sources',53,10.00,8,'ff3a030b-2b1d-4379-853a-97adc43e6b21','2022-11-30 11:03:42','2022-11-30 11:06:24'),(562,'General Information',53,6.00,2,'dd900c8f-6ea9-4927-82f8-3c3808cd137a','2022-11-30 11:03:42','2022-11-30 11:06:24'),(563,'Policy Procedures',53,4.00,10,'5ebb94f1-1da7-4e32-a925-a7d3d36097ef','2022-11-30 11:03:42','2022-11-30 11:06:24'),(564,'Fire Warden',53,9.00,17,'cc5006f0-b408-4092-8aa3-2a6d9b7935b8','2022-11-30 11:03:42','2022-11-30 11:06:24'),(565,'Fire Warden',53,9.00,17,'32247359-a19d-4e70-bfd9-dc5b88a52804','2022-11-30 11:03:42','2022-11-30 11:06:24'),(566,'Fire Warden',53,9.00,17,'377845b6-64a5-4c61-a49a-f8c17955dd89','2022-11-30 11:03:42','2022-11-30 11:06:24'),(567,'Property Information',53,7.00,5,'a0117b27-c2be-48ec-92ae-af6afeffe660','2022-11-30 11:03:42','2022-11-30 11:06:24'),(568,'Those at Risk',54,9.00,9,'d638e1b7-6e6f-4bd8-862e-0cc9db46270a','2022-11-30 11:06:24','2022-11-30 11:11:05'),(569,'Fire Precautions',54,8.00,12,'ffcd60c0-00a5-4bb3-89a4-40687aa47e2e','2022-11-30 11:06:24','2022-11-30 11:11:05'),(570,'Training',54,7.00,15,'d28d6993-0721-4842-8f2e-d88d30ee7c1e','2022-11-30 11:06:24','2022-11-30 11:11:05'),(571,'Maintenance',54,4.00,13,'98222050-0798-48dd-9f23-8e0f6a38230b','2022-11-30 11:06:24','2022-11-30 11:11:05'),(572,'Means of Escape',54,10.00,14,'ed28d5bc-7578-4348-b7d6-a579aff75fe7','2022-11-30 11:06:24','2022-11-30 11:11:05'),(573,'Fire Sources',54,10.00,8,'ef3f86c3-327b-428f-bc1d-3cc94daa6a71','2022-11-30 11:06:24','2022-11-30 11:11:05'),(574,'General Information',54,6.00,2,'0a15345c-ce4e-4632-ba50-51182aeb5de0','2022-11-30 11:06:24','2022-11-30 11:11:05'),(575,'Policy Procedures',54,4.00,10,'eb3d0141-c2d5-4fb2-85ad-df50adede41a','2022-11-30 11:06:24','2022-11-30 11:11:05'),(576,'Fire Warden',54,9.00,17,'e600cb4e-cd2d-4906-949d-4de44e64c7b0','2022-11-30 11:06:25','2022-11-30 11:11:05'),(577,'Fire Warden',54,9.00,17,'2db79e99-8684-491c-bb9a-2fed038a8900','2022-11-30 11:06:25','2022-11-30 11:11:05'),(578,'Fire Warden',54,9.00,17,'4cff04e9-47d4-4bf0-85ee-dcaba4ba06a7','2022-11-30 11:06:25','2022-11-30 11:11:05'),(579,'Property Information',54,7.00,5,'26f54d2d-12d8-4fbd-8dac-ba185bb2a3a0','2022-11-30 11:06:25','2022-11-30 11:11:05'),(580,'Those at Risk',55,9.00,9,'89a3149f-20d8-47a8-b7de-116a90153090','2022-11-30 11:11:05','2022-11-30 11:18:39'),(581,'Fire Precautions',55,8.00,12,'be68c548-a433-4d47-b2c1-e640e80a179a','2022-11-30 11:11:05','2022-11-30 11:18:39'),(582,'Training',55,7.00,15,'44bfc548-96f3-47d8-95c9-c6fe8d85f2d1','2022-11-30 11:11:05','2022-11-30 11:18:39'),(583,'Maintenance',55,4.00,13,'a780198d-4b15-4885-9de8-d1fb10295f95','2022-11-30 11:11:05','2022-11-30 11:18:39'),(584,'Means of Escape',55,10.00,14,'60ec17f8-0ed0-4c84-ba32-1a96436d1297','2022-11-30 11:11:05','2022-11-30 11:18:39'),(585,'Fire Sources',55,10.00,8,'70b3ecb5-524d-4527-a8e0-4c364a300fa4','2022-11-30 11:11:05','2022-11-30 11:18:39'),(586,'General Information',55,6.00,2,'e3566541-29c5-491f-b71d-88ec5fa6cfbd','2022-11-30 11:11:05','2022-11-30 11:18:39'),(587,'Policy Procedures',55,4.00,10,'2ded08a3-40b8-445d-aa76-33a872a45b05','2022-11-30 11:11:05','2022-11-30 11:18:39'),(588,'Fire Warden',55,9.00,17,'5c2c0058-b6cc-4136-8fba-cd8df775603e','2022-11-30 11:11:05','2022-11-30 11:18:39'),(589,'Fire Warden',55,9.00,17,'ec57281c-e87b-4881-85db-75fe0c7dd68e','2022-11-30 11:11:05','2022-11-30 11:18:39'),(590,'Fire Warden',55,9.00,17,'186fd3ca-d733-40b7-a859-93b137b14543','2022-11-30 11:11:05','2022-11-30 11:18:39'),(591,'Property Information',55,7.00,5,'670c49f2-4343-4ab1-b5fa-0c3a9247cea6','2022-11-30 11:11:05','2022-11-30 11:18:39'),(592,'Those at Risk',56,9.00,9,'48aba3e9-c53b-4ece-86c0-009a94b42e6c','2022-11-30 11:18:39','2022-11-30 11:26:38'),(593,'Fire Precautions',56,8.00,12,'a67a69d8-e9c8-4693-842c-c7ab248f6a00','2022-11-30 11:18:39','2022-11-30 11:26:38'),(594,'Training',56,7.00,15,'290aa412-bbc9-48ff-b12f-5243f4529133','2022-11-30 11:18:39','2022-11-30 11:26:38'),(595,'Maintenance',56,4.00,13,'305a1aeb-05b5-463d-9bf7-ec531c2532ec','2022-11-30 11:18:39','2022-11-30 11:26:38'),(596,'Means of Escape',56,10.00,14,'8010610d-5f2e-447d-88a2-17278c5c5bfc','2022-11-30 11:18:39','2022-11-30 11:26:38'),(597,'Fire Sources',56,10.00,8,'bfa1b0a5-b93e-414f-a185-5f63d7c5591d','2022-11-30 11:18:39','2022-11-30 11:26:38'),(598,'General Information',56,6.00,2,'eff6e09a-55c1-4e41-94f8-b75bdb4b25e4','2022-11-30 11:18:39','2022-11-30 11:26:38'),(599,'Policy Procedures',56,4.00,10,'c05b3a9c-1816-43a7-b89d-369b47dc6836','2022-11-30 11:18:39','2022-11-30 11:26:38'),(600,'Fire Warden',56,9.00,17,'9c26c177-63c6-4b2a-ae95-951f17b03c03','2022-11-30 11:18:39','2022-11-30 11:26:38'),(601,'Fire Warden',56,9.00,17,'f10a77d8-7e3f-425f-b84c-f03079b60c2e','2022-11-30 11:18:39','2022-11-30 11:26:38'),(602,'Fire Warden',56,9.00,17,'83c7cf66-c115-4953-b3d4-0d5e17adb030','2022-11-30 11:18:39','2022-11-30 11:26:38'),(603,'Property Information',56,7.00,5,'4959e7b3-f917-4920-89d8-a783454d0cc1','2022-11-30 11:18:39','2022-11-30 11:26:38'),(604,'Those at Risk',57,9.00,9,'3568df02-f48f-473e-88bc-76b4ac8b7c54','2022-11-30 11:26:38','2022-11-30 11:28:28'),(605,'Fire Precautions',57,8.00,12,'bcbdf466-8797-4e81-8217-4581297f6a9f','2022-11-30 11:26:38','2022-11-30 11:28:28'),(607,'Maintenance',57,4.00,13,'6e2707c2-0cad-4c65-8381-45398a11d23c','2022-11-30 11:26:38','2022-11-30 11:28:28'),(608,'Means of Escape',57,10.00,14,'811e25e5-63e9-46b9-9cfb-3270635fc29d','2022-11-30 11:26:38','2022-11-30 11:28:28'),(609,'Fire Sources',57,10.00,8,'6cee8138-dda5-40d5-979e-cf18c6a10f6d','2022-11-30 11:26:38','2022-11-30 11:28:28'),(610,'General Information',57,6.00,2,'588d706b-ab5e-4931-955f-962cd48b7b05','2022-11-30 11:26:38','2022-11-30 11:28:28'),(611,'Policy Procedures',57,4.00,10,'78c68660-87fc-4481-a19a-1e723cc76df9','2022-11-30 11:26:39','2022-11-30 11:28:28'),(612,'Fire Warden',57,9.00,17,'4b25a2d5-4f9c-488f-b7fa-01f5401e57be','2022-11-30 11:26:39','2022-11-30 11:28:28'),(613,'Fire Warden',57,9.00,17,'7f3f12fe-9ee3-4a89-aa5b-a681c74f033c','2022-11-30 11:26:39','2022-11-30 11:28:28'),(614,'Fire Warden',57,9.00,17,'f19afa97-60df-4bf6-a0fe-7c9f9c5947a9','2022-11-30 11:26:39','2022-11-30 11:28:28'),(615,'Property Information',57,7.00,5,'3e3c4a88-18cb-4bd8-bae7-4cff1e0e78ec','2022-11-30 11:26:39','2022-11-30 11:28:28'),(616,'Training',57,7.00,15,'57936ac8-eb35-45ed-a4b3-b17869d0d4d4','2022-11-30 11:26:39','2022-11-30 11:28:28'),(617,'Those at Risk',58,9.00,9,'742a2d2c-c0c5-4220-bdba-e88e4a7efa9f','2022-11-30 11:28:28','2022-11-30 11:28:33'),(618,'Fire Precautions',58,8.00,12,'2df803f2-5fa5-4efc-a847-63606ba9d6ea','2022-11-30 11:28:28','2022-11-30 11:28:33'),(619,'Maintenance',58,4.00,13,'e42c515d-b387-45eb-bc8c-51beec048465','2022-11-30 11:28:28','2022-11-30 11:28:33'),(620,'Means of Escape',58,10.00,14,'a779b94e-7d36-493b-aa1b-d1a9b172dfaf','2022-11-30 11:28:28','2022-11-30 11:28:33'),(621,'Fire Sources',58,10.00,8,'e27d018d-e79a-496d-9461-20dbf657d379','2022-11-30 11:28:28','2022-11-30 11:28:33'),(622,'General Information',58,6.00,2,'9491e9d8-8f4b-4c1f-9bf7-b8529d686721','2022-11-30 11:28:28','2022-11-30 11:28:33'),(623,'Policy Procedures',58,4.00,10,'e8afbaa3-9fb6-43ba-98a4-e801bb686f8b','2022-11-30 11:28:28','2022-11-30 11:28:33'),(624,'Fire Warden',58,9.00,17,'187fb912-92f9-4a98-830a-77ee844e02ce','2022-11-30 11:28:29','2022-11-30 11:28:33'),(625,'Fire Warden',58,9.00,17,'20c6929a-ed05-4819-b8af-0bc4fc2d419f','2022-11-30 11:28:29','2022-11-30 11:28:33'),(626,'Fire Warden',58,9.00,17,'c83703f1-33f8-4e58-98f7-bd30b243eccc','2022-11-30 11:28:29','2022-11-30 11:28:33'),(627,'Property Information',58,7.00,5,'9db864e8-3f7c-4bd4-a532-1a4284b520b4','2022-11-30 11:28:29','2022-11-30 11:28:33'),(628,'Training',58,7.00,15,'600be95b-f708-43f5-a5ff-597fea2102ca','2022-11-30 11:28:29','2022-11-30 11:28:33'),(629,'Those at Risk',59,9.00,9,'299240c2-bda1-4aa6-bfcb-5ab97de107b9','2022-11-30 11:28:33','2022-11-30 12:17:20'),(631,'Maintenance',59,4.00,13,'ba126237-8364-41b4-9f79-a1e9f114f8a7','2022-11-30 11:28:33','2022-11-30 12:17:20'),(632,'Means of Escape',59,10.00,14,'3c0a208d-382c-4c2d-ba2e-f9091eaefd2a','2022-11-30 11:28:33','2022-11-30 12:17:20'),(633,'Fire Sources',59,10.00,8,'dfcb1f9c-5823-474b-9b3d-1049fd0991d6','2022-11-30 11:28:33','2022-11-30 12:17:20'),(634,'General Information',59,6.00,2,'7bc5f4ee-b00e-4869-b6c9-4049df654d37','2022-11-30 11:28:33','2022-11-30 12:17:20'),(635,'Policy Procedures',59,4.00,10,'d474c4fd-c153-4b97-a9e6-b25adb825bde','2022-11-30 11:28:33','2022-11-30 12:17:20'),(636,'Fire Warden',59,9.00,17,'8b502284-d7ca-4dce-b3bb-a1d69f111bf8','2022-11-30 11:28:33','2022-11-30 12:17:20'),(638,'Fire Warden',59,9.00,17,'4919c49a-b11d-4598-88a9-a990dea89f58','2022-11-30 11:28:33','2022-11-30 12:17:20'),(639,'Property Information',59,7.00,5,'8f5bfc07-d476-437c-8f41-55520cf22981','2022-11-30 11:28:33','2022-11-30 12:17:20'),(640,'Training',59,7.00,15,'3bff597d-1f72-4977-b0b8-b99f9973a4f4','2022-11-30 11:28:33','2022-11-30 12:17:20'),(641,'Fire Precautions',59,8.00,12,'0f1f8d37-e0ae-4626-8bde-eff7fbd717ba','2022-11-30 11:28:33','2022-11-30 12:17:21'),(642,'Those at Risk',60,9.00,9,'22700895-9df0-4b06-a6b5-8dff814c91c4','2022-11-30 12:17:21','2022-11-30 14:37:38'),(643,'Maintenance',60,4.00,13,'10875b85-c11c-4ee4-b5a7-3cb5e98ff32c','2022-11-30 12:17:21','2022-11-30 14:37:38'),(644,'Means of Escape',60,10.00,14,'f1cdda0b-58f8-4705-bf4e-013a32eacd7d','2022-11-30 12:17:21','2022-11-30 14:37:38'),(645,'Fire Sources',60,10.00,8,'6d5b98ff-6ce6-4637-a68f-0e0b6fa92a36','2022-11-30 12:17:21','2022-11-30 14:37:38'),(646,'General Information',60,6.00,2,'9e1dd137-8dff-4511-9138-381b6a470687','2022-11-30 12:17:21','2022-11-30 14:37:38'),(647,'Policy Procedures',60,4.00,10,'e95f2880-f6ec-40e9-b5d9-f40081627333','2022-11-30 12:17:21','2022-11-30 14:37:38'),(648,'Fire Warden',60,9.00,17,'59e13284-a486-4ddc-86df-d74305805ef3','2022-11-30 12:17:21','2022-11-30 14:37:38'),(649,'Fire Warden',60,9.00,17,'f933dc84-8b18-4aff-baa0-ca9bda490198','2022-11-30 12:17:21','2022-11-30 14:37:38'),(650,'Fire Warden',60,9.00,17,'6b335b31-b9ab-4234-869f-f4b65813dca1','2022-11-30 12:17:21','2022-11-30 14:37:38'),(651,'Property Information',60,7.00,5,'1b836de9-b5d9-482b-8f24-ba765fb40d0f','2022-11-30 12:17:21','2022-11-30 14:37:38'),(652,'Training',60,7.00,15,'09051706-08a8-48fa-af78-e7a3bc108c2b','2022-11-30 12:17:21','2022-11-30 14:37:38'),(653,'Fire Precautions',60,8.00,12,'af62216f-6854-4cbf-bff0-2a9d3b04e0ad','2022-11-30 12:17:21','2022-11-30 14:37:38'),(655,'Those at Risk',61,9.00,9,'1307963c-9cd7-47c1-b741-e87f76de9f07','2022-11-30 14:37:38','2022-11-30 14:38:44'),(656,'Maintenance',61,4.00,13,'1ee68a52-1c64-46ce-860c-f39033fa8f44','2022-11-30 14:37:38','2022-11-30 14:38:44'),(657,'Means of Escape',61,10.00,14,'6b4691dc-eeb3-4782-ab5c-785a40d4f768','2022-11-30 14:37:38','2022-11-30 14:38:44'),(658,'Fire Sources',61,10.00,8,'50d05c4e-569b-486a-81da-50e0f2fa7062','2022-11-30 14:37:38','2022-11-30 14:38:44'),(659,'General Information',61,6.00,2,'e8cff371-dac4-45a9-9892-0a5f465e6c39','2022-11-30 14:37:38','2022-11-30 14:38:44'),(660,'Fire Warden',61,9.00,17,'d5596eb7-e680-4b65-ae39-e2fc8cc578d4','2022-11-30 14:37:38','2022-11-30 14:38:44'),(661,'Fire Warden',61,9.00,17,'bcea02de-71d5-456d-ae00-7556d45bab5e','2022-11-30 14:37:38','2022-11-30 14:38:44'),(662,'Fire Warden',61,9.00,17,'c1fd8b8d-fee3-4ccf-b2f0-f9ac8787e797','2022-11-30 14:37:38','2022-11-30 14:38:44'),(663,'Property Information',61,7.00,5,'ea7b7732-010d-40e3-9fda-51be2cf86e0a','2022-11-30 14:37:38','2022-11-30 14:38:44'),(664,'Training',61,7.00,15,'cbea6cf8-b72c-4c40-94e0-cc120637171a','2022-11-30 14:37:38','2022-11-30 14:38:44'),(665,'Fire Precautions',61,8.00,12,'421e2e4b-e328-44a0-a2df-2f96766a86e4','2022-11-30 14:37:38','2022-11-30 14:38:44'),(666,'Policy Procedures',61,4.00,10,'89673ef1-e6ce-4d05-be40-e805a6bba922','2022-11-30 14:37:38','2022-11-30 14:38:44'),(667,'Those at Risk',62,9.00,9,'1c4d956b-c360-4b42-ac0e-9e7fb154ba61','2022-11-30 14:38:44','2022-11-30 20:51:03'),(668,'Maintenance',62,4.00,13,'22b93b05-85c5-4265-b91b-b62cb663b488','2022-11-30 14:38:44','2022-11-30 20:51:03'),(669,'Means of Escape',62,10.00,14,'c5e1e3b4-cca4-46c2-8a7c-4c702b12386c','2022-11-30 14:38:44','2022-11-30 20:51:03'),(670,'Fire Sources',62,10.00,8,'fbe2eeaf-7ec0-4876-8dd9-480fc67163cf','2022-11-30 14:38:44','2022-11-30 20:51:03'),(671,'General Information',62,6.00,2,'f516181f-1a3b-400e-942a-ee6f83caa8b8','2022-11-30 14:38:44','2022-11-30 20:51:03'),(674,'Fire Warden',62,9.00,17,'ea3f0b0f-d2b8-43a1-bf1d-62ef46cfc108','2022-11-30 14:38:44','2022-11-30 20:51:03'),(675,'Property Information',62,7.00,5,'66907dd1-8924-435b-82c1-0b16324b0624','2022-11-30 14:38:44','2022-11-30 20:51:03'),(676,'Training',62,7.00,15,'4894a3df-cd1a-483e-9a7b-70c0fb4cb24f','2022-11-30 14:38:45','2022-11-30 20:51:03'),(677,'Fire Precautions',62,8.00,12,'0710008b-6ddc-4723-9908-19d940c36095','2022-11-30 14:38:45','2022-11-30 20:51:03'),(678,'Policy Procedures',62,4.00,10,'c1eac7a8-0af9-42b1-8b2c-c86cdce011e5','2022-11-30 14:38:45','2022-11-30 20:51:03'),(679,'Those at Risk',63,9.00,9,'aacd51ec-d2d0-4c11-a089-6cce08fa255e','2022-11-30 20:51:03','2022-11-30 20:54:29'),(680,'Maintenance',63,4.00,13,'1face32c-6c05-43a3-b0b2-a98593e32901','2022-11-30 20:51:03','2022-11-30 20:54:29'),(681,'Means of Escape',63,10.00,14,'1dedfd9f-7265-4f93-a980-f9b04002c2f6','2022-11-30 20:51:03','2022-11-30 20:54:29'),(682,'Fire Sources',63,10.00,8,'dab8afe7-fcae-4d1d-b3fd-5a4838efc2cf','2022-11-30 20:51:03','2022-11-30 20:54:29'),(683,'Fire Warden',63,9.00,17,'d7369452-8caf-471e-b63d-de2ea09c2431','2022-11-30 20:51:03','2022-11-30 20:54:29'),(684,'Property Information',63,7.00,5,'b7fd4443-53e5-49cc-9b97-1c991b21a7dc','2022-11-30 20:51:03','2022-11-30 20:54:29'),(685,'Training',63,7.00,15,'ff9bf866-a4ad-4b46-8e3c-1e7114efb28b','2022-11-30 20:51:03','2022-11-30 20:54:29'),(686,'Fire Precautions',63,8.00,12,'821740dc-9c10-42bb-9017-f8081ce179dc','2022-11-30 20:51:03','2022-11-30 20:54:29'),(687,'Policy Procedures',63,4.00,10,'8220a754-c87c-47de-8ae4-d2253e334b23','2022-11-30 20:51:04','2022-11-30 20:54:29'),(688,'General Information',63,6.00,2,'8d0732c4-57ff-4a14-9a6e-6e257c98c96f','2022-11-30 20:51:04','2022-11-30 20:54:29'),(689,'Those at Risk',64,9.00,9,'6967fbb7-95a2-40ac-8241-b90251a1915b','2022-11-30 20:54:29','2022-11-30 20:55:29'),(690,'Maintenance',64,4.00,13,'27eb9d60-54c8-4e85-a96e-a991d15b0a53','2022-11-30 20:54:29','2022-11-30 20:55:29'),(691,'Means of Escape',64,10.00,14,'49ff0716-9952-444e-87d2-f0d5b9b9abee','2022-11-30 20:54:29','2022-11-30 20:55:29'),(692,'Fire Sources',64,10.00,8,'4b5e8321-ec1e-4096-b90a-b8b08a0c5815','2022-11-30 20:54:29','2022-11-30 20:55:29'),(693,'Fire Warden',64,9.00,17,'88f352c7-10e1-407b-8acf-88aab8c51825','2022-11-30 20:54:29','2022-11-30 20:55:29'),(694,'Property Information',64,7.00,5,'704f6781-b747-4467-b275-2f931f6b9904','2022-11-30 20:54:29','2022-11-30 20:55:29'),(695,'Training',64,7.00,15,'5277c394-4c90-46c0-8d49-d7f531f2fe25','2022-11-30 20:54:29','2022-11-30 20:55:29'),(696,'Fire Precautions',64,8.00,12,'6cc9018b-3f2c-4b8f-b88f-24dbd22b802c','2022-11-30 20:54:29','2022-11-30 20:55:29'),(697,'Policy Procedures',64,4.00,10,'596f8a14-2242-49ed-ac61-35ab183657f7','2022-11-30 20:54:29','2022-11-30 20:55:29'),(698,'General Information',64,6.00,2,'ac558c8a-8e26-413c-9743-0368f277b9d7','2022-11-30 20:54:29','2022-11-30 20:55:29'),(699,'Those at Risk',65,9.00,9,'7bd9a920-fe73-4f98-9da1-e9251df37f1c','2022-11-30 20:55:29','2022-11-30 21:16:28'),(700,'Maintenance',65,4.00,13,'ae4f61ff-eb3f-4be9-8283-0ae323d2372d','2022-11-30 20:55:29','2022-11-30 21:16:28'),(701,'Means of Escape',65,10.00,14,'c001fe71-008f-4330-b2ad-f764b87852ff','2022-11-30 20:55:29','2022-11-30 21:16:28'),(702,'Fire Sources',65,10.00,8,'f10f70ee-e7c6-412d-bf92-8d36c1ccfef4','2022-11-30 20:55:30','2022-11-30 21:16:28'),(703,'Fire Warden',65,9.00,17,'ca6bd98c-a065-46e1-9440-bf2d9ff07574','2022-11-30 20:55:30','2022-11-30 21:16:28'),(704,'Property Information',65,7.00,5,'882f4f24-4742-4475-81f8-bde282869c41','2022-11-30 20:55:30','2022-11-30 21:16:28'),(705,'Training',65,7.00,15,'d29f96e5-a7a7-4e21-9df7-b5e544c57881','2022-11-30 20:55:30','2022-11-30 21:16:28'),(706,'Fire Precautions',65,8.00,12,'58728861-cf3f-45b0-959e-9c274a558cd5','2022-11-30 20:55:30','2022-11-30 21:16:28'),(707,'Policy Procedures',65,4.00,10,'1d4eca2f-0fb8-4aa8-94ef-e1195258beee','2022-11-30 20:55:30','2022-11-30 21:16:28'),(708,'General Information',65,6.00,2,'48b5a775-9575-4e61-ad17-26896823644d','2022-11-30 20:55:30','2022-11-30 21:16:28'),(709,'Those at Risk',66,9.00,9,'5101ab9e-30fe-4f0c-897d-f7875ad646f0','2022-11-30 21:16:28','2022-11-30 21:22:39'),(710,'Maintenance',66,4.00,13,'9d3899e1-1b2c-4cc6-991b-ef9965c311a3','2022-11-30 21:16:28','2022-11-30 21:22:39'),(711,'Means of Escape',66,10.00,14,'2f7b8615-84ad-4c0b-a31a-720b229c4500','2022-11-30 21:16:28','2022-11-30 21:22:39'),(712,'Fire Sources',66,10.00,8,'74ced26b-c28e-449d-a2f7-dc3fec9370dc','2022-11-30 21:16:29','2022-11-30 21:22:39'),(713,'Fire Warden',66,9.00,17,'70dd818a-c081-462a-a7d0-f986125359bc','2022-11-30 21:16:29','2022-11-30 21:22:39'),(714,'Training',66,7.00,15,'84ddddc4-78f5-49b5-a8d6-9958cfe2946a','2022-11-30 21:16:29','2022-11-30 21:22:39'),(715,'Fire Precautions',66,8.00,12,'59f8e7d9-7293-40a1-998f-b876d5dba6fb','2022-11-30 21:16:29','2022-11-30 21:22:39'),(716,'Policy Procedures',66,4.00,10,'dda9370d-d90f-4a52-9ef5-87a282c743fb','2022-11-30 21:16:29','2022-11-30 21:22:39'),(717,'General Information',66,6.00,2,'52164c86-012a-4578-b0f5-ecb35b76f55f','2022-11-30 21:16:29','2022-11-30 21:22:39'),(718,'Property Information',66,7.00,5,'674942e2-729f-4ff5-937b-5e66473fd6f2','2022-11-30 21:16:29','2022-11-30 21:22:39'),(719,'Those at Risk',67,9.00,9,'b7756186-1ce8-474e-a901-e6c20397f55d','2022-11-30 21:22:39','2022-11-30 21:28:47'),(720,'Maintenance',67,4.00,13,'ea025a9a-826a-464a-a368-8b997d17dca6','2022-11-30 21:22:39','2022-11-30 21:28:47'),(721,'Means of Escape',67,10.00,14,'4daef0f7-7f08-4e1c-8c9c-732695bd7a6d','2022-11-30 21:22:39','2022-11-30 21:28:47'),(722,'Fire Sources',67,10.00,8,'ff68378f-d090-42da-92e8-fdc6768f2b2e','2022-11-30 21:22:39','2022-11-30 21:28:47'),(723,'Fire Warden',67,9.00,17,'5d40a3b0-0ab1-467f-9003-5d09f2ebe235','2022-11-30 21:22:39','2022-11-30 21:28:47'),(724,'Training',67,7.00,15,'11652387-4f33-4396-9514-bd76be120b4b','2022-11-30 21:22:39','2022-11-30 21:28:47'),(725,'Fire Precautions',67,8.00,12,'81c5c37e-c9e4-4abe-b607-fd29a479a4ba','2022-11-30 21:22:39','2022-11-30 21:28:47'),(726,'Policy Procedures',67,4.00,10,'ab13cbb3-8c71-42f3-885f-180131d40844','2022-11-30 21:22:39','2022-11-30 21:28:47'),(727,'General Information',67,6.00,2,'02e35ee0-2776-4db2-b7d2-2cf0fd368b0d','2022-11-30 21:22:39','2022-11-30 21:28:47'),(728,'Property Information',67,7.00,5,'8c07b9c2-ebfc-4d5f-bef2-a71bad367eaf','2022-11-30 21:22:39','2022-11-30 21:28:47'),(729,'Those at Risk',68,9.00,9,'67b9cc06-d304-4519-b8b7-733049c8c978','2022-11-30 21:28:47','2022-11-30 21:30:16'),(730,'Maintenance',68,4.00,13,'7b6553a2-a2ed-4965-8bc2-249de818f36f','2022-11-30 21:28:47','2022-11-30 21:30:16'),(731,'Means of Escape',68,10.00,14,'415514d1-8374-4634-a17b-c28bc7de9f29','2022-11-30 21:28:47','2022-11-30 21:30:16'),(732,'Fire Sources',68,10.00,8,'baa4006a-8b53-4794-8e65-fa5aafb04643','2022-11-30 21:28:47','2022-11-30 21:30:16'),(733,'Fire Warden',68,9.00,17,'009dcc1f-26ab-4a3f-9eee-3385136ad464','2022-11-30 21:28:48','2022-11-30 21:30:16'),(734,'Training',68,7.00,15,'43b31e05-bbaf-4cd7-a824-622e083bfe58','2022-11-30 21:28:48','2022-11-30 21:30:16'),(735,'Fire Precautions',68,8.00,12,'b40dd06b-f92e-45c2-9092-6d45e031ba3e','2022-11-30 21:28:48','2022-11-30 21:30:16'),(736,'Policy Procedures',68,4.00,10,'981b4147-821b-4d0c-bd40-07ed62ad4f52','2022-11-30 21:28:48','2022-11-30 21:30:16'),(737,'General Information',68,6.00,2,'546ed6a4-f4d5-4507-ad3d-0123dde9408c','2022-11-30 21:28:48','2022-11-30 21:30:16'),(738,'Property Information',68,7.00,5,'015c87a5-8e0f-4d34-84a2-e6e4dd506a62','2022-11-30 21:28:48','2022-11-30 21:30:16'),(739,'Those at Risk',69,9.00,9,'ff70b29b-a459-4ce8-ba36-237407b2f7a6','2022-11-30 21:30:16','2022-11-30 21:34:09'),(740,'Maintenance',69,4.00,13,'a421c10d-3eb0-42e3-abf8-c5e656cb05f8','2022-11-30 21:30:16','2022-11-30 21:34:09'),(741,'Means of Escape',69,10.00,14,'ee210b11-3306-400e-8ed6-ec5ada572891','2022-11-30 21:30:16','2022-11-30 21:34:09'),(742,'Fire Sources',69,10.00,8,'d460c601-6977-420f-b9cf-d95826139a9a','2022-11-30 21:30:16','2022-11-30 21:34:09'),(743,'Fire Warden',69,9.00,17,'97e43294-9c00-4307-afa1-cff971779f06','2022-11-30 21:30:16','2022-11-30 21:34:09'),(744,'Training',69,7.00,15,'319fcc60-3f4d-4216-b9ac-4d37e439d4c0','2022-11-30 21:30:16','2022-11-30 21:34:09'),(745,'Fire Precautions',69,8.00,12,'ebe73993-fe11-48bf-952d-53f066cf3aa3','2022-11-30 21:30:16','2022-11-30 21:34:09'),(746,'Policy Procedures',69,4.00,10,'374e8a32-7345-4516-bebe-b3b3b9d7b9c3','2022-11-30 21:30:16','2022-11-30 21:34:09'),(747,'General Information',69,6.00,2,'7fa72fb5-64b0-4c62-82b1-60c947ca1d39','2022-11-30 21:30:16','2022-11-30 21:34:09'),(748,'Property Information',69,7.00,5,'e816285f-0db1-40ee-b857-7c155bc97362','2022-11-30 21:30:16','2022-11-30 21:34:09'),(749,'Those at Risk',70,9.00,9,'024fed1c-2027-4854-8855-2702c09d13f1','2022-11-30 21:34:09','2022-12-01 07:07:46'),(750,'Maintenance',70,4.00,13,'4ac07fc7-4b19-4ff3-ae6a-426ca55851ae','2022-11-30 21:34:09','2022-12-01 07:07:46'),(751,'Means of Escape',70,10.00,14,'4c692bdc-fce1-4289-ae84-120c240da7bc','2022-11-30 21:34:09','2022-12-01 07:07:46'),(752,'Fire Sources',70,10.00,8,'6e9006f8-3d22-4c10-acd7-2f86882ace30','2022-11-30 21:34:09','2022-12-01 07:07:46'),(753,'Fire Warden',70,9.00,17,'f20d054a-2da9-4b16-8f32-bfd01f201c9c','2022-11-30 21:34:09','2022-12-01 07:07:46'),(754,'Training',70,7.00,15,'241f96f3-5f66-43b2-92af-81b8e627b74a','2022-11-30 21:34:09','2022-12-01 07:07:46'),(755,'Fire Precautions',70,8.00,12,'34a2bc07-8012-4d17-a9d3-aded16b0f9b6','2022-11-30 21:34:09','2022-12-01 07:07:46'),(756,'Policy Procedures',70,4.00,10,'8253f2ae-6e89-466d-ba74-b40b2b466263','2022-11-30 21:34:09','2022-12-01 07:07:46'),(757,'General Information',70,6.00,2,'948bde8d-8445-455b-adcf-db6fef8a1ef6','2022-11-30 21:34:09','2022-12-01 07:07:46'),(758,'Property Information',70,7.00,5,'97339c9f-d645-4b1f-8e13-db5c50f353d2','2022-11-30 21:34:09','2022-12-01 07:07:46'),(759,'Those at Risk',71,9.00,9,'905cfadd-ecaf-4f37-b671-25793aa656ff','2022-12-01 07:07:46','2022-12-01 07:53:25'),(760,'Maintenance',71,4.00,13,'e20d6148-ffca-4868-8632-53a6bf2bf848','2022-12-01 07:07:46','2022-12-01 07:53:25'),(761,'Means of Escape',71,10.00,14,'74654f97-d9e0-4ac5-8805-d53f768e8a51','2022-12-01 07:07:46','2022-12-01 07:53:25'),(762,'Fire Sources',71,10.00,8,'bdbdd9c7-b16d-4a1c-8ff3-4ca58d439d42','2022-12-01 07:07:46','2022-12-01 07:53:25'),(763,'Fire Warden',71,9.00,17,'3641cb33-b035-4da8-a284-1e501e2bbc98','2022-12-01 07:07:46','2022-12-01 07:53:25'),(764,'Training',71,7.00,15,'f3366033-0a4f-4197-a965-0640498760f5','2022-12-01 07:07:46','2022-12-01 07:53:25'),(765,'Fire Precautions',71,8.00,12,'81636876-5e7f-404c-9945-5782d046bd14','2022-12-01 07:07:46','2022-12-01 07:53:25'),(766,'General Information',71,6.00,2,'d5877c60-d446-4e60-8cef-1c4b9659ed1a','2022-12-01 07:07:46','2022-12-01 07:53:25'),(767,'Property Information',71,7.00,5,'3e656245-be34-49b3-9afb-89c45bdc4089','2022-12-01 07:07:46','2022-12-01 07:53:25'),(768,'Policy Procedures',71,4.00,10,'2299e8de-857c-4697-930a-490817cd0f25','2022-12-01 07:07:47','2022-12-01 07:53:25'),(769,'Those at Risk',72,9.00,9,'32c3d98c-7851-4c88-a1a6-6f05651d4b23','2022-12-01 07:53:25','2022-12-01 07:59:23'),(770,'Maintenance',72,4.00,13,'78157e7a-79c0-4443-82e6-ff7ca853c255','2022-12-01 07:53:25','2022-12-01 07:59:23'),(771,'Means of Escape',72,10.00,14,'7afb7292-4f58-4db3-80c6-e244a8bd77f4','2022-12-01 07:53:25','2022-12-01 07:59:23'),(772,'Fire Sources',72,10.00,8,'6c9498af-9992-48fb-8284-7086379e6754','2022-12-01 07:53:25','2022-12-01 07:59:23'),(773,'Fire Warden',72,9.00,17,'86a07737-7eb1-4fdd-ac2d-ef105eb3c4d9','2022-12-01 07:53:26','2022-12-01 07:59:23'),(774,'Training',72,7.00,15,'c651cc1c-0837-4661-8d12-6d6ef2e7ba61','2022-12-01 07:53:26','2022-12-01 07:59:23'),(775,'Fire Precautions',72,8.00,12,'4dd341ed-7eaf-4012-9880-a1a861ea1fb8','2022-12-01 07:53:26','2022-12-01 07:59:23'),(776,'General Information',72,6.00,2,'9b2a3084-746f-4267-b162-166517cf93d5','2022-12-01 07:53:26','2022-12-01 07:59:23'),(777,'Property Information',72,7.00,5,'3170ae2f-50c9-4b2e-93f0-6df2b5581cf1','2022-12-01 07:53:26','2022-12-01 07:59:23'),(778,'Policy Procedures',72,4.00,10,'3e6cfbc2-2251-41bf-8604-c975680edc4e','2022-12-01 07:53:26','2022-12-01 07:59:23'),(779,'Those at Risk',73,9.00,9,'8960ab3e-d963-4f7d-9680-1bc62b22b06d','2022-12-01 07:59:23','2022-12-01 08:16:43'),(780,'Maintenance',73,4.00,13,'f7deed9b-8bc2-4a21-912d-f1bb649a8aeb','2022-12-01 07:59:23','2022-12-01 08:16:43'),(781,'Means of Escape',73,10.00,14,'662a5e07-327e-4b24-9dc1-f1f1b00b193e','2022-12-01 07:59:23','2022-12-01 08:16:43'),(782,'Fire Sources',73,10.00,8,'d9b56368-6119-4260-8462-16c5eb8005c4','2022-12-01 07:59:23','2022-12-01 08:16:43'),(783,'Fire Warden',73,9.00,17,'a6195962-8e7c-452c-98ff-6ea04c4e0082','2022-12-01 07:59:23','2022-12-01 08:16:43'),(784,'Training',73,7.00,15,'67677959-2b51-41f9-90a3-9c492ed9f5a6','2022-12-01 07:59:23','2022-12-01 08:16:43'),(785,'Fire Precautions',73,8.00,12,'67a2acc1-fc05-4e05-8d1b-f93da401f189','2022-12-01 07:59:23','2022-12-01 08:16:43'),(786,'General Information',73,6.00,2,'af33ed7d-ae6c-4af7-aa85-d2cdd0aec4ef','2022-12-01 07:59:23','2022-12-01 08:16:43'),(787,'Property Information',73,7.00,5,'3d1e3112-7fc5-4095-8afa-794bca2827a2','2022-12-01 07:59:23','2022-12-01 08:16:43'),(788,'Policy Procedures',73,4.00,10,'ba160a94-3027-4a8d-a404-2048ae321d4e','2022-12-01 07:59:23','2022-12-01 08:16:43'),(789,'Those at Risk',74,9.00,9,'5a6c537c-c137-419d-98e5-5051ce7bd0e1','2022-12-01 08:16:43','2022-12-01 08:18:19'),(790,'Maintenance',74,4.00,13,'32255556-b587-4d26-adb5-e20f08f0a2ea','2022-12-01 08:16:43','2022-12-01 08:18:19'),(791,'Means of Escape',74,10.00,14,'1d71471f-d2ab-4c4b-acb3-be48104f3880','2022-12-01 08:16:43','2022-12-01 08:18:19'),(792,'Fire Warden',74,9.00,17,'fd5158c9-9dd7-44e5-843c-48b5fcdd0ba3','2022-12-01 08:16:43','2022-12-01 08:18:19'),(793,'Training',74,7.00,15,'749ec003-0252-4523-94ba-187975ab12c3','2022-12-01 08:16:44','2022-12-01 08:18:19'),(794,'Fire Precautions',74,8.00,12,'a751fb35-a50a-4848-a7f6-162eba423908','2022-12-01 08:16:44','2022-12-01 08:18:19'),(795,'General Information',74,6.00,2,'af604f1a-1e22-4218-8d20-91622d143ca4','2022-12-01 08:16:44','2022-12-01 08:18:19'),(796,'Property Information',74,7.00,5,'bf765bd3-6081-447d-8092-21a41f3b313e','2022-12-01 08:16:44','2022-12-01 08:18:19'),(797,'Policy Procedures',74,4.00,10,'ec73ab70-c6f1-4dd4-b60f-e0aa4af8863d','2022-12-01 08:16:44','2022-12-01 08:18:19'),(798,'Fire Sources',74,10.00,8,'07956e1e-1e3c-4a94-9270-70974553cc82','2022-12-01 08:16:44','2022-12-01 08:18:19'),(799,'Those at Risk',75,9.00,9,'7e02232b-bc7f-4429-873a-dd60a401a211','2022-12-01 08:18:19','2022-12-01 09:26:26'),(800,'Maintenance',75,4.00,13,'46b4597f-f6dd-4754-922d-ba69e7f8ee68','2022-12-01 08:18:19','2022-12-01 09:26:26'),(801,'Means of Escape',75,10.00,14,'55343eba-0ba9-4562-933c-6fdd136c0723','2022-12-01 08:18:19','2022-12-01 09:26:26'),(802,'Fire Warden',75,9.00,17,'870bcb17-f9d4-429b-8a4d-22ec6e177ae0','2022-12-01 08:18:19','2022-12-01 09:26:26'),(803,'Training',75,7.00,15,'db5db141-3f35-4d5c-801e-a3fea0c3d80c','2022-12-01 08:18:19','2022-12-01 09:26:26'),(804,'Fire Precautions',75,8.00,12,'2d5450f8-19f3-4d1b-aa98-257016129f80','2022-12-01 08:18:19','2022-12-01 09:26:26'),(805,'General Information',75,6.00,2,'fc56c672-b59b-42f6-b8dc-3a8eaf206da2','2022-12-01 08:18:19','2022-12-01 09:26:26'),(806,'Property Information',75,7.00,5,'42cb0de1-8cf2-445c-93e0-03ac08927099','2022-12-01 08:18:19','2022-12-01 09:26:26'),(807,'Policy Procedures',75,4.00,10,'ccf7ceda-b94a-4881-8dcb-33e2c42fdc66','2022-12-01 08:18:19','2022-12-01 09:26:26'),(808,'Fire Sources',75,10.00,8,'c62d1ab7-d100-4fc6-b4ad-c3973dd95e93','2022-12-01 08:18:19','2022-12-01 09:26:26'),(809,'Those at Risk',76,9.00,9,'2b0dade8-9d51-400c-a292-20c7bd86cbb2','2022-12-01 09:26:26','2022-12-01 09:29:12'),(810,'Maintenance',76,4.00,13,'a4b3f8ab-861c-46cd-a762-159994947931','2022-12-01 09:26:26','2022-12-01 09:29:12'),(811,'Means of Escape',76,10.00,14,'2a285b4f-1afb-4bc1-a1c1-3a8bf89f4ef7','2022-12-01 09:26:26','2022-12-01 09:29:12'),(812,'Fire Warden',76,9.00,17,'04488880-bb3a-494b-936b-161d54595f61','2022-12-01 09:26:26','2022-12-01 09:29:12'),(813,'Training',76,7.00,15,'c58cd714-67bc-4811-a27c-d97e5d639772','2022-12-01 09:26:26','2022-12-01 09:29:12'),(814,'Fire Precautions',76,8.00,12,'ef08a2ad-bb25-4b28-a877-494e724c58aa','2022-12-01 09:26:26','2022-12-01 09:29:12'),(815,'General Information',76,6.00,2,'84b4be8a-5853-4c3d-88b2-75f88a507657','2022-12-01 09:26:26','2022-12-01 09:29:12'),(816,'Property Information',76,7.00,5,'53ff3e37-e50f-46e9-9b42-46b3751c6624','2022-12-01 09:26:26','2022-12-01 09:29:12'),(817,'Policy Procedures',76,4.00,10,'b2a5e461-af2f-4c61-b73e-6c6a8848837a','2022-12-01 09:26:27','2022-12-01 09:29:12'),(818,'Fire Sources',76,10.00,8,'f7b1e574-1619-42bd-b847-2366de77e73d','2022-12-01 09:26:27','2022-12-01 09:29:12'),(819,'Property Information',76,7.00,5,'3c65ff09-8113-491c-a01d-b0fb88ed6fc4','2022-12-01 09:26:27','2022-12-01 09:29:12'),(820,'Those at Risk',77,9.00,9,'41bb1ca8-3b75-4a57-95fd-d76e246592c2','2022-12-01 09:29:12','2022-12-01 09:49:34'),(821,'Maintenance',77,4.00,13,'7926b684-78bf-492a-b178-8d6dbad20916','2022-12-01 09:29:13','2022-12-01 09:49:34'),(822,'Means of Escape',77,10.00,14,'19f596bd-71d7-4a4a-8e96-f98cfb12a37f','2022-12-01 09:29:13','2022-12-01 09:49:34'),(823,'Fire Warden',77,9.00,17,'4fa063ab-0407-4e44-92a2-15e90f75778f','2022-12-01 09:29:13','2022-12-01 09:49:34'),(824,'Training',77,7.00,15,'f5d287c0-86dc-4a79-b82e-4ccb41ca9816','2022-12-01 09:29:13','2022-12-01 09:49:34'),(825,'Fire Precautions',77,8.00,12,'59be1285-1c7e-41bb-8cc5-a11826b8c52a','2022-12-01 09:29:13','2022-12-01 09:49:34'),(826,'General Information',77,6.00,2,'65ba149a-42e9-403e-8267-4a18a33650e8','2022-12-01 09:29:13','2022-12-01 09:49:34'),(827,'Policy Procedures',77,4.00,10,'26213387-03e3-4968-8bb1-66beca4eea24','2022-12-01 09:29:13','2022-12-01 09:49:34'),(828,'Fire Sources',77,10.00,8,'61b3c749-292e-451f-a17c-efa1298d72b2','2022-12-01 09:29:13','2022-12-01 09:49:34'),(829,'Property Information',77,7.00,5,'2635edb8-0be7-4e99-b35d-827db2754561','2022-12-01 09:29:13','2022-12-01 09:49:34'),(830,'Property Information',77,7.00,5,'ed4f740e-7d16-4080-9035-e9c12704e388','2022-12-01 09:29:13','2022-12-01 09:49:34'),(831,'Those at Risk',78,9.00,9,'29b617e7-66af-4cfc-ac05-f041232cfc7b','2022-12-01 09:49:34','2022-12-01 09:52:07'),(832,'Maintenance',78,4.00,13,'c3e4cacd-566b-4515-8f7a-ae766e1d5203','2022-12-01 09:49:34','2022-12-01 09:52:07'),(833,'Means of Escape',78,10.00,14,'2af2c894-8795-4eef-9894-35e7c334e867','2022-12-01 09:49:34','2022-12-01 09:52:07'),(834,'Fire Warden',78,9.00,17,'3a882e77-e14c-4537-b38a-4fc949965d4a','2022-12-01 09:49:34','2022-12-01 09:52:07'),(835,'Training',78,7.00,15,'ecc0ebec-66a8-4d17-ba7b-7eff23a997ad','2022-12-01 09:49:34','2022-12-01 09:52:07'),(836,'Fire Precautions',78,8.00,12,'f66aa238-9112-4fd8-b21d-9ffe4a2dcf92','2022-12-01 09:49:34','2022-12-01 09:52:07'),(837,'General Information',78,6.00,2,'e8481bd2-98eb-4391-a9e7-224a60cf1028','2022-12-01 09:49:35','2022-12-01 09:52:07'),(838,'Policy Procedures',78,4.00,10,'05d1fd7c-d110-4037-b0d9-5cfd6585112f','2022-12-01 09:49:35','2022-12-01 09:52:07'),(839,'Fire Sources',78,10.00,8,'3ccbf3c3-c76f-468f-b817-f43f4d62d6bc','2022-12-01 09:49:35','2022-12-01 09:52:07'),(840,'Property Information',78,7.00,5,'0603687d-db88-4abf-a460-f9732a129b83','2022-12-01 09:49:35','2022-12-01 09:52:07'),(841,'Property Information',78,7.00,5,'426d86ab-4217-4fa7-be4f-14596c01145b','2022-12-01 09:49:35','2022-12-01 09:52:07'),(842,'Fire Sources',78,10.00,8,'bae2c4fd-c86a-4e99-b0ad-3ea40855bab0','2022-12-01 09:49:35','2022-12-01 09:52:07'),(843,'Those at Risk',79,9.00,9,'522cb88a-f305-479e-85e2-b81c004703d1','2022-12-01 09:52:07','2022-12-01 10:15:08'),(844,'Maintenance',79,4.00,13,'306b1eb0-a34f-43e8-8e21-dc92a031fb97','2022-12-01 09:52:07','2022-12-01 10:15:08'),(845,'Means of Escape',79,10.00,14,'77f176ad-eeba-4902-b9f3-21e740dca1f1','2022-12-01 09:52:07','2022-12-01 10:15:08'),(846,'Fire Warden',79,9.00,17,'97365d3c-348c-4b60-a842-1c6ab8faa03c','2022-12-01 09:52:07','2022-12-01 10:15:08'),(847,'Training',79,7.00,15,'42eeffdd-cd1b-4378-b3ac-1fc3fc3b70cc','2022-12-01 09:52:07','2022-12-01 10:15:08'),(848,'Fire Precautions',79,8.00,12,'8819659e-4c7f-42d4-8f91-ba53d1c1d5df','2022-12-01 09:52:07','2022-12-01 10:15:08'),(849,'General Information',79,6.00,2,'442a1264-1cc7-441e-8eeb-2241867fd655','2022-12-01 09:52:07','2022-12-01 10:15:08'),(850,'Fire Sources',79,10.00,8,'552e346d-a558-4fe9-b07c-4c167a1e9898','2022-12-01 09:52:07','2022-12-01 10:15:08'),(851,'Property Information',79,7.00,5,'cb1e99f5-c6e8-4ad1-9b9a-516d060a5885','2022-12-01 09:52:08','2022-12-01 10:15:08'),(852,'Property Information',79,7.00,5,'49949c79-c55c-4b2f-b2b5-7a5663a5f4b8','2022-12-01 09:52:08','2022-12-01 10:15:08'),(853,'Fire Sources',79,10.00,8,'c18b3ea6-be3e-4347-aabc-ef0501dcd943','2022-12-01 09:52:08','2022-12-01 10:15:08'),(854,'Policy Procedures',79,4.00,10,'1a28d494-5ae7-42a9-b4da-5cb35f382536','2022-12-01 09:52:08','2022-12-01 10:15:08'),(855,'Those at Risk',80,9.00,9,'9fd9bf79-6136-4e74-8c24-9c442abe25a2','2022-12-01 10:15:08','2022-12-01 10:48:37'),(856,'Maintenance',80,4.00,13,'afab119c-3c55-447b-bed2-7809da07aa64','2022-12-01 10:15:08','2022-12-01 10:48:37'),(857,'Means of Escape',80,10.00,14,'fbee0071-520a-4bbf-badd-0dd108c64eeb','2022-12-01 10:15:08','2022-12-01 10:48:37'),(858,'Fire Warden',80,9.00,17,'cc2d2f93-0237-4dee-8be9-e0f399b9ea4a','2022-12-01 10:15:08','2022-12-01 10:48:37'),(859,'Training',80,7.00,15,'8b95e198-c77e-4a8f-b5a5-ffc52dd6b492','2022-12-01 10:15:08','2022-12-01 10:48:37'),(860,'General Information',80,6.00,2,'41efc344-bbe5-4c8a-bf9a-dcb6f43985cf','2022-12-01 10:15:08','2022-12-01 10:48:37'),(861,'Fire Sources',80,10.00,8,'03d2dc91-e7f5-4334-9bbf-4ffbdb935a20','2022-12-01 10:15:08','2022-12-01 10:48:37'),(862,'Property Information',80,7.00,5,'b8d597af-5423-422b-a6d2-3ba3ba4e3715','2022-12-01 10:15:08','2022-12-01 10:48:37'),(863,'Property Information',80,7.00,5,'9e0195f7-dea1-436c-b281-50fa288d8a9a','2022-12-01 10:15:08','2022-12-01 10:48:38'),(864,'Fire Sources',80,10.00,8,'5316325f-5b74-48c6-a3b8-f3c852f93e30','2022-12-01 10:15:08','2022-12-01 10:48:38'),(865,'Policy Procedures',80,4.00,10,'5d00ce38-dc9a-4bbb-9e2c-b1f7f3039211','2022-12-01 10:15:08','2022-12-01 10:48:38'),(866,'Fire Precautions',80,8.00,12,'ed0d73ac-a5cc-44ca-8a34-ba31e6718e0b','2022-12-01 10:15:08','2022-12-01 10:48:38'),(867,'Those at Risk',81,9.00,9,'632dbbef-46ab-4ddd-8341-131afe3778e7','2022-12-01 10:48:38','2022-12-01 13:23:05'),(868,'Maintenance',81,4.00,13,'8ace9e5c-424f-4538-a80e-383a95355114','2022-12-01 10:48:38','2022-12-01 13:23:05'),(870,'Fire Warden',81,9.00,17,'145891df-a45f-4c66-9cd3-fc6126a1f0a5','2022-12-01 10:48:38','2022-12-01 13:23:05'),(871,'Training',81,7.00,15,'e681387b-3e01-4181-98ee-d73edd14edd4','2022-12-01 10:48:38','2022-12-01 13:23:05'),(872,'General Information',81,6.00,2,'e347402d-85d1-449d-b234-25f44d09fbdc','2022-12-01 10:48:38','2022-12-01 13:23:05'),(873,'Fire Sources',81,10.00,8,'5e824e0f-c736-4533-9d4a-3e278812d860','2022-12-01 10:48:38','2022-12-01 13:23:05'),(875,'Property Information',81,7.00,5,'d2a8a57d-e71e-4010-8d3d-0ddbd7a0f994','2022-12-01 10:48:38','2022-12-01 13:23:05'),(876,'Fire Sources',81,10.00,8,'d585589a-d45f-402e-b5e0-0eec246aba94','2022-12-01 10:48:38','2022-12-01 13:23:05'),(877,'Policy Procedures',81,4.00,10,'15e5094e-8e0e-40ad-a072-6770b6272908','2022-12-01 10:48:38','2022-12-01 13:23:05'),(878,'Fire Precautions',81,8.00,12,'cedcb194-85d7-4284-b785-df725dea84bb','2022-12-01 10:48:38','2022-12-01 13:23:05'),(879,'Means of Escape',81,10.00,14,'36b1e873-cd3b-4110-a90c-f4b9167d79fa','2022-12-01 10:48:38','2022-12-01 13:23:05'),(880,'Those at Risk',82,9.00,9,'1914d592-d6ee-4e63-abb0-d1de6d6b06de','2022-12-01 13:23:05','2022-12-01 13:23:52'),(881,'Maintenance',82,4.00,13,'2fe20900-7d81-45be-9ea2-25c38c6cb439','2022-12-01 13:23:05','2022-12-01 13:23:52'),(882,'Fire Warden',82,9.00,17,'946c4fa3-ecc7-4972-bdbf-9c757b7da01a','2022-12-01 13:23:05','2022-12-01 13:23:52'),(883,'Training',82,7.00,15,'fa311886-19e0-4553-8c4f-40da1a2d7efc','2022-12-01 13:23:05','2022-12-01 13:23:52'),(884,'General Information',82,6.00,2,'fd9f533d-8431-4686-8f6c-45ee76be7f34','2022-12-01 13:23:05','2022-12-01 13:23:52'),(885,'Fire Sources',82,10.00,8,'3438f9bb-2ea8-4216-a943-ad529b807a9c','2022-12-01 13:23:05','2022-12-01 13:23:52'),(886,'Fire Sources',82,10.00,8,'b8b91653-9af9-4d26-8c3f-846814f77737','2022-12-01 13:23:05','2022-12-01 13:23:52'),(887,'Policy Procedures',82,4.00,10,'63396ae2-cf64-4fbc-b1e5-61f750d396ad','2022-12-01 13:23:05','2022-12-01 13:23:52'),(888,'Fire Precautions',82,8.00,12,'88fb1435-6906-4c41-940a-820c9a8137ba','2022-12-01 13:23:05','2022-12-01 13:23:52'),(889,'Means of Escape',82,10.00,14,'9f35bbd3-f667-46cb-bae4-248b455371ed','2022-12-01 13:23:06','2022-12-01 13:23:52'),(890,'Property Information',82,7.00,5,'f9e49444-e461-4e9f-a9f2-d91266626f49','2022-12-01 13:23:06','2022-12-01 13:23:52'),(891,'Those at Risk',83,9.00,9,'ec8b4084-9cc4-4037-8306-904975e21d3a','2022-12-01 13:23:52','2022-12-01 13:25:00'),(892,'Maintenance',83,4.00,13,'c61df7f0-20ae-4e0e-b672-6f740272cb2f','2022-12-01 13:23:52','2022-12-01 13:25:00'),(893,'Fire Warden',83,9.00,17,'4a1b7af7-71e2-4fa5-a83e-76d4255d1d3e','2022-12-01 13:23:52','2022-12-01 13:25:00'),(894,'Training',83,7.00,15,'57b63f24-0bfd-48e4-80b2-94434b63b3f1','2022-12-01 13:23:52','2022-12-01 13:25:00'),(895,'General Information',83,6.00,2,'264e6dab-c725-4621-93bc-69655aea627d','2022-12-01 13:23:52','2022-12-01 13:25:01'),(896,'Fire Sources',83,10.00,8,'52d2fb9f-20b6-4f25-9b51-4c16daf246cf','2022-12-01 13:23:52','2022-12-01 13:25:01'),(897,'Fire Sources',83,10.00,8,'08ee0537-a0da-4218-b8d2-1de433f892e3','2022-12-01 13:23:52','2022-12-01 13:25:01'),(898,'Policy Procedures',83,4.00,10,'50c04030-225f-4a71-96d2-5b5a72724482','2022-12-01 13:23:52','2022-12-01 13:25:01'),(899,'Fire Precautions',83,8.00,12,'a79d9fa9-b1f3-4f84-9f29-4f308a2d3fcb','2022-12-01 13:23:53','2022-12-01 13:25:01'),(900,'Means of Escape',83,10.00,14,'6eb4a4fd-f6aa-4be6-87fb-f5b89a37c698','2022-12-01 13:23:53','2022-12-01 13:25:01'),(901,'Property Information',83,7.00,5,'124e64a9-867d-4758-99cf-63690481e252','2022-12-01 13:23:53','2022-12-01 13:25:01'),(902,'Those at Risk',84,9.00,9,'095f001c-c87c-47db-9d80-a105bbf80771','2022-12-01 13:25:01','2022-12-01 13:26:38'),(903,'Maintenance',84,4.00,13,'70efed7c-cf67-4b87-89fa-024475058300','2022-12-01 13:25:01','2022-12-01 13:26:38'),(904,'Fire Warden',84,9.00,17,'ba5966cd-c43c-4e14-ae89-f9b8f6ae2add','2022-12-01 13:25:01','2022-12-01 13:26:38'),(905,'Training',84,7.00,15,'b752ff41-e611-4961-8e23-d92d429997ff','2022-12-01 13:25:01','2022-12-01 13:26:38'),(906,'General Information',84,6.00,2,'ad6acea1-3047-45f3-9ddb-de4a6f98a95d','2022-12-01 13:25:01','2022-12-01 13:26:38'),(907,'Fire Sources',84,10.00,8,'e36f808d-0d7d-4beb-bb84-8e371430eb88','2022-12-01 13:25:01','2022-12-01 13:26:38'),(908,'Fire Sources',84,10.00,8,'feb37fa7-c719-4985-a233-bcfe8a34fde9','2022-12-01 13:25:01','2022-12-01 13:26:38'),(909,'Policy Procedures',84,4.00,10,'a7a6cc6e-46bd-4594-a596-0b8e4a092fb1','2022-12-01 13:25:01','2022-12-01 13:26:38'),(910,'Fire Precautions',84,8.00,12,'0cb57916-ce1a-4d4c-a057-69e0b7d38f46','2022-12-01 13:25:01','2022-12-01 13:26:38'),(911,'Means of Escape',84,10.00,14,'15b548d9-ae80-4b83-9ca0-3369742c8e54','2022-12-01 13:25:01','2022-12-01 13:26:38'),(912,'Property Information',84,7.00,5,'1bcc0683-9ee6-42e3-8f17-042aacf92406','2022-12-01 13:25:02','2022-12-01 13:26:38'),(913,'Those at Risk',85,9.00,9,'6f41762c-85f6-4ce9-97ab-9df7828c0f75','2022-12-01 13:26:38','2022-12-01 13:27:51'),(914,'Maintenance',85,4.00,13,'4c4e87ee-4307-4b2a-92c0-436be1e7e631','2022-12-01 13:26:38','2022-12-01 13:27:51'),(915,'Fire Warden',85,9.00,17,'1427fba1-3d0f-488c-9406-6785bd242f09','2022-12-01 13:26:38','2022-12-01 13:27:51'),(916,'Training',85,7.00,15,'1a966d51-8573-4a11-99f0-1388381aa4cd','2022-12-01 13:26:38','2022-12-01 13:27:51'),(917,'General Information',85,6.00,2,'930bdcda-ad52-46f6-8bdf-fa4139abd889','2022-12-01 13:26:38','2022-12-01 13:27:51'),(918,'Fire Sources',85,10.00,8,'ecc668d8-5bff-41a0-b6b5-2094fc141923','2022-12-01 13:26:38','2022-12-01 13:27:51'),(919,'Fire Sources',85,10.00,8,'7f7655cc-4017-44fa-ad5a-c35aa9e844e9','2022-12-01 13:26:38','2022-12-01 13:27:51'),(920,'Policy Procedures',85,4.00,10,'4583c675-6e37-4cf7-a1da-74958a0a76bc','2022-12-01 13:26:38','2022-12-01 13:27:51'),(921,'Fire Precautions',85,8.00,12,'fa7b5c0f-7127-4a4d-b33d-58eae92615b7','2022-12-01 13:26:38','2022-12-01 13:27:51'),(922,'Means of Escape',85,10.00,14,'113a4f69-7503-4229-ab6c-5e7afac1fe93','2022-12-01 13:26:38','2022-12-01 13:27:51'),(923,'Property Information',85,7.00,5,'c6d7cbae-046f-4c40-90ee-e11aa08c30b5','2022-12-01 13:26:38','2022-12-01 13:27:51'),(924,'Those at Risk',86,9.00,9,'ff767495-c353-494b-9cb7-1ace1fb9d8da','2022-12-01 13:27:51','2022-12-01 13:29:00'),(925,'Maintenance',86,4.00,13,'65f95153-e09a-4f5f-9de6-c12c801866d4','2022-12-01 13:27:51','2022-12-01 13:29:00'),(926,'Fire Warden',86,9.00,17,'67f8db99-cab7-4c82-9c4e-08bdfda4bcab','2022-12-01 13:27:51','2022-12-01 13:29:00'),(927,'Training',86,7.00,15,'15540e49-930a-4105-8990-c27de26b3594','2022-12-01 13:27:51','2022-12-01 13:29:00'),(928,'General Information',86,6.00,2,'e83912ed-c5f7-4314-9faf-a5b8813a5bbd','2022-12-01 13:27:52','2022-12-01 13:29:00'),(929,'Fire Sources',86,10.00,8,'1180412c-cf86-4816-84b4-70b39d07b33f','2022-12-01 13:27:52','2022-12-01 13:29:00'),(930,'Fire Sources',86,10.00,8,'58155ca6-d25d-4040-839c-b7406d0c9a10','2022-12-01 13:27:52','2022-12-01 13:29:00'),(931,'Policy Procedures',86,4.00,10,'0fc34d1b-f5f9-4aba-9f7d-30ccd34de7a1','2022-12-01 13:27:52','2022-12-01 13:29:00'),(932,'Fire Precautions',86,8.00,12,'8eb06960-f53f-447a-b1d5-a2a9c86fe972','2022-12-01 13:27:52','2022-12-01 13:29:00'),(933,'Means of Escape',86,10.00,14,'ed3d81fb-afc7-4215-a70b-8b109109f917','2022-12-01 13:27:52','2022-12-01 13:29:00'),(934,'Property Information',86,7.00,5,'94bc56a0-5b56-4c1e-8049-2a047e0ec001','2022-12-01 13:27:52','2022-12-01 13:29:00'),(935,'Those at Risk',87,9.00,9,'d6df682f-3cd3-4936-8774-1c3c18b3e689','2022-12-01 13:29:00','2022-12-01 14:28:01'),(936,'Maintenance',87,4.00,13,'f0392d4d-c5a0-4e4a-9ea3-b72b2dbca0fe','2022-12-01 13:29:00','2022-12-01 14:28:01'),(937,'Fire Warden',87,9.00,17,'9ccfca18-10bd-4f07-a9f8-b8ed1a9fc8ae','2022-12-01 13:29:00','2022-12-01 14:28:01'),(938,'Training',87,7.00,15,'19e84356-2d72-4910-9da2-1e8ff7a0abec','2022-12-01 13:29:00','2022-12-01 14:28:01'),(939,'General Information',87,6.00,2,'553afd80-a844-4b47-9082-9b1f991e3367','2022-12-01 13:29:00','2022-12-01 14:28:01'),(940,'Fire Sources',87,10.00,8,'aa8d45a6-c05c-4cad-9824-4b3ff936046f','2022-12-01 13:29:01','2022-12-01 14:28:01'),(941,'Fire Sources',87,10.00,8,'5963aecd-bc40-411c-b8ec-7611b1133631','2022-12-01 13:29:01','2022-12-01 14:28:01'),(942,'Policy Procedures',87,4.00,10,'a147ba6a-f29f-47c0-8539-e3781cc128ca','2022-12-01 13:29:01','2022-12-01 14:28:01'),(943,'Fire Precautions',87,8.00,12,'1eade76e-af33-45ad-9c00-22180b51c072','2022-12-01 13:29:01','2022-12-01 14:28:01'),(944,'Means of Escape',87,10.00,14,'d591334b-0131-446a-b150-055f7132badb','2022-12-01 13:29:01','2022-12-01 14:28:01'),(945,'Property Information',87,7.00,5,'3ddd0e5b-db04-4643-9f26-9bae352238b7','2022-12-01 13:29:01','2022-12-01 14:28:01'),(946,'Those at Risk',88,9.00,9,'e56c8c92-8ae3-46c3-ab30-a99051b701d4','2022-12-01 14:28:01','2022-12-01 14:29:23'),(947,'Maintenance',88,4.00,13,'13fa576c-1416-40b9-bc18-ac03044bbc8f','2022-12-01 14:28:01','2022-12-01 14:29:23'),(948,'Fire Warden',88,9.00,17,'4d25ef3f-0632-4379-a491-9681107b87a7','2022-12-01 14:28:01','2022-12-01 14:29:23'),(949,'Training',88,7.00,15,'23eb777a-9fac-468d-ab98-4cdda8f038c5','2022-12-01 14:28:01','2022-12-01 14:29:23'),(950,'General Information',88,6.00,2,'4f05e089-bc0d-49d4-a275-db64df3480af','2022-12-01 14:28:01','2022-12-01 14:29:23'),(951,'Fire Sources',88,10.00,8,'68b5231c-6939-491b-98fe-3792dee37468','2022-12-01 14:28:01','2022-12-01 14:29:23'),(952,'Fire Sources',88,10.00,8,'1ea9f907-875f-498e-a7a2-c360e82a4da0','2022-12-01 14:28:01','2022-12-01 14:29:23'),(953,'Policy Procedures',88,4.00,10,'9b8979ea-7f75-4058-bfac-95d969abaf4f','2022-12-01 14:28:02','2022-12-01 14:29:23'),(954,'Fire Precautions',88,8.00,12,'280815aa-b50a-4633-86cf-ae338a9469c9','2022-12-01 14:28:02','2022-12-01 14:29:24'),(955,'Means of Escape',88,10.00,14,'87fdda2b-58da-48c0-add9-4ca5c9088f8c','2022-12-01 14:28:02','2022-12-01 14:29:24'),(956,'Property Information',88,7.00,5,'0ad00985-11ce-4f5d-acfa-4a97cd427a84','2022-12-01 14:28:02','2022-12-01 14:29:24'),(957,'Those at Risk',89,9.00,9,'8d41bc74-228d-49c6-865f-723203c8e7ec','2022-12-01 14:29:24','2022-12-01 14:30:01'),(958,'Maintenance',89,4.00,13,'b304b654-0c49-4dfa-ba31-5f3b637c8b0f','2022-12-01 14:29:24','2022-12-01 14:30:01'),(959,'Fire Warden',89,9.00,17,'7551f721-5d36-4248-8cff-f7fb596e2e9f','2022-12-01 14:29:24','2022-12-01 14:30:01'),(960,'Training',89,7.00,15,'70fbd2c5-887e-4133-a0d6-401665e47786','2022-12-01 14:29:24','2022-12-01 14:30:01'),(961,'General Information',89,6.00,2,'d18641a1-c908-4357-8751-5ba2eaee425a','2022-12-01 14:29:24','2022-12-01 14:30:01'),(962,'Fire Sources',89,10.00,8,'f79b747c-4ffd-431d-a79a-b5beada82a27','2022-12-01 14:29:24','2022-12-01 14:30:02'),(963,'Fire Sources',89,10.00,8,'fcf36565-0373-40fb-9307-9eb351b25adc','2022-12-01 14:29:24','2022-12-01 14:30:02'),(964,'Policy Procedures',89,4.00,10,'0fd04b19-5e95-42a3-8565-d84a0eca4182','2022-12-01 14:29:24','2022-12-01 14:30:02'),(965,'Fire Precautions',89,8.00,12,'82886cd1-fc84-4a6c-8b66-c2af9ab204a9','2022-12-01 14:29:24','2022-12-01 14:30:02'),(966,'Means of Escape',89,10.00,14,'6cd4943c-4024-452f-a419-a11ef1dea980','2022-12-01 14:29:24','2022-12-01 14:30:02'),(967,'Property Information',89,7.00,5,'9747154c-60df-4d7d-ac02-b9030d457ddc','2022-12-01 14:29:24','2022-12-01 14:30:02'),(968,'Those at Risk',90,9.00,9,'298bb4a4-1890-4835-bb23-f4fb880efc86','2022-12-01 14:30:02','2022-12-01 14:31:13'),(969,'Maintenance',90,4.00,13,'844cd6dc-3ab3-4718-928a-b72ef57842b9','2022-12-01 14:30:02','2022-12-01 14:31:13'),(970,'Fire Warden',90,9.00,17,'a1b1e14c-b35a-41fc-8a64-1acc2c04bdde','2022-12-01 14:30:02','2022-12-01 14:31:13'),(971,'Training',90,7.00,15,'b4fc4d25-33a1-4f2d-9927-21fc88aba2da','2022-12-01 14:30:02','2022-12-01 14:31:13'),(972,'General Information',90,6.00,2,'656e98d7-2c85-46ac-b93c-2a45418572de','2022-12-01 14:30:02','2022-12-01 14:31:13'),(973,'Fire Sources',90,10.00,8,'66bcbea0-8559-4682-b3cb-36ad21c5f050','2022-12-01 14:30:02','2022-12-01 14:31:13'),(974,'Fire Sources',90,10.00,8,'4e52c476-70cb-4891-9dac-383af382e856','2022-12-01 14:30:02','2022-12-01 14:31:13'),(975,'Policy Procedures',90,4.00,10,'845234af-8f19-4116-97c4-de936efb10ca','2022-12-01 14:30:02','2022-12-01 14:31:13'),(976,'Fire Precautions',90,8.00,12,'66755e18-ce36-49e1-bbb3-cafe95767412','2022-12-01 14:30:03','2022-12-01 14:31:13'),(977,'Means of Escape',90,10.00,14,'07086af7-98a3-4ba2-843f-5929da1737a8','2022-12-01 14:30:03','2022-12-01 14:31:13'),(978,'Property Information',90,7.00,5,'1e5ff4e5-de7a-4394-8537-2f55e6d84145','2022-12-01 14:30:03','2022-12-01 14:31:13'),(979,'Those at Risk',91,9.00,9,'ca0395ad-d1b1-4a3f-8b0a-a375a4cf53b5','2022-12-01 14:31:13','2022-12-01 14:33:23'),(980,'Maintenance',91,4.00,13,'482b4f61-8475-4dae-bed7-61e6bf42273c','2022-12-01 14:31:13','2022-12-01 14:33:23'),(981,'Fire Warden',91,9.00,17,'d13e8158-e33b-4e96-a3cd-375a658901fa','2022-12-01 14:31:13','2022-12-01 14:33:23'),(982,'Training',91,7.00,15,'ee1853e0-0a02-4748-9909-8e9d4df8dd88','2022-12-01 14:31:13','2022-12-01 14:33:23'),(983,'General Information',91,6.00,2,'f1b73f6c-9d7e-4074-aa56-1ecfa33c53f6','2022-12-01 14:31:13','2022-12-01 14:33:23'),(984,'Fire Sources',91,10.00,8,'fcb3219b-432e-445f-9196-aa8e947b61f1','2022-12-01 14:31:13','2022-12-01 14:33:23'),(985,'Fire Sources',91,10.00,8,'a5e6420a-7afe-4139-93b4-1d4e425a8564','2022-12-01 14:31:13','2022-12-01 14:33:23'),(986,'Policy Procedures',92,4.00,10,'0311a5bd-ba2d-461e-979f-52b59b867982','2022-12-01 14:31:13','2022-12-01 14:33:23'),(987,'Fire Precautions',92,8.00,12,'ea769047-b915-44f1-ad8f-09965400d188','2022-12-01 14:31:13','2022-12-01 14:33:23'),(988,'Means of Escape',92,10.00,14,'f7a2c739-86b4-4dd4-ba1e-965a9a9ed6a1','2022-12-01 14:31:13','2022-12-01 14:33:23'),(989,'Property Information',92,7.00,5,'6560e70a-8733-4129-98ef-e984d2e2db9e','2022-12-01 14:31:13','2022-12-01 14:33:23'),(990,'Those at Risk',93,9.00,9,'3877ffa9-16bd-49d2-b858-0e337140ff35','2022-12-01 14:33:23','2022-12-01 14:33:23'),(991,'Policy Procedures',93,4.00,10,'ba9c8266-ea70-4114-8ac1-59cf626f5407','2022-12-01 14:33:23','2022-12-01 14:33:23'),(992,'Maintenance',93,4.00,13,'489d4224-961a-4414-afd1-27e24e2b41f4','2022-12-01 14:33:23','2022-12-01 14:33:23'),(993,'Fire Warden',93,9.00,17,'e50e1223-a698-45db-8e14-5af54ef6fa56','2022-12-01 14:33:23','2022-12-01 14:33:23'),(994,'Training',93,7.00,15,'f90e39b4-af1c-4c3e-8eff-291ba9d2bd4b','2022-12-01 14:33:23','2022-12-01 14:33:23'),(995,'General Information',93,6.00,2,'8806dba8-b960-49a8-849e-9ffbc8e5c63a','2022-12-01 14:33:23','2022-12-01 14:33:23'),(996,'Fire Precautions',93,8.00,12,'9db4006c-3d50-4942-9214-0cb0455eec5d','2022-12-01 14:33:23','2022-12-01 14:33:23'),(997,'Fire Sources',93,10.00,8,'3eaf44b2-37f8-44b5-bbb7-d45db1402137','2022-12-01 14:33:23','2022-12-01 14:33:23'),(998,'Means of Escape',94,10.00,14,'4b8f2947-8d70-46e3-8a88-726f2dc977a1','2022-12-01 14:33:23','2022-12-01 14:44:08'),(999,'Fire Sources',94,10.00,8,'3845e776-1f89-4222-9f6c-45fe13dd027f','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1000,'Policy Procedures',94,4.00,10,'d5650412-b631-4ff0-a1a2-767c60d81f1a','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1001,'Property Information',94,7.00,5,'9e293b89-86b3-4330-a8d2-8bcfd6a94128','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1002,'Fire Precautions',94,8.00,12,'a53c9d43-7e32-49b7-985c-47c2e16fd981','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1003,'Those at Risk',94,9.00,9,'88cf6a45-7076-4580-81f6-b150c0843f6c','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1004,'Policy Procedures',94,4.00,10,'41664545-bbee-47b4-baaf-87dc1fdd9160','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1005,'Means of Escape',94,10.00,14,'95830ba0-4880-4880-919f-551212e4bf66','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1006,'Property Information',94,7.00,5,'c5963629-4924-4921-a0fc-1ac864df5a5c','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1007,'Maintenance',94,4.00,13,'7646f2d7-24e5-4373-af8c-bdf535225a68','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1008,'Fire Warden',94,9.00,17,'dcc103e7-5ebc-468a-a0d1-ac5f0870cda2','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1009,'Training',94,7.00,15,'e83bbebd-9466-46e2-978f-ca1446c7f251','2022-12-01 14:33:23','2022-12-01 14:44:08'),(1010,'General Information',94,6.00,2,'c6c3bb27-070e-42c2-acc5-69e0bdf4b9cf','2022-12-01 14:33:24','2022-12-01 14:44:08'),(1011,'Fire Precautions',94,8.00,12,'fd564106-1b45-46c4-8e58-ce2bedef02b5','2022-12-01 14:33:24','2022-12-01 14:44:08'),(1012,'Fire Sources',94,10.00,8,'dd03492e-b324-4a05-a4d3-7c26002ea7b8','2022-12-01 14:33:24','2022-12-01 14:44:08'),(1013,'Property Information',94,7.00,5,'efceab3d-6ac0-4507-a2ce-4fc9b2cdb05f','2022-12-01 14:33:24','2022-12-01 14:44:08'),(1014,'Means of Escape',95,10.00,14,'f0664bf5-cd06-45f3-a68b-f330b419d7b8','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1015,'Fire Sources',95,10.00,8,'3f673cf7-5c4e-4e8d-b6ff-b29cf6158df5','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1016,'Policy Procedures',95,4.00,10,'02c4c883-3778-4d23-8f5f-21b5a36ad571','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1017,'Fire Precautions',95,8.00,12,'0cb55415-8c5c-4492-a1f5-0206dd649e23','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1018,'Those at Risk',95,9.00,9,'56f3cada-928f-479d-bbae-d6be90011688','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1019,'Policy Procedures',95,4.00,10,'e62239cb-fabf-4a15-b02d-d2bd602a23eb','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1020,'Means of Escape',95,10.00,14,'cf385a24-9373-467d-9a33-5be13d49ec40','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1021,'Property Information',95,7.00,5,'995ee993-9f2d-4231-b8ee-fd134accab90','2022-12-01 14:44:08','2022-12-01 15:00:37'),(1022,'Maintenance',95,4.00,13,'a15f85e1-066e-4665-ac37-7b2753728350','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1023,'Fire Warden',95,9.00,17,'5b0bf1f8-e819-4620-9522-75d903b82ee8','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1024,'Training',95,7.00,15,'308a496e-31a9-4ecb-beb2-5a6d9822a012','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1025,'General Information',95,6.00,2,'cc11f1d4-3699-4c1b-8ea8-b600e8effc52','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1026,'Fire Precautions',95,8.00,12,'acc198ec-29c6-4594-9aaa-01b5fa15b840','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1027,'Fire Sources',95,10.00,8,'449ebaf1-fc67-41a5-93ab-7a16b41d4f23','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1028,'Property Information',95,7.00,5,'4dad7453-310b-4928-91fe-8b7848f96f9d','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1029,'Property Information',95,7.00,5,'1e9bd135-ad92-4139-8a5f-bf0f982be04b','2022-12-01 14:44:09','2022-12-01 15:00:37'),(1030,'Means of Escape',96,10.00,14,'8169bfbf-5dd5-4f3c-b7b5-26874222be89','2022-12-01 15:00:37','2022-12-01 15:04:46'),(1031,'Fire Sources',96,10.00,8,'88eef1f6-bbd4-43dd-b74c-928d1f566f33','2022-12-01 15:00:37','2022-12-01 15:04:46'),(1032,'Policy Procedures',96,4.00,10,'0f8fd709-3e7b-4190-b410-722f6e672ff6','2022-12-01 15:00:37','2022-12-01 15:04:46'),(1033,'Fire Precautions',96,8.00,12,'c7f173de-e790-4d76-a224-3f690da6d5b2','2022-12-01 15:00:37','2022-12-01 15:04:46'),(1034,'Policy Procedures',96,4.00,10,'3208a5e6-6f8f-4a10-a8f0-e67841b32271','2022-12-01 15:00:37','2022-12-01 15:04:46'),(1035,'Means of Escape',96,10.00,14,'e8d435cd-6a38-4224-bef8-4ebcfa5f63f2','2022-12-01 15:00:37','2022-12-01 15:04:46'),(1037,'Maintenance',96,4.00,13,'2026edc8-9f33-4358-93e2-f360ecdf5366','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1038,'Fire Warden',96,9.00,17,'fc645fa0-e4e3-4ce3-b66e-2d8188eebbea','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1039,'Training',96,7.00,15,'44af4ca3-b852-46a7-89ef-03ea0f5ed130','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1040,'General Information',96,6.00,2,'66d2f1d1-d811-40e1-b749-c1597abb206d','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1041,'Fire Precautions',96,8.00,12,'3ecf1af7-6832-47d4-ac64-b648fedbba28','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1042,'Fire Sources',96,10.00,8,'73bc7912-3bb8-42c0-9ff3-35acbf7cf1ee','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1044,'Property Information',96,7.00,5,'666e69d8-6a34-48b1-b249-df0eae637cc0','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1045,'Those at Risk',96,9.00,9,'7f14a023-afe8-4341-a807-d0c1c24d336a','2022-12-01 15:00:38','2022-12-01 15:04:46'),(1046,'Means of Escape',97,10.00,14,'4031573d-1d82-4058-8688-5e71efca1ded','2022-12-01 15:04:46','2022-12-01 15:06:21'),(1047,'Fire Sources',97,10.00,8,'f8287c10-22ae-45fb-bb6a-7c59f631919a','2022-12-01 15:04:46','2022-12-01 15:06:21'),(1048,'Policy Procedures',97,4.00,10,'ded7212c-1b40-48db-af3a-eda6e45e9da0','2022-12-01 15:04:46','2022-12-01 15:06:21'),(1049,'Fire Precautions',97,8.00,12,'0c7a395f-176b-472c-9f31-d9dc3f7dfcc8','2022-12-01 15:04:46','2022-12-01 15:06:21'),(1050,'Policy Procedures',97,4.00,10,'1957aff6-09aa-43db-b417-c531eea37af7','2022-12-01 15:04:46','2022-12-01 15:06:21'),(1051,'Means of Escape',97,10.00,14,'185c7572-ec8c-41a8-9459-a0cbe07bfe5c','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1052,'Maintenance',97,4.00,13,'89539d09-97fb-4335-9ad4-73c8d6092b47','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1053,'Fire Warden',97,9.00,17,'3cb367c9-bc61-4c8b-952c-cf4d994e5799','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1054,'Training',97,7.00,15,'c822cd00-97c7-4108-a30b-637ad15e3d16','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1055,'General Information',97,6.00,2,'9ab7287e-af0b-4002-86d4-a7ed7cd54a34','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1056,'Fire Precautions',97,8.00,12,'85880462-6b39-40a5-a573-834a07d7dfe9','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1057,'Fire Sources',97,10.00,8,'1fcb5170-02c1-40ef-98e1-2150f207ee95','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1058,'Those at Risk',97,9.00,9,'558ab9f7-9b8b-42bb-899a-367e7a9e5449','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1059,'Property Information',97,7.00,5,'57c10a15-71d7-49ad-b897-00628f45ad8f','2022-12-01 15:04:47','2022-12-01 15:06:21'),(1060,'Means of Escape',99,10.00,14,'0fee18db-4643-4c2f-a4e0-e58ea7b0ddaf','2022-12-01 15:06:21','2022-12-01 15:06:57'),(1061,'Fire Sources',99,10.00,8,'b0b40313-f415-4a74-93d2-0a4d1c12eb7b','2022-12-01 15:06:21','2022-12-01 15:06:57'),(1062,'Policy Procedures',99,4.00,10,'622226de-9008-43a4-b14c-7d86381d5005','2022-12-01 15:06:21','2022-12-01 15:06:57'),(1063,'Fire Precautions',99,8.00,12,'9c08c641-ff1c-4926-b23b-ff524e5cf240','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1064,'Policy Procedures',99,4.00,10,'df0ce22b-8b8d-4a6a-ab52-bb94c1b5780e','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1065,'Means of Escape',99,10.00,14,'53b9db95-7520-415f-adbf-eb281726b38b','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1066,'Maintenance',99,4.00,13,'8833ac19-20dc-4954-b7bc-c2d94716729f','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1067,'Fire Warden',99,9.00,17,'ec5f2df7-4370-4088-8ce8-9f9846e1781c','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1068,'Training',99,7.00,15,'e076106c-ba1d-452f-870d-a101a032b7e0','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1069,'General Information',99,6.00,2,'a8350a00-4046-46f9-a416-db3e7beefd49','2022-12-01 15:06:22','2022-12-01 15:06:57'),(1070,'Fire Precautions',99,8.00,12,'7422be2e-fd93-482a-b702-2c4e325e3549','2022-12-01 15:06:22','2022-12-01 15:06:58'),(1071,'Fire Sources',99,10.00,8,'0427af37-808d-4aaf-8142-8c8a9ce52636','2022-12-01 15:06:22','2022-12-01 15:06:58'),(1072,'Those at Risk',99,9.00,9,'501d0025-9ac5-4889-b138-608bd26fc8ae','2022-12-01 15:06:22','2022-12-01 15:06:58'),(1073,'Property Information',99,7.00,5,'16eb01c6-f63d-41e8-b8e5-66368628e4e3','2022-12-01 15:06:22','2022-12-01 15:06:58'),(1074,'Means of Escape',100,10.00,14,'28a3256f-b5e5-4898-9959-07c574da651d','2022-12-01 15:06:57','2022-12-01 15:08:28'),(1075,'Fire Sources',100,10.00,8,'8adf8de4-b5de-42b2-80ae-431057fa8a61','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1076,'Means of Escape',100,10.00,14,'444c1063-94ea-4f3c-8182-d4ce92442bf6','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1077,'Policy Procedures',100,4.00,10,'320a7a7e-32c0-4319-b13e-78061d313585','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1078,'Fire Sources',100,10.00,8,'a3cbe786-46e2-437b-b917-160999f5ce5d','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1079,'Policy Procedures',100,4.00,10,'93084f30-af1e-4d6f-ab76-db865acb6ef7','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1080,'Fire Precautions',100,8.00,12,'9126198e-1ff0-4b9f-8bdb-6a08971ce631','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1081,'Policy Procedures',100,4.00,10,'592601ae-c6cb-4d5c-a2ed-6a6b66234921','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1082,'Fire Precautions',100,8.00,12,'d4d8a68c-f014-4258-9dd9-662cc4781e99','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1083,'Policy Procedures',100,4.00,10,'cb59f585-9c61-4a45-8aa4-4dd3e3123789','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1084,'Means of Escape',100,10.00,14,'d83967de-ca8b-4726-ada1-7ac3b9f1bc46','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1085,'Maintenance',100,4.00,13,'a59b8e6c-f2b8-432d-afb0-1bd5c9c5fc8c','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1086,'Fire Warden',100,9.00,17,'3b0748ab-6f15-463a-9dc7-febe69a69a5e','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1087,'Means of Escape',100,10.00,14,'2d70ead9-c689-4afe-98d6-fc89b1cec8dd','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1088,'Training',100,7.00,15,'ba1f93e4-2dec-4fd7-b28c-35193f586855','2022-12-01 15:06:58','2022-12-01 15:08:28'),(1089,'Maintenance',100,4.00,13,'5f234c76-f07e-426f-9d4b-11d98fbed539','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1090,'General Information',100,6.00,2,'b09e5fd6-192f-4927-8a39-5f39eb10d3fd','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1091,'Fire Warden',100,9.00,17,'94c0af95-2d22-41b7-95ae-c71c6f1a369d','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1092,'Training',100,7.00,15,'1c01dfa0-0d2b-4c35-8712-2438500ce744','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1093,'Fire Precautions',100,8.00,12,'cdbb5e70-c0d8-46cc-8fcd-aa63970802eb','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1094,'Fire Sources',100,10.00,8,'439af623-0866-4cfb-9a10-639eb045bb96','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1095,'General Information',100,6.00,2,'67d4f464-ed6e-4570-9108-de6df8faa8a6','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1096,'Those at Risk',100,9.00,9,'2e6a27fa-9610-4b4e-b6e3-78b8a9305920','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1097,'Property Information',100,7.00,5,'c68669e0-5dc1-4729-9eb5-aca801902d87','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1098,'Fire Precautions',100,8.00,12,'b433a220-1170-442a-99d4-023f9a95cbea','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1099,'Fire Sources',100,10.00,8,'ff9551f2-dfaa-4498-be92-c4a87e329e99','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1100,'Those at Risk',100,9.00,9,'45de1fa1-9492-4357-a264-39a17a629986','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1101,'Property Information',100,7.00,5,'43399fea-ba13-4db6-aad7-ce04da693b68','2022-12-01 15:06:58','2022-12-01 15:08:29'),(1102,'Means of Escape',101,10.00,14,'6fb4d301-e348-4651-9e38-f200e55e0db6','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1103,'Fire Sources',101,10.00,8,'edcdea49-bba2-4b6c-a6ed-68084fc29852','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1104,'Means of Escape',101,10.00,14,'03277458-002b-4bd8-8f29-a68adcc23480','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1105,'Policy Procedures',101,4.00,10,'fcfa4662-7f96-456e-b88a-60c46056ae67','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1106,'Fire Sources',101,10.00,8,'e39b681c-bd22-43fc-b6ed-4e9d188298a6','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1107,'Policy Procedures',101,4.00,10,'e6411aeb-f8b2-4d2f-89d7-6bc64a2c9803','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1108,'Fire Precautions',101,8.00,12,'83cbd9a1-4a48-47fa-88c2-2bd42c0d5c3d','2022-12-01 15:08:29','2022-12-01 15:17:03'),(1109,'Policy Procedures',101,4.00,10,'0ea0ee9e-bc80-4eb5-bce6-33552ecb1f10','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1110,'Fire Precautions',101,8.00,12,'5c0c55fc-5aea-45a7-8dd4-730be7c1117a','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1111,'Policy Procedures',101,4.00,10,'f9fe190f-ddda-40a1-845f-c664a9e4189b','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1112,'Means of Escape',101,10.00,14,'9256bdf6-4093-4ff2-998a-eaa8169296a2','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1113,'Maintenance',101,4.00,13,'7c37ffa5-c091-4c8c-9238-2be1b7122257','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1114,'Fire Warden',101,9.00,17,'1c10059a-b87b-49d6-b4e5-23e993c5c903','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1115,'Means of Escape',101,10.00,14,'806268d5-747f-4745-81c8-ea60359efcf5','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1116,'Training',101,7.00,15,'86cd28c2-e72e-4d3e-b59d-82d5fba98aa6','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1117,'Maintenance',101,4.00,13,'35a4704e-519e-4151-b65e-bd6a2cc3b2fb','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1118,'General Information',101,6.00,2,'40be5598-28e4-4950-a694-6b11e0b79c6b','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1119,'Fire Warden',101,9.00,17,'7318b787-5a26-4671-a34a-49e967192b5a','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1120,'Training',101,7.00,15,'7dc80e42-1858-41aa-9c43-1f2ed5ad0010','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1121,'Fire Precautions',101,8.00,12,'b76408ea-3d2b-4a58-b153-dc43dbfe8b5c','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1122,'Fire Sources',101,10.00,8,'3024a852-9f63-476f-b11d-a489d4d05741','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1123,'General Information',101,6.00,2,'2ff227af-68ea-4b72-936f-a8475fc5a039','2022-12-01 15:08:30','2022-12-01 15:17:03'),(1124,'Those at Risk',101,9.00,9,'1f9d454f-5179-4a19-837d-fa2b2971b6b0','2022-12-01 15:08:31','2022-12-01 15:17:04'),(1125,'Property Information',101,7.00,5,'eb85eda6-8d9e-47e7-a111-e4a31630df53','2022-12-01 15:08:31','2022-12-01 15:17:04'),(1126,'Fire Precautions',101,8.00,12,'46436e3a-90ce-4b91-bd32-edf4e78d4bb7','2022-12-01 15:08:31','2022-12-01 15:17:04'),(1127,'Fire Sources',101,10.00,8,'70f8021f-d16b-4a8d-bcc2-c7a94df0c56c','2022-12-01 15:08:31','2022-12-01 15:17:04'),(1128,'Those at Risk',101,9.00,9,'d785b96a-8498-4fec-b504-851a1def6d4f','2022-12-01 15:08:31','2022-12-01 15:17:04'),(1129,'Property Information',101,7.00,5,'e3477f1b-7171-40b7-894a-9b7f9a62419c','2022-12-01 15:08:31','2022-12-01 15:17:04'),(1130,'Means of Escape',102,10.00,14,'e2966f3d-18cf-4f75-88ef-49986e1d692d','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1131,'Fire Sources',102,10.00,8,'ea2efca7-1da3-4bd4-821d-de714ec450d9','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1132,'Means of Escape',102,10.00,14,'9cada354-946c-4d98-8c23-d9d997121dc9','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1133,'Policy Procedures',102,4.00,10,'5365c9bb-458a-4d2e-926a-e54ba04595e3','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1134,'Fire Sources',102,10.00,8,'c0e38a7e-85ef-4b9e-85dd-97c4549ce35f','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1135,'Policy Procedures',102,4.00,10,'7d1452f7-3843-4da4-a4c8-bf215539c18b','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1136,'Fire Precautions',102,8.00,12,'2a27113e-a7a4-431d-892f-843e9f512955','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1137,'Policy Procedures',102,4.00,10,'24231bea-4015-4c11-89ef-1ffccd52ba55','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1138,'Fire Precautions',102,8.00,12,'e349a023-4e0c-4027-bd68-591ae048ce8b','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1139,'Policy Procedures',102,4.00,10,'eee1aadd-7285-4a27-9e42-7b3a34af8806','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1140,'Means of Escape',102,10.00,14,'2345a1c2-723d-4063-82ea-456e6aa06f82','2022-12-01 15:17:04','2022-12-01 15:20:59'),(1141,'Maintenance',102,4.00,13,'a4beaf8f-4d29-4e9c-9116-2a831d849662','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1142,'Fire Warden',102,9.00,17,'dfb0ae36-1fe0-4580-be59-d4deb18f9605','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1143,'Means of Escape',102,10.00,14,'9e42c439-e8f7-48d4-b1a3-15f7e92d562c','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1144,'Training',102,7.00,15,'761ea75b-6f14-4b05-bd53-cc2d1651baa2','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1145,'Maintenance',102,4.00,13,'79035d29-7bbe-4531-a8d9-74f40423dfbb','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1146,'General Information',102,6.00,2,'bc5286e2-adec-439a-a7c8-8b0ba2095974','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1147,'Fire Warden',102,9.00,17,'62d3116b-bde9-4c6a-99e6-0b4acb95997f','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1148,'Training',102,7.00,15,'c85b8038-6269-4319-b929-53e720d55210','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1149,'Fire Precautions',102,8.00,12,'e72227af-ed42-408a-ba73-bf219ee0dcd3','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1150,'Fire Sources',102,10.00,8,'7830c4c5-edc1-4248-aa95-efb5b83d2d71','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1151,'General Information',102,6.00,2,'b3cabf2a-f99e-4d16-a1e1-f882af33b83e','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1152,'Those at Risk',102,9.00,9,'98d46a06-b09c-4e73-9205-176de2193cc7','2022-12-01 15:17:05','2022-12-01 15:20:59'),(1153,'Property Information',102,7.00,5,'6aef5078-ce9c-4677-a9f4-f10d56404dbd','2022-12-01 15:17:05','2022-12-01 15:21:00'),(1154,'Fire Precautions',102,8.00,12,'d227dae2-0721-4e01-930d-d0b5bca1172b','2022-12-01 15:17:05','2022-12-01 15:21:00'),(1155,'Fire Sources',102,10.00,8,'17275c4e-3173-4a08-8940-abf4cce0713b','2022-12-01 15:17:06','2022-12-01 15:21:00'),(1156,'Those at Risk',102,9.00,9,'5ddc1e70-ac18-4ca2-b3ac-82190d467a28','2022-12-01 15:17:06','2022-12-01 15:21:00'),(1157,'Property Information',102,7.00,5,'1707d687-5272-462f-a8c6-9773567fbc34','2022-12-01 15:17:06','2022-12-01 15:21:00'),(1158,'Means of Escape',103,10.00,14,'8ca47d2a-6993-40b3-8d89-698a9d205692','2022-12-01 15:21:00','2022-12-01 15:32:15'),(1159,'Fire Sources',103,10.00,8,'cf3b41e7-6c6d-4063-a1ca-00b5d674802d','2022-12-01 15:21:00','2022-12-01 15:32:15'),(1160,'Means of Escape',103,10.00,14,'0b435a6d-bec6-418a-8c16-8cf3d284f021','2022-12-01 15:21:00','2022-12-01 15:32:15'),(1161,'Policy Procedures',103,4.00,10,'9b94bdc2-ad76-47c9-8619-d76ab5d6ed52','2022-12-01 15:21:00','2022-12-01 15:32:15'),(1163,'Policy Procedures',103,4.00,10,'b13d92e6-7e2b-4134-8d08-8abfcb25b0cf','2022-12-01 15:21:00','2022-12-01 15:32:15'),(1164,'Fire Precautions',103,8.00,12,'3f82396d-a49b-46ed-a227-19a8b9aa8f00','2022-12-01 15:21:00','2022-12-01 15:32:15'),(1165,'Policy Procedures',103,4.00,10,'4539f3a0-4fad-4686-b08d-ea27aca7cc5a','2022-12-01 15:21:00','2022-12-01 15:32:16'),(1166,'Fire Precautions',103,8.00,12,'ebec0b7a-f764-43b4-bed9-724fd80480a5','2022-12-01 15:21:00','2022-12-01 15:32:16'),(1167,'Policy Procedures',103,4.00,10,'dbcf40e0-45e7-44e6-9878-9e02cd8b483b','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1168,'Means of Escape',103,10.00,14,'04a2d4cb-1505-41ae-9550-47f30874afe4','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1169,'Maintenance',103,4.00,13,'3cd1f1d0-3b6b-498d-a358-71cfec54991c','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1170,'Fire Warden',103,9.00,17,'973dfdca-fa4d-4149-85b5-030a6545d9a3','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1171,'Means of Escape',103,10.00,14,'45ddb74b-6367-4f5c-b8be-a7ca56ef6346','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1172,'Training',103,7.00,15,'8b8ed345-3324-4e35-86ba-e3b57b9ada18','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1173,'Maintenance',103,4.00,13,'5d0a32fc-54d1-4b2d-a853-46362a6a76ab','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1174,'General Information',103,6.00,2,'8941a57a-12a3-4fda-a144-8e076d917dbc','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1175,'Fire Warden',103,9.00,17,'4e4db7f3-0632-4ea1-b873-d8cf950d6f73','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1176,'Training',103,7.00,15,'7d0db017-c73a-4670-9e37-87c055633610','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1177,'Fire Precautions',103,8.00,12,'f410863d-41f8-4410-a5b6-49d4b6499cd7','2022-12-01 15:21:01','2022-12-01 15:32:16'),(1180,'Those at Risk',103,9.00,9,'86093d69-d2ae-4ba3-985a-cd44feb6fed5','2022-12-01 15:21:02','2022-12-01 15:32:16'),(1182,'Fire Precautions',103,8.00,12,'9552d593-97f8-437b-8509-46c7b8bdc7af','2022-12-01 15:21:02','2022-12-01 15:32:16'),(1184,'Those at Risk',103,9.00,9,'b72e7e6b-c8e5-4628-a6d1-f5d14c75418c','2022-12-01 15:21:02','2022-12-01 15:32:16'),(1185,'Property Information',103,7.00,5,'5ebce841-7b64-4cf2-9115-2f6d45bf4395','2022-12-01 15:21:02','2022-12-01 15:32:16'),(1186,'Means of Escape',104,10.00,14,'123ae580-2506-456c-8d09-3cb49d86393e','2022-12-01 15:32:16','2022-12-01 15:33:20'),(1187,'Means of Escape',104,10.00,14,'3fdf387a-4a6b-4852-80bb-87e05bcdc9a2','2022-12-01 15:32:16','2022-12-01 15:33:20'),(1188,'Policy Procedures',104,4.00,10,'68df68ef-f16c-46f2-a956-eabbb21a6c82','2022-12-01 15:32:16','2022-12-01 15:33:20'),(1189,'Policy Procedures',104,4.00,10,'eda48701-4c00-470f-9095-1e508c20a318','2022-12-01 15:32:16','2022-12-01 15:33:20'),(1190,'Fire Precautions',104,8.00,12,'775ad223-8a73-41e1-8d2e-03a0ef1dd6b0','2022-12-01 15:32:16','2022-12-01 15:33:20'),(1191,'Policy Procedures',104,4.00,10,'0568429d-bf5b-4915-aaf3-6e8bec8a1687','2022-12-01 15:32:17','2022-12-01 15:33:20'),(1192,'Fire Precautions',104,8.00,12,'d9931473-4953-4b80-922d-6f7cc7a28ae9','2022-12-01 15:32:17','2022-12-01 15:33:20'),(1193,'Policy Procedures',104,4.00,10,'c4e10e7c-d46a-4f9d-a95a-e1525d7a1fd5','2022-12-01 15:32:17','2022-12-01 15:33:20'),(1194,'Means of Escape',104,10.00,14,'630e61ab-8219-4474-93f5-051216735ed5','2022-12-01 15:32:17','2022-12-01 15:33:20'),(1195,'Maintenance',104,4.00,13,'c3434b74-a63b-4570-9a2b-e352e1c68313','2022-12-01 15:32:17','2022-12-01 15:33:20'),(1196,'Fire Warden',104,9.00,17,'b16a122c-90da-4f93-bcb6-b75fa381d85b','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1197,'Means of Escape',104,10.00,14,'83f26c60-5d1e-41cb-b703-025395323624','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1198,'Training',104,7.00,15,'7a7945c4-68fa-4066-a5b1-459cd060768c','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1199,'Maintenance',104,4.00,13,'2a310804-4929-43eb-88e6-7b450c830b7a','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1200,'General Information',104,6.00,2,'7afb668a-b405-4efa-98e4-32e8a02fd411','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1201,'Fire Warden',104,9.00,17,'4d4266b2-31b4-47c6-bd7d-e8355031337d','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1202,'Training',104,7.00,15,'426d82d8-80d0-4368-a969-fb8889616561','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1203,'Fire Precautions',104,8.00,12,'d65f7df7-d39f-4514-8e23-f81a48fe0908','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1204,'Those at Risk',104,9.00,9,'f7fea074-7cc2-42e4-953f-1263ba999580','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1205,'Fire Precautions',104,8.00,12,'e65e6e95-c82e-4342-966a-1ca588d9a8ca','2022-12-01 15:32:17','2022-12-01 15:33:21'),(1207,'Property Information',104,7.00,5,'94a56953-ada4-4138-bd87-16403f1f5081','2022-12-01 15:32:18','2022-12-01 15:33:21'),(1208,'Fire Sources',104,10.00,8,'0cc65073-eed4-4edb-9585-137196134d86','2022-12-01 15:32:18','2022-12-01 15:33:21'),(1213,'Fire Precautions',105,8.00,12,'8315c374-4f60-4dd7-9522-d61f71e32676','2022-12-01 15:33:21','2022-12-01 15:47:17'),(1216,'Policy Procedures',105,4.00,10,'c60f7529-78d3-478e-9ce9-373744f97197','2022-12-01 15:33:21','2022-12-01 15:47:17'),(1219,'Fire Warden',105,9.00,17,'9eb56a1f-c00e-45a9-ab7a-7e9f29d3094c','2022-12-01 15:33:22','2022-12-01 15:47:17'),(1220,'Means of Escape',105,10.00,14,'0ca01e02-02ae-4048-936f-b7468b9c04a9','2022-12-01 15:33:22','2022-12-01 15:47:17'),(1222,'Maintenance',105,4.00,13,'e7916c65-c671-4424-b4be-f59022ecea02','2022-12-01 15:33:22','2022-12-01 15:47:17'),(1223,'General Information',105,6.00,2,'9b3c8f85-b120-41b1-bfa7-f2a02f72c9bf','2022-12-01 15:33:22','2022-12-01 15:47:17'),(1225,'Training',105,7.00,15,'4c1b315a-af7a-492c-a874-057b5ae3695f','2022-12-01 15:33:22','2022-12-01 15:47:18'),(1228,'Property Information',105,7.00,5,'21f86ef0-0e69-40e3-8c06-336cfe139e2d','2022-12-01 15:33:22','2022-12-01 15:47:18'),(1229,'Fire Sources',105,10.00,8,'eeff08c6-d574-4618-b074-97fd97b6ac66','2022-12-01 15:33:23','2022-12-01 15:47:18'),(1230,'Those at Risk',105,9.00,9,'6b78e053-f035-46e7-b0c0-c46aa344a54a','2022-12-01 15:33:23','2022-12-01 15:47:18'),(1231,'Fire Precautions',106,8.00,12,'720ac5f3-e657-4370-9953-ffa2685513b1','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1232,'Policy Procedures',106,4.00,10,'c31e6de2-39e3-4d07-a671-f80efc624481','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1233,'Means of Escape',106,10.00,14,'541a60fc-ab80-4c75-99fa-e2a1decee94d','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1234,'Maintenance',106,4.00,13,'593b096e-7a7c-4903-8710-7266354eaeec','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1235,'General Information',106,6.00,2,'21d22313-8c89-4d00-9e1d-012ddf11d2b2','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1236,'Training',106,7.00,15,'9551e966-3b8b-42eb-b3bc-10ce7085d6e5','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1237,'Property Information',106,7.00,5,'986b3f57-e7a1-43e3-a344-6bb957ac8765','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1238,'Fire Sources',106,10.00,8,'74709eac-17bc-4001-8e1d-f6796d7f2861','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1239,'Those at Risk',106,9.00,9,'0c901401-7758-49de-88c9-e9fbe09729c1','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1240,'Fire Warden',106,9.00,17,'383010d6-c68b-4932-9c99-f96f2b21b67a','2022-12-01 15:47:18','2022-12-01 16:30:13'),(1241,'Fire Precautions',107,8.00,12,'5652d1d1-adb9-420f-ae8c-cf8d576c7b22','2022-12-01 16:30:13','2022-12-01 16:32:10'),(1242,'Policy Procedures',107,4.00,10,'d4d20dd5-0678-49c5-9864-1af7f645f140','2022-12-01 16:30:13','2022-12-01 16:32:10'),(1243,'Means of Escape',107,10.00,14,'db385bf4-7882-4967-aca0-dadcf5fbea7f','2022-12-01 16:30:13','2022-12-01 16:32:10'),(1244,'General Information',107,6.00,2,'832169be-be72-4873-843f-7935c52dbee5','2022-12-01 16:30:13','2022-12-01 16:32:10'),(1245,'Training',107,7.00,15,'03d3529e-fba3-4ab1-9fc9-c2a9caf513fb','2022-12-01 16:30:13','2022-12-01 16:32:10'),(1246,'Property Information',107,7.00,5,'3c816023-704c-4f32-9b33-202f5d55ee42','2022-12-01 16:30:13','2022-12-01 16:32:10'),(1247,'Fire Sources',107,10.00,8,'bd972fdb-7213-4266-bd58-2c133bb41b2a','2022-12-01 16:30:14','2022-12-01 16:32:10'),(1248,'Those at Risk',107,9.00,9,'2290007c-87c6-4dc9-92b4-b217be8873b8','2022-12-01 16:30:14','2022-12-01 16:32:10'),(1249,'Fire Warden',107,9.00,17,'a9fec0b9-e736-4b43-9426-3d1144efa31a','2022-12-01 16:30:14','2022-12-01 16:32:10'),(1250,'Maintenance',107,4.00,13,'d8f8c2cc-708e-42ac-aeda-dca796772c16','2022-12-01 16:30:14','2022-12-01 16:32:10'),(1251,'Fire Precautions',108,8.00,12,'8479cf21-fdc0-417c-a966-97d3af71c09c','2022-12-01 16:32:10','2022-12-01 16:33:35'),(1252,'Policy Procedures',108,4.00,10,'4902721f-9df6-41d1-9492-7c3bb3f7608f','2022-12-01 16:32:10','2022-12-01 16:33:35'),(1253,'Means of Escape',108,10.00,14,'0c91e1de-a3c9-4231-a04f-3fa66c399626','2022-12-01 16:32:10','2022-12-01 16:33:35'),(1254,'General Information',108,6.00,2,'d5dac108-e8cf-4520-ad3f-6de91feba568','2022-12-01 16:32:10','2022-12-01 16:33:35'),(1255,'Training',108,7.00,15,'63ed0d7d-4a6c-4de7-935e-fcf7166e1eda','2022-12-01 16:32:10','2022-12-01 16:33:35'),(1256,'Property Information',108,7.00,5,'68ecc5d3-007c-4266-b4e4-1abf9bfdb9f8','2022-12-01 16:32:10','2022-12-01 16:33:35'),(1257,'Fire Sources',108,10.00,8,'a32acdd5-da80-48c5-b332-7ee95f1c82e5','2022-12-01 16:32:11','2022-12-01 16:33:35'),(1258,'Those at Risk',108,9.00,9,'97fa6370-f04e-4cd5-a44b-55771ad7ff36','2022-12-01 16:32:11','2022-12-01 16:33:35'),(1259,'Fire Warden',108,9.00,17,'65744d53-78ed-4097-8adb-278f06d871aa','2022-12-01 16:32:11','2022-12-01 16:33:35'),(1260,'Maintenance',108,4.00,13,'b4c7145a-96c7-4e7a-b43f-2b93a4afc1d9','2022-12-01 16:32:11','2022-12-01 16:33:35'),(1261,'Fire Precautions',109,8.00,12,'70cbf0c8-3d5a-44e6-9904-699fe8e9c0bb','2022-12-01 16:33:35','2022-12-01 16:35:48'),(1262,'Policy Procedures',109,4.00,10,'56eaa35d-1724-4453-8c0e-353eb91a8306','2022-12-01 16:33:35','2022-12-01 16:35:48'),(1263,'Means of Escape',109,10.00,14,'1c303c33-7b2c-4db9-a7bd-b003d363f963','2022-12-01 16:33:35','2022-12-01 16:35:48'),(1264,'General Information',109,6.00,2,'d55fe4b5-ed32-46e5-958e-dc356577f8f4','2022-12-01 16:33:35','2022-12-01 16:35:48'),(1265,'Training',109,7.00,15,'0e5e5a46-e77d-4660-8868-f54602e76e3c','2022-12-01 16:33:36','2022-12-01 16:35:48'),(1266,'Property Information',109,7.00,5,'0218d7ac-c737-46fe-8b52-87a7ffb664b7','2022-12-01 16:33:36','2022-12-01 16:35:49'),(1267,'Fire Sources',109,10.00,8,'c1f5cf1f-f8c0-4d31-91f3-c3321ae46cc5','2022-12-01 16:33:36','2022-12-01 16:35:49'),(1268,'Those at Risk',109,9.00,9,'74b5a871-67c9-4e10-8580-22633ad55e70','2022-12-01 16:33:36','2022-12-01 16:35:49'),(1269,'Fire Warden',109,9.00,17,'46a62c6e-5d1f-4251-a394-9730e86463f6','2022-12-01 16:33:36','2022-12-01 16:35:49'),(1270,'Maintenance',109,4.00,13,'2925dfce-09a3-4465-9059-edf432fd4911','2022-12-01 16:33:36','2022-12-01 16:35:49'),(1271,'Fire Precautions',110,8.00,12,'1ef6be74-b0b8-4b71-afc6-2ac663191a11','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1272,'Policy Procedures',110,4.00,10,'f2e3ed3a-53a2-4d0b-8ff1-d632e3de1eff','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1273,'Means of Escape',110,10.00,14,'2323b539-efc0-4315-b325-64dd0691960b','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1274,'General Information',110,6.00,2,'48e743de-06c6-444a-9538-6063b266480d','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1275,'Training',110,7.00,15,'0520a65e-d8e2-4b7a-a7ab-88db5a214164','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1276,'Property Information',110,7.00,5,'cc5fb691-502c-44a5-ac7c-2d966519899b','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1277,'Fire Sources',110,10.00,8,'f1f49ec9-014c-4e55-853f-a110c0ec0d44','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1278,'Those at Risk',110,9.00,9,'185ea9c2-ab96-43d3-80bd-d777790fd476','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1279,'Fire Warden',110,9.00,17,'5a403317-5317-400d-ac9d-b051271eb3c3','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1280,'Maintenance',110,4.00,13,'eb80ec15-53cd-48cd-9666-2fd140194528','2022-12-01 16:35:49','2022-12-01 16:38:46'),(1281,'Fire Precautions',111,8.00,12,'a586d4a4-de5b-4a2b-b234-2949ff495ac2','2022-12-01 16:38:46','2022-12-01 16:44:54'),(1282,'Policy Procedures',111,4.00,10,'4b7b89a6-d9b6-47e1-9d69-bc0938f143df','2022-12-01 16:38:46','2022-12-01 16:44:54'),(1283,'Means of Escape',111,10.00,14,'04d86f84-6b2a-45e1-9ffa-24f201cb2d24','2022-12-01 16:38:46','2022-12-01 16:44:54'),(1284,'General Information',111,6.00,2,'c59adc14-9848-44ca-89f8-5930f006d213','2022-12-01 16:38:46','2022-12-01 16:44:54'),(1285,'Training',111,7.00,15,'ae2e36cd-23d2-410e-9f79-6b1ad8a7abe0','2022-12-01 16:38:46','2022-12-01 16:44:54'),(1286,'Property Information',111,7.00,5,'de143ea6-91d1-40a2-957d-f6b4c82a27e7','2022-12-01 16:38:47','2022-12-01 16:44:54'),(1287,'Fire Sources',111,10.00,8,'377379f0-dfa8-4069-96f6-a482a5bbb902','2022-12-01 16:38:47','2022-12-01 16:44:54'),(1288,'Those at Risk',111,9.00,9,'75a6a126-855f-46f7-b12d-74569120b83f','2022-12-01 16:38:47','2022-12-01 16:44:54'),(1289,'Fire Warden',111,9.00,17,'a2c98339-b8a9-430a-a360-84a840549843','2022-12-01 16:38:47','2022-12-01 16:44:54'),(1290,'Maintenance',111,4.00,13,'d626555c-1199-4d11-9237-dddea47ad404','2022-12-01 16:38:47','2022-12-01 16:44:54'),(1291,'Fire Precautions',112,8.00,12,'8f6bd8ec-f63c-47e7-a5ef-d448e7b87297','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1292,'Policy Procedures',112,4.00,10,'dd7a5502-4810-49ad-9f79-7ed3c5cf1b66','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1293,'Means of Escape',112,10.00,14,'fd15f5cf-361e-4700-bac5-f1cc0000389e','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1294,'General Information',112,6.00,2,'8b655d40-675c-440b-81d0-042d46da42bf','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1295,'Training',112,7.00,15,'138446ef-5074-4bb5-9aa0-488f57f154c2','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1296,'Property Information',112,7.00,5,'d1c643c4-c8f4-4d00-90f8-25f69c5587b5','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1297,'Fire Sources',112,10.00,8,'58b45d10-7eef-4247-9cc0-270ab129a598','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1298,'Those at Risk',112,9.00,9,'2a1311b3-a60c-477e-897a-8161ed29201d','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1299,'Fire Warden',112,9.00,17,'7fea0ed4-0d63-423c-9356-c5173d36afb0','2022-12-01 16:44:54','2022-12-01 16:47:34'),(1300,'Maintenance',112,4.00,13,'73d48845-d86b-4d08-9364-d6fb68353f6f','2022-12-01 16:44:55','2022-12-01 16:47:34'),(1301,'Fire Precautions',113,8.00,12,'3a0278b5-2fc6-4ce7-9988-62b0d92aba1a','2022-12-01 16:47:34','2022-12-01 17:02:24'),(1302,'Policy Procedures',113,4.00,10,'87cad5ee-7c43-49b9-a5d9-e3d45fa5dac0','2022-12-01 16:47:34','2022-12-01 17:02:24'),(1303,'Means of Escape',113,10.00,14,'f8f81264-14bb-4447-9fa3-5690f458b023','2022-12-01 16:47:34','2022-12-01 17:02:24'),(1304,'General Information',113,6.00,2,'ee6a3d17-7e08-4e6f-b6fd-582aebe0de54','2022-12-01 16:47:34','2022-12-01 17:02:24'),(1305,'Training',113,7.00,15,'c64d9662-aca7-4dc0-b285-3658c8ac955e','2022-12-01 16:47:35','2022-12-01 17:02:24'),(1306,'Property Information',113,7.00,5,'44b2ece0-4393-42fc-820c-21226a7d964c','2022-12-01 16:47:35','2022-12-01 17:02:24'),(1307,'Fire Sources',113,10.00,8,'b9d32926-5736-4e60-8c90-1baa52e2d04c','2022-12-01 16:47:35','2022-12-01 17:02:24'),(1308,'Those at Risk',113,9.00,9,'260a8ca3-49d6-4db7-ab90-67e806fb6f1a','2022-12-01 16:47:35','2022-12-01 17:02:24'),(1309,'Fire Warden',113,9.00,17,'f9fe224b-9e6e-4d8b-bd89-c366f589f190','2022-12-01 16:47:35','2022-12-01 17:02:24'),(1310,'Maintenance',113,4.00,13,'5f0f542b-f601-4252-b60b-7caf9d4b94c9','2022-12-01 16:47:35','2022-12-01 17:02:24'),(1311,'Fire Precautions',114,8.00,12,'ca04d3ab-7bff-4b48-aa41-71be8f9a023b','2022-12-01 17:02:24','2022-12-01 17:05:11'),(1312,'Policy Procedures',114,4.00,10,'2cd018a0-dc09-4f0f-a2b5-0c8177f83765','2022-12-01 17:02:24','2022-12-01 17:05:11'),(1313,'Means of Escape',114,10.00,14,'2580136b-be3e-4406-a725-46107e8e9974','2022-12-01 17:02:25','2022-12-01 17:05:11'),(1314,'General Information',114,6.00,2,'ab5c8681-55e2-4ce7-90e3-a040bef784d7','2022-12-01 17:02:25','2022-12-01 17:05:11'),(1315,'Training',114,7.00,15,'d8b233d4-a4bb-4d05-81d8-6f4d926edcda','2022-12-01 17:02:25','2022-12-01 17:05:11'),(1316,'Property Information',114,7.00,5,'ce424107-4b58-40d2-affa-466272a27236','2022-12-01 17:02:25','2022-12-01 17:05:12'),(1317,'Fire Sources',114,10.00,8,'a032653b-d590-4715-977a-aab471275563','2022-12-01 17:02:25','2022-12-01 17:05:12'),(1318,'Those at Risk',114,9.00,9,'37b844d1-1077-42b2-92d9-975cd0e86b21','2022-12-01 17:02:25','2022-12-01 17:05:12'),(1319,'Fire Warden',114,9.00,17,'56a0c312-2471-4184-a542-5f0f5e515550','2022-12-01 17:02:25','2022-12-01 17:05:12'),(1320,'Maintenance',114,4.00,13,'336d61be-7cda-4423-99b7-93356392289e','2022-12-01 17:02:25','2022-12-01 17:05:12'),(1321,'Fire Precautions',115,8.00,12,'febbf2c4-070c-4863-b778-d457fe5e13a4','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1322,'Policy Procedures',115,4.00,10,'8fa344a7-4a2a-4719-a172-519eee9514e9','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1323,'Means of Escape',115,10.00,14,'29af8447-b5c4-424d-9ab1-d78c6521147b','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1324,'General Information',115,6.00,2,'980ecad3-2b95-4bbb-9100-51d6ff135857','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1325,'Training',115,7.00,15,'bcd650da-77fc-43ea-b520-0c424dc9127d','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1326,'Property Information',115,7.00,5,'d2956624-401d-4a7b-bddc-97ff6487cc33','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1327,'Fire Sources',115,10.00,8,'d592ac15-bfef-4c75-836d-4b96f1bde2ab','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1328,'Those at Risk',115,9.00,9,'109bd804-ffb3-45ce-95d5-5890550d8432','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1329,'Fire Warden',115,9.00,17,'16fffff1-0c29-43e5-9b1b-28fd9af1a6d3','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1330,'Maintenance',115,4.00,13,'1213269c-e26d-4c78-81f4-eb7107b051dd','2022-12-01 17:05:12','2022-12-01 17:07:35'),(1331,'Fire Precautions',116,8.00,12,'3a484a05-4fcd-4f81-82d0-c7abb0335e2c','2022-12-01 17:07:35','2022-12-01 17:08:07'),(1332,'Policy Procedures',116,4.00,10,'1eb1e43c-1fcc-434e-a38c-7c407a56f685','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1333,'Means of Escape',116,10.00,14,'be6a7402-202d-4f2c-aaae-0893256b5ad2','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1334,'General Information',116,6.00,2,'334b4177-7b8e-40a9-af64-7741d5fe07c8','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1335,'Training',116,7.00,15,'dc69fd6d-d400-40ff-80ba-c7d5e4e238af','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1336,'Property Information',116,7.00,5,'593c8f76-c396-4f1f-b18f-bef18cd8028f','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1337,'Fire Sources',116,10.00,8,'19084faa-7062-4e6c-99fc-1ecd9cbfcefe','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1338,'Those at Risk',116,9.00,9,'e1549059-8b51-43a9-be96-960b16732b53','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1339,'Fire Warden',116,9.00,17,'ff30333f-6683-48d4-be91-6780037c1dda','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1340,'Maintenance',116,4.00,13,'fc4ae970-8059-4307-868f-a7bf42a2ddcf','2022-12-01 17:07:36','2022-12-01 17:08:07'),(1341,'Fire Precautions',117,8.00,12,'afa0e311-0d1f-461c-b63d-ac7e5fd767a0','2022-12-01 17:08:07','2022-12-01 17:11:17'),(1342,'Policy Procedures',117,4.00,10,'e223769a-53b2-4fef-9781-ecf96dfb65f9','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1343,'Means of Escape',117,10.00,14,'c748f81b-b70e-42b9-bf3c-cd60f0c1e18c','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1344,'General Information',117,6.00,2,'e7268d3e-6a8c-4f3d-b89a-00a4885ae47e','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1345,'Training',117,7.00,15,'969ac924-c8ea-4412-80f4-8280f093f0ee','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1346,'Property Information',117,7.00,5,'85e3b3bf-dbd8-460c-9891-5a7c0142a94a','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1347,'Fire Sources',117,10.00,8,'d29f13ca-42a3-4279-b844-c8900642faf0','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1348,'Those at Risk',117,9.00,9,'dcaf2ead-40b7-4593-896a-9507fd7d296d','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1349,'Maintenance',117,4.00,13,'75beba40-2999-4a8b-976b-c9627e076146','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1350,'Fire Warden',117,9.00,17,'5614433d-785b-4163-a758-dc625babc122','2022-12-01 17:08:08','2022-12-01 17:11:17'),(1351,'Fire Precautions',118,8.00,12,'bf54eea3-9101-4ed6-9bb3-0c92e11f2609','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1352,'Policy Procedures',118,4.00,10,'cdae748f-6ffc-441d-bda3-8aac76766a77','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1353,'Means of Escape',118,10.00,14,'0ffe21c0-d4e4-4002-99ec-fd5131afbdd1','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1354,'General Information',118,6.00,2,'ac452f82-4203-4839-9aed-5944d0c2c9e0','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1355,'Training',118,7.00,15,'c1ab0320-353e-4494-8112-0af1341758a3','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1356,'Fire Sources',118,10.00,8,'7e8c1b4e-32e7-4a1b-ad8d-7f74b9d0932f','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1357,'Those at Risk',118,9.00,9,'d6b44344-ba83-4793-a665-97c652fe0b74','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1358,'Maintenance',118,4.00,13,'11cbd514-962e-4147-8bc1-5e9b527e1d56','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1359,'Fire Warden',118,9.00,17,'410fcb7d-a3f7-4d11-8739-c8d1b1dc4c4a','2022-12-01 17:11:17','2022-12-01 17:12:49'),(1360,'Property Information',118,7.00,5,'e632b4eb-003b-424a-b2d6-4dbef0733684','2022-12-01 17:11:18','2022-12-01 17:12:49'),(1361,'Fire Precautions',119,8.00,12,'1e228e38-a490-48f2-83c2-968578d72484','2022-12-01 17:12:49','2022-12-01 17:14:20'),(1362,'Policy Procedures',119,4.00,10,'a7ddc6e8-6a63-4227-af49-445c3df6a938','2022-12-01 17:12:49','2022-12-01 17:14:20'),(1363,'Means of Escape',119,10.00,14,'ae092523-1500-49b4-b676-8f298b8a19d9','2022-12-01 17:12:49','2022-12-01 17:14:20'),(1364,'General Information',119,6.00,2,'51619729-30d6-4eba-94cf-8abfa581a990','2022-12-01 17:12:49','2022-12-01 17:14:21'),(1365,'Training',119,7.00,15,'adafa292-917c-4943-bc3c-dafb4ccb3d86','2022-12-01 17:12:50','2022-12-01 17:14:21'),(1366,'Fire Sources',119,10.00,8,'8ea0fe4c-9f32-4db3-b378-3e4904c03198','2022-12-01 17:12:50','2022-12-01 17:14:21'),(1367,'Those at Risk',119,9.00,9,'7f3e6f7f-9276-4242-9166-ddb31e09d1c6','2022-12-01 17:12:50','2022-12-01 17:14:21'),(1368,'Maintenance',119,4.00,13,'d98f42f9-6b01-4c60-a6ab-46307e7a000c','2022-12-01 17:12:50','2022-12-01 17:14:21'),(1369,'Fire Warden',119,9.00,17,'cbe75f7a-2391-4ea7-b5d2-5c321af90631','2022-12-01 17:12:50','2022-12-01 17:14:21'),(1370,'Property Information',119,7.00,5,'58a5ecb6-0771-4217-b93a-1ed751406189','2022-12-01 17:12:50','2022-12-01 17:14:21'),(1371,'Fire Precautions',120,8.00,12,'535d2d52-70e3-487e-aebf-90a6cbf20d4d','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1372,'Policy Procedures',120,4.00,10,'0d0e519b-f874-4a02-b569-d79a6e9db95b','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1373,'Means of Escape',120,10.00,14,'946e1ee8-7a78-4f0f-8aa2-7292735ae638','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1374,'General Information',120,6.00,2,'ccb05af6-6fc0-4134-a985-9125f2647e02','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1375,'Training',120,7.00,15,'a80d27ff-dfc0-4023-b85c-bd94559b52d4','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1376,'Fire Sources',120,10.00,8,'4a8c5615-5cbf-4aa1-8490-6630d90c4f0b','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1377,'Those at Risk',120,9.00,9,'f662245a-45e3-482d-b5f6-b70d9fcc414e','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1378,'Maintenance',120,4.00,13,'8ac878d3-e074-4948-9d42-480ab0bcf3b1','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1379,'Fire Warden',120,9.00,17,'5799d45b-eef8-4c28-8317-455e378997d1','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1380,'Property Information',120,7.00,5,'d92023e3-0301-4a77-9fc2-8d766871193b','2022-12-01 17:14:21','2022-12-01 17:16:47'),(1381,'Fire Precautions',121,8.00,12,'28fe9e43-9af9-4506-85cc-cbd0ea5d1553','2022-12-01 17:16:47','2022-12-01 21:15:46'),(1382,'Policy Procedures',121,4.00,10,'3d6c7d40-fa04-415e-900b-ea50002f36c5','2022-12-01 17:16:47','2022-12-01 21:15:46'),(1383,'Means of Escape',121,10.00,14,'43fd5340-e91c-4dc0-875e-44c3feb76ab5','2022-12-01 17:16:47','2022-12-01 21:15:46'),(1384,'General Information',121,6.00,2,'e77d5c6c-13cf-46c6-8aeb-e95d6128af8f','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1385,'Training',121,7.00,15,'d2bf3509-f6d7-4bd2-9aec-5a54d7ac47bd','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1386,'Fire Sources',121,10.00,8,'d70b9c1c-5429-4aff-8d0a-06e89c817db0','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1387,'Those at Risk',121,9.00,9,'6838eaf5-c285-4e16-8ab4-6a9fa0e99d0f','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1388,'Maintenance',121,4.00,13,'c13fe027-ead3-43ff-8e94-a5e8a7677f3c','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1389,'Fire Warden',121,9.00,17,'1495f445-71d5-40b3-a1b0-955f079f1fe9','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1390,'Property Information',121,7.00,5,'c5d2a8a2-d956-4874-90a6-eaef349b6da5','2022-12-01 17:16:48','2022-12-01 21:15:46'),(1391,'Fire Precautions',122,8.00,12,'2c32b749-c113-45b1-bcd1-2e04da61a388','2022-12-01 21:15:46','2022-12-01 21:18:56'),(1392,'Policy Procedures',122,4.00,10,'b97dfc5c-f704-436c-937e-c723a30e82a2','2022-12-01 21:15:46','2022-12-01 21:18:56'),(1393,'Means of Escape',122,10.00,14,'04f8ed21-e351-4537-9c46-caae0df6321b','2022-12-01 21:15:46','2022-12-01 21:18:56'),(1394,'General Information',122,6.00,2,'cd9591e5-fcd5-4642-80a3-19574598d11e','2022-12-01 21:15:46','2022-12-01 21:18:56'),(1395,'Training',122,7.00,15,'0c2dc3ac-048a-45e7-9ae2-120b32d79af4','2022-12-01 21:15:47','2022-12-01 21:18:56'),(1396,'Fire Sources',122,10.00,8,'8a075642-afd7-49a4-9de0-9672e737cb90','2022-12-01 21:15:47','2022-12-01 21:18:56'),(1397,'Those at Risk',122,9.00,9,'e6e598ed-9955-4630-9d6b-e51db9c66019','2022-12-01 21:15:47','2022-12-01 21:18:56'),(1398,'Maintenance',122,4.00,13,'7b919638-f129-4c03-8daf-16664b31e840','2022-12-01 21:15:47','2022-12-01 21:18:56'),(1399,'Fire Warden',122,9.00,17,'9c650e80-e98c-48d4-b97c-973b92014b88','2022-12-01 21:15:47','2022-12-01 21:18:56'),(1400,'Property Information',122,7.00,5,'c91a628b-614a-4b04-b1f5-37d3b0582377','2022-12-01 21:15:47','2022-12-01 21:18:56'),(1401,'Fire Precautions',123,8.00,12,'8bba29f0-fdd4-48b4-aa0b-ce773aca2c0e','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1402,'Policy Procedures',123,4.00,10,'1fffeb68-f0ed-4d40-a90a-b9d49ab58c99','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1403,'Means of Escape',123,10.00,14,'e5e3fa3d-cf11-47b6-a38b-c0bd1ef3bfc1','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1404,'General Information',123,6.00,2,'032c9c8d-b1c1-4276-92f0-07a431e2a8bb','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1405,'Training',123,7.00,15,'95a29529-25bf-4d4c-9871-6a37927a9933','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1406,'Fire Sources',123,10.00,8,'38295f12-e6c6-4546-b951-2da4d6a7abef','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1407,'Those at Risk',123,9.00,9,'326fafaa-a53b-4789-b196-ddc343bf9247','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1408,'Maintenance',123,4.00,13,'d674f9f4-9bcb-4778-8772-e89375119fe1','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1409,'Fire Warden',123,9.00,17,'fbba58b8-55cd-4e80-b4fa-07f03d77c0e1','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1410,'Property Information',123,7.00,5,'b4b1edc6-63bd-42da-83ac-89f8e6c61181','2022-12-01 21:18:56','2022-12-01 21:20:25'),(1411,'Fire Precautions',124,8.00,12,'dd50b743-2f1c-4f06-8624-fb3531c68ddc','2022-12-01 21:20:25','2022-12-01 21:28:34'),(1412,'Policy Procedures',124,4.00,10,'bf69b211-9534-47b0-a60f-b086e16af060','2022-12-01 21:20:25','2022-12-01 21:28:34'),(1413,'Means of Escape',124,10.00,14,'0323551f-c996-417c-a8c8-4083376620d8','2022-12-01 21:20:25','2022-12-01 21:28:34'),(1414,'General Information',124,6.00,2,'3e6045aa-c9a8-46ce-a70e-2ccc52d3545c','2022-12-01 21:20:25','2022-12-01 21:28:34'),(1415,'Training',124,7.00,15,'3cfb1f8b-f16e-4789-82e7-7568f7f4046e','2022-12-01 21:20:25','2022-12-01 21:28:34'),(1416,'Fire Sources',124,10.00,8,'f8f94f51-9444-46f1-ad93-4eb8c7103f69','2022-12-01 21:20:26','2022-12-01 21:28:34'),(1417,'Those at Risk',124,9.00,9,'2803ce43-8abb-4c08-b6a1-7bce2faa7b4a','2022-12-01 21:20:26','2022-12-01 21:28:34'),(1418,'Maintenance',124,4.00,13,'753005a7-0803-493a-b8c4-f05fdf93024d','2022-12-01 21:20:26','2022-12-01 21:28:34'),(1419,'Fire Warden',124,9.00,17,'acdb72f5-cc81-48b0-85c3-ef66b5a67352','2022-12-01 21:20:26','2022-12-01 21:28:34'),(1420,'Property Information',124,7.00,5,'5f507c0b-3a12-41e5-b724-f2587fa68e0d','2022-12-01 21:20:26','2022-12-01 21:28:34'),(1421,'Fire Precautions',125,8.00,12,'a4f7d8c6-bbf4-4b98-888a-0f0db72fa658','2022-12-01 21:28:34','2022-12-01 21:32:34'),(1422,'Policy Procedures',125,4.00,10,'c221a7c5-9595-4e47-b5e8-5aec42d98cf8','2022-12-01 21:28:34','2022-12-01 21:32:34'),(1423,'Means of Escape',125,10.00,14,'283f9ead-c9e8-476f-90cd-4c21e844b3f5','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1424,'General Information',125,6.00,2,'666f8c6c-0cd5-4a02-ab22-bd2d20bb1f37','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1425,'Training',125,7.00,15,'295cbe1d-09bd-4fd6-8c51-b517341efd7f','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1426,'Fire Sources',125,10.00,8,'f072868c-e4b4-4ce0-99e5-bc14fac3e21c','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1427,'Those at Risk',125,9.00,9,'37254e36-0f3a-48ef-a2c5-6264442f743a','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1428,'Maintenance',125,4.00,13,'34f95fe7-af86-4127-9229-e6b02f884aa4','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1429,'Fire Warden',125,9.00,17,'1c0d91ee-d184-4375-8622-99913d71b65e','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1430,'Property Information',125,7.00,5,'6a31a1ab-bd88-4471-85e0-331d8b69db41','2022-12-01 21:28:35','2022-12-01 21:32:34'),(1431,'Fire Precautions',126,8.00,12,'1786e763-364a-4a31-bab5-a70c331572e5','2022-12-01 21:32:34','2022-12-01 21:35:06'),(1432,'Means of Escape',126,10.00,14,'5647291f-b5b4-4129-ad1b-e53399b9ae74','2022-12-01 21:32:34','2022-12-01 21:35:06'),(1433,'General Information',126,6.00,2,'23ef147e-9aba-4bfe-828d-6807c217b262','2022-12-01 21:32:35','2022-12-01 21:35:06'),(1434,'Training',126,7.00,15,'ed919264-1bef-42a8-bbd2-a979a0cef113','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1435,'Fire Sources',126,10.00,8,'bdb53e85-21e2-459d-af1b-204ac50274c5','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1436,'Those at Risk',126,9.00,9,'38116bbb-5dae-4f17-ba39-c69d9337672c','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1437,'Maintenance',126,4.00,13,'92e0bc85-7172-4bca-b808-6c95a233a321','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1438,'Fire Warden',126,9.00,17,'c479ca87-8848-4f6b-bc7a-b356ea178f65','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1439,'Property Information',126,7.00,5,'bd871988-6b8b-4a2b-beb7-1b59df2762b4','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1440,'Policy Procedures',126,4.00,10,'9c658c1e-06bf-4736-94e5-b648bfaa4c72','2022-12-01 21:32:35','2022-12-01 21:35:07'),(1441,'Means of Escape',127,10.00,14,'bcf73c0f-24e5-4256-a836-3506536b1f75','2022-12-01 21:35:07','2022-12-01 21:36:00'),(1442,'General Information',127,6.00,2,'fc90af2b-383f-41fc-9523-d54e839779b2','2022-12-01 21:35:07','2022-12-01 21:36:00'),(1443,'Training',127,7.00,15,'a6a01547-645a-4cf2-8516-b1ad1f7a569a','2022-12-01 21:35:07','2022-12-01 21:36:00'),(1444,'Fire Sources',127,10.00,8,'46e3d91f-02e6-468c-a67b-3e7f8bd9f820','2022-12-01 21:35:07','2022-12-01 21:36:01'),(1445,'Those at Risk',127,9.00,9,'50ceeaa7-597a-4b89-9990-bdcde695e810','2022-12-01 21:35:07','2022-12-01 21:36:01'),(1446,'Maintenance',127,4.00,13,'565cfdc3-ad90-4e4e-905f-9ce28438d0a3','2022-12-01 21:35:07','2022-12-01 21:36:01'),(1447,'Fire Warden',127,9.00,17,'1bed2b98-b32d-4af2-8dd3-2b9b32c5264a','2022-12-01 21:35:07','2022-12-01 21:36:01'),(1448,'Property Information',127,7.00,5,'0fd417ea-6ab9-41f3-a70e-345d07c6f9a1','2022-12-01 21:35:07','2022-12-01 21:36:01'),(1449,'Policy Procedures',127,4.00,10,'c3551817-356e-4b1b-986e-12db3d17cdf1','2022-12-01 21:35:07','2022-12-01 21:36:01'),(1450,'Fire Precautions',127,8.00,12,'a7c4d8a3-2d7e-4692-98f6-fab1d3aa9316','2022-12-01 21:35:08','2022-12-01 21:36:01'),(1451,'Means of Escape',128,10.00,14,'ec8afda7-bd0c-413f-8c48-1516501e6fe8','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1452,'General Information',128,6.00,2,'e2a71568-67a5-428e-898e-f1d59e843540','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1453,'Training',128,7.00,15,'6e3987ad-e1f0-4dc2-8b4d-8353b0b8382e','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1454,'Fire Sources',128,10.00,8,'b6ade170-167e-4bc7-a9fa-fdd116ce0405','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1455,'Those at Risk',128,9.00,9,'28c95c1f-977f-48fa-a3ce-9e24bc67c278','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1456,'Fire Warden',128,9.00,17,'8c44889f-93d9-4598-a5d1-1713eaecd5cc','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1457,'Property Information',128,7.00,5,'89c8a21b-91f6-42c7-9be5-f752bd6ba491','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1458,'Policy Procedures',128,4.00,10,'9e8afcf3-7010-420f-bd70-30e16fe064b9','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1459,'Fire Precautions',128,8.00,12,'5b351f1a-0ad7-4bef-b2c1-597317954412','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1460,'Maintenance',128,4.00,13,'df76fc33-d103-42b5-8831-9edd00e18e50','2022-12-01 21:36:01','2022-12-01 21:38:09'),(1461,'General Information',129,6.00,2,'d64ad9d2-4ce3-4518-88d4-b54b77c05bd4','2022-12-01 21:38:09','2022-12-01 21:41:08'),(1462,'Training',129,7.00,15,'b973672e-008d-4579-b668-d1baa6313784','2022-12-01 21:38:09','2022-12-01 21:41:08'),(1463,'Fire Sources',129,10.00,8,'52ad0f19-cb09-409a-bbfd-c7b29b397c0a','2022-12-01 21:38:09','2022-12-01 21:41:08'),(1464,'Those at Risk',129,9.00,9,'44006f18-88c8-4434-8b9a-02d65852bb31','2022-12-01 21:38:09','2022-12-01 21:41:08'),(1465,'Fire Warden',129,9.00,17,'61d1fab6-d06d-4714-8219-97272851bf7f','2022-12-01 21:38:09','2022-12-01 21:41:08'),(1466,'Property Information',129,7.00,5,'0a12493a-4afe-4714-ba4b-1e50bff1048e','2022-12-01 21:38:09','2022-12-01 21:41:08'),(1467,'Policy Procedures',129,4.00,10,'254d621c-fa24-47d2-b9d1-2ce1c8a92fe9','2022-12-01 21:38:09','2022-12-01 21:41:09'),(1468,'Fire Precautions',129,8.00,12,'32b21f7d-0333-4164-9624-78b10d0275fb','2022-12-01 21:38:09','2022-12-01 21:41:09'),(1469,'Maintenance',129,4.00,13,'4ef68030-b7f4-4e3f-a082-2fde4eca3551','2022-12-01 21:38:09','2022-12-01 21:41:09'),(1470,'Means of Escape',129,10.00,14,'61478051-f9de-4162-9b5e-aadab3bc8ac1','2022-12-01 21:38:09','2022-12-01 21:41:09'),(1471,'General Information',130,6.00,2,'d085205c-99c1-4ece-bae5-2a05b9aeceb4','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1472,'Fire Sources',130,10.00,8,'8810a6b1-3d25-42d0-bcd1-e123f4dc7a84','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1473,'Those at Risk',130,9.00,9,'99213b8f-ac7a-4a3c-8fea-fafd36153dc8','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1474,'Fire Warden',130,9.00,17,'65ad9e31-b7e7-4ec7-938e-f3277a96530e','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1475,'Property Information',130,7.00,5,'d01963e0-3936-4a39-b494-167a7884c525','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1476,'Policy Procedures',130,4.00,10,'284a157e-91fa-4a3c-b670-cf13753f574e','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1477,'Fire Precautions',130,8.00,12,'e6431046-1ca7-4530-aed3-29df53f9c4fa','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1478,'Maintenance',130,4.00,13,'a3788cbc-50ce-4af0-8ee1-8359a9666682','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1479,'Means of Escape',130,10.00,14,'477160d1-c6d7-419c-8fb0-f8789ecf8ade','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1480,'Training',130,7.00,15,'aa77e667-9ec2-4055-8c1e-0526d10e35ff','2022-12-01 21:41:09','2022-12-01 21:41:57'),(1481,'General Information',131,6.00,2,'9087b2bf-2f2c-48f2-9afe-154310662ecc','2022-12-01 21:41:57','2022-12-01 21:47:20'),(1482,'Fire Sources',131,10.00,8,'08b5a25f-128b-4a1f-b315-bcb7c4c923b9','2022-12-01 21:41:57','2022-12-01 21:47:20'),(1483,'Those at Risk',131,9.00,9,'d809f026-3e9b-4ac5-89b0-8b26438c2c1a','2022-12-01 21:41:57','2022-12-01 21:47:20'),(1484,'Property Information',131,7.00,5,'43ba2897-1317-439a-834a-362397dc5ce2','2022-12-01 21:41:57','2022-12-01 21:47:20'),(1485,'Policy Procedures',131,4.00,10,'82721384-69d0-49c4-8792-18993bc60e26','2022-12-01 21:41:57','2022-12-01 21:47:20'),(1486,'Fire Precautions',131,8.00,12,'10a88b70-00b0-461a-b51d-68e0c166b5f5','2022-12-01 21:41:57','2022-12-01 21:47:20'),(1487,'Maintenance',131,4.00,13,'227643c1-fd4f-44f9-9014-4d09a3d3a4b9','2022-12-01 21:41:58','2022-12-01 21:47:20'),(1488,'Means of Escape',131,10.00,14,'d55462a8-6f60-428c-aea5-beabf1363378','2022-12-01 21:41:58','2022-12-01 21:47:20'),(1489,'Training',131,7.00,15,'034327cd-c6ac-4c25-8677-fc63f7fd3c30','2022-12-01 21:41:58','2022-12-01 21:47:20'),(1490,'Fire Warden',131,9.00,17,'26b1f079-33aa-4ed2-977d-5657620465de','2022-12-01 21:41:58','2022-12-01 21:47:20'),(1491,'General Information',132,6.00,2,'c3d36f62-d326-496a-b8c9-fdc53b34b63e','2022-12-01 21:47:20','2022-12-01 21:50:21'),(1492,'Fire Sources',132,10.00,8,'8d869751-e069-450a-83ca-c8e906480aae','2022-12-01 21:47:20','2022-12-01 21:50:21'),(1493,'Those at Risk',132,9.00,9,'4f1e8e47-9ca0-4241-a519-c0057d0edf63','2022-12-01 21:47:20','2022-12-01 21:50:21'),(1494,'Policy Procedures',132,4.00,10,'81fd0933-6e9b-4d80-9237-34cfddb2d097','2022-12-01 21:47:20','2022-12-01 21:50:21'),(1495,'Fire Precautions',132,8.00,12,'725f42b8-6ebd-4ade-bffe-bb08b3faa1d9','2022-12-01 21:47:20','2022-12-01 21:50:21'),(1496,'Maintenance',132,4.00,13,'582331a2-9816-409c-8986-d34f691c44b9','2022-12-01 21:47:21','2022-12-01 21:50:21'),(1497,'Means of Escape',132,10.00,14,'8922ba14-f298-45d8-b12c-4ab1175439ba','2022-12-01 21:47:21','2022-12-01 21:50:21'),(1498,'Training',132,7.00,15,'67503d80-357e-466c-93ad-ce8b11dbb9c4','2022-12-01 21:47:21','2022-12-01 21:50:21'),(1499,'Fire Warden',132,9.00,17,'918250f0-6d5c-4e54-a094-bb68a0649a45','2022-12-01 21:47:21','2022-12-01 21:50:21'),(1500,'Property Information',132,7.00,5,'15530d3a-9734-434c-af89-542386f0f840','2022-12-01 21:47:21','2022-12-01 21:50:21'),(1501,'General Information',154,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2022-12-01 21:50:21','2023-03-16 06:29:16'),(1502,'Fire Sources',154,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2022-12-01 21:50:21','2023-03-16 06:29:16'),(1503,'Those at Risk',154,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2022-12-01 21:50:21','2023-03-16 06:29:16'),(1504,'Policy Procedures',154,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2022-12-01 21:50:21','2023-03-16 06:29:16'),(1505,'Fire Precautions',154,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2022-12-01 21:50:21','2023-03-16 06:29:16'),(1506,'Maintenance',154,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2022-12-01 21:50:22','2023-03-16 06:29:16'),(1507,'Means of Escape',154,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2022-12-01 21:50:22','2023-03-16 06:29:16'),(1508,'Training',154,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2022-12-01 21:50:22','2023-03-16 06:29:16'),(1509,'Fire Warden',154,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2022-12-01 21:50:22','2023-03-16 06:29:16'),(1510,'Property Information',154,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2022-12-01 21:50:22','2023-03-16 06:29:16'),(1511,'General Information',157,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1512,'Fire Sources',157,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1513,'Those at Risk',157,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1514,'Policy Procedures',157,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1515,'Fire Precautions',157,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1516,'Maintenance',157,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1517,'Means of Escape',157,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1518,'Training',157,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1519,'Fire Warden',157,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1520,'Property Information',157,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-01-17 12:21:27','2023-03-17 14:24:46'),(1521,'General Information',137,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-10 08:37:01','2023-02-10 14:12:33'),(1522,'Fire Sources',137,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-10 08:37:01','2023-02-10 14:12:33'),(1523,'Those at Risk',137,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1524,'Policy Procedures',137,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1525,'Fire Precautions',137,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1526,'Maintenance',137,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1527,'Means of Escape',137,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1528,'Training',137,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1529,'Fire Warden',137,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1530,'Property Information',137,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-10 08:37:02','2023-02-10 14:12:33'),(1531,'General Information',141,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-10 08:37:51','2023-02-16 10:23:56'),(1532,'Fire Sources',141,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1533,'Those at Risk',141,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1534,'Policy Procedures',141,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1535,'Fire Precautions',141,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1536,'Maintenance',141,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1537,'Means of Escape',141,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1538,'Training',141,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1539,'Fire Warden',141,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1540,'Property Information',141,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-10 08:37:52','2023-02-16 10:23:56'),(1551,'General Information',140,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-10 16:01:37','2023-02-16 09:59:18'),(1552,'Fire Sources',140,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1553,'Those at Risk',140,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1554,'Policy Procedures',140,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1555,'Fire Precautions',140,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1556,'Maintenance',140,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1557,'Means of Escape',140,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1558,'Training',140,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1559,'Fire Warden',140,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1560,'Property Information',140,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-10 16:01:38','2023-02-16 09:59:18'),(1561,'General Information',144,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-16 09:59:00','2023-02-21 10:19:39'),(1562,'Fire Sources',144,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-16 09:59:00','2023-02-21 10:19:39'),(1563,'Those at Risk',144,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-16 09:59:00','2023-02-21 10:19:39'),(1564,'Policy Procedures',144,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-16 09:59:00','2023-02-21 10:19:39'),(1565,'Fire Precautions',144,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-16 09:59:01','2023-02-21 10:19:39'),(1566,'Maintenance',144,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-16 09:59:01','2023-02-21 10:19:39'),(1567,'Means of Escape',144,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-16 09:59:01','2023-02-21 10:19:39'),(1568,'Training',144,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-16 09:59:01','2023-02-21 10:19:39'),(1569,'Fire Warden',144,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-16 09:59:01','2023-02-21 10:19:39'),(1570,'Property Information',144,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-16 09:59:01','2023-02-21 10:19:39'),(1581,'General Information',142,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1582,'Those at Risk',142,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1583,'Policy Procedures',142,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1584,'Fire Precautions',142,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1585,'Maintenance',142,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1586,'Means of Escape',142,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1587,'Training',142,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1588,'Fire Warden',142,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1589,'Property Information',142,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-16 10:23:56','2023-02-16 10:34:26'),(1590,'Fire Sources',142,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-16 10:23:57','2023-02-16 10:34:26'),(1591,'General Information',143,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1592,'Those at Risk',143,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1593,'Policy Procedures',143,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1594,'Fire Precautions',143,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1595,'Maintenance',143,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1596,'Means of Escape',143,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1597,'Training',143,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1598,'Fire Warden',143,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1599,'Property Information',143,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1600,'Fire Sources',143,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-16 10:34:26','2023-02-16 10:34:32'),(1601,'General Information',136,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1602,'Those at Risk',136,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1603,'Policy Procedures',136,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1604,'Fire Precautions',136,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1605,'Maintenance',136,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1606,'Means of Escape',136,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1607,'Training',136,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1608,'Fire Warden',136,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1609,'Property Information',136,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-16 10:34:32','2023-02-16 10:34:32'),(1610,'Fire Sources',136,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-16 10:34:33','2023-02-16 10:34:33'),(1611,'General Information',147,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1612,'Fire Sources',147,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1613,'Those at Risk',147,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1614,'Policy Procedures',147,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1615,'Fire Precautions',147,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1616,'Maintenance',147,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1617,'Means of Escape',147,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1618,'Training',147,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1619,'Property Information',147,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1620,'Fire Warden',147,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-21 10:19:39','2023-02-22 15:59:13'),(1621,'Section One',146,1.00,1,'75db36d9-ef33-4c58-8782-3e9bf993132f','2023-02-22 15:58:54','2023-02-22 15:59:00'),(1622,'Section One',217,1.00,1,'75db36d9-ef33-4c58-8782-3e9bf993132f','2023-02-22 15:59:00','2023-04-05 18:50:32'),(1623,'General Information',148,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-22 15:59:13','2023-02-24 10:10:19'),(1624,'Those at Risk',148,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-22 15:59:13','2023-02-24 10:10:19'),(1625,'Policy Procedures',148,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-22 15:59:13','2023-02-24 10:10:19'),(1626,'Fire Precautions',148,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-22 15:59:13','2023-02-24 10:10:19'),(1627,'Maintenance',148,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-22 15:59:13','2023-02-24 10:10:19'),(1628,'Means of Escape',148,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-22 15:59:14','2023-02-24 10:10:19'),(1629,'Training',148,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-22 15:59:14','2023-02-24 10:10:19'),(1630,'Property Information',148,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-22 15:59:14','2023-02-24 10:10:19'),(1631,'Fire Warden',148,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-22 15:59:14','2023-02-24 10:10:19'),(1632,'Fire Sources',148,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-22 15:59:14','2023-02-24 10:10:19'),(1633,'General Information',149,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-02-24 10:10:19','2023-03-09 15:12:44'),(1634,'Those at Risk',149,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-02-24 10:10:19','2023-03-09 15:12:44'),(1635,'Policy Procedures',149,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-02-24 10:10:19','2023-03-09 15:12:44'),(1636,'Fire Precautions',149,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-02-24 10:10:19','2023-03-09 15:12:44'),(1637,'Maintenance',149,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-02-24 10:10:19','2023-03-09 15:12:44'),(1638,'Means of Escape',149,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-02-24 10:10:19','2023-03-09 15:12:44'),(1639,'Property Information',149,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-02-24 10:10:20','2023-03-09 15:12:44'),(1640,'Fire Warden',149,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-02-24 10:10:20','2023-03-09 15:12:44'),(1641,'Fire Sources',149,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-02-24 10:10:20','2023-03-09 15:12:44'),(1642,'Training',149,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-02-24 10:10:20','2023-03-09 15:12:44'),(1643,'General Information',150,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1644,'Those at Risk',150,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1645,'Policy Procedures',150,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1646,'Fire Precautions',150,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1647,'Maintenance',150,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1648,'Means of Escape',150,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1649,'Property Information',150,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-09 15:12:44','2023-03-09 15:13:20'),(1650,'Fire Warden',150,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-09 15:12:45','2023-03-09 15:13:20'),(1651,'Fire Sources',150,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-09 15:12:45','2023-03-09 15:13:20'),(1652,'Training',150,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-09 15:12:45','2023-03-09 15:13:20'),(1653,'General Information',151,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-09 15:13:20','2023-03-09 15:13:20'),(1654,'Those at Risk',152,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1655,'Policy Procedures',152,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1656,'General Information',152,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1657,'Training',152,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1658,'Fire Precautions',152,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1659,'Maintenance',152,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1660,'Means of Escape',152,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1661,'Property Information',152,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1662,'Fire Warden',152,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1663,'Fire Sources',152,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1664,'Training',152,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-09 15:13:20','2023-03-09 15:13:48'),(1665,'Those at Risk',153,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-09 15:13:48','2023-03-09 15:14:08'),(1666,'Policy Procedures',153,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-09 15:13:48','2023-03-09 15:14:08'),(1667,'General Information',153,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1668,'Training',153,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1669,'Fire Precautions',153,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1670,'Maintenance',153,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1671,'Property Information',153,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1672,'Fire Warden',153,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1673,'Fire Sources',153,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1674,'Training',153,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1675,'Means of Escape',153,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-09 15:13:49','2023-03-09 15:14:08'),(1687,'General Information',169,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-16 06:29:16','2023-03-21 17:14:29'),(1688,'Fire Sources',169,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-16 06:29:16','2023-03-21 17:14:29'),(1689,'Those at Risk',169,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-16 06:29:16','2023-03-21 17:14:29'),(1690,'Policy Procedures',169,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-16 06:29:16','2023-03-21 17:14:29'),(1691,'Fire Precautions',169,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-16 06:29:16','2023-03-21 17:14:29'),(1692,'Maintenance',169,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-16 06:29:17','2023-03-21 17:14:29'),(1693,'Means of Escape',169,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-16 06:29:17','2023-03-21 17:14:29'),(1694,'Training',169,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-16 06:29:17','2023-03-21 17:14:29'),(1695,'Fire Warden',169,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-16 06:29:17','2023-03-21 17:14:29'),(1696,'Property Information',169,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-16 06:29:17','2023-03-21 17:14:29'),(1698,'Fire Sources',158,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1699,'Those at Risk',158,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1700,'Policy Procedures',158,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1701,'Fire Precautions',158,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1702,'Maintenance',158,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1703,'Means of Escape',158,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1704,'Training',158,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1705,'Fire Warden',158,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1706,'Property Information',158,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1707,'General Information',158,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:24:46','2023-03-17 14:24:47'),(1708,'Fire Sources',159,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1709,'Those at Risk',159,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1710,'Policy Procedures',159,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1711,'Fire Precautions',159,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1712,'Maintenance',159,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1713,'Means of Escape',159,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1714,'Training',159,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1715,'Fire Warden',159,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1716,'Property Information',159,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1717,'General Information',159,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:24:47','2023-03-17 14:32:42'),(1718,'Fire Sources',160,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1719,'Those at Risk',160,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1720,'Policy Procedures',160,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1721,'Fire Precautions',160,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1722,'Maintenance',160,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1723,'Means of Escape',160,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1724,'Training',160,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1725,'Fire Warden',160,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1726,'Property Information',160,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1727,'General Information',160,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:32:42','2023-03-17 14:33:18'),(1728,'Fire Sources',161,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1729,'Those at Risk',161,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1730,'Policy Procedures',161,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1731,'Fire Precautions',161,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1732,'Maintenance',161,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1733,'Means of Escape',161,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1734,'Training',161,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1735,'Fire Warden',161,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1736,'Property Information',161,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1737,'General Information',161,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:33:18','2023-03-17 14:35:02'),(1738,'Fire Sources',162,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1739,'Those at Risk',162,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1740,'Policy Procedures',162,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1741,'Fire Precautions',162,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1742,'Maintenance',162,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1743,'Means of Escape',162,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1744,'Training',162,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1745,'Fire Warden',162,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1746,'Property Information',162,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1747,'General Information',162,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:35:02','2023-03-17 14:36:49'),(1748,'Fire Sources',163,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1749,'Those at Risk',163,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1750,'Policy Procedures',163,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1751,'Fire Precautions',163,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1752,'Maintenance',163,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1753,'Means of Escape',163,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1754,'Training',163,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1755,'Fire Warden',163,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1756,'Property Information',163,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1757,'General Information',163,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:36:49','2023-03-17 14:42:24'),(1758,'Fire Sources',164,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:42:24','2023-03-17 14:42:29'),(1759,'Those at Risk',164,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:42:24','2023-03-17 14:42:29'),(1760,'Policy Procedures',164,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:42:24','2023-03-17 14:42:29'),(1761,'Fire Precautions',164,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:42:24','2023-03-17 14:42:30'),(1762,'Maintenance',164,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:42:24','2023-03-17 14:42:30'),(1763,'Means of Escape',164,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:42:24','2023-03-17 14:42:30'),(1764,'Training',164,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:42:24','2023-03-17 14:42:30'),(1765,'Fire Warden',164,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:42:25','2023-03-17 14:42:30'),(1766,'Property Information',164,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:42:25','2023-03-17 14:42:30'),(1767,'General Information',164,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:42:25','2023-03-17 14:42:30'),(1768,'Fire Sources',165,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1769,'Those at Risk',165,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1770,'Policy Procedures',165,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1771,'Fire Precautions',165,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1772,'Maintenance',165,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1773,'Means of Escape',165,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1774,'Training',165,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1775,'Fire Warden',165,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1776,'Property Information',165,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1777,'General Information',165,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:42:30','2023-03-17 14:49:20'),(1778,'Fire Sources',166,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1779,'Those at Risk',166,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1780,'Policy Procedures',166,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1781,'Fire Precautions',166,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1782,'Maintenance',166,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1783,'Means of Escape',166,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1784,'Training',166,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1785,'Fire Warden',166,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1786,'Property Information',166,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1787,'General Information',166,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:49:20','2023-03-17 14:50:20'),(1788,'Fire Sources',167,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1789,'Those at Risk',167,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1790,'Policy Procedures',167,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1791,'Fire Precautions',167,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1792,'Maintenance',167,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1793,'Means of Escape',167,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1794,'Training',167,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1795,'Fire Warden',167,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1796,'Property Information',167,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1797,'General Information',167,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:50:20','2023-03-17 14:50:52'),(1798,'Fire Sources',168,4.00,3,'7c04a851-d904-4e7e-98ef-f00e675530fc','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1799,'Those at Risk',168,7.00,4,'70090d09-247d-43f1-b5eb-f64c21f25bd2','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1800,'Policy Procedures',168,9.00,5,'021f62be-2f2e-49b3-bc5c-8687714b981f','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1801,'Fire Precautions',168,7.00,6,'51bcd9f0-033f-4f4f-8b9c-53a1c8279143','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1802,'Maintenance',168,7.00,7,'4f7c49bb-cfd2-4b5b-9c16-2c4406051219','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1803,'Means of Escape',168,10.00,8,'d6cd69e9-2c69-448d-96a9-9475f470b269','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1804,'Training',168,9.00,9,'27749ef8-7c38-431d-8808-db8625342be7','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1805,'Fire Warden',168,7.00,10,'5b36f055-7850-403c-a408-72cfe6e84bdf','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1806,'Property Information',168,5.00,2,'19123fca-9240-4c97-a469-5eacbd2b9f09','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1807,'General Information',168,10.00,1,'ee122279-6ff8-44b5-9f01-d945dc3ccefa','2023-03-17 14:50:52','2023-03-17 14:58:49'),(1818,'General Information',171,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1819,'Those at Risk',171,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1820,'Policy Procedures',171,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1821,'Fire Precautions',171,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1822,'Maintenance',171,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1823,'Means of Escape',171,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1824,'Training',171,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1825,'Fire Warden',171,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1826,'Property Information',171,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-21 17:14:29','2023-03-21 17:32:26'),(1827,'Fire Sources',171,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-21 17:14:30','2023-03-21 17:32:26'),(1828,'General Information',172,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1829,'General Information',172,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1830,'Those at Risk',172,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1831,'Those at Risk',172,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1832,'Policy Procedures',172,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1833,'Policy Procedures',172,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1834,'Fire Precautions',172,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1835,'Fire Precautions',172,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1836,'Maintenance',172,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1837,'Maintenance',172,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-21 17:32:26','2023-03-21 23:05:18'),(1838,'Means of Escape',172,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1839,'Means of Escape',172,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1840,'Training',172,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1841,'Training',172,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1842,'Fire Warden',172,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1843,'Fire Warden',172,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1844,'Fire Sources',172,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1845,'Fire Sources',172,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1846,'Property Information',172,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1847,'Property Information',172,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-21 17:32:27','2023-03-21 23:05:18'),(1848,'General Information',173,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1849,'General Information',173,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1850,'Those at Risk',173,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1851,'Those at Risk',173,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1852,'Policy Procedures',173,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1853,'Policy Procedures',173,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1854,'Fire Precautions',173,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1855,'Fire Precautions',173,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1856,'Maintenance',173,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1857,'Maintenance',173,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1858,'Means of Escape',173,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1859,'Means of Escape',173,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1860,'Training',173,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1861,'Training',173,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1862,'Fire Warden',173,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1863,'Fire Warden',173,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1864,'Fire Sources',173,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1865,'Fire Sources',173,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1866,'Property Information',173,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-21 23:05:18','2023-03-22 09:51:47'),(1867,'General Information',174,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1868,'General Information',174,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1869,'Those at Risk',174,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1870,'Those at Risk',174,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1871,'Policy Procedures',174,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1872,'Policy Procedures',174,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1873,'Fire Precautions',174,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1874,'Fire Precautions',174,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1875,'Maintenance',174,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1876,'Maintenance',174,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 09:51:47','2023-03-22 09:58:39'),(1877,'Means of Escape',174,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1878,'Means of Escape',174,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1879,'Training',174,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1880,'Training',174,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1881,'Fire Warden',174,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1882,'Fire Warden',174,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1883,'Fire Sources',174,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1884,'Fire Sources',174,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1885,'Property Information',174,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-22 09:51:48','2023-03-22 09:58:39'),(1886,'General Information',175,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 09:58:39','2023-03-22 09:58:48'),(1887,'General Information',175,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 09:58:39','2023-03-22 09:58:48'),(1888,'Those at Risk',175,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 09:58:39','2023-03-22 09:58:48'),(1889,'Those at Risk',175,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 09:58:39','2023-03-22 09:58:48'),(1890,'Policy Procedures',175,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 09:58:39','2023-03-22 09:58:48'),(1891,'Policy Procedures',175,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1892,'Fire Precautions',175,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1893,'Fire Precautions',175,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1894,'Maintenance',175,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1895,'Maintenance',175,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1896,'Means of Escape',175,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1897,'Means of Escape',175,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1898,'Training',175,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1899,'Training',175,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1900,'Fire Warden',175,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1901,'Fire Warden',175,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1902,'Fire Sources',175,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1903,'Fire Sources',175,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1904,'Property Information',175,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-22 09:58:40','2023-03-22 09:58:48'),(1905,'General Information',176,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1906,'General Information',176,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1907,'Those at Risk',176,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1908,'Those at Risk',176,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1909,'Policy Procedures',176,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1910,'Policy Procedures',176,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1911,'Fire Precautions',176,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1912,'Fire Precautions',176,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1913,'Maintenance',176,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1914,'Maintenance',176,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1915,'Means of Escape',176,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 09:58:48','2023-03-22 10:03:02'),(1916,'Means of Escape',176,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1917,'Training',176,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1918,'Training',176,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1919,'Fire Warden',176,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1920,'Fire Warden',176,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1921,'Fire Sources',176,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1922,'Fire Sources',176,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1923,'Property Information',176,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-22 09:58:49','2023-03-22 10:03:02'),(1924,'General Information',177,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 10:03:02','2023-03-22 11:17:09'),(1925,'General Information',177,6.00,2,'0a745c4d-0833-4f03-bba0-08a49caa5b4c','2023-03-22 10:03:02','2023-03-22 11:17:09'),(1926,'Those at Risk',177,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1927,'Those at Risk',177,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1928,'Policy Procedures',177,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1929,'Policy Procedures',177,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1930,'Fire Precautions',177,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1931,'Fire Precautions',177,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1932,'Maintenance',177,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1933,'Maintenance',177,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1934,'Means of Escape',177,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1935,'Means of Escape',177,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1936,'Training',177,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1937,'Training',177,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1938,'Fire Warden',177,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1939,'Fire Warden',177,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1940,'Fire Sources',177,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1941,'Fire Sources',177,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1942,'Property Information',177,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-22 10:03:03','2023-03-22 11:17:09'),(1943,'Those at Risk',178,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 11:17:09','2023-03-22 11:25:19'),(1944,'Those at Risk',178,9.00,9,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 11:17:09','2023-03-22 11:25:19'),(1945,'Policy Procedures',178,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 11:17:09','2023-03-22 11:25:19'),(1946,'Policy Procedures',178,4.00,10,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 11:17:09','2023-03-22 11:25:19'),(1947,'Fire Precautions',178,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1948,'Fire Precautions',178,8.00,12,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1949,'Maintenance',178,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1950,'Maintenance',178,4.00,13,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1951,'Means of Escape',178,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1952,'Means of Escape',178,10.00,14,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1953,'Training',178,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1954,'Training',178,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1955,'Fire Warden',178,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1956,'Fire Warden',178,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1957,'Fire Sources',178,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1958,'Fire Sources',178,10.00,8,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1959,'Property Information',178,7.00,5,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-22 11:17:10','2023-03-22 11:25:19'),(1960,'Those at Risk',183,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1962,'Policy Procedures',183,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1964,'Fire Precautions',183,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1966,'Maintenance',183,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1968,'Means of Escape',183,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1970,'Training',183,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1972,'Fire Warden',183,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1974,'Fire Sources',183,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-22 11:25:19','2023-03-29 09:35:51'),(1976,'Property Information',183,7.00,2,'e289dfb5-716b-422c-b59f-1ee1f2a7f43c','2023-03-22 11:25:20','2023-03-29 09:35:51'),(1977,'General Information',183,8.00,1,'f8d9c8eb-c965-4169-b86b-b05441746533','2023-03-22 11:25:20','2023-03-29 09:35:51'),(1978,'Section 1',181,9.00,1,'17b480d8-3a34-419e-a6f8-b8de9b110328','2023-03-22 12:35:19','2023-03-22 12:36:42'),(1990,'Those at Risk',184,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1991,'Policy Procedures',184,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1992,'Fire Precautions',184,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1993,'Maintenance',184,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1994,'Means of Escape',184,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1995,'Training',184,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1996,'Fire Warden',184,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1997,'Fire Sources',184,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 09:35:51','2023-03-29 09:43:14'),(1998,'General Information',184,8.00,1,'f8d9c8eb-c965-4169-b86b-b05441746533','2023-03-29 09:35:51','2023-03-29 09:43:15'),(1999,'Property Information',184,7.00,2,'70bdfee3-5e30-4bb6-9ef6-f005123e1549','2023-03-29 09:35:51','2023-03-29 09:43:15'),(2000,'Those at Risk',185,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2001,'Policy Procedures',185,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2002,'Fire Precautions',185,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2003,'Maintenance',185,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2004,'Means of Escape',185,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2005,'Training',185,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2006,'Fire Warden',185,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2007,'Fire Sources',185,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2008,'General Information',185,8.00,1,'f8d9c8eb-c965-4169-b86b-b05441746533','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2009,'Property Information',185,7.00,2,'8905b406-bd07-405c-8025-7eaf194407e8','2023-03-29 09:43:15','2023-03-29 13:13:53'),(2010,'Those at Risk',186,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 13:13:53','2023-03-29 13:16:55'),(2011,'Policy Procedures',186,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 13:13:53','2023-03-29 13:16:55'),(2012,'Fire Precautions',186,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 13:13:53','2023-03-29 13:16:55'),(2013,'Maintenance',186,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 13:13:53','2023-03-29 13:16:55'),(2014,'Means of Escape',186,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 13:13:54','2023-03-29 13:16:55'),(2015,'Training',186,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 13:13:54','2023-03-29 13:16:55'),(2016,'Fire Warden',186,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 13:13:54','2023-03-29 13:16:55'),(2017,'Fire Sources',186,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 13:13:54','2023-03-29 13:16:55'),(2018,'Property Information',186,7.00,2,'8905b406-bd07-405c-8025-7eaf194407e8','2023-03-29 13:13:54','2023-03-29 13:16:55'),(2019,'General Information',186,8.00,1,'fd9b9704-00d4-4821-8918-2f7a50d2bfff','2023-03-29 13:13:54','2023-03-29 13:16:55'),(2020,'Those at Risk',187,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2021,'Policy Procedures',187,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2022,'Fire Precautions',187,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2023,'Maintenance',187,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2024,'Means of Escape',187,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2025,'Training',187,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2026,'Fire Warden',187,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2027,'Fire Sources',187,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2028,'Property Information',187,7.00,2,'8905b406-bd07-405c-8025-7eaf194407e8','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2029,'General Information',187,8.00,1,'aa8d8cae-ad90-4221-93aa-aa6af952a606','2023-03-29 13:16:55','2023-03-29 13:18:11'),(2030,'Those at Risk',188,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 13:18:11','2023-03-29 13:25:53'),(2031,'Policy Procedures',188,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 13:18:11','2023-03-29 13:25:53'),(2032,'Fire Precautions',188,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 13:18:11','2023-03-29 13:25:53'),(2033,'Maintenance',188,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 13:18:11','2023-03-29 13:25:53'),(2034,'Means of Escape',188,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 13:18:12','2023-03-29 13:25:53'),(2035,'Training',188,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 13:18:12','2023-03-29 13:25:53'),(2036,'Fire Warden',188,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 13:18:12','2023-03-29 13:25:53'),(2037,'Fire Sources',188,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 13:18:12','2023-03-29 13:25:53'),(2038,'Property Information',188,7.00,2,'8905b406-bd07-405c-8025-7eaf194407e8','2023-03-29 13:18:12','2023-03-29 13:25:53'),(2039,'General Information',188,8.00,1,'4e6d2c1f-ba2a-4e9f-af7a-0224cbce4ccd','2023-03-29 13:18:12','2023-03-29 13:25:53'),(2040,'Those at Risk',189,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 13:25:53','2023-03-29 14:18:59'),(2041,'Policy Procedures',189,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 13:25:53','2023-03-29 14:18:59'),(2042,'Fire Precautions',189,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 13:25:53','2023-03-29 14:18:59'),(2043,'Maintenance',189,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 13:25:53','2023-03-29 14:18:59'),(2044,'Means of Escape',189,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 13:25:54','2023-03-29 14:18:59'),(2045,'Training',189,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 13:25:54','2023-03-29 14:18:59'),(2046,'Fire Warden',189,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 13:25:54','2023-03-29 14:18:59'),(2047,'Fire Sources',189,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 13:25:54','2023-03-29 14:18:59'),(2048,'Property Information',189,7.00,2,'8905b406-bd07-405c-8025-7eaf194407e8','2023-03-29 13:25:54','2023-03-29 14:18:59'),(2049,'General Information',189,8.00,1,'3c6c8156-b2d5-4253-a4e8-f2391c1ae896','2023-03-29 13:25:54','2023-03-29 14:18:59'),(2050,'Those at Risk',190,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 14:18:59','2023-03-29 14:48:32'),(2051,'Policy Procedures',190,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 14:18:59','2023-03-29 14:48:32'),(2052,'Fire Precautions',190,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 14:18:59','2023-03-29 14:48:32'),(2053,'Maintenance',190,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2054,'Means of Escape',190,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2055,'Training',190,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2056,'Fire Warden',190,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2057,'Fire Sources',190,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2058,'Property Information',190,7.00,2,'8905b406-bd07-405c-8025-7eaf194407e8','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2059,'General Information',190,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-29 14:19:00','2023-03-29 14:48:32'),(2060,'Those at Risk',191,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2061,'Policy Procedures',191,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2062,'Fire Precautions',191,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2063,'Maintenance',191,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2064,'Means of Escape',191,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2065,'Training',191,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2066,'Fire Warden',191,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2067,'Fire Sources',191,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2068,'General Information',191,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2069,'Property Information',191,7.00,2,'e3ec62db-babf-4026-8de5-5cb0780518e1','2023-03-29 14:48:32','2023-03-29 14:55:22'),(2070,'Those at Risk',192,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2071,'Policy Procedures',192,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2072,'Fire Precautions',192,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2073,'Maintenance',192,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2074,'Means of Escape',192,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2075,'Training',192,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2076,'Fire Warden',192,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2077,'Fire Sources',192,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2078,'General Information',192,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2079,'Property Information',192,7.00,2,'093bba72-e308-43cb-8318-43dfb991e1d3','2023-03-29 14:55:22','2023-03-29 15:47:55'),(2080,'Those at Risk',193,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2081,'Policy Procedures',193,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2082,'Fire Precautions',193,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2083,'Maintenance',193,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2084,'Means of Escape',193,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2085,'Training',193,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2086,'Fire Warden',193,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2087,'Fire Sources',193,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2088,'General Information',193,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2089,'Property Information',193,7.00,2,'3dd8edee-e3bd-4edd-8ae8-7a671a8d78e7','2023-03-29 15:47:55','2023-03-29 15:55:48'),(2090,'Those at Risk',194,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-29 15:55:48','2023-03-30 10:21:34'),(2091,'Policy Procedures',194,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-29 15:55:48','2023-03-30 10:21:34'),(2092,'Fire Precautions',194,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-29 15:55:48','2023-03-30 10:21:34'),(2093,'Maintenance',194,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-29 15:55:48','2023-03-30 10:21:34'),(2094,'Means of Escape',194,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-29 15:55:49','2023-03-30 10:21:35'),(2095,'Training',194,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-29 15:55:49','2023-03-30 10:21:35'),(2096,'Fire Warden',194,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-29 15:55:49','2023-03-30 10:21:35'),(2097,'Fire Sources',194,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-29 15:55:49','2023-03-30 10:21:35'),(2098,'General Information',194,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-29 15:55:49','2023-03-30 10:21:35'),(2099,'Property Information',194,7.00,2,'443f4358-af29-4ed9-988e-2a4600f10a0b','2023-03-29 15:55:49','2023-03-30 10:21:35'),(2100,'Those at Risk',195,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2101,'Policy Procedures',195,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2102,'Fire Precautions',195,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2103,'Maintenance',195,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2104,'Means of Escape',195,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2105,'Training',195,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2106,'Fire Warden',195,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2107,'Fire Sources',195,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2108,'General Information',195,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2109,'Property Information',195,7.00,2,'28b4da33-7c13-41b8-88e5-9cec9f8fe0ab','2023-03-30 10:21:35','2023-03-30 10:42:26'),(2110,'Those at Risk',196,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2111,'Policy Procedures',196,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2112,'Fire Precautions',196,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2113,'Maintenance',196,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2114,'Means of Escape',196,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2115,'Training',196,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2116,'Fire Warden',196,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2117,'Fire Sources',196,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2118,'General Information',196,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 10:42:26','2023-03-30 12:49:35'),(2119,'Property Information',196,7.00,2,'44147e68-924c-471b-adc0-c877f46327e5','2023-03-30 10:42:27','2023-03-30 12:49:35'),(2120,'Those at Risk',197,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2121,'Policy Procedures',197,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2122,'Fire Precautions',197,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2123,'Maintenance',197,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2124,'Means of Escape',197,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2125,'Training',197,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2126,'Fire Warden',197,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 12:49:35','2023-03-30 12:50:06'),(2127,'Fire Sources',197,10.00,3,'fdfa55a0-1619-47f2-b0e6-af9377448e6e','2023-03-30 12:49:36','2023-03-30 12:50:06'),(2128,'General Information',197,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 12:49:36','2023-03-30 12:50:06'),(2129,'Property Information',197,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-03-30 12:49:36','2023-03-30 12:50:06'),(2130,'Those at Risk',198,9.00,5,'6f72edc7-2c77-4ce1-aacf-3ac58bee36c7','2023-03-30 12:50:06','2023-03-30 13:12:49'),(2131,'Policy Procedures',198,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-30 12:50:06','2023-03-30 13:12:49'),(2132,'Fire Precautions',198,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2133,'Maintenance',198,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2134,'Means of Escape',198,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2135,'Training',198,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2136,'Fire Warden',198,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2137,'General Information',198,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2138,'Property Information',198,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2139,'Fire Sources',198,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-03-30 12:50:07','2023-03-30 13:12:49'),(2140,'Policy Procedures',199,4.00,7,'775b1557-3f81-4995-9adc-eef79b924386','2023-03-30 13:12:49','2023-03-30 13:22:07'),(2141,'Fire Precautions',199,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-30 13:12:49','2023-03-30 13:22:07'),(2142,'Maintenance',199,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 13:12:49','2023-03-30 13:22:07'),(2143,'Means of Escape',199,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 13:12:49','2023-03-30 13:22:07'),(2144,'Training',199,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 13:12:49','2023-03-30 13:22:07'),(2145,'Fire Warden',199,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 13:12:49','2023-03-30 13:22:07'),(2146,'General Information',199,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 13:12:50','2023-03-30 13:22:07'),(2147,'Property Information',199,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-03-30 13:12:50','2023-03-30 13:22:07'),(2148,'Fire Sources',199,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-03-30 13:12:50','2023-03-30 13:22:07'),(2149,'Those at Risk',199,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-03-30 13:12:50','2023-03-30 13:22:07'),(2150,'Fire Precautions',200,8.00,9,'ff6fb02d-41cf-4bc6-9952-58282b882bc1','2023-03-30 13:22:07','2023-03-30 13:49:01'),(2151,'Maintenance',200,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 13:22:07','2023-03-30 13:49:01'),(2152,'Means of Escape',200,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 13:22:07','2023-03-30 13:49:01'),(2153,'Training',200,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 13:22:07','2023-03-30 13:49:01'),(2154,'Fire Warden',200,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 13:22:07','2023-03-30 13:49:01'),(2155,'General Information',200,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 13:22:08','2023-03-30 13:49:01'),(2156,'Property Information',200,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-03-30 13:22:08','2023-03-30 13:49:01'),(2157,'Fire Sources',200,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-03-30 13:22:08','2023-03-30 13:49:01'),(2158,'Those at Risk',200,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-03-30 13:22:08','2023-03-30 13:49:01'),(2159,'Policy Procedures',200,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-03-30 13:22:08','2023-03-30 13:49:01'),(2160,'Maintenance',201,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2161,'Means of Escape',201,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2162,'Training',201,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2163,'Fire Warden',201,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2164,'General Information',201,8.00,1,'258a11e7-0f57-466c-8cc1-2e58482be5f4','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2165,'Property Information',201,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2166,'Fire Sources',201,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2167,'Those at Risk',201,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2168,'Policy Procedures',201,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2169,'Fire Precautions',201,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-03-30 13:49:01','2023-04-03 14:30:37'),(2170,'Maintenance',202,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2171,'Means of Escape',202,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2172,'Training',202,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2173,'Fire Warden',202,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2174,'Property Information',202,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2175,'Fire Sources',202,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2176,'Those at Risk',202,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2177,'Policy Procedures',202,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2178,'Fire Precautions',202,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2179,'General Information',202,8.00,1,'bcd7ee92-b81a-4468-9377-af417c0c3eb7','2023-04-03 14:30:37','2023-04-03 16:30:16'),(2180,'Maintenance',203,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 16:30:16','2023-04-03 16:36:01'),(2181,'Means of Escape',203,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 16:30:16','2023-04-03 16:36:01'),(2182,'Training',203,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 16:30:16','2023-04-03 16:36:01'),(2183,'Fire Warden',203,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 16:30:16','2023-04-03 16:36:01'),(2184,'Property Information',203,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-04-03 16:30:16','2023-04-03 16:36:01'),(2185,'Fire Sources',203,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 16:30:17','2023-04-03 16:36:01'),(2186,'Those at Risk',203,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 16:30:17','2023-04-03 16:36:01'),(2187,'Policy Procedures',203,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 16:30:17','2023-04-03 16:36:01'),(2188,'Fire Precautions',203,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 16:30:17','2023-04-03 16:36:01'),(2189,'General Information',203,8.00,1,'609cdf51-da71-4161-b312-85a0dae3ff74','2023-04-03 16:30:17','2023-04-03 16:36:01'),(2190,'Maintenance',204,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 16:36:01','2023-04-03 16:41:23'),(2191,'Means of Escape',204,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 16:36:01','2023-04-03 16:41:23'),(2192,'Training',204,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 16:36:01','2023-04-03 16:41:23'),(2193,'Fire Warden',204,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 16:36:01','2023-04-03 16:41:23'),(2194,'Property Information',204,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-04-03 16:36:01','2023-04-03 16:41:23'),(2195,'Fire Sources',204,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 16:36:02','2023-04-03 16:41:23'),(2196,'Those at Risk',204,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 16:36:02','2023-04-03 16:41:23'),(2197,'Policy Procedures',204,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 16:36:02','2023-04-03 16:41:23'),(2198,'Fire Precautions',204,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 16:36:02','2023-04-03 16:41:23'),(2199,'General Information',204,8.00,1,'cb0aba7d-9bc0-4f01-9c34-78e339dc5eae','2023-04-03 16:36:02','2023-04-03 16:41:23'),(2200,'Maintenance',205,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2201,'Means of Escape',205,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2202,'Training',205,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2203,'Fire Warden',205,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2204,'Property Information',205,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2205,'Fire Sources',205,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2206,'Those at Risk',205,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2207,'Policy Procedures',205,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2208,'Fire Precautions',205,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2209,'General Information',205,8.00,1,'cd19c91f-cb0c-4b8a-9b27-15276779c08c','2023-04-03 16:41:23','2023-04-03 16:44:05'),(2210,'Maintenance',206,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 16:44:05','2023-04-03 17:09:54'),(2211,'Means of Escape',206,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 16:44:05','2023-04-03 17:09:54'),(2212,'Training',206,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2213,'Fire Warden',206,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2214,'Property Information',206,7.00,2,'ed2b8026-b4c6-493c-b3a3-fd8c92cefea1','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2215,'Fire Sources',206,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2216,'Those at Risk',206,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2217,'Policy Procedures',206,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2218,'Fire Precautions',206,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2219,'General Information',206,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 16:44:06','2023-04-03 17:09:54'),(2220,'Maintenance',207,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 17:09:54','2023-04-03 17:14:34'),(2221,'Means of Escape',207,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 17:09:54','2023-04-03 17:14:34'),(2222,'Training',207,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 17:09:54','2023-04-03 17:14:34'),(2223,'Fire Warden',207,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 17:09:54','2023-04-03 17:14:34'),(2224,'Fire Sources',207,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 17:09:54','2023-04-03 17:14:35'),(2225,'Those at Risk',207,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 17:09:54','2023-04-03 17:14:35'),(2226,'Policy Procedures',207,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 17:09:54','2023-04-03 17:14:35'),(2227,'Fire Precautions',207,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 17:09:54','2023-04-03 17:14:35'),(2228,'General Information',207,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 17:09:54','2023-04-03 17:14:35'),(2229,'Property Information',207,7.00,2,'1958bf40-a3f2-43ba-abd6-9731f8f66a11','2023-04-03 17:09:54','2023-04-03 17:14:35'),(2230,'Maintenance',208,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2231,'Means of Escape',208,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2232,'Training',208,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2233,'Fire Warden',208,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2234,'Fire Sources',208,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2235,'Those at Risk',208,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2236,'Policy Procedures',208,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2237,'Fire Precautions',208,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2238,'General Information',208,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2239,'Property Information',208,7.00,2,'a997df3f-3546-4e0c-b7b2-206b7cc0df75','2023-04-03 17:14:35','2023-04-03 17:32:23'),(2240,'Maintenance',209,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2241,'Means of Escape',209,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2242,'Training',209,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2243,'Fire Warden',209,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2244,'Fire Sources',209,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2245,'Those at Risk',209,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2246,'Policy Procedures',209,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2247,'Fire Precautions',209,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2248,'General Information',209,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2249,'Property Information',209,7.00,2,'9741b81e-ad14-4c46-8309-7a373ad4070a','2023-04-03 17:32:23','2023-04-03 18:49:07'),(2250,'Maintenance',210,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2251,'Means of Escape',210,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2252,'Training',210,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2253,'Fire Warden',210,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2254,'Fire Sources',210,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2255,'Those at Risk',210,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2256,'Policy Procedures',210,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2257,'Fire Precautions',210,8.00,9,'79d008fe-dde9-4e75-94a2-193b08f8b7b8','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2258,'General Information',210,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2259,'Property Information',210,7.00,2,'e39d43d9-da02-4d3a-8e77-40e1c48a707f','2023-04-03 18:49:07','2023-04-03 18:55:56'),(2260,'Maintenance',211,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2261,'Means of Escape',211,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2262,'Training',211,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2263,'Fire Warden',211,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2264,'Fire Sources',211,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2265,'Those at Risk',211,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2266,'Policy Procedures',211,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 18:55:56','2023-04-03 18:58:15'),(2267,'General Information',211,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 18:55:57','2023-04-03 18:58:15'),(2268,'Property Information',211,7.00,2,'e39d43d9-da02-4d3a-8e77-40e1c48a707f','2023-04-03 18:55:57','2023-04-03 18:58:15'),(2269,'Fire Precautions',211,8.00,9,'3929875c-52e7-4992-ae73-a61b86c13428','2023-04-03 18:55:57','2023-04-03 18:58:15'),(2270,'Maintenance',212,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-03 18:58:15','2023-04-04 10:44:46'),(2271,'Means of Escape',212,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-03 18:58:15','2023-04-04 10:44:46'),(2272,'Training',212,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-03 18:58:15','2023-04-04 10:44:46'),(2273,'Fire Warden',212,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-03 18:58:15','2023-04-04 10:44:46'),(2274,'Fire Sources',212,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-03 18:58:15','2023-04-04 10:44:46'),(2275,'Those at Risk',212,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-03 18:58:15','2023-04-04 10:44:46'),(2276,'Policy Procedures',212,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-03 18:58:16','2023-04-04 10:44:46'),(2277,'General Information',212,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-03 18:58:16','2023-04-04 10:44:46'),(2278,'Property Information',212,7.00,2,'e39d43d9-da02-4d3a-8e77-40e1c48a707f','2023-04-03 18:58:16','2023-04-04 10:44:46'),(2279,'Fire Precautions',212,8.00,9,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-03 18:58:16','2023-04-04 10:44:46'),(2280,'Maintenance',213,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2281,'Means of Escape',213,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2282,'Training',213,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2283,'Fire Warden',213,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2284,'Fire Sources',213,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2285,'Those at Risk',213,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2286,'Policy Procedures',213,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2287,'General Information',213,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2288,'Fire Precautions',213,8.00,9,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2289,'Property Information',213,7.00,2,'2dae8cac-6944-489a-a165-394116f4082b','2023-04-04 10:44:46','2023-04-04 11:03:49'),(2290,'Maintenance',214,4.00,11,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2291,'Means of Escape',214,10.00,13,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2292,'Training',214,7.00,15,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2293,'Fire Warden',214,9.00,17,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2294,'Fire Sources',214,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2295,'Those at Risk',214,9.00,5,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2296,'Policy Procedures',214,4.00,7,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-04 11:03:49','2023-04-04 11:32:35'),(2297,'General Information',214,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-04 11:03:50','2023-04-04 11:32:35'),(2298,'Fire Precautions',214,8.00,9,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-04 11:03:50','2023-04-04 11:32:35'),(2299,'Property Information',214,7.00,2,'fe3a1435-6f8f-4262-8534-77a3b8e983b9','2023-04-04 11:03:50','2023-04-04 11:32:35'),(2300,'Maintenance',215,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2301,'Means of Escape',215,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2302,'Training',215,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2303,'Fire Warden',215,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2304,'Fire Sources',215,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2305,'Those at Risk',215,9.00,4,'f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2306,'Policy Procedures',215,4.00,5,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2307,'General Information',215,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2308,'Fire Precautions',215,8.00,6,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2309,'Property Information',215,7.00,2,'8e7fb293-ae73-4779-ba4f-0631d8ff0d4a','2023-04-04 11:32:35','2023-04-04 12:13:09'),(2310,'Maintenance',216,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2311,'Means of Escape',216,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2312,'Training',216,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2313,'Fire Warden',216,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2314,'Fire Sources',216,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2315,'Policy Procedures',216,4.00,5,'0b419a67-0a8f-459e-ada2-ca59b8e0f7ab','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2316,'General Information',216,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2317,'Fire Precautions',216,8.00,6,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2318,'Property Information',216,7.00,2,'8e7fb293-ae73-4779-ba4f-0631d8ff0d4a','2023-04-04 12:13:09','2023-04-04 12:36:30'),(2319,'Those at Risk',216,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-04-04 12:13:10','2023-04-04 12:36:30'),(2320,'Maintenance',263,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2321,'Means of Escape',263,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2322,'Training',263,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2323,'Fire Warden',263,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2324,'Fire Sources',263,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2325,'General Information',263,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2326,'Fire Precautions',263,8.00,6,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2327,'Property Information',263,7.00,2,'8e7fb293-ae73-4779-ba4f-0631d8ff0d4a','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2328,'Those at Risk',263,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2329,'Policy Procedures',263,4.00,5,'c9a1366a-3566-47ce-938b-4cf243fbbc93','2023-04-04 12:36:30','2023-04-12 15:15:35'),(2330,'General Property Information',218,1.00,1,'77b60c43-e9fc-4a1a-90ed-d55d5d2746e5','2023-04-05 18:50:32','2023-04-05 18:52:14'),(2331,'General Property Information',220,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 18:53:07','2023-04-05 18:56:54'),(2332,'General Property Information',221,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 18:56:54','2023-04-05 18:57:06'),(2333,'Sources of ignition and combustible materials.',221,1.00,2,'a8393545-05e6-4cca-b688-b3e243ee61c5','2023-04-05 18:56:54','2023-04-05 18:57:06'),(2334,'General Property Information',222,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 18:57:06','2023-04-05 18:57:07'),(2335,'Sources of ignition and combustible materials.',222,1.00,2,'c3b86272-1a28-4c85-9f06-97ac43b858e0','2023-04-05 18:57:06','2023-04-05 18:57:07'),(2336,'General Property Information',223,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 18:57:07','2023-04-05 19:00:12'),(2337,'Sources of ignition and combustible materials.',223,1.00,2,'c3b86272-1a28-4c85-9f06-97ac43b858e0','2023-04-05 18:57:07','2023-04-05 19:00:12'),(2338,'Sources of ignition and combustible materials.',223,1.00,2,'d53660e7-2660-465a-a3cb-f0eec81910b3','2023-04-05 18:57:07','2023-04-05 19:00:12'),(2339,'General Property Information',224,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:00:12','2023-04-05 19:04:09'),(2340,'Sources of ignition and combustible materials.',224,1.00,2,'d53660e7-2660-465a-a3cb-f0eec81910b3','2023-04-05 19:00:12','2023-04-05 19:04:09'),(2341,'Sources of ignition and combustible materials.',224,1.00,2,'7be23063-f050-427c-8e94-331b4c4e9e91','2023-04-05 19:00:13','2023-04-05 19:04:09'),(2342,'General Property Information',225,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:04:09','2023-04-05 19:07:45'),(2344,'Sources of ignition and combustible materials.',225,1.00,2,'e8d85051-f27f-4179-9e3d-b6e17e2763fd','2023-04-05 19:04:09','2023-04-05 19:07:45'),(2345,'General Property Information',226,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:07:45','2023-04-05 19:09:18'),(2346,'Sources of ignition and combustible materials.',226,1.00,2,'18bada03-d183-4c58-9570-b1b1b9c69051','2023-04-05 19:07:45','2023-04-05 19:09:18'),(2347,'General Property Information',227,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:09:18','2023-04-05 19:11:39'),(2348,'Sources of ignition and combustible materials.',227,1.00,2,'243b1630-8240-4d1b-add0-e7318cab66d9','2023-04-05 19:09:18','2023-04-05 19:11:39'),(2349,'General Property Information',228,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:11:39','2023-04-05 19:16:26'),(2350,'Sources of ignition and combustible materials.',228,1.00,2,'85e84855-da73-44af-95d5-c1b5da09f848','2023-04-05 19:11:39','2023-04-05 19:16:26'),(2351,'General Property Information',229,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:16:26','2023-04-05 19:26:17'),(2352,'Sources of ignition and combustible materials.',229,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:16:26','2023-04-05 19:26:17'),(2353,'General Property Information',232,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:26:17','2023-04-05 19:28:35'),(2354,'Sources of ignition and combustible materials.',232,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:26:17','2023-04-05 19:28:35'),(2355,'Those at risk',232,1.00,3,'e97d6965-91d0-4361-b25f-931b43021e1b','2023-04-05 19:26:17','2023-04-05 19:28:35'),(2356,'General Property Information',233,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2357,'General Property Information',233,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2358,'Sources of ignition and combustible materials.',233,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2359,'General Property Information',233,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2360,'Sources of ignition and combustible materials.',233,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2361,'Sources of ignition and combustible materials.',233,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2362,'Those at risk',233,1.00,3,'efc6856c-f885-4213-a995-08a2078e5cf7','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2363,'Those at risk',233,1.00,3,'44c88b27-fe96-4ff5-9409-c33f5917d5b0','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2364,'Those at risk',233,1.00,3,'ad164122-e460-4cac-8f51-3708ffe29388','2023-04-05 19:28:35','2023-04-05 19:28:35'),(2368,'General Property Information',234,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:28:35','2023-04-05 19:31:51'),(2370,'Sources of ignition and combustible materials.',234,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:28:35','2023-04-05 19:31:51'),(2374,'Those at risk',234,1.00,3,'bfe23676-5c64-420d-a13d-60f6c02f4726','2023-04-05 19:28:35','2023-04-05 19:31:51'),(2375,'General Property Information',235,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:31:51','2023-04-05 19:33:09'),(2376,'Sources of ignition and combustible materials.',235,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:31:51','2023-04-05 19:33:09'),(2377,'Those at risk',235,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:31:51','2023-04-05 19:33:09'),(2378,'General Property Information',236,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:33:09','2023-04-05 19:36:08'),(2379,'Sources of ignition and combustible materials.',236,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:33:09','2023-04-05 19:36:08'),(2380,'Those at risk',236,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:33:09','2023-04-05 19:36:08'),(2381,'Occupancy levels',236,1.00,4,'b2f752f1-0301-4893-b63d-81f3a59d0b5e','2023-04-05 19:33:09','2023-04-05 19:36:08'),(2382,'General Property Information',237,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:36:08','2023-04-05 19:38:21'),(2383,'Sources of ignition and combustible materials.',237,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:36:08','2023-04-05 19:38:21'),(2384,'Those at risk',237,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:36:08','2023-04-05 19:38:21'),(2385,'Occupancy levels',237,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:36:08','2023-04-05 19:38:21'),(2386,'General Property Information',238,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:38:21','2023-04-05 19:41:30'),(2387,'Sources of ignition and combustible materials.',238,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:38:21','2023-04-05 19:41:30'),(2388,'Those at risk',238,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:38:21','2023-04-05 19:41:30'),(2389,'Occupancy levels',238,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:38:21','2023-04-05 19:41:30'),(2390,'Policy procedures and instructions',238,1.00,5,'d3714bea-d53b-45c8-b206-d1a08b1d4624','2023-04-05 19:38:21','2023-04-05 19:41:30'),(2391,'General Property Information',239,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:41:30','2023-04-05 19:42:56'),(2392,'Sources of ignition and combustible materials.',239,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:41:30','2023-04-05 19:42:56'),(2393,'Those at risk',239,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:41:30','2023-04-05 19:42:56'),(2394,'Occupancy levels',239,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:41:30','2023-04-05 19:42:56'),(2395,'Policy procedures and instructions',239,1.00,5,'0b42fe2f-5cff-492c-a0a6-87e5125272c9','2023-04-05 19:41:30','2023-04-05 19:42:56'),(2396,'General Property Information',240,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:42:56','2023-04-05 19:47:14'),(2397,'Sources of ignition and combustible materials.',240,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:42:56','2023-04-05 19:47:14'),(2398,'Those at risk',240,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:42:56','2023-04-05 19:47:14'),(2399,'Occupancy levels',240,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:42:56','2023-04-05 19:47:14'),(2400,'Policy procedures and instructions',240,1.00,5,'68337fa9-8169-46ee-beeb-053ab562cb88','2023-04-05 19:42:56','2023-04-05 19:47:14'),(2401,'General Property Information',241,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:47:14','2023-04-05 19:50:05'),(2402,'Sources of ignition and combustible materials.',241,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:47:14','2023-04-05 19:50:05'),(2403,'Those at risk',241,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:47:14','2023-04-05 19:50:05'),(2404,'Occupancy levels',241,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:47:14','2023-04-05 19:50:05'),(2405,'Policy procedures and instructions',241,1.00,5,'50fdcd0d-51c0-4215-b174-d6ec341a7df2','2023-04-05 19:47:14','2023-04-05 19:50:05'),(2406,'General Property Information',242,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:50:05','2023-04-05 19:52:35'),(2407,'Sources of ignition and combustible materials.',242,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:50:05','2023-04-05 19:52:35'),(2408,'Those at risk',242,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:50:05','2023-04-05 19:52:35'),(2409,'Occupancy levels',242,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:50:05','2023-04-05 19:52:35'),(2410,'Policy procedures and instructions',242,1.00,5,'2d9224fa-4a3b-44d7-8104-e651f4abfd15','2023-04-05 19:50:05','2023-04-05 19:52:35'),(2411,'General Property Information',243,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:52:35','2023-04-05 19:53:24'),(2412,'Sources of ignition and combustible materials.',243,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:52:35','2023-04-05 19:53:24'),(2413,'Those at risk',243,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:52:35','2023-04-05 19:53:24'),(2414,'Occupancy levels',243,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:52:35','2023-04-05 19:53:24'),(2415,'Policy procedures and instructions',243,1.00,5,'8ecde643-a0b4-4187-addd-a7e8e15fdf99','2023-04-05 19:52:35','2023-04-05 19:53:24'),(2416,'General Property Information',244,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:53:24','2023-04-05 19:53:42'),(2417,'Sources of ignition and combustible materials.',244,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:53:24','2023-04-05 19:53:42'),(2418,'Those at risk',244,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:53:24','2023-04-05 19:53:42'),(2419,'Occupancy levels',244,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:53:24','2023-04-05 19:53:42'),(2420,'Policy procedures and instructions',244,1.00,5,'20081b9b-5bd3-4338-92d3-bbf2b022dba1','2023-04-05 19:53:24','2023-04-05 19:53:42'),(2421,'General Property Information',245,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:53:42','2023-04-05 19:54:19'),(2422,'Sources of ignition and combustible materials.',245,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:53:42','2023-04-05 19:54:19'),(2423,'Those at risk',245,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:53:42','2023-04-05 19:54:19'),(2424,'Occupancy levels',245,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:53:42','2023-04-05 19:54:19'),(2425,'Policy procedures and instructions',245,1.00,5,'4e7d5fbc-2fea-4db8-8c62-6d642a3d1e52','2023-04-05 19:53:42','2023-04-05 19:54:19'),(2426,'General Property Information',246,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:54:19','2023-04-05 19:54:53'),(2427,'Sources of ignition and combustible materials.',246,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:54:19','2023-04-05 19:54:53'),(2428,'Those at risk',246,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:54:19','2023-04-05 19:54:53'),(2429,'Occupancy levels',246,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:54:19','2023-04-05 19:54:53'),(2430,'Policy procedures and instructions',246,1.00,5,'713d4f32-8b7c-4c2d-b98e-570cf40e6bf9','2023-04-05 19:54:19','2023-04-05 19:54:53'),(2431,'General Property Information',247,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:54:53','2023-04-05 19:57:00'),(2432,'Sources of ignition and combustible materials.',247,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:54:53','2023-04-05 19:57:00'),(2433,'Those at risk',247,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:54:53','2023-04-05 19:57:00'),(2434,'Occupancy levels',247,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:54:53','2023-04-05 19:57:00'),(2435,'Policy procedures and instructions',247,1.00,5,'37398dac-b642-4924-9f5f-6e09aecb8491','2023-04-05 19:54:53','2023-04-05 19:57:00'),(2436,'General Property Information',248,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 19:57:00','2023-04-05 20:03:59'),(2437,'Sources of ignition and combustible materials.',248,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 19:57:00','2023-04-05 20:03:59'),(2438,'Those at risk',248,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 19:57:00','2023-04-05 20:03:59'),(2439,'Occupancy levels',248,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 19:57:00','2023-04-05 20:03:59'),(2440,'Policy procedures and instructions',248,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 19:57:00','2023-04-05 20:03:59'),(2441,'General Property Information',249,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:03:59','2023-04-05 20:06:52'),(2442,'Sources of ignition and combustible materials.',249,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:03:59','2023-04-05 20:06:52'),(2443,'Those at risk',249,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:03:59','2023-04-05 20:06:52'),(2444,'Occupancy levels',249,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:03:59','2023-04-05 20:06:52'),(2445,'Policy procedures and instructions',249,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:03:59','2023-04-05 20:06:52'),(2446,'Maintenance of services',249,1.00,6,'854e5871-ba5a-4bf6-b532-1031a500521f','2023-04-05 20:03:59','2023-04-05 20:06:52'),(2447,'General Property Information',250,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:06:52','2023-04-05 20:07:49'),(2448,'Sources of ignition and combustible materials.',250,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:06:52','2023-04-05 20:07:49'),(2449,'Those at risk',250,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:06:52','2023-04-05 20:07:49'),(2450,'Occupancy levels',250,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:06:52','2023-04-05 20:07:49'),(2451,'Policy procedures and instructions',250,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:06:52','2023-04-05 20:07:49'),(2452,'Maintenance of services',250,1.00,6,'21bc9e8e-1182-4199-a0e0-6bf08c40c1fa','2023-04-05 20:06:52','2023-04-05 20:07:49'),(2453,'General Property Information',251,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:07:49','2023-04-05 20:10:25'),(2454,'Sources of ignition and combustible materials.',251,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:07:49','2023-04-05 20:10:25'),(2455,'Those at risk',251,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:07:49','2023-04-05 20:10:25'),(2456,'Occupancy levels',251,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:07:49','2023-04-05 20:10:25'),(2457,'Policy procedures and instructions',251,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:07:49','2023-04-05 20:10:25'),(2458,'Maintenance of services',251,1.00,6,'ad494d1b-df76-4c6a-9deb-a159a2643101','2023-04-05 20:07:49','2023-04-05 20:10:25'),(2459,'General Property Information',252,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:10:25','2023-04-05 20:11:07'),(2460,'Sources of ignition and combustible materials.',252,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:10:25','2023-04-05 20:11:07'),(2461,'Those at risk',252,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:10:26','2023-04-05 20:11:07'),(2462,'Occupancy levels',252,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:10:26','2023-04-05 20:11:07'),(2463,'Policy procedures and instructions',252,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:10:26','2023-04-05 20:11:07'),(2464,'Maintenance of services',252,1.00,6,'2a55c206-8b2f-468e-9c18-a494774dd681','2023-04-05 20:10:26','2023-04-05 20:11:07'),(2465,'General Property Information',253,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:11:07','2023-04-05 20:11:44'),(2466,'Sources of ignition and combustible materials.',253,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:11:07','2023-04-05 20:11:44'),(2467,'Those at risk',253,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:11:08','2023-04-05 20:11:44'),(2468,'Occupancy levels',253,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:11:08','2023-04-05 20:11:44'),(2469,'Policy procedures and instructions',253,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:11:08','2023-04-05 20:11:44'),(2470,'Maintenance of services',253,1.00,6,'263ffdca-6ba8-49b9-8b25-4e33b5e4e4e3','2023-04-05 20:11:08','2023-04-05 20:11:44'),(2471,'General Property Information',254,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:11:44','2023-04-05 20:22:06'),(2472,'Sources of ignition and combustible materials.',254,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:11:44','2023-04-05 20:22:06'),(2473,'Those at risk',254,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:11:44','2023-04-05 20:22:06'),(2474,'Occupancy levels',254,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:11:44','2023-04-05 20:22:06'),(2475,'Policy procedures and instructions',254,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:11:44','2023-04-05 20:22:06'),(2476,'Maintenance of services',254,1.00,6,'3d3e50ab-3ced-4218-8f0c-4b256043b953','2023-04-05 20:11:44','2023-04-05 20:22:06'),(2477,'General Property Information',255,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:22:06','2023-04-05 20:22:57'),(2478,'Sources of ignition and combustible materials.',255,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:22:06','2023-04-05 20:22:57'),(2479,'Those at risk',255,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:22:06','2023-04-05 20:22:57'),(2480,'Occupancy levels',255,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:22:06','2023-04-05 20:22:57'),(2481,'Policy procedures and instructions',255,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:22:06','2023-04-05 20:22:57'),(2482,'Maintenance of services',255,1.00,6,'73fcf24a-37ac-49ef-a084-7885de866333','2023-04-05 20:22:06','2023-04-05 20:22:57'),(2483,'General Property Information',256,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:22:57','2023-04-05 20:23:43'),(2484,'Sources of ignition and combustible materials.',256,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:22:57','2023-04-05 20:23:43'),(2485,'Those at risk',256,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:22:57','2023-04-05 20:23:43'),(2486,'Occupancy levels',256,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:22:57','2023-04-05 20:23:43'),(2487,'Policy procedures and instructions',256,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:22:57','2023-04-05 20:23:43'),(2488,'Maintenance of services',256,1.00,6,'23b2a8d0-013d-494d-a821-20fc6428931c','2023-04-05 20:22:57','2023-04-05 20:23:43'),(2489,'General Property Information',257,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:23:43','2023-04-05 20:25:15'),(2490,'Sources of ignition and combustible materials.',257,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:23:43','2023-04-05 20:25:15'),(2491,'Those at risk',257,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:23:43','2023-04-05 20:25:15'),(2492,'Occupancy levels',257,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:23:43','2023-04-05 20:25:15'),(2493,'Policy procedures and instructions',257,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:23:43','2023-04-05 20:25:15'),(2494,'Maintenance of services',257,1.00,6,'0e8d49fe-64c4-4552-82da-211264936c78','2023-04-05 20:23:43','2023-04-05 20:25:15'),(2495,'General Property Information',258,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:25:15','2023-04-05 20:26:13'),(2496,'Sources of ignition and combustible materials.',258,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:25:15','2023-04-05 20:26:13'),(2497,'Those at risk',258,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:25:16','2023-04-05 20:26:13'),(2498,'Occupancy levels',258,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:25:16','2023-04-05 20:26:13'),(2499,'Policy procedures and instructions',258,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:25:16','2023-04-05 20:26:13'),(2500,'Maintenance of services',258,1.00,6,'fb65e7e1-9685-4c15-a986-51b6ccc158ca','2023-04-05 20:25:16','2023-04-05 20:26:13'),(2501,'General Property Information',259,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:26:13','2023-04-05 20:27:03'),(2502,'Sources of ignition and combustible materials.',259,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:26:13','2023-04-05 20:27:03'),(2503,'Those at risk',259,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:26:13','2023-04-05 20:27:03'),(2504,'Occupancy levels',259,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:26:13','2023-04-05 20:27:03'),(2505,'Policy procedures and instructions',259,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:26:13','2023-04-05 20:27:03'),(2506,'Maintenance of services',259,1.00,6,'4f0f397b-aee3-4af8-919d-aa5dbb091b57','2023-04-05 20:26:13','2023-04-05 20:27:03'),(2507,'General Property Information',260,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-05 20:27:03','2023-04-11 15:33:51'),(2508,'Sources of ignition and combustible materials.',260,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-05 20:27:03','2023-04-11 15:33:51'),(2509,'Those at risk',260,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-05 20:27:03','2023-04-11 15:33:51'),(2510,'Occupancy levels',260,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-05 20:27:03','2023-04-11 15:33:51'),(2511,'Policy procedures and instructions',260,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-05 20:27:03','2023-04-11 15:33:51'),(2512,'Maintenance of services',260,1.00,6,'a1271843-22d3-45cb-91df-4845b8fdabaf','2023-04-05 20:27:03','2023-04-11 15:33:51'),(2513,'General Property Information',261,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-11 15:33:51','2023-04-11 15:35:23'),(2514,'Sources of ignition and combustible materials.',261,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-11 15:33:51','2023-04-11 15:35:23'),(2515,'Those at risk',261,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-11 15:33:51','2023-04-11 15:35:23'),(2516,'Occupancy levels',261,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-11 15:33:51','2023-04-11 15:35:23'),(2517,'Policy procedures and instructions',261,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-11 15:33:51','2023-04-11 15:35:23'),(2518,'Maintenance of services',261,1.00,6,'24f8312c-dfee-49da-9d8f-b0a2de6fb5fe','2023-04-11 15:33:51','2023-04-11 15:35:23'),(2519,'General Property Information',262,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-11 15:35:23','2023-04-11 15:35:49'),(2520,'Sources of ignition and combustible materials.',262,1.00,2,'3ab6fe67-ab36-4472-9755-86095c880e65','2023-04-11 15:35:23','2023-04-11 15:35:49'),(2521,'Those at risk',262,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-11 15:35:23','2023-04-11 15:35:49'),(2522,'Occupancy levels',262,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-11 15:35:23','2023-04-11 15:35:49'),(2523,'Policy procedures and instructions',262,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-11 15:35:23','2023-04-11 15:35:49'),(2524,'Maintenance of services',262,1.00,6,'256ff4c1-52cc-4425-9dd4-2640e549c8c6','2023-04-11 15:35:23','2023-04-11 15:35:49'),(2525,'General Property Information',267,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-11 15:35:49','2023-04-13 13:19:56'),(2526,'Those at risk',267,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-11 15:35:49','2023-04-13 13:19:56'),(2527,'Occupancy levels',267,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-11 15:35:49','2023-04-13 13:19:56'),(2528,'Policy procedures and instructions',267,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-11 15:35:49','2023-04-13 13:19:56'),(2529,'Maintenance of services',267,1.00,6,'256ff4c1-52cc-4425-9dd4-2640e549c8c6','2023-04-11 15:35:49','2023-04-13 13:19:56'),(2530,'Sources of ignition and combustible materials.',267,1.00,2,'2c32f6b1-2466-4ef9-a2a5-6bc65a157759','2023-04-11 15:35:49','2023-04-13 13:19:56'),(2531,'Maintenance',264,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2532,'Means of Escape',264,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2533,'Training',264,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2534,'Fire Warden',264,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2535,'Fire Sources',264,10.00,3,'2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2536,'General Information',264,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2537,'Fire Precautions',264,8.00,6,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2538,'Property Information',264,7.00,2,'8e7fb293-ae73-4779-ba4f-0631d8ff0d4a','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2539,'Those at Risk',264,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2540,'Policy Procedures',264,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-04-12 15:15:36','2023-04-12 15:18:05'),(2541,'Maintenance',265,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2542,'Means of Escape',265,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2543,'Training',265,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2544,'Fire Warden',265,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2545,'General Information',265,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2546,'Fire Precautions',265,8.00,6,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2547,'Property Information',265,7.00,2,'8e7fb293-ae73-4779-ba4f-0631d8ff0d4a','2023-04-12 15:18:05','2023-04-12 15:21:19'),(2548,'Those at Risk',265,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-04-12 15:18:06','2023-04-12 15:21:19'),(2549,'Policy Procedures',265,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-04-12 15:18:06','2023-04-12 15:21:19'),(2550,'Fire Sources',265,10.00,3,'896abc05-97db-4121-939e-0443809d6697','2023-04-12 15:18:06','2023-04-12 15:21:19'),(2551,'Maintenance',266,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2552,'Means of Escape',266,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2553,'Training',266,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2554,'Fire Warden',266,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2555,'General Information',266,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2556,'Fire Precautions',266,8.00,6,'1d8b99ca-2a6a-43e5-ad61-626fbd337d33','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2557,'Those at Risk',266,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2558,'Policy Procedures',266,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2559,'Fire Sources',266,10.00,3,'896abc05-97db-4121-939e-0443809d6697','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2560,'Property Information',266,7.00,2,'ea6ab106-360e-45f4-b597-22ea55b55950','2023-04-12 15:21:19','2023-04-12 15:45:15'),(2561,'Maintenance',300,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2562,'Means of Escape',300,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2563,'Training',300,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2564,'Fire Warden',300,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2565,'General Information',300,8.00,1,'a838220e-36d4-4e03-b5da-1062429b59ba','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2566,'Those at Risk',300,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2567,'Policy Procedures',300,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2568,'Fire Sources',300,10.00,3,'896abc05-97db-4121-939e-0443809d6697','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2569,'Property Information',300,7.00,2,'ea6ab106-360e-45f4-b597-22ea55b55950','2023-04-12 15:45:15','2023-05-01 09:14:25'),(2570,'Fire Precautions',300,8.00,6,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c','2023-04-12 15:45:16','2023-05-01 09:14:25'),(2571,'General Property Information',268,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-13 13:19:56','2023-04-13 13:21:00'),(2572,'Those at risk',268,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-13 13:19:56','2023-04-13 13:21:00'),(2573,'Occupancy levels',268,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-13 13:19:56','2023-04-13 13:21:00'),(2574,'Policy procedures and instructions',268,1.00,5,'69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8','2023-04-13 13:19:56','2023-04-13 13:21:00'),(2575,'Maintenance of services',268,1.00,6,'256ff4c1-52cc-4425-9dd4-2640e549c8c6','2023-04-13 13:19:56','2023-04-13 13:21:00'),(2576,'Sources of ignition and combustible materials.',268,1.00,2,'f0ed542c-1236-4ce0-934a-923fc7589d6a','2023-04-13 13:19:56','2023-04-13 13:21:01'),(2577,'General Property Information',269,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-13 13:21:01','2023-04-13 13:22:58'),(2578,'Those at risk',269,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-13 13:21:01','2023-04-13 13:22:58'),(2579,'Occupancy levels',269,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-13 13:21:01','2023-04-13 13:22:58'),(2580,'Maintenance of services',269,1.00,6,'256ff4c1-52cc-4425-9dd4-2640e549c8c6','2023-04-13 13:21:01','2023-04-13 13:22:58'),(2581,'Sources of ignition and combustible materials.',269,1.00,2,'f0ed542c-1236-4ce0-934a-923fc7589d6a','2023-04-13 13:21:01','2023-04-13 13:22:58'),(2582,'Policy procedures and instructions',269,1.00,5,'0e251c88-fbe1-4a83-8de6-e98d1f6e3721','2023-04-13 13:21:01','2023-04-13 13:22:58'),(2583,'General Property Information',270,1.00,1,'e752fc2a-171a-4ed6-b489-b5df1086faf3','2023-04-13 13:22:58','2023-04-13 14:03:18'),(2584,'Those at risk',270,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-13 13:22:58','2023-04-13 14:03:18'),(2585,'Occupancy levels',270,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-13 13:22:58','2023-04-13 14:03:18'),(2586,'Sources of ignition and combustible materials.',270,1.00,2,'f0ed542c-1236-4ce0-934a-923fc7589d6a','2023-04-13 13:22:58','2023-04-13 14:03:18'),(2587,'Policy procedures and instructions',270,1.00,5,'0e251c88-fbe1-4a83-8de6-e98d1f6e3721','2023-04-13 13:22:58','2023-04-13 14:03:18'),(2588,'Maintenance of services',270,1.00,6,'431581c1-c2b6-4f03-8dde-86a76af21145','2023-04-13 13:22:58','2023-04-13 14:03:18'),(2589,'Those at risk',271,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-13 14:03:18','2023-04-13 14:11:01'),(2590,'Occupancy levels',271,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-13 14:03:18','2023-04-13 14:11:01'),(2591,'Sources of ignition and combustible materials.',271,1.00,2,'f0ed542c-1236-4ce0-934a-923fc7589d6a','2023-04-13 14:03:18','2023-04-13 14:11:01'),(2592,'Policy procedures and instructions',271,1.00,5,'0e251c88-fbe1-4a83-8de6-e98d1f6e3721','2023-04-13 14:03:18','2023-04-13 14:11:01'),(2593,'Maintenance of services',271,1.00,6,'431581c1-c2b6-4f03-8dde-86a76af21145','2023-04-13 14:03:18','2023-04-13 14:11:01'),(2594,'General Property Information',271,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:03:18','2023-04-13 14:11:01'),(2595,'Those at risk',272,1.00,3,'e192ce18-8395-4b58-baef-b695e220b8e9','2023-04-13 14:11:01','2023-04-13 14:12:09'),(2596,'Occupancy levels',272,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-13 14:11:01','2023-04-13 14:12:09'),(2597,'Policy procedures and instructions',272,1.00,5,'0e251c88-fbe1-4a83-8de6-e98d1f6e3721','2023-04-13 14:11:01','2023-04-13 14:12:09'),(2598,'Maintenance of services',272,1.00,6,'431581c1-c2b6-4f03-8dde-86a76af21145','2023-04-13 14:11:01','2023-04-13 14:12:09'),(2599,'General Property Information',272,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:11:01','2023-04-13 14:12:09'),(2600,'Sources of ignition and combustible materials.',272,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:11:02','2023-04-13 14:12:09'),(2601,'Occupancy levels',273,1.00,4,'1a79ab10-8e9e-4b02-b943-16e832c88188','2023-04-13 14:12:09','2023-04-13 14:12:22'),(2602,'Policy procedures and instructions',273,1.00,5,'0e251c88-fbe1-4a83-8de6-e98d1f6e3721','2023-04-13 14:12:09','2023-04-13 14:12:22'),(2603,'Maintenance of services',273,1.00,6,'431581c1-c2b6-4f03-8dde-86a76af21145','2023-04-13 14:12:09','2023-04-13 14:12:22'),(2604,'General Property Information',273,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:12:09','2023-04-13 14:12:22'),(2605,'Sources of ignition and combustible materials.',273,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:12:09','2023-04-13 14:12:22'),(2606,'Those at risk',273,1.00,3,'652d58b1-10a4-456c-a384-8fda71195d22','2023-04-13 14:12:09','2023-04-13 14:12:22'),(2607,'Policy procedures and instructions',274,1.00,5,'0e251c88-fbe1-4a83-8de6-e98d1f6e3721','2023-04-13 14:12:22','2023-04-13 14:13:27'),(2608,'Maintenance of services',274,1.00,6,'431581c1-c2b6-4f03-8dde-86a76af21145','2023-04-13 14:12:22','2023-04-13 14:13:27'),(2609,'General Property Information',274,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:12:22','2023-04-13 14:13:27'),(2610,'Sources of ignition and combustible materials.',274,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:12:22','2023-04-13 14:13:27'),(2611,'Those at risk',274,1.00,3,'652d58b1-10a4-456c-a384-8fda71195d22','2023-04-13 14:12:22','2023-04-13 14:13:27'),(2612,'Occupancy levels',274,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:12:22','2023-04-13 14:13:27'),(2613,'Maintenance of services',275,1.00,6,'431581c1-c2b6-4f03-8dde-86a76af21145','2023-04-13 14:13:27','2023-04-13 14:23:33'),(2614,'General Property Information',275,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:13:27','2023-04-13 14:23:33'),(2615,'Sources of ignition and combustible materials.',275,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:13:27','2023-04-13 14:23:33'),(2616,'Those at risk',275,1.00,3,'652d58b1-10a4-456c-a384-8fda71195d22','2023-04-13 14:13:27','2023-04-13 14:23:33'),(2617,'Occupancy levels',275,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:13:27','2023-04-13 14:23:33'),(2618,'Policy procedures and instructions',275,1.00,5,'057a55a3-2a2e-4636-a0ba-1a8b2a1de5d7','2023-04-13 14:13:27','2023-04-13 14:23:33'),(2619,'General Property Information',276,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:23:33','2023-04-13 14:24:55'),(2620,'Sources of ignition and combustible materials.',276,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:23:33','2023-04-13 14:24:55'),(2621,'Those at risk',276,1.00,3,'652d58b1-10a4-456c-a384-8fda71195d22','2023-04-13 14:23:33','2023-04-13 14:24:55'),(2622,'Occupancy levels',276,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:23:34','2023-04-13 14:24:55'),(2623,'Policy procedures and instructions',276,1.00,5,'057a55a3-2a2e-4636-a0ba-1a8b2a1de5d7','2023-04-13 14:23:34','2023-04-13 14:24:55'),(2624,'Maintenance of services',276,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:23:34','2023-04-13 14:24:55'),(2625,'General Property Information',277,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:24:55','2023-04-13 14:25:02'),(2626,'Sources of ignition and combustible materials.',277,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:24:55','2023-04-13 14:25:02'),(2627,'Those at risk',277,1.00,3,'652d58b1-10a4-456c-a384-8fda71195d22','2023-04-13 14:24:55','2023-04-13 14:25:02'),(2628,'Occupancy levels',277,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:24:55','2023-04-13 14:25:02'),(2629,'Policy procedures and instructions',277,1.00,5,'057a55a3-2a2e-4636-a0ba-1a8b2a1de5d7','2023-04-13 14:24:55','2023-04-13 14:25:02'),(2630,'Maintenance of services',277,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:24:55','2023-04-13 14:25:02'),(2631,'Who is responsible',277,1.00,7,'d19f031a-f242-41e9-8eac-10808726590d','2023-04-13 14:24:56','2023-04-13 14:25:02'),(2632,'General Property Information',278,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:25:02','2023-04-13 14:35:03'),(2633,'Sources of ignition and combustible materials.',278,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:25:02','2023-04-13 14:35:03'),(2634,'Those at risk',278,1.00,3,'652d58b1-10a4-456c-a384-8fda71195d22','2023-04-13 14:25:02','2023-04-13 14:35:03'),(2635,'Occupancy levels',278,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:25:03','2023-04-13 14:35:03'),(2636,'Policy procedures and instructions',278,1.00,5,'057a55a3-2a2e-4636-a0ba-1a8b2a1de5d7','2023-04-13 14:25:03','2023-04-13 14:35:03'),(2637,'Maintenance of services',278,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:25:03','2023-04-13 14:35:03'),(2638,'Who is responsible',278,1.00,7,'8af65c6e-ad97-409b-ab25-f476fb8bf32a','2023-04-13 14:25:03','2023-04-13 14:35:03'),(2639,'General Property Information',279,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2640,'Sources of ignition and combustible materials.',279,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2641,'Occupancy levels',279,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2642,'Policy procedures and instructions',279,1.00,5,'057a55a3-2a2e-4636-a0ba-1a8b2a1de5d7','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2643,'Maintenance of services',279,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2644,'Who is responsible',279,1.00,7,'8af65c6e-ad97-409b-ab25-f476fb8bf32a','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2645,'Those at risk',279,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:35:03','2023-04-13 14:37:58'),(2646,'General Property Information',280,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2647,'Sources of ignition and combustible materials.',280,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2648,'Occupancy levels',280,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2649,'Maintenance of services',280,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2650,'Who is responsible',280,1.00,7,'8af65c6e-ad97-409b-ab25-f476fb8bf32a','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2651,'Those at risk',280,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2652,'Policy procedures and instructions',280,1.00,5,'fdc175cb-f8e7-4158-a476-15065c97c9ee','2023-04-13 14:37:58','2023-04-13 14:38:15'),(2653,'General Property Information',281,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2654,'Sources of ignition and combustible materials.',281,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2655,'Occupancy levels',281,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2656,'Maintenance of services',281,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2657,'Who is responsible',281,1.00,7,'8af65c6e-ad97-409b-ab25-f476fb8bf32a','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2658,'Those at risk',281,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2659,'Policy procedures and instructions',281,1.00,5,'cc512ff4-d19f-4ecc-87ba-87d818cb5983','2023-04-13 14:38:15','2023-04-13 14:39:51'),(2660,'General Property Information',282,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:39:51','2023-04-13 14:40:20'),(2661,'Sources of ignition and combustible materials.',282,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:39:51','2023-04-13 14:40:20'),(2662,'Occupancy levels',282,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:39:51','2023-04-13 14:40:20'),(2663,'Maintenance of services',282,1.00,6,'654dcf42-1e22-43e0-83eb-bbd77d361a0c','2023-04-13 14:39:51','2023-04-13 14:40:20'),(2664,'Who is responsible',282,1.00,7,'8af65c6e-ad97-409b-ab25-f476fb8bf32a','2023-04-13 14:39:52','2023-04-13 14:40:20'),(2665,'Those at risk',282,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:39:52','2023-04-13 14:40:20'),(2666,'Policy procedures and instructions',282,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-13 14:39:52','2023-04-13 14:40:20'),(2667,'General Property Information',283,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2668,'Sources of ignition and combustible materials.',283,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2669,'Occupancy levels',283,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2670,'Who is responsible',283,1.00,7,'8af65c6e-ad97-409b-ab25-f476fb8bf32a','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2671,'Those at risk',283,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2672,'Policy procedures and instructions',283,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2673,'Maintenance of services',283,1.00,6,'f14e3ec1-438f-467e-9373-6e404057c164','2023-04-13 14:40:20','2023-04-13 14:40:25'),(2674,'General Property Information',284,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2675,'Sources of ignition and combustible materials.',284,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2676,'Occupancy levels',284,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2677,'Those at risk',284,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2678,'Policy procedures and instructions',284,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2679,'Maintenance of services',284,1.00,6,'f14e3ec1-438f-467e-9373-6e404057c164','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2680,'Who is responsible',284,1.00,7,'8d47441b-b6f0-4f8a-a44f-61442e0d9f25','2023-04-13 14:40:25','2023-04-13 14:40:28'),(2681,'General Property Information',285,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2682,'Sources of ignition and combustible materials.',285,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2683,'Occupancy levels',285,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2684,'Those at risk',285,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2685,'Policy procedures and instructions',285,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2686,'Maintenance of services',285,1.00,6,'f14e3ec1-438f-467e-9373-6e404057c164','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2687,'Who is responsible',285,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-13 14:40:28','2023-04-21 14:58:59'),(2688,'General Property Information',286,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-21 14:58:59','2023-04-26 09:53:24'),(2689,'Sources of ignition and combustible materials.',286,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-21 14:58:59','2023-04-26 09:53:24'),(2690,'Occupancy levels',286,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-21 14:58:59','2023-04-26 09:53:24'),(2691,'Those at risk',286,1.00,3,'9199a218-f489-444e-a647-291e09ff070d','2023-04-21 14:58:59','2023-04-26 09:53:24'),(2692,'Policy procedures and instructions',286,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-21 14:58:59','2023-04-26 09:53:24'),(2693,'Who is responsible',286,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-21 14:58:59','2023-04-26 09:53:24'),(2694,'Maintenance of services',286,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-21 14:58:59','2023-04-26 09:53:25'),(2695,'General Property Information',287,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-26 09:53:25','2023-04-26 09:53:25'),(2696,'Sources of ignition and combustible materials.',287,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-26 09:53:25','2023-04-26 09:53:25'),(2697,'Occupancy levels',287,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-26 09:53:25','2023-04-26 09:53:25'),(2698,'Policy procedures and instructions',287,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-26 09:53:25','2023-04-26 09:53:26'),(2699,'Who is responsible',287,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 09:53:25','2023-04-26 09:53:26'),(2700,'Maintenance of services',287,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-26 09:53:25','2023-04-26 09:53:26'),(2701,'Those at risk',287,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 09:53:25','2023-04-26 09:53:26'),(2702,'General Property Information',288,1.00,1,'473fa6a3-407b-48c1-813f-1d2923e17e8f','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2703,'Sources of ignition and combustible materials.',288,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2704,'Occupancy levels',288,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2705,'Policy procedures and instructions',288,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2706,'Who is responsible',288,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2707,'Maintenance of services',288,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2708,'Those at risk',288,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2709,'Those at risk',288,1.00,3,'80aeb7b2-9a64-49a6-845b-9404e666977a','2023-04-26 09:53:26','2023-04-26 12:26:38'),(2710,'Sources of ignition and combustible materials.',289,1.00,2,'d1c5e120-8675-45de-846c-0cec931bb75d','2023-04-26 12:26:38','2023-04-26 12:28:19'),(2711,'Occupancy levels',289,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2712,'Policy procedures and instructions',289,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2713,'Who is responsible',289,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2714,'Maintenance of services',289,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2715,'Those at risk',289,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2716,'Those at risk',289,1.00,3,'80aeb7b2-9a64-49a6-845b-9404e666977a','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2717,'General Property Information',289,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-26 12:26:39','2023-04-26 12:28:19'),(2718,'Occupancy levels',290,1.00,4,'838d1992-c39b-4ec9-94de-e6ca46ebd2fc','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2719,'Policy procedures and instructions',290,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2720,'Who is responsible',290,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2721,'Maintenance of services',290,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2722,'Those at risk',290,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2724,'General Property Information',290,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2725,'Sources of ignition and combustible materials.',290,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-26 12:28:19','2023-04-26 12:29:30'),(2726,'Policy procedures and instructions',291,1.00,5,'4a2a212f-5fab-4f0d-bd5b-cdb2b5234106','2023-04-26 12:29:30','2023-04-26 12:31:09'),(2727,'Who is responsible',291,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 12:29:30','2023-04-26 12:31:09'),(2728,'Maintenance of services',291,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-26 12:29:30','2023-04-26 12:31:09'),(2729,'Those at risk',291,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 12:29:31','2023-04-26 12:31:09'),(2730,'General Property Information',291,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-26 12:29:31','2023-04-26 12:31:09'),(2731,'Sources of ignition and combustible materials.',291,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-26 12:29:31','2023-04-26 12:31:09'),(2732,'Occupancy levels',291,1.00,4,'9169e060-6dc1-42cc-86c4-cbe23165ab74','2023-04-26 12:29:31','2023-04-26 12:31:09'),(2733,'Who is responsible',292,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2734,'Maintenance of services',292,1.00,6,'1c4f9381-98c8-46b0-a2c1-135d3958880f','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2735,'Those at risk',292,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2736,'General Property Information',292,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2737,'Sources of ignition and combustible materials.',292,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2738,'Occupancy levels',292,1.00,4,'9169e060-6dc1-42cc-86c4-cbe23165ab74','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2739,'Policy procedures and instructions',292,1.00,5,'7cad30fd-6293-4e13-b996-dbd249f62752','2023-04-26 12:31:09','2023-04-26 12:34:16'),(2740,'Who is responsible',293,1.00,7,'20168b5e-56dd-4346-ba51-e8035350b190','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2741,'Those at risk',293,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2742,'General Property Information',293,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2743,'Sources of ignition and combustible materials.',293,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2744,'Occupancy levels',293,1.00,4,'9169e060-6dc1-42cc-86c4-cbe23165ab74','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2745,'Policy procedures and instructions',293,1.00,5,'7cad30fd-6293-4e13-b996-dbd249f62752','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2746,'Maintenance of services',293,1.00,6,'7aeabec3-4efd-485a-accf-0e645256efff','2023-04-26 12:34:16','2023-04-26 12:34:41'),(2747,'Those at risk',294,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2748,'General Property Information',294,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2749,'Sources of ignition and combustible materials.',294,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2750,'Occupancy levels',294,1.00,4,'9169e060-6dc1-42cc-86c4-cbe23165ab74','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2751,'Policy procedures and instructions',294,1.00,5,'7cad30fd-6293-4e13-b996-dbd249f62752','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2752,'Maintenance of services',294,1.00,6,'7aeabec3-4efd-485a-accf-0e645256efff','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2753,'Who is responsible',294,1.00,7,'6bbdf474-105e-4ef0-8b2a-40e8fadb724a','2023-04-26 12:34:41','2023-04-27 13:41:59'),(2754,'Those at risk',295,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2755,'General Property Information',295,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2756,'Sources of ignition and combustible materials.',295,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2757,'Policy procedures and instructions',295,1.00,5,'7cad30fd-6293-4e13-b996-dbd249f62752','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2758,'Maintenance of services',295,1.00,6,'7aeabec3-4efd-485a-accf-0e645256efff','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2759,'Who is responsible',295,1.00,7,'6bbdf474-105e-4ef0-8b2a-40e8fadb724a','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2760,'Occupancy levels',295,1.00,4,'e4125f0a-734f-48d9-88c0-3c602b0c0b1b','2023-04-27 13:41:59','2023-04-27 13:44:47'),(2761,'Those at risk',296,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2762,'General Property Information',296,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2763,'Sources of ignition and combustible materials.',296,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2764,'Policy procedures and instructions',296,1.00,5,'7cad30fd-6293-4e13-b996-dbd249f62752','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2765,'Who is responsible',296,1.00,7,'6bbdf474-105e-4ef0-8b2a-40e8fadb724a','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2766,'Occupancy levels',296,1.00,4,'e4125f0a-734f-48d9-88c0-3c602b0c0b1b','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2767,'Maintenance of services',296,1.00,6,'562b61bf-34aa-46ae-9d0b-4ecc4b7f3ba2','2023-04-27 13:44:47','2023-04-27 13:54:35'),(2768,'Those at risk',297,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2769,'General Property Information',297,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2770,'Sources of ignition and combustible materials.',297,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2771,'Who is responsible',297,1.00,7,'6bbdf474-105e-4ef0-8b2a-40e8fadb724a','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2772,'Occupancy levels',297,1.00,4,'e4125f0a-734f-48d9-88c0-3c602b0c0b1b','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2773,'Maintenance of services',297,1.00,6,'562b61bf-34aa-46ae-9d0b-4ecc4b7f3ba2','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2774,'Policy procedures and instructions',297,1.00,5,'a9baa62d-23cc-4a71-b80a-4ed2f0f642ec','2023-04-27 13:54:35','2023-04-27 13:56:30'),(2775,'Those at risk',133,1.00,3,'6dbe242b-c9a5-4d3a-a682-91df488a45f5','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2776,'General Property Information',133,1.00,1,'7aa906a2-0241-494e-8a9c-638516a57887','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2777,'Sources of ignition and combustible materials.',133,1.00,2,'cd2b2801-085e-4682-9802-5fabe95a15ff','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2778,'Who is responsible',133,1.00,7,'6bbdf474-105e-4ef0-8b2a-40e8fadb724a','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2779,'Occupancy levels',133,1.00,4,'e4125f0a-734f-48d9-88c0-3c602b0c0b1b','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2780,'Policy procedures and instructions',133,1.00,5,'a9baa62d-23cc-4a71-b80a-4ed2f0f642ec','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2781,'Maintenance of services',133,1.00,6,'536901db-2dc2-42e1-9656-1931b27f93ca','2023-04-27 13:56:30','2023-04-27 13:56:30'),(2783,'Maintenance',301,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2784,'Means of Escape',301,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2785,'Training',301,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2786,'Fire Warden',301,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2787,'Those at Risk',301,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2788,'Policy Procedures',301,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2789,'Fire Sources',301,10.00,3,'896abc05-97db-4121-939e-0443809d6697','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2790,'Property Information',301,7.00,2,'ea6ab106-360e-45f4-b597-22ea55b55950','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2791,'Fire Precautions',301,8.00,6,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2792,'General Information',301,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 09:14:25','2023-05-01 09:49:44'),(2793,'Maintenance',302,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2794,'Means of Escape',302,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2795,'Training',302,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2796,'Fire Warden',302,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2797,'Those at Risk',302,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2798,'Policy Procedures',302,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2799,'Fire Sources',302,10.00,3,'896abc05-97db-4121-939e-0443809d6697','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2800,'Fire Precautions',302,8.00,6,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2801,'General Information',302,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 09:49:44','2023-05-01 10:10:48'),(2802,'Property Information',302,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 09:49:44','2023-05-01 10:10:49'),(2803,'Maintenance',303,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2804,'Means of Escape',303,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2805,'Training',303,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2806,'Fire Warden',303,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2807,'Those at Risk',303,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2808,'Policy Procedures',303,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2809,'Fire Precautions',303,8.00,6,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2810,'General Information',303,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 10:10:49','2023-05-01 10:13:55'),(2811,'Property Information',303,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 10:10:49','2023-05-01 10:13:56'),(2812,'Fire Sources',303,10.00,3,'b748e3fd-99ee-4509-bcf9-ec6e8e988b24','2023-05-01 10:10:49','2023-05-01 10:13:56'),(2813,'Maintenance',304,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2814,'Means of Escape',304,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2815,'Training',304,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2816,'Fire Warden',304,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2817,'Those at Risk',304,9.00,5,'219d722b-64b3-43a2-96b3-6fc4d9c2fea1','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2818,'Policy Procedures',304,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2819,'Fire Precautions',304,8.00,6,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2820,'General Information',304,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2821,'Property Information',304,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2822,'Fire Sources',304,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 10:13:56','2023-05-01 10:41:10'),(2823,'Maintenance',305,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2824,'Means of Escape',305,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2825,'Training',305,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2826,'Fire Warden',305,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2827,'Policy Procedures',305,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2828,'Fire Precautions',305,8.00,6,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2829,'General Information',305,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2830,'Property Information',305,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 10:41:10','2023-05-01 11:07:28'),(2831,'Fire Sources',305,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 10:41:11','2023-05-01 11:07:28'),(2832,'Those at Risk',305,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 10:41:11','2023-05-01 11:07:28'),(2833,'Maintenance',306,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2834,'Means of Escape',306,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2835,'Training',306,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2836,'Fire Warden',306,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2837,'Policy Procedures',306,4.00,5,'c87d0766-dd8b-46ea-91ec-185e65908574','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2838,'General Information',306,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2839,'Property Information',306,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2840,'Fire Sources',306,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 11:07:28','2023-05-01 11:42:59'),(2841,'Those at Risk',306,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 11:07:29','2023-05-01 11:42:59'),(2842,'Fire Precautions',306,8.00,6,'e1435ee5-5d93-4f1d-a2e0-0140b969db87','2023-05-01 11:07:29','2023-05-01 11:42:59'),(2843,'Maintenance',307,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2844,'Means of Escape',307,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2845,'Training',307,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2846,'Fire Warden',307,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2847,'General Information',307,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2848,'Property Information',307,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2849,'Fire Sources',307,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2850,'Those at Risk',307,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2851,'Fire Precautions',307,8.00,6,'e1435ee5-5d93-4f1d-a2e0-0140b969db87','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2852,'Policy Procedures',307,4.00,5,'f8f992f6-2d78-43d7-8782-1936c26e6919','2023-05-01 11:42:59','2023-05-01 11:43:52'),(2853,'Maintenance',308,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 11:43:52','2023-05-01 11:45:06'),(2854,'Means of Escape',308,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 11:43:52','2023-05-01 11:45:06'),(2855,'Training',308,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 11:43:52','2023-05-01 11:45:06'),(2856,'Fire Warden',308,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 11:43:52','2023-05-01 11:45:06'),(2857,'General Information',308,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 11:43:52','2023-05-01 11:45:06'),(2858,'Property Information',308,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 11:43:52','2023-05-01 11:45:06'),(2859,'Fire Sources',308,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 11:43:53','2023-05-01 11:45:06'),(2860,'Those at Risk',308,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 11:43:53','2023-05-01 11:45:06'),(2861,'Fire Precautions',308,8.00,6,'e1435ee5-5d93-4f1d-a2e0-0140b969db87','2023-05-01 11:43:53','2023-05-01 11:45:06'),(2862,'Policy Procedures',308,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 11:43:53','2023-05-01 11:45:06'),(2863,'Maintenance',309,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 11:45:06','2023-05-01 11:45:11'),(2864,'Means of Escape',309,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2865,'Training',309,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2866,'Fire Warden',309,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2867,'General Information',309,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2868,'Property Information',309,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2869,'Fire Sources',309,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2870,'Those at Risk',309,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2871,'Policy Procedures',309,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2872,'Fire Precautions',309,8.00,6,'fdf89c82-9c5c-4646-9810-0f2a7cf28dc3','2023-05-01 11:45:07','2023-05-01 11:45:11'),(2873,'Maintenance',310,4.00,7,'19a3155e-4bb9-4574-84fe-a2e831675747','2023-05-01 11:45:11','2023-05-01 12:12:30'),(2874,'Means of Escape',310,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 11:45:11','2023-05-01 12:12:30'),(2875,'Training',310,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 11:45:11','2023-05-01 12:12:30'),(2876,'Fire Warden',310,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 11:45:12','2023-05-01 12:12:30'),(2877,'General Information',310,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 11:45:12','2023-05-01 12:12:30'),(2878,'Property Information',310,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 11:45:12','2023-05-01 12:12:30'),(2879,'Fire Sources',310,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 11:45:12','2023-05-01 12:12:30'),(2880,'Those at Risk',310,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 11:45:12','2023-05-01 12:12:31'),(2881,'Policy Procedures',310,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 11:45:12','2023-05-01 12:12:31'),(2882,'Fire Precautions',310,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 11:45:12','2023-05-01 12:12:31'),(2883,'Means of Escape',311,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 12:12:31','2023-05-01 12:12:35'),(2884,'Training',311,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 12:12:31','2023-05-01 12:12:35'),(2885,'Fire Warden',311,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 12:12:31','2023-05-01 12:12:35'),(2886,'General Information',311,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 12:12:31','2023-05-01 12:12:35'),(2887,'Property Information',311,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 12:12:31','2023-05-01 12:12:36'),(2888,'Fire Sources',311,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 12:12:31','2023-05-01 12:12:36'),(2889,'Those at Risk',311,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 12:12:31','2023-05-01 12:12:36'),(2890,'Policy Procedures',311,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 12:12:31','2023-05-01 12:12:36'),(2891,'Fire Precautions',311,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 12:12:31','2023-05-01 12:12:36'),(2892,'Maintenance',311,4.00,7,'a0004855-b950-4929-a7a1-8fee454481b3','2023-05-01 12:12:31','2023-05-01 12:12:36'),(2893,'Means of Escape',312,10.00,8,'ff9a0bdb-3362-4b48-89bf-15c4ce898c9c','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2894,'Training',312,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2895,'Fire Warden',312,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2896,'General Information',312,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2897,'Property Information',312,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2898,'Fire Sources',312,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2899,'Those at Risk',312,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2900,'Policy Procedures',312,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2901,'Fire Precautions',312,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2902,'Maintenance',312,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 12:12:36','2023-05-01 12:39:09'),(2903,'Training',313,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 12:39:09','2023-05-01 13:42:16'),(2904,'Fire Warden',313,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 12:39:09','2023-05-01 13:42:16'),(2905,'General Information',313,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 12:39:09','2023-05-01 13:42:16'),(2906,'Property Information',313,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 12:39:09','2023-05-01 13:42:16'),(2907,'Fire Sources',313,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 12:39:10','2023-05-01 13:42:16'),(2908,'Those at Risk',313,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 12:39:10','2023-05-01 13:42:16'),(2909,'Policy Procedures',313,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 12:39:10','2023-05-01 13:42:16'),(2910,'Fire Precautions',313,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 12:39:10','2023-05-01 13:42:16'),(2911,'Maintenance',313,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 12:39:10','2023-05-01 13:42:16'),(2912,'Means of Escape',313,10.00,8,'9b72d4ef-461e-42b8-aba0-9b993e3d4805','2023-05-01 12:39:10','2023-05-01 13:42:16'),(2913,'Training',314,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 13:42:16','2023-05-01 13:42:24'),(2914,'Fire Warden',314,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 13:42:16','2023-05-01 13:42:24'),(2915,'General Information',314,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 13:42:16','2023-05-01 13:42:24'),(2916,'Property Information',314,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 13:42:16','2023-05-01 13:42:24'),(2917,'Fire Sources',314,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 13:42:16','2023-05-01 13:42:24'),(2918,'Those at Risk',314,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 13:42:16','2023-05-01 13:42:24'),(2919,'Policy Procedures',314,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 13:42:17','2023-05-01 13:42:24'),(2920,'Fire Precautions',314,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 13:42:17','2023-05-01 13:42:24'),(2921,'Maintenance',314,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 13:42:17','2023-05-01 13:42:24'),(2922,'Means of Escape',314,10.00,8,'fc15ba6b-407b-4578-8dec-404b7c10645c','2023-05-01 13:42:17','2023-05-01 13:42:24'),(2923,'Training',315,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2924,'Fire Warden',315,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2925,'General Information',315,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2926,'Property Information',315,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2927,'Fire Sources',315,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2928,'Those at Risk',315,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2929,'Policy Procedures',315,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2930,'Fire Precautions',315,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2931,'Maintenance',315,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2932,'Means of Escape',315,10.00,8,'17d8f09b-67dc-4754-9c56-30d98ec36e50','2023-05-01 13:42:24','2023-05-01 14:04:29'),(2933,'Training',316,7.00,9,'31db3e98-a6e4-4145-81da-283bd678b3a6','2023-05-01 14:04:29','2023-05-01 14:55:54'),(2934,'Fire Warden',316,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 14:04:29','2023-05-01 14:55:54'),(2935,'General Information',316,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 14:04:29','2023-05-01 14:55:54'),(2936,'Property Information',316,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 14:04:29','2023-05-01 14:55:54'),(2937,'Fire Sources',316,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 14:04:30','2023-05-01 14:55:54'),(2938,'Those at Risk',316,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 14:04:30','2023-05-01 14:55:54'),(2939,'Policy Procedures',316,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 14:04:30','2023-05-01 14:55:54'),(2940,'Fire Precautions',316,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 14:04:30','2023-05-01 14:55:54'),(2941,'Maintenance',316,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 14:04:30','2023-05-01 14:55:54'),(2942,'Means of Escape',316,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 14:04:30','2023-05-01 14:55:54'),(2943,'Fire Warden',317,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2944,'General Information',317,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2945,'Property Information',317,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2946,'Fire Sources',317,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2947,'Those at Risk',317,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2948,'Policy Procedures',317,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2949,'Fire Precautions',317,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2950,'Maintenance',317,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2951,'Means of Escape',317,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2952,'Training',317,7.00,9,'5d3ff25f-d3b7-4a9d-9240-a2e11e938b29','2023-05-01 14:55:54','2023-05-01 14:56:08'),(2953,'Fire Warden',318,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2954,'General Information',318,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2955,'Property Information',318,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2956,'Fire Sources',318,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2957,'Those at Risk',318,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2958,'Policy Procedures',318,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2959,'Fire Precautions',318,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2960,'Maintenance',318,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2961,'Means of Escape',318,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 14:56:08','2023-05-01 14:56:26'),(2962,'Training',318,7.00,9,'29f81c5e-8d04-401c-afe0-4f0db2bbe5b7','2023-05-01 14:56:09','2023-05-01 14:56:26'),(2963,'Fire Warden',319,9.00,10,'f93a8c4c-f6cf-474a-b3ee-b5b2b27b2efc','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2964,'General Information',319,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2965,'Property Information',319,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2966,'Fire Sources',319,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2967,'Those at Risk',319,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2968,'Policy Procedures',319,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2969,'Fire Precautions',319,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 14:56:26','2023-05-01 15:03:21'),(2970,'Maintenance',319,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 14:56:27','2023-05-01 15:03:21'),(2971,'Means of Escape',319,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 14:56:27','2023-05-01 15:03:21'),(2972,'Training',319,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-01 14:56:27','2023-05-01 15:03:21'),(2973,'General Information',320,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2974,'Property Information',320,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2975,'Fire Sources',320,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2976,'Those at Risk',320,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2977,'Policy Procedures',320,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2978,'Fire Precautions',320,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2979,'Maintenance',320,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2980,'Means of Escape',320,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2981,'Training',320,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2982,'Fire Warden',320,9.00,10,'14be8806-b8b3-4294-b571-07c14461654f','2023-05-01 15:03:21','2023-05-01 15:19:39'),(2983,'General Information',321,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 15:19:39','2023-05-01 15:56:09'),(2984,'Property Information',321,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 15:19:39','2023-05-01 15:56:09'),(2985,'Fire Sources',321,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 15:19:39','2023-05-01 15:56:09'),(2986,'Those at Risk',321,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 15:19:39','2023-05-01 15:56:09'),(2987,'Policy Procedures',321,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 15:19:40','2023-05-01 15:56:09'),(2988,'Fire Precautions',321,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 15:19:40','2023-05-01 15:56:09'),(2989,'Maintenance',321,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 15:19:40','2023-05-01 15:56:09'),(2990,'Means of Escape',321,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 15:19:40','2023-05-01 15:56:09'),(2991,'Training',321,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-01 15:19:40','2023-05-01 15:56:09'),(2992,'Fire Warden',321,9.00,10,'1f4f167c-e848-4627-90bc-cd218f397904','2023-05-01 15:19:40','2023-05-01 15:56:09'),(2993,'General Information',322,8.00,1,'eadf3056-ab3f-4163-9994-0cebca7c1d7f','2023-05-01 15:56:10','2023-05-03 14:19:48'),(2994,'Property Information',322,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-01 15:56:10','2023-05-03 14:19:48'),(2995,'Fire Sources',322,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-01 15:56:10','2023-05-03 14:19:48'),(2996,'Those at Risk',322,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-01 15:56:10','2023-05-03 14:19:48'),(2997,'Policy Procedures',322,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-01 15:56:10','2023-05-03 14:19:48'),(2998,'Fire Precautions',322,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-01 15:56:10','2023-05-03 14:19:48'),(2999,'Maintenance',322,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-01 15:56:10','2023-05-03 14:19:48'),(3000,'Means of Escape',322,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-01 15:56:10','2023-05-03 14:19:48'),(3001,'Training',322,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-01 15:56:10','2023-05-03 14:19:48'),(3002,'Fire Warden',322,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-01 15:56:10','2023-05-03 14:19:48'),(3003,'Property Information',323,7.00,2,'80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0','2023-05-03 14:19:48','2023-05-03 14:25:33'),(3004,'Fire Sources',323,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:19:48','2023-05-03 14:25:33'),(3005,'Those at Risk',323,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-03 14:19:48','2023-05-03 14:25:33'),(3006,'Policy Procedures',323,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-03 14:19:48','2023-05-03 14:25:33'),(3007,'Fire Precautions',323,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-03 14:19:48','2023-05-03 14:25:33'),(3008,'Maintenance',323,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:19:48','2023-05-03 14:25:33'),(3009,'Means of Escape',323,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:19:49','2023-05-03 14:25:33'),(3010,'Training',323,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-03 14:19:49','2023-05-03 14:25:33'),(3011,'Fire Warden',323,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:19:49','2023-05-03 14:25:33'),(3012,'General Information',323,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:19:49','2023-05-03 14:25:33'),(3013,'Fire Sources',324,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3014,'Those at Risk',324,9.00,4,'e7792c1b-5453-411d-941b-ca98774ee436','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3015,'Policy Procedures',324,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3016,'Fire Precautions',324,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3017,'Maintenance',324,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3018,'Means of Escape',324,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3019,'Training',324,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3020,'Fire Warden',324,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3021,'General Information',324,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:25:33','2023-05-03 14:27:46'),(3022,'Property Information',324,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:25:34','2023-05-03 14:27:46'),(3023,'Fire Sources',325,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:27:46','2023-05-03 14:28:54'),(3024,'Policy Procedures',325,4.00,5,'06ff56ec-4f65-4477-92da-9233e5862188','2023-05-03 14:27:46','2023-05-03 14:28:54'),(3025,'Fire Precautions',325,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-03 14:27:46','2023-05-03 14:28:54'),(3026,'Maintenance',325,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:27:46','2023-05-03 14:28:54'),(3027,'Means of Escape',325,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:27:46','2023-05-03 14:28:54'),(3028,'Training',325,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-03 14:27:47','2023-05-03 14:28:54'),(3029,'Fire Warden',325,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:27:47','2023-05-03 14:28:54'),(3030,'General Information',325,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:27:47','2023-05-03 14:28:54'),(3031,'Property Information',325,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:27:47','2023-05-03 14:28:54'),(3032,'Those at Risk',325,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:27:47','2023-05-03 14:28:54'),(3033,'Fire Sources',326,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3034,'Fire Precautions',326,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3035,'Maintenance',326,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3036,'Means of Escape',326,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3037,'Training',326,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3038,'Fire Warden',326,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3039,'General Information',326,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3040,'Property Information',326,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3041,'Those at Risk',326,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3042,'Policy Procedures',326,4.00,5,'454614ca-ad01-49b9-82f3-435db59fe877','2023-05-03 14:28:54','2023-05-03 14:30:50'),(3043,'Fire Sources',327,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:30:50','2023-05-03 14:32:25'),(3044,'Fire Precautions',327,8.00,6,'701992e4-3218-4bc4-94b3-aa3f04f96499','2023-05-03 14:30:50','2023-05-03 14:32:25'),(3045,'Maintenance',327,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3046,'Means of Escape',327,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3047,'Training',327,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3048,'Fire Warden',327,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3049,'General Information',327,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3050,'Property Information',327,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3051,'Those at Risk',327,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3052,'Policy Procedures',327,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-03 14:30:51','2023-05-03 14:32:25'),(3053,'Fire Sources',328,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:32:25','2023-05-03 14:36:29'),(3054,'Maintenance',328,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:32:25','2023-05-03 14:36:29'),(3055,'Means of Escape',328,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:32:25','2023-05-03 14:36:29'),(3056,'Training',328,7.00,9,'dbb716c3-9901-4d60-9344-a01f9dcd2915','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3057,'Fire Warden',328,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3058,'General Information',328,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3059,'Property Information',328,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3060,'Those at Risk',328,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3061,'Policy Procedures',328,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3062,'Fire Precautions',328,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-03 14:32:26','2023-05-03 14:36:29'),(3063,'Fire Sources',329,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3064,'Maintenance',329,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3065,'Means of Escape',329,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3066,'Fire Warden',329,9.00,10,'5a2309be-358c-4d11-98ad-9daa7bb1a78f','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3067,'General Information',329,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3068,'Property Information',329,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3069,'Those at Risk',329,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3070,'Policy Procedures',329,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-03 14:36:29','2023-05-03 14:37:26'),(3071,'Fire Precautions',329,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-03 14:36:30','2023-05-03 14:37:26'),(3072,'Training',329,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-03 14:36:30','2023-05-03 14:37:26'),(3073,'Fire Sources',330,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:37:26','2023-05-03 14:47:38'),(3074,'Maintenance',330,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:37:26','2023-05-03 14:47:38'),(3075,'Means of Escape',330,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:37:26','2023-05-03 14:47:38'),(3076,'General Information',330,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:37:26','2023-05-03 14:47:38'),(3077,'Property Information',330,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:37:27','2023-05-03 14:47:38'),(3078,'Those at Risk',330,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:37:27','2023-05-03 14:47:38'),(3079,'Policy Procedures',330,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-03 14:37:27','2023-05-03 14:47:38'),(3080,'Fire Precautions',330,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-03 14:37:27','2023-05-03 14:47:38'),(3081,'Training',330,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-03 14:37:27','2023-05-03 14:47:38'),(3082,'Fire Warden',330,9.00,10,'c22e3494-d1f6-4bc7-a00a-b350437e4d4d','2023-05-03 14:37:27','2023-05-03 14:47:38'),(3083,'Fire Sources',331,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-03 14:47:38','2023-05-04 16:00:28'),(3084,'Maintenance',331,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-03 14:47:38','2023-05-04 16:00:28'),(3085,'Means of Escape',331,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-03 14:47:38','2023-05-04 16:00:28'),(3086,'General Information',331,8.00,1,'9ba0b5a4-7abc-451b-8f00-7d65b0202d01','2023-05-03 14:47:38','2023-05-04 16:00:28'),(3087,'Property Information',331,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-03 14:47:38','2023-05-04 16:00:28'),(3088,'Those at Risk',331,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-03 14:47:39','2023-05-04 16:00:28'),(3089,'Policy Procedures',331,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-03 14:47:39','2023-05-04 16:00:28'),(3090,'Fire Precautions',331,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-03 14:47:39','2023-05-04 16:00:28'),(3091,'Training',331,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-03 14:47:39','2023-05-04 16:00:28'),(3092,'Fire Warden',331,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-03 14:47:39','2023-05-04 16:00:28'),(3093,'Fire Sources',332,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3094,'Maintenance',332,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3095,'Means of Escape',332,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3096,'Property Information',332,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3097,'Those at Risk',332,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3098,'Policy Procedures',332,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3099,'Fire Precautions',332,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3100,'Training',332,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3101,'Fire Warden',332,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3102,'General Information',332,8.00,1,'0002e4ea-57c7-4031-921c-d05ca3f24263','2023-05-04 16:00:28','2023-05-04 16:01:41'),(3103,'Fire Sources',333,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-04 16:01:41','2023-05-04 16:02:25'),(3104,'Maintenance',333,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-04 16:01:41','2023-05-04 16:02:25'),(3105,'Means of Escape',333,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-04 16:01:41','2023-05-04 16:02:25'),(3106,'Property Information',333,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-04 16:01:41','2023-05-04 16:02:25'),(3107,'Those at Risk',333,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-04 16:01:42','2023-05-04 16:02:25'),(3108,'Policy Procedures',333,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-04 16:01:42','2023-05-04 16:02:25'),(3109,'Fire Precautions',333,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-04 16:01:42','2023-05-04 16:02:25'),(3110,'Training',333,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-04 16:01:42','2023-05-04 16:02:25'),(3111,'Fire Warden',333,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-04 16:01:42','2023-05-04 16:02:25'),(3112,'General Information',333,8.00,1,'105de724-985a-4f07-9089-c81bfaefb474','2023-05-04 16:01:42','2023-05-04 16:02:25'),(3113,'Fire Sources',334,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3114,'Maintenance',334,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3115,'Means of Escape',334,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3116,'Property Information',334,7.00,2,'bb5c8c72-ab56-4e62-b551-7727188f4fab','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3117,'Those at Risk',334,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3118,'Policy Procedures',334,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3119,'Fire Precautions',334,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3120,'Training',334,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3121,'Fire Warden',334,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3122,'General Information',334,8.00,1,'83ebedb4-7f2c-4dcb-9237-df9e4f241728','2023-05-04 16:02:25','2023-05-04 16:56:31'),(3123,'Fire Sources',384,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3124,'Maintenance',384,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3125,'Means of Escape',384,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3126,'Those at Risk',384,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3127,'Policy Procedures',384,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3128,'Fire Precautions',384,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3129,'Training',384,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3130,'Fire Warden',384,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3131,'General Information',384,8.00,1,'83ebedb4-7f2c-4dcb-9237-df9e4f241728','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3132,'Property Information',384,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-04 16:56:31','2023-05-15 08:01:44'),(3133,'Fire Sources',336,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 08:29:17','2023-05-05 09:22:00'),(3134,'Maintenance',336,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3135,'Means of Escape',336,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3136,'Those at Risk',336,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3137,'Policy Procedures',336,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3138,'Fire Precautions',336,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3139,'Training',336,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3140,'Fire Warden',336,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3141,'General Information',336,8.00,1,'83ebedb4-7f2c-4dcb-9237-df9e4f241728','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3142,'Property Information',336,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 08:29:18','2023-05-05 09:22:00'),(3143,'Fire Sources',337,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:22:00','2023-05-05 09:25:11'),(3144,'Maintenance',337,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3145,'Means of Escape',337,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3146,'Those at Risk',337,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3147,'Policy Procedures',337,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3148,'Fire Precautions',337,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3149,'Training',337,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3150,'Fire Warden',337,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3151,'Property Information',337,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3152,'General Information',337,8.00,1,'3d962f32-82ad-4c64-a155-4c28473f5387','2023-05-05 09:22:01','2023-05-05 09:25:11'),(3153,'Fire Sources',338,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:25:11','2023-05-05 09:28:56'),(3154,'Maintenance',338,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:25:11','2023-05-05 09:28:56'),(3155,'Means of Escape',338,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:25:11','2023-05-05 09:28:56'),(3156,'Those at Risk',338,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:25:11','2023-05-05 09:28:56'),(3157,'Policy Procedures',338,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:25:12','2023-05-05 09:28:56'),(3158,'Fire Precautions',338,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:25:12','2023-05-05 09:28:56'),(3159,'Training',338,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:25:12','2023-05-05 09:28:56'),(3160,'Fire Warden',338,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:25:12','2023-05-05 09:28:56'),(3161,'Property Information',338,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:25:12','2023-05-05 09:28:56'),(3162,'General Information',338,8.00,1,'50962d14-e8bc-46a8-9ff5-cf7eb9b77c10','2023-05-05 09:25:12','2023-05-05 09:28:56'),(3163,'Fire Sources',339,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:28:56','2023-05-05 09:30:38'),(3164,'Maintenance',339,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:28:56','2023-05-05 09:30:38'),(3165,'Means of Escape',339,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:28:56','2023-05-05 09:30:38'),(3166,'Those at Risk',339,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:28:56','2023-05-05 09:30:38'),(3167,'Policy Procedures',339,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:28:56','2023-05-05 09:30:38'),(3168,'Fire Precautions',339,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:28:57','2023-05-05 09:30:38'),(3169,'Training',339,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:28:57','2023-05-05 09:30:38'),(3170,'Fire Warden',339,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:28:57','2023-05-05 09:30:38'),(3171,'Property Information',339,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:28:57','2023-05-05 09:30:38'),(3172,'General Information',339,8.00,1,'4311ce4f-0228-4634-a007-11a27fef3148','2023-05-05 09:28:57','2023-05-05 09:30:38'),(3173,'Fire Sources',340,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:30:38','2023-05-05 09:41:09'),(3174,'Maintenance',340,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:30:38','2023-05-05 09:41:09'),(3175,'Means of Escape',340,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:30:38','2023-05-05 09:41:09'),(3176,'Those at Risk',340,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:30:38','2023-05-05 09:41:09'),(3177,'Policy Procedures',340,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:30:38','2023-05-05 09:41:09'),(3178,'Fire Precautions',340,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:30:39','2023-05-05 09:41:09'),(3179,'Training',340,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:30:39','2023-05-05 09:41:09'),(3180,'Fire Warden',340,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:30:39','2023-05-05 09:41:09'),(3181,'Property Information',340,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:30:39','2023-05-05 09:41:09'),(3182,'General Information',340,8.00,1,'889c83cd-75c5-4936-8e4a-922d1bbb446c','2023-05-05 09:30:39','2023-05-05 09:41:09'),(3183,'Fire Sources',341,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3184,'Maintenance',341,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3185,'Means of Escape',341,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3186,'Those at Risk',341,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3187,'Policy Procedures',341,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3188,'Fire Precautions',341,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3189,'Training',341,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3190,'Fire Warden',341,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3191,'Property Information',341,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3192,'General Information',341,8.00,1,'35abd98b-e80c-4e0d-90fd-95ba6f4204ba','2023-05-05 09:41:09','2023-05-05 09:58:03'),(3193,'Fire Sources',342,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:58:03','2023-05-05 09:58:14'),(3194,'Maintenance',342,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:58:03','2023-05-05 09:58:14'),(3195,'Means of Escape',342,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:58:03','2023-05-05 09:58:14'),(3196,'Those at Risk',342,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:58:03','2023-05-05 09:58:14'),(3197,'Policy Procedures',342,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:58:04','2023-05-05 09:58:14'),(3198,'Fire Precautions',342,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:58:04','2023-05-05 09:58:14'),(3199,'Training',342,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:58:04','2023-05-05 09:58:14'),(3200,'Fire Warden',342,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:58:04','2023-05-05 09:58:14'),(3201,'Property Information',342,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:58:04','2023-05-05 09:58:14'),(3202,'General Information',342,8.00,1,'6f8136f3-67cf-49bf-94a6-137af647baba','2023-05-05 09:58:04','2023-05-05 09:58:14'),(3203,'Fire Sources',343,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 09:58:14','2023-05-05 10:00:15'),(3204,'Maintenance',343,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 09:58:14','2023-05-05 10:00:15'),(3205,'Means of Escape',343,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 09:58:14','2023-05-05 10:00:15'),(3206,'Those at Risk',343,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 09:58:14','2023-05-05 10:00:15'),(3207,'Policy Procedures',343,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 09:58:14','2023-05-05 10:00:15'),(3208,'Fire Precautions',343,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 09:58:15','2023-05-05 10:00:15'),(3209,'Training',343,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 09:58:15','2023-05-05 10:00:15'),(3210,'Fire Warden',343,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 09:58:15','2023-05-05 10:00:15'),(3211,'Property Information',343,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 09:58:15','2023-05-05 10:00:15'),(3212,'General Information',343,8.00,1,'7a37c866-9836-4417-a29c-b7420e2864ab','2023-05-05 09:58:15','2023-05-05 10:00:15'),(3213,'Fire Sources',344,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:00:15','2023-05-05 10:02:31'),(3214,'Maintenance',344,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:00:15','2023-05-05 10:02:31'),(3215,'Means of Escape',344,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:00:15','2023-05-05 10:02:31'),(3216,'Those at Risk',344,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3217,'Policy Procedures',344,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3218,'Fire Precautions',344,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3219,'Training',344,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3220,'Fire Warden',344,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3221,'Property Information',344,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3222,'General Information',344,8.00,1,'43e666af-5ac0-45b9-a452-b59fea57cc7e','2023-05-05 10:00:16','2023-05-05 10:02:31'),(3223,'Fire Sources',345,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:02:31','2023-05-05 10:03:58'),(3224,'Maintenance',345,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:02:31','2023-05-05 10:03:58'),(3225,'Means of Escape',345,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:02:31','2023-05-05 10:03:58'),(3226,'Those at Risk',345,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:02:31','2023-05-05 10:03:58'),(3227,'Policy Procedures',345,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:02:31','2023-05-05 10:03:58'),(3228,'Fire Precautions',345,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:02:31','2023-05-05 10:03:59'),(3229,'Training',345,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:02:32','2023-05-05 10:03:59'),(3230,'Fire Warden',345,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:02:32','2023-05-05 10:03:59'),(3231,'Property Information',345,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 10:02:32','2023-05-05 10:03:59'),(3232,'General Information',345,8.00,1,'f640a0e8-1f6c-4f1f-b2d4-0995697b6519','2023-05-05 10:02:32','2023-05-05 10:03:59'),(3233,'Fire Sources',346,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3234,'Maintenance',346,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3235,'Means of Escape',346,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3236,'Those at Risk',346,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3237,'Policy Procedures',346,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3238,'Fire Precautions',346,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3239,'Training',346,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3240,'Fire Warden',346,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3241,'Property Information',346,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3242,'General Information',346,8.00,1,'93d762a8-3eee-47ce-b440-24986e5c67a5','2023-05-05 10:03:59','2023-05-05 10:05:05'),(3243,'Fire Sources',347,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:05:05','2023-05-05 10:08:58'),(3244,'Maintenance',347,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:05:05','2023-05-05 10:08:58'),(3245,'Means of Escape',347,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:05:05','2023-05-05 10:08:58'),(3246,'Those at Risk',347,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:05:05','2023-05-05 10:08:58'),(3247,'Policy Procedures',347,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:05:05','2023-05-05 10:08:58'),(3248,'Fire Precautions',347,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:05:05','2023-05-05 10:08:58'),(3249,'Training',347,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:05:06','2023-05-05 10:08:58'),(3250,'Fire Warden',347,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:05:06','2023-05-05 10:08:58'),(3251,'Property Information',347,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 10:05:06','2023-05-05 10:08:58'),(3252,'General Information',347,8.00,1,'483c9016-374d-4c29-8599-a9158434ce8d','2023-05-05 10:05:06','2023-05-05 10:08:58'),(3253,'Fire Sources',348,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3254,'Maintenance',348,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3255,'Means of Escape',348,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3256,'Those at Risk',348,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3257,'Policy Procedures',348,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3258,'Fire Precautions',348,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3259,'Training',348,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3260,'Fire Warden',348,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3261,'Property Information',348,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 10:08:58','2023-05-05 10:10:01'),(3262,'General Information',348,8.00,1,'0d403a3d-b8b5-43d7-9ab4-1241117bffb9','2023-05-05 10:08:59','2023-05-05 10:10:01'),(3263,'Fire Sources',349,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:10:01','2023-05-05 10:31:35'),(3264,'Maintenance',349,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:10:01','2023-05-05 10:31:35'),(3265,'Means of Escape',349,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:10:01','2023-05-05 10:31:35'),(3266,'Those at Risk',349,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:10:01','2023-05-05 10:31:35'),(3267,'Policy Procedures',349,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:10:02','2023-05-05 10:31:35'),(3268,'Fire Precautions',349,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:10:02','2023-05-05 10:31:35'),(3269,'Training',349,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:10:02','2023-05-05 10:31:35'),(3270,'Fire Warden',349,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:10:02','2023-05-05 10:31:35'),(3271,'Property Information',349,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-05 10:10:02','2023-05-05 10:31:35'),(3272,'General Information',349,8.00,1,'f683d8c1-2453-4597-8765-1c375121c91f','2023-05-05 10:10:03','2023-05-05 10:31:35'),(3273,'Fire Sources',350,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3274,'Maintenance',350,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3275,'Means of Escape',350,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3276,'Those at Risk',350,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3277,'Policy Procedures',350,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3278,'Fire Precautions',350,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3279,'Training',350,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3280,'Fire Warden',350,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3281,'General Information',350,8.00,1,'f683d8c1-2453-4597-8765-1c375121c91f','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3282,'Property Information',350,7.00,2,'4d859ab8-565f-4381-a205-a4916f543cd2','2023-05-05 10:31:35','2023-05-05 10:34:48'),(3283,'Fire Sources',351,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3284,'Maintenance',351,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3285,'Means of Escape',351,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3286,'Those at Risk',351,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3287,'Policy Procedures',351,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3288,'Fire Precautions',351,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3289,'Training',351,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:34:48','2023-05-05 10:40:45'),(3290,'Fire Warden',351,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:34:49','2023-05-05 10:40:45'),(3291,'General Information',351,8.00,1,'f683d8c1-2453-4597-8765-1c375121c91f','2023-05-05 10:34:49','2023-05-05 10:40:45'),(3292,'Property Information',351,7.00,2,'7b9263f5-76cf-48cf-a999-6b4ce4b4247a','2023-05-05 10:34:49','2023-05-05 10:40:45'),(3293,'Fire Sources',352,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3294,'Maintenance',352,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3295,'Means of Escape',352,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3296,'Those at Risk',352,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3297,'Policy Procedures',352,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3298,'Fire Precautions',352,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3299,'Training',352,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3300,'Fire Warden',352,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3301,'General Information',352,8.00,1,'f683d8c1-2453-4597-8765-1c375121c91f','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3302,'Property Information',352,7.00,2,'e5b14c98-3201-4852-85a5-abe62c938960','2023-05-05 10:40:45','2023-05-05 11:16:18'),(3303,'Fire Sources',353,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3304,'Maintenance',353,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3305,'Means of Escape',353,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3306,'Those at Risk',353,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3307,'Policy Procedures',353,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3308,'Fire Precautions',353,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3309,'Training',353,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 11:16:18','2023-05-05 11:18:44'),(3310,'Fire Warden',353,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 11:16:19','2023-05-05 11:18:44'),(3311,'Property Information',353,7.00,2,'e5b14c98-3201-4852-85a5-abe62c938960','2023-05-05 11:16:19','2023-05-05 11:18:44'),(3312,'General Information',353,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-05 11:16:19','2023-05-05 11:18:44'),(3313,'Fire Sources',354,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 11:18:44','2023-05-05 12:01:58'),(3314,'Maintenance',354,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 11:18:44','2023-05-05 12:01:58'),(3315,'Means of Escape',354,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 11:18:44','2023-05-05 12:01:58'),(3316,'Those at Risk',354,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3317,'Policy Procedures',354,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3318,'Fire Precautions',354,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3319,'Training',354,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3320,'Fire Warden',354,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3321,'General Information',354,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3322,'Property Information',354,7.00,2,'5bca5e5c-6d87-4216-8d30-ac2b8c09668a','2023-05-05 11:18:45','2023-05-05 12:01:58'),(3323,'Fire Sources',355,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 12:01:58','2023-05-05 12:13:27'),(3324,'Maintenance',355,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 12:01:58','2023-05-05 12:13:27'),(3325,'Means of Escape',355,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 12:01:58','2023-05-05 12:13:27'),(3326,'Those at Risk',355,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 12:01:58','2023-05-05 12:13:27'),(3327,'Policy Procedures',355,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 12:01:58','2023-05-05 12:13:27'),(3328,'Fire Precautions',355,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 12:01:58','2023-05-05 12:13:27'),(3329,'Training',355,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 12:01:59','2023-05-05 12:13:27'),(3330,'Fire Warden',355,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 12:01:59','2023-05-05 12:13:27'),(3331,'General Information',355,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-05 12:01:59','2023-05-05 12:13:27'),(3332,'Property Information',355,7.00,2,'7658b80e-36e7-4dc0-a700-fabfceaa0c8b','2023-05-05 12:01:59','2023-05-05 12:13:27'),(3333,'Fire Sources',356,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3334,'Maintenance',356,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3335,'Means of Escape',356,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3336,'Those at Risk',356,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3337,'Policy Procedures',356,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3338,'Fire Precautions',356,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3339,'Training',356,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3340,'Fire Warden',356,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3341,'General Information',356,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3342,'Property Information',356,7.00,2,'15120c42-c36a-4ea7-86c8-77c4ac494781','2023-05-05 12:13:27','2023-05-05 12:16:35'),(3343,'Fire Sources',357,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3344,'Maintenance',357,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3345,'Means of Escape',357,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3346,'Those at Risk',357,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3347,'Policy Procedures',357,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3348,'Fire Precautions',357,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3349,'Training',357,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3350,'Fire Warden',357,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 12:16:35','2023-05-05 12:20:41'),(3351,'General Information',357,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-05 12:16:35','2023-05-05 12:20:42'),(3352,'Property Information',357,7.00,2,'008e4e9f-0d4c-4cfb-a6c7-2ca56a9c1ae9','2023-05-05 12:16:35','2023-05-05 12:20:42'),(3353,'Fire Sources',358,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3354,'Maintenance',358,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3355,'Means of Escape',358,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3356,'Those at Risk',358,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3357,'Policy Procedures',358,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3358,'Fire Precautions',358,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3359,'Training',358,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3360,'Fire Warden',358,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3361,'General Information',358,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-05 12:20:42','2023-05-08 05:27:36'),(3362,'Property Information',358,7.00,2,'c9ccbdd7-dc01-4876-a9fd-73bfeca121b8','2023-05-05 12:20:43','2023-05-08 05:27:36'),(3363,'Fire Sources',359,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3364,'Maintenance',359,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3365,'Means of Escape',359,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3366,'Those at Risk',359,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3367,'Policy Procedures',359,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3368,'Fire Precautions',359,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3369,'Training',359,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3370,'Fire Warden',359,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3371,'General Information',359,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3372,'Property Information',359,7.00,2,'31bd7beb-5eb4-481d-bda0-eb2401788fb9','2023-05-08 05:27:36','2023-05-08 05:27:44'),(3373,'Fire Sources',360,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-08 05:27:44','2023-05-08 05:28:50'),(3374,'Maintenance',360,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-08 05:27:44','2023-05-08 05:28:50'),(3375,'Means of Escape',360,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-08 05:27:44','2023-05-08 05:28:50'),(3376,'Those at Risk',360,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-08 05:27:44','2023-05-08 05:28:50'),(3377,'Policy Procedures',360,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-08 05:27:45','2023-05-08 05:28:50'),(3378,'Fire Precautions',360,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-08 05:27:45','2023-05-08 05:28:50'),(3379,'Training',360,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-08 05:27:45','2023-05-08 05:28:50'),(3380,'Fire Warden',360,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-08 05:27:45','2023-05-08 05:28:50'),(3381,'General Information',360,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-08 05:27:45','2023-05-08 05:28:50'),(3382,'Property Information',360,7.00,2,'f1160cfb-9447-4505-8abe-3118a39df6cd','2023-05-08 05:27:45','2023-05-08 05:28:50'),(3383,'Fire Sources',361,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-08 05:28:50','2023-05-08 05:33:03'),(3384,'Maintenance',361,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-08 05:28:50','2023-05-08 05:33:03'),(3385,'Means of Escape',361,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-08 05:28:50','2023-05-08 05:33:03'),(3386,'Those at Risk',361,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3387,'Policy Procedures',361,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3388,'Fire Precautions',361,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3389,'Training',361,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3390,'Fire Warden',361,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3391,'General Information',361,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3392,'Property Information',361,7.00,2,'352bad38-1b06-40f0-88f2-97142ebf5f31','2023-05-08 05:28:51','2023-05-08 05:33:03'),(3393,'Fire Sources',362,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3394,'Maintenance',362,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3395,'Means of Escape',362,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3396,'Those at Risk',362,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3397,'Policy Procedures',362,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3398,'Fire Precautions',362,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3399,'Training',362,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3400,'Fire Warden',362,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3401,'General Information',362,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3402,'Property Information',362,7.00,2,'2c5e7a8a-6a00-40ba-bc38-b096e898cc4c','2023-05-08 05:33:03','2023-05-08 05:34:02'),(3403,'Fire Sources',363,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-08 05:34:02','2023-05-08 05:36:08'),(3404,'Maintenance',363,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-08 05:34:02','2023-05-08 05:36:08'),(3405,'Means of Escape',363,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-08 05:34:02','2023-05-08 05:36:08'),(3406,'Those at Risk',363,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-08 05:34:02','2023-05-08 05:36:08'),(3407,'Policy Procedures',363,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-08 05:34:02','2023-05-08 05:36:08'),(3408,'Fire Precautions',363,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-08 05:34:03','2023-05-08 05:36:08'),(3409,'Training',363,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-08 05:34:03','2023-05-08 05:36:08'),(3410,'Fire Warden',363,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-08 05:34:03','2023-05-08 05:36:08'),(3411,'General Information',363,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-08 05:34:03','2023-05-08 05:36:08'),(3412,'Property Information',363,7.00,2,'b9bc65a3-c087-483f-a176-5418cc5fb54a','2023-05-08 05:34:03','2023-05-08 05:36:08'),(3413,'Fire Sources',366,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3414,'Maintenance',366,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3415,'Means of Escape',366,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3416,'Those at Risk',366,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3417,'Policy Procedures',366,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3418,'Fire Precautions',366,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3419,'Training',366,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3420,'Fire Warden',366,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3421,'General Information',366,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3422,'Property Information',366,7.00,2,'e76c74a5-3dee-4d04-8a92-8ccf2c18efde','2023-05-08 05:36:08','2023-05-09 08:31:58'),(3424,'Fire Sources',367,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3425,'Maintenance',367,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3426,'Means of Escape',367,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3427,'Those at Risk',367,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3428,'Policy Procedures',367,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3429,'Fire Precautions',367,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3430,'Training',367,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3431,'Fire Warden',367,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3432,'General Information',367,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3433,'Property Information',367,7.00,2,'504f5440-fa75-426c-9fa6-d69824e52b8b','2023-05-09 08:31:58','2023-05-09 08:32:24'),(3434,'Fire Sources',368,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3435,'Maintenance',368,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3436,'Means of Escape',368,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3437,'Those at Risk',368,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3438,'Policy Procedures',368,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3439,'Fire Precautions',368,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3440,'Training',368,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3441,'Fire Warden',368,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3442,'General Information',368,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3443,'Property Information',368,7.00,2,'680f12e5-6489-4c58-821f-8d3b12c8902f','2023-05-09 08:32:24','2023-05-09 10:56:24'),(3444,'Fire Sources',369,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3445,'Maintenance',369,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3446,'Means of Escape',369,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3447,'Those at Risk',369,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3448,'Policy Procedures',369,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3449,'Fire Precautions',369,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3450,'Training',369,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3451,'Fire Warden',369,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3452,'General Information',369,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3453,'Property Information',369,7.00,2,'ca506714-2a00-422b-8570-931f90c6aef1','2023-05-09 10:56:24','2023-05-09 12:12:03'),(3454,'Fire Sources',370,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 12:12:03','2023-05-09 12:12:53'),(3455,'Maintenance',370,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3456,'Means of Escape',370,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3457,'Those at Risk',370,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3458,'Policy Procedures',370,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3459,'Fire Precautions',370,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3460,'Training',370,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3461,'Fire Warden',370,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3462,'General Information',370,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3463,'Property Information',370,7.00,2,'6d430094-1f82-4e4e-aaed-6a2b06d3befe','2023-05-09 12:12:04','2023-05-09 12:12:53'),(3464,'Fire Sources',371,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3465,'Maintenance',371,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3466,'Means of Escape',371,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3467,'Those at Risk',371,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3468,'Policy Procedures',371,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3469,'Fire Precautions',371,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3470,'Training',371,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 12:12:53','2023-05-09 12:14:19'),(3471,'Fire Warden',371,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 12:12:54','2023-05-09 12:14:19'),(3472,'General Information',371,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 12:12:54','2023-05-09 12:14:19'),(3473,'Property Information',371,7.00,2,'2c60d643-efe7-4e38-ba79-bde2d1a0cfb2','2023-05-09 12:12:54','2023-05-09 12:14:19'),(3474,'Fire Sources',372,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 12:14:19','2023-05-09 14:22:55'),(3475,'Maintenance',372,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 12:14:19','2023-05-09 14:22:55'),(3476,'Means of Escape',372,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 12:14:19','2023-05-09 14:22:55'),(3477,'Those at Risk',372,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 12:14:19','2023-05-09 14:22:55'),(3478,'Policy Procedures',372,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 12:14:19','2023-05-09 14:22:55'),(3479,'Fire Precautions',372,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 12:14:20','2023-05-09 14:22:55'),(3480,'Training',372,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 12:14:20','2023-05-09 14:22:55'),(3481,'Fire Warden',372,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 12:14:20','2023-05-09 14:22:55'),(3482,'General Information',372,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 12:14:20','2023-05-09 14:22:55'),(3483,'Property Information',372,7.00,2,'48c0fac0-0201-4753-997e-abcd9d0e8634','2023-05-09 12:14:20','2023-05-09 14:22:55'),(3484,'Fire Sources',373,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:22:55','2023-05-09 14:24:15'),(3485,'Maintenance',373,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:22:55','2023-05-09 14:24:15'),(3486,'Means of Escape',373,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:22:55','2023-05-09 14:24:15'),(3487,'Those at Risk',373,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:22:55','2023-05-09 14:24:15'),(3488,'Policy Procedures',373,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:22:55','2023-05-09 14:24:15'),(3489,'Fire Precautions',373,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:22:56','2023-05-09 14:24:15'),(3490,'Training',373,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:22:56','2023-05-09 14:24:15'),(3491,'Fire Warden',373,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:22:56','2023-05-09 14:24:15'),(3492,'General Information',373,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:22:56','2023-05-09 14:24:15'),(3493,'Property Information',373,7.00,2,'83d72e11-5b9c-46fe-93b1-f758457ffd9c','2023-05-09 14:22:56','2023-05-09 14:24:16'),(3494,'Fire Sources',374,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3495,'Maintenance',374,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3496,'Means of Escape',374,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3497,'Those at Risk',374,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3498,'Policy Procedures',374,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3499,'Fire Precautions',374,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3500,'Training',374,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3501,'Fire Warden',374,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3502,'General Information',374,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3503,'Property Information',374,7.00,2,'1e9ad92e-eca3-450e-a12a-4de9c87c5edb','2023-05-09 14:24:16','2023-05-09 14:32:54'),(3504,'Fire Sources',375,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3505,'Maintenance',375,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3506,'Means of Escape',375,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3507,'Those at Risk',375,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3508,'Policy Procedures',375,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3509,'Fire Precautions',375,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3510,'Training',375,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:32:54','2023-05-09 14:33:37'),(3511,'Fire Warden',375,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:32:55','2023-05-09 14:33:37'),(3512,'General Information',375,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:32:55','2023-05-09 14:33:37'),(3513,'Property Information',375,7.00,2,'afee6396-1baa-410a-8764-088866dd4572','2023-05-09 14:32:55','2023-05-09 14:33:37'),(3514,'Fire Sources',376,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3515,'Maintenance',376,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3516,'Means of Escape',376,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3517,'Those at Risk',376,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3518,'Policy Procedures',376,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3519,'Fire Precautions',376,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3520,'Training',376,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3521,'Fire Warden',376,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3522,'General Information',376,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3523,'Property Information',376,7.00,2,'23cafa47-20a3-42c0-bdda-453c0835e1da','2023-05-09 14:33:37','2023-05-09 14:33:50'),(3524,'Fire Sources',377,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:33:50','2023-05-09 14:34:13'),(3525,'Maintenance',377,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3526,'Means of Escape',377,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3527,'Those at Risk',377,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3528,'Policy Procedures',377,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3529,'Fire Precautions',377,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3530,'Training',377,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3531,'Fire Warden',377,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3532,'General Information',377,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3533,'Property Information',377,7.00,2,'96c31ea5-70c7-46db-ac8f-73f622d807aa','2023-05-09 14:33:51','2023-05-09 14:34:13'),(3534,'Fire Sources',378,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:34:13','2023-05-09 14:48:58'),(3535,'Maintenance',378,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:34:13','2023-05-09 14:48:58'),(3536,'Means of Escape',378,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:34:13','2023-05-09 14:48:58'),(3537,'Those at Risk',378,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:34:13','2023-05-09 14:48:58'),(3538,'Policy Procedures',378,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:34:13','2023-05-09 14:48:58'),(3539,'Fire Precautions',378,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:34:14','2023-05-09 14:48:58'),(3540,'Training',378,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:34:14','2023-05-09 14:48:58'),(3541,'Fire Warden',378,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:34:14','2023-05-09 14:48:58'),(3542,'General Information',378,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:34:14','2023-05-09 14:48:58'),(3543,'Property Information',378,7.00,2,'03a42839-5c51-45e2-93e7-2a4380f5d7b4','2023-05-09 14:34:14','2023-05-09 14:48:58'),(3544,'Fire Sources',379,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:48:58','2023-05-09 14:49:14'),(3545,'Maintenance',379,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3546,'Means of Escape',379,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3547,'Those at Risk',379,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3548,'Policy Procedures',379,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3549,'Fire Precautions',379,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3550,'Training',379,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3551,'Fire Warden',379,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3552,'General Information',379,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3553,'Property Information',379,7.00,2,'7af8b8ae-c990-44cb-be30-5ef53603b439','2023-05-09 14:48:59','2023-05-09 14:49:14'),(3554,'Fire Sources',380,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3555,'Maintenance',380,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3556,'Means of Escape',380,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3557,'Those at Risk',380,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3558,'Policy Procedures',380,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3559,'Fire Precautions',380,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3560,'Training',380,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3561,'Fire Warden',380,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3562,'General Information',380,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3563,'Property Information',380,7.00,2,'7ddc820f-091c-4e6d-9cb3-c229ec6c323a','2023-05-09 14:49:14','2023-05-09 14:49:55'),(3564,'Fire Sources',381,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:49:55','2023-05-09 14:50:18'),(3565,'Maintenance',381,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:49:55','2023-05-09 14:50:18'),(3566,'Means of Escape',381,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:49:55','2023-05-09 14:50:18'),(3567,'Those at Risk',381,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:49:55','2023-05-09 14:50:18'),(3568,'Policy Procedures',381,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:49:55','2023-05-09 14:50:18'),(3569,'Fire Precautions',381,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:49:55','2023-05-09 14:50:18'),(3570,'Training',381,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:49:56','2023-05-09 14:50:18'),(3571,'Fire Warden',381,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:49:56','2023-05-09 14:50:18'),(3572,'General Information',381,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:49:56','2023-05-09 14:50:18'),(3573,'Property Information',381,7.00,2,'20b5df1d-9098-41e5-9dd1-d3d2f0cd0fc8','2023-05-09 14:49:56','2023-05-09 14:50:18'),(3574,'Fire Sources',382,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:50:18','2023-05-09 14:51:25'),(3575,'Maintenance',382,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:50:18','2023-05-09 14:51:25'),(3576,'Means of Escape',382,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:50:18','2023-05-09 14:51:25'),(3577,'Those at Risk',382,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:50:18','2023-05-09 14:51:25'),(3578,'Policy Procedures',382,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:50:19','2023-05-09 14:51:25'),(3579,'Fire Precautions',382,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:50:19','2023-05-09 14:51:25'),(3580,'Training',382,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:50:19','2023-05-09 14:51:25'),(3581,'Fire Warden',382,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:50:19','2023-05-09 14:51:25'),(3582,'General Information',382,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:50:19','2023-05-09 14:51:25'),(3583,'Property Information',382,7.00,2,'d76fa661-cf5f-4b70-9450-5efd5f8690d6','2023-05-09 14:50:19','2023-05-09 14:51:25'),(3584,'Fire Sources',383,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3585,'Maintenance',383,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3586,'Means of Escape',383,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3587,'Those at Risk',383,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3588,'Policy Procedures',383,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3589,'Fire Precautions',383,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3590,'Training',383,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3591,'Fire Warden',383,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3592,'General Information',383,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3593,'Property Information',383,7.00,2,'783ab9a7-0004-4a8f-af9f-eb983805b0a7','2023-05-09 14:51:25','2023-05-09 14:51:25'),(3594,'Fire Sources',385,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-09 14:51:25','2023-05-15 11:00:30'),(3595,'Maintenance',385,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-09 14:51:25','2023-05-15 11:00:30'),(3596,'Means of Escape',385,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-09 14:51:25','2023-05-15 11:00:30'),(3597,'Those at Risk',385,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-09 14:51:25','2023-05-15 11:00:30'),(3598,'Policy Procedures',385,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-09 14:51:25','2023-05-15 11:00:30'),(3599,'Fire Precautions',385,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-09 14:51:26','2023-05-15 11:00:30'),(3600,'Training',385,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-09 14:51:26','2023-05-15 11:00:30'),(3601,'Fire Warden',385,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-09 14:51:26','2023-05-15 11:00:30'),(3602,'General Information',385,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-09 14:51:26','2023-05-15 11:00:30'),(3604,'Property Information',385,7.00,2,'77ca7ef8-725c-4ea1-a76c-570f019e2208','2023-05-09 14:51:26','2023-05-15 11:00:30'),(3605,'Fire Sources',3,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3606,'Maintenance',3,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3607,'Means of Escape',3,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3608,'Those at Risk',3,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3609,'Policy Procedures',3,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3610,'Fire Precautions',3,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3611,'Training',3,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3612,'Fire Warden',3,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3613,'Property Information',3,7.00,2,'efb7ddf7-0be5-4588-9d4e-e92972d23b10','2023-05-15 08:01:44','2023-05-15 08:01:44'),(3614,'General Information',3,8.00,1,'d4214d16-fb22-474f-b404-b75c4265df13','2023-05-15 08:01:45','2023-05-15 08:01:45'),(3615,'Fire Sources',386,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3616,'Maintenance',386,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3617,'Means of Escape',386,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3618,'Those at Risk',386,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3619,'Policy Procedures',386,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3620,'Fire Precautions',386,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3621,'Training',386,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3622,'Fire Warden',386,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3623,'General Information',386,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3624,'Property Information',386,7.00,2,'e0200332-650c-49dd-8113-1b6ebb32b2ce','2023-05-15 11:00:30','2023-05-15 11:27:43'),(3625,'Fire Sources',387,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 11:27:43','2023-05-15 14:48:43'),(3626,'Maintenance',387,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 11:27:43','2023-05-15 14:48:43'),(3627,'Means of Escape',387,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 11:27:43','2023-05-15 14:48:43'),(3628,'Those at Risk',387,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 11:27:43','2023-05-15 14:48:43'),(3629,'Policy Procedures',387,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 11:27:43','2023-05-15 14:48:43'),(3630,'Fire Precautions',387,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 11:27:43','2023-05-15 14:48:43'),(3631,'Training',387,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 11:27:44','2023-05-15 14:48:43'),(3632,'Fire Warden',387,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 11:27:44','2023-05-15 14:48:43'),(3633,'General Information',387,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 11:27:44','2023-05-15 14:48:43'),(3634,'Property Information',387,7.00,2,'225a23d1-1daf-419a-ad4e-ef33f25b9a3a','2023-05-15 11:27:44','2023-05-15 14:48:43'),(3635,'Fire Sources',388,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3636,'Maintenance',388,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3637,'Means of Escape',388,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3638,'Those at Risk',388,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3639,'Policy Procedures',388,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3640,'Fire Precautions',388,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3641,'Training',388,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3642,'Fire Warden',388,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3643,'General Information',388,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3644,'Property Information',388,7.00,2,'1e65cc3d-da3f-4779-b45a-2e32eb1e2811','2023-05-15 14:48:43','2023-05-15 14:50:30'),(3645,'Fire Sources',389,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3646,'Maintenance',389,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3647,'Means of Escape',389,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3648,'Those at Risk',389,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3649,'Policy Procedures',389,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3650,'Fire Precautions',389,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3651,'Training',389,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3652,'Fire Warden',389,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3653,'General Information',389,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3654,'Property Information',389,7.00,2,'243149b0-ba1d-4489-9817-269e367e6041','2023-05-15 14:50:30','2023-05-15 14:53:27'),(3655,'Fire Sources',390,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3656,'Maintenance',390,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3657,'Means of Escape',390,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3658,'Those at Risk',390,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3659,'Policy Procedures',390,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3660,'Fire Precautions',390,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3661,'Training',390,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3662,'Fire Warden',390,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3663,'General Information',390,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3664,'Property Information',390,7.00,2,'2dbd4237-2bcd-465f-a367-2a0400871220','2023-05-15 14:53:27','2023-05-15 15:00:59'),(3665,'Fire Sources',391,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 15:00:59','2023-05-15 15:04:14'),(3666,'Maintenance',391,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 15:00:59','2023-05-15 15:04:14'),(3667,'Means of Escape',391,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 15:00:59','2023-05-15 15:04:14'),(3668,'Those at Risk',391,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 15:00:59','2023-05-15 15:04:14'),(3669,'Policy Procedures',391,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 15:00:59','2023-05-15 15:04:14'),(3670,'Fire Precautions',391,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 15:00:59','2023-05-15 15:04:14'),(3671,'Training',391,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 15:01:00','2023-05-15 15:04:14'),(3672,'Fire Warden',391,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 15:01:00','2023-05-15 15:04:14'),(3673,'General Information',391,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 15:01:00','2023-05-15 15:04:14'),(3674,'Property Information',391,7.00,2,'a37ffe90-5a57-4e5e-a136-bad8650ad529','2023-05-15 15:01:00','2023-05-15 15:04:14'),(3675,'Fire Sources',392,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 15:04:14','2023-05-15 15:06:50'),(3676,'Maintenance',392,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 15:04:14','2023-05-15 15:06:50'),(3677,'Means of Escape',392,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3678,'Those at Risk',392,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3679,'Policy Procedures',392,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3680,'Fire Precautions',392,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3681,'Training',392,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3682,'Fire Warden',392,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3683,'General Information',392,8.00,1,'a5ff1bf2-dd08-483a-a1d8-02f859ab5df7','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3684,'Property Information',392,7.00,2,'c746abb7-4348-43b9-bf90-18ddf1f67dc1','2023-05-15 15:04:15','2023-05-15 15:06:50'),(3685,'Fire Sources',393,10.00,3,'d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3686,'Maintenance',393,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3687,'Means of Escape',393,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3688,'Those at Risk',393,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3689,'Policy Procedures',393,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3690,'Fire Precautions',393,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3691,'Training',393,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3692,'Fire Warden',393,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3693,'Property Information',393,7.00,2,'c746abb7-4348-43b9-bf90-18ddf1f67dc1','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3694,'General Information',393,8.00,1,'b5206d69-ac4e-4a31-8c7c-6785e75b8ff4','2023-05-15 15:06:50','2023-05-15 15:07:25'),(3695,'Maintenance',335,4.00,7,'e74a3a70-36bd-48bf-baa4-6c8e68f621cf','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3696,'Means of Escape',335,10.00,8,'14a8c463-639a-458f-b6ff-d86ae63357e3','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3697,'Those at Risk',335,9.00,4,'95a5f12d-a0fc-4f39-8e95-714fa3368b43','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3698,'Policy Procedures',335,4.00,5,'62cfe485-7e09-4beb-896c-144df5051c53','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3699,'Fire Precautions',335,8.00,6,'6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3700,'Training',335,7.00,9,'35d2e362-d79e-4d71-9c49-917d7acd8b30','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3701,'Fire Warden',335,9.00,10,'3e3988dc-472d-4fb6-b63a-b346bc52fbf5','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3702,'Property Information',335,7.00,2,'c746abb7-4348-43b9-bf90-18ddf1f67dc1','2023-05-15 15:07:25','2023-05-15 15:07:25'),(3703,'General Information',335,8.00,1,'b5206d69-ac4e-4a31-8c7c-6785e75b8ff4','2023-05-15 15:07:26','2023-05-15 15:07:26'),(3704,'Fire Sources',335,10.00,3,'9f16dfbc-eb3c-4b9b-a733-dbb32d37df10','2023-05-15 15:07:26','2023-05-15 15:07:26');
/*!40000 ALTER TABLE `assessment_template_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `assessment_templates`
--

DROP TABLE IF EXISTS `assessment_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assessment_templates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `featured_image` varchar(255) DEFAULT NULL,
  `revision_id` varchar(255) NOT NULL,
  `revised` tinyint(1) NOT NULL DEFAULT 0,
  `assessment_template_type` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=394 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `assessment_templates`
--

LOCK TABLES `assessment_templates` WRITE;
/*!40000 ALTER TABLE `assessment_templates` DISABLE KEYS */;
INSERT INTO `assessment_templates` VALUES (3,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','d4214d16-fb22-474f-b404-b75c4265df13',0,1,'2022-11-17 11:49:43','2023-05-15 08:01:45'),(4,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'3848824b-6098-4563-b428-712ed460870b',1,1,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(5,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'30d12a0d-a6e6-41ae-93f3-3106a7c28167',1,1,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(6,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'90832000-c12a-4bed-8322-ca7f09b6f75a',1,1,'2022-11-21 22:12:03','2022-11-21 22:12:03'),(7,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'e9aef69c-ebe4-4970-acb8-f79ccbf00b7d',1,1,'2022-11-21 22:31:33','2022-11-21 22:31:33'),(8,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'17ce592c-6c8b-4c6b-b533-017e12ac37dd',1,1,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(9,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'5bc8b65b-301f-4449-8d23-8f021ceb03fb',1,1,'2022-11-22 14:27:21','2022-11-22 14:27:21'),(10,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'94e837bf-bc88-4e54-b892-a4909e4f31d3',1,1,'2022-11-22 14:29:13','2022-11-22 14:29:13'),(11,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'0ede1c57-73f7-4bc5-b4e8-9a892a5e77e5',1,1,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(12,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'1d532222-b9a8-41b7-bb5b-0cd6ed831375',1,1,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(13,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'578a725e-19a9-4c53-9f02-bc423e22c5c0',1,1,'2022-11-22 16:09:01','2022-11-22 16:09:01'),(14,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'01caf714-6ab0-4c97-9548-0e9750b5d712',1,1,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(15,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'4578071e-e08d-48d2-b1b7-fcfbf639053f',1,1,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(16,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'4578071e-e08d-48d2-b1b7-fcfbf639053f',1,1,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(17,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'615d4b3f-0826-40f7-accf-d05122d50d3f',1,1,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(18,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'2ce4700a-1c87-423b-8f4e-478583f0be95',1,1,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(19,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'1306efeb-edc4-4006-9dc2-c87f3505dee1',1,1,'2022-11-22 17:11:50','2022-11-22 17:11:50'),(20,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'1173e7c3-1e35-485e-819b-0bc36cb05b3d',1,1,'2022-11-22 17:12:10','2022-11-22 17:12:10'),(21,'Landlord Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.',NULL,'9f43b7ab-b809-46ed-b434-ec7f700c8575',1,1,'2022-11-22 17:14:37','2022-11-22 17:14:37'),(23,'Landlord Wizard Form','Assessment for the Landlords','[[]]','796df183-0075-4740-b36f-7fa1272e77ac',1,1,'2022-11-23 21:01:47','2022-11-23 21:01:47'),(24,'Landlord Wizard Form','Assessment for the Landlords','[[]]','32e0836c-3dbd-4297-a012-e7cab85b8e88',1,1,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(25,'Landlord Wizard Form','Assessment for the Landlords','[[]]','c3f12a61-a52f-4359-8dac-4fee9a91525e',1,1,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(26,'Landlord Wizard Form','Assessment for the Landlords','[[]]','3b448333-3c5d-4694-9e46-dff71be7d037',1,1,'2022-11-23 21:12:26','2022-11-23 21:12:26'),(27,'Landlord Wizard Form','Assessment for the Landlords','[[]]','0c3a4899-da21-4585-9607-6d0b91b14432',1,1,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(28,'Landlord Wizard Form','Assessment for the Landlords','[[]]','d90ef64a-f8bb-45c1-a0bb-b053ecbfc234',1,1,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(29,'Landlord Wizard Form','Assessment for the Landlords','[[]]','ec4759b3-9b86-4ff9-acc3-5cfac5169f98',1,1,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(30,'Landlord Wizard Form','Assessment for the Landlords','[[]]','28b37a86-12c2-4abf-b40c-2b537f0008b9',1,1,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(31,'Landlord Wizard Form','Assessment for the Landlords','[[]]','44b38bea-b741-4d98-b00b-e5ea4c0e6ff3',1,1,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(32,'Landlord Wizard Form','Assessment for the Landlords','[[]]','f5d50993-329f-4d2f-8f23-9caf7e5a5a53',1,1,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(33,'Landlord Wizard Form','Assessment for the Landlords','[[]]','2eb90a03-3837-4b54-843d-364bb94fcb48',1,1,'2022-11-24 15:22:13','2022-11-24 15:22:13'),(34,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','5e72878f-725f-4207-b798-d319c41747f9',1,1,'2022-11-30 00:32:10','2022-11-30 00:32:10'),(35,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','010bfaa7-87ac-4afb-ab1d-62243c07cb21',1,1,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(36,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','b1f5e912-7f2f-4075-bf08-3704f95c8bc6',1,1,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(37,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','24bf9b87-8f24-4f44-86bd-065788def687',1,1,'2022-11-30 00:42:25','2022-11-30 00:42:25'),(38,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','bda99f4c-7522-483a-be18-aba5af4b76da',1,1,'2022-11-30 08:38:38','2022-11-30 08:38:38'),(39,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','6cf902d2-d885-4ae1-b4ba-e6ebf42671be',1,1,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(40,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','b6807e98-025d-4849-a9dd-ec4518ef3960',1,1,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(41,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','b995e58f-1d40-4934-bd23-246f8bb7f54c',1,1,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(42,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','fcf2b789-5980-4d8f-beb3-7272a9d2ea32',1,1,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(43,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','a59b76d9-5f1e-4f31-9c9a-16fd1e339447',1,1,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(44,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','3ab1745c-f7a7-48cd-8207-0b5b2d7445e7',1,1,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(45,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','a28d7a1a-ad0a-47e5-b271-33fb66625301',1,1,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(46,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','60bd653c-77e4-406b-95ed-91cd761a55bc',1,1,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(47,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','163a738f-01ca-4483-9931-b7428a3dd816',1,1,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(48,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','85f40d96-90e8-40f3-948b-5675c060fd79',1,1,'2022-11-30 10:42:55','2022-11-30 10:42:55'),(49,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','07d217f2-8d6d-4ee2-a177-46efb142c831',1,1,'2022-11-30 10:47:07','2022-11-30 10:47:07'),(50,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','585c51fe-b709-41f6-92ca-233cda7c1dac',1,1,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(51,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','367129cc-823a-4b9f-8442-b92758d11056',1,1,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(52,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','02672fad-7917-40b2-949b-a679008be5d9',1,1,'2022-11-30 11:03:41','2022-11-30 11:03:41'),(53,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','5b064fc3-d17f-4710-9b65-58736302e84f',1,1,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(54,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','e81653cc-911c-4819-ba27-8b35f8aff201',1,1,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(55,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','ffeafe18-acdc-417c-9ad8-f5abcbe4fe71',1,1,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(56,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','de058509-11a8-49b3-9a43-cf90359e50cd',1,1,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(57,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','f4a3e9e9-8d9d-4b45-b869-582cce2d063c',1,1,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(58,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','4affb228-3b0c-42ff-a3c1-4c2cbf3a793a',1,1,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(59,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','cc69a17b-3723-4da0-aa54-6f88df6e05cb',1,1,'2022-11-30 12:17:20','2022-11-30 12:17:20'),(60,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','4b9eef78-ec0d-4594-a0aa-bcb513185cec',1,1,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(61,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','dc3b799a-1235-473a-bd41-e02764ad7d00',1,1,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(62,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','533f41c0-9f90-4883-b173-d5af5feab82e',1,1,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(63,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','545578e4-c5cc-4774-b4ce-ccaf3b860fb3',1,1,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(64,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2854271d-d215-4f8e-90c7-c294092383a1',1,1,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(65,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','081cf73c-6f67-488f-834b-3c301c44f573',1,1,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(66,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2f9e3f7e-7288-496d-b94c-ddcec46a7913',1,1,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(67,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','a0fa9614-e33b-4ab8-94cc-eaad76bc0bc1',1,1,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(68,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','d8f57b25-0eed-42a5-b6a0-a54b0e2fe979',1,1,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(69,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2938c2b2-8a03-4b11-aea2-9d1e6142cfc7',1,1,'2022-11-30 21:34:08','2022-11-30 21:34:08'),(70,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','92ee2a8d-f4e4-40db-a4f6-2afee7a9fe8f',1,1,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(71,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2afa4923-d086-4223-ad39-773e706f6496',1,1,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(72,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','0ab8d2dc-d537-4000-92b4-2f0f9ec2e202',1,1,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(73,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','3921c4f7-57cb-429e-b726-3786011ab5e6',1,1,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(74,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','47493303-0713-47fe-99d4-da9ab8f1d4a3',1,1,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(75,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','07d9e6ea-f13f-4af3-97ce-68eef325f36f',1,1,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(76,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','e082a890-5f98-4fd2-8d6c-304966280be7',1,1,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(77,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2d3720b3-1fe3-4406-8f6b-2079be3f2138',1,1,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(78,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','5986c88d-f9b1-4534-bc00-7c658d93350e',1,1,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(79,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','c67abada-7a45-4be1-97dd-e5f1925249ac',1,1,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(80,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','99a772d8-a248-4449-a86a-ea89ebdbd9b6',1,1,'2022-12-01 10:48:37','2022-12-01 10:48:37'),(81,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','9ad1f370-96a0-4622-9e76-6e45937fa93d',1,1,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(82,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','bf6ab007-51a7-4a27-8498-c1716a10b2bb',1,1,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(83,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','7d7811c5-a157-4c27-a10f-c84167d2af26',1,1,'2022-12-01 13:25:00','2022-12-01 13:25:00'),(84,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','9f3fbc8b-745f-4a28-96fe-445769de60cf',1,1,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(85,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','e380f64c-de2b-4830-aa11-ea42a57e444b',1,1,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(86,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','9f2d6e3c-8427-44bc-94e0-94a7d12082ab',1,1,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(87,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','3feeed82-bddf-43fe-b738-9b5180e272c9',1,1,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(88,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','b23f114b-afac-490d-8399-7c5077e1535c',1,1,'2022-12-01 14:29:23','2022-12-01 14:29:23'),(89,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','9139aadc-bff5-4d65-919e-07e919fc55b6',1,1,'2022-12-01 14:30:01','2022-12-01 14:30:01'),(90,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','b7d3e72f-7bb2-4a07-bf8d-72657b8b87dd',1,1,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(91,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','25eeea99-4c5b-4446-a3ac-70de12740e91',1,1,'2022-12-01 14:33:22','2022-12-01 14:33:22'),(92,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','25eeea99-4c5b-4446-a3ac-70de12740e91',1,1,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(93,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','25eeea99-4c5b-4446-a3ac-70de12740e91',1,1,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(94,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','0b49a729-2d50-4e0a-91bd-84876283a42d',1,1,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(95,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','0499df70-2476-4fa7-9c16-2ec8bfc8855b',1,1,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(96,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','be7a3cf7-7b52-444c-9491-64032f1a26ec',1,1,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(97,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','a280306f-cd56-4ea3-b4b0-ef4e5cd5f8bd',1,1,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(98,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','06681a5f-530c-434c-ac1e-8d9527f72b22',1,1,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(99,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','06681a5f-530c-434c-ac1e-8d9527f72b22',1,1,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(100,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','c51aec87-2905-4f95-8247-03741c449b44',1,1,'2022-12-01 15:08:28','2022-12-01 15:08:28'),(101,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','d7db114b-2e56-44e0-9f76-fa5d54de1af7',1,1,'2022-12-01 15:17:03','2022-12-01 15:17:03'),(102,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','c73496e0-9cc2-4b0b-b4ab-e83fa61e5011',1,1,'2022-12-01 15:20:59','2022-12-01 15:20:59'),(103,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','f2c6001d-d30c-4800-97da-8e4ab8114589',1,1,'2022-12-01 15:32:15','2022-12-01 15:32:15'),(104,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','ea2868d3-bb34-4082-b813-d897d9113694',1,1,'2022-12-01 15:33:20','2022-12-01 15:33:20'),(105,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','18b78781-d907-4576-bba9-ee05bcca32e6',1,1,'2022-12-01 15:47:17','2022-12-01 15:47:17'),(106,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','b4af023c-ef2a-45ac-8086-a22649fbc866',1,1,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(107,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','bc210f14-6adc-4070-8c3d-f47c6bc5d814',1,1,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(108,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','e00b4186-c2a6-49d8-a874-7d79e36f3f2b',1,1,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(109,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','47ff98ae-a482-4b27-bc45-211339739a81',1,1,'2022-12-01 16:35:48','2022-12-01 16:35:48'),(110,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','7b0ea61b-815f-4c44-afd4-37c1c195e3c1',1,1,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(111,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','066e7cf2-8948-46e0-a445-aae9d18fd056',1,1,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(112,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','0c580e29-627d-4fb0-baed-543f692f5b6c',1,1,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(113,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2aa8f55c-ccb0-4eae-bb54-80b5ecbac761',1,1,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(114,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','6cdec262-1b66-4d08-8bb4-f59c05bcc90b',1,1,'2022-12-01 17:05:11','2022-12-01 17:05:11'),(115,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','23b494d5-3ea4-40b7-b746-92fbb20137a9',1,1,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(116,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','4c973d0d-8030-4bea-b74a-623fa2411ef6',1,1,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(117,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','63466705-8308-4cd9-aef1-38e5ef2e7b87',1,1,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(118,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','2f52575d-2326-4567-94ed-0cb194a67fc5',1,1,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(119,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','c1df967f-70a5-40c2-97a3-808e417559ba',1,1,'2022-12-01 17:14:20','2022-12-01 17:14:20'),(120,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','4eaecf4d-f783-4fbf-8b94-5a2124748065',1,1,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(121,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','cc1b7a3d-bbb5-4405-b00e-6fc2bb7134ad',1,1,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(122,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','9b984cdc-09de-421b-a881-5d72a5df113a',1,1,'2022-12-01 21:18:55','2022-12-01 21:18:55'),(123,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','01024835-7ba9-40f0-8f5f-50ac4fb851d5',1,1,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(124,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','dfac72fd-4961-4236-9e1f-f63575b927c5',1,1,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(125,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','9fe8b86c-5863-4289-91ad-c9650bcee7c1',1,1,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(126,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','35503cf0-c0e0-4015-9171-2efcec1f1c3a',1,1,'2022-12-01 21:35:06','2022-12-01 21:35:06'),(127,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','0f57326a-02f7-4ae9-9997-d192fca80903',1,1,'2022-12-01 21:36:00','2022-12-01 21:36:00'),(128,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','4da1f793-5e47-4fea-8f65-7cb0f4fb834d',1,1,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(129,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','96e4074d-aed7-4868-9a56-35731c241037',1,1,'2022-12-01 21:41:08','2022-12-01 21:41:08'),(130,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','1a6cd6eb-4870-41a3-ab64-3938f9c6bd67',1,1,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(131,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','f937e7ed-b5a4-41b6-85e1-3cd4d5701d7c',1,1,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(132,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/7D3tOsNepvM87TnZXlXfhexM1qc28KF6rSQ7yNwN.jpg','454ad5a7-5952-4761-95bd-abdb381cedcb',1,1,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(133,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','536901db-2dc2-42e1-9656-1931b27f93ca',0,2,'2023-01-10 10:10:24','2023-04-27 13:56:30'),(134,'Business Wizard Form','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','9e95367c-a2dc-46e5-aa7b-c580345a246d',1,1,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(136,'Business Wizard Form','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/pQUd8hgPEukWGRceR4WVqaAuYJg9ZwlbmI1HlpZy.jpg','45df168b-45ff-4f1c-ab0b-bfc7cbe120c8',0,1,'2023-02-10 08:37:51','2023-02-16 10:34:33'),(137,'Advanced Wizard Form','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/1XNnO0AFH0QHjOTqJRb8IEp4JqYySyW6LUqbdEAJ.jpg','fd1ad413-940c-4bfa-b2b0-f11bd9198b2d',1,1,'2023-02-10 14:12:32','2023-02-10 14:12:32'),(140,'Advanced Wizard Form','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','b86a83fa-58f8-47e0-b993-4fb093c644ff',1,1,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(141,'Business Wizard Form','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/pQUd8hgPEukWGRceR4WVqaAuYJg9ZwlbmI1HlpZy.jpg','6118dfa2-b6e4-476a-a659-fd7d721c7615',1,1,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(142,'Business Wizard Form','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/pQUd8hgPEukWGRceR4WVqaAuYJg9ZwlbmI1HlpZy.jpg','34c13775-455d-4652-a280-35858b50d2ed',1,1,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(143,'Business Wizard Form','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/pQUd8hgPEukWGRceR4WVqaAuYJg9ZwlbmI1HlpZy.jpg','77906397-e8e1-4ff3-8503-ac480792774b',1,1,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(144,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','88d10c7e-85f9-4d83-823f-36d789880378',1,1,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(145,'Test Competency','Aut tempora harum at','featured_images/N7auxyfwcBwrolWPHmAB81NFz12K7cHUcPDR3hbv.jpg','25cc12a9-196b-43c9-9253-2b64cb161a6f',1,2,'2023-02-22 15:58:54','2023-02-22 15:58:54'),(146,'Test Competency','Aut tempora harum at','featured_images/N7auxyfwcBwrolWPHmAB81NFz12K7cHUcPDR3hbv.jpg','8faf9b52-bed1-4dd4-acda-8e51d9d36f41',1,2,'2023-02-22 15:59:00','2023-02-22 15:59:00'),(147,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','4496a539-e4d7-4bf5-b0db-93e45b8ddf80',1,1,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(148,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','f1e23c9a-159f-499e-bff8-7f499069364f',1,1,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(149,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','e0e8a27a-b193-4b92-a6b1-4f427a4960ef',1,1,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(150,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','73560d6a-0af2-43f4-89dc-6f5d14ca91ba',1,1,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(151,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','73560d6a-0af2-43f4-89dc-6f5d14ca91ba',1,1,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(152,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','08501bf1-5b73-4e5b-aa9f-bdc698583b2c',1,1,'2023-03-09 15:13:48','2023-03-09 15:13:48'),(153,'Advanced Wizard Form copy','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/dRCZcp9NFephnq5gWSFXnu9vcn0gC2nREa4Chn94.jpg','2c86ae18-b564-4ab3-902d-7d330ac16900',1,1,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(154,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','12a1708a-ae37-4b5f-8bcb-2cfd20a094bb',1,1,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(156,'Test','Test','featured_images/Ip68zFnOzl6o0ZEKgYY0Zcd7i2QvQYZOWA1UWV6I.jpg','96bbcb56-b7ec-43e8-a2a7-9a0ffbd3a770',1,1,'2023-03-16 21:16:13','2023-03-16 21:16:13'),(157,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','821f7eaf-453e-4c51-90bb-60b2675dc195',1,1,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(158,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','6e44659c-eed1-4918-9e28-64e653e4fc3a',1,1,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(159,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','e52c6b96-2634-4382-8a21-3d18545224c1',1,1,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(160,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','b57ee4ec-5573-434a-b1a1-752d8ce38480',1,1,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(161,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','6a7f16a2-4a9c-4b2f-b1f8-bb9b2712aff4',1,1,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(162,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','4c336d75-544c-450e-9853-94b7e98591a5',1,1,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(163,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','ebc7af1a-215e-440c-880b-07550cb19dd3',1,1,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(164,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','03f21317-5efc-4395-8ae2-36f204fb397d',1,1,'2023-03-17 14:42:29','2023-03-17 14:42:29'),(165,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','841a3fac-deeb-4a02-b5d1-e1e9fe017406',1,1,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(166,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','92e5b4b0-b01e-4cea-854a-374474a3c7c7',1,1,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(167,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','8a9f99e6-a484-42ce-8228-f1943182b65b',1,1,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(168,'test01','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis leo sollicitudin sed amet adipiscing vestibulum feugiat.','featured_images/KLjXNqe7FYuyfA1hgtmqHPNtQCmFzusJXmXVTexY.jpg','5f457ebf-6079-45b3-8689-c8e3d02da074',1,1,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(169,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','bae7163f-8a4d-4f7d-a516-7feda555c07e',1,1,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(170,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','59ec3cfb-26b3-4c82-a353-86ccabf002ed',1,1,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(171,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','59ec3cfb-26b3-4c82-a353-86ccabf002ed',1,1,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(172,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','935fecb7-57f1-432e-8733-d778974cc5c2',1,1,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(173,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','f04ae3ed-a527-4de7-82c8-d9db278b18d3',1,1,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(174,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','399fe27c-3b1f-4f8b-9e31-a0dc02d42be3',1,1,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(175,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','f3c0237b-c3d3-4b3e-8585-2c365be9485b',1,1,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(176,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','f0ca9a34-8119-42b7-ae09-9b8f553e0b5a',1,1,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(177,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','abbc211b-219e-4d6f-9710-5bc810b22640',1,1,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(178,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','927da3d1-f35b-451d-a764-c104b186f066',1,1,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(180,'Testing Ground','Testing Ground','featured_images/dIiRb129BMKfuAXR613Z1DwpXaOTjSN64fNODOT7.jpg','440da3d7-d94b-411c-8dda-7cdd22c219c1',1,1,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(181,'Testing Ground','Testing Ground','featured_images/dIiRb129BMKfuAXR613Z1DwpXaOTjSN64fNODOT7.jpg','17b480d8-3a34-419e-a6f8-b8de9b110328',1,1,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(183,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','6086f2da-4d89-4079-8b8f-f897c25bed16',1,1,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(184,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','70bdfee3-5e30-4bb6-9ef6-f005123e1549',1,1,'2023-03-29 09:43:14','2023-03-29 09:43:14'),(185,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','8905b406-bd07-405c-8025-7eaf194407e8',1,1,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(186,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','fd9b9704-00d4-4821-8918-2f7a50d2bfff',1,1,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(187,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','aa8d8cae-ad90-4221-93aa-aa6af952a606',1,1,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(188,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','4e6d2c1f-ba2a-4e9f-af7a-0224cbce4ccd',1,1,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(189,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','3c6c8156-b2d5-4253-a4e8-f2391c1ae896',1,1,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(190,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','258a11e7-0f57-466c-8cc1-2e58482be5f4',1,1,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(191,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','e3ec62db-babf-4026-8de5-5cb0780518e1',1,1,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(192,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','093bba72-e308-43cb-8318-43dfb991e1d3',1,1,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(193,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','3dd8edee-e3bd-4edd-8ae8-7a671a8d78e7',1,1,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(194,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','443f4358-af29-4ed9-988e-2a4600f10a0b',1,1,'2023-03-30 10:21:34','2023-03-30 10:21:34'),(195,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','28b4da33-7c13-41b8-88e5-9cec9f8fe0ab',1,1,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(196,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','44147e68-924c-471b-adc0-c877f46327e5',1,1,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(197,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','ed2b8026-b4c6-493c-b3a3-fd8c92cefea1',1,1,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(198,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','2dfbad5b-c0d5-4d4a-bcd1-02377ab20d2c',1,1,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(199,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','f146d4d5-7ce4-40dc-bcec-cfaac0ba65bc',1,1,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(200,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','0b419a67-0a8f-459e-ada2-ca59b8e0f7ab',1,1,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(201,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','79d008fe-dde9-4e75-94a2-193b08f8b7b8',1,1,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(202,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','bcd7ee92-b81a-4468-9377-af417c0c3eb7',1,1,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(203,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','609cdf51-da71-4161-b312-85a0dae3ff74',1,1,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(204,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','cb0aba7d-9bc0-4f01-9c34-78e339dc5eae',1,1,'2023-04-03 16:41:22','2023-04-03 16:41:22'),(205,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','cd19c91f-cb0c-4b8a-9b27-15276779c08c',1,1,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(206,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','a838220e-36d4-4e03-b5da-1062429b59ba',1,1,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(207,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','1958bf40-a3f2-43ba-abd6-9731f8f66a11',1,1,'2023-04-03 17:14:34','2023-04-03 17:14:34'),(208,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','a997df3f-3546-4e0c-b7b2-206b7cc0df75',1,1,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(209,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','9741b81e-ad14-4c46-8309-7a373ad4070a',1,1,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(210,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','e39d43d9-da02-4d3a-8e77-40e1c48a707f',1,1,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(211,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','3929875c-52e7-4992-ae73-a61b86c13428',1,1,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(212,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','1d8b99ca-2a6a-43e5-ad61-626fbd337d33',1,1,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(213,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','2dae8cac-6944-489a-a165-394116f4082b',1,1,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(214,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','fe3a1435-6f8f-4262-8534-77a3b8e983b9',1,1,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(215,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','8e7fb293-ae73-4779-ba4f-0631d8ff0d4a',1,1,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(216,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','219d722b-64b3-43a2-96b3-6fc4d9c2fea1',1,1,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(217,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','2b56e2a1-7a5d-4de9-aece-7fb39c2c6dc3',1,2,'2023-04-05 18:50:32','2023-04-05 18:50:32'),(218,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','77b60c43-e9fc-4a1a-90ed-d55d5d2746e5',1,2,'2023-04-05 18:52:14','2023-04-05 18:52:14'),(219,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','b76a14bd-2090-42c8-bdb9-ab23e30c6976',1,2,'2023-04-05 18:53:07','2023-04-05 18:53:07'),(220,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e752fc2a-171a-4ed6-b489-b5df1086faf3',1,2,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(221,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','a8393545-05e6-4cca-b688-b3e243ee61c5',1,2,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(222,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','c3b86272-1a28-4c85-9f06-97ac43b858e0',1,2,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(223,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','d53660e7-2660-465a-a3cb-f0eec81910b3',1,2,'2023-04-05 19:00:12','2023-04-05 19:00:12'),(224,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','7be23063-f050-427c-8e94-331b4c4e9e91',1,2,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(225,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e8d85051-f27f-4179-9e3d-b6e17e2763fd',1,2,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(226,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','18bada03-d183-4c58-9570-b1b1b9c69051',1,2,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(227,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','243b1630-8240-4d1b-add0-e7318cab66d9',1,2,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(228,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','85e84855-da73-44af-95d5-c1b5da09f848',1,2,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(229,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','3ab6fe67-ab36-4472-9755-86095c880e65',1,2,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(230,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e97d6965-91d0-4361-b25f-931b43021e1b',1,2,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(231,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e97d6965-91d0-4361-b25f-931b43021e1b',1,2,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(232,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e97d6965-91d0-4361-b25f-931b43021e1b',1,2,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(233,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','ad164122-e460-4cac-8f51-3708ffe29388',1,2,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(234,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','bfe23676-5c64-420d-a13d-60f6c02f4726',1,2,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(235,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e192ce18-8395-4b58-baef-b695e220b8e9',1,2,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(236,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','b2f752f1-0301-4893-b63d-81f3a59d0b5e',1,2,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(237,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','1a79ab10-8e9e-4b02-b943-16e832c88188',1,2,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(238,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','d3714bea-d53b-45c8-b206-d1a08b1d4624',1,2,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(239,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','0b42fe2f-5cff-492c-a0a6-87e5125272c9',1,2,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(240,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','68337fa9-8169-46ee-beeb-053ab562cb88',1,2,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(241,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','50fdcd0d-51c0-4215-b174-d6ec341a7df2',1,2,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(242,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','2d9224fa-4a3b-44d7-8104-e651f4abfd15',1,2,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(243,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','8ecde643-a0b4-4187-addd-a7e8e15fdf99',1,2,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(244,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','20081b9b-5bd3-4338-92d3-bbf2b022dba1',1,2,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(245,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','4e7d5fbc-2fea-4db8-8c62-6d642a3d1e52',1,2,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(246,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','713d4f32-8b7c-4c2d-b98e-570cf40e6bf9',1,2,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(247,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','37398dac-b642-4924-9f5f-6e09aecb8491',1,2,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(248,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','69a0bcc3-8e19-4cb1-bb58-d3d2bfee96e8',1,2,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(249,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','854e5871-ba5a-4bf6-b532-1031a500521f',1,2,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(250,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','21bc9e8e-1182-4199-a0e0-6bf08c40c1fa',1,2,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(251,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','ad494d1b-df76-4c6a-9deb-a159a2643101',1,2,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(252,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','2a55c206-8b2f-468e-9c18-a494774dd681',1,2,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(253,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','263ffdca-6ba8-49b9-8b25-4e33b5e4e4e3',1,2,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(254,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','3d3e50ab-3ced-4218-8f0c-4b256043b953',1,2,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(255,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','73fcf24a-37ac-49ef-a084-7885de866333',1,2,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(256,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','23b2a8d0-013d-494d-a821-20fc6428931c',1,2,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(257,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','0e8d49fe-64c4-4552-82da-211264936c78',1,2,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(258,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','fb65e7e1-9685-4c15-a986-51b6ccc158ca',1,2,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(259,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','4f0f397b-aee3-4af8-919d-aa5dbb091b57',1,2,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(260,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','a1271843-22d3-45cb-91df-4845b8fdabaf',1,2,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(261,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','24f8312c-dfee-49da-9d8f-b0a2de6fb5fe',1,2,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(262,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti\n\n*Let me know if you need the certificate designed and in which format.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','256ff4c1-52cc-4425-9dd4-2640e549c8c6',1,2,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(263,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','c9a1366a-3566-47ce-938b-4cf243fbbc93',1,1,'2023-04-12 15:15:35','2023-04-12 15:15:35'),(264,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','c87d0766-dd8b-46ea-91ec-185e65908574',1,1,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(265,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','896abc05-97db-4121-939e-0443809d6697',1,1,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(266,'Landlord Wizard FormEWTRIETEIT','Assessment for the LandlordsIEYIWTRIUWYTEWYTOWE','featured_images/3gl5F3GANqaoONceAfXGJWkoIRce4hItEjhwji7B.webp','ea6ab106-360e-45f4-b597-22ea55b55950',1,1,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(267,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','2c32f6b1-2466-4ef9-a2a5-6bc65a157759',1,2,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(268,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','f0ed542c-1236-4ce0-934a-923fc7589d6a',1,2,'2023-04-13 13:21:00','2023-04-13 13:21:00'),(269,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','0e251c88-fbe1-4a83-8de6-e98d1f6e3721',1,2,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(270,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','431581c1-c2b6-4f03-8dde-86a76af21145',1,2,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(271,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','473fa6a3-407b-48c1-813f-1d2923e17e8f',1,2,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(272,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','d1c5e120-8675-45de-846c-0cec931bb75d',1,2,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(273,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','652d58b1-10a4-456c-a384-8fda71195d22',1,2,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(274,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','838d1992-c39b-4ec9-94de-e6ca46ebd2fc',1,2,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(275,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','057a55a3-2a2e-4636-a0ba-1a8b2a1de5d7',1,2,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(276,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','654dcf42-1e22-43e0-83eb-bbd77d361a0c',1,2,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(277,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','d19f031a-f242-41e9-8eac-10808726590d',1,2,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(278,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','8af65c6e-ad97-409b-ab25-f476fb8bf32a',1,2,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(279,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','9199a218-f489-444e-a647-291e09ff070d',1,2,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(280,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','fdc175cb-f8e7-4158-a476-15065c97c9ee',1,2,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(281,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','cc512ff4-d19f-4ecc-87ba-87d818cb5983',1,2,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(282,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','4a2a212f-5fab-4f0d-bd5b-cdb2b5234106',1,2,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(283,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','f14e3ec1-438f-467e-9373-6e404057c164',1,2,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(284,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','8d47441b-b6f0-4f8a-a44f-61442e0d9f25',1,2,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(285,'FRA Wizard Competency Test','Information:Users must be registered members (not paid) to access the competency test. The test is not compulsory.\n\nThe test is split into seven sections and has a combined total of 40 questions, and is timed at 60 minutes. They must answer 80% of the questions correctly to pass the test. There is no limit on the number of times they can take the test. (They can retake the test multiple times.)\n\nOnce passed, they will receive an email notification and certification. The certificate must be automatically populated with their name, pass percentage and pass date and added to their profile as a PDF.\n\nIncluded on the certificate:\nName\nPass percentage\nPass date\nSigned by: T. Grixti','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','20168b5e-56dd-4346-ba51-e8035350b190',1,2,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(286,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','1c4f9381-98c8-46b0-a2c1-135d3958880f',1,2,'2023-04-26 09:53:24','2023-04-26 09:53:24'),(287,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','6dbe242b-c9a5-4d3a-a682-91df488a45f5',1,2,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(288,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','80aeb7b2-9a64-49a6-845b-9404e666977a',1,2,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(289,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','7aa906a2-0241-494e-8a9c-638516a57887',1,2,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(290,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','cd2b2801-085e-4682-9802-5fabe95a15ff',1,2,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(291,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','9169e060-6dc1-42cc-86c4-cbe23165ab74',1,2,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(292,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','7cad30fd-6293-4e13-b996-dbd249f62752',1,2,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(293,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','7aeabec3-4efd-485a-accf-0e645256efff',1,2,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(294,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','6bbdf474-105e-4ef0-8b2a-40e8fadb724a',1,2,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(295,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','e4125f0a-734f-48d9-88c0-3c602b0c0b1b',1,2,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(296,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','562b61bf-34aa-46ae-9d0b-4ecc4b7f3ba2',1,2,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(297,'FRA Wizard Competency Test','The FRA Wizard Competency Test is a useful tool designed to help beginners test their knowledge in fire safety and gain a better understanding of the steps needed to complete a Fire Risk Assessment.\n\nThe test presents a series of questions related to fire safety. Users can select their answers and submit them for evaluation.\n\nAfter submitting your answers, you will presented with a score. You can take the test as many times as you like, free of charge.','featured_images/lstX63CVh6Tt9PvgURS3MBXfetk4Q9T2wwPrTw5L.jpg','a9baa62d-23cc-4a71-b80a-4ed2f0f642ec',1,2,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(299,'test','Test','featured_images/Qh613td9pehYfpSOmCqsk6Olc7oJr4RmZAIsnR3l.jpg','9f3b1a23-5edf-47e1-a8f4-499471487927',1,1,'2023-04-28 10:19:46','2023-04-28 10:19:46'),(300,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','a7d88461-70bd-40e6-9f76-f9a20fe3c39c',1,1,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(301,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','eadf3056-ab3f-4163-9994-0cebca7c1d7f',1,1,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(302,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','80b77a8f-cb3d-4f38-9bad-4b7bde0f7ac0',1,1,'2023-05-01 10:10:48','2023-05-01 10:10:48'),(303,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','b748e3fd-99ee-4509-bcf9-ec6e8e988b24',1,1,'2023-05-01 10:13:55','2023-05-01 10:13:55'),(304,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','d1e9abe8-cc1e-4e58-8c30-5ca2e09c0d3e',1,1,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(305,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','e7792c1b-5453-411d-941b-ca98774ee436',1,1,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(306,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','e1435ee5-5d93-4f1d-a2e0-0140b969db87',1,1,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(307,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','f8f992f6-2d78-43d7-8782-1936c26e6919',1,1,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(308,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','06ff56ec-4f65-4477-92da-9233e5862188',1,1,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(309,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','fdf89c82-9c5c-4646-9810-0f2a7cf28dc3',1,1,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(310,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','701992e4-3218-4bc4-94b3-aa3f04f96499',1,1,'2023-05-01 12:12:30','2023-05-01 12:12:30'),(311,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','a0004855-b950-4929-a7a1-8fee454481b3',1,1,'2023-05-01 12:12:35','2023-05-01 12:12:35'),(312,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','e74a3a70-36bd-48bf-baa4-6c8e68f621cf',1,1,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(313,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','9b72d4ef-461e-42b8-aba0-9b993e3d4805',1,1,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(314,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','fc15ba6b-407b-4578-8dec-404b7c10645c',1,1,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(315,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','17d8f09b-67dc-4754-9c56-30d98ec36e50',1,1,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(316,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','14a8c463-639a-458f-b6ff-d86ae63357e3',1,1,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(317,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','5d3ff25f-d3b7-4a9d-9240-a2e11e938b29',1,1,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(318,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','29f81c5e-8d04-401c-afe0-4f0db2bbe5b7',1,1,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(319,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','dbb716c3-9901-4d60-9344-a01f9dcd2915',1,1,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(320,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','14be8806-b8b3-4294-b571-07c14461654f',1,1,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(321,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','1f4f167c-e848-4627-90bc-cd218f397904',1,1,'2023-05-01 15:56:09','2023-05-01 15:56:09'),(322,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','5a2309be-358c-4d11-98ad-9daa7bb1a78f',1,1,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(323,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','9ba0b5a4-7abc-451b-8f00-7d65b0202d01',1,1,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(324,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','bb5c8c72-ab56-4e62-b551-7727188f4fab',1,1,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(325,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','95a5f12d-a0fc-4f39-8e95-714fa3368b43',1,1,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(326,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','454614ca-ad01-49b9-82f3-435db59fe877',1,1,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(327,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','62cfe485-7e09-4beb-896c-144df5051c53',1,1,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(328,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','6cb07cb2-e7c9-4dd0-9c7d-384ec2cbe5c3',1,1,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(329,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','35d2e362-d79e-4d71-9c49-917d7acd8b30',1,1,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(330,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','c22e3494-d1f6-4bc7-a00a-b350437e4d4d',1,1,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(331,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','3e3988dc-472d-4fb6-b63a-b346bc52fbf5',1,1,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(332,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','0002e4ea-57c7-4031-921c-d05ca3f24263',1,1,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(333,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','105de724-985a-4f07-9089-c81bfaefb474',1,1,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(334,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','83ebedb4-7f2c-4dcb-9237-df9e4f241728',1,1,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(335,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','9f16dfbc-eb3c-4b9b-a733-dbb32d37df10',0,1,'2023-05-05 08:29:17','2023-05-15 15:07:26'),(336,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','47bb1270-8211-423e-8de7-cb2bacf01591',1,1,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(337,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','3d962f32-82ad-4c64-a155-4c28473f5387',1,1,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(338,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','50962d14-e8bc-46a8-9ff5-cf7eb9b77c10',1,1,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(339,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','4311ce4f-0228-4634-a007-11a27fef3148',1,1,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(340,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','889c83cd-75c5-4936-8e4a-922d1bbb446c',1,1,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(341,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','35abd98b-e80c-4e0d-90fd-95ba6f4204ba',1,1,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(342,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','6f8136f3-67cf-49bf-94a6-137af647baba',1,1,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(343,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','7a37c866-9836-4417-a29c-b7420e2864ab',1,1,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(344,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','43e666af-5ac0-45b9-a452-b59fea57cc7e',1,1,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(345,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','f640a0e8-1f6c-4f1f-b2d4-0995697b6519',1,1,'2023-05-05 10:03:58','2023-05-05 10:03:58'),(346,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','93d762a8-3eee-47ce-b440-24986e5c67a5',1,1,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(347,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','483c9016-374d-4c29-8599-a9158434ce8d',1,1,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(348,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','0d403a3d-b8b5-43d7-9ab4-1241117bffb9',1,1,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(349,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','f683d8c1-2453-4597-8765-1c375121c91f',1,1,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(350,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','4d859ab8-565f-4381-a205-a4916f543cd2',1,1,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(351,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','7b9263f5-76cf-48cf-a999-6b4ce4b4247a',1,1,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(352,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','e5b14c98-3201-4852-85a5-abe62c938960',1,1,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(353,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','a5ff1bf2-dd08-483a-a1d8-02f859ab5df7',1,1,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(354,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','5bca5e5c-6d87-4216-8d30-ac2b8c09668a',1,1,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(355,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','7658b80e-36e7-4dc0-a700-fabfceaa0c8b',1,1,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(356,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','15120c42-c36a-4ea7-86c8-77c4ac494781',1,1,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(357,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','008e4e9f-0d4c-4cfb-a6c7-2ca56a9c1ae9',1,1,'2023-05-05 12:20:41','2023-05-05 12:20:41'),(358,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','c9ccbdd7-dc01-4876-a9fd-73bfeca121b8',1,1,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(359,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','31bd7beb-5eb4-481d-bda0-eb2401788fb9',1,1,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(360,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','f1160cfb-9447-4505-8abe-3118a39df6cd',1,1,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(361,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','352bad38-1b06-40f0-88f2-97142ebf5f31',1,1,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(362,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','2c5e7a8a-6a00-40ba-bc38-b096e898cc4c',1,1,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(363,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','b9bc65a3-c087-483f-a176-5418cc5fb54a',1,1,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(365,'Test 3000','Test','featured_images/gY50siMhxiu4j7zazHIM8ZaZoGeeAf0HuLxtELqT.svg','eb56d88b-6441-497a-8a31-940451378475',1,1,'2023-05-08 12:34:25','2023-05-08 12:34:25'),(366,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','e76c74a5-3dee-4d04-8a92-8ccf2c18efde',1,1,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(367,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','504f5440-fa75-426c-9fa6-d69824e52b8b',1,1,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(368,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','680f12e5-6489-4c58-821f-8d3b12c8902f',1,1,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(369,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','ca506714-2a00-422b-8570-931f90c6aef1',1,1,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(370,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','6d430094-1f82-4e4e-aaed-6a2b06d3befe',1,1,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(371,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','2c60d643-efe7-4e38-ba79-bde2d1a0cfb2',1,1,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(372,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','48c0fac0-0201-4753-997e-abcd9d0e8634',1,1,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(373,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','83d72e11-5b9c-46fe-93b1-f758457ffd9c',1,1,'2023-05-09 14:24:15','2023-05-09 14:24:15'),(374,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','1e9ad92e-eca3-450e-a12a-4de9c87c5edb',1,1,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(375,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','afee6396-1baa-410a-8764-088866dd4572',1,1,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(376,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','23cafa47-20a3-42c0-bdda-453c0835e1da',1,1,'2023-05-09 14:33:50','2023-05-09 14:33:50'),(377,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','96c31ea5-70c7-46db-ac8f-73f622d807aa',1,1,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(378,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','03a42839-5c51-45e2-93e7-2a4380f5d7b4',1,1,'2023-05-09 14:48:58','2023-05-09 14:48:58'),(379,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','7af8b8ae-c990-44cb-be30-5ef53603b439',1,1,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(380,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','7ddc820f-091c-4e6d-9cb3-c229ec6c323a',1,1,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(381,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','20b5df1d-9098-41e5-9dd1-d3d2f0cd0fc8',1,1,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(382,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','d76fa661-cf5f-4b70-9450-5efd5f8690d6',1,1,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(383,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','783ab9a7-0004-4a8f-af9f-eb983805b0a7',1,1,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(384,'FRA Wizard - Landlord','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','efb7ddf7-0be5-4588-9d4e-e92972d23b10',1,1,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(385,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','77ca7ef8-725c-4ea1-a76c-570f019e2208',1,1,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(386,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','e0200332-650c-49dd-8113-1b6ebb32b2ce',1,1,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(387,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','225a23d1-1daf-419a-ad4e-ef33f25b9a3a',1,1,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(388,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','1e65cc3d-da3f-4779-b45a-2e32eb1e2811',1,1,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(389,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','243149b0-ba1d-4489-9817-269e367e6041',1,1,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(390,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','2dbd4237-2bcd-465f-a367-2a0400871220',1,1,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(391,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','a37ffe90-5a57-4e5e-a136-bad8650ad529',1,1,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(392,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','c746abb7-4348-43b9-bf90-18ddf1f67dc1',1,1,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(393,'FRA Wizard - Landlord COPY','FRA Wizard for landlords simplifies Fire Risk Assessments by providing specific questions and answers for rental properties up to six levels or 18 meters in height. It follows the PAS-79 format and complies with relevant fire safety regulations.','featured_images/E2f7kbTXhdZNgWvQ4wZOfsMJmpYo1AHmjWkXG7xA.png','b5206d69-ac4e-4a31-8c7c-6785e75b8ff4',1,1,'2023-05-15 15:07:25','2023-05-15 15:07:25');
/*!40000 ALTER TABLE `assessment_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `assessments`
--

DROP TABLE IF EXISTS `assessments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `assessments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `assessment_template_id` bigint(20) unsigned NOT NULL,
  `revision_id` varchar(255) DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `organization_id` bigint(20) unsigned NOT NULL,
  `organization_branch_id` bigint(20) unsigned DEFAULT NULL,
  `address` varchar(255) NOT NULL,
  `fra_reference_number` varchar(255) NOT NULL,
  `responsible_person` varchar(255) NOT NULL,
  `current_section_index` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 1,
  `score` int(11) DEFAULT NULL,
  `out_of` int(11) NOT NULL DEFAULT 10,
  `audit_requested` tinyint(1) NOT NULL DEFAULT 0,
  `audit_requested_message` text DEFAULT NULL,
  `audit_status` int(11) NOT NULL DEFAULT 1,
  `audit_report_message` longtext DEFAULT NULL,
  `auditor_id` bigint(20) unsigned DEFAULT NULL,
  `share_code` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `assessments_assessment_template_id_foreign` (`assessment_template_id`),
  KEY `assessments_user_id_foreign` (`user_id`),
  KEY `assessments_auditor_id_foreign` (`auditor_id`),
  KEY `assessments_organization_id_foreign` (`organization_id`),
  KEY `assessments_organization_branch_id_foreign` (`organization_branch_id`),
  CONSTRAINT `assessments_assessment_template_id_foreign` FOREIGN KEY (`assessment_template_id`) REFERENCES `assessment_templates` (`id`) ON DELETE CASCADE,
  CONSTRAINT `assessments_auditor_id_foreign` FOREIGN KEY (`auditor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  CONSTRAINT `assessments_organization_branch_id_foreign` FOREIGN KEY (`organization_branch_id`) REFERENCES `organization_branches` (`id`) ON DELETE SET NULL,
  CONSTRAINT `assessments_organization_id_foreign` FOREIGN KEY (`organization_id`) REFERENCES `organizations` (`id`) ON DELETE CASCADE,
  CONSTRAINT `assessments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `assessments`
--

LOCK TABLES `assessments` WRITE;
/*!40000 ALTER TABLE `assessments` DISABLE KEYS */;
INSERT INTO `assessments` VALUES (2,3,'796df183-0075-4740-b36f-7fa1272e77ac',2,1,NULL,'King\'s College London Waterloo Campus, Stamford Street, London, UK','FRA637D03903E92A','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(3,3,'796df183-0075-4740-b36f-7fa1272e77ac',2,1,NULL,'King\'s College London Waterloo Campus, Stamford Street, London, UK','FRA637D03903E92A','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(4,3,'796df183-0075-4740-b36f-7fa1272e77ac',2,1,NULL,'King\'s College London Waterloo Campus, Stamford Street, London, UK','FRA637D03903E92A','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(5,3,'796df183-0075-4740-b36f-7fa1272e77ac',2,1,NULL,'King\'s College London Waterloo Campus, Stamford Street, London, UK','FRA637D03903E92A','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(6,3,'bda99f4c-7522-483a-be18-aba5af4b76da',2,1,NULL,'Franklin Wilkins Building, Waterloo Campus, Stamford Street, London, UK','FRA6386A4A363CF5','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-11-30 00:48:23','2022-11-30 21:34:59'),(7,3,'2f9e3f7e-7288-496d-b94c-ddcec46a7913',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA6387C30E78D5D','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(8,3,'07d9e6ea-f13f-4af3-97ce-68eef325f36f',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA638872CC32D18','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(9,3,'e082a890-5f98-4fd2-8d6c-304966280be7',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA638873A1CB7DB','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-12-01 09:28:32','2022-12-01 09:31:03'),(10,3,'f2c6001d-d30c-4800-97da-8e4ab8114589',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA6388C6B7E0725','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-12-01 15:24:15','2022-12-01 15:27:10'),(11,3,'cc1b7a3d-bbb5-4405-b00e-6fc2bb7134ad',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA6388E1F98BD1C','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(12,3,'f937e7ed-b5a4-41b6-85e1-3cd4d5701d7c',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA6389200E46B2B','zproperty',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(13,3,'12a1708a-ae37-4b5f-8bcb-2cfd20a094bb',5,2,2,'Inventory Court, Arundel QLD, Australia','FRA6389DEA04A6C8','Virginia Morales',0,3,3,10,0,NULL,1,NULL,NULL,NULL,'2022-12-02 11:17:04','2022-12-30 11:00:06'),(14,3,'12a1708a-ae37-4b5f-8bcb-2cfd20a094bb',2,1,NULL,'Seagull Lane, London E16 1DE, UK','FRA639877F9838CD','test',6,1,0,10,0,NULL,2,NULL,NULL,NULL,'2022-12-13 13:03:06','2023-01-24 13:34:19'),(15,136,'6118dfa2-b6e4-476a-a659-fd7d721c7615',2,1,NULL,'London, UK','FRA63E9F7DB31F52','Name',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(16,3,'bae7163f-8a4d-4f7d-a516-7feda555c07e',2,1,NULL,'Academia Ipsum, Calle Sagunto, Córdoba, Spain','FRA6412B765377C7','Jessica Lara',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(17,3,'bae7163f-8a4d-4f7d-a516-7feda555c07e',2,1,NULL,'Pittville Lawn, Cheltenham, UK','FRA64184363889F4','Nathaniel Leitch',3,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-20 11:33:04','2023-03-20 14:06:26'),(18,3,'59ec3cfb-26b3-4c82-a353-86ccabf002ed',2,1,NULL,'England, UK','FRA6419E89DF2D0E','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-21 17:26:22','2023-03-21 17:26:30'),(19,3,'935fecb7-57f1-432e-8733-d778974cc5c2',2,1,NULL,'Los Angeles, CA, USA','FRA6419EA5C6FE94','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-21 17:33:33','2023-03-21 17:33:46'),(20,3,'f04ae3ed-a527-4de7-82c8-d9db278b18d3',2,1,NULL,'London, UK','FRA641A385C2A3C1','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-22 09:43:45'),(21,3,'f04ae3ed-a527-4de7-82c8-d9db278b18d3',2,1,NULL,'London, UK','FRA641A385C2A3C1','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(22,3,'f04ae3ed-a527-4de7-82c8-d9db278b18d3',2,1,NULL,'London, UK','FRA641A385C2A3C1','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(23,3,'f04ae3ed-a527-4de7-82c8-d9db278b18d3',2,1,NULL,'London, UK','FRA641A385C2A3C1','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-21 23:06:43','2023-03-21 23:06:51'),(24,3,'f04ae3ed-a527-4de7-82c8-d9db278b18d3',2,1,NULL,'E & A Hair Studio, Honeysuckle Road, Dothan, AL, USA','FRA641ACD4C2A30C','Blossom Meyers',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(25,3,'399fe27c-3b1f-4f8b-9e31-a0dc02d42be3',2,1,NULL,'London, UK','FRA641ACFCA9AAFC','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(26,3,'399fe27c-3b1f-4f8b-9e31-a0dc02d42be3',2,1,NULL,'London, UK','FRA641ACFCA9AAFC','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-22 09:52:27','2023-03-22 09:52:30'),(27,3,'399fe27c-3b1f-4f8b-9e31-a0dc02d42be3',2,1,NULL,'London, UK','FRA641AD0FF297D2','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-22 09:57:34','2023-03-22 09:57:38'),(28,3,'f0ca9a34-8119-42b7-ae09-9b8f553e0b5a',2,1,NULL,'London, UK','FRA641AD15E3BA7D','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-22 09:59:24','2023-03-22 09:59:42'),(29,3,'abbc211b-219e-4d6f-9710-5bc810b22640',2,1,NULL,'London, UK','FRA641AD26500A0B','test',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-22 10:03:30','2023-03-22 10:03:34'),(30,3,'70bdfee3-5e30-4bb6-9ef6-f005123e1549',2,1,NULL,'London, UK','FRA6424068DEAC2A','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(31,3,'8905b406-bd07-405c-8025-7eaf194407e8',2,1,NULL,'London, UK','FRA6424083FC54AE','test',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(33,3,'3dd8edee-e3bd-4edd-8ae8-7a671a8d78e7',2,1,NULL,'London, UK','FRA64245DCFAC979','Test property',3,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-29 15:49:47','2023-04-12 14:16:24'),(34,3,'443f4358-af29-4ed9-988e-2a4600f10a0b',2,1,NULL,'Pittville Lawn, Cheltenham, UK','FRA64255BB030DD9','Nathaniel Leitch',1,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-03-30 09:52:08','2023-04-16 10:10:09'),(41,3,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c',2,1,NULL,'United Kingdom House, London, UK','FRA64396DA74B119','new test',0,4,2,10,0,'dfg',3,'check the reccommendations',1,'71a964c2-d915-4dae-bce1-e99824658399','2023-04-14 15:14:48','2023-05-16 11:22:23'),(42,3,'a7d88461-70bd-40e6-9f76-f9a20fe3c39c',4,2,NULL,'Quận 1, Ho Chi Minh City, Vietnam','FRA6440EFFBAB080','Solomon Nichols',0,2,3,10,1,'Lorem ipsum dolor sit amet, consectetur adipiscing elit Egestas ultrices scelerisque odio lacus, neque rhoncus. Quis aliquam duis ac suspendisse massa commodo pellentesque ultricies arcu.',2,NULL,NULL,NULL,'2023-04-20 07:55:55','2023-04-20 07:58:15'),(46,133,'6bbdf474-105e-4ef0-8b2a-40e8fadb724a',2,1,NULL,'none','FRA644A742EDEBDC','none',0,3,29,39,0,NULL,1,NULL,NULL,NULL,'2023-04-27 13:10:24','2023-04-27 13:17:15'),(47,133,'536901db-2dc2-42e1-9656-1931b27f93ca',4,2,NULL,'none','FRA6450EF8F60F4C','none',0,3,8,39,0,NULL,1,NULL,NULL,NULL,'2023-05-02 11:10:15','2023-05-02 11:10:46'),(48,335,'f683d8c1-2453-4597-8765-1c375121c91f',2,1,NULL,'19 Oak Drive, Tewkesbury, UK','FRA6454DA0A178CF','Nathaniel Leitch',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(49,335,'7b9263f5-76cf-48cf-a999-6b4ce4b4247a',2,1,NULL,'Pittville Lawn, Cheltenham, UK','FRA6454DBDBA80F9','aa',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(50,335,'e5b14c98-3201-4852-85a5-abe62c938960',2,1,NULL,'Pittville Lawn, Cheltenham, UK','FRA6454DD3F88A89','Nathaniel Leitch',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(51,335,'5bca5e5c-6d87-4216-8d30-ac2b8c09668a',2,1,NULL,'Pittville Lawn, Cheltenham, UK','FRA6454E62A22E0F','q',0,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(52,335,'7658b80e-36e7-4dc0-a700-fabfceaa0c8b',2,1,NULL,'Pittville Lawn, Cheltenham, UK','FRA6454F04C50D97','m',3,1,NULL,10,0,NULL,1,NULL,NULL,NULL,'2023-05-05 12:02:57','2023-05-08 14:36:54');
/*!40000 ALTER TABLE `assessments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companies`
--

DROP TABLE IF EXISTS `companies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `companies` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `external_page_url` varchar(255) NOT NULL,
  `promoted` tinyint(1) NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL,
  `promoted_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `companies_user_id_foreign` (`user_id`),
  KEY `companies_promoted_by_foreign` (`promoted_by`),
  CONSTRAINT `companies_promoted_by_foreign` FOREIGN KEY (`promoted_by`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  CONSTRAINT `companies_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companies`
--

LOCK TABLES `companies` WRITE;
/*!40000 ALTER TABLE `companies` DISABLE KEYS */;
INSERT INTO `companies` VALUES (5,'Alford and Grant Plc','Lorem ipsum dolor sit amet consectetur. Sed nisl sit phasellus ut eget sed a nulla. Diam elementum ut donec netus vitae eget quam. Eget morbi pharetra ipsum leo amet pulvinar. Elit fringilla viverra quis mauris ultricies sed mollis mollis sed.','https://www.foxtons.co.uk/',1,4,1,'2023-01-18 06:50:04','2023-01-18 06:52:45'),(6,'Test businss','Test Business','https://fra-wizards.staxotest.net/assessments',1,2,1,'2023-04-17 09:24:35','2023-04-17 09:25:08');
/*!40000 ALTER TABLE `companies` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `failed_jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `failed_jobs`
--

LOCK TABLES `failed_jobs` WRITE;
/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs`
--

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(255) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) unsigned NOT NULL,
  `reserved_at` int(10) unsigned DEFAULT NULL,
  `available_at` int(10) unsigned NOT NULL,
  `created_at` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_queue_index` (`queue`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs`
--

LOCK TABLES `jobs` WRITE;
/*!40000 ALTER TABLE `jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `migrations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES (1,'2014_09_14_100512_create_organizations_table',1),(2,'2014_09_14_100513_create_organization_branches_table',1),(3,'2014_10_12_000000_create_users_table',1),(4,'2014_10_12_100000_create_password_resets_table',1),(5,'2019_05_03_000001_create_customer_columns',1),(6,'2019_05_03_000002_create_subscriptions_table',1),(7,'2019_05_03_000003_create_subscription_items_table',1),(8,'2019_08_19_000000_create_failed_jobs_table',1),(9,'2019_12_14_000001_create_personal_access_tokens_table',1),(10,'2022_09_14_104917_create_jobs_table',1),(11,'2022_09_19_070432_create_assessment_templates_table',1),(12,'2022_09_20_141807_create_assessment_template_sections_table',1),(13,'2022_09_20_142241_create_questions_table',1),(14,'2022_09_23_150316_create_question_choices_table',1),(15,'2022_10_04_093549_create_assessments_table',1),(16,'2022_10_04_093636_create_answers_table',1),(17,'2022_10_06_104711_create_assessment_section_scores_table',1),(18,'2022_10_27_114351_create_token_bundles_table',1),(19,'2022_10_31_120618_create_transactions_table',1),(20,'2022_11_02_084849_create_token_transactions_table',1),(21,'2022_11_22_131756_add_choice_score_to_answers_table',2),(22,'2022_11_22_134202_add_others_to_questions_table',2),(23,'2022_11_22_134907_add_read_only_column_to_question_choices_table',2),(24,'2022_12_01_082655_add_columns_to_questions_table',3),(25,'2022_12_01_112903_add_columns_to_assessment_template_sections_table',3),(26,'2022_12_02_113554_add_columns_to_answers_table',4),(27,'2022_12_21_085719_add_column_to_assessment_templates_table',5),(28,'2022_12_22_123018_add_column_to_assessment_section_scores_table',5),(29,'2022_12_23_094501_add_column_to_assessments_table',5),(30,'2022_12_24_094409_create_companies_table',5),(31,'2022_12_24_094643_create_services_table',5),(32,'2022_12_28_113856_create_promotion_requests_table',5),(33,'2023_03_16_064029_add_colum_to_questions_table',6),(34,'2023_04_11_122516_add_column_to_questions_table',7),(35,'2023_04_11_130444_add_score_column_to_question_choices_table',7),(36,'2023_04_20_071053_change_foreign_on_token_transactions_table',8),(37,'2023_05_04_064058_create_plans_table',9),(38,'2023_05_05_070155_create_subscription_products_table',9),(39,'2023_05_05_070352_add_columns_to_subscriptions_table',9),(40,'2023_05_05_070844_add_columns_to_transactions_table',9),(41,'2023_05_05_075512_create_payment_methods_table',9),(42,'2023_05_05_101537_create_user_credits_table',9),(43,'2023_05_09_045842_add_column_to_assessments_table',9),(44,'2023_05_09_065843_add_columns_to_organizations_table',9),(45,'2023_05_09_083905_add_column_subscriptions_table',10);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `organization_branches`
--

DROP TABLE IF EXISTS `organization_branches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `organization_branches` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `mobile_number` varchar(255) NOT NULL,
  `phone_number` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `website` varchar(255) DEFAULT NULL,
  `organization_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `organization_branches_email_unique` (`email`),
  KEY `organization_branches_organization_id_foreign` (`organization_id`),
  CONSTRAINT `organization_branches_organization_id_foreign` FOREIGN KEY (`organization_id`) REFERENCES `organizations` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `organization_branches`
--

LOCK TABLES `organization_branches` WRITE;
/*!40000 ALTER TABLE `organization_branches` DISABLE KEYS */;
INSERT INTO `organization_branches` VALUES (1,'Test 1','12356789','12345678','julie.parr@staxogroup.com','https://staxogroup.com/',1,'2022-11-21 15:52:14','2022-11-21 15:52:14'),(2,'Test Branch','0717337273','0717337273','test.branch@gmail.com','http://test-branch.com',2,'2022-11-22 09:48:00','2022-11-22 09:48:00');
/*!40000 ALTER TABLE `organization_branches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `organizations`
--

DROP TABLE IF EXISTS `organizations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `organizations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `registration_number` varchar(255) NOT NULL,
  `mobile_number` varchar(255) NOT NULL,
  `phone_number` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `website` varchar(255) DEFAULT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `accreditation_logo` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `organizations_email_unique` (`email`),
  KEY `organizations_user_id_foreign` (`user_id`),
  CONSTRAINT `organizations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `organizations`
--

LOCK TABLES `organizations` WRITE;
/*!40000 ALTER TABLE `organizations` DISABLE KEYS */;
INSERT INTO `organizations` VALUES (1,'JP Test',3,'1000000','123456789','02080172318','julie.parr@staxogroup.com','https://staxogroup.com/','user-uploads/logo/K4DSZNCmPfeGbav5M4MXnoQyLYeofNRmy11O8D75.png','user-uploads/accreditation_logo/UOPnF8a6OJ3UtuPl9YHnt3HpgHHQ9oLCNT4i17hO.png','2022-11-21 15:52:14','2023-05-09 08:13:46'),(2,'Test Ogranization',NULL,'123456','0717337273','0717337273','test@gmail.com','http://test.com','user-uploads/logo/BVBgTh2hFWlOf35nfpw0WLrfbvGxSAMXXf58Netf.png',NULL,'2022-11-22 09:48:00','2023-01-18 06:50:41');
/*!40000 ALTER TABLE `organizations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `password_resets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `password_resets` (
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  KEY `password_resets_email_index` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `password_resets` WRITE;
/*!40000 ALTER TABLE `password_resets` DISABLE KEYS */;
INSERT INTO `password_resets` VALUES ('julie.parr@staxogroup.com','gssFJQWwqrOKJ4i5D7e7YCEJSdac4DUVHn36FlYHjFpp4YdL04zSl1MT5mWOwK3K','2022-11-21 15:52:14');
/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payment_methods`
--

DROP TABLE IF EXISTS `payment_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `payment_methods` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `pm_type_id` varchar(255) NOT NULL,
  `pm_last_four` varchar(255) NOT NULL,
  `pm_expire` varchar(255) NOT NULL,
  `pm_token_ccv` varchar(255) NOT NULL,
  `brand` varchar(255) NOT NULL,
  `active` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payment_methods`
--

LOCK TABLES `payment_methods` WRITE;
/*!40000 ALTER TABLE `payment_methods` DISABLE KEYS */;
INSERT INTO `payment_methods` VALUES (1,2,'card_1N5lj2Az1yaRnyQBr87RdS6j','4242','04/34','tok_1N5lj2Az1yaRnyQBDXabNahr','Visa',1,'2023-05-09 08:16:49','2023-05-09 08:16:49'),(2,4,'card_1N5lunAz1yaRnyQBL6yZrds5','4242','04/24','tok_1N5lunAz1yaRnyQBEEDlsGS9','Visa',1,'2023-05-09 08:28:58','2023-05-09 08:28:58');
/*!40000 ALTER TABLE `payment_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `personal_access_tokens`
--

DROP TABLE IF EXISTS `personal_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`)
) ENGINE=InnoDB AUTO_INCREMENT=223 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `personal_access_tokens`
--

LOCK TABLES `personal_access_tokens` WRITE;
/*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */;
INSERT INTO `personal_access_tokens` VALUES (222,'App\\Models\\User',2,'apptoken','52d1a627ae056dad7b4aa8c78f4e5fa1fdc77bad2374dd5f250a364bfc2b7343','[\"*\"]','2023-05-19 10:53:19','2023-05-18 12:36:40','2023-05-19 10:53:19');
/*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plans`
--

DROP TABLE IF EXISTS `plans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `plans` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `plan_type` int(11) NOT NULL,
  `credits` int(11) NOT NULL,
  `price` decimal(8,2) NOT NULL,
  `price_per_service` decimal(8,2) DEFAULT NULL,
  `subscription_duration` int(11) NOT NULL,
  `free_audit` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plans`
--

LOCK TABLES `plans` WRITE;
/*!40000 ALTER TABLE `plans` DISABLE KEYS */;
INSERT INTO `plans` VALUES (1,'pay_as_you_go',1,1,2499.00,NULL,1,0,NULL,NULL),(2,'pay_monthly',2,20,19900.00,995.00,2,0,NULL,NULL),(3,'pay_yearly',2,250,79900.00,320.00,3,1,NULL,NULL);
/*!40000 ALTER TABLE `plans` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `promotion_requests`
--

DROP TABLE IF EXISTS `promotion_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `promotion_requests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `promotion_requests_user_id_foreign` (`user_id`),
  CONSTRAINT `promotion_requests_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `promotion_requests`
--

LOCK TABLES `promotion_requests` WRITE;
/*!40000 ALTER TABLE `promotion_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `promotion_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `question_choices`
--

DROP TABLE IF EXISTS `question_choices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `question_choices` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `answer` varchar(255) NOT NULL,
  `score` int(11) NOT NULL DEFAULT 0,
  `read_only` tinyint(1) NOT NULL DEFAULT 0,
  `question_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `question_choices_question_id_foreign` (`question_id`),
  CONSTRAINT `question_choices_question_id_foreign` FOREIGN KEY (`question_id`) REFERENCES `questions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=120804 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `question_choices`
--

LOCK TABLES `question_choices` WRITE;
/*!40000 ALTER TABLE `question_choices` DISABLE KEYS */;
INSERT INTO `question_choices` VALUES (1,'Yes - The responsible person has been allocated in the report.',10,0,1,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(2,'No',5,0,1,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(3,'Maybe',2,0,1,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(4,'Choice 1',10,0,5,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(5,'Choice 2',9,0,5,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(6,'Choice 3',8,0,5,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(7,'Choice 4',7,0,5,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(8,'Choice 5',6,0,5,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(9,'Choice 1',10,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(10,'Choice 2',9,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(11,'Choice 3',8,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(12,'Choice 4',7,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(13,'Choice 5',6,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(14,'Choice 6',5,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(15,'Choice 7',4,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(16,'Choice 8',3,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(17,'Choice 9',2,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(18,'Choice 10',1,0,6,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(19,'Property Agent Level 2 Fire Assessor',10,0,10,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(20,'Competent Person',6,0,10,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(21,'Other',2,0,10,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(22,'Choice 1',10,0,16,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(23,'Choice 2',9,0,16,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(24,'Choice 3',8,0,16,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(25,'Choice 1',10,0,23,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(26,'Choice 2',9,0,23,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(27,'Choice 3',8,0,23,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(28,'Choice 1',10,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(29,'Choice 2',9,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(30,'Choice 3',8,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(31,'Choice 4',7,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(32,'Choice 5',6,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(33,'Choice 6',5,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(34,'Choice 7',4,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(35,'Choice 8',3,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(36,'Choice 9',2,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(37,'Choice 10',1,0,24,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(38,'Choice 1',10,0,25,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(39,'Choice 2',9,0,25,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(40,'Choice 3',8,0,25,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(41,'Choice 4',7,0,25,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(42,'Choice 5',6,0,25,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(43,'Choice 6',5,0,25,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(44,'Choice 1',10,0,28,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(45,'Choice 2',9,0,28,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(46,'Choice 3',8,0,28,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(47,'Choice 1',10,0,31,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(48,'Choice 2',9,0,31,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(49,'Choice 3',8,0,31,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(50,'Choice 4',7,0,31,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(51,'Choice 5',6,0,31,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(52,'Choice 6',5,0,31,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(53,'Choice 1',10,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(54,'Choice 2',9,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(55,'Choice 3',8,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(56,'Choice 4',7,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(57,'Choice 5',6,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(58,'Choice 6',5,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(59,'Choice 7',4,0,38,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(60,'Choice 1',10,0,39,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(61,'Choice 2',9,0,39,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(62,'Choice 3',8,0,39,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(63,'Choice 1',10,0,43,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(64,'Choice 2',9,0,43,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(65,'Choice 3',8,0,43,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(66,'Choice 4',7,0,43,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(67,'Choice 5',6,0,43,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(68,'Choice 1',10,0,48,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(69,'Choice 2',9,0,48,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(70,'Choice 3',8,0,48,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(71,'Choice 4',7,0,48,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(72,'Choice 1',10,0,49,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(73,'Choice 2',9,0,49,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(74,'Choice 3',8,0,49,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(75,'Choice 4',7,0,49,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(76,'Choice 5',6,0,49,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(77,'Choice 1',10,0,63,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(78,'Choice 2',9,0,63,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(79,'Choice 3',8,0,63,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(80,'Choice 1',10,0,64,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(81,'Choice 2',9,0,64,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(82,'Choice 3',8,0,64,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(83,'Choice 4',7,0,64,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(84,'Choice 1',10,0,67,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(85,'Choice 2',9,0,67,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(86,'Choice 3',8,0,67,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(87,'Choice 4',7,0,67,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(88,'Choice 1',10,0,72,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(89,'Choice 2',9,0,72,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(90,'Choice 3',8,0,72,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(91,'Choice 4',7,0,72,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(92,'Choice 5',6,0,72,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(93,'Choice 1',10,0,74,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(94,'Choice 2',9,0,74,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(95,'Choice 3',8,0,74,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(96,'Choice 1',10,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(97,'Choice 2',9,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(98,'Choice 3',8,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(99,'Choice 4',7,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(100,'Choice 5',6,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(101,'Choice 6',5,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(102,'Choice 7',4,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(103,'Choice 8',3,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(104,'Choice 9',2,0,76,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(105,'Choice 1',10,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(106,'Choice 2',9,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(107,'Choice 3',8,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(108,'Choice 4',7,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(109,'Choice 5',6,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(110,'Choice 6',5,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(111,'Choice 7',4,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(112,'Choice 8',3,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(113,'Choice 9',2,0,82,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(114,'Choice 1',10,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(115,'Choice 2',9,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(116,'Choice 3',8,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(117,'Choice 4',7,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(118,'Choice 5',6,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(119,'Choice 6',5,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(120,'Choice 7',4,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(121,'Choice 8',3,0,86,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(122,'Choice 1',10,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(123,'Choice 2',9,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(124,'Choice 3',8,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(125,'Choice 4',7,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(126,'Choice 5',6,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(127,'Choice 6',5,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(128,'Choice 7',4,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(129,'Choice 8',3,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(130,'Choice 9',2,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(131,'Choice 10',1,0,88,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(132,'Choice 1',10,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(133,'Choice 2',9,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(134,'Choice 3',8,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(135,'Choice 4',7,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(136,'Choice 5',6,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(137,'Choice 6',5,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(138,'Choice 7',4,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(139,'Choice 8',3,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(140,'Choice 9',2,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(141,'Choice 10',1,0,95,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(142,'Choice 1',10,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(143,'Choice 2',9,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(144,'Choice 3',8,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(145,'Choice 4',7,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(146,'Choice 5',6,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(147,'Choice 6',5,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(148,'Choice 7',4,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(149,'Choice 8',3,0,99,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(150,'Choice 1',10,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(151,'Choice 2',9,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(152,'Choice 3',8,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(153,'Choice 4',7,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(154,'Choice 5',6,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(155,'Choice 6',5,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(156,'Choice 7',4,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(157,'Choice 8',3,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(158,'Choice 9',2,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(159,'Choice 10',1,0,108,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(160,'Choice 1',10,0,113,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(161,'Choice 2',9,0,113,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(162,'Choice 3',8,0,113,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(163,'Choice 1',10,0,114,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(164,'Choice 2',9,0,114,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(165,'Choice 3',8,0,114,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(166,'Choice 4',7,0,114,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(167,'Choice 1',10,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(168,'Choice 2',9,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(169,'Choice 3',8,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(170,'Choice 4',7,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(171,'Choice 5',6,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(172,'Choice 6',5,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(173,'Choice 7',4,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(174,'Choice 8',3,0,119,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(175,'Choice 1',10,0,124,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(176,'Choice 2',9,0,124,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(177,'Choice 3',8,0,124,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(178,'Choice 4',7,0,124,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(179,'Choice 5',6,0,124,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(180,'Choice 6',5,0,124,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(181,'Choice 1',10,0,128,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(182,'Choice 2',9,0,128,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(183,'Choice 3',8,0,128,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(184,'Choice 4',7,0,128,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(185,'Choice 5',6,0,128,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(186,'Choice 1',10,0,131,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(187,'Choice 2',9,0,131,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(188,'Choice 3',8,0,131,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(189,'Choice 4',7,0,131,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(190,'Choice 1',10,0,134,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(191,'Choice 2',9,0,134,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(192,'Choice 3',8,0,134,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(193,'Choice 4',7,0,134,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(194,'Choice 5',6,0,134,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(195,'Choice 1',10,0,136,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(196,'Choice 2',9,0,136,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(197,'Choice 3',8,0,136,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(198,'Choice 1',10,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(199,'Choice 2',9,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(200,'Choice 3',8,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(201,'Choice 4',7,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(202,'Choice 5',6,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(203,'Choice 6',5,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(204,'Choice 7',4,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(205,'Choice 8',3,0,141,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(206,'Choice 1',10,0,145,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(207,'Choice 2',9,0,145,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(208,'Choice 3',8,0,145,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(209,'Choice 4',7,0,145,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(210,'Choice 1',10,0,147,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(211,'Choice 2',9,0,147,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(212,'Choice 3',8,0,147,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(213,'Choice 4',7,0,147,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(214,'Choice 5',6,0,147,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(215,'Choice 6',5,0,147,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(216,'Choice 1',10,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(217,'Choice 2',9,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(218,'Choice 3',8,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(219,'Choice 4',7,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(220,'Choice 5',6,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(221,'Choice 6',5,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(222,'Choice 7',4,0,148,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(223,'Choice 1',10,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(224,'Choice 2',9,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(225,'Choice 3',8,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(226,'Choice 4',7,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(227,'Choice 5',6,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(228,'Choice 6',5,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(229,'Choice 7',4,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(230,'Choice 8',3,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(231,'Choice 9',2,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(232,'Choice 10',1,0,149,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(233,'Choice 1',10,0,152,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(234,'Choice 2',9,0,152,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(235,'Choice 3',8,0,152,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(236,'Choice 1',10,0,154,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(237,'Choice 2',9,0,154,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(238,'Choice 3',8,0,154,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(239,'Choice 1',10,0,162,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(240,'Choice 2',9,0,162,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(241,'Choice 3',8,0,162,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(242,'Choice 4',7,0,162,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(243,'Choice 1',10,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(244,'Choice 2',9,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(245,'Choice 3',8,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(246,'Choice 4',7,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(247,'Choice 5',6,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(248,'Choice 6',5,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(249,'Choice 7',4,0,166,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(250,'Choice 1',10,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(251,'Choice 2',9,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(252,'Choice 3',8,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(253,'Choice 4',7,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(254,'Choice 5',6,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(255,'Choice 6',5,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(256,'Choice 7',4,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(257,'Choice 8',3,0,168,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(258,'Choice 1',10,0,171,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(259,'Choice 2',9,0,171,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(260,'Choice 3',8,0,171,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(261,'Choice 4',7,0,171,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(262,'Choice 1',10,0,182,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(263,'Choice 2',9,0,182,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(264,'Choice 3',8,0,182,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(265,'Choice 1',10,0,184,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(266,'Choice 2',9,0,184,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(267,'Choice 3',8,0,184,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(268,'Choice 4',7,0,184,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(269,'Choice 5',6,0,184,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(270,'Choice 6',5,0,184,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(271,'Choice 1',10,0,188,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(272,'Choice 2',9,0,188,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(273,'Choice 3',8,0,188,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(274,'Choice 4',7,0,188,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(275,'Choice 1',10,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(276,'Choice 2',9,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(277,'Choice 3',8,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(278,'Choice 4',7,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(279,'Choice 5',6,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(280,'Choice 6',5,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(281,'Choice 7',4,0,194,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(282,'Choice 1',10,0,197,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(283,'Choice 2',9,0,197,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(284,'Choice 3',8,0,197,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(285,'Choice 4',7,0,197,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(286,'Choice 5',6,0,197,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(287,'Choice 1',10,0,206,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(288,'Choice 2',9,0,206,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(289,'Choice 3',8,0,206,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(290,'Choice 4',7,0,206,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(291,'Choice 5',6,0,206,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(292,'Choice 6',5,0,206,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(293,'Choice 1',10,0,208,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(294,'Choice 2',9,0,208,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(295,'Choice 3',8,0,208,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(296,'Choice 1',10,0,209,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(297,'Choice 2',9,0,209,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(298,'Choice 3',8,0,209,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(299,'Choice 4',7,0,209,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(300,'Choice 1',10,0,210,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(301,'Choice 2',9,0,210,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(302,'Choice 3',8,0,210,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(303,'Choice 4',7,0,210,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(304,'Choice 5',6,0,210,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(305,'Choice 6',5,0,210,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(306,'Choice 1',10,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(307,'Choice 2',9,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(308,'Choice 3',8,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(309,'Choice 4',7,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(310,'Choice 5',6,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(311,'Choice 6',5,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(312,'Choice 7',4,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(313,'Choice 8',3,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(314,'Choice 9',2,0,218,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(315,'Choice 1',10,0,222,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(316,'Choice 2',9,0,222,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(317,'Choice 3',8,0,222,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(318,'Choice 4',7,0,222,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(319,'Choice 5',6,0,222,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(320,'Choice 1',10,0,223,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(321,'Choice 2',9,0,223,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(322,'Choice 3',8,0,223,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(323,'Choice 4',7,0,223,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(324,'Choice 5',6,0,223,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(325,'Choice 6',5,0,223,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(326,'Choice 1',10,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(327,'Choice 2',9,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(328,'Choice 3',8,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(329,'Choice 4',7,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(330,'Choice 5',6,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(331,'Choice 6',5,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(332,'Choice 7',4,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(333,'Choice 8',3,0,228,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(334,'Choice 1',10,0,229,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(335,'Choice 2',9,0,229,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(336,'Choice 3',8,0,229,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(337,'Choice 4',7,0,229,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(338,'Choice 5',6,0,229,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(339,'Choice 6',5,0,229,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(340,'Choice 1',10,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(341,'Choice 2',9,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(342,'Choice 3',8,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(343,'Choice 4',7,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(344,'Choice 5',6,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(345,'Choice 6',5,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(346,'Choice 7',4,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(347,'Choice 8',3,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(348,'Choice 9',2,0,233,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(349,'Choice 1',10,0,238,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(350,'Choice 2',9,0,238,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(351,'Choice 3',8,0,238,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(352,'Choice 4',7,0,238,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(353,'Choice 5',6,0,238,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(354,'Choice 6',5,0,238,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(355,'Choice 1',10,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(356,'Choice 2',9,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(357,'Choice 3',8,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(358,'Choice 4',7,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(359,'Choice 5',6,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(360,'Choice 6',5,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(361,'Choice 7',4,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(362,'Choice 8',3,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(363,'Choice 9',2,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(364,'Choice 10',1,0,241,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(365,'Choice 1',10,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(366,'Choice 2',9,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(367,'Choice 3',8,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(368,'Choice 4',7,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(369,'Choice 5',6,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(370,'Choice 6',5,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(371,'Choice 7',4,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(372,'Choice 8',3,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(373,'Choice 9',2,0,242,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(374,'Choice 1',10,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(375,'Choice 2',9,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(376,'Choice 3',8,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(377,'Choice 4',7,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(378,'Choice 5',6,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(379,'Choice 6',5,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(380,'Choice 7',4,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(381,'Choice 8',3,0,244,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(382,'Choice 1',10,0,254,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(383,'Choice 2',9,0,254,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(384,'Choice 3',8,0,254,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(385,'Choice 4',7,0,254,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(386,'Choice 5',6,0,254,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(387,'Choice 1',10,0,255,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(388,'Choice 2',9,0,255,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(389,'Choice 3',8,0,255,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(390,'Choice 4',7,0,255,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(391,'Choice 1',10,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(392,'Choice 2',9,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(393,'Choice 3',8,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(394,'Choice 4',7,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(395,'Choice 5',6,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(396,'Choice 6',5,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(397,'Choice 7',4,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(398,'Choice 8',3,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(399,'Choice 9',2,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(400,'Choice 10',1,0,263,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(401,'Choice 1',10,0,264,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(402,'Choice 2',9,0,264,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(403,'Choice 3',8,0,264,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(404,'Choice 1',10,0,266,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(405,'Choice 2',9,0,266,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(406,'Choice 3',8,0,266,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(407,'Choice 1',10,0,269,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(408,'Choice 2',9,0,269,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(409,'Choice 3',8,0,269,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(410,'Choice 4',7,0,269,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(411,'Choice 1',10,0,271,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(412,'Choice 2',9,0,271,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(413,'Choice 3',8,0,271,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(414,'Choice 4',7,0,271,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(415,'Choice 5',6,0,271,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(416,'Choice 1',10,0,276,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(417,'Choice 2',9,0,276,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(418,'Choice 3',8,0,276,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(419,'Choice 4',7,0,276,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(420,'Choice 5',6,0,276,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(421,'Choice 1',10,0,278,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(422,'Choice 2',9,0,278,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(423,'Choice 3',8,0,278,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(424,'Choice 4',7,0,278,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(425,'Choice 5',6,0,278,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(426,'Choice 6',5,0,278,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(427,'Choice 1',10,0,280,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(428,'Choice 2',9,0,280,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(429,'Choice 3',8,0,280,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(430,'Choice 1',10,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(431,'Choice 2',9,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(432,'Choice 3',8,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(433,'Choice 4',7,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(434,'Choice 5',6,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(435,'Choice 6',5,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(436,'Choice 7',4,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(437,'Choice 8',3,0,282,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(438,'Choice 1',10,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(439,'Choice 2',9,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(440,'Choice 3',8,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(441,'Choice 4',7,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(442,'Choice 5',6,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(443,'Choice 6',5,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(444,'Choice 7',4,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(445,'Choice 8',3,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(446,'Choice 9',2,0,285,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(447,'Choice 1',10,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(448,'Choice 2',9,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(449,'Choice 3',8,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(450,'Choice 4',7,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(451,'Choice 5',6,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(452,'Choice 6',5,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(453,'Choice 7',4,0,287,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(454,'Choice 1',10,0,290,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(455,'Choice 2',9,0,290,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(456,'Choice 3',8,0,290,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(457,'Choice 4',7,0,290,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(458,'Choice 5',6,0,290,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(459,'Choice 1',10,0,299,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(460,'Choice 2',9,0,299,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(461,'Choice 3',8,0,299,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(462,'Choice 4',7,0,299,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(463,'Choice 5',6,0,299,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(464,'Choice 6',5,0,299,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(465,'Choice 1',10,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(466,'Choice 2',9,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(467,'Choice 3',8,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(468,'Choice 4',7,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(469,'Choice 5',6,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(470,'Choice 6',5,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(471,'Choice 7',4,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(472,'Choice 8',3,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(473,'Choice 9',2,0,302,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(474,'Choice 1',10,0,306,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(475,'Choice 2',9,0,306,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(476,'Choice 3',8,0,306,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(477,'Choice 4',7,0,306,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(478,'Choice 5',6,0,306,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(479,'Choice 1',10,0,307,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(480,'Choice 2',9,0,307,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(481,'Choice 3',8,0,307,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(482,'Choice 4',7,0,307,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(483,'Choice 5',6,0,307,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(484,'Choice 6',5,0,307,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(485,'Choice 1',10,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(486,'Choice 2',9,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(487,'Choice 3',8,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(488,'Choice 4',7,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(489,'Choice 5',6,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(490,'Choice 6',5,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(491,'Choice 7',4,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(492,'Choice 8',3,0,312,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(493,'Choice 1',10,0,313,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(494,'Choice 2',9,0,313,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(495,'Choice 3',8,0,313,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(496,'Choice 4',7,0,313,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(497,'Choice 5',6,0,313,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(498,'Choice 6',5,0,313,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(499,'Choice 1',10,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(500,'Choice 2',9,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(501,'Choice 3',8,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(502,'Choice 4',7,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(503,'Choice 5',6,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(504,'Choice 6',5,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(505,'Choice 7',4,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(506,'Choice 8',3,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(507,'Choice 9',2,0,317,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(508,'Choice 1',10,0,322,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(509,'Choice 2',9,0,322,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(510,'Choice 3',8,0,322,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(511,'Choice 4',7,0,322,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(512,'Choice 5',6,0,322,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(513,'Choice 6',5,0,322,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(514,'Choice 1',10,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(515,'Choice 2',9,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(516,'Choice 3',8,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(517,'Choice 4',7,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(518,'Choice 5',6,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(519,'Choice 6',5,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(520,'Choice 7',4,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(521,'Choice 8',3,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(522,'Choice 9',2,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(523,'Choice 10',1,0,325,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(524,'Choice 1',10,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(525,'Choice 2',9,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(526,'Choice 3',8,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(527,'Choice 4',7,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(528,'Choice 5',6,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(529,'Choice 6',5,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(530,'Choice 7',4,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(531,'Choice 8',3,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(532,'Choice 9',2,0,326,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(533,'Choice 1',10,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(534,'Choice 2',9,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(535,'Choice 3',8,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(536,'Choice 4',7,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(537,'Choice 5',6,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(538,'Choice 6',5,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(539,'Choice 7',4,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(540,'Choice 8',3,0,328,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(541,'Choice 1',10,0,338,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(542,'Choice 2',9,0,338,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(543,'Choice 3',8,0,338,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(544,'Choice 4',7,0,338,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(545,'Choice 5',6,0,338,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(546,'Choice 1',10,0,339,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(547,'Choice 2',9,0,339,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(548,'Choice 3',8,0,339,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(549,'Choice 4',7,0,339,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(550,'Choice 1',10,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(551,'Choice 2',9,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(552,'Choice 3',8,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(553,'Choice 4',7,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(554,'Choice 5',6,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(555,'Choice 6',5,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(556,'Choice 7',4,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(557,'Choice 8',3,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(558,'Choice 9',2,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(559,'Choice 10',1,0,347,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(560,'Choice 1',10,0,348,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(561,'Choice 2',9,0,348,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(562,'Choice 3',8,0,348,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(563,'Choice 1',10,0,350,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(564,'Choice 2',9,0,350,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(565,'Choice 3',8,0,350,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(566,'Choice 1',10,0,353,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(567,'Choice 2',9,0,353,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(568,'Choice 3',8,0,353,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(569,'Choice 4',7,0,353,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(570,'Choice 1',10,0,355,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(571,'Choice 2',9,0,355,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(572,'Choice 3',8,0,355,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(573,'Choice 4',7,0,355,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(574,'Choice 5',6,0,355,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(575,'Choice 1',10,0,360,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(576,'Choice 2',9,0,360,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(577,'Choice 3',8,0,360,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(578,'Choice 4',7,0,360,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(579,'Choice 5',6,0,360,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(580,'Choice 1',10,0,362,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(581,'Choice 2',9,0,362,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(582,'Choice 3',8,0,362,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(583,'Choice 4',7,0,362,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(584,'Choice 5',6,0,362,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(585,'Choice 6',5,0,362,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(586,'Choice 1',10,0,364,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(587,'Choice 2',9,0,364,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(588,'Choice 3',8,0,364,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(589,'Choice 1',10,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(590,'Choice 2',9,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(591,'Choice 3',8,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(592,'Choice 4',7,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(593,'Choice 5',6,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(594,'Choice 6',5,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(595,'Choice 7',4,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(596,'Choice 8',3,0,366,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(597,'Choice 1',10,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(598,'Choice 2',9,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(599,'Choice 3',8,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(600,'Choice 4',7,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(601,'Choice 5',6,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(602,'Choice 6',5,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(603,'Choice 7',4,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(604,'Choice 8',3,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(605,'Choice 9',2,0,369,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(606,'Yes',5,0,371,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(607,'No',5,0,371,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(608,'Choice 1',10,0,372,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(609,'Choice 2',9,0,372,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(610,'Choice 3',8,0,372,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(611,'Choice 1',10,0,373,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(612,'Choice 2',9,0,373,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(613,'Choice 3',8,0,373,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(614,'Choice 4',7,0,373,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(615,'Choice 1',10,0,374,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(616,'Choice 2',9,0,374,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(617,'Choice 3',8,0,374,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(618,'Choice 4',7,0,374,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(619,'Choice 5',6,0,374,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(620,'Choice 6',5,0,374,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(621,'Choice 1',10,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(622,'Choice 2',9,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(623,'Choice 3',8,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(624,'Choice 4',7,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(625,'Choice 5',6,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(626,'Choice 6',5,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(627,'Choice 7',4,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(628,'Choice 8',3,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(629,'Choice 9',2,0,382,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(630,'Choice 1',10,0,386,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(631,'Choice 2',9,0,386,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(632,'Choice 3',8,0,386,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(633,'Choice 4',7,0,386,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(634,'Choice 5',6,0,386,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(635,'Choice 1',10,0,387,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(636,'Choice 2',9,0,387,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(637,'Choice 3',8,0,387,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(638,'Choice 4',7,0,387,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(639,'Choice 5',6,0,387,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(640,'Choice 6',5,0,387,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(641,'Choice 1',10,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(642,'Choice 2',9,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(643,'Choice 3',8,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(644,'Choice 4',7,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(645,'Choice 5',6,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(646,'Choice 6',5,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(647,'Choice 7',4,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(648,'Choice 8',3,0,392,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(649,'Choice 1',10,0,393,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(650,'Choice 2',9,0,393,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(651,'Choice 3',8,0,393,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(652,'Choice 4',7,0,393,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(653,'Choice 5',6,0,393,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(654,'Choice 6',5,0,393,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(655,'Choice 1',10,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(656,'Choice 2',9,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(657,'Choice 3',8,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(658,'Choice 4',7,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(659,'Choice 5',6,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(660,'Choice 6',5,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(661,'Choice 7',4,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(662,'Choice 8',3,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(663,'Choice 9',2,0,397,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(664,'Choice 1',10,0,402,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(665,'Choice 2',9,0,402,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(666,'Choice 3',8,0,402,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(667,'Choice 4',7,0,402,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(668,'Choice 5',6,0,402,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(669,'Choice 6',5,0,402,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(670,'Choice 1',10,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(671,'Choice 2',9,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(672,'Choice 3',8,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(673,'Choice 4',7,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(674,'Choice 5',6,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(675,'Choice 6',5,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(676,'Choice 7',4,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(677,'Choice 8',3,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(678,'Choice 9',2,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(679,'Choice 10',1,0,405,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(680,'Choice 1',10,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(681,'Choice 2',9,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(682,'Choice 3',8,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(683,'Choice 4',7,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(684,'Choice 5',6,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(685,'Choice 6',5,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(686,'Choice 7',4,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(687,'Choice 8',3,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(688,'Choice 9',2,0,406,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(689,'Choice 1',10,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(690,'Choice 2',9,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(691,'Choice 3',8,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(692,'Choice 4',7,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(693,'Choice 5',6,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(694,'Choice 6',5,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(695,'Choice 7',4,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(696,'Choice 8',3,0,408,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(697,'Choice 1',10,0,418,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(698,'Choice 2',9,0,418,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(699,'Choice 3',8,0,418,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(700,'Choice 4',7,0,418,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(701,'Choice 5',6,0,418,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(702,'Choice 1',10,0,419,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(703,'Choice 2',9,0,419,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(704,'Choice 3',8,0,419,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(705,'Choice 4',7,0,419,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(706,'Choice 1',10,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(707,'Choice 2',9,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(708,'Choice 3',8,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(709,'Choice 4',7,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(710,'Choice 5',6,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(711,'Choice 6',5,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(712,'Choice 7',4,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(713,'Choice 8',3,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(714,'Choice 9',2,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(715,'Choice 10',1,0,427,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(716,'Choice 1',10,0,428,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(717,'Choice 2',9,0,428,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(718,'Choice 3',8,0,428,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(719,'Choice 1',10,0,430,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(720,'Choice 2',9,0,430,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(721,'Choice 3',8,0,430,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(722,'Choice 1',10,0,433,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(723,'Choice 2',9,0,433,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(724,'Choice 3',8,0,433,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(725,'Choice 4',7,0,433,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(726,'Choice 1',10,0,435,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(727,'Choice 2',9,0,435,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(728,'Choice 3',8,0,435,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(729,'Choice 4',7,0,435,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(730,'Choice 5',6,0,435,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(731,'Choice 1',10,0,440,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(732,'Choice 2',9,0,440,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(733,'Choice 3',8,0,440,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(734,'Choice 4',7,0,440,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(735,'Choice 5',6,0,440,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(736,'Choice 1',10,0,442,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(737,'Choice 2',9,0,442,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(738,'Choice 3',8,0,442,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(739,'Choice 4',7,0,442,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(740,'Choice 5',6,0,442,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(741,'Choice 6',5,0,442,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(742,'Choice 1',10,0,444,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(743,'Choice 2',9,0,444,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(744,'Choice 3',8,0,444,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(745,'Choice 1',10,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(746,'Choice 2',9,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(747,'Choice 3',8,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(748,'Choice 4',7,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(749,'Choice 5',6,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(750,'Choice 6',5,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(751,'Choice 7',4,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(752,'Choice 8',3,0,446,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(753,'Choice 1',10,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(754,'Choice 2',9,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(755,'Choice 3',8,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(756,'Choice 4',7,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(757,'Choice 5',6,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(758,'Choice 6',5,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(759,'Choice 7',4,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(760,'Choice 8',3,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(761,'Choice 9',2,0,449,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(762,'Yes',5,0,451,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(763,'No',5,0,451,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(764,'Choice 1',10,0,452,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(765,'Choice 2',9,0,452,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(766,'Choice 3',8,0,452,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(767,'Choice 1',10,0,453,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(768,'Choice 2',9,0,453,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(769,'Choice 3',8,0,453,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(770,'Choice 4',7,0,453,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(771,'Choice 1',10,0,454,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(772,'Choice 2',9,0,454,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(773,'Choice 3',8,0,454,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(774,'Choice 4',7,0,454,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(775,'Choice 5',6,0,454,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(776,'Choice 6',5,0,454,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(777,'Property Agent',10,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(778,'Owner Landlord',9,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(779,'Site Manager',8,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(780,'Property Manager',7,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(781,'Construction Manager',6,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(782,'Fire Warden',5,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(783,'Director',4,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(784,'CEO',3,0,460,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(785,'Choice 1',10,0,463,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(786,'Choice 2',9,0,463,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(787,'Choice 3',8,0,463,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(788,'Choice 4',7,0,463,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(789,'Choice 5',6,0,463,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(790,'Choice 1',10,0,472,'2022-11-21 22:06:29','2022-11-21 22:06:29'),(791,'Choice 2',9,0,472,'2022-11-21 22:06:29','2022-11-21 22:06:29'),(792,'Choice 3',8,0,472,'2022-11-21 22:06:29','2022-11-21 22:06:29'),(793,'Choice 4',7,0,472,'2022-11-21 22:06:29','2022-11-21 22:06:29'),(794,'Choice 5',6,0,472,'2022-11-21 22:06:29','2022-11-21 22:06:29'),(795,'Choice 6',5,0,472,'2022-11-21 22:06:29','2022-11-21 22:06:29'),(796,'Choice 1',10,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(797,'Choice 2',9,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(798,'Choice 3',8,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(799,'Choice 4',7,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(800,'Choice 5',6,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(801,'Choice 6',5,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(802,'Choice 7',4,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(803,'Choice 8',3,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(804,'Choice 9',2,0,475,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(805,'Choice 1',10,0,479,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(806,'Choice 2',9,0,479,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(807,'Choice 3',8,0,479,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(808,'Choice 4',7,0,479,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(809,'Choice 5',6,0,479,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(810,'Choice 1',10,0,480,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(811,'Choice 2',9,0,480,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(812,'Choice 3',8,0,480,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(813,'Choice 4',7,0,480,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(814,'Choice 5',6,0,480,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(815,'Choice 6',5,0,480,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(816,'Choice 1',10,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(817,'Choice 2',9,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(818,'Choice 3',8,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(819,'Choice 4',7,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(820,'Choice 5',6,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(821,'Choice 6',5,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(822,'Choice 7',4,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(823,'Choice 8',3,0,485,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(824,'Choice 1',10,0,486,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(825,'Choice 2',9,0,486,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(826,'Choice 3',8,0,486,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(827,'Choice 4',7,0,486,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(828,'Choice 5',6,0,486,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(829,'Choice 6',5,0,486,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(830,'Choice 1',10,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(831,'Choice 2',9,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(832,'Choice 3',8,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(833,'Choice 4',7,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(834,'Choice 5',6,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(835,'Choice 6',5,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(836,'Choice 7',4,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(837,'Choice 8',3,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(838,'Choice 9',2,0,490,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(839,'Choice 1',10,0,495,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(840,'Choice 2',9,0,495,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(841,'Choice 3',8,0,495,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(842,'Choice 4',7,0,495,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(843,'Choice 5',6,0,495,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(844,'Choice 6',5,0,495,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(845,'Choice 1',10,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(846,'Choice 2',9,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(847,'Choice 3',8,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(848,'Choice 4',7,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(849,'Choice 5',6,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(850,'Choice 6',5,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(851,'Choice 7',4,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(852,'Choice 8',3,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(853,'Choice 9',2,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(854,'Choice 10',1,0,498,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(855,'Choice 1',10,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(856,'Choice 2',9,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(857,'Choice 3',8,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(858,'Choice 4',7,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(859,'Choice 5',6,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(860,'Choice 6',5,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(861,'Choice 7',4,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(862,'Choice 8',3,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(863,'Choice 9',2,0,499,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(864,'Choice 1',10,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(865,'Choice 2',9,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(866,'Choice 3',8,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(867,'Choice 4',7,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(868,'Choice 5',6,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(869,'Choice 6',5,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(870,'Choice 7',4,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(871,'Choice 8',3,0,501,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(872,'Choice 1',10,0,511,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(873,'Choice 2',9,0,511,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(874,'Choice 3',8,0,511,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(875,'Choice 4',7,0,511,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(876,'Choice 5',6,0,511,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(877,'Choice 1',10,0,512,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(878,'Choice 2',9,0,512,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(879,'Choice 3',8,0,512,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(880,'Choice 4',7,0,512,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(881,'Choice 1',10,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(882,'Choice 2',9,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(883,'Choice 3',8,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(884,'Choice 4',7,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(885,'Choice 5',6,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(886,'Choice 6',5,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(887,'Choice 7',4,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(888,'Choice 8',3,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(889,'Choice 9',2,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(890,'Choice 10',1,0,520,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(891,'Choice 1',10,0,521,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(892,'Choice 2',9,0,521,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(893,'Choice 3',8,0,521,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(894,'Choice 1',10,0,523,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(895,'Choice 2',9,0,523,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(896,'Choice 3',8,0,523,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(897,'Choice 1',10,0,526,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(898,'Choice 2',9,0,526,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(899,'Choice 3',8,0,526,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(900,'Choice 4',7,0,526,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(901,'Choice 1',10,0,528,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(902,'Choice 2',9,0,528,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(903,'Choice 3',8,0,528,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(904,'Choice 4',7,0,528,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(905,'Choice 5',6,0,528,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(906,'Choice 1',10,0,533,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(907,'Choice 2',9,0,533,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(908,'Choice 3',8,0,533,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(909,'Choice 4',7,0,533,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(910,'Choice 5',6,0,533,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(911,'Choice 1',10,0,535,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(912,'Choice 2',9,0,535,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(913,'Choice 3',8,0,535,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(914,'Choice 4',7,0,535,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(915,'Choice 5',6,0,535,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(916,'Choice 6',5,0,535,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(917,'Choice 1',10,0,537,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(918,'Choice 2',9,0,537,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(919,'Choice 3',8,0,537,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(920,'Choice 1',10,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(921,'Choice 2',9,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(922,'Choice 3',8,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(923,'Choice 4',7,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(924,'Choice 5',6,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(925,'Choice 6',5,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(926,'Choice 7',4,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(927,'Choice 8',3,0,539,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(928,'Choice 1',10,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(929,'Choice 2',9,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(930,'Choice 3',8,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(931,'Choice 4',7,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(932,'Choice 5',6,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(933,'Choice 6',5,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(934,'Choice 7',4,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(935,'Choice 8',3,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(936,'Choice 9',2,0,542,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(937,'Yes',5,0,544,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(938,'No',5,0,544,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(939,'Choice 1',10,0,545,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(940,'Choice 2',9,0,545,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(941,'Choice 3',8,0,545,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(942,'Choice 1',10,0,546,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(943,'Choice 2',9,0,546,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(944,'Choice 3',8,0,546,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(945,'Choice 4',7,0,546,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(946,'Choice 1',10,0,547,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(947,'Choice 2',9,0,547,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(948,'Choice 3',8,0,547,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(949,'Choice 4',7,0,547,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(950,'Choice 5',6,0,547,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(951,'Choice 6',5,0,547,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(952,'Property Agent',10,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(953,'Owner Landlord',9,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(954,'Site Manager',8,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(955,'Property Manager',7,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(956,'Construction Manager',6,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(957,'Fire Warden',5,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(958,'Director',4,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(959,'CEO',3,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(960,'Other',3,0,553,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(961,'A Property Within Building Block',1,0,554,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(962,'All Of The Property',5,0,554,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(963,'Communal Areas Only',2,0,554,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(964,'House',5,0,554,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(965,'Flat',7,0,554,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(966,'Other',10,0,554,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(967,'Choice 1',10,0,556,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(968,'Choice 2',9,0,556,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(969,'Choice 3',8,0,556,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(970,'Choice 4',7,0,556,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(971,'Choice 5',6,0,556,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(972,'Choice 1',10,0,565,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(973,'Choice 2',9,0,565,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(974,'Choice 3',8,0,565,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(975,'Choice 4',7,0,565,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(976,'Choice 5',6,0,565,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(977,'Choice 6',5,0,565,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(978,'Choice 1',10,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(979,'Choice 2',9,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(980,'Choice 3',8,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(981,'Choice 4',7,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(982,'Choice 5',6,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(983,'Choice 6',5,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(984,'Choice 7',4,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(985,'Choice 8',3,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(986,'Choice 9',2,0,568,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(987,'Choice 1',10,0,572,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(988,'Choice 2',9,0,572,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(989,'Choice 3',8,0,572,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(990,'Choice 4',7,0,572,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(991,'Choice 5',6,0,572,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(992,'Choice 1',10,0,573,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(993,'Choice 2',9,0,573,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(994,'Choice 3',8,0,573,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(995,'Choice 4',7,0,573,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(996,'Choice 5',6,0,573,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(997,'Choice 6',5,0,573,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(998,'Choice 1',10,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(999,'Choice 2',9,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1000,'Choice 3',8,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1001,'Choice 4',7,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1002,'Choice 5',6,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1003,'Choice 6',5,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1004,'Choice 7',4,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1005,'Choice 8',3,0,578,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1006,'Choice 1',10,0,579,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1007,'Choice 2',9,0,579,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1008,'Choice 3',8,0,579,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1009,'Choice 4',7,0,579,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1010,'Choice 5',6,0,579,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1011,'Choice 6',5,0,579,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1012,'Choice 1',10,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1013,'Choice 2',9,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1014,'Choice 3',8,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1015,'Choice 4',7,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1016,'Choice 5',6,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1017,'Choice 6',5,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1018,'Choice 7',4,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1019,'Choice 8',3,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1020,'Choice 9',2,0,583,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1021,'Choice 1',10,0,588,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1022,'Choice 2',9,0,588,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1023,'Choice 3',8,0,588,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1024,'Choice 4',7,0,588,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1025,'Choice 5',6,0,588,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1026,'Choice 6',5,0,588,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1027,'Choice 1',10,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1028,'Choice 2',9,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1029,'Choice 3',8,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1030,'Choice 4',7,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1031,'Choice 5',6,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1032,'Choice 6',5,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1033,'Choice 7',4,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1034,'Choice 8',3,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1035,'Choice 9',2,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1036,'Choice 10',1,0,591,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1037,'Choice 1',10,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1038,'Choice 2',9,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1039,'Choice 3',8,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1040,'Choice 4',7,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1041,'Choice 5',6,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1042,'Choice 6',5,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1043,'Choice 7',4,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1044,'Choice 8',3,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1045,'Choice 9',2,0,592,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1046,'Choice 1',10,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1047,'Choice 2',9,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1048,'Choice 3',8,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1049,'Choice 4',7,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1050,'Choice 5',6,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1051,'Choice 6',5,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1052,'Choice 7',4,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1053,'Choice 8',3,0,594,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1054,'Choice 1',10,0,604,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1055,'Choice 2',9,0,604,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1056,'Choice 3',8,0,604,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1057,'Choice 4',7,0,604,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1058,'Choice 5',6,0,604,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1059,'Choice 1',10,0,605,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1060,'Choice 2',9,0,605,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1061,'Choice 3',8,0,605,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1062,'Choice 4',7,0,605,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1063,'Choice 1',10,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1064,'Choice 2',9,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1065,'Choice 3',8,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1066,'Choice 4',7,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1067,'Choice 5',6,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1068,'Choice 6',5,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1069,'Choice 7',4,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1070,'Choice 8',3,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1071,'Choice 9',2,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1072,'Choice 10',1,0,613,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1073,'Choice 1',10,0,614,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1074,'Choice 2',9,0,614,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1075,'Choice 3',8,0,614,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1076,'Choice 1',10,0,616,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1077,'Choice 2',9,0,616,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1078,'Choice 3',8,0,616,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1079,'Choice 1',10,0,619,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1080,'Choice 2',9,0,619,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1081,'Choice 3',8,0,619,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1082,'Choice 4',7,0,619,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1083,'Choice 1',10,0,621,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1084,'Choice 2',9,0,621,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1085,'Choice 3',8,0,621,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1086,'Choice 4',7,0,621,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1087,'Choice 5',6,0,621,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1088,'Choice 1',10,0,626,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1089,'Choice 2',9,0,626,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1090,'Choice 3',8,0,626,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1091,'Choice 4',7,0,626,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1092,'Choice 5',6,0,626,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1093,'Choice 1',10,0,628,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1094,'Choice 2',9,0,628,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1095,'Choice 3',8,0,628,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1096,'Choice 4',7,0,628,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1097,'Choice 5',6,0,628,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1098,'Choice 6',5,0,628,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1099,'Choice 1',10,0,630,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1100,'Choice 2',9,0,630,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1101,'Choice 3',8,0,630,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1102,'Choice 1',10,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1103,'Choice 2',9,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1104,'Choice 3',8,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1105,'Choice 4',7,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1106,'Choice 5',6,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1107,'Choice 6',5,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1108,'Choice 7',4,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1109,'Choice 8',3,0,632,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1110,'Choice 1',10,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1111,'Choice 2',9,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1112,'Choice 3',8,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1113,'Choice 4',7,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1114,'Choice 5',6,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1115,'Choice 6',5,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1116,'Choice 7',4,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1117,'Choice 8',3,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1118,'Choice 9',2,0,635,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1119,'Property Agent',10,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1120,'Owner Landlord',9,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1121,'Site Manager',8,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1122,'Property Manager',7,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1123,'Construction Manager',6,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1124,'Fire Warden',5,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1125,'Director',4,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1126,'CEO',3,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1127,'Other',3,0,637,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1128,'A Property Within Building Block',1,0,638,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1129,'All Of The Property',5,0,638,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1130,'Communal Areas Only',2,0,638,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1131,'House',5,0,638,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1132,'Flat',7,0,638,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1133,'Other',10,0,638,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1134,'Choice 1',10,0,640,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1135,'Choice 2',9,0,640,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1136,'Choice 3',8,0,640,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1137,'Choice 4',7,0,640,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1138,'Choice 5',6,0,640,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1139,'Choice 1',10,0,649,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1140,'Choice 2',9,0,649,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1141,'Choice 3',8,0,649,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1142,'Choice 4',7,0,649,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1143,'Choice 5',6,0,649,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1144,'Choice 6',5,0,649,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1145,'Detached',1,0,650,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1146,'Semi Detached',2,0,650,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1147,'Terraced',3,0,650,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1148,'Linked-Detached',1,0,650,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1149,'Other',1,0,650,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1150,'House',1,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1151,'Bungalow',1,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1152,'Block of Flats - Studios up to 6 Floor Levels',3,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1153,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1154,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1155,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1156,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1157,'Underground Property',1,0,651,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1158,'Choice 1',10,0,652,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1159,'Choice 2',9,0,652,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1160,'Choice 3',8,0,652,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1161,'Choice 4',7,0,652,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1162,'Choice 1',10,0,653,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1163,'Choice 2',9,0,653,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1164,'Choice 3',8,0,653,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1165,'Choice 4',7,0,653,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1166,'Choice 5',6,0,653,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1167,'Choice 6',5,0,653,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(1168,'Choice 1',10,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1169,'Choice 2',9,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1170,'Choice 3',8,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1171,'Choice 4',7,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1172,'Choice 5',6,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1173,'Choice 6',5,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1174,'Choice 7',4,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1175,'Choice 8',3,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1176,'Choice 9',2,0,661,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1177,'Choice 1',10,0,665,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1178,'Choice 2',9,0,665,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1179,'Choice 3',8,0,665,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1180,'Choice 4',7,0,665,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1181,'Choice 5',6,0,665,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1182,'Choice 1',10,0,666,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1183,'Choice 2',9,0,666,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1184,'Choice 3',8,0,666,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1185,'Choice 4',7,0,666,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1186,'Choice 5',6,0,666,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1187,'Choice 6',5,0,666,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1188,'Choice 1',10,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1189,'Choice 2',9,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1190,'Choice 3',8,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1191,'Choice 4',7,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1192,'Choice 5',6,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1193,'Choice 6',5,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1194,'Choice 7',4,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1195,'Choice 8',3,0,671,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1196,'Choice 1',10,0,672,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1197,'Choice 2',9,0,672,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1198,'Choice 3',8,0,672,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1199,'Choice 4',7,0,672,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1200,'Choice 5',6,0,672,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1201,'Choice 6',5,0,672,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1202,'Choice 1',10,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1203,'Choice 2',9,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1204,'Choice 3',8,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1205,'Choice 4',7,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1206,'Choice 5',6,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1207,'Choice 6',5,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1208,'Choice 7',4,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1209,'Choice 8',3,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1210,'Choice 9',2,0,676,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1211,'Choice 1',10,0,681,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1212,'Choice 2',9,0,681,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1213,'Choice 3',8,0,681,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1214,'Choice 4',7,0,681,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1215,'Choice 5',6,0,681,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1216,'Choice 6',5,0,681,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1217,'Choice 1',10,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1218,'Choice 2',9,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1219,'Choice 3',8,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1220,'Choice 4',7,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1221,'Choice 5',6,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1222,'Choice 6',5,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1223,'Choice 7',4,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1224,'Choice 8',3,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1225,'Choice 9',2,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1226,'Choice 10',1,0,684,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1227,'Choice 1',10,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1228,'Choice 2',9,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1229,'Choice 3',8,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1230,'Choice 4',7,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1231,'Choice 5',6,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1232,'Choice 6',5,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1233,'Choice 7',4,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1234,'Choice 8',3,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1235,'Choice 9',2,0,685,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1236,'Choice 1',10,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1237,'Choice 2',9,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1238,'Choice 3',8,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1239,'Choice 4',7,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1240,'Choice 5',6,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1241,'Choice 6',5,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1242,'Choice 7',4,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1243,'Choice 8',3,0,687,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(1244,'Choice 1',10,0,697,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1245,'Choice 2',9,0,697,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1246,'Choice 3',8,0,697,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1247,'Choice 4',7,0,697,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1248,'Choice 5',6,0,697,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1249,'Choice 1',10,0,698,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1250,'Choice 2',9,0,698,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1251,'Choice 3',8,0,698,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1252,'Choice 4',7,0,698,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1253,'Choice 1',10,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1254,'Choice 2',9,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1255,'Choice 3',8,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1256,'Choice 4',7,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1257,'Choice 5',6,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1258,'Choice 6',5,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1259,'Choice 7',4,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1260,'Choice 8',3,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1261,'Choice 9',2,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1262,'Choice 10',1,0,706,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1263,'Choice 1',10,0,707,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1264,'Choice 2',9,0,707,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1265,'Choice 3',8,0,707,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1266,'Choice 1',10,0,709,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1267,'Choice 2',9,0,709,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1268,'Choice 3',8,0,709,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1269,'Choice 1',10,0,712,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1270,'Choice 2',9,0,712,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1271,'Choice 3',8,0,712,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1272,'Choice 4',7,0,712,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1273,'Choice 1',10,0,714,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1274,'Choice 2',9,0,714,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1275,'Choice 3',8,0,714,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1276,'Choice 4',7,0,714,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1277,'Choice 5',6,0,714,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1278,'Choice 1',10,0,719,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1279,'Choice 2',9,0,719,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1280,'Choice 3',8,0,719,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1281,'Choice 4',7,0,719,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1282,'Choice 5',6,0,719,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1283,'Choice 1',10,0,721,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1284,'Choice 2',9,0,721,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1285,'Choice 3',8,0,721,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1286,'Choice 4',7,0,721,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1287,'Choice 5',6,0,721,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1288,'Choice 6',5,0,721,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1289,'Property Agent',10,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1290,'Owner Landlord',9,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1291,'Site Manager',8,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1292,'Property Manager',7,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1293,'Construction Manager',6,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1294,'Fire Warden',5,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1295,'Director',4,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1296,'CEO',3,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1297,'Other',3,0,722,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1298,'A Property Within Building Block',1,0,723,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1299,'All Of The Property',5,0,723,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1300,'Communal Areas Only',2,0,723,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1301,'House',5,0,723,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1302,'Flat',7,0,723,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1303,'Other',10,0,723,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1304,'Choice 1',10,0,725,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1305,'Choice 2',9,0,725,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1306,'Choice 3',8,0,725,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1307,'Choice 4',7,0,725,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1308,'Choice 5',6,0,725,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1309,'Choice 1',10,0,734,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1310,'Choice 2',9,0,734,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1311,'Choice 3',8,0,734,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1312,'Choice 4',7,0,734,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1313,'Choice 5',6,0,734,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1314,'Choice 6',5,0,734,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1315,'Detached',1,0,735,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1316,'Semi Detached',2,0,735,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1317,'Terraced',3,0,735,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1318,'Linked-Detached',1,0,735,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1319,'Other',1,0,735,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1320,'House',1,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1321,'Bungalow',1,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1322,'Block of Flats - Studios up to 6 Floor Levels',3,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1323,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1324,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1325,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1326,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1327,'Underground Property',1,0,736,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1328,'Choice 1',10,0,737,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1329,'Choice 2',9,0,737,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1330,'Choice 3',8,0,737,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1331,'Choice 4',7,0,737,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1332,'Choice 1',10,0,738,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1333,'Choice 2',9,0,738,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1334,'Choice 3',8,0,738,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1335,'Choice 4',7,0,738,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1336,'Choice 5',6,0,738,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1337,'Choice 6',5,0,738,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1338,'the company gives additional training and refresher training to allocated fire warden',1,0,744,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1339,'fire wardens are already trained in fire warden are in enrolment already',1,0,744,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1340,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,744,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1341,'N/A',1,0,744,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1342,'Other',1,0,744,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1343,'Choice 1',10,0,745,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1344,'Choice 2',9,0,745,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1345,'Choice 3',8,0,745,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1346,'Choice 1',10,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1347,'Choice 2',9,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1348,'Choice 3',8,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1349,'Choice 4',7,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1350,'Choice 5',6,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1351,'Choice 6',5,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1352,'Choice 7',4,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1353,'Choice 8',3,0,747,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1354,'Choice 1',10,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1355,'Choice 2',9,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1356,'Choice 3',8,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1357,'Choice 4',7,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1358,'Choice 5',6,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1359,'Choice 6',5,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1360,'Choice 7',4,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1361,'Choice 8',3,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1362,'Choice 9',2,0,750,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(1363,'Choice 1',10,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1364,'Choice 2',9,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1365,'Choice 3',8,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1366,'Choice 4',7,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1367,'Choice 5',6,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1368,'Choice 6',5,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1369,'Choice 7',4,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1370,'Choice 8',3,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1371,'Choice 9',2,0,754,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1372,'Choice 1',10,0,758,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1373,'Choice 2',9,0,758,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1374,'Choice 3',8,0,758,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1375,'Choice 4',7,0,758,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1376,'Choice 5',6,0,758,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1377,'Choice 1',10,0,759,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1378,'Choice 2',9,0,759,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1379,'Choice 3',8,0,759,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1380,'Choice 4',7,0,759,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1381,'Choice 5',6,0,759,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1382,'Choice 6',5,0,759,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1383,'Choice 1',10,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1384,'Choice 2',9,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1385,'Choice 3',8,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1386,'Choice 4',7,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1387,'Choice 5',6,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1388,'Choice 6',5,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1389,'Choice 7',4,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1390,'Choice 8',3,0,764,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1391,'Choice 1',10,0,765,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1392,'Choice 2',9,0,765,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1393,'Choice 3',8,0,765,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1394,'Choice 4',7,0,765,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1395,'Choice 5',6,0,765,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1396,'Choice 6',5,0,765,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1397,'Choice 1',10,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1398,'Choice 2',9,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1399,'Choice 3',8,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1400,'Choice 4',7,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1401,'Choice 5',6,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1402,'Choice 6',5,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1403,'Choice 7',4,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1404,'Choice 8',3,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1405,'Choice 9',2,0,769,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1406,'Choice 1',10,0,774,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1407,'Choice 2',9,0,774,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1408,'Choice 3',8,0,774,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1409,'Choice 4',7,0,774,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1410,'Choice 5',6,0,774,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1411,'Choice 6',5,0,774,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1412,'Choice 1',10,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1413,'Choice 2',9,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1414,'Choice 3',8,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1415,'Choice 4',7,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1416,'Choice 5',6,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1417,'Choice 6',5,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1418,'Choice 7',4,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1419,'Choice 8',3,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1420,'Choice 9',2,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1421,'Choice 10',1,0,777,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1422,'Choice 1',10,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1423,'Choice 2',9,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1424,'Choice 3',8,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1425,'Choice 4',7,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1426,'Choice 5',6,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1427,'Choice 6',5,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1428,'Choice 7',4,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1429,'Choice 8',3,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1430,'Choice 9',2,0,778,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1431,'Choice 1',10,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1432,'Choice 2',9,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1433,'Choice 3',8,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1434,'Choice 4',7,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1435,'Choice 5',6,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1436,'Choice 6',5,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1437,'Choice 7',4,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1438,'Choice 8',3,0,780,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1439,'Choice 1',10,0,790,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1440,'Choice 2',9,0,790,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1441,'Choice 3',8,0,790,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1442,'Choice 4',7,0,790,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1443,'Choice 5',6,0,790,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1444,'Choice 1',10,0,791,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1445,'Choice 2',9,0,791,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1446,'Choice 3',8,0,791,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1447,'Choice 4',7,0,791,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1448,'Choice 1',10,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1449,'Choice 2',9,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1450,'Choice 3',8,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1451,'Choice 4',7,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1452,'Choice 5',6,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1453,'Choice 6',5,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1454,'Choice 7',4,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1455,'Choice 8',3,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1456,'Choice 9',2,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1457,'Choice 10',1,0,799,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1458,'Choice 1',10,0,800,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1459,'Choice 2',9,0,800,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1460,'Choice 3',8,0,800,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1461,'Choice 1',10,0,802,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1462,'Choice 2',9,0,802,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1463,'Choice 3',8,0,802,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1464,'Choice 1',10,0,805,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1465,'Choice 2',9,0,805,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1466,'Choice 3',8,0,805,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1467,'Choice 4',7,0,805,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1468,'Choice 1',10,0,807,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1469,'Choice 2',9,0,807,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1470,'Choice 3',8,0,807,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1471,'Choice 4',7,0,807,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1472,'Choice 5',6,0,807,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1473,'Choice 1',10,0,812,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1474,'Choice 2',9,0,812,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1475,'Choice 3',8,0,812,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1476,'Choice 4',7,0,812,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1477,'Choice 5',6,0,812,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1478,'Choice 1',10,0,814,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1479,'Choice 2',9,0,814,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1480,'Choice 3',8,0,814,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1481,'Choice 4',7,0,814,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1482,'Choice 5',6,0,814,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1483,'Choice 6',5,0,814,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1484,'Detached',1,0,815,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1485,'Semi Detached',2,0,815,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1486,'Terraced',3,0,815,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1487,'Linked-Detached',1,0,815,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1488,'Other',1,0,815,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1489,'House',1,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1490,'Bungalow',1,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1491,'Block of Flats - Studios up to 6 Floor Levels',3,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1492,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1493,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1494,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1495,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1496,'Underground Property',1,0,816,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1497,'Choice 1',10,0,817,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1498,'Choice 2',9,0,817,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1499,'Choice 3',8,0,817,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1500,'Choice 4',7,0,817,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1501,'Choice 1',10,0,818,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1502,'Choice 2',9,0,818,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1503,'Choice 3',8,0,818,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1504,'Choice 4',7,0,818,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1505,'Choice 5',6,0,818,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1506,'Choice 6',5,0,818,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1507,'the company gives additional training and refresher training to allocated fire warden',1,0,824,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1508,'fire wardens are already trained in fire warden are in enrolment already',1,0,824,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1509,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,824,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1510,'N/A',1,0,824,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1511,'Other',1,0,824,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1512,'Choice 1',10,0,825,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1513,'Choice 2',9,0,825,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1514,'Choice 3',8,0,825,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1515,'Choice 1',10,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1516,'Choice 2',9,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1517,'Choice 3',8,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1518,'Choice 4',7,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1519,'Choice 5',6,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1520,'Choice 6',5,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1521,'Choice 7',4,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1522,'Choice 8',3,0,827,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1523,'Choice 1',10,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1524,'Choice 2',9,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1525,'Choice 3',8,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1526,'Choice 4',7,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1527,'Choice 5',6,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1528,'Choice 6',5,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1529,'Choice 7',4,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1530,'Choice 8',3,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1531,'Choice 9',2,0,830,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1532,'Property Agent',10,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1533,'Owner Landlord',9,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1534,'Site Manager',8,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1535,'Property Manager',7,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1536,'Construction Manager',6,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1537,'Fire Warden',5,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1538,'Director',4,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1539,'CEO',3,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1540,'Other',3,0,832,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1541,'A Property Within Building Block',1,0,833,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1542,'All Of The Property',5,0,833,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1543,'Communal Areas Only',2,0,833,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1544,'House',5,0,833,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1545,'Flat',7,0,833,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1546,'Other',10,0,833,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1547,'Choice 1',10,0,841,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1548,'Choice 2',9,0,841,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1549,'Choice 3',8,0,841,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1550,'Choice 4',7,0,841,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1551,'Choice 5',6,0,841,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1552,'Choice 6',5,0,841,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(1553,'Choice 1',10,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1554,'Choice 2',9,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1555,'Choice 3',8,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1556,'Choice 4',7,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1557,'Choice 5',6,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1558,'Choice 6',5,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1559,'Choice 7',4,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1560,'Choice 8',3,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1561,'Choice 9',2,0,844,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1562,'Choice 1',10,0,848,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1563,'Choice 2',9,0,848,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1564,'Choice 3',8,0,848,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1565,'Choice 4',7,0,848,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1566,'Choice 5',6,0,848,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1567,'Choice 1',10,0,849,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1568,'Choice 2',9,0,849,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1569,'Choice 3',8,0,849,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1570,'Choice 4',7,0,849,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1571,'Choice 5',6,0,849,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1572,'Choice 6',5,0,849,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1573,'Choice 1',10,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1574,'Choice 2',9,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1575,'Choice 3',8,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1576,'Choice 4',7,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1577,'Choice 5',6,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1578,'Choice 6',5,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1579,'Choice 7',4,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1580,'Choice 8',3,0,854,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1581,'Choice 1',10,0,855,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1582,'Choice 2',9,0,855,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1583,'Choice 3',8,0,855,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1584,'Choice 4',7,0,855,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1585,'Choice 5',6,0,855,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1586,'Choice 6',5,0,855,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1587,'Choice 1',10,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1588,'Choice 2',9,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1589,'Choice 3',8,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1590,'Choice 4',7,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1591,'Choice 5',6,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1592,'Choice 6',5,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1593,'Choice 7',4,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1594,'Choice 8',3,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1595,'Choice 9',2,0,859,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1596,'Choice 1',10,0,864,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1597,'Choice 2',9,0,864,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1598,'Choice 3',8,0,864,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1599,'Choice 4',7,0,864,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1600,'Choice 5',6,0,864,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1601,'Choice 6',5,0,864,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1602,'Choice 1',10,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1603,'Choice 2',9,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1604,'Choice 3',8,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1605,'Choice 4',7,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1606,'Choice 5',6,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1607,'Choice 6',5,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1608,'Choice 7',4,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1609,'Choice 8',3,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1610,'Choice 9',2,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1611,'Choice 10',1,0,867,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1612,'Choice 1',10,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1613,'Choice 2',9,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1614,'Choice 3',8,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1615,'Choice 4',7,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1616,'Choice 5',6,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1617,'Choice 6',5,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1618,'Choice 7',4,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1619,'Choice 8',3,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1620,'Choice 9',2,0,868,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1621,'Choice 1',10,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1622,'Choice 2',9,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1623,'Choice 3',8,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1624,'Choice 4',7,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1625,'Choice 5',6,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1626,'Choice 6',5,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1627,'Choice 7',4,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1628,'Choice 8',3,0,870,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1629,'Choice 1',10,0,880,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1630,'Choice 2',9,0,880,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1631,'Choice 3',8,0,880,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1632,'Choice 4',7,0,880,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1633,'Choice 5',6,0,880,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1634,'Choice 1',10,0,881,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1635,'Choice 2',9,0,881,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1636,'Choice 3',8,0,881,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1637,'Choice 4',7,0,881,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1638,'Choice 1',10,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1639,'Choice 2',9,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1640,'Choice 3',8,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1641,'Choice 4',7,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1642,'Choice 5',6,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1643,'Choice 6',5,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1644,'Choice 7',4,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1645,'Choice 8',3,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1646,'Choice 9',2,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1647,'Choice 10',1,0,889,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1648,'Choice 1',10,0,890,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1649,'Choice 2',9,0,890,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1650,'Choice 3',8,0,890,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1651,'Choice 1',10,0,892,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1652,'Choice 2',9,0,892,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1653,'Choice 3',8,0,892,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1654,'Choice 1',10,0,895,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1655,'Choice 2',9,0,895,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1656,'Choice 3',8,0,895,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1657,'Choice 4',7,0,895,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1658,'Choice 1',10,0,897,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1659,'Choice 2',9,0,897,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1660,'Choice 3',8,0,897,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1661,'Choice 4',7,0,897,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1662,'Choice 5',6,0,897,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1663,'Choice 1',10,0,902,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1664,'Choice 2',9,0,902,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1665,'Choice 3',8,0,902,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1666,'Choice 4',7,0,902,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1667,'Choice 5',6,0,902,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1668,'Choice 1',10,0,904,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1669,'Choice 2',9,0,904,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1670,'Choice 3',8,0,904,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1671,'Choice 4',7,0,904,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1672,'Choice 5',6,0,904,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1673,'Choice 6',5,0,904,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1674,'Detached',1,0,905,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1675,'Semi Detached',2,0,905,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1676,'Terraced',3,0,905,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1677,'Linked-Detached',1,0,905,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1678,'Other',1,0,905,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1679,'House',1,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1680,'Bungalow',1,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1681,'Block of Flats - Studios up to 6 Floor Levels',3,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1682,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1683,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1684,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1685,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1686,'Underground Property',1,0,906,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1687,'Choice 1',10,0,907,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1688,'Choice 2',9,0,907,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1689,'Choice 3',8,0,907,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1690,'Choice 4',7,0,907,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1691,'Choice 1',10,0,908,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1692,'Choice 2',9,0,908,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1693,'Choice 3',8,0,908,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1694,'Choice 4',7,0,908,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1695,'Choice 5',6,0,908,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1696,'Choice 6',5,0,908,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1697,'the company gives additional training and refresher training to allocated fire warden',1,0,914,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1698,'fire wardens are already trained in fire warden are in enrolment already',1,0,914,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1699,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,914,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1700,'N/A',1,0,914,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1701,'Other',1,0,914,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1702,'Choice 1',10,0,915,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1703,'Choice 2',9,0,915,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1704,'Choice 3',8,0,915,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1705,'Choice 1',10,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1706,'Choice 2',9,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1707,'Choice 3',8,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1708,'Choice 4',7,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1709,'Choice 5',6,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1710,'Choice 6',5,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1711,'Choice 7',4,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1712,'Choice 8',3,0,917,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1713,'Choice 1',10,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1714,'Choice 2',9,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1715,'Choice 3',8,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1716,'Choice 4',7,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1717,'Choice 5',6,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1718,'Choice 6',5,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1719,'Choice 7',4,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1720,'Choice 8',3,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1721,'Choice 9',2,0,920,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1722,'Property Agent',10,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1723,'Owner Landlord',9,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1724,'Site Manager',8,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1725,'Property Manager',7,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1726,'Construction Manager',6,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1727,'Fire Warden',5,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1728,'Director',4,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1729,'CEO',3,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1730,'Other',3,0,922,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1731,'A Property Within Building Block',1,0,923,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1732,'All Of The Property',5,0,923,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1733,'Communal Areas Only',2,0,923,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1734,'House',5,0,923,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1735,'Flat',7,0,923,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1736,'Other',10,0,923,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1737,'Choice 1',10,0,931,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1738,'Choice 2',9,0,931,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1739,'Choice 3',8,0,931,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1740,'Choice 4',7,0,931,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1741,'Choice 5',6,0,931,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1742,'Choice 6',5,0,931,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(1743,'Choice 1',10,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1744,'Choice 2',9,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1745,'Choice 3',8,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1746,'Choice 4',7,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1747,'Choice 5',6,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1748,'Choice 6',5,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1749,'Choice 7',4,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1750,'Choice 8',3,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1751,'Choice 9',2,0,934,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1752,'Choice 1',10,0,938,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1753,'Choice 2',9,0,938,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1754,'Choice 3',8,0,938,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1755,'Choice 4',7,0,938,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1756,'Choice 5',6,0,938,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1757,'Choice 1',10,0,939,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1758,'Choice 2',9,0,939,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1759,'Choice 3',8,0,939,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1760,'Choice 4',7,0,939,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1761,'Choice 5',6,0,939,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1762,'Choice 6',5,0,939,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1763,'Choice 1',10,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1764,'Choice 2',9,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1765,'Choice 3',8,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1766,'Choice 4',7,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1767,'Choice 5',6,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1768,'Choice 6',5,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1769,'Choice 7',4,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1770,'Choice 8',3,0,944,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1771,'Choice 1',10,0,945,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1772,'Choice 2',9,0,945,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1773,'Choice 3',8,0,945,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1774,'Choice 4',7,0,945,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1775,'Choice 5',6,0,945,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1776,'Choice 6',5,0,945,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1777,'Choice 1',10,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1778,'Choice 2',9,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1779,'Choice 3',8,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1780,'Choice 4',7,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1781,'Choice 5',6,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1782,'Choice 6',5,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1783,'Choice 7',4,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1784,'Choice 8',3,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1785,'Choice 9',2,0,949,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1786,'Choice 1',10,0,954,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1787,'Choice 2',9,0,954,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1788,'Choice 3',8,0,954,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1789,'Choice 4',7,0,954,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1790,'Choice 5',6,0,954,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1791,'Choice 6',5,0,954,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1792,'Choice 1',10,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1793,'Choice 2',9,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1794,'Choice 3',8,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1795,'Choice 4',7,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1796,'Choice 5',6,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1797,'Choice 6',5,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1798,'Choice 7',4,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1799,'Choice 8',3,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1800,'Choice 9',2,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1801,'Choice 10',1,0,957,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1802,'Choice 1',10,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1803,'Choice 2',9,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1804,'Choice 3',8,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1805,'Choice 4',7,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1806,'Choice 5',6,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1807,'Choice 6',5,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1808,'Choice 7',4,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1809,'Choice 8',3,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1810,'Choice 9',2,0,958,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1811,'Choice 1',10,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1812,'Choice 2',9,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1813,'Choice 3',8,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1814,'Choice 4',7,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1815,'Choice 5',6,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1816,'Choice 6',5,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1817,'Choice 7',4,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1818,'Choice 8',3,0,960,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1819,'Choice 1',10,0,970,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1820,'Choice 2',9,0,970,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1821,'Choice 3',8,0,970,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1822,'Choice 4',7,0,970,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1823,'Choice 5',6,0,970,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1824,'Choice 1',10,0,971,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1825,'Choice 2',9,0,971,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1826,'Choice 3',8,0,971,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1827,'Choice 4',7,0,971,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1828,'Choice 1',10,0,979,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1829,'Choice 2',9,0,979,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1830,'Choice 3',8,0,979,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(1831,'Choice 4',7,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1832,'Choice 5',6,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1833,'Choice 6',5,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1834,'Choice 7',4,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1835,'Choice 8',3,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1836,'Choice 9',2,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1837,'Choice 10',1,0,979,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1838,'Choice 1',10,0,980,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1839,'Choice 2',9,0,980,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1840,'Choice 3',8,0,980,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1841,'Choice 1',10,0,982,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1842,'Choice 2',9,0,982,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1843,'Choice 3',8,0,982,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1844,'Choice 1',10,0,985,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1845,'Choice 2',9,0,985,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1846,'Choice 3',8,0,985,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1847,'Choice 4',7,0,985,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1848,'Choice 1',10,0,987,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1849,'Choice 2',9,0,987,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1850,'Choice 3',8,0,987,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1851,'Choice 4',7,0,987,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1852,'Choice 5',6,0,987,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1853,'Choice 1',10,0,992,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1854,'Choice 2',9,0,992,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1855,'Choice 3',8,0,992,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1856,'Choice 4',7,0,992,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1857,'Choice 5',6,0,992,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1858,'Choice 1',10,0,994,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1859,'Choice 2',9,0,994,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1860,'Choice 3',8,0,994,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1861,'Choice 4',7,0,994,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1862,'Choice 5',6,0,994,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1863,'Choice 6',5,0,994,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1864,'Detached',1,0,995,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1865,'Semi Detached',2,0,995,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1866,'Terraced',3,0,995,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1867,'Linked-Detached',1,0,995,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1868,'Other',1,0,995,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1869,'House',1,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1870,'Bungalow',1,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1871,'Block of Flats - Studios up to 6 Floor Levels',3,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1872,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1873,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1874,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1875,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1876,'Underground Property',1,0,996,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1877,'Choice 1',10,0,997,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1878,'Choice 2',9,0,997,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1879,'Choice 3',8,0,997,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1880,'Choice 4',7,0,997,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1881,'Choice 1',10,0,998,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1882,'Choice 2',9,0,998,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1883,'Choice 3',8,0,998,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1884,'Choice 4',7,0,998,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1885,'Choice 5',6,0,998,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1886,'Choice 6',5,0,998,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1887,'the company gives additional training and refresher training to allocated fire warden',1,0,1004,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1888,'fire wardens are already trained in fire warden are in enrolment already',1,0,1004,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1889,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1004,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1890,'N/A',1,0,1004,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1891,'Other',1,0,1004,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1892,'Choice 1',10,0,1005,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1893,'Choice 2',9,0,1005,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1894,'Choice 3',8,0,1005,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1895,'Choice 1',10,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1896,'Choice 2',9,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1897,'Choice 3',8,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1898,'Choice 4',7,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1899,'Choice 5',6,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1900,'Choice 6',5,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1901,'Choice 7',4,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1902,'Choice 8',3,0,1007,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1903,'Choice 1',10,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1904,'Choice 2',9,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1905,'Choice 3',8,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1906,'Choice 4',7,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1907,'Choice 5',6,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1908,'Choice 6',5,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1909,'Choice 7',4,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1910,'Choice 8',3,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1911,'Choice 9',2,0,1010,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1912,'Property Agent',10,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1913,'Owner Landlord',9,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1914,'Site Manager',8,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1915,'Property Manager',7,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1916,'Construction Manager',6,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1917,'Fire Warden',5,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1918,'Director',4,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1919,'CEO',3,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1920,'Other',3,0,1012,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1921,'A Property Within Building Block',1,0,1013,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1922,'All Of The Property',5,0,1013,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1923,'Communal Areas Only',2,0,1013,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1924,'House',5,0,1013,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1925,'Flat',7,0,1013,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1926,'Other',10,0,1013,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1927,'Choice 1',10,0,1021,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1928,'Choice 2',9,0,1021,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1929,'Choice 3',8,0,1021,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1930,'Choice 4',7,0,1021,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1931,'Choice 5',6,0,1021,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1932,'Choice 6',5,0,1021,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1933,'Choice 1',10,0,1022,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1934,'Choice 2',9,0,1022,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1935,'Choice 3',8,0,1022,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1936,'Choice 4',7,0,1022,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1937,'Choice 5',6,0,1022,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1938,'Choice 6',5,0,1022,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1939,'Choice 1',10,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1940,'Choice 2',9,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1941,'Choice 3',8,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1942,'Choice 4',7,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1943,'Choice 5',6,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1944,'Choice 6',5,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1945,'Choice 7',4,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1946,'Choice 8',3,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1947,'Choice 9',2,0,1026,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1948,'Choice 1',10,0,1031,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1949,'Choice 2',9,0,1031,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1950,'Choice 3',8,0,1031,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1951,'Choice 4',7,0,1031,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1952,'Choice 5',6,0,1031,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1953,'Choice 6',5,0,1031,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1954,'Choice 1',10,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1955,'Choice 2',9,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1956,'Choice 3',8,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1957,'Choice 4',7,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1958,'Choice 5',6,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1959,'Choice 6',5,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1960,'Choice 7',4,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1961,'Choice 8',3,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1962,'Choice 9',2,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1963,'Choice 10',1,0,1034,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1964,'Choice 1',10,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1965,'Choice 2',9,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1966,'Choice 3',8,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1967,'Choice 4',7,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1968,'Choice 5',6,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1969,'Choice 6',5,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1970,'Choice 7',4,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1971,'Choice 8',3,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1972,'Choice 9',2,0,1035,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1973,'Choice 1',10,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1974,'Choice 2',9,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1975,'Choice 3',8,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1976,'Choice 4',7,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1977,'Choice 5',6,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1978,'Choice 6',5,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1979,'Choice 7',4,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1980,'Choice 8',3,0,1037,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1981,'Choice 1',10,0,1047,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1982,'Choice 2',9,0,1047,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1983,'Choice 3',8,0,1047,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1984,'Choice 4',7,0,1047,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1985,'Choice 5',6,0,1047,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1986,'Choice 1',10,0,1048,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1987,'Choice 2',9,0,1048,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1988,'Choice 3',8,0,1048,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1989,'Choice 4',7,0,1048,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1990,'Choice 1',10,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1991,'Choice 2',9,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1992,'Choice 3',8,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1993,'Choice 4',7,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1994,'Choice 5',6,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1995,'Choice 6',5,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1996,'Choice 7',4,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1997,'Choice 8',3,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1998,'Choice 9',2,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1999,'Choice 10',1,0,1056,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2000,'Choice 1',10,0,1057,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2001,'Choice 2',9,0,1057,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2002,'Choice 3',8,0,1057,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2003,'Choice 1',10,0,1059,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2004,'Choice 2',9,0,1059,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2005,'Choice 3',8,0,1059,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2006,'Choice 1',10,0,1062,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2007,'Choice 2',9,0,1062,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2008,'Choice 3',8,0,1062,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2009,'Choice 4',7,0,1062,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2010,'Choice 1',10,0,1064,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2011,'Choice 2',9,0,1064,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2012,'Choice 3',8,0,1064,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2013,'Choice 4',7,0,1064,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2014,'Choice 5',6,0,1064,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2015,'Choice 1',10,0,1069,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2016,'Choice 2',9,0,1069,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2017,'Choice 3',8,0,1069,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2018,'Choice 4',7,0,1069,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2019,'Choice 5',6,0,1069,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2020,'Choice 1',10,0,1071,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2021,'Choice 2',9,0,1071,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2022,'Choice 3',8,0,1071,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2023,'Choice 4',7,0,1071,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2024,'Choice 5',6,0,1071,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2025,'Choice 6',5,0,1071,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2026,'Detached',1,0,1072,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2027,'Semi Detached',2,0,1072,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2028,'Terraced',3,0,1072,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2029,'Linked-Detached',1,0,1072,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2030,'Other',1,0,1072,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2031,'House',1,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2032,'Bungalow',1,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2033,'Block of Flats - Studios up to 6 Floor Levels',3,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2034,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2035,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2036,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2037,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2038,'Underground Property',1,0,1073,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2039,'Choice 1',10,0,1074,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2040,'Choice 2',9,0,1074,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2041,'Choice 3',8,0,1074,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2042,'Choice 4',7,0,1074,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2043,'Choice 1',10,0,1075,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2044,'Choice 2',9,0,1075,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2045,'Choice 3',8,0,1075,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2046,'Choice 4',7,0,1075,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2047,'Choice 5',6,0,1075,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2048,'Choice 6',5,0,1075,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2049,'the company gives additional training and refresher training to allocated fire warden',1,0,1081,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2050,'fire wardens are already trained in fire warden are in enrolment already',1,0,1081,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2051,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1081,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2052,'N/A',1,0,1081,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2053,'Other',1,0,1081,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2054,'Choice 1',10,0,1082,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2055,'Choice 2',9,0,1082,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2056,'Choice 3',8,0,1082,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2057,'Choice 1',10,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2058,'Choice 2',9,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2059,'Choice 3',8,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2060,'Choice 4',7,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2061,'Choice 5',6,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2062,'Choice 6',5,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2063,'Choice 7',4,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2064,'Choice 8',3,0,1084,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2065,'Choice 1',10,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2066,'Choice 2',9,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2067,'Choice 3',8,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2068,'Choice 4',7,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2069,'Choice 5',6,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2070,'Choice 6',5,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2071,'Choice 7',4,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2072,'Choice 8',3,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2073,'Choice 9',2,0,1087,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2074,'Property Agent',10,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2075,'Owner Landlord',9,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2076,'Site Manager',8,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2077,'Property Manager',7,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2078,'Construction Manager',6,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2079,'Fire Warden',5,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2080,'Director',4,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2081,'CEO',3,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2082,'Other',3,0,1089,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2083,'A Property Within Building Block',1,0,1090,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2084,'All Of The Property',5,0,1090,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2085,'Communal Areas Only',2,0,1090,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2086,'House',5,0,1090,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2087,'Flat',7,0,1090,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2088,'Other',10,0,1090,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2089,'Choice 1',10,0,1098,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2090,'Choice 2',9,0,1098,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2091,'Choice 3',8,0,1098,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2092,'Choice 4',7,0,1098,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2093,'Choice 5',6,0,1098,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2094,'Choice 6',5,0,1098,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2095,'Fan Heaters',4,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2096,'Electric Heaters',4,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2097,'Gas Heater',5,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2098,'Other Boilers',2,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2099,'Electrical Equipment',3,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2100,'Electrical Leads',3,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2101,'Portable Equipment',3,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2102,'Portable Lighting',2,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2103,'Cooking kitchen Equipment',6,0,1099,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2104,'Wood/Paper/Cardboard etc',3,0,1102,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2105,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1102,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2106,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1102,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2107,'Waste Material Controlled -in locked wheely bin or store',2,0,1102,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2108,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1102,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2109,'Choice 1',10,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2110,'Choice 2',9,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2111,'Choice 3',8,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2112,'Choice 4',7,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2113,'Choice 5',6,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2114,'Choice 6',5,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2115,'Choice 7',4,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2116,'Choice 8',3,0,1109,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(2117,'Choice 1',10,0,1110,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2118,'Choice 2',9,0,1110,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2119,'Choice 3',8,0,1110,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2120,'Choice 4',7,0,1110,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2121,'Choice 5',6,0,1110,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2122,'Choice 6',5,0,1110,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2123,'Choice 1',10,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2124,'Choice 2',9,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2125,'Choice 3',8,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2126,'Choice 4',7,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2127,'Choice 5',6,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2128,'Choice 6',5,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2129,'Choice 7',4,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2130,'Choice 8',3,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2131,'Choice 9',2,0,1114,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2132,'Choice 1',10,0,1125,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2133,'Choice 2',9,0,1125,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2134,'Choice 3',8,0,1125,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2135,'Choice 4',7,0,1125,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2136,'Choice 5',6,0,1125,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2137,'Choice 1',10,0,1126,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2138,'Choice 2',9,0,1126,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2139,'Choice 3',8,0,1126,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2140,'Choice 4',7,0,1126,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2141,'Choice 1',10,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2142,'Choice 2',9,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2143,'Choice 3',8,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2144,'Choice 4',7,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2145,'Choice 5',6,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2146,'Choice 6',5,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2147,'Choice 7',4,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2148,'Choice 8',3,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2149,'Choice 9',2,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2150,'Choice 10',1,0,1134,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2151,'Choice 1',10,0,1135,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2152,'Choice 2',9,0,1135,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2153,'Choice 3',8,0,1135,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2154,'Choice 1',10,0,1137,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2155,'Choice 2',9,0,1137,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2156,'Choice 3',8,0,1137,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2157,'Choice 1',10,0,1140,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2158,'Choice 2',9,0,1140,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2159,'Choice 3',8,0,1140,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2160,'Choice 4',7,0,1140,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2161,'Choice 1',10,0,1142,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2162,'Choice 2',9,0,1142,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2163,'Choice 3',8,0,1142,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2164,'Choice 4',7,0,1142,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2165,'Choice 5',6,0,1142,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2166,'Choice 1',10,0,1147,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2167,'Choice 2',9,0,1147,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2168,'Choice 3',8,0,1147,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2169,'Choice 4',7,0,1147,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2170,'Choice 5',6,0,1147,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2171,'Choice 1',10,0,1149,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2172,'Choice 2',9,0,1149,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2173,'Choice 3',8,0,1149,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2174,'Choice 4',7,0,1149,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2175,'Choice 5',6,0,1149,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2176,'Choice 6',5,0,1149,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2177,'Detached',1,0,1150,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2178,'Semi Detached',2,0,1150,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2179,'Terraced',3,0,1150,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2180,'Linked-Detached',1,0,1150,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2181,'Other',1,0,1150,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2182,'House',1,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2183,'Bungalow',1,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2184,'Block of Flats - Studios up to 6 Floor Levels',3,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2185,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2186,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2187,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2188,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2189,'Underground Property',1,0,1151,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2190,'Choice 1',10,0,1152,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2191,'Choice 2',9,0,1152,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2192,'Choice 3',8,0,1152,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2193,'Choice 4',7,0,1152,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2194,'Choice 1',10,0,1153,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2195,'Choice 2',9,0,1153,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2196,'Choice 3',8,0,1153,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2197,'Choice 4',7,0,1153,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2198,'Choice 5',6,0,1153,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2199,'Choice 6',5,0,1153,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2200,'the company gives additional training and refresher training to allocated fire warden',1,0,1159,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2201,'fire wardens are already trained in fire warden are in enrolment already',1,0,1159,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2202,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1159,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2203,'N/A',1,0,1159,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2204,'Other',1,0,1159,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2205,'Choice 1',10,0,1160,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2206,'Choice 2',9,0,1160,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2207,'Choice 3',8,0,1160,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2208,'Choice 1',10,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2209,'Choice 2',9,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2210,'Choice 3',8,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2211,'Choice 4',7,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2212,'Choice 5',6,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2213,'Choice 6',5,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2214,'Choice 7',4,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2215,'Choice 8',3,0,1162,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2216,'Choice 1',10,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2217,'Choice 2',9,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2218,'Choice 3',8,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2219,'Choice 4',7,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2220,'Choice 5',6,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2221,'Choice 6',5,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2222,'Choice 7',4,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2223,'Choice 8',3,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2224,'Choice 9',2,0,1165,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2225,'Property Agent',10,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2226,'Owner Landlord',9,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2227,'Site Manager',8,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2228,'Property Manager',7,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2229,'Construction Manager',6,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2230,'Fire Warden',5,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2231,'Director',4,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2232,'CEO',3,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2233,'Other',3,0,1167,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2234,'A Property Within Building Block',1,0,1168,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2235,'All Of The Property',5,0,1168,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2236,'Communal Areas Only',2,0,1168,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2237,'House',5,0,1168,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2238,'Flat',7,0,1168,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2239,'Other',10,0,1168,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2240,'Choice 1',10,0,1176,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2241,'Choice 2',9,0,1176,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2242,'Choice 3',8,0,1176,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2243,'Choice 4',7,0,1176,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2244,'Choice 5',6,0,1176,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2245,'Choice 6',5,0,1176,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2246,'Fan Heaters',4,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2247,'Electric Heaters',4,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2248,'Gas Heater',5,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2249,'Other Boilers',2,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2250,'Electrical Equipment',3,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2251,'Electrical Leads',3,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2252,'Portable Equipment',3,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2253,'Portable Lighting',2,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2254,'Cooking kitchen Equipment',6,0,1177,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2255,'Wood/Paper/Cardboard etc',3,0,1180,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2256,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1180,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2257,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1180,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2258,'Waste Material Controlled -in locked wheely bin or store',2,0,1180,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2259,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1180,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2260,'Choice 1',10,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2261,'Choice 2',9,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2262,'Choice 3',8,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2263,'Choice 4',7,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2264,'Choice 5',6,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2265,'Choice 6',5,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2266,'Choice 7',4,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2267,'Choice 8',3,0,1187,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2268,'Yes - The responsible person has been allocated in thereport.',1,0,1188,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2269,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1188,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2270,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1190,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2271,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1190,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2272,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2273,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2274,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2275,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2276,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2277,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2278,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2279,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2280,'Choice 10',1,0,1192,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2281,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2282,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2283,'Choice 8',3,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2284,'Choice 8',3,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2285,'Choice 8',3,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2286,'Choice 8',3,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2287,'Choice 8',3,0,1195,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2288,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1198,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2289,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1198,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2290,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1200,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2291,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1200,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2292,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1202,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2293,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1202,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2294,'YES–The plan is readily available',1,0,1205,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2295,'NO–The plan is not available',2,0,1205,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2296,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1207,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2297,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1207,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2298,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1207,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2299,'YES –There are suitable arrangements in place to prevent danger.',1,0,1209,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2300,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1209,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2301,'YES -The company have a system in place for full evacuation',1,0,1211,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2302,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1211,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2303,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1213,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2304,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1213,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2305,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1215,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2306,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1215,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2307,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1217,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2308,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1217,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2309,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1219,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2310,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1219,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2311,'1 YES -They do consider of other organisation in the within the building',1,0,1222,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2312,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1222,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2313,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1222,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(2314,'Choice 1',10,0,1225,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2315,'Choice 2',9,0,1225,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2316,'Choice 3',8,0,1225,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2317,'Choice 4',7,0,1225,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2318,'Choice 5',6,0,1225,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2319,'Choice 6',5,0,1225,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2320,'Choice 1',10,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2321,'Choice 2',9,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2322,'Choice 3',8,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2323,'Choice 4',7,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2324,'Choice 5',6,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2325,'Choice 6',5,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2326,'Choice 7',4,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2327,'Choice 8',3,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2328,'Choice 9',2,0,1229,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2329,'Choice 1',10,0,1240,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2330,'Choice 2',9,0,1240,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2331,'Choice 3',8,0,1240,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2332,'Choice 4',7,0,1240,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2333,'Choice 5',6,0,1240,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2334,'Choice 1',10,0,1241,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2335,'Choice 2',9,0,1241,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2336,'Choice 3',8,0,1241,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2337,'Choice 4',7,0,1241,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2338,'Choice 1',10,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2339,'Choice 2',9,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2340,'Choice 3',8,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2341,'Choice 4',7,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2342,'Choice 5',6,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2343,'Choice 6',5,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2344,'Choice 7',4,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2345,'Choice 8',3,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2346,'Choice 9',2,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2347,'Choice 10',1,0,1249,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2348,'Choice 1',10,0,1250,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2349,'Choice 2',9,0,1250,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2350,'Choice 3',8,0,1250,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2351,'Choice 1',10,0,1252,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2352,'Choice 2',9,0,1252,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2353,'Choice 3',8,0,1252,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2354,'Choice 1',10,0,1255,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2355,'Choice 2',9,0,1255,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2356,'Choice 3',8,0,1255,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2357,'Choice 4',7,0,1255,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2358,'Choice 1',10,0,1257,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2359,'Choice 2',9,0,1257,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2360,'Choice 3',8,0,1257,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2361,'Choice 4',7,0,1257,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2362,'Choice 5',6,0,1257,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2363,'Choice 1',10,0,1262,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2364,'Choice 2',9,0,1262,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2365,'Choice 3',8,0,1262,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2366,'Choice 4',7,0,1262,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2367,'Choice 5',6,0,1262,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2368,'Choice 1',10,0,1264,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2369,'Choice 2',9,0,1264,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2370,'Choice 3',8,0,1264,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2371,'Choice 4',7,0,1264,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2372,'Choice 5',6,0,1264,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2373,'Choice 6',5,0,1264,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2374,'Detached',1,0,1265,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2375,'Semi Detached',2,0,1265,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2376,'Terraced',3,0,1265,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2377,'Linked-Detached',1,0,1265,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2378,'Other',1,0,1265,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2379,'House',1,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2380,'Bungalow',1,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2381,'Block of Flats - Studios up to 6 Floor Levels',3,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2382,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2383,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2384,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2385,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2386,'Underground Property',1,0,1266,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2387,'Choice 1',10,0,1267,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2388,'Choice 2',9,0,1267,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2389,'Choice 3',8,0,1267,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2390,'Choice 4',7,0,1267,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2391,'Choice 1',10,0,1268,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2392,'Choice 2',9,0,1268,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2393,'Choice 3',8,0,1268,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2394,'Choice 4',7,0,1268,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2395,'Choice 5',6,0,1268,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2396,'Choice 6',5,0,1268,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2397,'the company gives additional training and refresher training to allocated fire warden',1,0,1274,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2398,'fire wardens are already trained in fire warden are in enrolment already',1,0,1274,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2399,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1274,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2400,'N/A',1,0,1274,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2401,'Other',1,0,1274,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2402,'Choice 1',10,0,1275,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2403,'Choice 2',9,0,1275,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2404,'Choice 3',8,0,1275,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2405,'Choice 1',10,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2406,'Choice 2',9,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2407,'Choice 3',8,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2408,'Choice 4',7,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2409,'Choice 5',6,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2410,'Choice 6',5,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2411,'Choice 7',4,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2412,'Choice 8',3,0,1277,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2413,'Choice 1',10,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2414,'Choice 2',9,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2415,'Choice 3',8,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2416,'Choice 4',7,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2417,'Choice 5',6,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2418,'Choice 6',5,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2419,'Choice 7',4,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2420,'Choice 8',3,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2421,'Choice 9',2,0,1280,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2422,'Fan Heaters',4,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2423,'Electric Heaters',4,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2424,'Gas Heater',5,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2425,'Other Boilers',2,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2426,'Electrical Equipment',3,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2427,'Electrical Leads',3,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2428,'Portable Equipment',3,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2429,'Portable Lighting',2,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2430,'Cooking kitchen Equipment',6,0,1282,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2431,'Wood/Paper/Cardboard etc',3,0,1285,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2432,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1285,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2433,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1285,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2434,'Waste Material Controlled -in locked wheely bin or store',2,0,1285,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2435,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1285,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2436,'Choice 1',10,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2437,'Choice 2',9,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2438,'Choice 3',8,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2439,'Choice 4',7,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2440,'Choice 5',6,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2441,'Choice 6',5,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2442,'Choice 7',4,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2443,'Choice 8',3,0,1292,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2444,'Yes - The responsible person has been allocated in thereport.',1,0,1293,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2445,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1293,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2446,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1295,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2447,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1295,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(2448,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2449,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2450,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2451,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2452,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2453,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2454,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2455,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2456,'Choice 10',1,0,1297,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2457,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2458,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2459,'Choice 8',3,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2460,'Choice 8',3,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2461,'Choice 8',3,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2462,'Choice 8',3,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2463,'Choice 8',3,0,1300,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2464,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1303,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2465,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1303,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2466,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1305,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2467,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1305,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2468,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1307,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2469,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1307,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2470,'YES–The plan is readily available',1,0,1310,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2471,'NO–The plan is not available',2,0,1310,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2472,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1312,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2473,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1312,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2474,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1312,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2475,'YES –There are suitable arrangements in place to prevent danger.',1,0,1314,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2476,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1314,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2477,'YES -The company have a system in place for full evacuation',1,0,1316,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2478,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1316,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2479,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1318,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2480,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1318,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2481,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1320,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2482,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1320,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2483,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1322,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2484,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1322,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2485,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1324,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2486,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1324,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2487,'1 YES -They do consider of other organisation in the within the building',1,0,1327,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2488,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1327,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2489,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1327,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2490,'Property Agent',10,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2491,'Owner Landlord',9,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2492,'Site Manager',8,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2493,'Property Manager',7,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2494,'Construction Manager',6,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2495,'Fire Warden',5,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2496,'Director',4,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2497,'CEO',3,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2498,'Other',3,0,1330,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2499,'A Property Within Building Block',1,0,1331,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2500,'All Of The Property',5,0,1331,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2501,'Communal Areas Only',2,0,1331,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2502,'House',5,0,1331,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2503,'Flat',7,0,1331,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2504,'Other',10,0,1331,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2505,'Director',1,0,1338,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2506,'Owner Landlord',1,0,1338,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2507,'Site Maitenance',1,0,1338,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2508,'Estate Agent',1,0,1338,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2509,'Letting Agent',1,0,1338,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2510,'Other',1,0,1338,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(2511,'Choice 1',10,0,1339,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2512,'Choice 2',9,0,1339,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2513,'Choice 3',8,0,1339,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2514,'Choice 4',7,0,1339,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2515,'Choice 5',6,0,1339,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2516,'Choice 6',5,0,1339,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2517,'Choice 1',10,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2518,'Choice 2',9,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2519,'Choice 3',8,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2520,'Choice 4',7,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2521,'Choice 5',6,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2522,'Choice 6',5,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2523,'Choice 7',4,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2524,'Choice 8',3,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2525,'Choice 9',2,0,1343,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2526,'Choice 1',10,0,1357,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2527,'Choice 2',9,0,1357,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2528,'Choice 1',10,0,1359,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2529,'Choice 3',8,0,1357,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2530,'Choice 2',9,0,1359,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2531,'Choice 4',7,0,1357,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2532,'Choice 3',8,0,1359,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2533,'Choice 5',6,0,1357,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2534,'Choice 4',7,0,1359,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2535,'Choice 5',6,0,1359,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2536,'Choice 1',10,0,1361,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2537,'Choice 2',9,0,1361,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2538,'Choice 1',10,0,1362,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2539,'Choice 3',8,0,1361,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2540,'Choice 2',9,0,1362,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2541,'Choice 4',7,0,1361,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2542,'Choice 3',8,0,1362,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2543,'Choice 5',6,0,1361,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2544,'Choice 4',7,0,1362,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2545,'Choice 6',5,0,1361,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2546,'Detached',1,0,1363,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2547,'Semi Detached',2,0,1363,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2548,'Terraced',3,0,1363,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2549,'Linked-Detached',1,0,1363,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2550,'Other',1,0,1363,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2551,'House',1,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2552,'Bungalow',1,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2553,'Block of Flats - Studios up to 6 Floor Levels',3,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2554,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2555,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2556,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2557,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2558,'Underground Property',1,0,1369,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2559,'Choice 1',10,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2560,'Choice 2',9,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2561,'Choice 1',10,0,1373,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2562,'Choice 3',8,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2563,'Choice 2',9,0,1373,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2564,'Choice 4',7,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2565,'Choice 3',8,0,1373,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2566,'Choice 5',6,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2567,'Choice 4',7,0,1373,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2568,'Choice 6',5,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2569,'Choice 7',4,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2570,'Choice 8',3,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2571,'Choice 1',10,0,1374,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2572,'Choice 9',2,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2573,'Choice 2',9,0,1374,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2574,'Choice 10',1,0,1372,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2575,'Choice 3',8,0,1374,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2576,'Choice 4',7,0,1374,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2577,'Choice 5',6,0,1374,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2578,'Choice 1',10,0,1375,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2579,'Choice 6',5,0,1374,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2580,'Choice 2',9,0,1375,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2581,'Choice 3',8,0,1375,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2582,'Choice 1',10,0,1380,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2583,'Choice 2',9,0,1380,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2584,'Choice 3',8,0,1380,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2585,'Choice 1',10,0,1385,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2586,'Choice 2',9,0,1385,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2587,'Choice 3',8,0,1385,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2588,'Choice 4',7,0,1385,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2589,'the company gives additional training and refresher training to allocated fire warden',1,0,1386,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2590,'fire wardens are already trained in fire warden are in enrolment already',1,0,1386,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2591,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1386,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2592,'Choice 1',10,0,1388,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2593,'N/A',1,0,1386,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2594,'Choice 2',9,0,1388,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2595,'Other',1,0,1386,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2596,'Choice 3',8,0,1388,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2597,'Choice 4',7,0,1388,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2598,'Choice 1',10,0,1389,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2599,'Choice 5',6,0,1388,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2600,'Choice 2',9,0,1389,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2601,'Choice 3',8,0,1389,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2602,'Choice 1',10,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2603,'Choice 2',9,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2604,'Choice 3',8,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2605,'Choice 4',7,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2606,'Choice 5',6,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2607,'Choice 6',5,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2608,'Choice 7',4,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2609,'Choice 8',3,0,1391,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2610,'Choice 1',10,0,1397,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2611,'Choice 2',9,0,1397,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2612,'Choice 1',10,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2613,'Choice 3',8,0,1397,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2614,'Choice 2',9,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2615,'Choice 4',7,0,1397,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2616,'Choice 3',8,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2617,'Choice 5',6,0,1397,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2618,'Choice 4',7,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2619,'Choice 5',6,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2620,'Choice 6',5,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2621,'Choice 1',10,0,1401,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2622,'Choice 7',4,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2623,'Choice 2',9,0,1401,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2624,'Choice 8',3,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2625,'Choice 3',8,0,1401,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2626,'Choice 9',2,0,1399,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2627,'Choice 4',7,0,1401,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2628,'Choice 5',6,0,1401,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2629,'Choice 6',5,0,1401,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2630,'Fan Heaters',4,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2631,'Detached',1,0,1404,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2632,'Electric Heaters',4,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2633,'Semi Detached',2,0,1404,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2634,'Gas Heater',5,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2635,'Terraced',3,0,1404,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2636,'Other Boilers',2,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2637,'Linked-Detached',1,0,1404,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2638,'Electrical Equipment',3,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2639,'Other',1,0,1404,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2640,'Electrical Leads',3,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2641,'Portable Equipment',3,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2642,'House',1,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2643,'Portable Lighting',2,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2644,'Bungalow',1,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2645,'Cooking kitchen Equipment',6,0,1403,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2646,'Block of Flats - Studios up to 6 Floor Levels',3,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2647,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2648,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2649,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2650,'Wood/Paper/Cardboard etc',3,0,1408,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2651,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2652,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1408,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2653,'Underground Property',1,0,1405,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2654,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1408,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2655,'Waste Material Controlled -in locked wheely bin or store',2,0,1408,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2656,'Choice 1',10,0,1409,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2657,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1408,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2658,'Choice 2',9,0,1409,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2659,'Choice 3',8,0,1409,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2660,'Choice 4',7,0,1409,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2661,'Choice 1',10,0,1413,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2662,'Choice 2',9,0,1413,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2663,'Choice 3',8,0,1413,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2664,'Choice 4',7,0,1413,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2665,'Choice 5',6,0,1413,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2666,'Choice 1',10,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2667,'Choice 6',5,0,1413,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2668,'Choice 2',9,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2669,'Choice 3',8,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2670,'Choice 4',7,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2671,'Choice 5',6,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2672,'Choice 6',5,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2673,'Choice 7',4,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2674,'Choice 8',3,0,1417,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2675,'the company gives additional training and refresher training to allocated fire warden',1,0,1423,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2676,'fire wardens are already trained in fire warden are in enrolment already',1,0,1423,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2677,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1423,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2678,'N/A',1,0,1423,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2679,'Other',1,0,1423,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2680,'Yes - The responsible person has been allocated in thereport.',1,0,1424,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2681,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1424,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2682,'Choice 1',10,0,1425,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2683,'Choice 2',9,0,1425,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2684,'Choice 3',8,0,1425,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2685,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1427,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2686,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1427,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2687,'Choice 1',10,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2688,'Choice 2',9,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2689,'Choice 3',8,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2690,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2691,'Choice 4',7,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2692,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2693,'Choice 5',6,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2694,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2695,'Choice 6',5,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2696,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2697,'Choice 7',4,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2698,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2699,'Choice 8',3,0,1429,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2700,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2701,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2702,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2703,'Choice 10',1,0,1431,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2704,'Choice 1',10,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2705,'Choice 2',9,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2706,'Choice 3',8,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2707,'Choice 4',7,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2708,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2709,'Choice 5',6,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2710,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2711,'Choice 6',5,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2712,'Choice 8',3,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2713,'Choice 7',4,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2714,'Choice 8',3,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2715,'Choice 8',3,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2716,'Choice 8',3,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2717,'Choice 9',2,0,1434,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2718,'Choice 8',3,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2719,'Choice 8',3,0,1437,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2720,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1441,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2721,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1441,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2722,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1443,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2723,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1443,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2724,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1445,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2725,'Fan Heaters',4,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2726,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1445,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2727,'Electric Heaters',4,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2728,'Gas Heater',5,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2729,'Other Boilers',2,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2730,'Electrical Equipment',3,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2731,'YES–The plan is readily available',1,0,1449,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2732,'Electrical Leads',3,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2733,'NO–The plan is not available',2,0,1449,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2734,'Portable Equipment',3,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2735,'Portable Lighting',2,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2736,'Cooking kitchen Equipment',6,0,1446,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2737,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1451,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2738,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1451,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2739,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1451,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2740,'Wood/Paper/Cardboard etc',3,0,1454,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2741,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1454,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2742,'YES –There are suitable arrangements in place to prevent danger.',1,0,1456,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2743,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1454,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2744,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1456,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2745,'Waste Material Controlled -in locked wheely bin or store',2,0,1454,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2746,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1454,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2747,'YES -The company have a system in place for full evacuation',1,0,1458,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2748,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1458,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2749,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1464,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2750,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1464,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2751,'Choice 1',10,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2752,'Choice 2',9,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2753,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1469,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2754,'Choice 3',8,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2755,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1469,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2756,'Choice 4',7,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2757,'Choice 5',6,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2758,'Choice 6',5,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2759,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1471,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2760,'Choice 7',4,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2761,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1471,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2762,'Choice 8',3,0,1467,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2763,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1473,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2764,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1473,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2765,'1 YES -They do consider of other organisation in the within the building',1,0,1476,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2766,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1476,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2767,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1476,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2768,'Yes - The responsible person has been allocated in thereport.',1,0,1479,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2769,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1479,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2770,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1481,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2771,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1481,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2772,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2773,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2774,'Property Agent',10,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2775,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2776,'Owner Landlord',9,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2777,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2778,'Site Manager',8,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2779,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2780,'Property Manager',7,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2781,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2782,'Construction Manager',6,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2783,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2784,'Fire Warden',5,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2785,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2786,'Director',4,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2787,'Choice 10',1,0,1483,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2788,'CEO',3,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2789,'Other',3,0,1484,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2790,'A Property Within Building Block',1,0,1487,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2791,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2792,'All Of The Property',5,0,1487,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2793,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2794,'Communal Areas Only',2,0,1487,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2795,'Choice 8',3,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2796,'House',5,0,1487,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2797,'Choice 8',3,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2798,'Flat',7,0,1487,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2799,'Choice 8',3,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2800,'Other',10,0,1487,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2801,'Choice 8',3,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2802,'Choice 8',3,0,1488,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2803,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1495,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2804,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1495,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2805,'Director',1,0,1498,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2806,'Owner Landlord',1,0,1498,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2807,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1500,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2808,'Site Maitenance',1,0,1498,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2809,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1500,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2810,'Estate Agent',1,0,1498,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2811,'Letting Agent',1,0,1498,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2812,'Other',1,0,1498,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2813,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1502,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2814,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1502,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2815,'Property Agent',10,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2816,'YES–The plan is readily available',1,0,1506,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2817,'Owner Landlord',9,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2818,'NO–The plan is not available',2,0,1506,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2819,'Site Manager',8,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2820,'Property Manager',7,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2821,'Construction Manager',6,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2822,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1508,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2823,'Fire Warden',5,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2824,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1508,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2825,'Director',4,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2826,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1508,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2827,'CEO',3,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2828,'Other',3,0,1505,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2829,'YES –There are suitable arrangements in place to prevent danger.',1,0,1510,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2830,'A Property Within Building Block',1,0,1511,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2831,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1510,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2832,'All Of The Property',5,0,1511,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2833,'Communal Areas Only',2,0,1511,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2834,'House',5,0,1511,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2835,'YES -The company have a system in place for full evacuation',1,0,1513,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2836,'Flat',7,0,1511,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2837,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1513,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2838,'Other',10,0,1511,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2839,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1516,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2840,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1516,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2841,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1522,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2842,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1522,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2843,'Director',1,0,1524,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2844,'Owner Landlord',1,0,1524,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2845,'Site Maitenance',1,0,1524,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2846,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1526,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2847,'Estate Agent',1,0,1524,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2848,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1526,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2849,'Letting Agent',1,0,1524,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2850,'Other',1,0,1524,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2851,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1528,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2852,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1528,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2853,'1 YES -They do consider of other organisation in the within the building',1,0,1531,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2854,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1531,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2855,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1531,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2856,'Property Agent',10,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2857,'Owner Landlord',9,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2858,'Site Manager',8,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2859,'Property Manager',7,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2860,'Construction Manager',6,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2861,'Fire Warden',5,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2862,'Director',4,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2863,'CEO',3,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2864,'Other',3,0,1534,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2865,'A Property Within Building Block',1,0,1535,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2866,'All Of The Property',5,0,1535,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2867,'Communal Areas Only',2,0,1535,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2868,'House',5,0,1535,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2869,'Flat',7,0,1535,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2870,'Other',10,0,1535,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(2871,'Director',1,0,1542,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2872,'Owner Landlord',1,0,1542,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2873,'Site Maitenance',1,0,1542,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2874,'Estate Agent',1,0,1542,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2875,'Letting Agent',1,0,1542,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2876,'Other',1,0,1542,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2877,'Property Agent',10,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2878,'Owner Landlord',9,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2879,'Site Manager',8,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2880,'Property Manager',7,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2881,'Construction Manager',6,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2882,'Fire Warden',5,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2883,'Director',4,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2884,'CEO',3,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2885,'Other',3,0,1543,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2886,'A Property Within Building Block',1,0,1544,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2887,'All Of The Property',5,0,1544,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2888,'Communal Areas Only',2,0,1544,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2889,'House',5,0,1544,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2890,'Flat',7,0,1544,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2891,'Other',10,0,1544,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2892,'Director',1,0,1551,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2893,'Owner Landlord',1,0,1551,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2894,'Site Maitenance',1,0,1551,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2895,'Estate Agent',1,0,1551,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2896,'Letting Agent',1,0,1551,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2897,'Other',1,0,1551,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(2898,'Choice 1',10,0,1552,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2899,'Choice 2',9,0,1552,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2900,'Choice 3',8,0,1552,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2901,'Choice 4',7,0,1552,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2902,'Choice 5',6,0,1552,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2903,'Choice 6',5,0,1552,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2904,'Choice 1',10,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2905,'Choice 2',9,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2906,'Choice 3',8,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2907,'Choice 4',7,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2908,'Choice 5',6,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2909,'Choice 6',5,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2910,'Choice 7',4,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2911,'Choice 8',3,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2912,'Choice 9',2,0,1556,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(2913,'Choice 1',10,0,1567,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2914,'Choice 2',9,0,1567,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2915,'Choice 3',8,0,1567,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2916,'Choice 4',7,0,1567,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2917,'Choice 5',6,0,1567,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2918,'Choice 1',10,0,1568,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2919,'Choice 2',9,0,1568,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2920,'Choice 3',8,0,1568,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2921,'Choice 4',7,0,1568,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2922,'Choice 1',10,0,1573,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2923,'Choice 2',9,0,1573,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2924,'Choice 3',8,0,1573,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2925,'Choice 4',7,0,1573,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2926,'Choice 5',6,0,1573,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2927,'Choice 1',10,0,1575,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2928,'Choice 2',9,0,1575,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2929,'Choice 3',8,0,1575,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2930,'Choice 4',7,0,1575,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2931,'Choice 5',6,0,1575,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2932,'Choice 6',5,0,1575,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2933,'Detached',1,0,1576,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2934,'Semi Detached',2,0,1576,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2935,'Terraced',3,0,1576,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2936,'Linked-Detached',1,0,1576,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2937,'Other',1,0,1576,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2938,'House',1,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2939,'Bungalow',1,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2940,'Block of Flats - Studios up to 6 Floor Levels',3,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2941,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2942,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2943,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2944,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2945,'Underground Property',1,0,1577,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2946,'Choice 1',10,0,1578,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2947,'Choice 2',9,0,1578,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2948,'Choice 3',8,0,1578,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2949,'Choice 4',7,0,1578,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2950,'Choice 1',10,0,1579,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2951,'Choice 2',9,0,1579,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2952,'Choice 3',8,0,1579,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2953,'Choice 4',7,0,1579,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2954,'Choice 5',6,0,1579,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2955,'Choice 6',5,0,1579,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2956,'Choice 1',10,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2957,'Choice 2',9,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2958,'Choice 3',8,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2959,'Choice 4',7,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2960,'Choice 5',6,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2961,'Choice 6',5,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2962,'Choice 7',4,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2963,'Choice 8',3,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2964,'Choice 9',2,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2965,'Choice 10',1,0,1592,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2966,'Choice 1',10,0,1593,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2967,'Choice 2',9,0,1593,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2968,'Choice 3',8,0,1593,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2969,'Choice 1',10,0,1595,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2970,'Choice 2',9,0,1595,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2971,'Choice 3',8,0,1595,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2972,'Choice 1',10,0,1598,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2973,'Choice 2',9,0,1598,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2974,'Choice 3',8,0,1598,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2975,'Choice 4',7,0,1598,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2976,'Choice 1',10,0,1600,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2977,'Choice 2',9,0,1600,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2978,'Choice 3',8,0,1600,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2979,'Choice 4',7,0,1600,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2980,'Choice 5',6,0,1600,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2981,'the company gives additional training and refresher training to allocated fire warden',1,0,1601,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2982,'fire wardens are already trained in fire warden are in enrolment already',1,0,1601,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2983,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1601,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2984,'N/A',1,0,1601,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2985,'Other',1,0,1601,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2986,'Choice 1',10,0,1602,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2987,'Choice 2',9,0,1602,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2988,'Choice 3',8,0,1602,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2989,'Choice 1',10,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2990,'Choice 2',9,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2991,'Choice 3',8,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2992,'Choice 4',7,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2993,'Choice 5',6,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2994,'Choice 6',5,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2995,'Choice 7',4,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2996,'Choice 8',3,0,1604,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2997,'Choice 1',10,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2998,'Choice 2',9,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(2999,'Choice 3',8,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3000,'Choice 4',7,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3001,'Choice 5',6,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3002,'Choice 6',5,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3003,'Choice 7',4,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3004,'Choice 8',3,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3005,'Choice 9',2,0,1607,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3006,'Choice 1',10,0,1613,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3007,'Choice 2',9,0,1613,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3008,'Choice 3',8,0,1613,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3009,'Choice 4',7,0,1613,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3010,'Choice 5',6,0,1613,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3011,'Choice 1',10,0,1615,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3012,'Choice 2',9,0,1615,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3013,'Choice 3',8,0,1615,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3014,'Choice 4',7,0,1615,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3015,'Choice 5',6,0,1615,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3016,'Choice 6',5,0,1615,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3017,'Fan Heaters',4,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3018,'Electric Heaters',4,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3019,'Gas Heater',5,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3020,'Other Boilers',2,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3021,'Electrical Equipment',3,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3022,'Electrical Leads',3,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3023,'Portable Equipment',3,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3024,'Portable Lighting',2,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3025,'Cooking kitchen Equipment',6,0,1616,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3026,'Wood/Paper/Cardboard etc',3,0,1619,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3027,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1619,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3028,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1619,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3029,'Waste Material Controlled -in locked wheely bin or store',2,0,1619,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3030,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1619,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3031,'Choice 1',10,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3032,'Choice 2',9,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3033,'Choice 3',8,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3034,'Choice 4',7,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3035,'Choice 5',6,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3036,'Choice 6',5,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3037,'Choice 7',4,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3038,'Choice 8',3,0,1626,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3039,'Detached',1,0,1627,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3040,'Semi Detached',2,0,1627,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3041,'Terraced',3,0,1627,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3042,'Linked-Detached',1,0,1627,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3043,'Other',1,0,1627,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3044,'House',1,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3045,'Bungalow',1,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3046,'Block of Flats - Studios up to 6 Floor Levels',3,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3047,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3048,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3049,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3050,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3051,'Underground Property',1,0,1628,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3052,'Choice 1',10,0,1629,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3053,'Choice 2',9,0,1629,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3054,'Choice 3',8,0,1629,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3055,'Choice 4',7,0,1629,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3056,'Choice 1',10,0,1630,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3057,'Choice 2',9,0,1630,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3058,'Choice 3',8,0,1630,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3059,'Choice 4',7,0,1630,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3060,'Choice 5',6,0,1630,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3061,'Choice 6',5,0,1630,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3062,'the company gives additional training and refresher training to allocated fire warden',1,0,1636,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3063,'fire wardens are already trained in fire warden are in enrolment already',1,0,1636,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3064,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1636,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3065,'N/A',1,0,1636,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3066,'Other',1,0,1636,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3067,'Choice 1',10,0,1637,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3068,'Choice 2',9,0,1637,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3069,'Choice 3',8,0,1637,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3070,'Choice 1',10,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3071,'Choice 2',9,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3072,'Choice 3',8,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3073,'Choice 4',7,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3074,'Choice 5',6,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3075,'Choice 6',5,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3076,'Choice 7',4,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3077,'Choice 8',3,0,1639,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3078,'Choice 1',10,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3079,'Choice 2',9,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3080,'Choice 3',8,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3081,'Choice 4',7,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3082,'Choice 5',6,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3083,'Choice 6',5,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3084,'Choice 7',4,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3085,'Choice 8',3,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3086,'Choice 9',2,0,1642,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3087,'Yes - The responsible person has been allocated in thereport.',1,0,1644,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3088,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1644,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3089,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1646,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3090,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1646,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3091,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3092,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3093,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3094,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3095,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3096,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3097,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3098,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3099,'Choice 10',1,0,1648,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3100,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3101,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3102,'Choice 8',3,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3103,'Choice 8',3,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3104,'Choice 8',3,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3105,'Choice 8',3,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3106,'Choice 8',3,0,1651,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3107,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1654,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3108,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1654,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3109,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1656,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3110,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1656,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3111,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1658,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3112,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1658,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3113,'YES–The plan is readily available',1,0,1661,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3114,'NO–The plan is not available',2,0,1661,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3115,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1663,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3116,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1663,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3117,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1663,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3118,'YES –There are suitable arrangements in place to prevent danger.',1,0,1665,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3119,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1665,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3120,'YES -The company have a system in place for full evacuation',1,0,1667,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3121,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1667,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3122,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1669,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3123,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1669,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3124,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1671,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3125,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1671,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3126,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1673,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3127,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1673,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3128,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1675,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3129,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1675,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3130,'1 YES -They do consider of other organisation in the within the building',1,0,1678,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3131,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1678,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3132,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1678,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3133,'Fan Heaters',4,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3134,'Electric Heaters',4,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3135,'Gas Heater',5,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3136,'Other Boilers',2,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3137,'Electrical Equipment',3,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3138,'Electrical Leads',3,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3139,'Portable Equipment',3,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3140,'Portable Lighting',2,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3141,'Cooking kitchen Equipment',6,0,1681,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3142,'Wood/Paper/Cardboard etc',3,0,1684,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3143,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1684,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3144,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1684,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3145,'Waste Material Controlled -in locked wheely bin or store',2,0,1684,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3146,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1684,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3147,'Choice 1',10,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3148,'Choice 2',9,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3149,'Choice 3',8,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3150,'Choice 4',7,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3151,'Choice 5',6,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3152,'Choice 6',5,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3153,'Choice 7',4,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3154,'Choice 8',3,0,1691,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3155,'Yes - The responsible person has been allocated in thereport.',1,0,1692,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3156,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1692,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3157,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1694,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3158,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1694,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3159,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3160,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3161,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3162,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3163,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3164,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3165,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3166,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3167,'Choice 10',1,0,1696,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3168,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3169,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3170,'Choice 8',3,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3171,'Choice 8',3,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3172,'Choice 8',3,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3173,'Choice 8',3,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3174,'Choice 8',3,0,1699,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3175,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1702,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3176,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1702,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3177,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1704,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3178,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1704,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3179,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1706,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3180,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1706,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3181,'YES–The plan is readily available',1,0,1709,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3182,'NO–The plan is not available',2,0,1709,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3183,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1711,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3184,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1711,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3185,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1711,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3186,'YES –There are suitable arrangements in place to prevent danger.',1,0,1713,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3187,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1713,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3188,'YES -The company have a system in place for full evacuation',1,0,1715,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3189,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1715,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3190,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1717,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3191,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1717,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3192,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1719,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3193,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1719,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3194,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1721,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3195,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1721,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3196,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1723,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3197,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1723,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3198,'1 YES -They do consider of other organisation in the within the building',1,0,1726,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3199,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1726,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3200,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1726,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3201,'Property Agent',10,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3202,'Owner Landlord',9,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3203,'Site Manager',8,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3204,'Property Manager',7,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3205,'Construction Manager',6,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3206,'Fire Warden',5,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3207,'Director',4,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3208,'CEO',3,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3209,'Other',3,0,1729,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3210,'A Property Within Building Block',1,0,1730,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3211,'All Of The Property',5,0,1730,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3212,'Communal Areas Only',2,0,1730,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3213,'House',5,0,1730,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3214,'Flat',7,0,1730,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3215,'Other',10,0,1730,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3216,'Director',1,0,1737,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3217,'Owner Landlord',1,0,1737,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3218,'Site Maitenance',1,0,1737,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3219,'Estate Agent',1,0,1737,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3220,'Letting Agent',1,0,1737,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3221,'Other',1,0,1737,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3222,'Property Agent',10,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3223,'Owner Landlord',9,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3224,'Site Manager',8,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3225,'Property Manager',7,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3226,'Construction Manager',6,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3227,'Fire Warden',5,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3228,'Director',4,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3229,'CEO',3,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3230,'Other',3,0,1738,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3231,'A Property Within Building Block',1,0,1739,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3232,'All Of The Property',5,0,1739,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3233,'Communal Areas Only',2,0,1739,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3234,'House',5,0,1739,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3235,'Flat',7,0,1739,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3236,'Other',10,0,1739,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3237,'Director',1,0,1746,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3238,'Owner Landlord',1,0,1746,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3239,'Site Maitenance',1,0,1746,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3240,'Estate Agent',1,0,1746,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3241,'Letting Agent',1,0,1746,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3242,'Other',1,0,1746,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3243,'Property Agent',10,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3244,'Owner Landlord',9,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3245,'Site Manager',8,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3246,'Property Manager',7,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3247,'Construction Manager',6,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3248,'Fire Warden',5,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3249,'Director',4,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3250,'CEO',3,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3251,'Other',3,0,1747,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3252,'A Property Within Building Block',1,0,1748,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3253,'All Of The Property',5,0,1748,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3254,'Communal Areas Only',2,0,1748,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3255,'House',5,0,1748,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3256,'Flat',7,0,1748,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3257,'Other',10,0,1748,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3258,'Director',1,0,1755,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3259,'Owner Landlord',1,0,1755,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3260,'Site Maitenance',1,0,1755,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3261,'Estate Agent',1,0,1755,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3262,'Letting Agent',1,0,1755,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3263,'Other',1,0,1755,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3264,'Property Agent',10,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3265,'Owner Landlord',9,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3266,'Site Manager',8,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3267,'Property Manager',7,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3268,'Construction Manager',6,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3269,'Fire Warden',5,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3270,'Director',4,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3271,'CEO',3,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3272,'Other',3,0,1756,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3273,'A Property Within Building Block',1,0,1757,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3274,'All Of The Property',5,0,1757,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3275,'Communal Areas Only',2,0,1757,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3276,'House',5,0,1757,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3277,'Flat',7,0,1757,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3278,'Other',10,0,1757,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3279,'Director',1,0,1764,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3280,'Owner Landlord',1,0,1764,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3281,'Site Maitenance',1,0,1764,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3282,'Estate Agent',1,0,1764,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3283,'Letting Agent',1,0,1764,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3284,'Other',1,0,1764,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3285,'Property Agent',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3286,'Owner Landlord',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3287,'Site Manager',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3288,'Property Manager',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3289,'Construction Manager',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3290,'Fire Warden',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3291,'Director',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3292,'CEO',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3293,'Other',1,0,1765,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(3294,'Choice 1',10,0,1766,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3295,'Choice 2',9,0,1766,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3296,'Choice 3',8,0,1766,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3297,'Choice 4',7,0,1766,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3298,'Choice 5',6,0,1766,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3299,'Choice 6',5,0,1766,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3300,'Choice 1',10,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3301,'Choice 2',9,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3302,'Choice 3',8,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3303,'Choice 4',7,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3304,'Choice 5',6,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3305,'Choice 6',5,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3306,'Choice 7',4,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3307,'Choice 8',3,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3308,'Choice 9',2,0,1770,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3309,'Choice 1',10,0,1781,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3310,'Choice 2',9,0,1781,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3311,'Choice 3',8,0,1781,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3312,'Choice 4',7,0,1781,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3313,'Choice 5',6,0,1781,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3314,'Choice 1',10,0,1782,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3315,'Choice 2',9,0,1782,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3316,'Choice 3',8,0,1782,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3317,'Choice 4',7,0,1782,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3318,'Choice 1',10,0,1787,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3319,'Choice 2',9,0,1787,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3320,'Choice 3',8,0,1787,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3321,'Choice 4',7,0,1787,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3322,'Choice 5',6,0,1787,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3323,'Choice 1',10,0,1789,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3324,'Choice 2',9,0,1789,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3325,'Choice 3',8,0,1789,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3326,'Choice 4',7,0,1789,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3327,'Choice 5',6,0,1789,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3328,'Choice 6',5,0,1789,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3329,'Detached',1,0,1790,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3330,'Semi Detached',2,0,1790,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3331,'Terraced',3,0,1790,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3332,'Linked-Detached',1,0,1790,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3333,'Other',1,0,1790,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3334,'House',1,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3335,'Bungalow',1,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3336,'Block of Flats - Studios up to 6 Floor Levels',3,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3337,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3338,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3339,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3340,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3341,'Underground Property',1,0,1791,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3342,'Choice 1',10,0,1792,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3343,'Choice 2',9,0,1792,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3344,'Choice 3',8,0,1792,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3345,'Choice 4',7,0,1792,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3346,'Choice 1',10,0,1793,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3347,'Choice 2',9,0,1793,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3348,'Choice 3',8,0,1793,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3349,'Choice 4',7,0,1793,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3350,'Choice 5',6,0,1793,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3351,'Choice 6',5,0,1793,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3352,'Choice 1',10,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3353,'Choice 2',9,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3354,'Choice 3',8,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3355,'Choice 4',7,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3356,'Choice 5',6,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3357,'Choice 6',5,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3358,'Choice 7',4,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3359,'Choice 8',3,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3360,'Choice 9',2,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3361,'Choice 10',1,0,1806,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3362,'Choice 1',10,0,1807,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3363,'Choice 2',9,0,1807,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3364,'Choice 3',8,0,1807,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3365,'Choice 1',10,0,1809,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3366,'Choice 2',9,0,1809,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3367,'Choice 3',8,0,1809,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3368,'Choice 1',10,0,1812,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3369,'Choice 2',9,0,1812,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3370,'Choice 3',8,0,1812,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3371,'Choice 4',7,0,1812,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3372,'Choice 1',10,0,1814,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3373,'Choice 2',9,0,1814,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3374,'Choice 3',8,0,1814,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3375,'Choice 4',7,0,1814,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3376,'Choice 5',6,0,1814,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3377,'the company gives additional training and refresher training to allocated fire warden',1,0,1815,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3378,'fire wardens are already trained in fire warden are in enrolment already',1,0,1815,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3379,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1815,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3380,'N/A',1,0,1815,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3381,'Other',1,0,1815,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3382,'Choice 1',10,0,1816,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3383,'Choice 2',9,0,1816,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3384,'Choice 3',8,0,1816,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3385,'Choice 1',10,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3386,'Choice 2',9,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3387,'Choice 3',8,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3388,'Choice 4',7,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3389,'Choice 5',6,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3390,'Choice 6',5,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3391,'Choice 7',4,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3392,'Choice 8',3,0,1818,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3393,'Choice 1',10,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3394,'Choice 2',9,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3395,'Choice 3',8,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3396,'Choice 4',7,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3397,'Choice 5',6,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3398,'Choice 6',5,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3399,'Choice 7',4,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3400,'Choice 8',3,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3401,'Choice 9',2,0,1821,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3402,'Choice 1',10,0,1827,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3403,'Choice 2',9,0,1827,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3404,'Choice 3',8,0,1827,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3405,'Choice 4',7,0,1827,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3406,'Choice 5',6,0,1827,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3407,'Choice 1',10,0,1829,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3408,'Choice 2',9,0,1829,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3409,'Choice 3',8,0,1829,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3410,'Choice 4',7,0,1829,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3411,'Choice 5',6,0,1829,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3412,'Choice 6',5,0,1829,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3413,'Fan Heaters',4,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3414,'Electric Heaters',4,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3415,'Gas Heater',5,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3416,'Other Boilers',2,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3417,'Electrical Equipment',3,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3418,'Electrical Leads',3,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3419,'Portable Equipment',3,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3420,'Portable Lighting',2,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3421,'Cooking kitchen Equipment',6,0,1830,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3422,'Wood/Paper/Cardboard etc',3,0,1833,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3423,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1833,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3424,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1833,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3425,'Waste Material Controlled -in locked wheely bin or store',2,0,1833,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3426,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1833,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3427,'Choice 1',10,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3428,'Choice 2',9,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3429,'Choice 3',8,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3430,'Choice 4',7,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3431,'Choice 5',6,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3432,'Choice 6',5,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3433,'Choice 7',4,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3434,'Choice 8',3,0,1840,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3435,'Detached',1,0,1841,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3436,'Semi Detached',2,0,1841,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3437,'Terraced',3,0,1841,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3438,'Linked-Detached',1,0,1841,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3439,'Other',1,0,1841,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3440,'House',1,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3441,'Bungalow',1,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3442,'Block of Flats - Studios up to 6 Floor Levels',3,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3443,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3444,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3445,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3446,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3447,'Underground Property',1,0,1842,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3448,'Choice 1',10,0,1843,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(3449,'Choice 2',9,0,1843,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3450,'Choice 3',8,0,1843,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3451,'Choice 4',7,0,1843,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3452,'Choice 1',10,0,1844,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3453,'Choice 2',9,0,1844,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3454,'Choice 3',8,0,1844,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3455,'Choice 4',7,0,1844,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3456,'Choice 5',6,0,1844,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3457,'Choice 6',5,0,1844,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3458,'the company gives additional training and refresher training to allocated fire warden',1,0,1850,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3459,'fire wardens are already trained in fire warden are in enrolment already',1,0,1850,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3460,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,1850,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3461,'N/A',1,0,1850,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3462,'Other',1,0,1850,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3463,'Choice 1',10,0,1851,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3464,'Choice 2',9,0,1851,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3465,'Choice 3',8,0,1851,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3466,'Choice 1',10,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3467,'Choice 2',9,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3468,'Choice 3',8,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3469,'Choice 4',7,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3470,'Choice 5',6,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3471,'Choice 6',5,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3472,'Choice 7',4,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3473,'Choice 8',3,0,1853,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3474,'Choice 1',10,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3475,'Choice 2',9,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3476,'Choice 3',8,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3477,'Choice 4',7,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3478,'Choice 5',6,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3479,'Choice 6',5,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3480,'Choice 7',4,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3481,'Choice 8',3,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3482,'Choice 9',2,0,1856,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3483,'Yes - The responsible person has been allocated in thereport.',1,0,1858,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3484,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1858,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3485,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1860,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3486,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1860,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3487,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3488,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3489,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3490,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3491,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3492,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3493,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3494,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3495,'Choice 10',1,0,1862,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3496,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3497,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3498,'Choice 8',3,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3499,'Choice 8',3,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3500,'Choice 8',3,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3501,'Choice 8',3,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3502,'Choice 8',3,0,1865,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3503,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1868,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3504,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1868,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3505,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1870,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3506,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1870,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3507,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1872,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3508,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1872,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3509,'YES–The plan is readily available',1,0,1875,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3510,'NO–The plan is not available',2,0,1875,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3511,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1877,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3512,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1877,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3513,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1877,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3514,'YES –There are suitable arrangements in place to prevent danger.',1,0,1879,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3515,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1879,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3516,'YES -The company have a system in place for full evacuation',1,0,1881,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3517,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1881,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3518,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1883,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3519,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1883,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3520,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1885,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3521,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1885,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3522,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1887,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3523,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1887,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3524,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1889,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3525,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1889,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3526,'1 YES -They do consider of other organisation in the within the building',1,0,1892,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3527,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1892,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3528,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1892,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3529,'Fan Heaters',4,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3530,'Electric Heaters',4,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3531,'Gas Heater',5,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3532,'Other Boilers',2,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3533,'Electrical Equipment',3,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3534,'Electrical Leads',3,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3535,'Portable Equipment',3,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3536,'Portable Lighting',2,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3537,'Cooking kitchen Equipment',6,0,1895,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3538,'Wood/Paper/Cardboard etc',3,0,1898,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3539,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,1898,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3540,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,1898,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3541,'Waste Material Controlled -in locked wheely bin or store',2,0,1898,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3542,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,1898,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3543,'Choice 1',10,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3544,'Choice 2',9,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3545,'Choice 3',8,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3546,'Choice 4',7,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3547,'Choice 5',6,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3548,'Choice 6',5,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3549,'Choice 7',4,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3550,'Choice 8',3,0,1905,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3551,'Yes - The responsible person has been allocated in thereport.',1,0,1906,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3552,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,1906,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3553,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,1908,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3554,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,1908,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3555,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3556,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3557,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3558,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3559,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3560,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3561,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3562,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3563,'Choice 10',1,0,1910,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3564,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3565,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3566,'Choice 8',3,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3567,'Choice 8',3,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3568,'Choice 8',3,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3569,'Choice 8',3,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3570,'Choice 8',3,0,1913,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3571,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,1916,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3572,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,1916,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3573,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,1918,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3574,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,1918,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3575,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,1920,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3576,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,1920,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3577,'YES–The plan is readily available',1,0,1923,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3578,'NO–The plan is not available',2,0,1923,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3579,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,1925,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3580,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,1925,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3581,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,1925,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3582,'YES –There are suitable arrangements in place to prevent danger.',1,0,1927,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3583,'NO -There are Not suitable arrangements in place to prevent danger',4,0,1927,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3584,'YES -The company have a system in place for full evacuation',1,0,1929,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3585,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,1929,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3586,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,1931,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3587,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,1931,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3588,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,1933,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3589,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,1933,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3590,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,1935,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3591,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,1935,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3592,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,1937,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3593,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,1937,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3594,'1 YES -They do consider of other organisation in the within the building',1,0,1940,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3595,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,1940,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3596,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,1940,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3597,'Property Agent',10,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3598,'Owner Landlord',9,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3599,'Site Manager',8,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3600,'Property Manager',7,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3601,'Construction Manager',6,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3602,'Fire Warden',5,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3603,'Director',4,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3604,'CEO',3,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3605,'Other',3,0,1943,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3606,'A Property Within Building Block',1,0,1944,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3607,'All Of The Property',5,0,1944,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3608,'Communal Areas Only',2,0,1944,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3609,'House',5,0,1944,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3610,'Flat',7,0,1944,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3611,'Other',10,0,1944,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3612,'Director',1,0,1951,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3613,'Owner Landlord',1,0,1951,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3614,'Site Maitenance',1,0,1951,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3615,'Estate Agent',1,0,1951,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3616,'Letting Agent',1,0,1951,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3617,'Other',1,0,1951,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3618,'Property Agent',10,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3619,'Owner Landlord',9,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3620,'Site Manager',8,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3621,'Property Manager',7,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3622,'Construction Manager',6,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3623,'Fire Warden',5,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3624,'Director',4,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3625,'CEO',3,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3626,'Other',3,0,1952,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3627,'A Property Within Building Block',1,0,1953,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3628,'All Of The Property',5,0,1953,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3629,'Communal Areas Only',2,0,1953,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3630,'House',5,0,1953,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3631,'Flat',7,0,1953,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3632,'Other',10,0,1953,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3633,'Director',1,0,1960,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3634,'Owner Landlord',1,0,1960,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3635,'Site Maitenance',1,0,1960,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3636,'Estate Agent',1,0,1960,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3637,'Letting Agent',1,0,1960,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3638,'Other',1,0,1960,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3639,'Property Agent',10,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3640,'Owner Landlord',9,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3641,'Site Manager',8,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3642,'Property Manager',7,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3643,'Construction Manager',6,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3644,'Fire Warden',5,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3645,'Director',4,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3646,'CEO',3,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3647,'Other',3,0,1961,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3648,'A Property Within Building Block',1,0,1962,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3649,'All Of The Property',5,0,1962,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3650,'Communal Areas Only',2,0,1962,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3651,'House',5,0,1962,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3652,'Flat',7,0,1962,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3653,'Other',10,0,1962,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3654,'Director',1,0,1969,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3655,'Owner Landlord',1,0,1969,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3656,'Site Maitenance',1,0,1969,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3657,'Estate Agent',1,0,1969,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3658,'Letting Agent',1,0,1969,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3659,'Other',1,0,1969,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3660,'Property Agent',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3661,'Owner Landlord',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3662,'Site Manager',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3663,'Property Manager',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3664,'Construction Manager',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3665,'Fire Warden',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3666,'Director',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3667,'CEO',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3668,'Other',1,0,1970,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3669,'Property Agent',10,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3670,'Owner Landlord',9,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3671,'Site Manager',8,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3672,'Property Manager',7,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3673,'Construction Manager',6,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3674,'Fire Warden',5,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3675,'Director',4,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3676,'CEO',3,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3677,'Other',3,0,1971,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3678,'A Property Within Building Block',1,0,1972,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3679,'All Of The Property',5,0,1972,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3680,'Communal Areas Only',2,0,1972,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3681,'House',5,0,1972,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3682,'Flat',7,0,1972,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3683,'Other',10,0,1972,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3684,'Director',1,0,1979,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3685,'Owner Landlord',1,0,1979,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3686,'Site Maitenance',1,0,1979,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3687,'Estate Agent',1,0,1979,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3688,'Letting Agent',1,0,1979,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3689,'Other',1,0,1979,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(3690,'Choice 1',10,0,1983,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3691,'Choice 2',9,0,1983,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3692,'Choice 3',8,0,1983,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3693,'Choice 4',7,0,1983,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3694,'Choice 5',6,0,1983,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3695,'Choice 6',5,0,1983,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3696,'Choice 1',10,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3697,'Choice 2',9,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3698,'Choice 3',8,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3699,'Choice 4',7,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3700,'Choice 5',6,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3701,'Choice 6',5,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3702,'Choice 7',4,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3703,'Choice 8',3,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3704,'Choice 9',2,0,1987,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3705,'Choice 1',10,0,1998,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3706,'Choice 2',9,0,1998,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3707,'Choice 3',8,0,1998,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3708,'Choice 4',7,0,1998,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3709,'Choice 5',6,0,1998,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3710,'Choice 1',10,0,1999,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3711,'Choice 2',9,0,1999,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3712,'Choice 3',8,0,1999,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3713,'Choice 4',7,0,1999,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3714,'Choice 1',10,0,2004,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3715,'Choice 2',9,0,2004,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3716,'Choice 3',8,0,2004,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3717,'Choice 4',7,0,2004,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3718,'Choice 5',6,0,2004,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3719,'Choice 1',10,0,2006,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3720,'Choice 2',9,0,2006,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3721,'Choice 3',8,0,2006,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3722,'Choice 4',7,0,2006,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3723,'Choice 5',6,0,2006,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3724,'Choice 6',5,0,2006,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3725,'Detached',1,0,2007,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3726,'Semi Detached',2,0,2007,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3727,'Terraced',3,0,2007,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3728,'Linked-Detached',1,0,2007,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3729,'Other',1,0,2007,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3730,'House',1,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3731,'Bungalow',1,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3732,'Block of Flats - Studios up to 6 Floor Levels',3,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3733,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3734,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3735,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3736,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3737,'Underground Property',1,0,2008,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3738,'Choice 1',10,0,2009,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3739,'Choice 2',9,0,2009,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3740,'Choice 3',8,0,2009,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3741,'Choice 4',7,0,2009,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3742,'Choice 1',10,0,2010,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3743,'Choice 2',9,0,2010,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3744,'Choice 3',8,0,2010,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3745,'Choice 4',7,0,2010,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3746,'Choice 5',6,0,2010,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3747,'Choice 6',5,0,2010,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3748,'Choice 1',10,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3749,'Choice 2',9,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3750,'Choice 3',8,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3751,'Choice 4',7,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3752,'Choice 5',6,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3753,'Choice 6',5,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3754,'Choice 7',4,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3755,'Choice 8',3,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3756,'Choice 9',2,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3757,'Choice 10',1,0,2023,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3758,'Choice 1',10,0,2024,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3759,'Choice 2',9,0,2024,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3760,'Choice 3',8,0,2024,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3761,'Choice 1',10,0,2026,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3762,'Choice 2',9,0,2026,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3763,'Choice 3',8,0,2026,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3764,'Choice 1',10,0,2029,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3765,'Choice 2',9,0,2029,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3766,'Choice 3',8,0,2029,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3767,'Choice 4',7,0,2029,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3768,'Choice 1',10,0,2031,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3769,'Choice 2',9,0,2031,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3770,'Choice 3',8,0,2031,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3771,'Choice 4',7,0,2031,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3772,'Choice 5',6,0,2031,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3773,'the company gives additional training and refresher training to allocated fire warden',1,0,2032,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3774,'fire wardens are already trained in fire warden are in enrolment already',1,0,2032,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3775,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2032,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3776,'N/A',1,0,2032,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3777,'Other',1,0,2032,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3778,'Choice 1',10,0,2033,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3779,'Choice 2',9,0,2033,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3780,'Choice 3',8,0,2033,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3781,'Choice 1',10,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3782,'Choice 2',9,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3783,'Choice 3',8,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3784,'Choice 4',7,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3785,'Choice 5',6,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3786,'Choice 6',5,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3787,'Choice 7',4,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3788,'Choice 8',3,0,2035,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3789,'Choice 1',10,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3790,'Choice 2',9,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3791,'Choice 3',8,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3792,'Choice 4',7,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3793,'Choice 5',6,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3794,'Choice 6',5,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3795,'Choice 7',4,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3796,'Choice 8',3,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3797,'Choice 9',2,0,2038,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3798,'Choice 1',10,0,2044,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3799,'Choice 2',9,0,2044,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3800,'Choice 3',8,0,2044,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3801,'Choice 4',7,0,2044,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3802,'Choice 5',6,0,2044,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3803,'Choice 1',10,0,2046,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3804,'Choice 2',9,0,2046,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3805,'Choice 3',8,0,2046,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3806,'Choice 4',7,0,2046,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3807,'Choice 5',6,0,2046,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3808,'Choice 6',5,0,2046,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3809,'Fan Heaters',4,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3810,'Electric Heaters',4,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3811,'Gas Heater',5,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3812,'Other Boilers',2,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3813,'Electrical Equipment',3,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3814,'Electrical Leads',3,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3815,'Portable Equipment',3,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3816,'Portable Lighting',2,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3817,'Cooking kitchen Equipment',6,0,2047,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3818,'Wood/Paper/Cardboard etc',3,0,2050,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3819,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2050,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3820,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2050,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3821,'Waste Material Controlled -in locked wheely bin or store',2,0,2050,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3822,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2050,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3823,'Choice 1',10,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3824,'Choice 2',9,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3825,'Choice 3',8,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3826,'Choice 4',7,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3827,'Choice 5',6,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3828,'Choice 6',5,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3829,'Choice 7',4,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3830,'Choice 8',3,0,2057,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3831,'Detached',1,0,2058,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3832,'Semi Detached',2,0,2058,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3833,'Terraced',3,0,2058,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3834,'Linked-Detached',1,0,2058,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3835,'Other',1,0,2058,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3836,'House',1,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3837,'Bungalow',1,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3838,'Block of Flats - Studios up to 6 Floor Levels',3,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3839,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3840,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3841,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3842,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3843,'Underground Property',1,0,2059,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3844,'Choice 1',10,0,2060,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3845,'Choice 2',9,0,2060,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3846,'Choice 3',8,0,2060,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3847,'Choice 4',7,0,2060,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3848,'Choice 1',10,0,2061,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3849,'Choice 2',9,0,2061,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3850,'Choice 3',8,0,2061,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3851,'Choice 4',7,0,2061,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3852,'Choice 5',6,0,2061,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3853,'Choice 6',5,0,2061,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3854,'the company gives additional training and refresher training to allocated fire warden',1,0,2067,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3855,'fire wardens are already trained in fire warden are in enrolment already',1,0,2067,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3856,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2067,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3857,'N/A',1,0,2067,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3858,'Other',1,0,2067,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3859,'Choice 1',10,0,2068,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3860,'Choice 2',9,0,2068,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3861,'Choice 3',8,0,2068,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3862,'Choice 1',10,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3863,'Choice 2',9,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3864,'Choice 3',8,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3865,'Choice 4',7,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3866,'Choice 5',6,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3867,'Choice 6',5,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3868,'Choice 7',4,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3869,'Choice 8',3,0,2070,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3870,'Choice 1',10,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3871,'Choice 2',9,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3872,'Choice 3',8,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3873,'Choice 4',7,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3874,'Choice 5',6,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3875,'Choice 6',5,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3876,'Choice 7',4,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3877,'Choice 8',3,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3878,'Choice 9',2,0,2073,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3879,'Yes - The responsible person has been allocated in thereport.',1,0,2075,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3880,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2075,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3881,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2077,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3882,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2077,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3883,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3884,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3885,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3886,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3887,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3888,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3889,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3890,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3891,'Choice 10',1,0,2079,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3892,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3893,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3894,'Choice 8',3,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3895,'Choice 8',3,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3896,'Choice 8',3,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3897,'Choice 8',3,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3898,'Choice 8',3,0,2082,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3899,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2085,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3900,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2085,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3901,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2087,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3902,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2087,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3903,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2089,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3904,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2089,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3905,'YES–The plan is readily available',1,0,2092,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3906,'NO–The plan is not available',2,0,2092,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3907,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2094,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3908,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2094,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3909,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2094,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3910,'YES –There are suitable arrangements in place to prevent danger.',1,0,2096,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3911,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2096,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3912,'YES -The company have a system in place for full evacuation',1,0,2098,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3913,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2098,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3914,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2100,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3915,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2100,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3916,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2102,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3917,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2102,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3918,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2104,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3919,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2104,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3920,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2106,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3921,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2106,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3922,'1 YES -They do consider of other organisation in the within the building',1,0,2109,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3923,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2109,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3924,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2109,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3925,'Fan Heaters',4,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3926,'Electric Heaters',4,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3927,'Gas Heater',5,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3928,'Other Boilers',2,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3929,'Electrical Equipment',3,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3930,'Electrical Leads',3,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3931,'Portable Equipment',3,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3932,'Portable Lighting',2,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3933,'Cooking kitchen Equipment',6,0,2112,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3934,'Wood/Paper/Cardboard etc',3,0,2115,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3935,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2115,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3936,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2115,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3937,'Waste Material Controlled -in locked wheely bin or store',2,0,2115,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3938,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2115,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3939,'Choice 1',10,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3940,'Choice 2',9,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3941,'Choice 3',8,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3942,'Choice 4',7,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3943,'Choice 5',6,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3944,'Choice 6',5,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3945,'Choice 7',4,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3946,'Choice 8',3,0,2122,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3947,'Yes - The responsible person has been allocated in thereport.',1,0,2123,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3948,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2123,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3949,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2125,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3950,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2125,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3951,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3952,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3953,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3954,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3955,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3956,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3957,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3958,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3959,'Choice 10',1,0,2127,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3960,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3961,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3962,'Choice 8',3,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3963,'Choice 8',3,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3964,'Choice 8',3,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3965,'Choice 8',3,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3966,'Choice 8',3,0,2130,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3967,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2133,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3968,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2133,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3969,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2135,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3970,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2135,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3971,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2137,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3972,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2137,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3973,'YES–The plan is readily available',1,0,2140,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3974,'NO–The plan is not available',2,0,2140,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3975,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2142,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3976,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2142,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3977,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2142,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3978,'YES –There are suitable arrangements in place to prevent danger.',1,0,2144,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3979,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2144,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3980,'YES -The company have a system in place for full evacuation',1,0,2146,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3981,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2146,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3982,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2148,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3983,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2148,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3984,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2150,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3985,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2150,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3986,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2152,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3987,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2152,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3988,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2154,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3989,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2154,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3990,'1 YES -They do consider of other organisation in the within the building',1,0,2157,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3991,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2157,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3992,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2157,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3993,'Property Agent',10,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3994,'Owner Landlord',9,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3995,'Site Manager',8,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3996,'Property Manager',7,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3997,'Construction Manager',6,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3998,'Fire Warden',5,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(3999,'Director',4,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4000,'CEO',3,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4001,'Other',3,0,2160,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4002,'A Property Within Building Block',1,0,2161,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4003,'All Of The Property',5,0,2161,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4004,'Communal Areas Only',2,0,2161,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4005,'House',5,0,2161,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4006,'Flat',7,0,2161,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4007,'Other',10,0,2161,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4008,'Director',1,0,2168,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4009,'Owner Landlord',1,0,2168,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4010,'Site Maitenance',1,0,2168,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4011,'Estate Agent',1,0,2168,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4012,'Letting Agent',1,0,2168,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4013,'Other',1,0,2168,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4014,'Property Agent',10,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4015,'Owner Landlord',9,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4016,'Site Manager',8,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4017,'Property Manager',7,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4018,'Construction Manager',6,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4019,'Fire Warden',5,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4020,'Director',4,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4021,'CEO',3,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4022,'Other',3,0,2169,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4023,'A Property Within Building Block',1,0,2170,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4024,'All Of The Property',5,0,2170,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4025,'Communal Areas Only',2,0,2170,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4026,'House',5,0,2170,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4027,'Flat',7,0,2170,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4028,'Other',10,0,2170,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4029,'Director',1,0,2177,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4030,'Owner Landlord',1,0,2177,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4031,'Site Maitenance',1,0,2177,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4032,'Estate Agent',1,0,2177,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4033,'Letting Agent',1,0,2177,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4034,'Other',1,0,2177,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4035,'Property Agent',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4036,'Owner Landlord',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4037,'Site Manager',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4038,'Property Manager',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4039,'Construction Manager',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4040,'Fire Warden',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4041,'Director',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4042,'CEO',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4043,'Other',1,0,2178,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4044,'Property Agent',10,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4045,'Owner Landlord',9,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4046,'Site Manager',8,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4047,'Property Manager',7,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4048,'Construction Manager',6,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4049,'Fire Warden',5,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4050,'Director',4,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4051,'CEO',3,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4052,'Other',3,0,2179,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4053,'A Property Within Building Block',1,0,2180,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4054,'All Of The Property',5,0,2180,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4055,'Communal Areas Only',2,0,2180,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4056,'House',5,0,2180,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4057,'Flat',7,0,2180,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4058,'Other',10,0,2180,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4059,'Director',1,0,2187,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4060,'Owner Landlord',1,0,2187,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4061,'Site Maitenance',1,0,2187,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4062,'Estate Agent',1,0,2187,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4063,'Letting Agent',1,0,2187,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4064,'Other',1,0,2187,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4065,'Property Agent',10,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4066,'Owner Landlord',9,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4067,'Site Manager',8,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4068,'Property Manager',7,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4069,'Construction Manager',6,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4070,'Fire Warden',5,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4071,'Director',4,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4072,'CEO',3,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4073,'Other',3,0,2191,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4074,'A Property Within Building Block',1,0,2192,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4075,'All Of The Property',5,0,2192,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4076,'Communal Areas Only',2,0,2192,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4077,'House',5,0,2192,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4078,'Flat',7,0,2192,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4079,'Other',10,0,2192,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4080,'Director',1,0,2199,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4081,'Owner Landlord',1,0,2199,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4082,'Site Maitenance',1,0,2199,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4083,'Estate Agent',1,0,2199,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4084,'Letting Agent',1,0,2199,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4085,'Other',1,0,2199,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(4086,'Choice 1',10,0,2200,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4087,'Choice 2',9,0,2200,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4088,'Choice 3',8,0,2200,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4089,'Choice 4',7,0,2200,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4090,'Choice 5',6,0,2200,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4091,'Choice 6',5,0,2200,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4092,'Choice 1',10,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4093,'Choice 2',9,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4094,'Choice 3',8,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4095,'Choice 4',7,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4096,'Choice 5',6,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4097,'Choice 6',5,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4098,'Choice 7',4,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4099,'Choice 8',3,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4100,'Choice 9',2,0,2204,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4101,'Choice 1',10,0,2215,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4102,'Choice 2',9,0,2215,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4103,'Choice 3',8,0,2215,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4104,'Choice 4',7,0,2215,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4105,'Choice 5',6,0,2215,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4106,'Choice 1',10,0,2216,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4107,'Choice 2',9,0,2216,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4108,'Choice 3',8,0,2216,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4109,'Choice 4',7,0,2216,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4110,'Choice 1',10,0,2221,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4111,'Choice 2',9,0,2221,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4112,'Choice 3',8,0,2221,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4113,'Choice 4',7,0,2221,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4114,'Choice 5',6,0,2221,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4115,'Choice 1',10,0,2223,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4116,'Choice 2',9,0,2223,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4117,'Choice 3',8,0,2223,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4118,'Choice 4',7,0,2223,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4119,'Choice 5',6,0,2223,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4120,'Choice 6',5,0,2223,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4121,'Detached',1,0,2224,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4122,'Semi Detached',2,0,2224,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4123,'Terraced',3,0,2224,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4124,'Linked-Detached',1,0,2224,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4125,'Other',1,0,2224,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4126,'House',1,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4127,'Bungalow',1,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4128,'Block of Flats - Studios up to 6 Floor Levels',3,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4129,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4130,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4131,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4132,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4133,'Underground Property',1,0,2225,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4134,'Choice 1',10,0,2226,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4135,'Choice 2',9,0,2226,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4136,'Choice 3',8,0,2226,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4137,'Choice 4',7,0,2226,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4138,'Choice 1',10,0,2227,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4139,'Choice 2',9,0,2227,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4140,'Choice 3',8,0,2227,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4141,'Choice 4',7,0,2227,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4142,'Choice 5',6,0,2227,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4143,'Choice 6',5,0,2227,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4144,'Choice 1',10,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4145,'Choice 2',9,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4146,'Choice 3',8,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4147,'Choice 4',7,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4148,'Choice 5',6,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4149,'Choice 6',5,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4150,'Choice 7',4,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4151,'Choice 8',3,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4152,'Choice 9',2,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4153,'Choice 10',1,0,2240,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4154,'Choice 1',10,0,2241,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4155,'Choice 2',9,0,2241,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4156,'Choice 3',8,0,2241,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4157,'Choice 1',10,0,2243,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4158,'Choice 2',9,0,2243,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4159,'Choice 3',8,0,2243,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4160,'Choice 1',10,0,2246,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4161,'Choice 2',9,0,2246,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4162,'Choice 3',8,0,2246,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4163,'Choice 4',7,0,2246,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4164,'Choice 1',10,0,2248,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4165,'Choice 2',9,0,2248,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4166,'Choice 3',8,0,2248,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4167,'Choice 4',7,0,2248,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4168,'Choice 5',6,0,2248,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4169,'the company gives additional training and refresher training to allocated fire warden',1,0,2249,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4170,'fire wardens are already trained in fire warden are in enrolment already',1,0,2249,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4171,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2249,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4172,'N/A',1,0,2249,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4173,'Other',1,0,2249,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4174,'Choice 1',10,0,2250,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4175,'Choice 2',9,0,2250,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4176,'Choice 3',8,0,2250,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4177,'Choice 1',10,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4178,'Choice 2',9,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4179,'Choice 3',8,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4180,'Choice 4',7,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4181,'Choice 5',6,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4182,'Choice 6',5,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4183,'Choice 7',4,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4184,'Choice 8',3,0,2252,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4185,'Choice 1',10,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4186,'Choice 2',9,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4187,'Choice 3',8,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4188,'Choice 4',7,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4189,'Choice 5',6,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4190,'Choice 6',5,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4191,'Choice 7',4,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4192,'Choice 8',3,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4193,'Choice 9',2,0,2255,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4194,'Choice 1',10,0,2261,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4195,'Choice 2',9,0,2261,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4196,'Choice 3',8,0,2261,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4197,'Choice 4',7,0,2261,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4198,'Choice 5',6,0,2261,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4199,'Choice 1',10,0,2263,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4200,'Choice 2',9,0,2263,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4201,'Choice 3',8,0,2263,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4202,'Choice 4',7,0,2263,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4203,'Choice 5',6,0,2263,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4204,'Choice 6',5,0,2263,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4205,'Fan Heaters',4,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4206,'Electric Heaters',4,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4207,'Gas Heater',5,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4208,'Other Boilers',2,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4209,'Electrical Equipment',3,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4210,'Electrical Leads',3,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4211,'Portable Equipment',3,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4212,'Portable Lighting',2,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4213,'Cooking kitchen Equipment',6,0,2264,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4214,'Wood/Paper/Cardboard etc',3,0,2267,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4215,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2267,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4216,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2267,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4217,'Waste Material Controlled -in locked wheely bin or store',2,0,2267,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4218,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2267,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4219,'Choice 1',10,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4220,'Choice 2',9,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4221,'Choice 3',8,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4222,'Choice 4',7,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4223,'Choice 5',6,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4224,'Choice 6',5,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4225,'Choice 7',4,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4226,'Choice 8',3,0,2274,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4227,'Detached',1,0,2275,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4228,'Semi Detached',2,0,2275,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4229,'Terraced',3,0,2275,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4230,'Linked-Detached',1,0,2275,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4231,'Other',1,0,2275,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4232,'House',1,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4233,'Bungalow',1,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4234,'Block of Flats - Studios up to 6 Floor Levels',3,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4235,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4236,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4237,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4238,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4239,'Underground Property',1,0,2276,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4240,'Choice 1',10,0,2277,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4241,'Choice 2',9,0,2277,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4242,'Choice 3',8,0,2277,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4243,'Choice 4',7,0,2277,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4244,'Choice 1',10,0,2278,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4245,'Choice 2',9,0,2278,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4246,'Choice 3',8,0,2278,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4247,'Choice 4',7,0,2278,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4248,'Choice 5',6,0,2278,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4249,'Choice 6',5,0,2278,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4250,'the company gives additional training and refresher training to allocated fire warden',1,0,2284,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4251,'fire wardens are already trained in fire warden are in enrolment already',1,0,2284,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4252,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2284,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4253,'N/A',1,0,2284,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4254,'Other',1,0,2284,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4255,'Choice 1',10,0,2285,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4256,'Choice 2',9,0,2285,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4257,'Choice 3',8,0,2285,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4258,'Choice 1',10,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4259,'Choice 2',9,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4260,'Choice 3',8,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4261,'Choice 4',7,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4262,'Choice 5',6,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4263,'Choice 6',5,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4264,'Choice 7',4,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4265,'Choice 8',3,0,2287,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4266,'Choice 1',10,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4267,'Choice 2',9,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4268,'Choice 3',8,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4269,'Choice 4',7,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4270,'Choice 5',6,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4271,'Choice 6',5,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4272,'Choice 7',4,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4273,'Choice 8',3,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4274,'Choice 9',2,0,2290,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4275,'Yes - The responsible person has been allocated in thereport.',1,0,2292,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4276,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2292,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4277,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2294,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4278,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2294,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4279,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4280,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4281,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4282,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4283,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4284,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4285,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4286,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4287,'Choice 10',1,0,2296,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4288,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4289,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4290,'Choice 8',3,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4291,'Choice 8',3,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4292,'Choice 8',3,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4293,'Choice 8',3,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4294,'Choice 8',3,0,2299,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4295,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2302,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4296,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2302,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4297,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2304,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4298,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2304,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4299,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2306,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4300,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2306,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4301,'YES–The plan is readily available',1,0,2309,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4302,'NO–The plan is not available',2,0,2309,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4303,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2311,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4304,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2311,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4305,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2311,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4306,'YES –There are suitable arrangements in place to prevent danger.',1,0,2313,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4307,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2313,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4308,'YES -The company have a system in place for full evacuation',1,0,2315,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4309,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2315,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4310,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2317,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4311,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2317,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4312,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2319,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4313,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2319,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4314,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2321,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4315,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2321,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4316,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2323,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4317,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2323,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4318,'1 YES -They do consider of other organisation in the within the building',1,0,2326,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4319,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2326,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4320,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2326,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4321,'Fan Heaters',4,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4322,'Electric Heaters',4,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4323,'Gas Heater',5,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4324,'Other Boilers',2,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4325,'Electrical Equipment',3,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4326,'Electrical Leads',3,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4327,'Portable Equipment',3,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4328,'Portable Lighting',2,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4329,'Cooking kitchen Equipment',6,0,2329,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4330,'Wood/Paper/Cardboard etc',3,0,2332,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4331,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2332,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4332,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2332,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4333,'Waste Material Controlled -in locked wheely bin or store',2,0,2332,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4334,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2332,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4335,'Choice 1',10,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4336,'Choice 2',9,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4337,'Choice 3',8,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4338,'Choice 4',7,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4339,'Choice 5',6,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4340,'Choice 6',5,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4341,'Choice 7',4,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4342,'Choice 8',3,0,2339,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4343,'Yes - The responsible person has been allocated in thereport.',1,0,2340,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4344,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2340,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4345,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2342,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4346,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2342,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4347,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4348,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4349,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4350,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4351,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4352,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4353,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4354,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4355,'Choice 10',1,0,2344,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4356,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4357,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4358,'Choice 8',3,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4359,'Choice 8',3,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4360,'Choice 8',3,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4361,'Choice 8',3,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4362,'Choice 8',3,0,2347,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4363,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2350,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4364,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2350,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4365,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2352,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4366,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2352,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4367,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2354,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4368,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2354,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4369,'YES–The plan is readily available',1,0,2357,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4370,'NO–The plan is not available',2,0,2357,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4371,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2359,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4372,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2359,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4373,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2359,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4374,'YES –There are suitable arrangements in place to prevent danger.',1,0,2361,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4375,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2361,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4376,'YES -The company have a system in place for full evacuation',1,0,2363,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4377,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2363,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4378,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2365,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4379,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2365,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4380,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2367,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4381,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2367,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4382,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2369,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4383,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2369,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4384,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2371,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4385,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2371,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4386,'1 YES -They do consider of other organisation in the within the building',1,0,2374,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4387,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2374,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4388,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2374,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4389,'Property Agent',10,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4390,'Owner Landlord',9,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4391,'Site Manager',8,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4392,'Property Manager',7,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4393,'Construction Manager',6,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4394,'Fire Warden',5,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4395,'Director',4,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4396,'CEO',3,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4397,'Other',3,0,2377,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4398,'A Property Within Building Block',1,0,2378,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4399,'All Of The Property',5,0,2378,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4400,'Communal Areas Only',2,0,2378,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4401,'House',5,0,2378,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4402,'Flat',7,0,2378,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4403,'Other',10,0,2378,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4404,'Director',1,0,2385,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4405,'Owner Landlord',1,0,2385,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4406,'Site Maitenance',1,0,2385,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4407,'Estate Agent',1,0,2385,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4408,'Letting Agent',1,0,2385,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4409,'Other',1,0,2385,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4410,'Property Agent',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4411,'Owner Landlord',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4412,'Site Manager',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4413,'Property Manager',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4414,'Construction Manager',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4415,'Fire Warden',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4416,'Director',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4417,'CEO',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4418,'Other',1,0,2386,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4419,'Property Agent',10,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4420,'Owner Landlord',9,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4421,'Site Manager',8,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4422,'Property Manager',7,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4423,'Construction Manager',6,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4424,'Fire Warden',5,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4425,'Director',4,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4426,'CEO',3,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4427,'Other',3,0,2387,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4428,'A Property Within Building Block',1,0,2388,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4429,'All Of The Property',5,0,2388,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4430,'Communal Areas Only',2,0,2388,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4431,'House',5,0,2388,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4432,'Flat',7,0,2388,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4433,'Other',10,0,2388,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4434,'Director',1,0,2395,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4435,'Owner Landlord',1,0,2395,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4436,'Site Maitenance',1,0,2395,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4437,'Estate Agent',1,0,2395,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4438,'Letting Agent',1,0,2395,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4439,'Other',1,0,2395,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4440,'Property Agent',10,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4441,'Owner Landlord',9,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4442,'Site Manager',8,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4443,'Property Manager',7,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4444,'Construction Manager',6,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4445,'Fire Warden',5,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4446,'Director',4,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4447,'CEO',3,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4448,'Other',3,0,2399,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4449,'A Property Within Building Block',1,0,2400,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4450,'All Of The Property',5,0,2400,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4451,'Communal Areas Only',2,0,2400,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4452,'House',5,0,2400,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4453,'Flat',7,0,2400,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4454,'Other',10,0,2400,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4455,'Director',1,0,2407,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4456,'Owner Landlord',1,0,2407,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4457,'Site Maitenance',1,0,2407,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(4458,'Estate Agent',1,0,2407,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4459,'Letting Agent',1,0,2407,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4460,'Other',1,0,2407,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4461,'Property Agent',10,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4462,'Owner Landlord',9,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4463,'Site Manager',8,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4464,'Property Manager',7,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4465,'Construction Manager',6,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4466,'Fire Warden',5,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4467,'Director',4,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4468,'CEO',3,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4469,'Other',3,0,2408,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4470,'A Property Within Building Block',1,0,2409,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4471,'All Of The Property',5,0,2409,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4472,'Communal Areas Only',2,0,2409,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4473,'House',5,0,2409,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4474,'Flat',7,0,2409,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4475,'Other',10,0,2409,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4476,'Director',1,0,2416,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4477,'Owner Landlord',1,0,2416,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4478,'Site Maitenance',1,0,2416,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4479,'Estate Agent',1,0,2416,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4480,'Letting Agent',1,0,2416,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4481,'Other',1,0,2416,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(4482,'Choice 1',10,0,2417,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4483,'Choice 2',9,0,2417,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4484,'Choice 3',8,0,2417,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4485,'Choice 4',7,0,2417,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4486,'Choice 5',6,0,2417,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4487,'Choice 6',5,0,2417,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4488,'Choice 1',10,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4489,'Choice 2',9,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4490,'Choice 3',8,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4491,'Choice 4',7,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4492,'Choice 5',6,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4493,'Choice 6',5,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4494,'Choice 7',4,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4495,'Choice 8',3,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4496,'Choice 9',2,0,2421,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4497,'Choice 1',10,0,2432,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4498,'Choice 2',9,0,2432,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4499,'Choice 3',8,0,2432,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4500,'Choice 4',7,0,2432,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4501,'Choice 5',6,0,2432,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4502,'Choice 1',10,0,2433,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4503,'Choice 2',9,0,2433,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4504,'Choice 3',8,0,2433,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4505,'Choice 4',7,0,2433,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4506,'Choice 1',10,0,2438,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4507,'Choice 2',9,0,2438,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4508,'Choice 3',8,0,2438,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4509,'Choice 4',7,0,2438,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4510,'Choice 5',6,0,2438,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4511,'Choice 1',10,0,2440,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4512,'Choice 2',9,0,2440,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4513,'Choice 3',8,0,2440,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4514,'Choice 4',7,0,2440,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4515,'Choice 5',6,0,2440,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4516,'Choice 6',5,0,2440,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4517,'Detached',1,0,2441,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4518,'Semi Detached',2,0,2441,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4519,'Terraced',3,0,2441,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4520,'Linked-Detached',1,0,2441,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4521,'Other',1,0,2441,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4522,'House',1,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4523,'Bungalow',1,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4524,'Block of Flats - Studios up to 6 Floor Levels',3,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4525,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4526,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4527,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4528,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4529,'Underground Property',1,0,2442,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4530,'Choice 1',10,0,2443,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4531,'Choice 2',9,0,2443,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4532,'Choice 3',8,0,2443,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4533,'Choice 4',7,0,2443,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4534,'Choice 1',10,0,2444,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4535,'Choice 2',9,0,2444,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4536,'Choice 3',8,0,2444,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4537,'Choice 4',7,0,2444,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4538,'Choice 5',6,0,2444,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4539,'Choice 6',5,0,2444,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4540,'Choice 1',10,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4541,'Choice 2',9,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4542,'Choice 3',8,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4543,'Choice 4',7,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4544,'Choice 5',6,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4545,'Choice 6',5,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4546,'Choice 7',4,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4547,'Choice 8',3,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4548,'Choice 9',2,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4549,'Choice 10',1,0,2457,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4550,'Choice 1',10,0,2458,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4551,'Choice 2',9,0,2458,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4552,'Choice 3',8,0,2458,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4553,'Choice 1',10,0,2460,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4554,'Choice 2',9,0,2460,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4555,'Choice 3',8,0,2460,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4556,'Choice 1',10,0,2463,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4557,'Choice 2',9,0,2463,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4558,'Choice 3',8,0,2463,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4559,'Choice 4',7,0,2463,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4560,'Choice 1',10,0,2465,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4561,'Choice 2',9,0,2465,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4562,'Choice 3',8,0,2465,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4563,'Choice 4',7,0,2465,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4564,'Choice 5',6,0,2465,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4565,'the company gives additional training and refresher training to allocated fire warden',1,0,2466,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4566,'fire wardens are already trained in fire warden are in enrolment already',1,0,2466,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4567,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2466,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4568,'N/A',1,0,2466,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4569,'Other',1,0,2466,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4570,'Choice 1',10,0,2467,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4571,'Choice 2',9,0,2467,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4572,'Choice 3',8,0,2467,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4573,'Choice 1',10,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4574,'Choice 2',9,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4575,'Choice 3',8,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4576,'Choice 4',7,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4577,'Choice 5',6,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4578,'Choice 6',5,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4579,'Choice 7',4,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4580,'Choice 8',3,0,2469,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4581,'Choice 1',10,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4582,'Choice 2',9,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4583,'Choice 3',8,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4584,'Choice 4',7,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4585,'Choice 5',6,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4586,'Choice 6',5,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4587,'Choice 7',4,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4588,'Choice 8',3,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4589,'Choice 9',2,0,2472,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4590,'Choice 1',10,0,2478,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4591,'Choice 2',9,0,2478,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4592,'Choice 3',8,0,2478,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4593,'Choice 4',7,0,2478,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4594,'Choice 5',6,0,2478,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4595,'Choice 1',10,0,2480,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4596,'Choice 2',9,0,2480,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4597,'Choice 3',8,0,2480,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4598,'Choice 4',7,0,2480,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4599,'Choice 5',6,0,2480,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4600,'Choice 6',5,0,2480,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4601,'Fan Heaters',4,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4602,'Electric Heaters',4,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4603,'Gas Heater',5,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4604,'Other Boilers',2,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4605,'Electrical Equipment',3,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4606,'Electrical Leads',3,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4607,'Portable Equipment',3,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4608,'Portable Lighting',2,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4609,'Cooking kitchen Equipment',6,0,2481,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4610,'Wood/Paper/Cardboard etc',3,0,2484,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4611,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2484,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4612,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2484,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4613,'Waste Material Controlled -in locked wheely bin or store',2,0,2484,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4614,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2484,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4615,'Choice 1',10,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4616,'Choice 2',9,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4617,'Choice 3',8,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4618,'Choice 4',7,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4619,'Choice 5',6,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4620,'Choice 6',5,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4621,'Choice 7',4,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4622,'Choice 8',3,0,2491,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4623,'Detached',1,0,2492,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4624,'Semi Detached',2,0,2492,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4625,'Terraced',3,0,2492,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4626,'Linked-Detached',1,0,2492,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4627,'Other',1,0,2492,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4628,'House',1,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4629,'Bungalow',1,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4630,'Block of Flats - Studios up to 6 Floor Levels',3,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4631,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4632,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4633,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4634,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4635,'Underground Property',1,0,2493,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4636,'Choice 1',10,0,2494,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4637,'Choice 2',9,0,2494,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4638,'Choice 3',8,0,2494,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4639,'Choice 4',7,0,2494,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4640,'Choice 1',10,0,2495,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4641,'Choice 2',9,0,2495,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4642,'Choice 3',8,0,2495,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4643,'Choice 4',7,0,2495,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4644,'Choice 5',6,0,2495,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4645,'Choice 6',5,0,2495,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4646,'the company gives additional training and refresher training to allocated fire warden',1,0,2501,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4647,'fire wardens are already trained in fire warden are in enrolment already',1,0,2501,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4648,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2501,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4649,'N/A',1,0,2501,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4650,'Other',1,0,2501,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4651,'Choice 1',10,0,2502,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4652,'Choice 2',9,0,2502,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4653,'Choice 3',8,0,2502,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4654,'Choice 1',10,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4655,'Choice 2',9,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4656,'Choice 3',8,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4657,'Choice 4',7,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4658,'Choice 5',6,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4659,'Choice 6',5,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4660,'Choice 7',4,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4661,'Choice 8',3,0,2504,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4662,'Choice 1',10,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4663,'Choice 2',9,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4664,'Choice 3',8,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4665,'Choice 4',7,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4666,'Choice 5',6,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4667,'Choice 6',5,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4668,'Choice 7',4,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4669,'Choice 8',3,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4670,'Choice 9',2,0,2507,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4671,'Yes - The responsible person has been allocated in thereport.',1,0,2509,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4672,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2509,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4673,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2511,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4674,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2511,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4675,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4676,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4677,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4678,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4679,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4680,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4681,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4682,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4683,'Choice 10',1,0,2513,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4684,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4685,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4686,'Choice 8',3,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4687,'Choice 8',3,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4688,'Choice 8',3,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4689,'Choice 8',3,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4690,'Choice 8',3,0,2516,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4691,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2519,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4692,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2519,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4693,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2521,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4694,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2521,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4695,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2523,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4696,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2523,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4697,'YES–The plan is readily available',1,0,2526,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4698,'NO–The plan is not available',2,0,2526,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4699,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2528,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4700,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2528,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4701,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2528,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4702,'YES –There are suitable arrangements in place to prevent danger.',1,0,2530,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4703,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2530,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4704,'YES -The company have a system in place for full evacuation',1,0,2532,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4705,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2532,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4706,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2534,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4707,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2534,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4708,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2536,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4709,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2536,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4710,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2538,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4711,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2538,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4712,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2540,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4713,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2540,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4714,'1 YES -They do consider of other organisation in the within the building',1,0,2543,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4715,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2543,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4716,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2543,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4717,'Fan Heaters',4,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4718,'Electric Heaters',4,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4719,'Gas Heater',5,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4720,'Other Boilers',2,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4721,'Electrical Equipment',3,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4722,'Electrical Leads',3,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4723,'Portable Equipment',3,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4724,'Portable Lighting',2,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4725,'Cooking kitchen Equipment',6,0,2546,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4726,'Wood/Paper/Cardboard etc',3,0,2549,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4727,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2549,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4728,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2549,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4729,'Waste Material Controlled -in locked wheely bin or store',2,0,2549,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4730,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2549,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4731,'Choice 1',10,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4732,'Choice 2',9,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4733,'Choice 3',8,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4734,'Choice 4',7,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4735,'Choice 5',6,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4736,'Choice 6',5,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4737,'Choice 7',4,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4738,'Choice 8',3,0,2556,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4739,'Yes - The responsible person has been allocated in thereport.',1,0,2557,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4740,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2557,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4741,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2559,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4742,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2559,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4743,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4744,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4745,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4746,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4747,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4748,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4749,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4750,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4751,'Choice 10',1,0,2561,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4752,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4753,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4754,'Choice 8',3,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4755,'Choice 8',3,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4756,'Choice 8',3,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4757,'Choice 8',3,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4758,'Choice 8',3,0,2564,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4759,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2567,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4760,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2567,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4761,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2569,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4762,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2569,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4763,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2571,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4764,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2571,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4765,'YES–The plan is readily available',1,0,2574,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4766,'NO–The plan is not available',2,0,2574,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4767,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2576,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4768,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2576,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4769,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2576,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4770,'YES –There are suitable arrangements in place to prevent danger.',1,0,2578,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4771,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2578,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4772,'YES -The company have a system in place for full evacuation',1,0,2580,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4773,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2580,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4774,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2582,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4775,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2582,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4776,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2584,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4777,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2584,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4778,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2586,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4779,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2586,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4780,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2588,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4781,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2588,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4782,'1 YES -They do consider of other organisation in the within the building',1,0,2591,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4783,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2591,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4784,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2591,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4785,'Property Agent',10,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4786,'Owner Landlord',9,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4787,'Site Manager',8,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4788,'Property Manager',7,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4789,'Construction Manager',6,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4790,'Fire Warden',5,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4791,'Director',4,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4792,'CEO',3,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4793,'Other',3,0,2594,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4794,'A Property Within Building Block',1,0,2595,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4795,'All Of The Property',5,0,2595,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4796,'Communal Areas Only',2,0,2595,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4797,'House',5,0,2595,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4798,'Flat',7,0,2595,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4799,'Other',10,0,2595,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4800,'Director',1,0,2602,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4801,'Owner Landlord',1,0,2602,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4802,'Site Maitenance',1,0,2602,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4803,'Estate Agent',1,0,2602,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4804,'Letting Agent',1,0,2602,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4805,'Other',1,0,2602,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4806,'Property Agent',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4807,'Owner Landlord',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4808,'Site Manager',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4809,'Property Manager',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4810,'Construction Manager',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4811,'Fire Warden',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4812,'Director',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4813,'CEO',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4814,'Other',1,0,2603,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4815,'Property Agent',10,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4816,'Owner Landlord',9,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4817,'Site Manager',8,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4818,'Property Manager',7,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4819,'Construction Manager',6,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4820,'Fire Warden',5,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4821,'Director',4,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4822,'CEO',3,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4823,'Other',3,0,2604,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4824,'A Property Within Building Block',1,0,2605,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4825,'All Of The Property',5,0,2605,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4826,'Communal Areas Only',2,0,2605,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4827,'House',5,0,2605,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4828,'Flat',7,0,2605,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4829,'Other',10,0,2605,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4830,'Director',1,0,2612,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4831,'Owner Landlord',1,0,2612,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4832,'Site Maitenance',1,0,2612,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4833,'Estate Agent',1,0,2612,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4834,'Letting Agent',1,0,2612,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4835,'Other',1,0,2612,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4836,'Property Agent',10,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4837,'Owner Landlord',9,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4838,'Site Manager',8,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4839,'Property Manager',7,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4840,'Construction Manager',6,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4841,'Fire Warden',5,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4842,'Director',4,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4843,'CEO',3,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4844,'Other',3,0,2613,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4845,'A Property Within Building Block',1,0,2614,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4846,'All Of The Property',5,0,2614,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4847,'Communal Areas Only',2,0,2614,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4848,'House',5,0,2614,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4849,'Flat',7,0,2614,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4850,'Other',10,0,2614,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4851,'Director',1,0,2621,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4852,'Owner Landlord',1,0,2621,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4853,'Site Maitenance',1,0,2621,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4854,'Estate Agent',1,0,2621,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4855,'Letting Agent',1,0,2621,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4856,'Other',1,0,2621,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4857,'Property Agent',10,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4858,'Owner Landlord',9,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4859,'Site Manager',8,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4860,'Property Manager',7,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4861,'Construction Manager',6,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4862,'Fire Warden',5,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4863,'Director',4,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4864,'CEO',3,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4865,'Other',3,0,2622,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4866,'A Property Within Building Block',1,0,2623,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4867,'All Of The Property',5,0,2623,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4868,'Communal Areas Only',2,0,2623,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4869,'House',5,0,2623,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4870,'Flat',7,0,2623,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4871,'Other',10,0,2623,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4872,'Director',1,0,2630,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4873,'Owner Landlord',1,0,2630,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4874,'Site Maitenance',1,0,2630,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4875,'Estate Agent',1,0,2630,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4876,'Letting Agent',1,0,2630,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4877,'Other',1,0,2630,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(4878,'Choice 1',10,0,2634,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4879,'Choice 2',9,0,2634,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4880,'Choice 3',8,0,2634,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4881,'Choice 4',7,0,2634,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4882,'Choice 5',6,0,2634,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4883,'Choice 6',5,0,2634,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4884,'Choice 1',10,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4885,'Choice 2',9,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4886,'Choice 3',8,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4887,'Choice 4',7,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4888,'Choice 5',6,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4889,'Choice 6',5,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4890,'Choice 7',4,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4891,'Choice 8',3,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4892,'Choice 9',2,0,2638,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4893,'Choice 1',10,0,2649,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4894,'Choice 2',9,0,2649,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4895,'Choice 3',8,0,2649,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4896,'Choice 4',7,0,2649,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4897,'Choice 5',6,0,2649,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4898,'Choice 1',10,0,2650,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4899,'Choice 2',9,0,2650,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4900,'Choice 3',8,0,2650,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4901,'Choice 4',7,0,2650,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4902,'Choice 1',10,0,2655,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4903,'Choice 2',9,0,2655,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4904,'Choice 3',8,0,2655,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4905,'Choice 4',7,0,2655,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4906,'Choice 5',6,0,2655,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4907,'Choice 1',10,0,2657,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4908,'Choice 2',9,0,2657,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4909,'Choice 3',8,0,2657,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4910,'Choice 4',7,0,2657,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4911,'Choice 5',6,0,2657,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4912,'Choice 6',5,0,2657,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4913,'Detached',1,0,2658,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4914,'Semi Detached',2,0,2658,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4915,'Terraced',3,0,2658,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4916,'Linked-Detached',1,0,2658,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4917,'Other',1,0,2658,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4918,'House',1,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4919,'Bungalow',1,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4920,'Block of Flats - Studios up to 6 Floor Levels',3,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4921,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4922,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4923,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4924,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4925,'Underground Property',1,0,2659,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4926,'Choice 1',10,0,2660,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4927,'Choice 2',9,0,2660,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4928,'Choice 3',8,0,2660,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4929,'Choice 4',7,0,2660,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4930,'Choice 1',10,0,2661,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4931,'Choice 2',9,0,2661,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4932,'Choice 3',8,0,2661,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4933,'Choice 4',7,0,2661,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4934,'Choice 5',6,0,2661,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4935,'Choice 6',5,0,2661,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4936,'Choice 1',10,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4937,'Choice 2',9,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4938,'Choice 3',8,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4939,'Choice 4',7,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4940,'Choice 5',6,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4941,'Choice 6',5,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4942,'Choice 7',4,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4943,'Choice 8',3,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4944,'Choice 9',2,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4945,'Choice 10',1,0,2674,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4946,'Choice 1',10,0,2675,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4947,'Choice 2',9,0,2675,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4948,'Choice 3',8,0,2675,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4949,'Choice 1',10,0,2677,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4950,'Choice 2',9,0,2677,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4951,'Choice 3',8,0,2677,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4952,'Choice 1',10,0,2680,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4953,'Choice 2',9,0,2680,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4954,'Choice 3',8,0,2680,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4955,'Choice 4',7,0,2680,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4956,'Choice 1',10,0,2682,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4957,'Choice 2',9,0,2682,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4958,'Choice 3',8,0,2682,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4959,'Choice 4',7,0,2682,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4960,'Choice 5',6,0,2682,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4961,'the company gives additional training and refresher training to allocated fire warden',1,0,2683,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4962,'fire wardens are already trained in fire warden are in enrolment already',1,0,2683,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4963,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2683,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4964,'N/A',1,0,2683,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4965,'Other',1,0,2683,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4966,'Choice 1',10,0,2684,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4967,'Choice 2',9,0,2684,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4968,'Choice 3',8,0,2684,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4969,'Choice 1',10,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4970,'Choice 2',9,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4971,'Choice 3',8,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4972,'Choice 4',7,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4973,'Choice 5',6,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4974,'Choice 6',5,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4975,'Choice 7',4,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4976,'Choice 8',3,0,2686,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4977,'Choice 1',10,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4978,'Choice 2',9,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4979,'Choice 3',8,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4980,'Choice 4',7,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4981,'Choice 5',6,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4982,'Choice 6',5,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4983,'Choice 7',4,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4984,'Choice 8',3,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4985,'Choice 9',2,0,2689,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4986,'Yes - The responsible person has been allocated in thereport.',1,0,2691,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4987,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2691,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4988,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2693,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4989,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2693,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4990,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4991,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4992,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4993,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4994,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4995,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4996,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4997,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4998,'Choice 10',1,0,2695,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(4999,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5000,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5001,'Choice 8',3,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5002,'Choice 8',3,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5003,'Choice 8',3,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5004,'Choice 8',3,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5005,'Choice 8',3,0,2698,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5006,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2701,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5007,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2701,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5008,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2703,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5009,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2703,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5010,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2705,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5011,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2705,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5012,'YES–The plan is readily available',1,0,2708,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5013,'NO–The plan is not available',2,0,2708,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5014,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2710,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5015,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2710,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5016,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2710,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5017,'YES –There are suitable arrangements in place to prevent danger.',1,0,2712,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5018,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2712,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5019,'YES -The company have a system in place for full evacuation',1,0,2714,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5020,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2714,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5021,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2716,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5022,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2716,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5023,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2718,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5024,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2718,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5025,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2720,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5026,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2720,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5027,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2722,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5028,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2722,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5029,'1 YES -They do consider of other organisation in the within the building',1,0,2725,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5030,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2725,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5031,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2725,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5032,'Fan Heaters',4,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5033,'Electric Heaters',4,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5034,'Gas Heater',5,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5035,'Other Boilers',2,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5036,'Electrical Equipment',3,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5037,'Electrical Leads',3,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5038,'Portable Equipment',3,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5039,'Portable Lighting',2,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5040,'Cooking kitchen Equipment',6,0,2728,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5041,'Wood/Paper/Cardboard etc',3,0,2731,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5042,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2731,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5043,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2731,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5044,'Waste Material Controlled -in locked wheely bin or store',2,0,2731,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5045,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2731,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5046,'Choice 1',10,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5047,'Choice 2',9,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5048,'Choice 3',8,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5049,'Choice 4',7,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5050,'Choice 5',6,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5051,'Choice 6',5,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5052,'Choice 7',4,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5053,'Choice 8',3,0,2738,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5054,'Director',1,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5055,'Owner Landlord',1,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5056,'Site Maitenance',1,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5057,'Estate Agent',1,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5058,'Letting Agent',1,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5059,'Other',1,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5060,'Director',4,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5061,'CEO',3,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5062,'Other',3,0,2744,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5063,'Property Agent',10,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5064,'Owner Landlord',9,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5065,'Site Manager',8,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5066,'Property Manager',7,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5067,'Construction Manager',6,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5068,'Fire Warden',5,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5069,'Director',4,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5070,'CEO',3,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5071,'Other',3,0,2745,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5072,'A Property Within Building Block',1,0,2746,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5073,'All Of The Property',5,0,2746,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5074,'Communal Areas Only',2,0,2746,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5075,'House',5,0,2746,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5076,'Flat',7,0,2746,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5077,'Other',10,0,2746,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5078,'Property Agent',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5079,'Owner Landlord',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5080,'Site Manager',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5081,'Property Manager',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5082,'Construction Manager',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5083,'Fire Warden',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5084,'Director',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5085,'CEO',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5086,'Other',1,0,2747,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(5087,'Choice 1',10,0,2751,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5088,'Choice 2',9,0,2751,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5089,'Choice 3',8,0,2751,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5090,'Choice 4',7,0,2751,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5091,'Choice 5',6,0,2751,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5092,'Choice 6',5,0,2751,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5093,'Choice 1',10,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5094,'Choice 2',9,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5095,'Choice 3',8,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5096,'Choice 4',7,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5097,'Choice 5',6,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5098,'Choice 6',5,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5099,'Choice 7',4,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5100,'Choice 8',3,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5101,'Choice 9',2,0,2755,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5102,'Choice 1',10,0,2766,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5103,'Choice 2',9,0,2766,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5104,'Choice 3',8,0,2766,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5105,'Choice 4',7,0,2766,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5106,'Choice 5',6,0,2766,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5107,'Choice 1',10,0,2767,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5108,'Choice 2',9,0,2767,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5109,'Choice 3',8,0,2767,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5110,'Choice 4',7,0,2767,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5111,'Choice 1',10,0,2772,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5112,'Choice 2',9,0,2772,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5113,'Choice 3',8,0,2772,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5114,'Choice 4',7,0,2772,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5115,'Choice 5',6,0,2772,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5116,'Choice 1',10,0,2774,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5117,'Choice 2',9,0,2774,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5118,'Choice 3',8,0,2774,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5119,'Choice 4',7,0,2774,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5120,'Choice 5',6,0,2774,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5121,'Choice 6',5,0,2774,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5122,'Detached',1,0,2775,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5123,'Semi Detached',2,0,2775,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5124,'Terraced',3,0,2775,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5125,'Linked-Detached',1,0,2775,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5126,'Other',1,0,2775,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5127,'House',1,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5128,'Bungalow',1,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5129,'Block of Flats - Studios up to 6 Floor Levels',3,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5130,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5131,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5132,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5133,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5134,'Underground Property',1,0,2776,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5135,'Choice 1',10,0,2777,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5136,'Choice 2',9,0,2777,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5137,'Choice 3',8,0,2777,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5138,'Choice 4',7,0,2777,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5139,'Choice 1',10,0,2778,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5140,'Choice 2',9,0,2778,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5141,'Choice 3',8,0,2778,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5142,'Choice 4',7,0,2778,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5143,'Choice 5',6,0,2778,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5144,'Choice 6',5,0,2778,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5145,'Choice 1',10,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5146,'Choice 2',9,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5147,'Choice 3',8,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5148,'Choice 4',7,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5149,'Choice 5',6,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5150,'Choice 6',5,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5151,'Choice 7',4,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5152,'Choice 8',3,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5153,'Choice 9',2,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5154,'Choice 10',1,0,2791,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5155,'Choice 1',10,0,2792,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5156,'Choice 2',9,0,2792,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5157,'Choice 3',8,0,2792,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5158,'Choice 1',10,0,2794,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5159,'Choice 2',9,0,2794,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5160,'Choice 3',8,0,2794,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5161,'Choice 1',10,0,2797,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5162,'Choice 2',9,0,2797,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5163,'Choice 3',8,0,2797,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5164,'Choice 4',7,0,2797,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5165,'Choice 1',10,0,2799,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5166,'Choice 2',9,0,2799,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5167,'Choice 3',8,0,2799,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5168,'Choice 4',7,0,2799,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5169,'Choice 5',6,0,2799,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5170,'the company gives additional training and refresher training to allocated fire warden',1,0,2800,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5171,'fire wardens are already trained in fire warden are in enrolment already',1,0,2800,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5172,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2800,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5173,'N/A',1,0,2800,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5174,'Other',1,0,2800,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5175,'Choice 1',10,0,2801,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5176,'Choice 2',9,0,2801,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5177,'Choice 3',8,0,2801,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5178,'Choice 1',10,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5179,'Choice 2',9,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5180,'Choice 3',8,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5181,'Choice 4',7,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5182,'Choice 5',6,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5183,'Choice 6',5,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5184,'Choice 7',4,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5185,'Choice 8',3,0,2803,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5186,'Choice 1',10,0,2806,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(5187,'Choice 2',9,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5188,'Choice 3',8,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5189,'Choice 4',7,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5190,'Choice 5',6,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5191,'Choice 6',5,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5192,'Choice 7',4,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5193,'Choice 8',3,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5194,'Choice 9',2,0,2806,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5195,'Yes - The responsible person has been allocated in thereport.',1,0,2808,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5196,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2808,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5197,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2810,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5198,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2810,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5199,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5200,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5201,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5202,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5203,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5204,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5205,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5206,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5207,'Choice 10',1,0,2812,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5208,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5209,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5210,'Choice 8',3,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5211,'Choice 8',3,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5212,'Choice 8',3,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5213,'Choice 8',3,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5214,'Choice 8',3,0,2815,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5215,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2818,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5216,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2818,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5217,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2820,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5218,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2820,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5219,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2822,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5220,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2822,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5221,'YES–The plan is readily available',1,0,2825,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5222,'NO–The plan is not available',2,0,2825,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5223,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2827,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5224,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2827,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5225,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2827,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5226,'YES –There are suitable arrangements in place to prevent danger.',1,0,2829,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5227,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2829,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5228,'YES -The company have a system in place for full evacuation',1,0,2831,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5229,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2831,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5230,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2833,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5231,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2833,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5232,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2835,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5233,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2835,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5234,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2837,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5235,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2837,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5236,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2839,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5237,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2839,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5238,'1 YES -They do consider of other organisation in the within the building',1,0,2842,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5239,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2842,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5240,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2842,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5241,'Fan Heaters',4,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5242,'Electric Heaters',4,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5243,'Gas Heater',5,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5244,'Other Boilers',2,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5245,'Electrical Equipment',3,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5246,'Electrical Leads',3,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5247,'Portable Equipment',3,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5248,'Portable Lighting',2,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5249,'Cooking kitchen Equipment',6,0,2845,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5250,'Wood/Paper/Cardboard etc',3,0,2848,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5251,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2848,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5252,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2848,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5253,'Waste Material Controlled -in locked wheely bin or store',2,0,2848,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5254,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2848,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5255,'Choice 1',10,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5256,'Choice 2',9,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5257,'Choice 3',8,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5258,'Choice 4',7,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5259,'Choice 5',6,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5260,'Choice 6',5,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5261,'Choice 7',4,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5262,'Choice 8',3,0,2855,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5263,'Director',1,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5264,'Owner Landlord',1,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5265,'Site Maitenance',1,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5266,'Estate Agent',1,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5267,'Letting Agent',1,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5268,'Other',1,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5269,'Director',4,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5270,'CEO',3,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5271,'Other',3,0,2861,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5272,'Property Agent',10,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5273,'Owner Landlord',9,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5274,'Site Manager',8,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5275,'Property Manager',7,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5276,'Construction Manager',6,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5277,'Fire Warden',5,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5278,'Director',4,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5279,'CEO',3,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5280,'Other',3,0,2862,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5281,'A Property Within Building Block',1,0,2863,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5282,'All Of The Property',5,0,2863,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5283,'Communal Areas Only',2,0,2863,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5284,'House',5,0,2863,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5285,'Flat',7,0,2863,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5286,'Other',10,0,2863,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5287,'Property Agent',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5288,'Owner Landlord',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5289,'Site Manager',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5290,'Property Manager',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5291,'Construction Manager',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5292,'Fire Warden',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5293,'Director',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5294,'CEO',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5295,'Other',1,0,2864,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(5296,'Choice 1',10,0,2868,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5297,'Choice 2',9,0,2868,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5298,'Choice 3',8,0,2868,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5299,'Choice 4',7,0,2868,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5300,'Choice 5',6,0,2868,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5301,'Choice 6',5,0,2868,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5302,'Choice 1',10,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5303,'Choice 2',9,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5304,'Choice 3',8,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5305,'Choice 4',7,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5306,'Choice 5',6,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5307,'Choice 6',5,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5308,'Choice 7',4,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5309,'Choice 8',3,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5310,'Choice 9',2,0,2872,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5311,'Choice 1',10,0,2883,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5312,'Choice 2',9,0,2883,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5313,'Choice 3',8,0,2883,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5314,'Choice 4',7,0,2883,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5315,'Choice 5',6,0,2883,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5316,'Choice 1',10,0,2884,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5317,'Choice 2',9,0,2884,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5318,'Choice 3',8,0,2884,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5319,'Choice 4',7,0,2884,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5320,'Choice 1',10,0,2889,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5321,'Choice 2',9,0,2889,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5322,'Choice 3',8,0,2889,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5323,'Choice 4',7,0,2889,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5324,'Choice 5',6,0,2889,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5325,'Choice 1',10,0,2891,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5326,'Choice 2',9,0,2891,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5327,'Choice 3',8,0,2891,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5328,'Choice 4',7,0,2891,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5329,'Choice 5',6,0,2891,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5330,'Choice 6',5,0,2891,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5331,'Detached',1,0,2892,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5332,'Semi Detached',2,0,2892,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5333,'Terraced',3,0,2892,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5334,'Linked-Detached',1,0,2892,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5335,'Other',1,0,2892,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5336,'House',1,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5337,'Bungalow',1,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5338,'Block of Flats - Studios up to 6 Floor Levels',3,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5339,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5340,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5341,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5342,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5343,'Underground Property',1,0,2893,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5344,'Choice 1',10,0,2894,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5345,'Choice 2',9,0,2894,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5346,'Choice 3',8,0,2894,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5347,'Choice 4',7,0,2894,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5348,'Choice 1',10,0,2895,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5349,'Choice 2',9,0,2895,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5350,'Choice 3',8,0,2895,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5351,'Choice 4',7,0,2895,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5352,'Choice 5',6,0,2895,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5353,'Choice 6',5,0,2895,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5354,'Choice 1',10,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5355,'Choice 2',9,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5356,'Choice 3',8,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5357,'Choice 4',7,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5358,'Choice 5',6,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5359,'Choice 6',5,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5360,'Choice 7',4,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5361,'Choice 8',3,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5362,'Choice 9',2,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5363,'Choice 10',1,0,2908,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5364,'Choice 1',10,0,2909,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5365,'Choice 2',9,0,2909,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5366,'Choice 3',8,0,2909,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5367,'Choice 1',10,0,2911,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5368,'Choice 2',9,0,2911,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5369,'Choice 3',8,0,2911,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5370,'Choice 1',10,0,2914,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5371,'Choice 2',9,0,2914,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5372,'Choice 3',8,0,2914,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5373,'Choice 4',7,0,2914,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5374,'Choice 1',10,0,2916,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5375,'Choice 2',9,0,2916,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5376,'Choice 3',8,0,2916,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5377,'Choice 4',7,0,2916,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5378,'Choice 5',6,0,2916,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5379,'the company gives additional training and refresher training to allocated fire warden',1,0,2917,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5380,'fire wardens are already trained in fire warden are in enrolment already',1,0,2917,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5381,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,2917,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5382,'N/A',1,0,2917,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5383,'Other',1,0,2917,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5384,'Choice 1',10,0,2918,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5385,'Choice 2',9,0,2918,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5386,'Choice 3',8,0,2918,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5387,'Choice 1',10,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5388,'Choice 2',9,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5389,'Choice 3',8,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5390,'Choice 4',7,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5391,'Choice 5',6,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5392,'Choice 6',5,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5393,'Choice 7',4,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5394,'Choice 8',3,0,2920,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5395,'Choice 1',10,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5396,'Choice 2',9,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5397,'Choice 3',8,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5398,'Choice 4',7,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5399,'Choice 5',6,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5400,'Choice 6',5,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5401,'Choice 7',4,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5402,'Choice 8',3,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5403,'Choice 9',2,0,2923,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5404,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,2927,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5405,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,2927,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5406,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,2929,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5407,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,2929,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5408,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,2931,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5409,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,2931,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5410,'YES–The plan is readily available',1,0,2934,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5411,'NO–The plan is not available',2,0,2934,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5412,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,2936,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5413,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,2936,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5414,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,2936,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5415,'YES –There are suitable arrangements in place to prevent danger.',1,0,2938,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5416,'NO -There are Not suitable arrangements in place to prevent danger',4,0,2938,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5417,'YES -The company have a system in place for full evacuation',1,0,2940,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5418,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,2940,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5419,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,2942,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5420,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,2942,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5421,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,2944,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5422,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,2944,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5423,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,2946,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5424,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,2946,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5425,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,2948,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5426,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,2948,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5427,'1 YES -They do consider of other organisation in the within the building',1,0,2951,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5428,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,2951,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5429,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,2951,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5430,'Yes - The responsible person has been allocated in thereport.',1,0,2954,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5431,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,2954,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5432,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,2956,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5433,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,2956,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5434,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5435,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5436,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5437,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5438,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5439,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5440,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5441,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5442,'Choice 10',1,0,2958,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5443,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5444,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5445,'Choice 8',3,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5446,'Choice 8',3,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5447,'Choice 8',3,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5448,'Choice 8',3,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5449,'Choice 8',3,0,2961,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5450,'Fan Heaters',4,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5451,'Electric Heaters',4,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5452,'Gas Heater',5,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5453,'Other Boilers',2,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5454,'Electrical Equipment',3,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5455,'Electrical Leads',3,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5456,'Portable Equipment',3,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5457,'Portable Lighting',2,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5458,'Cooking kitchen Equipment',6,0,2962,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5459,'Wood/Paper/Cardboard etc',3,0,2965,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5460,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,2965,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5461,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,2965,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5462,'Waste Material Controlled -in locked wheely bin or store',2,0,2965,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5463,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,2965,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5464,'Choice 1',10,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5465,'Choice 2',9,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5466,'Choice 3',8,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5467,'Choice 4',7,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5468,'Choice 5',6,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5469,'Choice 6',5,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5470,'Choice 7',4,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5471,'Choice 8',3,0,2972,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5472,'Director',1,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5473,'Owner Landlord',1,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5474,'Site Maitenance',1,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5475,'Estate Agent',1,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5476,'Letting Agent',1,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5477,'Other',1,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5478,'Director',4,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5479,'CEO',3,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5480,'Other',3,0,2978,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5481,'Property Agent',10,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5482,'Owner Landlord',9,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5483,'Site Manager',8,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5484,'Property Manager',7,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5485,'Construction Manager',6,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5486,'Fire Warden',5,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5487,'Director',4,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5488,'CEO',3,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5489,'Other',3,0,2979,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5490,'A Property Within Building Block',1,0,2980,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5491,'All Of The Property',5,0,2980,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5492,'Communal Areas Only',2,0,2980,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5493,'House',5,0,2980,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5494,'Flat',7,0,2980,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5495,'Other',10,0,2980,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5496,'Property Agent',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5497,'Owner Landlord',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5498,'Site Manager',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5499,'Property Manager',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5500,'Construction Manager',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5501,'Fire Warden',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5502,'Director',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5503,'CEO',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5504,'Other',1,0,2981,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(5505,'Choice 1',10,0,2984,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5506,'Choice 2',9,0,2984,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5507,'Choice 3',8,0,2984,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5508,'Choice 4',7,0,2984,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5509,'Choice 5',6,0,2984,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5510,'Choice 6',5,0,2984,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5511,'Choice 1',10,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5512,'Choice 2',9,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5513,'Choice 3',8,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5514,'Choice 4',7,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5515,'Choice 5',6,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5516,'Choice 6',5,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5517,'Choice 7',4,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5518,'Choice 8',3,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5519,'Choice 9',2,0,2988,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5520,'Choice 1',10,0,2999,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5521,'Choice 2',9,0,2999,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5522,'Choice 3',8,0,2999,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5523,'Choice 4',7,0,2999,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5524,'Choice 5',6,0,2999,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5525,'Choice 1',10,0,3000,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5526,'Choice 2',9,0,3000,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5527,'Choice 3',8,0,3000,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5528,'Choice 4',7,0,3000,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5529,'Choice 1',10,0,3005,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5530,'Choice 2',9,0,3005,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5531,'Choice 3',8,0,3005,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5532,'Choice 4',7,0,3005,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5533,'Choice 5',6,0,3005,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5534,'Choice 1',10,0,3007,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5535,'Choice 2',9,0,3007,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5536,'Choice 3',8,0,3007,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5537,'Choice 4',7,0,3007,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5538,'Choice 5',6,0,3007,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5539,'Choice 6',5,0,3007,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5540,'Detached',1,0,3008,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5541,'Semi Detached',2,0,3008,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5542,'Terraced',3,0,3008,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5543,'Linked-Detached',1,0,3008,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5544,'Other',1,0,3008,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5545,'House',1,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5546,'Bungalow',1,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5547,'Block of Flats - Studios up to 6 Floor Levels',3,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5548,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5549,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5550,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5551,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5552,'Underground Property',1,0,3009,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5553,'Choice 1',10,0,3010,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5554,'Choice 2',9,0,3010,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5555,'Choice 3',8,0,3010,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5556,'Choice 4',7,0,3010,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5557,'Choice 1',10,0,3011,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5558,'Choice 2',9,0,3011,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5559,'Choice 3',8,0,3011,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5560,'Choice 4',7,0,3011,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5561,'Choice 5',6,0,3011,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5562,'Choice 6',5,0,3011,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5563,'Choice 1',10,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5564,'Choice 2',9,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5565,'Choice 3',8,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5566,'Choice 4',7,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5567,'Choice 5',6,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5568,'Choice 6',5,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5569,'Choice 7',4,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5570,'Choice 8',3,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5571,'Choice 9',2,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5572,'Choice 10',1,0,3024,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5573,'Choice 1',10,0,3025,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5574,'Choice 2',9,0,3025,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5575,'Choice 3',8,0,3025,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5576,'Choice 1',10,0,3027,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5577,'Choice 2',9,0,3027,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5578,'Choice 3',8,0,3027,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5579,'Choice 1',10,0,3030,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5580,'Choice 2',9,0,3030,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5581,'Choice 3',8,0,3030,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5582,'Choice 4',7,0,3030,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5583,'Choice 1',10,0,3032,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5584,'Choice 2',9,0,3032,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5585,'Choice 3',8,0,3032,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5586,'Choice 4',7,0,3032,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5587,'Choice 5',6,0,3032,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5588,'the company gives additional training and refresher training to allocated fire warden',1,0,3033,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5589,'fire wardens are already trained in fire warden are in enrolment already',1,0,3033,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5590,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3033,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5591,'N/A',1,0,3033,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5592,'Other',1,0,3033,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5593,'Choice 1',10,0,3034,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5594,'Choice 2',9,0,3034,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5595,'Choice 3',8,0,3034,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5596,'Choice 1',10,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5597,'Choice 2',9,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5598,'Choice 3',8,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5599,'Choice 4',7,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5600,'Choice 5',6,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5601,'Choice 6',5,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5602,'Choice 7',4,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5603,'Choice 8',3,0,3036,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5604,'Choice 1',10,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5605,'Choice 2',9,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5606,'Choice 3',8,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5607,'Choice 4',7,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5608,'Choice 5',6,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5609,'Choice 6',5,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5610,'Choice 7',4,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5611,'Choice 8',3,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5612,'Choice 9',2,0,3039,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5613,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3043,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5614,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3043,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5615,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3045,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5616,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3045,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5617,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3047,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5618,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3047,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5619,'YES–The plan is readily available',1,0,3050,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5620,'NO–The plan is not available',2,0,3050,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5621,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3052,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5622,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3052,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5623,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3052,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5624,'YES –There are suitable arrangements in place to prevent danger.',1,0,3054,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5625,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3054,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5626,'YES -The company have a system in place for full evacuation',1,0,3056,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5627,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3056,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5628,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3058,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5629,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3058,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5630,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3060,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5631,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3060,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5632,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3062,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5633,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3062,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5634,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3064,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5635,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3064,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5636,'1 YES -They do consider of other organisation in the within the building',1,0,3067,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5637,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3067,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5638,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3067,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5639,'Yes - The responsible person has been allocated in thereport.',1,0,3070,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5640,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3070,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5641,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3072,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5642,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3072,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5643,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5644,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5645,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5646,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5647,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5648,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5649,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5650,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5651,'Choice 10',1,0,3074,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5652,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5653,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5654,'Choice 8',3,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5655,'Choice 8',3,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5656,'Choice 8',3,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5657,'Choice 8',3,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5658,'Choice 8',3,0,3077,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5659,'Fan Heaters',4,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5660,'Electric Heaters',4,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5661,'Gas Heater',5,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5662,'Other Boilers',2,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5663,'Electrical Equipment',3,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5664,'Electrical Leads',3,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5665,'Portable Equipment',3,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5666,'Portable Lighting',2,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5667,'Cooking kitchen Equipment',6,0,3078,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5668,'Wood/Paper/Cardboard etc',3,0,3081,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5669,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3081,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5670,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3081,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5671,'Waste Material Controlled -in locked wheely bin or store',2,0,3081,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5672,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3081,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5673,'Choice 1',10,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5674,'Choice 2',9,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5675,'Choice 3',8,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5676,'Choice 4',7,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5677,'Choice 5',6,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5678,'Choice 6',5,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5679,'Choice 7',4,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5680,'Choice 8',3,0,3088,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5681,'Director',1,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5682,'Owner Landlord',1,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5683,'Site Maitenance',1,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5684,'Estate Agent',1,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5685,'Letting Agent',1,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5686,'Other',1,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5687,'Director',4,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5688,'CEO',3,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5689,'Other',3,0,3094,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5690,'Property Agent',10,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5691,'Owner Landlord',9,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5692,'Site Manager',8,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5693,'Property Manager',7,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5694,'Construction Manager',6,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5695,'Fire Warden',5,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5696,'Director',4,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5697,'CEO',3,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5698,'Other',3,0,3095,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5699,'A Property Within Building Block',1,0,3096,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5700,'All Of The Property',5,0,3096,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5701,'Communal Areas Only',2,0,3096,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5702,'House',5,0,3096,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5703,'Flat',7,0,3096,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5704,'Other',10,0,3096,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(5705,'Choice 1',10,0,3100,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5706,'Choice 2',9,0,3100,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5707,'Choice 3',8,0,3100,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5708,'Choice 4',7,0,3100,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5709,'Choice 5',6,0,3100,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5710,'Choice 6',5,0,3100,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5711,'Choice 1',10,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5712,'Choice 2',9,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5713,'Choice 3',8,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5714,'Choice 4',7,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5715,'Choice 5',6,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5716,'Choice 6',5,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5717,'Choice 7',4,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5718,'Choice 8',3,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5719,'Choice 9',2,0,3104,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5720,'Choice 1',10,0,3115,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5721,'Choice 2',9,0,3115,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5722,'Choice 3',8,0,3115,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5723,'Choice 4',7,0,3115,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5724,'Choice 5',6,0,3115,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5725,'Choice 1',10,0,3116,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5726,'Choice 2',9,0,3116,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5727,'Choice 3',8,0,3116,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5728,'Choice 4',7,0,3116,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5729,'Choice 1',10,0,3121,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5730,'Choice 2',9,0,3121,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5731,'Choice 3',8,0,3121,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5732,'Choice 4',7,0,3121,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5733,'Choice 5',6,0,3121,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5734,'Choice 1',10,0,3123,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5735,'Choice 2',9,0,3123,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5736,'Choice 3',8,0,3123,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5737,'Choice 4',7,0,3123,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5738,'Choice 5',6,0,3123,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5739,'Choice 6',5,0,3123,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5740,'Detached',1,0,3124,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5741,'Semi Detached',2,0,3124,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5742,'Terraced',3,0,3124,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5743,'Linked-Detached',1,0,3124,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5744,'Other',1,0,3124,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5745,'House',1,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5746,'Bungalow',1,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5747,'Block of Flats - Studios up to 6 Floor Levels',3,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5748,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5749,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5750,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5751,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5752,'Underground Property',1,0,3125,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5753,'Choice 1',10,0,3126,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5754,'Choice 2',9,0,3126,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5755,'Choice 3',8,0,3126,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5756,'Choice 4',7,0,3126,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5757,'Choice 1',10,0,3127,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5758,'Choice 2',9,0,3127,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5759,'Choice 3',8,0,3127,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5760,'Choice 4',7,0,3127,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5761,'Choice 5',6,0,3127,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5762,'Choice 6',5,0,3127,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5763,'Choice 1',10,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5764,'Choice 2',9,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5765,'Choice 3',8,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5766,'Choice 4',7,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5767,'Choice 5',6,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5768,'Choice 6',5,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5769,'Choice 7',4,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5770,'Choice 8',3,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5771,'Choice 9',2,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5772,'Choice 10',1,0,3140,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5773,'Choice 1',10,0,3141,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5774,'Choice 2',9,0,3141,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5775,'Choice 3',8,0,3141,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5776,'Choice 1',10,0,3143,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5777,'Choice 2',9,0,3143,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5778,'Choice 3',8,0,3143,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5779,'Choice 1',10,0,3146,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5780,'Choice 2',9,0,3146,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5781,'Choice 3',8,0,3146,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5782,'Choice 4',7,0,3146,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5783,'Choice 1',10,0,3148,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5784,'Choice 2',9,0,3148,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5785,'Choice 3',8,0,3148,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5786,'Choice 4',7,0,3148,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5787,'Choice 5',6,0,3148,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5788,'the company gives additional training and refresher training to allocated fire warden',1,0,3149,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5789,'fire wardens are already trained in fire warden are in enrolment already',1,0,3149,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5790,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3149,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5791,'N/A',1,0,3149,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5792,'Other',1,0,3149,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5793,'Choice 1',10,0,3150,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5794,'Choice 2',9,0,3150,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5795,'Choice 3',8,0,3150,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5796,'Choice 1',10,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5797,'Choice 2',9,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5798,'Choice 3',8,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5799,'Choice 4',7,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5800,'Choice 5',6,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5801,'Choice 6',5,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5802,'Choice 7',4,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5803,'Choice 8',3,0,3152,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5804,'Choice 1',10,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5805,'Choice 2',9,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5806,'Choice 3',8,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5807,'Choice 4',7,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5808,'Choice 5',6,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5809,'Choice 6',5,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5810,'Choice 7',4,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5811,'Choice 8',3,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5812,'Choice 9',2,0,3155,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5813,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3157,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5814,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3157,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5815,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5816,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5817,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5818,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5819,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5820,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5821,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5822,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5823,'Choice 10',1,0,3159,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5824,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5825,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5826,'Choice 8',3,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5827,'Choice 8',3,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5828,'Choice 8',3,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5829,'Choice 8',3,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5830,'Choice 8',3,0,3162,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5831,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3165,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5832,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3165,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5833,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3167,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5834,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3167,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5835,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3169,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5836,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3169,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5837,'YES–The plan is readily available',1,0,3172,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5838,'NO–The plan is not available',2,0,3172,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5839,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3174,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5840,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3174,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5841,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3174,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5842,'YES –There are suitable arrangements in place to prevent danger.',1,0,3176,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5843,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3176,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5844,'YES -The company have a system in place for full evacuation',1,0,3178,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5845,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3178,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5846,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3180,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5847,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3180,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5848,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3182,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5849,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3182,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5850,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3184,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5851,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3184,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5852,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3186,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5853,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3186,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5854,'1 YES -They do consider of other organisation in the within the building',1,0,3189,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5855,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3189,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5856,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3189,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5857,'Yes - The responsible person has been allocated in thereport.',1,0,3192,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5858,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3192,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5859,'Fan Heaters',4,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5860,'Electric Heaters',4,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5861,'Gas Heater',5,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5862,'Other Boilers',2,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5863,'Electrical Equipment',3,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5864,'Electrical Leads',3,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5865,'Portable Equipment',3,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5866,'Portable Lighting',2,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5867,'Cooking kitchen Equipment',6,0,3194,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5868,'Wood/Paper/Cardboard etc',3,0,3197,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5869,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3197,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5870,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3197,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5871,'Waste Material Controlled -in locked wheely bin or store',2,0,3197,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5872,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3197,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(5873,'Choice 1',10,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5874,'Choice 2',9,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5875,'Choice 3',8,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5876,'Choice 4',7,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5877,'Choice 5',6,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5878,'Choice 6',5,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5879,'Choice 7',4,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5880,'Choice 8',3,0,3204,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5881,'Director',1,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5882,'Owner Landlord',1,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5883,'Site Maitenance',1,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5884,'Estate Agent',1,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5885,'Letting Agent',1,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5886,'Other',1,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5887,'Director',4,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5888,'CEO',3,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5889,'Other',3,0,3210,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5890,'Property Agent',10,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5891,'Owner Landlord',9,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5892,'Site Manager',8,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5893,'Property Manager',7,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5894,'Construction Manager',6,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5895,'Fire Warden',5,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5896,'Director',4,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5897,'CEO',3,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5898,'Other',3,0,3211,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5899,'A Property Within Building Block',1,0,3212,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5900,'All Of The Property',5,0,3212,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5901,'Communal Areas Only',2,0,3212,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5902,'House',5,0,3212,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5903,'Flat',7,0,3212,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5904,'Other',10,0,3212,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(5905,'Choice 1',10,0,3219,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5906,'Choice 2',9,0,3219,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5907,'Choice 3',8,0,3219,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5908,'Choice 4',7,0,3219,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5909,'Choice 5',6,0,3219,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5910,'Choice 6',5,0,3219,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5911,'Choice 1',10,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5912,'Choice 2',9,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5913,'Choice 3',8,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5914,'Choice 4',7,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5915,'Choice 5',6,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5916,'Choice 6',5,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5917,'Choice 7',4,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5918,'Choice 8',3,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5919,'Choice 9',2,0,3223,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5920,'Choice 1',10,0,3234,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5921,'Choice 2',9,0,3234,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5922,'Choice 3',8,0,3234,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5923,'Choice 4',7,0,3234,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5924,'Choice 5',6,0,3234,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5925,'Choice 1',10,0,3235,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5926,'Choice 2',9,0,3235,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5927,'Choice 3',8,0,3235,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5928,'Choice 4',7,0,3235,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5929,'Choice 1',10,0,3240,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5930,'Choice 2',9,0,3240,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5931,'Choice 3',8,0,3240,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5932,'Choice 4',7,0,3240,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5933,'Choice 5',6,0,3240,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5934,'Choice 1',10,0,3242,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5935,'Choice 2',9,0,3242,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5936,'Choice 3',8,0,3242,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5937,'Choice 4',7,0,3242,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5938,'Choice 5',6,0,3242,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5939,'Choice 6',5,0,3242,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5940,'Choice 1',10,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5941,'Choice 2',9,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5942,'Choice 3',8,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5943,'Choice 4',7,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5944,'Choice 5',6,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5945,'Choice 6',5,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5946,'Choice 7',4,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5947,'Choice 8',3,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5948,'Choice 9',2,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5949,'Choice 10',1,0,3250,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5950,'Choice 1',10,0,3251,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5951,'Choice 2',9,0,3251,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5952,'Choice 3',8,0,3251,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5953,'Choice 1',10,0,3253,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5954,'Choice 2',9,0,3253,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5955,'Choice 3',8,0,3253,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5956,'Choice 1',10,0,3256,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5957,'Choice 2',9,0,3256,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5958,'Choice 3',8,0,3256,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5959,'Choice 4',7,0,3256,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5960,'Choice 1',10,0,3258,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5961,'Choice 2',9,0,3258,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5962,'Choice 3',8,0,3258,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5963,'Choice 4',7,0,3258,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5964,'Choice 5',6,0,3258,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5965,'the company gives additional training and refresher training to allocated fire warden',1,0,3259,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5966,'fire wardens are already trained in fire warden are in enrolment already',1,0,3259,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5967,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3259,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5968,'N/A',1,0,3259,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5969,'Other',1,0,3259,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5970,'Choice 1',10,0,3260,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5971,'Choice 2',9,0,3260,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5972,'Choice 3',8,0,3260,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5973,'Choice 1',10,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5974,'Choice 2',9,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5975,'Choice 3',8,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5976,'Choice 4',7,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5977,'Choice 5',6,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5978,'Choice 6',5,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5979,'Choice 7',4,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5980,'Choice 8',3,0,3262,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5981,'Choice 1',10,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5982,'Choice 2',9,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5983,'Choice 3',8,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5984,'Choice 4',7,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5985,'Choice 5',6,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5986,'Choice 6',5,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5987,'Choice 7',4,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5988,'Choice 8',3,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5989,'Choice 9',2,0,3265,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5990,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3267,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5991,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3267,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5992,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5993,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5994,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5995,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5996,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5997,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5998,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(5999,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6000,'Choice 10',1,0,3269,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6001,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6002,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6003,'Choice 8',3,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6004,'Choice 8',3,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6005,'Choice 8',3,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6006,'Choice 8',3,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6007,'Choice 8',3,0,3272,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6008,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3275,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6009,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3275,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6010,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3277,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6011,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3277,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6012,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3279,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6013,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3279,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6014,'YES–The plan is readily available',1,0,3282,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6015,'NO–The plan is not available',2,0,3282,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6016,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3284,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6017,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3284,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6018,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3284,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6019,'YES –There are suitable arrangements in place to prevent danger.',1,0,3286,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6020,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3286,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6021,'YES -The company have a system in place for full evacuation',1,0,3288,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6022,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3288,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6023,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3290,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6024,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3290,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(6025,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3292,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6026,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3292,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6027,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3294,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6028,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3294,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6029,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3296,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6030,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3296,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6031,'1 YES -They do consider of other organisation in the within the building',1,0,3299,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6032,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3299,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6033,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3299,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6034,'Yes - The responsible person has been allocated in thereport.',1,0,3302,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6035,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3302,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6036,'Fan Heaters',4,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6037,'Electric Heaters',4,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6038,'Gas Heater',5,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6039,'Other Boilers',2,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6040,'Electrical Equipment',3,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6041,'Electrical Leads',3,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6042,'Portable Equipment',3,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6043,'Portable Lighting',2,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6044,'Cooking kitchen Equipment',6,0,3304,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6045,'Wood/Paper/Cardboard etc',3,0,3307,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6046,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3307,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6047,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3307,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6048,'Waste Material Controlled -in locked wheely bin or store',2,0,3307,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6049,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3307,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6050,'Choice 1',10,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6051,'Choice 2',9,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6052,'Choice 3',8,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6053,'Choice 4',7,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6054,'Choice 5',6,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6055,'Choice 6',5,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6056,'Choice 7',4,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6057,'Choice 8',3,0,3314,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6058,'Director',1,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6059,'Owner Landlord',1,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6060,'Site Maitenance',1,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6061,'Estate Agent',1,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6062,'Letting Agent',1,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6063,'Other',1,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6064,'Director',4,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6065,'CEO',3,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6066,'Other',3,0,3320,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6067,'Property Agent',10,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6068,'Owner Landlord',9,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6069,'Site Manager',8,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6070,'Property Manager',7,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6071,'Construction Manager',6,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6072,'Fire Warden',5,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6073,'Director',4,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6074,'CEO',3,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6075,'Other',3,0,3321,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6076,'A Property Within Building Block',1,0,3322,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6077,'All Of The Property',5,0,3322,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6078,'Communal Areas Only',2,0,3322,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6079,'House',5,0,3322,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6080,'Flat',7,0,3322,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6081,'Other',10,0,3322,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6082,'Detached',1,0,3329,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6083,'Semi Detached',2,0,3329,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6084,'Terraced',3,0,3329,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6085,'Linked-Detached',1,0,3329,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6086,'Other',1,0,3329,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6087,'House',1,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6088,'Bungalow',1,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6089,'Block of Flats - Studios up to 6 Floor Levels',3,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6090,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6091,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6092,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6093,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6094,'Underground Property',1,0,3330,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6095,'1-10',1,0,3331,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6096,'11-20',1,0,3331,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6097,'21-30',1,0,3331,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6098,'31-40',1,0,3331,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6099,'Choice 1',10,0,3333,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6100,'Choice 2',9,0,3333,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6101,'Choice 3',8,0,3333,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6102,'Choice 4',7,0,3333,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6103,'Choice 5',6,0,3333,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6104,'Choice 6',5,0,3333,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(6105,'Choice 1',10,0,3338,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6106,'Choice 2',9,0,3338,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6107,'Choice 3',8,0,3338,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6108,'Choice 4',7,0,3338,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6109,'Choice 5',6,0,3338,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6110,'Choice 6',5,0,3338,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6111,'Choice 1',10,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6112,'Choice 2',9,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6113,'Choice 3',8,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6114,'Choice 4',7,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6115,'Choice 5',6,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6116,'Choice 6',5,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6117,'Choice 7',4,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6118,'Choice 8',3,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6119,'Choice 9',2,0,3342,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(6120,'Choice 1',10,0,3353,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6121,'Choice 2',9,0,3353,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6122,'Choice 3',8,0,3353,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6123,'Choice 4',7,0,3353,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6124,'Choice 5',6,0,3353,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6125,'Choice 1',10,0,3354,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6126,'Choice 2',9,0,3354,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6127,'Choice 3',8,0,3354,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6128,'Choice 4',7,0,3354,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6129,'Choice 1',10,0,3359,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6130,'Choice 2',9,0,3359,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6131,'Choice 3',8,0,3359,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6132,'Choice 4',7,0,3359,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6133,'Choice 5',6,0,3359,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6134,'Choice 1',10,0,3361,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6135,'Choice 2',9,0,3361,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6136,'Choice 3',8,0,3361,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6137,'Choice 4',7,0,3361,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6138,'Choice 5',6,0,3361,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6139,'Choice 6',5,0,3361,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6140,'Choice 1',10,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6141,'Choice 2',9,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6142,'Choice 3',8,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6143,'Choice 4',7,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6144,'Choice 5',6,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6145,'Choice 6',5,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6146,'Choice 7',4,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6147,'Choice 8',3,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6148,'Choice 9',2,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6149,'Choice 10',1,0,3369,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6150,'Choice 1',10,0,3370,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6151,'Choice 2',9,0,3370,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6152,'Choice 3',8,0,3370,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6153,'Choice 1',10,0,3372,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6154,'Choice 2',9,0,3372,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6155,'Choice 3',8,0,3372,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6156,'Choice 1',10,0,3375,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6157,'Choice 2',9,0,3375,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6158,'Choice 3',8,0,3375,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6159,'Choice 4',7,0,3375,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6160,'Choice 1',10,0,3377,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6161,'Choice 2',9,0,3377,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6162,'Choice 3',8,0,3377,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6163,'Choice 4',7,0,3377,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6164,'Choice 5',6,0,3377,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6165,'the company gives additional training and refresher training to allocated fire warden',1,0,3378,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6166,'fire wardens are already trained in fire warden are in enrolment already',1,0,3378,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6167,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3378,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6168,'N/A',1,0,3378,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6169,'Other',1,0,3378,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6170,'Choice 1',10,0,3379,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6171,'Choice 2',9,0,3379,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6172,'Choice 3',8,0,3379,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6173,'Choice 1',10,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6174,'Choice 2',9,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6175,'Choice 3',8,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6176,'Choice 4',7,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6177,'Choice 5',6,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6178,'Choice 6',5,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6179,'Choice 7',4,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6180,'Choice 8',3,0,3381,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6181,'Choice 1',10,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6182,'Choice 2',9,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6183,'Choice 3',8,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6184,'Choice 4',7,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6185,'Choice 5',6,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6186,'Choice 6',5,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6187,'Choice 7',4,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6188,'Choice 8',3,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6189,'Choice 9',2,0,3384,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6190,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3386,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6191,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3386,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6192,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6193,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6194,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6195,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6196,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6197,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6198,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6199,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6200,'Choice 10',1,0,3388,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6201,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6202,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6203,'Choice 8',3,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6204,'Choice 8',3,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6205,'Choice 8',3,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6206,'Choice 8',3,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6207,'Choice 8',3,0,3391,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6208,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3394,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6209,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3394,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6210,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3396,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6211,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3396,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6212,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3398,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6213,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3398,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6214,'YES–The plan is readily available',1,0,3401,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6215,'NO–The plan is not available',2,0,3401,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6216,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3403,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6217,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3403,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6218,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3403,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6219,'YES –There are suitable arrangements in place to prevent danger.',1,0,3405,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6220,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3405,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6221,'YES -The company have a system in place for full evacuation',1,0,3407,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6222,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3407,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6223,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3409,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6224,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3409,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6225,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3411,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6226,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3411,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6227,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3413,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6228,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3413,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6229,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3415,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6230,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3415,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6231,'1 YES -They do consider of other organisation in the within the building',1,0,3418,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6232,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3418,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6233,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3418,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6234,'Yes - The responsible person has been allocated in thereport.',1,0,3421,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6235,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3421,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6236,'Fan Heaters',4,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6237,'Electric Heaters',4,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6238,'Gas Heater',5,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6239,'Other Boilers',2,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6240,'Electrical Equipment',3,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6241,'Electrical Leads',3,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6242,'Portable Equipment',3,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6243,'Portable Lighting',2,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6244,'Cooking kitchen Equipment',6,0,3423,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6245,'Wood/Paper/Cardboard etc',3,0,3426,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6246,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3426,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6247,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3426,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6248,'Waste Material Controlled -in locked wheely bin or store',2,0,3426,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6249,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3426,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6250,'Choice 1',10,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6251,'Choice 2',9,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6252,'Choice 3',8,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6253,'Choice 4',7,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6254,'Choice 5',6,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6255,'Choice 6',5,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6256,'Choice 7',4,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6257,'Choice 8',3,0,3433,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6258,'Director',1,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6259,'Owner Landlord',1,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6260,'Site Maitenance',1,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6261,'Estate Agent',1,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6262,'Letting Agent',1,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6263,'Other',1,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6264,'Director',4,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6265,'CEO',3,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6266,'Other',3,0,3439,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6267,'Property Agent',10,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6268,'Owner Landlord',9,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6269,'Site Manager',8,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6270,'Property Manager',7,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6271,'Construction Manager',6,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6272,'Fire Warden',5,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6273,'Director',4,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6274,'CEO',3,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6275,'Other',3,0,3440,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6276,'A Property Within Building Block',1,0,3441,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6277,'All Of The Property',5,0,3441,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6278,'Communal Areas Only',2,0,3441,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6279,'House',5,0,3441,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6280,'Flat',7,0,3441,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6281,'Other',10,0,3441,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6282,'Detached',1,0,3448,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6283,'Semi Detached',2,0,3448,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6284,'Terraced',3,0,3448,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6285,'Linked-Detached',1,0,3448,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6286,'Other',1,0,3448,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6287,'House',1,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6288,'Bungalow',1,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6289,'Block of Flats - Studios up to 6 Floor Levels',3,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6290,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6291,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6292,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6293,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6294,'Underground Property',1,0,3449,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6295,'1-10',1,0,3450,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6296,'11-20',1,0,3450,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6297,'21-30',1,0,3450,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6298,'31-40',1,0,3450,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6299,'Main walls pre 1900 solid brick- stone- concrete.',10,0,3452,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6300,'Main walls cob',9,0,3452,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6301,'Main walls cavity brick and block',8,0,3452,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6302,'Main walls concrete inner skin with curtain walling outer skin.',7,0,3452,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6303,'Main walls metal post with sheet metal walling covering',6,0,3452,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6304,'Main walls timber frame with concrete or block inner or outer skin',5,0,3452,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(6305,'Choice 1',10,0,3457,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6306,'Choice 2',9,0,3457,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6307,'Choice 3',8,0,3457,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6308,'Choice 4',7,0,3457,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6309,'Choice 5',6,0,3457,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6310,'Choice 6',5,0,3457,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6311,'Choice 1',10,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6312,'Choice 2',9,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6313,'Choice 3',8,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6314,'Choice 4',7,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6315,'Choice 5',6,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6316,'Choice 6',5,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6317,'Choice 7',4,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6318,'Choice 8',3,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6319,'Choice 9',2,0,3461,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6320,'Choice 1',10,0,3472,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6321,'Choice 2',9,0,3472,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6322,'Choice 3',8,0,3472,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6323,'Choice 4',7,0,3472,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6324,'Choice 5',6,0,3472,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6325,'Choice 1',10,0,3473,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6326,'Choice 2',9,0,3473,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6327,'Choice 3',8,0,3473,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6328,'Choice 4',7,0,3473,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6329,'Choice 1',10,0,3478,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6330,'Choice 2',9,0,3478,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6331,'Choice 3',8,0,3478,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6332,'Choice 4',7,0,3478,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6333,'Choice 5',6,0,3478,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6334,'Choice 1',10,0,3480,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6335,'Choice 2',9,0,3480,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6336,'Choice 3',8,0,3480,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6337,'Choice 4',7,0,3480,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6338,'Choice 5',6,0,3480,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6339,'Choice 6',5,0,3480,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6340,'Choice 1',10,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6341,'Choice 2',9,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6342,'Choice 3',8,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6343,'Choice 4',7,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6344,'Choice 5',6,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6345,'Choice 6',5,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6346,'Choice 7',4,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6347,'Choice 8',3,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6348,'Choice 9',2,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6349,'Choice 10',1,0,3488,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6350,'Choice 1',10,0,3489,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6351,'Choice 2',9,0,3489,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6352,'Choice 3',8,0,3489,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6353,'Choice 1',10,0,3491,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6354,'Choice 2',9,0,3491,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6355,'Choice 3',8,0,3491,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6356,'Choice 1',10,0,3494,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6357,'Choice 2',9,0,3494,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6358,'Choice 3',8,0,3494,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6359,'Choice 4',7,0,3494,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6360,'Choice 1',10,0,3496,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6361,'Choice 2',9,0,3496,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6362,'Choice 3',8,0,3496,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6363,'Choice 4',7,0,3496,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6364,'Choice 5',6,0,3496,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6365,'the company gives additional training and refresher training to allocated fire warden',1,0,3497,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6366,'fire wardens are already trained in fire warden are in enrolment already',1,0,3497,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6367,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3497,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6368,'N/A',1,0,3497,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6369,'Other',1,0,3497,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6370,'Choice 1',10,0,3498,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6371,'Choice 2',9,0,3498,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6372,'Choice 3',8,0,3498,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6373,'Choice 1',10,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6374,'Choice 2',9,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6375,'Choice 3',8,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6376,'Choice 4',7,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6377,'Choice 5',6,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6378,'Choice 6',5,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6379,'Choice 7',4,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6380,'Choice 8',3,0,3500,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6381,'Choice 1',10,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6382,'Choice 2',9,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6383,'Choice 3',8,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6384,'Choice 4',7,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6385,'Choice 5',6,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6386,'Choice 6',5,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6387,'Choice 7',4,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6388,'Choice 8',3,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6389,'Choice 9',2,0,3503,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6390,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3505,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6391,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3505,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6392,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6393,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6394,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6395,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6396,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6397,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6398,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6399,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6400,'Choice 10',1,0,3507,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6401,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6402,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6403,'Choice 8',3,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6404,'Choice 8',3,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6405,'Choice 8',3,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6406,'Choice 8',3,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6407,'Choice 8',3,0,3510,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6408,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3513,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6409,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3513,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6410,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3515,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6411,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3515,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6412,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3517,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6413,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3517,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6414,'YES–The plan is readily available',1,0,3520,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6415,'NO–The plan is not available',2,0,3520,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6416,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3522,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6417,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3522,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6418,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3522,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6419,'YES –There are suitable arrangements in place to prevent danger.',1,0,3524,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6420,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3524,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6421,'YES -The company have a system in place for full evacuation',1,0,3526,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6422,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3526,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6423,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3528,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6424,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3528,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6425,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3530,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6426,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3530,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6427,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3532,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6428,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3532,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6429,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3534,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6430,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3534,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6431,'1 YES -They do consider of other organisation in the within the building',1,0,3537,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6432,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3537,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6433,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3537,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6434,'Yes - The responsible person has been allocated in thereport.',1,0,3540,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6435,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3540,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6436,'Director',1,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6437,'Owner Landlord',1,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6438,'Site Maitenance',1,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6439,'Estate Agent',1,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6440,'Letting Agent',1,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6441,'Other',1,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6442,'Director',4,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6443,'CEO',3,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6444,'Other',3,0,3547,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6445,'Property Agent',10,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6446,'Owner Landlord',9,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6447,'Site Manager',8,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6448,'Property Manager',7,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6449,'Construction Manager',6,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6450,'Fire Warden',5,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6451,'Director',4,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6452,'CEO',3,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6453,'Other',3,0,3548,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6454,'A Property Within Building Block',1,0,3549,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6455,'All Of The Property',5,0,3549,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6456,'Communal Areas Only',2,0,3549,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6457,'House',5,0,3549,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6458,'Flat',7,0,3549,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6459,'Other',10,0,3549,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6460,'Detached',1,0,3556,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6461,'Semi Detached',2,0,3556,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6462,'Terraced',3,0,3556,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6463,'Linked-Detached',1,0,3556,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6464,'Other',1,0,3556,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6465,'House',1,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6466,'Bungalow',1,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6467,'Block of Flats - Studios up to 6 Floor Levels',3,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6468,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6469,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6470,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6471,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6472,'Underground Property',1,0,3557,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6473,'1-10',1,0,3558,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6474,'11-20',1,0,3558,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6475,'21-30',1,0,3558,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6476,'31-40',1,0,3558,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6477,'Main walls pre 1900 solid brick- stone- concrete.',10,0,3560,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6478,'Main walls cob',9,0,3560,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6479,'Main walls cavity brick and block',8,0,3560,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6480,'Main walls concrete inner skin with curtain walling outer skin.',7,0,3560,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6481,'Main walls metal post with sheet metal walling covering',6,0,3560,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6482,'Main walls timber frame with concrete or block inner or outer skin',5,0,3560,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6483,'Fan Heaters',4,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6484,'Electric Heaters',4,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6485,'Gas Heater',5,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6486,'Other Boilers',2,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6487,'Electrical Equipment',3,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6488,'Electrical Leads',3,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6489,'Portable Equipment',3,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6490,'Portable Lighting',2,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6491,'Cooking kitchen Equipment',6,0,3565,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6492,'Wood/Paper/Cardboard etc',3,0,3568,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6493,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3568,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6494,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3568,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6495,'Waste Material Controlled -in locked wheely bin or store',2,0,3568,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6496,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3568,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6497,'Choice 1',10,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6498,'Choice 2',9,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6499,'Choice 3',8,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6500,'Choice 4',7,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6501,'Choice 5',6,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6502,'Choice 6',5,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6503,'Choice 7',4,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6504,'Choice 8',3,0,3574,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(6505,'Choice 1',10,0,3576,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6506,'Choice 2',9,0,3576,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6507,'Choice 3',8,0,3576,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6508,'Choice 4',7,0,3576,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6509,'Choice 5',6,0,3576,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6510,'Choice 6',5,0,3576,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6511,'Choice 1',10,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6512,'Choice 2',9,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6513,'Choice 3',8,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6514,'Choice 4',7,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6515,'Choice 5',6,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6516,'Choice 6',5,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6517,'Choice 7',4,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6518,'Choice 8',3,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6519,'Choice 9',2,0,3580,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6520,'Choice 1',10,0,3591,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6521,'Choice 2',9,0,3591,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6522,'Choice 3',8,0,3591,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6523,'Choice 4',7,0,3591,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6524,'Choice 5',6,0,3591,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6525,'Choice 1',10,0,3592,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6526,'Choice 2',9,0,3592,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6527,'Choice 3',8,0,3592,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6528,'Choice 4',7,0,3592,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6529,'Choice 1',10,0,3597,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6530,'Choice 2',9,0,3597,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6531,'Choice 3',8,0,3597,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6532,'Choice 4',7,0,3597,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6533,'Choice 5',6,0,3597,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6534,'Choice 1',10,0,3599,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6535,'Choice 2',9,0,3599,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6536,'Choice 3',8,0,3599,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6537,'Choice 4',7,0,3599,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6538,'Choice 5',6,0,3599,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6539,'Choice 6',5,0,3599,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6540,'Choice 1',10,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6541,'Choice 2',9,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6542,'Choice 3',8,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6543,'Choice 4',7,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6544,'Choice 5',6,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6545,'Choice 6',5,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6546,'Choice 7',4,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6547,'Choice 8',3,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6548,'Choice 9',2,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6549,'Choice 10',1,0,3607,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6550,'Choice 1',10,0,3608,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6551,'Choice 2',9,0,3608,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6552,'Choice 3',8,0,3608,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6553,'Choice 1',10,0,3610,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6554,'Choice 2',9,0,3610,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6555,'Choice 3',8,0,3610,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6556,'Choice 1',10,0,3613,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6557,'Choice 2',9,0,3613,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6558,'Choice 3',8,0,3613,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6559,'Choice 4',7,0,3613,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6560,'Choice 1',10,0,3615,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(6561,'Choice 2',9,0,3615,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6562,'Choice 3',8,0,3615,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6563,'Choice 4',7,0,3615,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6564,'Choice 5',6,0,3615,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6565,'the company gives additional training and refresher training to allocated fire warden',1,0,3616,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6566,'fire wardens are already trained in fire warden are in enrolment already',1,0,3616,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6567,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3616,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6568,'N/A',1,0,3616,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6569,'Other',1,0,3616,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6570,'Choice 1',10,0,3617,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6571,'Choice 2',9,0,3617,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6572,'Choice 3',8,0,3617,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6573,'Choice 1',10,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6574,'Choice 2',9,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6575,'Choice 3',8,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6576,'Choice 4',7,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6577,'Choice 5',6,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6578,'Choice 6',5,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6579,'Choice 7',4,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6580,'Choice 8',3,0,3619,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6581,'Choice 1',10,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6582,'Choice 2',9,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6583,'Choice 3',8,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6584,'Choice 4',7,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6585,'Choice 5',6,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6586,'Choice 6',5,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6587,'Choice 7',4,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6588,'Choice 8',3,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6589,'Choice 9',2,0,3622,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6590,'Director',1,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6591,'Owner Landlord',1,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6592,'Site Maitenance',1,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6593,'Estate Agent',1,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6594,'Letting Agent',1,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6595,'Other',1,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6596,'Director',4,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6597,'CEO',3,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6598,'Other',3,0,3629,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6599,'Property Agent',10,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6600,'Owner Landlord',9,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6601,'Site Manager',8,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6602,'Property Manager',7,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6603,'Construction Manager',6,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6604,'Fire Warden',5,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6605,'Director',4,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6606,'CEO',3,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6607,'Other',3,0,3630,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6608,'A Property Within Building Block',1,0,3631,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6609,'All Of The Property',5,0,3631,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6610,'Communal Areas Only',2,0,3631,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6611,'House',5,0,3631,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6612,'Flat',7,0,3631,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6613,'Other',10,0,3631,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6614,'Detached',1,0,3638,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6615,'Semi Detached',2,0,3638,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6616,'Terraced',3,0,3638,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6617,'Linked-Detached',1,0,3638,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6618,'Other',1,0,3638,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6619,'House',1,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6620,'Bungalow',1,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6621,'Block of Flats - Studios up to 6 Floor Levels',3,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6622,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6623,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6624,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6625,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6626,'Underground Property',1,0,3639,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6627,'1-10',1,0,3640,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6628,'11-20',1,0,3640,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6629,'21-30',1,0,3640,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6630,'31-40',1,0,3640,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6631,'Main walls pre 1900 solid brick- stone- concrete.',10,0,3642,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6632,'Main walls cob',9,0,3642,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6633,'Main walls cavity brick and block',8,0,3642,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6634,'Main walls concrete inner skin with curtain walling outer skin.',7,0,3642,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6635,'Main walls metal post with sheet metal walling covering',6,0,3642,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6636,'Main walls timber frame with concrete or block inner or outer skin',5,0,3642,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6637,'Fan Heaters',4,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6638,'Electric Heaters',4,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6639,'Gas Heater',5,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6640,'Other Boilers',2,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6641,'Electrical Equipment',3,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6642,'Electrical Leads',3,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6643,'Portable Equipment',3,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6644,'Portable Lighting',2,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6645,'Cooking kitchen Equipment',6,0,3647,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6646,'Wood/Paper/Cardboard etc',3,0,3650,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6647,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3650,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6648,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3650,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6649,'Waste Material Controlled -in locked wheely bin or store',2,0,3650,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6650,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3650,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6651,'Choice 1',10,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6652,'Choice 2',9,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6653,'Choice 3',8,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6654,'Choice 4',7,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6655,'Choice 5',6,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6656,'Choice 6',5,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6657,'Choice 7',4,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6658,'Choice 8',3,0,3656,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6659,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3658,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6660,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3658,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6661,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3660,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6662,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3660,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6663,'Other',0,0,3660,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6664,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3663,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6665,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3663,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6666,'Other',0,0,3663,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6667,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3666,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6668,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3666,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6669,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3668,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6670,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3668,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6671,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3670,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6672,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3670,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6673,'YES–The plan is readily available',1,0,3673,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6674,'NO–The plan is not available',2,0,3673,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6675,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3675,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6676,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3675,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6677,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3675,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6678,'YES –There are suitable arrangements in place to prevent danger.',1,0,3677,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6679,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3677,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6680,'YES -The company have a system in place for full evacuation',1,0,3679,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6681,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3679,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6682,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3681,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6683,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3681,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6684,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3683,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6685,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3683,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6686,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3685,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6687,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3685,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6688,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3687,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6689,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3687,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6690,'1 YES -They do consider of other organisation in the within the building',1,0,3690,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6691,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3690,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6692,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3690,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6693,'Yes - The responsible person has been allocated in thereport.',1,0,3693,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6694,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3693,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(6695,'Choice 1',10,0,3695,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6696,'Choice 2',9,0,3695,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6697,'Choice 3',8,0,3695,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6698,'Choice 4',7,0,3695,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6699,'Choice 5',6,0,3695,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6700,'Choice 6',5,0,3695,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6701,'Choice 1',10,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6702,'Choice 2',9,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6703,'Choice 3',8,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6704,'Choice 4',7,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6705,'Choice 5',6,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6706,'Choice 6',5,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6707,'Choice 7',4,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6708,'Choice 8',3,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6709,'Choice 9',2,0,3699,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6710,'Choice 1',10,0,3709,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6711,'Choice 2',9,0,3709,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6712,'Choice 3',8,0,3709,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6713,'Choice 4',7,0,3709,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6714,'Choice 5',6,0,3709,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6715,'Choice 1',10,0,3710,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6716,'Choice 2',9,0,3710,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6717,'Choice 3',8,0,3710,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6718,'Choice 4',7,0,3710,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6719,'Choice 1',10,0,3716,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6720,'Choice 2',9,0,3716,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6721,'Choice 3',8,0,3716,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6722,'Choice 4',7,0,3716,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6723,'Choice 5',6,0,3716,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6724,'Choice 1',10,0,3718,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6725,'Choice 2',9,0,3718,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6726,'Choice 3',8,0,3718,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6727,'Choice 4',7,0,3718,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6728,'Choice 5',6,0,3718,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6729,'Choice 6',5,0,3718,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6730,'Choice 1',10,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6731,'Choice 2',9,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6732,'Choice 3',8,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6733,'Choice 4',7,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6734,'Choice 5',6,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6735,'Choice 6',5,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6736,'Choice 7',4,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6737,'Choice 8',3,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6738,'Choice 9',2,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6739,'Choice 10',1,0,3726,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6740,'Choice 1',10,0,3727,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6741,'Choice 2',9,0,3727,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6742,'Choice 3',8,0,3727,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6743,'Choice 1',10,0,3729,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6744,'Choice 2',9,0,3729,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6745,'Choice 3',8,0,3729,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6746,'Choice 1',10,0,3732,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6747,'Choice 2',9,0,3732,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6748,'Choice 3',8,0,3732,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6749,'Choice 4',7,0,3732,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6750,'Choice 1',10,0,3734,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6751,'Choice 2',9,0,3734,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6752,'Choice 3',8,0,3734,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6753,'Choice 4',7,0,3734,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6754,'Choice 5',6,0,3734,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6755,'the company gives additional training and refresher training to allocated fire warden',1,0,3735,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6756,'fire wardens are already trained in fire warden are in enrolment already',1,0,3735,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6757,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3735,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6758,'N/A',1,0,3735,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6759,'Other',1,0,3735,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6760,'Choice 1',10,0,3736,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6761,'Choice 2',9,0,3736,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6762,'Choice 3',8,0,3736,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6763,'Choice 1',10,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6764,'Choice 2',9,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6765,'Choice 3',8,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6766,'Choice 4',7,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6767,'Choice 5',6,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6768,'Choice 6',5,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6769,'Choice 7',4,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6770,'Choice 8',3,0,3738,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6771,'Choice 1',10,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6772,'Choice 2',9,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6773,'Choice 3',8,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6774,'Choice 4',7,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6775,'Choice 5',6,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6776,'Choice 6',5,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6777,'Choice 7',4,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6778,'Choice 8',3,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6779,'Choice 9',2,0,3741,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6780,'Detached',1,0,3743,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6781,'Semi Detached',2,0,3743,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6782,'Terraced',3,0,3743,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6783,'Linked-Detached',1,0,3743,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6784,'Other',1,0,3743,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6785,'House',1,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6786,'Bungalow',1,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6787,'Block of Flats - Studios up to 6 Floor Levels',3,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6788,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6789,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6790,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6791,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6792,'Underground Property',1,0,3744,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6793,'1-10',1,0,3745,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6794,'11-20',1,0,3745,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6795,'21-30',1,0,3745,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6796,'31-40',1,0,3745,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6797,'Main walls pre 1900 solid brick- stone- concrete.',10,0,3747,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6798,'Main walls cob',9,0,3747,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6799,'Main walls cavity brick and block',8,0,3747,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6800,'Main walls concrete inner skin with curtain walling outer skin.',7,0,3747,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6801,'Main walls metal post with sheet metal walling covering',6,0,3747,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6802,'Main walls timber frame with concrete or block inner or outer skin',5,0,3747,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6803,'Fan Heaters',4,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6804,'Electric Heaters',4,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6805,'Gas Heater',5,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6806,'Other Boilers',2,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6807,'Electrical Equipment',3,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6808,'Electrical Leads',3,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6809,'Portable Equipment',3,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6810,'Portable Lighting',2,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6811,'Cooking kitchen Equipment',6,0,3752,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6812,'Wood/Paper/Cardboard etc',3,0,3755,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6813,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3755,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6814,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3755,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6815,'Waste Material Controlled -in locked wheely bin or store',2,0,3755,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6816,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3755,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6817,'Choice 1',10,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6818,'Choice 2',9,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6819,'Choice 3',8,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6820,'Choice 4',7,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6821,'Choice 5',6,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6822,'Choice 6',5,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6823,'Choice 7',4,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6824,'Choice 8',3,0,3761,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6825,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3763,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6826,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3763,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6827,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3765,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6828,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3765,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6829,'Other',0,0,3765,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6830,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3768,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6831,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3768,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6832,'Other',0,0,3768,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6833,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3771,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6834,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3771,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6835,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3773,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6836,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3773,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6837,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3775,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6838,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3775,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6839,'YES–The plan is readily available',1,0,3778,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6840,'NO–The plan is not available',2,0,3778,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6841,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3780,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6842,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3780,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6843,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3780,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6844,'YES –There are suitable arrangements in place to prevent danger.',1,0,3782,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6845,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3782,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6846,'YES -The company have a system in place for full evacuation',1,0,3784,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6847,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3784,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6848,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3786,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6849,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3786,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6850,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3788,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6851,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3788,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6852,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3790,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6853,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3790,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6854,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3792,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6855,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3792,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6856,'1 YES -They do consider of other organisation in the within the building',1,0,3795,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6857,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3795,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6858,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3795,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6859,'Yes - The responsible person has been allocated in thereport.',1,0,3798,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6860,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3798,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6861,'Director',1,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6862,'Owner Landlord',1,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6863,'Site Maitenance',1,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6864,'Estate Agent',1,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6865,'Letting Agent',1,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6866,'Other',1,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6867,'Director',4,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6868,'CEO',3,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6869,'Other',3,0,3805,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6870,'Property Agent',10,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6871,'Owner Landlord',9,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6872,'Site Manager',8,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6873,'Property Manager',7,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6874,'Construction Manager',6,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6875,'Fire Warden',5,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6876,'Director',4,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6877,'CEO',3,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6878,'Other',3,0,3806,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6879,'A Property Within Building Block',1,0,3807,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6880,'All Of The Property',5,0,3807,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6881,'Communal Areas Only',2,0,3807,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6882,'House',5,0,3807,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6883,'Flat',7,0,3807,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6884,'Other',10,0,3807,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(6885,'Choice 1',10,0,3814,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6886,'Choice 2',9,0,3814,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6887,'Choice 3',8,0,3814,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6888,'Choice 4',7,0,3814,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6889,'Choice 5',6,0,3814,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6890,'Choice 6',5,0,3814,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6891,'Choice 1',10,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6892,'Choice 2',9,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6893,'Choice 3',8,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6894,'Choice 4',7,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6895,'Choice 5',6,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6896,'Choice 6',5,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6897,'Choice 7',4,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6898,'Choice 8',3,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6899,'Choice 9',2,0,3818,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6900,'Choice 1',10,0,3828,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6901,'Choice 2',9,0,3828,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6902,'Choice 3',8,0,3828,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6903,'Choice 4',7,0,3828,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6904,'Choice 5',6,0,3828,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6905,'Choice 1',10,0,3829,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6906,'Choice 2',9,0,3829,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6907,'Choice 3',8,0,3829,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6908,'Choice 4',7,0,3829,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6909,'Choice 1',10,0,3835,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6910,'Choice 2',9,0,3835,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6911,'Choice 3',8,0,3835,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6912,'Choice 4',7,0,3835,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6913,'Choice 5',6,0,3835,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6914,'Choice 1',10,0,3837,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6915,'Choice 2',9,0,3837,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6916,'Choice 3',8,0,3837,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6917,'Choice 4',7,0,3837,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6918,'Choice 5',6,0,3837,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6919,'Choice 6',5,0,3837,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6920,'Choice 1',10,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6921,'Choice 2',9,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6922,'Choice 3',8,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6923,'Choice 4',7,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6924,'Choice 5',6,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6925,'Choice 6',5,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6926,'Choice 7',4,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6927,'Choice 8',3,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6928,'Choice 9',2,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6929,'Choice 10',1,0,3845,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6930,'Choice 1',10,0,3846,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6931,'Choice 2',9,0,3846,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6932,'Choice 3',8,0,3846,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6933,'Choice 1',10,0,3848,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6934,'Choice 2',9,0,3848,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6935,'Choice 3',8,0,3848,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6936,'Choice 1',10,0,3851,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6937,'Choice 2',9,0,3851,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6938,'Choice 3',8,0,3851,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6939,'Choice 4',7,0,3851,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6940,'Choice 1',10,0,3853,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6941,'Choice 2',9,0,3853,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6942,'Choice 3',8,0,3853,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6943,'Choice 4',7,0,3853,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6944,'Choice 5',6,0,3853,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6945,'the company gives additional training and refresher training to allocated fire warden',1,0,3854,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6946,'fire wardens are already trained in fire warden are in enrolment already',1,0,3854,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6947,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3854,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6948,'N/A',1,0,3854,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6949,'Other',1,0,3854,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6950,'Choice 1',10,0,3855,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6951,'Choice 2',9,0,3855,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6952,'Choice 3',8,0,3855,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6953,'Choice 1',10,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6954,'Choice 2',9,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6955,'Choice 3',8,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6956,'Choice 4',7,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6957,'Choice 5',6,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6958,'Choice 6',5,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6959,'Choice 7',4,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6960,'Choice 8',3,0,3857,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6961,'Choice 1',10,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6962,'Choice 2',9,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6963,'Choice 3',8,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6964,'Choice 4',7,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6965,'Choice 5',6,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6966,'Choice 6',5,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6967,'Choice 7',4,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6968,'Choice 8',3,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6969,'Choice 9',2,0,3860,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6970,'Detached',1,0,3862,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6971,'Semi Detached',2,0,3862,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6972,'Terraced',3,0,3862,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6973,'Linked-Detached',1,0,3862,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6974,'Other',1,0,3862,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6975,'House',1,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6976,'Bungalow',1,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6977,'Block of Flats - Studios up to 6 Floor Levels',3,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6978,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6979,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6980,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6981,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6982,'Underground Property',1,0,3863,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6983,'1-10',1,0,3864,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6984,'11-20',1,0,3864,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6985,'21-30',1,0,3864,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6986,'31-40',1,0,3864,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6987,'Main walls pre 1900 solid brick- stone- concrete.',10,0,3866,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6988,'Main walls cob',9,0,3866,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6989,'Main walls cavity brick and block',8,0,3866,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6990,'Main walls concrete inner skin with curtain walling outer skin.',7,0,3866,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6991,'Main walls metal post with sheet metal walling covering',6,0,3866,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6992,'Main walls timber frame with concrete or block inner or outer skin',5,0,3866,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6993,'Fan Heaters',4,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6994,'Electric Heaters',4,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6995,'Gas Heater',5,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6996,'Other Boilers',2,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6997,'Electrical Equipment',3,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6998,'Electrical Leads',3,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(6999,'Portable Equipment',3,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7000,'Portable Lighting',2,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7001,'Cooking kitchen Equipment',6,0,3871,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7002,'Wood/Paper/Cardboard etc',3,0,3874,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7003,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3874,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7004,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3874,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7005,'Waste Material Controlled -in locked wheely bin or store',2,0,3874,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7006,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3874,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7007,'Choice 1',10,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7008,'Choice 2',9,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7009,'Choice 3',8,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7010,'Choice 4',7,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7011,'Choice 5',6,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7012,'Choice 6',5,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7013,'Choice 7',4,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7014,'Choice 8',3,0,3880,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7015,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,3882,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7016,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,3882,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7017,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,3884,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7018,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,3884,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7019,'Other',0,0,3884,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7020,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,3887,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7021,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,3887,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7022,'Other',0,0,3887,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7023,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,3890,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7024,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,3890,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7025,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,3892,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7026,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,3892,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7027,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,3894,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7028,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,3894,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7029,'YES–The plan is readily available',1,0,3897,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7030,'NO–The plan is not available',2,0,3897,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7031,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,3899,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7032,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,3899,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7033,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,3899,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7034,'YES –There are suitable arrangements in place to prevent danger.',1,0,3901,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7035,'NO -There are Not suitable arrangements in place to prevent danger',4,0,3901,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7036,'YES -The company have a system in place for full evacuation',1,0,3903,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7037,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,3903,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7038,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,3905,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7039,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,3905,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7040,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,3907,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7041,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,3907,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7042,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,3909,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7043,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,3909,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7044,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,3911,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7045,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,3911,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7046,'1 YES -They do consider of other organisation in the within the building',1,0,3914,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7047,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,3914,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7048,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,3914,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7049,'Yes - The responsible person has been allocated in thereport.',1,0,3917,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7050,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,3917,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7051,'Director',1,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7052,'Owner Landlord',1,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7053,'Site Maitenance',1,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7054,'Estate Agent',1,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7055,'Letting Agent',1,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7056,'Other',1,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7057,'Director',4,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7058,'CEO',3,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7059,'Other',3,0,3924,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7060,'Property Agent',10,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7061,'Owner Landlord',9,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7062,'Site Manager',8,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7063,'Property Manager',7,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7064,'Construction Manager',6,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7065,'Fire Warden',5,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7066,'Director',4,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7067,'CEO',3,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7068,'Other',3,0,3925,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7069,'A Property Within Building Block',1,0,3926,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7070,'All Of The Property',5,0,3926,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7071,'Communal Areas Only',2,0,3926,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7072,'House',5,0,3926,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7073,'Flat',7,0,3926,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7074,'Other',0,0,3926,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(7075,'Choice 1',10,0,3933,'2022-11-30 00:32:10','2022-11-30 00:32:10'),(7076,'Choice 2',9,0,3933,'2022-11-30 00:32:10','2022-11-30 00:32:10'),(7077,'Choice 3',8,0,3933,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7078,'Choice 4',7,0,3933,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7079,'Choice 5',6,0,3933,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7080,'Choice 6',5,0,3933,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7081,'Choice 1',10,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7082,'Choice 2',9,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7083,'Choice 3',8,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7084,'Choice 4',7,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7085,'Choice 5',6,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7086,'Choice 6',5,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7087,'Choice 7',4,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7088,'Choice 8',3,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7089,'Choice 9',2,0,3937,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7090,'Choice 1',10,0,3947,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7091,'Choice 2',9,0,3947,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7092,'Choice 3',8,0,3947,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7093,'Choice 4',7,0,3947,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7094,'Choice 5',6,0,3947,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7095,'Choice 1',10,0,3948,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7096,'Choice 2',9,0,3948,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7097,'Choice 3',8,0,3948,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7098,'Choice 4',7,0,3948,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7099,'Choice 1',10,0,3954,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7100,'Choice 2',9,0,3954,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7101,'Choice 3',8,0,3954,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7102,'Choice 4',7,0,3954,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7103,'Choice 5',6,0,3954,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7104,'Choice 1',10,0,3956,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7105,'Choice 2',9,0,3956,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7106,'Choice 3',8,0,3956,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7107,'Choice 4',7,0,3956,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7108,'Choice 5',6,0,3956,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7109,'Choice 6',5,0,3956,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7110,'Choice 1',10,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7111,'Choice 2',9,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7112,'Choice 3',8,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7113,'Choice 4',7,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7114,'Choice 5',6,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7115,'Choice 6',5,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7116,'Choice 7',4,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7117,'Choice 8',3,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7118,'Choice 9',2,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7119,'Choice 10',1,0,3964,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7120,'Choice 1',10,0,3965,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7121,'Choice 2',9,0,3965,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7122,'Choice 3',8,0,3965,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7123,'Choice 1',10,0,3967,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7124,'Choice 2',9,0,3967,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7125,'Choice 3',8,0,3967,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7126,'Choice 1',10,0,3970,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7127,'Choice 2',9,0,3970,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7128,'Choice 3',8,0,3970,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7129,'Choice 4',7,0,3970,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7130,'Choice 1',10,0,3972,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7131,'Choice 2',9,0,3972,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7132,'Choice 3',8,0,3972,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7133,'Choice 4',7,0,3972,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7134,'Choice 5',6,0,3972,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7135,'the company gives additional training and refresher training to allocated fire warden',1,0,3973,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7136,'fire wardens are already trained in fire warden are in enrolment already',1,0,3973,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7137,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,3973,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7138,'N/A',1,0,3973,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7139,'Other',1,0,3973,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7140,'Choice 1',10,0,3974,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7141,'Choice 2',9,0,3974,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7142,'Choice 3',8,0,3974,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7143,'Choice 1',10,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7144,'Choice 2',9,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7145,'Choice 3',8,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7146,'Choice 4',7,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7147,'Choice 5',6,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7148,'Choice 6',5,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7149,'Choice 7',4,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7150,'Choice 8',3,0,3976,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7151,'Choice 1',10,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7152,'Choice 2',9,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7153,'Choice 3',8,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7154,'Choice 4',7,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7155,'Choice 5',6,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7156,'Choice 6',5,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7157,'Choice 7',4,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7158,'Choice 8',3,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7159,'Choice 9',2,0,3979,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7160,'Detached',1,0,3981,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7161,'Semi Detached',2,0,3981,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7162,'Terraced',3,0,3981,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7163,'Linked-Detached',1,0,3981,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7164,'Other',1,0,3981,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7165,'House',1,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7166,'Bungalow',1,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7167,'Block of Flats - Studios up to 6 Floor Levels',3,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7168,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7169,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7170,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7171,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7172,'Underground Property',1,0,3982,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7173,'1-10',1,0,3983,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7174,'11-20',1,0,3983,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7175,'21-30',1,0,3983,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7176,'31-40',1,0,3983,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7177,'Main walls pre 1900 solid brick- stone- concrete.',10,0,3985,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7178,'Main walls cob',9,0,3985,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7179,'Main walls cavity brick and block',8,0,3985,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7180,'Main walls concrete inner skin with curtain walling outer skin.',7,0,3985,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7181,'Main walls metal post with sheet metal walling covering',6,0,3985,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7182,'Main walls timber frame with concrete or block inner or outer skin',5,0,3985,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7183,'Fan Heaters',4,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7184,'Electric Heaters',4,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7185,'Gas Heater',5,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7186,'Other Boilers',2,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7187,'Electrical Equipment',3,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7188,'Electrical Leads',3,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7189,'Portable Equipment',3,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7190,'Portable Lighting',2,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7191,'Cooking kitchen Equipment',6,0,3990,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7192,'Wood/Paper/Cardboard etc',3,0,3993,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7193,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,3993,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7194,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,3993,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7195,'Waste Material Controlled -in locked wheely bin or store',2,0,3993,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7196,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,3993,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7197,'Choice 1',10,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7198,'Choice 2',9,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7199,'Choice 3',8,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7200,'Choice 4',7,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7201,'Choice 5',6,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7202,'Choice 6',5,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7203,'Choice 7',4,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7204,'Choice 8',3,0,3999,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7205,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4001,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7206,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4001,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7207,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4003,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7208,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4003,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7209,'Other',0,0,4003,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7210,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4006,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7211,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4006,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7212,'Other',0,0,4006,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7213,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4009,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7214,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4009,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7215,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4011,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7216,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4011,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7217,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4013,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7218,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4013,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7219,'YES–The plan is readily available',1,0,4016,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7220,'NO–The plan is not available',2,0,4016,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7221,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4018,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7222,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4018,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7223,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4018,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7224,'YES –There are suitable arrangements in place to prevent danger.',1,0,4020,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7225,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4020,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7226,'YES -The company have a system in place for full evacuation',1,0,4022,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7227,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4022,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7228,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4024,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7229,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4024,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7230,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4026,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7231,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4026,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7232,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4028,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7233,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4028,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7234,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4030,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7235,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4030,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7236,'1 YES -They do consider of other organisation in the within the building',1,0,4033,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7237,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4033,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7238,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4033,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7239,'Yes - The responsible person has been allocated in thereport.',1,0,4036,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7240,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4036,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7241,'Director',1,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7242,'Owner Landlord',1,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7243,'Site Maitenance',1,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7244,'Estate Agent',1,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7245,'Letting Agent',1,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7246,'Other',0,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7247,'Other',3,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7248,'Other',3,0,4043,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7249,'Property Agent',10,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7250,'Owner Landlord',9,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7251,'Site Manager',8,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7252,'Property Manager',7,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7253,'Construction Manager',6,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7254,'Fire Warden',5,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7255,'Director',4,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7256,'CEO',3,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7257,'Other',0,0,4044,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7258,'A Property Within Building Block',1,0,4045,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7259,'All Of The Property',5,0,4045,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7260,'Communal Areas Only',2,0,4045,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7261,'House',5,0,4045,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7262,'Flat',7,0,4045,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7263,'Other',0,0,4045,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7264,'Nebosh',1,0,4052,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7265,'Level 2 Fire Risk Assessor',1,0,4052,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7266,'Competant Person',1,0,4052,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(7267,'Choice 1',10,0,4053,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7268,'Choice 2',9,0,4053,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7269,'Choice 3',8,0,4053,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7270,'Choice 4',7,0,4053,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7271,'Choice 5',6,0,4053,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7272,'Choice 6',5,0,4053,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7273,'Choice 1',10,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7274,'Choice 2',9,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7275,'Choice 3',8,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7276,'Choice 4',7,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7277,'Choice 5',6,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7278,'Choice 6',5,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7279,'Choice 7',4,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7280,'Choice 8',3,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7281,'Choice 9',2,0,4057,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7282,'Choice 1',10,0,4067,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7283,'Choice 2',9,0,4067,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7284,'Choice 3',8,0,4067,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7285,'Choice 4',7,0,4067,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7286,'Choice 5',6,0,4067,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7287,'Choice 1',10,0,4068,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7288,'Choice 2',9,0,4068,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7289,'Choice 3',8,0,4068,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7290,'Choice 4',7,0,4068,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7291,'Choice 1',10,0,4074,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7292,'Choice 2',9,0,4074,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7293,'Choice 3',8,0,4074,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7294,'Choice 4',7,0,4074,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7295,'Choice 5',6,0,4074,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7296,'Choice 1',10,0,4076,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7297,'Choice 2',9,0,4076,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7298,'Choice 3',8,0,4076,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7299,'Choice 4',7,0,4076,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7300,'Choice 5',6,0,4076,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7301,'Choice 6',5,0,4076,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7302,'Choice 1',10,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7303,'Choice 2',9,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7304,'Choice 3',8,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7305,'Choice 4',7,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7306,'Choice 5',6,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7307,'Choice 6',5,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7308,'Choice 7',4,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7309,'Choice 8',3,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7310,'Choice 9',2,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7311,'Choice 10',1,0,4084,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7312,'Choice 1',10,0,4085,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7313,'Choice 2',9,0,4085,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7314,'Choice 3',8,0,4085,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7315,'Choice 1',10,0,4087,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7316,'Choice 2',9,0,4087,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7317,'Choice 3',8,0,4087,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7318,'Choice 1',10,0,4090,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7319,'Choice 2',9,0,4090,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7320,'Choice 3',8,0,4090,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7321,'Choice 4',7,0,4090,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7322,'Choice 1',10,0,4092,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7323,'Choice 2',9,0,4092,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7324,'Choice 3',8,0,4092,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7325,'Choice 4',7,0,4092,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7326,'Choice 5',6,0,4092,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7327,'the company gives additional training and refresher training to allocated fire warden',1,0,4093,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7328,'fire wardens are already trained in fire warden are in enrolment already',1,0,4093,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7329,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4093,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7330,'N/A',1,0,4093,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7331,'Other',1,0,4093,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7332,'Choice 1',10,0,4094,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7333,'Choice 2',9,0,4094,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7334,'Choice 3',8,0,4094,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7335,'Choice 1',10,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7336,'Choice 2',9,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7337,'Choice 3',8,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7338,'Choice 4',7,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7339,'Choice 5',6,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7340,'Choice 6',5,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7341,'Choice 7',4,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7342,'Choice 8',3,0,4096,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7343,'Choice 1',10,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7344,'Choice 2',9,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7345,'Choice 3',8,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7346,'Choice 4',7,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7347,'Choice 5',6,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7348,'Choice 6',5,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7349,'Choice 7',4,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7350,'Choice 8',3,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7351,'Choice 9',2,0,4099,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7352,'Fan Heaters',4,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7353,'Electric Heaters',4,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7354,'Gas Heater',5,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7355,'Other Boilers',2,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7356,'Electrical Equipment',3,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7357,'Electrical Leads',3,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7358,'Portable Equipment',3,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7359,'Portable Lighting',2,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7360,'Cooking kitchen Equipment',6,0,4101,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7361,'Wood/Paper/Cardboard etc',3,0,4104,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7362,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4104,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7363,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4104,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7364,'Waste Material Controlled -in locked wheely bin or store',2,0,4104,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7365,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4104,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7366,'Choice 1',10,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7367,'Choice 2',9,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7368,'Choice 3',8,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7369,'Choice 4',7,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7370,'Choice 5',6,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7371,'Choice 6',5,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7372,'Choice 7',4,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7373,'Choice 8',3,0,4110,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7374,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4112,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7375,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4112,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7376,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4114,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7377,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4114,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7378,'Other',0,0,4114,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7379,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4117,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7380,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4117,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7381,'Other',0,0,4117,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7382,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4120,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7383,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4120,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7384,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4122,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7385,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4122,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7386,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4124,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7387,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4124,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7388,'YES–The plan is readily available',1,0,4127,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7389,'NO–The plan is not available',2,0,4127,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(7390,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4129,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7391,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4129,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7392,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4129,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7393,'YES –There are suitable arrangements in place to prevent danger.',1,0,4131,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7394,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4131,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7395,'YES -The company have a system in place for full evacuation',1,0,4133,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7396,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4133,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7397,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4135,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7398,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4135,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7399,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4137,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7400,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4137,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7401,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4139,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7402,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4139,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7403,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4141,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7404,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4141,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7405,'1 YES -They do consider of other organisation in the within the building',1,0,4144,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7406,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4144,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7407,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4144,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7408,'Yes - The responsible person has been allocated in thereport.',1,0,4147,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7409,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4147,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7410,'Director',1,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7411,'Owner Landlord',1,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7412,'Site Maitenance',1,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7413,'Estate Agent',1,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7414,'Letting Agent',1,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7415,'Other',0,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7416,'Other',3,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7417,'Other',3,0,4154,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7418,'Property Agent',10,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7419,'Owner Landlord',9,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7420,'Site Manager',8,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7421,'Property Manager',7,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7422,'Construction Manager',6,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7423,'Fire Warden',5,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7424,'Director',4,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7425,'CEO',3,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7426,'Other',0,0,4155,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7427,'A Property Within Building Block',1,0,4156,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7428,'All Of The Property',5,0,4156,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7429,'Communal Areas Only',2,0,4156,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7430,'House',5,0,4156,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7431,'Flat',7,0,4156,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7432,'Other',0,0,4156,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7433,'Nebosh',1,0,4163,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7434,'Level 2 Fire Risk Assessor',1,0,4163,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7435,'Competant Person',1,0,4163,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7436,'Detached',1,0,4164,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7437,'Semi Detached',2,0,4164,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7438,'Terraced',3,0,4164,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7439,'Linked-Detached',1,0,4164,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7440,'Other',0,0,4164,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7441,'House',1,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7442,'Bungalow',1,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7443,'Block of Flats - Studios up to 6 Floor Levels',3,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7444,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7445,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7446,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7447,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7448,'Underground Property',1,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7449,'Factory/ Warehouse',3,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7450,'Garage/ Workshop',3,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7451,'Retail Shop',2,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7452,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7453,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7454,'Other',0,0,4165,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7455,'1-10',1,0,4166,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7456,'11-20',1,0,4166,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7457,'21-30',1,0,4166,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7458,'31-40',1,0,4166,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7459,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4168,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7460,'Main walls cob',9,0,4168,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7461,'Main walls cavity brick and block',8,0,4168,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7462,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4168,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7463,'Main walls metal post with sheet metal walling covering',6,0,4168,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7464,'Main walls timber frame with concrete or block inner or outer skin',5,0,4168,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(7465,'Choice 1',10,0,4173,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7466,'Choice 2',9,0,4173,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7467,'Choice 3',8,0,4173,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7468,'Choice 4',7,0,4173,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7469,'Choice 5',6,0,4173,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7470,'Choice 6',5,0,4173,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7471,'Choice 1',10,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7472,'Choice 2',9,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7473,'Choice 3',8,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7474,'Choice 4',7,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7475,'Choice 5',6,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7476,'Choice 6',5,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7477,'Choice 7',4,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7478,'Choice 8',3,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7479,'Choice 9',2,0,4177,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7480,'Choice 1',10,0,4187,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7481,'Choice 2',9,0,4187,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7482,'Choice 3',8,0,4187,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7483,'Choice 4',7,0,4187,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7484,'Choice 5',6,0,4187,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7485,'Choice 1',10,0,4188,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7486,'Choice 2',9,0,4188,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7487,'Choice 3',8,0,4188,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7488,'Choice 4',7,0,4188,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7489,'Choice 1',10,0,4194,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7490,'Choice 2',9,0,4194,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7491,'Choice 3',8,0,4194,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7492,'Choice 4',7,0,4194,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7493,'Choice 5',6,0,4194,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7494,'Choice 1',10,0,4196,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7495,'Choice 2',9,0,4196,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7496,'Choice 3',8,0,4196,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7497,'Choice 4',7,0,4196,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7498,'Choice 5',6,0,4196,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7499,'Choice 6',5,0,4196,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7500,'Choice 1',10,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7501,'Choice 2',9,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7502,'Choice 3',8,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7503,'Choice 4',7,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7504,'Choice 5',6,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7505,'Choice 6',5,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7506,'Choice 7',4,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7507,'Choice 8',3,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7508,'Choice 9',2,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7509,'Choice 10',1,0,4204,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7510,'Choice 1',10,0,4205,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7511,'Choice 2',9,0,4205,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7512,'Choice 3',8,0,4205,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7513,'Choice 1',10,0,4207,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7514,'Choice 2',9,0,4207,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7515,'Choice 3',8,0,4207,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7516,'Choice 1',10,0,4210,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7517,'Choice 2',9,0,4210,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7518,'Choice 3',8,0,4210,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7519,'Choice 4',7,0,4210,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7520,'Choice 1',10,0,4212,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7521,'Choice 2',9,0,4212,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7522,'Choice 3',8,0,4212,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7523,'Choice 4',7,0,4212,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7524,'Choice 5',6,0,4212,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7525,'Choice 1',10,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7526,'Choice 2',9,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7527,'Choice 3',8,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7528,'Choice 4',7,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7529,'Choice 5',6,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7530,'Choice 6',5,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7531,'Choice 7',4,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7532,'Choice 8',3,0,4213,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7533,'Choice 1',10,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7534,'Choice 2',9,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7535,'Choice 3',8,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7536,'Choice 4',7,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7537,'Choice 5',6,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7538,'Choice 6',5,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7539,'Choice 7',4,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7540,'Choice 8',3,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7541,'Choice 9',2,0,4216,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7542,'the company gives additional training and refresher training to allocated fire warden',1,0,4218,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7543,'fire wardens are already trained in fire warden are in enrolment already',1,0,4218,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7544,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4218,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7545,'N/A',1,0,4218,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7546,'Other',1,0,4218,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7547,'Choice 1',10,0,4219,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7548,'Choice 2',9,0,4219,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7549,'Choice 3',8,0,4219,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7550,'Fan Heaters',4,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7551,'Electric Heaters',4,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7552,'Gas Heater',5,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7553,'Other Boilers',2,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7554,'Electrical Equipment',3,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7555,'Electrical Leads',3,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7556,'Portable Equipment',3,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7557,'Portable Lighting',2,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7558,'Cooking kitchen Equipment',6,0,4221,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7559,'Wood/Paper/Cardboard etc',3,0,4224,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7560,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4224,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7561,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4224,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7562,'Waste Material Controlled -in locked wheely bin or store',2,0,4224,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7563,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4224,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7564,'Choice 1',10,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7565,'Choice 2',9,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7566,'Choice 3',8,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7567,'Choice 4',7,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7568,'Choice 5',6,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7569,'Choice 6',5,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7570,'Choice 7',4,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7571,'Choice 8',3,0,4230,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7572,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4232,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7573,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4232,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7574,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4234,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(7575,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4234,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7576,'Other',0,0,4234,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7577,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4237,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7578,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4237,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7579,'Other',0,0,4237,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7580,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4240,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7581,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4240,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7582,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4242,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7583,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4242,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7584,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4244,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7585,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4244,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7586,'YES–The plan is readily available',1,0,4247,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7587,'NO–The plan is not available',2,0,4247,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7588,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4249,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7589,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4249,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7590,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4249,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7591,'YES –There are suitable arrangements in place to prevent danger.',1,0,4251,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7592,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4251,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7593,'YES -The company have a system in place for full evacuation',1,0,4253,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7594,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4253,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7595,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4255,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7596,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4255,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7597,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4257,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7598,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4257,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7599,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4259,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7600,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4259,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7601,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4261,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7602,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4261,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7603,'1 YES -They do consider of other organisation in the within the building',1,0,4264,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7604,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4264,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7605,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4264,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7606,'Yes - The responsible person has been allocated in thereport.',1,0,4267,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7607,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4267,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7608,'Director',1,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7609,'Owner Landlord',1,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7610,'Site Maitenance',1,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7611,'Estate Agent',1,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7612,'Letting Agent',1,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7613,'Other',0,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7614,'Other',3,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7615,'Other',3,0,4274,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7616,'Property Agent',10,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7617,'Owner Landlord',9,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7618,'Site Manager',8,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7619,'Property Manager',7,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7620,'Construction Manager',6,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7621,'Fire Warden',5,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7622,'Director',4,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7623,'CEO',3,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7624,'Other',0,0,4275,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7625,'A Property Within Building Block',1,0,4276,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7626,'All Of The Property',5,0,4276,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7627,'Communal Areas Only',2,0,4276,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7628,'House',5,0,4276,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7629,'Flat',7,0,4276,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7630,'Other',0,0,4276,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7631,'Nebosh',1,0,4283,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7632,'Level 2 Fire Risk Assessor',1,0,4283,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7633,'Competant Person',1,0,4283,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7634,'Detached',1,0,4284,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7635,'Semi Detached',2,0,4284,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7636,'Terraced',3,0,4284,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7637,'Linked-Detached',1,0,4284,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7638,'Other',0,0,4284,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7639,'House',1,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7640,'Bungalow',1,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7641,'Block of Flats - Studios up to 6 Floor Levels',3,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7642,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7643,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7644,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7645,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7646,'Underground Property',1,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7647,'Factory/ Warehouse',3,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7648,'Garage/ Workshop',3,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7649,'Retail Shop',2,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7650,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7651,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7652,'Other',0,0,4285,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7653,'1-10',1,0,4286,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7654,'11-20',1,0,4286,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7655,'21-30',1,0,4286,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7656,'31-40',1,0,4286,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7657,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4288,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7658,'Main walls cob',9,0,4288,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7659,'Main walls cavity brick and block',8,0,4288,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7660,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4288,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7661,'Main walls metal post with sheet metal walling covering',6,0,4288,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7662,'Main walls timber frame with concrete or block inner or outer skin',5,0,4288,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7663,'Detached',1,0,4293,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7664,'Semi Detached',2,0,4293,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7665,'Terraced',3,0,4293,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7666,'Linked-Detached',1,0,4293,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7667,'Other',0,0,4293,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7668,'House',1,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7669,'Bungalow',1,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7670,'Block of Flats - Studios up to 6 Floor Levels',3,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7671,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7672,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7673,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7674,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7675,'Underground Property',1,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7676,'Factory/ Warehouse',3,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7677,'Garage/ Workshop',3,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7678,'Retail Shop',2,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7679,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7680,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7681,'Other',0,0,4294,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7682,'1-10',1,0,4295,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7683,'11-20',1,0,4295,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7684,'21-30',1,0,4295,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7685,'31-40',1,0,4295,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7686,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4297,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7687,'Main walls cob',9,0,4297,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7688,'Main walls cavity brick and block',8,0,4297,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7689,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4297,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7690,'Main walls metal post with sheet metal walling covering',6,0,4297,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7691,'Main walls timber frame with concrete or block inner or outer skin',5,0,4297,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(7692,'Choice 1',10,0,4302,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7693,'Choice 2',9,0,4302,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7694,'Choice 3',8,0,4302,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7695,'Choice 4',7,0,4302,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7696,'Choice 5',6,0,4302,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7697,'Choice 6',5,0,4302,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7698,'Choice 1',10,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7699,'Choice 2',9,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7700,'Choice 3',8,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7701,'Choice 4',7,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7702,'Choice 5',6,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7703,'Choice 6',5,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7704,'Choice 7',4,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7705,'Choice 8',3,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7706,'Choice 9',2,0,4306,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7707,'Choice 1',10,0,4316,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7708,'Choice 2',9,0,4316,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7709,'Choice 3',8,0,4316,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7710,'Choice 4',7,0,4316,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7711,'Choice 5',6,0,4316,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7712,'Choice 1',10,0,4317,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7713,'Choice 2',9,0,4317,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7714,'Choice 3',8,0,4317,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7715,'Choice 4',7,0,4317,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7716,'Choice 1',10,0,4323,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7717,'Choice 2',9,0,4323,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7718,'Choice 3',8,0,4323,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7719,'Choice 4',7,0,4323,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7720,'Choice 5',6,0,4323,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7721,'Choice 1',10,0,4325,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7722,'Choice 2',9,0,4325,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7723,'Choice 3',8,0,4325,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7724,'Choice 4',7,0,4325,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7725,'Choice 5',6,0,4325,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7726,'Choice 6',5,0,4325,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7727,'Choice 1',10,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7728,'Choice 2',9,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7729,'Choice 3',8,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7730,'Choice 4',7,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7731,'Choice 5',6,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7732,'Choice 6',5,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7733,'Choice 7',4,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7734,'Choice 8',3,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7735,'Choice 9',2,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7736,'Choice 10',1,0,4333,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7737,'Choice 1',10,0,4334,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7738,'Choice 2',9,0,4334,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7739,'Choice 3',8,0,4334,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7740,'Choice 1',10,0,4336,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7741,'Choice 2',9,0,4336,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7742,'Choice 3',8,0,4336,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7743,'Choice 1',10,0,4339,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7744,'Choice 2',9,0,4339,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7745,'Choice 3',8,0,4339,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7746,'Choice 4',7,0,4339,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7747,'Choice 1',10,0,4341,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7748,'Choice 2',9,0,4341,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7749,'Choice 3',8,0,4341,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7750,'Choice 4',7,0,4341,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7751,'Choice 5',6,0,4341,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7752,'Choice 1',10,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7753,'Choice 2',9,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7754,'Choice 3',8,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7755,'Choice 4',7,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7756,'Choice 5',6,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7757,'Choice 6',5,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7758,'Choice 7',4,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7759,'Choice 8',3,0,4342,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7760,'Choice 1',10,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7761,'Choice 2',9,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7762,'Choice 3',8,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7763,'Choice 4',7,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7764,'Choice 5',6,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7765,'Choice 6',5,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7766,'Choice 7',4,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7767,'Choice 8',3,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7768,'Choice 9',2,0,4345,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7769,'the company gives additional training and refresher training to allocated fire warden',1,0,4347,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7770,'fire wardens are already trained in fire warden are in enrolment already',1,0,4347,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7771,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4347,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7772,'N/A',1,0,4347,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7773,'Other',1,0,4347,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7774,'Choice 1',10,0,4348,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7775,'Choice 2',9,0,4348,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7776,'Choice 3',8,0,4348,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7777,'Fan Heaters',4,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7778,'Electric Heaters',4,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7779,'Gas Heater',5,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7780,'Other Boilers',2,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7781,'Electrical Equipment',3,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7782,'Electrical Leads',3,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7783,'Portable Equipment',3,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7784,'Portable Lighting',2,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7785,'Cooking kitchen Equipment',6,0,4350,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7786,'Wood/Paper/Cardboard etc',3,0,4353,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7787,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4353,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7788,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4353,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7789,'Waste Material Controlled -in locked wheely bin or store',2,0,4353,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7790,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4353,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7791,'Choice 1',10,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7792,'Choice 2',9,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7793,'Choice 3',8,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7794,'Choice 4',7,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7795,'Choice 5',6,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7796,'Choice 6',5,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7797,'Choice 7',4,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7798,'Choice 8',3,0,4359,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7799,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4361,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7800,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4361,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7801,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4363,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7802,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4363,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7803,'Other',0,0,4363,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7804,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4366,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7805,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4366,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7806,'Other',0,0,4366,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7807,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4369,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7808,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4369,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7809,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4371,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7810,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4371,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7811,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4373,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7812,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4373,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7813,'YES–The plan is readily available',1,0,4376,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7814,'NO–The plan is not available',2,0,4376,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7815,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4378,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7816,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4378,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7817,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4378,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7818,'YES –There are suitable arrangements in place to prevent danger.',1,0,4380,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7819,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4380,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7820,'YES -The company have a system in place for full evacuation',1,0,4382,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7821,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4382,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7822,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4384,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7823,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4384,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7824,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4386,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7825,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4386,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7826,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4388,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7827,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4388,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7828,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4390,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7829,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4390,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7830,'1 YES -They do consider of other organisation in the within the building',1,0,4393,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7831,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4393,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7832,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4393,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7833,'Yes - The responsible person has been allocated in thereport.',1,0,4396,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7834,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4396,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7835,'Director',1,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7836,'Owner Landlord',1,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7837,'Site Maitenance',1,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7838,'Estate Agent',1,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7839,'Letting Agent',1,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7840,'Other',0,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7841,'Other',3,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7842,'Other',3,0,4403,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7843,'Property Agent',10,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7844,'Owner Landlord',9,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7845,'Site Manager',8,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7846,'Property Manager',7,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7847,'Construction Manager',6,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7848,'Fire Warden',5,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7849,'Director',4,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7850,'CEO',3,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7851,'Other',0,0,4404,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7852,'A Property Within Building Block',1,0,4405,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7853,'All Of The Property',5,0,4405,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7854,'Communal Areas Only',2,0,4405,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7855,'House',5,0,4405,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7856,'Flat',7,0,4405,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7857,'Other',0,0,4405,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7858,'Nebosh',1,0,4412,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7859,'Level 2 Fire Risk Assessor',1,0,4412,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7860,'Competant Person',1,0,4412,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7861,'Detached',1,0,4413,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7862,'Semi Detached',2,0,4413,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7863,'Terraced',3,0,4413,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7864,'Linked-Detached',1,0,4413,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7865,'Other',0,0,4413,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7866,'House',1,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7867,'Bungalow',1,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7868,'Block of Flats - Studios up to 6 Floor Levels',3,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7869,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7870,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7871,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7872,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7873,'Underground Property',1,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7874,'Factory/ Warehouse',3,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7875,'Garage/ Workshop',3,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7876,'Retail Shop',2,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7877,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7878,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7879,'Other',0,0,4414,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7880,'1-10',1,0,4415,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7881,'11-20',1,0,4415,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7882,'21-30',1,0,4415,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7883,'31-40',1,0,4415,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7884,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4417,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7885,'Main walls cob',9,0,4417,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7886,'Main walls cavity brick and block',8,0,4417,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7887,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4417,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7888,'Main walls metal post with sheet metal walling covering',6,0,4417,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7889,'Main walls timber frame with concrete or block inner or outer skin',5,0,4417,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7890,'Detached',1,0,4422,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7891,'Semi Detached',2,0,4422,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7892,'Terraced',3,0,4422,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7893,'Linked-Detached',1,0,4422,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7894,'Other',0,0,4422,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7895,'House',1,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7896,'Bungalow',1,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7897,'Block of Flats - Studios up to 6 Floor Levels',3,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7898,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7899,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7900,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7901,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7902,'Underground Property',1,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7903,'Factory/ Warehouse',3,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7904,'Garage/ Workshop',3,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7905,'Retail Shop',2,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7906,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7907,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7908,'Other',0,0,4423,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7909,'1-10',1,0,4424,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7910,'11-20',1,0,4424,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7911,'21-30',1,0,4424,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7912,'31-40',1,0,4424,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7913,'Other',0,0,4424,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7914,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4426,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7915,'Main walls cob',9,0,4426,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7916,'Main walls cavity brick and block',8,0,4426,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7917,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4426,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7918,'Main walls metal post with sheet metal walling covering',6,0,4426,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7919,'Main walls timber frame with concrete or block inner or outer skin',5,0,4426,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(7920,'Choice 1',10,0,4431,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7921,'Choice 2',9,0,4431,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7922,'Choice 3',8,0,4431,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7923,'Choice 4',7,0,4431,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7924,'Choice 5',6,0,4431,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7925,'Choice 6',5,0,4431,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7926,'Choice 1',10,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7927,'Choice 2',9,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7928,'Choice 3',8,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7929,'Choice 4',7,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7930,'Choice 5',6,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7931,'Choice 6',5,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7932,'Choice 7',4,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7933,'Choice 8',3,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7934,'Choice 9',2,0,4435,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7935,'Choice 1',10,0,4445,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7936,'Choice 2',9,0,4445,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7937,'Choice 3',8,0,4445,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7938,'Choice 4',7,0,4445,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7939,'Choice 5',6,0,4445,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7940,'Choice 1',10,0,4446,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7941,'Choice 2',9,0,4446,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7942,'Choice 3',8,0,4446,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7943,'Choice 4',7,0,4446,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7944,'Choice 1',10,0,4452,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7945,'Choice 2',9,0,4452,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7946,'Choice 3',8,0,4452,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7947,'Choice 4',7,0,4452,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7948,'Choice 5',6,0,4452,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7949,'Choice 1',10,0,4454,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7950,'Choice 2',9,0,4454,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7951,'Choice 3',8,0,4454,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7952,'Choice 4',7,0,4454,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7953,'Choice 5',6,0,4454,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7954,'Choice 6',5,0,4454,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7955,'Choice 1',10,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7956,'Choice 2',9,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7957,'Choice 3',8,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7958,'Choice 4',7,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7959,'Choice 5',6,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7960,'Choice 6',5,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7961,'Choice 7',4,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7962,'Choice 8',3,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7963,'Choice 9',2,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7964,'Choice 10',1,0,4462,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7965,'Choice 1',10,0,4463,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7966,'Choice 2',9,0,4463,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7967,'Choice 3',8,0,4463,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7968,'Choice 1',10,0,4465,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7969,'Choice 2',9,0,4465,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7970,'Choice 3',8,0,4465,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7971,'Choice 1',10,0,4468,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7972,'Choice 2',9,0,4468,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7973,'Choice 3',8,0,4468,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7974,'Choice 4',7,0,4468,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7975,'Choice 1',10,0,4470,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7976,'Choice 2',9,0,4470,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7977,'Choice 3',8,0,4470,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7978,'Choice 4',7,0,4470,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7979,'Choice 5',6,0,4470,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7980,'Choice 1',10,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7981,'Choice 2',9,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7982,'Choice 3',8,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7983,'Choice 4',7,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7984,'Choice 5',6,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7985,'Choice 6',5,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7986,'Choice 7',4,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7987,'Choice 8',3,0,4471,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7988,'Choice 1',10,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7989,'Choice 2',9,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7990,'Choice 3',8,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7991,'Choice 4',7,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7992,'Choice 5',6,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7993,'Choice 6',5,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7994,'Choice 7',4,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7995,'Choice 8',3,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7996,'Choice 9',2,0,4474,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7997,'the company gives additional training and refresher training to allocated fire warden',1,0,4476,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7998,'fire wardens are already trained in fire warden are in enrolment already',1,0,4476,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(7999,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4476,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8000,'N/A',1,0,4476,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8001,'Other',1,0,4476,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8002,'Choice 1',10,0,4477,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8003,'Choice 2',9,0,4477,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8004,'Choice 3',8,0,4477,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8005,'Wood/Paper/Cardboard etc',3,0,4480,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8006,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4480,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8007,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4480,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8008,'Waste Material Controlled -in locked wheely bin or store',2,0,4480,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8009,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4480,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8010,'Choice 1',10,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8011,'Choice 2',9,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8012,'Choice 3',8,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8013,'Choice 4',7,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8014,'Choice 5',6,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8015,'Choice 6',5,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8016,'Choice 7',4,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8017,'Choice 8',3,0,4486,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8018,'Fan Heaters',4,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8019,'Electric Heaters',4,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8020,'Gas Heater',5,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8021,'Other Boilers',2,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8022,'Electrical Equipment',3,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8023,'Electrical Leads',3,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8024,'Portable Equipment',3,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8025,'Portable Lighting',2,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8026,'Cooking kitchen Equipment',6,0,4488,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8027,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4490,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8028,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4490,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8029,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4492,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8030,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4492,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8031,'Other',0,0,4492,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8032,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4495,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8033,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4495,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8034,'Other',0,0,4495,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8035,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4498,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8036,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4498,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8037,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4500,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8038,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4500,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8039,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4502,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8040,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4502,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8041,'YES–The plan is readily available',1,0,4505,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8042,'NO–The plan is not available',2,0,4505,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8043,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4507,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8044,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4507,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8045,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4507,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8046,'YES –There are suitable arrangements in place to prevent danger.',1,0,4509,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8047,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4509,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8048,'YES -The company have a system in place for full evacuation',1,0,4511,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8049,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4511,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8050,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4513,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8051,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4513,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8052,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4515,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8053,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4515,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8054,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4517,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8055,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4517,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8056,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4519,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8057,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4519,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8058,'1 YES -They do consider of other organisation in the within the building',1,0,4522,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8059,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4522,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8060,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4522,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8061,'Yes - The responsible person has been allocated in thereport.',1,0,4525,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8062,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4525,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8063,'Detached',1,0,4527,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8064,'Semi Detached',2,0,4527,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8065,'Terraced',3,0,4527,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8066,'Linked-Detached',1,0,4527,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8067,'Other',0,0,4527,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8068,'House',1,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8069,'Bungalow',1,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8070,'Block of Flats - Studios up to 6 Floor Levels',3,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8071,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8072,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8073,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8074,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8075,'Underground Property',1,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8076,'Factory/ Warehouse',3,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8077,'Garage/ Workshop',3,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8078,'Retail Shop',2,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8079,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8080,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8081,'Other',0,0,4528,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8082,'1-10',1,0,4529,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8083,'11-20',1,0,4529,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8084,'21-30',1,0,4529,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8085,'31-40',1,0,4529,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8086,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4532,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8087,'Main walls cob',9,0,4532,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8088,'Main walls cavity brick and block',8,0,4532,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8089,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4532,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8090,'Main walls metal post with sheet metal walling covering',6,0,4532,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8091,'Main walls timber frame with concrete or block inner or outer skin',5,0,4532,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8092,'Detached',1,0,4536,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8093,'Semi Detached',2,0,4536,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8094,'Terraced',3,0,4536,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8095,'Linked-Detached',1,0,4536,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8096,'Other',0,0,4536,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8097,'House',1,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8098,'Bungalow',1,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8099,'Block of Flats - Studios up to 6 Floor Levels',3,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8100,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8101,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8102,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8103,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8104,'Underground Property',1,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8105,'Factory/ Warehouse',3,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8106,'Garage/ Workshop',3,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8107,'Retail Shop',2,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8108,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8109,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8110,'Other',0,0,4537,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8111,'1-10',1,0,4538,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8112,'11-20',1,0,4538,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8113,'21-30',1,0,4538,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8114,'31-40',1,0,4538,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8115,'Other',0,0,4538,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8116,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4540,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8117,'Main walls cob',9,0,4540,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8118,'Main walls cavity brick and block',8,0,4540,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8119,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4540,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8120,'Main walls metal post with sheet metal walling covering',6,0,4540,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8121,'Main walls timber frame with concrete or block inner or outer skin',5,0,4540,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8122,'Director',1,0,4550,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8123,'Owner Landlord',1,0,4550,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8124,'Site Maitenance',1,0,4550,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8125,'Estate Agent',1,0,4550,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8126,'Letting Agent',1,0,4550,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8127,'Other',0,0,4550,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8128,'Property Agent',10,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8129,'Owner Landlord',9,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8130,'Site Manager',8,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8131,'Property Manager',7,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8132,'Construction Manager',6,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8133,'Fire Warden',5,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8134,'Director',4,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8135,'CEO',3,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8136,'Other',0,0,4551,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8137,'A Property Within Building Block',1,0,4552,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8138,'All Of The Property',5,0,4552,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8139,'Communal Areas Only',2,0,4552,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8140,'House',5,0,4552,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8141,'Flat',7,0,4552,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8142,'Other',0,0,4552,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8143,'Nebosh',1,0,4559,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8144,'Level 2 Fire Risk Assessor',1,0,4559,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8145,'Competant Person',1,0,4559,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(8146,'Choice 1',10,0,4560,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8147,'Choice 2',9,0,4560,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8148,'Choice 3',8,0,4560,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8149,'Choice 4',7,0,4560,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8150,'Choice 5',6,0,4560,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8151,'Choice 6',5,0,4560,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8152,'Choice 1',10,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8153,'Choice 2',9,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8154,'Choice 3',8,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8155,'Choice 4',7,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8156,'Choice 5',6,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8157,'Choice 6',5,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8158,'Choice 7',4,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8159,'Choice 8',3,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8160,'Choice 9',2,0,4564,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8161,'Choice 1',10,0,4574,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8162,'Choice 2',9,0,4574,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8163,'Choice 3',8,0,4574,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8164,'Choice 4',7,0,4574,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8165,'Choice 5',6,0,4574,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8166,'Choice 1',10,0,4575,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8167,'Choice 2',9,0,4575,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8168,'Choice 3',8,0,4575,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8169,'Choice 4',7,0,4575,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8170,'Choice 1',10,0,4581,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8171,'Choice 2',9,0,4581,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8172,'Choice 3',8,0,4581,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8173,'Choice 4',7,0,4581,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8174,'Choice 5',6,0,4581,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8175,'Choice 1',10,0,4583,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8176,'Choice 2',9,0,4583,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8177,'Choice 3',8,0,4583,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8178,'Choice 4',7,0,4583,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8179,'Choice 5',6,0,4583,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8180,'Choice 6',5,0,4583,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8181,'Choice 1',10,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8182,'Choice 2',9,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8183,'Choice 3',8,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8184,'Choice 4',7,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8185,'Choice 5',6,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8186,'Choice 6',5,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8187,'Choice 7',4,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8188,'Choice 8',3,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8189,'Choice 9',2,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8190,'Choice 10',1,0,4591,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8191,'Choice 1',10,0,4592,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8192,'Choice 2',9,0,4592,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8193,'Choice 3',8,0,4592,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8194,'Choice 1',10,0,4594,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8195,'Choice 2',9,0,4594,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8196,'Choice 3',8,0,4594,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8197,'Choice 1',10,0,4597,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8198,'Choice 2',9,0,4597,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8199,'Choice 3',8,0,4597,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8200,'Choice 4',7,0,4597,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8201,'Choice 1',10,0,4599,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8202,'Choice 2',9,0,4599,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8203,'Choice 3',8,0,4599,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8204,'Choice 4',7,0,4599,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8205,'Choice 5',6,0,4599,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8206,'Choice 1',10,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8207,'Choice 2',9,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8208,'Choice 3',8,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8209,'Choice 4',7,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8210,'Choice 5',6,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8211,'Choice 6',5,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8212,'Choice 7',4,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8213,'Choice 8',3,0,4600,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8214,'Choice 1',10,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8215,'Choice 2',9,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8216,'Choice 3',8,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8217,'Choice 4',7,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8218,'Choice 5',6,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8219,'Choice 6',5,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8220,'Choice 7',4,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8221,'Choice 8',3,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8222,'Choice 9',2,0,4603,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8223,'the company gives additional training and refresher training to allocated fire warden',1,0,4605,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8224,'fire wardens are already trained in fire warden are in enrolment already',1,0,4605,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8225,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4605,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8226,'N/A',1,0,4605,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8227,'Other',1,0,4605,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8228,'Choice 1',10,0,4606,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8229,'Choice 2',9,0,4606,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8230,'Choice 3',8,0,4606,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8231,'Wood/Paper/Cardboard etc',3,0,4609,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8232,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4609,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8233,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4609,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8234,'Waste Material Controlled -in locked wheely bin or store',2,0,4609,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8235,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4609,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8236,'Choice 1',10,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8237,'Choice 2',9,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8238,'Choice 3',8,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8239,'Choice 4',7,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8240,'Choice 5',6,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8241,'Choice 6',5,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8242,'Choice 7',4,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8243,'Choice 8',3,0,4615,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8244,'Fan Heaters',4,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8245,'Electric Heaters',4,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8246,'Gas Heater',5,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8247,'Other Boilers',2,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8248,'Electrical Equipment',3,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8249,'Electrical Leads',3,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8250,'Portable Equipment',3,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8251,'Portable Lighting',2,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8252,'Cooking kitchen Equipment',6,0,4617,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8253,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4619,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8254,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4619,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8255,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4621,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8256,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4621,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8257,'Other',0,0,4621,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8258,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4624,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8259,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4624,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8260,'Other',0,0,4624,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8261,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4627,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8262,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4627,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8263,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4629,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8264,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4629,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8265,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4631,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8266,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4631,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8267,'YES–The plan is readily available',1,0,4634,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8268,'NO–The plan is not available',2,0,4634,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8269,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4636,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8270,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4636,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8271,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4636,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8272,'YES –There are suitable arrangements in place to prevent danger.',1,0,4638,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8273,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4638,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8274,'YES -The company have a system in place for full evacuation',1,0,4640,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8275,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4640,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8276,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4642,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8277,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4642,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8278,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4644,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8279,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4644,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8280,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4646,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8281,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4646,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8282,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4648,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8283,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4648,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8284,'1 YES -They do consider of other organisation in the within the building',1,0,4651,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8285,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4651,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8286,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4651,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8287,'Yes - The responsible person has been allocated in thereport.',1,0,4654,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8288,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4654,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8289,'Detached',1,0,4656,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8290,'Semi Detached',2,0,4656,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8291,'Terraced',3,0,4656,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8292,'Linked-Detached',1,0,4656,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8293,'Other',0,0,4656,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8294,'House',1,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8295,'Bungalow',1,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8296,'Block of Flats - Studios up to 6 Floor Levels',3,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8297,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8298,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8299,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8300,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8301,'Underground Property',1,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8302,'Factory/ Warehouse',3,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8303,'Garage/ Workshop',3,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8304,'Retail Shop',2,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8305,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8306,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8307,'Other',0,0,4657,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8308,'1-10',1,0,4658,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8309,'11-20',1,0,4658,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8310,'21-30',1,0,4658,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8311,'31-40',1,0,4658,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8312,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4661,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8313,'Main walls cob',9,0,4661,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8314,'Main walls cavity brick and block',8,0,4661,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8315,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4661,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8316,'Main walls metal post with sheet metal walling covering',6,0,4661,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8317,'Main walls timber frame with concrete or block inner or outer skin',5,0,4661,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8318,'Detached',1,0,4665,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8319,'Semi Detached',2,0,4665,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8320,'Terraced',3,0,4665,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8321,'Linked-Detached',1,0,4665,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8322,'Other',0,0,4665,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8323,'House',1,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8324,'Bungalow',1,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8325,'Block of Flats - Studios up to 6 Floor Levels',3,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8326,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8327,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8328,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8329,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8330,'Underground Property',1,0,4666,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(8331,'Factory/ Warehouse',3,0,4666,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8332,'Garage/ Workshop',3,0,4666,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8333,'Retail Shop',2,0,4666,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8334,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4666,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8335,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4666,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8336,'Other',0,0,4666,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8337,'1-10',1,0,4667,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8338,'11-20',1,0,4667,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8339,'21-30',1,0,4667,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8340,'31-40',1,0,4667,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8341,'Other',0,0,4667,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8342,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4669,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8343,'Main walls cob',9,0,4669,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8344,'Main walls cavity brick and block',8,0,4669,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8345,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4669,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8346,'Main walls metal post with sheet metal walling covering',6,0,4669,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8347,'Main walls timber frame with concrete or block inner or outer skin',5,0,4669,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8348,'Director',1,0,4679,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8349,'Owner Landlord',1,0,4679,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8350,'Site Maitenance',1,0,4679,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8351,'Estate Agent',1,0,4679,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8352,'Letting Agent',1,0,4679,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8353,'Other',0,0,4679,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8354,'Property Agent',10,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8355,'Owner Landlord',9,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8356,'Site Manager',8,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8357,'Property Manager',7,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8358,'Construction Manager',6,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8359,'Fire Warden',5,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8360,'Director',4,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8361,'CEO',3,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8362,'Other',0,0,4680,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8363,'A Property Within Building Block',1,0,4681,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8364,'All Of The Property',5,0,4681,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8365,'Communal Areas Only',2,0,4681,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8366,'House',5,0,4681,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8367,'Flat',7,0,4681,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8368,'Other',0,0,4681,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8369,'Nebosh',1,0,4688,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8370,'Level 2 Fire Risk Assessor',1,0,4688,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8371,'Competant Person',1,0,4688,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(8372,'Choice 1',10,0,4690,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8373,'Choice 2',9,0,4690,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8374,'Choice 3',8,0,4690,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8375,'Choice 4',7,0,4690,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8376,'Choice 5',6,0,4690,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8377,'Choice 6',5,0,4690,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8378,'Choice 1',10,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8379,'Choice 2',9,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8380,'Choice 3',8,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8381,'Choice 4',7,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8382,'Choice 5',6,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8383,'Choice 6',5,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8384,'Choice 7',4,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8385,'Choice 8',3,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8386,'Choice 9',2,0,4694,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8387,'Choice 1',10,0,4704,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8388,'Choice 2',9,0,4704,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8389,'Choice 3',8,0,4704,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8390,'Choice 4',7,0,4704,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8391,'Choice 5',6,0,4704,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8392,'Choice 1',10,0,4705,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8393,'Choice 2',9,0,4705,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8394,'Choice 3',8,0,4705,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8395,'Choice 4',7,0,4705,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8396,'Choice 1',10,0,4711,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8397,'Choice 2',9,0,4711,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8398,'Choice 3',8,0,4711,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8399,'Choice 4',7,0,4711,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8400,'Choice 5',6,0,4711,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8401,'Choice 1',10,0,4713,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8402,'Choice 2',9,0,4713,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8403,'Choice 3',8,0,4713,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8404,'Choice 4',7,0,4713,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8405,'Choice 5',6,0,4713,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8406,'Choice 6',5,0,4713,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8407,'Choice 1',10,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8408,'Choice 2',9,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8409,'Choice 3',8,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8410,'Choice 4',7,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8411,'Choice 5',6,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8412,'Choice 6',5,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8413,'Choice 7',4,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8414,'Choice 8',3,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8415,'Choice 9',2,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8416,'Choice 10',1,0,4721,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8417,'Choice 1',10,0,4722,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8418,'Choice 2',9,0,4722,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8419,'Choice 3',8,0,4722,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8420,'Choice 1',10,0,4724,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8421,'Choice 2',9,0,4724,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8422,'Choice 3',8,0,4724,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8423,'Choice 1',10,0,4727,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8424,'Choice 2',9,0,4727,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8425,'Choice 3',8,0,4727,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8426,'Choice 4',7,0,4727,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8427,'Choice 1',10,0,4729,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8428,'Choice 2',9,0,4729,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8429,'Choice 3',8,0,4729,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8430,'Choice 4',7,0,4729,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8431,'Choice 5',6,0,4729,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8432,'Choice 1',10,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8433,'Choice 2',9,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8434,'Choice 3',8,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8435,'Choice 4',7,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8436,'Choice 5',6,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8437,'Choice 6',5,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8438,'Choice 7',4,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8439,'Choice 8',3,0,4730,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8440,'Choice 1',10,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8441,'Choice 2',9,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8442,'Choice 3',8,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8443,'Choice 4',7,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8444,'Choice 5',6,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8445,'Choice 6',5,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8446,'Choice 7',4,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8447,'Choice 8',3,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8448,'Choice 9',2,0,4733,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8449,'the company gives additional training and refresher training to allocated fire warden',1,0,4735,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8450,'fire wardens are already trained in fire warden are in enrolment already',1,0,4735,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8451,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4735,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8452,'N/A',1,0,4735,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8453,'Other',1,0,4735,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8454,'Choice 1',10,0,4736,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8455,'Choice 2',9,0,4736,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8456,'Choice 3',8,0,4736,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8457,'Wood/Paper/Cardboard etc',3,0,4739,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8458,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4739,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8459,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4739,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8460,'Waste Material Controlled -in locked wheely bin or store',2,0,4739,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8461,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4739,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8462,'Choice 1',10,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8463,'Choice 2',9,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8464,'Choice 3',8,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8465,'Choice 4',7,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8466,'Choice 5',6,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8467,'Choice 6',5,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8468,'Choice 7',4,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8469,'Choice 8',3,0,4745,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8470,'Fan Heaters',4,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8471,'Electric Heaters',4,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8472,'Gas Heater',5,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8473,'Other Boilers',2,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8474,'Electrical Equipment',3,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8475,'Electrical Leads',3,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8476,'Portable Equipment',3,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8477,'Portable Lighting',2,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8478,'Cooking kitchen Equipment',6,0,4747,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8479,'Detached',1,0,4749,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8480,'Semi Detached',2,0,4749,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8481,'Terraced',3,0,4749,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8482,'Linked-Detached',1,0,4749,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8483,'Other',0,0,4749,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8484,'House',1,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8485,'Bungalow',1,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8486,'Block of Flats - Studios up to 6 Floor Levels',3,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8487,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8488,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8489,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8490,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8491,'Underground Property',1,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8492,'Factory/ Warehouse',3,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8493,'Garage/ Workshop',3,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8494,'Retail Shop',2,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8495,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8496,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8497,'Other',0,0,4750,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8498,'1-10',1,0,4751,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8499,'11-20',1,0,4751,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8500,'21-30',1,0,4751,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8501,'31-40',1,0,4751,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8502,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4754,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8503,'Main walls cob',9,0,4754,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8504,'Main walls cavity brick and block',8,0,4754,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8505,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4754,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8506,'Main walls metal post with sheet metal walling covering',6,0,4754,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8507,'Main walls timber frame with concrete or block inner or outer skin',5,0,4754,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8508,'Director',1,0,4763,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8509,'Owner Landlord',1,0,4763,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8510,'Site Maitenance',1,0,4763,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8511,'Estate Agent',1,0,4763,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8512,'Letting Agent',1,0,4763,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8513,'Other',0,0,4763,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8514,'Property Agent',10,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8515,'Owner Landlord',9,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8516,'Site Manager',8,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8517,'Property Manager',7,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8518,'Construction Manager',6,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8519,'Fire Warden',5,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8520,'Director',4,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8521,'CEO',3,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8522,'Other',0,0,4764,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8523,'A Property Within Building Block',1,0,4765,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8524,'All Of The Property',5,0,4765,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8525,'Communal Areas Only',2,0,4765,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8526,'House',5,0,4765,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8527,'Flat',7,0,4765,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8528,'Other',0,0,4765,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8529,'Nebosh',1,0,4773,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8530,'Level 2 Fire Risk Assessor',1,0,4773,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8531,'Competant Person',1,0,4773,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8532,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4774,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8533,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4774,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8534,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4776,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8535,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4776,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8536,'Other',0,0,4776,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8537,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4779,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8538,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4779,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8539,'Other',0,0,4779,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8540,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4782,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8541,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4782,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8542,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4784,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8543,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4784,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8544,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4786,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8545,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4786,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8546,'YES–The plan is readily available',1,0,4789,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8547,'NO–The plan is not available',2,0,4789,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8548,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4791,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8549,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4791,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8550,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4791,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8551,'YES –There are suitable arrangements in place to prevent danger.',1,0,4793,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8552,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4793,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8553,'YES -The company have a system in place for full evacuation',1,0,4795,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8554,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4795,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8555,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4797,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8556,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4797,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8557,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4799,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8558,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4799,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8559,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4801,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8560,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4801,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8561,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4803,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8562,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4803,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8563,'1 YES -They do consider of other organisation in the within the building',1,0,4806,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8564,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4806,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8565,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4806,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8566,'Yes - The responsible person has been allocated in thereport.',1,0,4809,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8567,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4809,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8568,'Yes',0,0,4811,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8569,'No',2,0,4811,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8570,'Other',20,0,4811,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(8571,'Choice 1',10,0,4812,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8572,'Choice 2',9,0,4812,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8573,'Choice 3',8,0,4812,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8574,'Choice 4',7,0,4812,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8575,'Choice 5',6,0,4812,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8576,'Choice 6',5,0,4812,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8577,'Choice 1',10,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8578,'Choice 2',9,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8579,'Choice 3',8,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8580,'Choice 4',7,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8581,'Choice 5',6,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8582,'Choice 6',5,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8583,'Choice 7',4,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8584,'Choice 8',3,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8585,'Choice 9',2,0,4816,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8586,'Choice 1',10,0,4826,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8587,'Choice 2',9,0,4826,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8588,'Choice 3',8,0,4826,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8589,'Choice 4',7,0,4826,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8590,'Choice 5',6,0,4826,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8591,'Choice 1',10,0,4827,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8592,'Choice 2',9,0,4827,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8593,'Choice 3',8,0,4827,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8594,'Choice 4',7,0,4827,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8595,'Choice 1',10,0,4833,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8596,'Choice 2',9,0,4833,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8597,'Choice 3',8,0,4833,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8598,'Choice 4',7,0,4833,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8599,'Choice 5',6,0,4833,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8600,'Choice 1',10,0,4835,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8601,'Choice 2',9,0,4835,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8602,'Choice 3',8,0,4835,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8603,'Choice 4',7,0,4835,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8604,'Choice 5',6,0,4835,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8605,'Choice 6',5,0,4835,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8606,'Choice 1',10,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8607,'Choice 2',9,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8608,'Choice 3',8,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8609,'Choice 4',7,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8610,'Choice 5',6,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8611,'Choice 6',5,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8612,'Choice 7',4,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8613,'Choice 8',3,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8614,'Choice 9',2,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8615,'Choice 10',1,0,4843,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8616,'Choice 1',10,0,4844,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8617,'Choice 2',9,0,4844,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8618,'Choice 3',8,0,4844,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8619,'Choice 1',10,0,4846,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8620,'Choice 2',9,0,4846,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8621,'Choice 3',8,0,4846,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8622,'Choice 1',10,0,4849,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8623,'Choice 2',9,0,4849,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8624,'Choice 3',8,0,4849,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8625,'Choice 4',7,0,4849,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8626,'Choice 1',10,0,4851,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8627,'Choice 2',9,0,4851,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8628,'Choice 3',8,0,4851,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8629,'Choice 4',7,0,4851,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8630,'Choice 5',6,0,4851,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8631,'Choice 1',10,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8632,'Choice 2',9,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8633,'Choice 3',8,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8634,'Choice 4',7,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8635,'Choice 5',6,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8636,'Choice 6',5,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8637,'Choice 7',4,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8638,'Choice 8',3,0,4852,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8639,'Choice 1',10,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8640,'Choice 2',9,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8641,'Choice 3',8,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8642,'Choice 4',7,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8643,'Choice 5',6,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8644,'Choice 6',5,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8645,'Choice 7',4,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8646,'Choice 8',3,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8647,'Choice 9',2,0,4855,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8648,'the company gives additional training and refresher training to allocated fire warden',1,0,4857,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8649,'fire wardens are already trained in fire warden are in enrolment already',1,0,4857,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8650,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4857,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8651,'N/A',1,0,4857,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8652,'Other',1,0,4857,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8653,'Choice 1',10,0,4858,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8654,'Choice 2',9,0,4858,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8655,'Choice 3',8,0,4858,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8656,'Wood/Paper/Cardboard etc',3,0,4861,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8657,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4861,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8658,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4861,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8659,'Waste Material Controlled -in locked wheely bin or store',2,0,4861,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8660,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4861,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8661,'Choice 1',10,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8662,'Choice 2',9,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8663,'Choice 3',8,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8664,'Choice 4',7,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8665,'Choice 5',6,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8666,'Choice 6',5,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8667,'Choice 7',4,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8668,'Choice 8',3,0,4867,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8669,'Fan Heaters',4,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8670,'Electric Heaters',4,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8671,'Gas Heater',5,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8672,'Other Boilers',2,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8673,'Electrical Equipment',3,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8674,'Electrical Leads',3,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8675,'Portable Equipment',3,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8676,'Portable Lighting',2,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8677,'Cooking kitchen Equipment',6,0,4869,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8678,'Detached',1,0,4871,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8679,'Semi Detached',2,0,4871,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8680,'Terraced',3,0,4871,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8681,'Linked-Detached',1,0,4871,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8682,'Other',0,0,4871,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8683,'House',1,0,4872,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8684,'Bungalow',1,0,4872,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8685,'Block of Flats - Studios up to 6 Floor Levels',3,0,4872,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8686,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4872,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8687,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4872,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(8688,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8689,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8690,'Underground Property',1,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8691,'Factory/ Warehouse',3,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8692,'Garage/ Workshop',3,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8693,'Retail Shop',2,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8694,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8695,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8696,'Other',0,0,4872,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8697,'1-10',1,0,4873,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8698,'11-20',1,0,4873,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8699,'21-30',1,0,4873,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8700,'31-40',1,0,4873,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8701,'Main walls pre 1900 solid brick- stone- concrete.',10,0,4876,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8702,'Main walls cob',9,0,4876,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8703,'Main walls cavity brick and block',8,0,4876,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8704,'Main walls concrete inner skin with curtain walling outer skin.',7,0,4876,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8705,'Main walls metal post with sheet metal walling covering',6,0,4876,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8706,'Main walls timber frame with concrete or block inner or outer skin',5,0,4876,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8707,'Yes',0,0,4880,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8708,'No',2,0,4880,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8709,'Other',20,0,4880,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8710,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,4881,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8711,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,4881,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8712,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,4883,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8713,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,4883,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8714,'Other',0,0,4883,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8715,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,4886,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8716,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,4886,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8717,'Other',0,0,4886,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8718,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,4889,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8719,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,4889,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8720,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,4891,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8721,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,4891,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8722,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,4893,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8723,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,4893,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8724,'YES–The plan is readily available',1,0,4896,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8725,'NO–The plan is not available',2,0,4896,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8726,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,4898,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8727,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,4898,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8728,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,4898,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8729,'YES –There are suitable arrangements in place to prevent danger.',1,0,4900,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8730,'NO -There are Not suitable arrangements in place to prevent danger',4,0,4900,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8731,'YES -The company have a system in place for full evacuation',1,0,4902,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8732,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,4902,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8733,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,4904,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8734,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,4904,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8735,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,4906,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8736,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,4906,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8737,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,4908,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8738,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,4908,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8739,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,4910,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8740,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,4910,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8741,'1 YES -They do consider of other organisation in the within the building',1,0,4913,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8742,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,4913,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8743,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,4913,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8744,'Yes - The responsible person has been allocated in thereport.',1,0,4916,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8745,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,4916,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8746,'Director',1,0,4923,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8747,'Owner Landlord',1,0,4923,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8748,'Site Maitenance',1,0,4923,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8749,'Estate Agent',1,0,4923,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8750,'Letting Agent',1,0,4923,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8751,'Other',0,0,4923,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8752,'Property Agent',10,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8753,'Owner Landlord',9,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8754,'Site Manager',8,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8755,'Property Manager',7,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8756,'Construction Manager',6,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8757,'Fire Warden',5,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8758,'Director',4,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8759,'CEO',3,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8760,'Other',0,0,4924,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8761,'A Property Within Building Block',1,0,4925,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8762,'All Of The Property',5,0,4925,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8763,'Communal Areas Only',2,0,4925,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8764,'House',5,0,4925,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8765,'Flat',7,0,4925,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8766,'Other',0,0,4925,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8767,'Nebosh',1,0,4933,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8768,'Level 2 Fire Risk Assessor',1,0,4933,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8769,'Competant Person',1,0,4933,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8770,'Y',0,0,4935,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8771,'N',2,0,4935,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(8772,'Choice 1',10,0,4937,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8773,'Choice 2',9,0,4937,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8774,'Choice 3',8,0,4937,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8775,'Choice 4',7,0,4937,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8776,'Choice 5',6,0,4937,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8777,'Choice 6',5,0,4937,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8778,'Choice 1',10,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8779,'Choice 2',9,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8780,'Choice 3',8,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8781,'Choice 4',7,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8782,'Choice 5',6,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8783,'Choice 6',5,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8784,'Choice 7',4,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8785,'Choice 8',3,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8786,'Choice 9',2,0,4941,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8787,'Choice 1',10,0,4951,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8788,'Choice 2',9,0,4951,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8789,'Choice 3',8,0,4951,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8790,'Choice 4',7,0,4951,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8791,'Choice 5',6,0,4951,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8792,'Choice 1',10,0,4952,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8793,'Choice 2',9,0,4952,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8794,'Choice 3',8,0,4952,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8795,'Choice 4',7,0,4952,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8796,'Choice 1',10,0,4958,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8797,'Choice 2',9,0,4958,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8798,'Choice 3',8,0,4958,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8799,'Choice 4',7,0,4958,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8800,'Choice 5',6,0,4958,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8801,'Choice 1',10,0,4960,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8802,'Choice 2',9,0,4960,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8803,'Choice 3',8,0,4960,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8804,'Choice 4',7,0,4960,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8805,'Choice 5',6,0,4960,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8806,'Choice 6',5,0,4960,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8807,'Choice 1',10,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8808,'Choice 2',9,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8809,'Choice 3',8,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8810,'Choice 4',7,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8811,'Choice 5',6,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8812,'Choice 6',5,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8813,'Choice 7',4,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8814,'Choice 8',3,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8815,'Choice 9',2,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8816,'Choice 10',1,0,4968,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8817,'Choice 1',10,0,4969,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8818,'Choice 2',9,0,4969,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8819,'Choice 3',8,0,4969,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8820,'Choice 1',10,0,4971,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8821,'Choice 2',9,0,4971,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8822,'Choice 3',8,0,4971,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8823,'Choice 1',10,0,4974,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8824,'Choice 2',9,0,4974,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8825,'Choice 3',8,0,4974,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8826,'Choice 4',7,0,4974,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8827,'Choice 1',10,0,4976,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8828,'Choice 2',9,0,4976,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8829,'Choice 3',8,0,4976,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8830,'Choice 4',7,0,4976,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8831,'Choice 5',6,0,4976,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8832,'Choice 1',10,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8833,'Choice 2',9,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8834,'Choice 3',8,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8835,'Choice 4',7,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8836,'Choice 5',6,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8837,'Choice 6',5,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8838,'Choice 7',4,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8839,'Choice 8',3,0,4977,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8840,'Choice 1',10,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8841,'Choice 2',9,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8842,'Choice 3',8,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8843,'Choice 4',7,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8844,'Choice 5',6,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8845,'Choice 6',5,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8846,'Choice 7',4,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8847,'Choice 8',3,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8848,'Choice 9',2,0,4980,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8849,'the company gives additional training and refresher training to allocated fire warden',1,0,4982,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8850,'fire wardens are already trained in fire warden are in enrolment already',1,0,4982,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8851,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,4982,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8852,'N/A',1,0,4982,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8853,'Other',1,0,4982,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8854,'Choice 1',10,0,4983,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8855,'Choice 2',9,0,4983,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8856,'Choice 3',8,0,4983,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8857,'Choice 1',10,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8858,'Choice 2',9,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8859,'Choice 3',8,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8860,'Choice 4',7,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8861,'Choice 5',6,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8862,'Choice 6',5,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8863,'Choice 7',4,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8864,'Choice 8',3,0,4988,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8865,'Fan Heaters',4,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8866,'Electric Heaters',4,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8867,'Gas Heater',5,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8868,'Other Boilers',2,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8869,'Electrical Equipment',3,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8870,'Electrical Leads',3,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8871,'Portable Equipment',3,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8872,'Portable Lighting',2,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8873,'Cooking kitchen Equipment',6,0,4990,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8874,'Wood/Paper/Cardboard etc',3,0,4993,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8875,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,4993,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8876,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,4993,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8877,'Waste Material Controlled -in locked wheely bin or store',2,0,4993,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8878,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,4993,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8879,'Detached',1,0,4996,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8880,'Semi Detached',2,0,4996,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8881,'Terraced',3,0,4996,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8882,'Linked-Detached',1,0,4996,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8883,'Other',0,0,4996,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8884,'House',1,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8885,'Bungalow',1,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8886,'Block of Flats - Studios up to 6 Floor Levels',3,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8887,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8888,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8889,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8890,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8891,'Underground Property',1,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8892,'Factory/ Warehouse',3,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8893,'Garage/ Workshop',3,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8894,'Retail Shop',2,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8895,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8896,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8897,'Other',0,0,4997,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8898,'1-10',1,0,4998,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8899,'11-20',1,0,4998,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8900,'21-30',1,0,4998,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8901,'31-40',1,0,4998,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8902,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5001,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8903,'Main walls cob',9,0,5001,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8904,'Main walls cavity brick and block',8,0,5001,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8905,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5001,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8906,'Main walls metal post with sheet metal walling covering',6,0,5001,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8907,'Main walls timber frame with concrete or block inner or outer skin',5,0,5001,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8908,'Yes',0,0,5005,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8909,'No',2,0,5005,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8910,'Other',20,0,5005,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8911,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5006,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8912,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5006,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8913,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5008,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8914,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5008,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8915,'Other',0,0,5008,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8916,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5011,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8917,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5011,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8918,'Other',0,0,5011,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8919,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5014,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8920,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5014,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8921,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5016,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8922,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5016,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8923,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5018,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8924,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5018,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8925,'YES–The plan is readily available',1,0,5021,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8926,'NO–The plan is not available',2,0,5021,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8927,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5023,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8928,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5023,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8929,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5023,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8930,'YES –There are suitable arrangements in place to prevent danger.',1,0,5025,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8931,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5025,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8932,'YES -The company have a system in place for full evacuation',1,0,5027,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8933,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5027,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8934,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5029,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8935,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5029,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8936,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5031,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8937,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5031,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8938,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5033,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8939,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5033,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8940,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5035,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8941,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5035,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8942,'1 YES -They do consider of other organisation in the within the building',1,0,5038,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8943,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5038,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8944,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5038,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8945,'Yes - The responsible person has been allocated in thereport.',1,0,5041,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8946,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5041,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8947,'Director',1,0,5048,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8948,'Owner Landlord',1,0,5048,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8949,'Site Maitenance',1,0,5048,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8950,'Estate Agent',1,0,5048,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8951,'Letting Agent',1,0,5048,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8952,'Other',0,0,5048,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8953,'Property Agent',10,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8954,'Owner Landlord',9,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8955,'Site Manager',8,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8956,'Property Manager',7,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8957,'Construction Manager',6,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8958,'Fire Warden',5,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8959,'Director',4,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8960,'CEO',3,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8961,'Other',0,0,5049,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8962,'A Property Within Building Block',1,0,5050,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8963,'All Of The Property',5,0,5050,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8964,'Communal Areas Only',2,0,5050,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8965,'House',5,0,5050,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(8966,'Flat',7,0,5050,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8967,'Other',0,0,5050,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8968,'Nebosh',1,0,5058,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8969,'Level 2 Fire Risk Assessor',1,0,5058,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8970,'Competant Person',1,0,5058,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8971,'Y',0,0,5060,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8972,'N',2,0,5060,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(8973,'Choice 1',10,0,5062,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8974,'Choice 2',9,0,5062,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8975,'Choice 3',8,0,5062,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8976,'Choice 4',7,0,5062,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8977,'Choice 5',6,0,5062,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8978,'Choice 6',5,0,5062,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8979,'Choice 1',10,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8980,'Choice 2',9,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8981,'Choice 3',8,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8982,'Choice 4',7,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8983,'Choice 5',6,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8984,'Choice 6',5,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8985,'Choice 7',4,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8986,'Choice 8',3,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8987,'Choice 9',2,0,5066,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8988,'Choice 1',10,0,5076,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8989,'Choice 2',9,0,5076,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8990,'Choice 3',8,0,5076,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8991,'Choice 4',7,0,5076,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8992,'Choice 5',6,0,5076,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8993,'Choice 1',10,0,5077,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8994,'Choice 2',9,0,5077,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8995,'Choice 3',8,0,5077,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8996,'Choice 4',7,0,5077,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8997,'Choice 1',10,0,5083,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8998,'Choice 2',9,0,5083,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(8999,'Choice 3',8,0,5083,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9000,'Choice 4',7,0,5083,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9001,'Choice 5',6,0,5083,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9002,'Choice 1',10,0,5085,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9003,'Choice 2',9,0,5085,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9004,'Choice 3',8,0,5085,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9005,'Choice 4',7,0,5085,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9006,'Choice 5',6,0,5085,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9007,'Choice 6',5,0,5085,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9008,'Choice 1',10,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9009,'Choice 2',9,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9010,'Choice 3',8,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9011,'Choice 4',7,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9012,'Choice 5',6,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9013,'Choice 6',5,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9014,'Choice 7',4,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9015,'Choice 8',3,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9016,'Choice 9',2,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9017,'Choice 10',1,0,5093,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9018,'Choice 1',10,0,5094,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9019,'Choice 2',9,0,5094,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9020,'Choice 3',8,0,5094,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9021,'Choice 1',10,0,5096,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9022,'Choice 2',9,0,5096,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9023,'Choice 3',8,0,5096,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9024,'Choice 1',10,0,5099,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9025,'Choice 2',9,0,5099,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9026,'Choice 3',8,0,5099,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9027,'Choice 4',7,0,5099,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9028,'Choice 1',10,0,5101,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9029,'Choice 2',9,0,5101,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9030,'Choice 3',8,0,5101,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9031,'Choice 4',7,0,5101,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9032,'Choice 5',6,0,5101,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9033,'Choice 1',10,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9034,'Choice 2',9,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9035,'Choice 3',8,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9036,'Choice 4',7,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9037,'Choice 5',6,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9038,'Choice 6',5,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9039,'Choice 7',4,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9040,'Choice 8',3,0,5102,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9041,'Choice 1',10,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9042,'Choice 2',9,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9043,'Choice 3',8,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9044,'Choice 4',7,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9045,'Choice 5',6,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9046,'Choice 6',5,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9047,'Choice 7',4,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9048,'Choice 8',3,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9049,'Choice 9',2,0,5105,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9050,'the company gives additional training and refresher training to allocated fire warden',1,0,5107,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9051,'fire wardens are already trained in fire warden are in enrolment already',1,0,5107,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9052,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,5107,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9053,'N/A',1,0,5107,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9054,'Other',1,0,5107,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9055,'Choice 1',10,0,5108,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9056,'Choice 2',9,0,5108,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9057,'Choice 3',8,0,5108,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9058,'Choice 1',10,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9059,'Choice 2',9,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9060,'Choice 3',8,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9061,'Choice 4',7,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9062,'Choice 5',6,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9063,'Choice 6',5,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9064,'Choice 7',4,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9065,'Choice 8',3,0,5113,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9066,'Fan Heaters',4,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9067,'Electric Heaters',4,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9068,'Gas Heater',5,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9069,'Other Boilers',2,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9070,'Electrical Equipment',3,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9071,'Electrical Leads',3,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9072,'Portable Equipment',3,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9073,'Portable Lighting',2,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9074,'Cooking kitchen Equipment',6,0,5115,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9075,'Wood/Paper/Cardboard etc',3,0,5118,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9076,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5118,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9077,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5118,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9078,'Waste Material Controlled -in locked wheely bin or store',2,0,5118,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9079,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5118,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9080,'Detached',1,0,5121,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9081,'Semi Detached',2,0,5121,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9082,'Terraced',3,0,5121,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9083,'Linked-Detached',1,0,5121,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9084,'Other',0,0,5121,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9085,'House',1,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9086,'Bungalow',1,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9087,'Block of Flats - Studios up to 6 Floor Levels',3,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9088,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9089,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9090,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9091,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9092,'Underground Property',1,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9093,'Factory/ Warehouse',3,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9094,'Garage/ Workshop',3,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9095,'Retail Shop',2,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9096,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9097,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9098,'Other',0,0,5122,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9099,'1-10',1,0,5123,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9100,'11-20',1,0,5123,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9101,'21-30',1,0,5123,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9102,'31-40',1,0,5123,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9103,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5126,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9104,'Main walls cob',9,0,5126,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9105,'Main walls cavity brick and block',8,0,5126,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9106,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5126,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9107,'Main walls metal post with sheet metal walling covering',6,0,5126,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9108,'Main walls timber frame with concrete or block inner or outer skin',5,0,5126,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9109,'Yes',0,0,5130,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9110,'No',2,0,5130,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9111,'Other',20,0,5130,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9112,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5131,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9113,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5131,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9114,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5133,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9115,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5133,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9116,'Other',0,0,5133,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9117,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5136,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9118,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5136,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9119,'Other',0,0,5136,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9120,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5139,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9121,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5139,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9122,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5141,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9123,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5141,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9124,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5143,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9125,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5143,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9126,'YES–The plan is readily available',1,0,5146,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9127,'NO–The plan is not available',2,0,5146,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9128,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5148,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9129,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5148,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9130,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5148,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9131,'YES –There are suitable arrangements in place to prevent danger.',1,0,5150,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9132,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5150,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9133,'YES -The company have a system in place for full evacuation',1,0,5152,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9134,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5152,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9135,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5154,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9136,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5154,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9137,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5156,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9138,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5156,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9139,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5158,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9140,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5158,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9141,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5160,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9142,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5160,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9143,'1 YES -They do consider of other organisation in the within the building',1,0,5163,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9144,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5163,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9145,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5163,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9146,'Yes - The responsible person has been allocated in thereport.',1,0,5166,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9147,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5166,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9148,'Director',1,0,5173,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9149,'Owner Landlord',1,0,5173,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9150,'Site Maitenance',1,0,5173,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9151,'Estate Agent',1,0,5173,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9152,'Letting Agent',1,0,5173,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9153,'Other',0,0,5173,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9154,'Property Agent',10,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9155,'Owner Landlord',9,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9156,'Site Manager',8,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9157,'Property Manager',7,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9158,'Construction Manager',6,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9159,'Fire Warden',5,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9160,'Director',4,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9161,'CEO',3,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9162,'Other',0,0,5174,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9163,'A Property Within Building Block',1,0,5175,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9164,'All Of The Property',5,0,5175,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9165,'Communal Areas Only',2,0,5175,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9166,'House',5,0,5175,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9167,'Flat',7,0,5175,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9168,'Other',0,0,5175,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9169,'Nebosh',1,0,5183,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9170,'Level 2 Fire Risk Assessor',1,0,5183,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9171,'Competant Person',1,0,5183,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9172,'Y',0,0,5185,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9173,'N',2,0,5185,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9174,'Other',20,0,5185,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9175,'N/A',0,0,5185,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(9176,'Choice 1',10,0,5187,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9177,'Choice 2',9,0,5187,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9178,'Choice 3',8,0,5187,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9179,'Choice 4',7,0,5187,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9180,'Choice 5',6,0,5187,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9181,'Choice 6',5,0,5187,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9182,'Choice 1',10,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9183,'Choice 2',9,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9184,'Choice 3',8,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9185,'Choice 4',7,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9186,'Choice 5',6,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9187,'Choice 6',5,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9188,'Choice 7',4,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9189,'Choice 8',3,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9190,'Choice 9',2,0,5191,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9191,'Choice 1',10,0,5201,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9192,'Choice 2',9,0,5201,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9193,'Choice 3',8,0,5201,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9194,'Choice 4',7,0,5201,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9195,'Choice 5',6,0,5201,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9196,'Choice 1',10,0,5202,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9197,'Choice 2',9,0,5202,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9198,'Choice 3',8,0,5202,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9199,'Choice 4',7,0,5202,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9200,'Choice 1',10,0,5208,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9201,'Choice 2',9,0,5208,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9202,'Choice 3',8,0,5208,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9203,'Choice 4',7,0,5208,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9204,'Choice 5',6,0,5208,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9205,'Choice 1',10,0,5210,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9206,'Choice 2',9,0,5210,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9207,'Choice 3',8,0,5210,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9208,'Choice 4',7,0,5210,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9209,'Choice 5',6,0,5210,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9210,'Choice 6',5,0,5210,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9211,'Choice 1',10,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9212,'Choice 2',9,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9213,'Choice 3',8,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9214,'Choice 4',7,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9215,'Choice 5',6,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9216,'Choice 6',5,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9217,'Choice 7',4,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9218,'Choice 8',3,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9219,'Choice 9',2,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9220,'Choice 10',1,0,5218,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9221,'Choice 1',10,0,5219,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9222,'Choice 2',9,0,5219,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9223,'Choice 3',8,0,5219,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9224,'Choice 1',10,0,5221,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9225,'Choice 2',9,0,5221,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9226,'Choice 3',8,0,5221,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9227,'Choice 1',10,0,5224,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9228,'Choice 2',9,0,5224,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9229,'Choice 3',8,0,5224,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9230,'Choice 4',7,0,5224,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9231,'Choice 1',10,0,5226,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9232,'Choice 2',9,0,5226,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9233,'Choice 3',8,0,5226,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9234,'Choice 4',7,0,5226,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9235,'Choice 5',6,0,5226,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9236,'Choice 1',10,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9237,'Choice 2',9,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9238,'Choice 3',8,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9239,'Choice 4',7,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9240,'Choice 5',6,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9241,'Choice 6',5,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9242,'Choice 7',4,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9243,'Choice 8',3,0,5227,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9244,'Choice 1',10,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9245,'Choice 2',9,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9246,'Choice 3',8,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9247,'Choice 4',7,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9248,'Choice 5',6,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9249,'Choice 6',5,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9250,'Choice 7',4,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9251,'Choice 8',3,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9252,'Choice 9',2,0,5230,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9253,'the company gives additional training and refresher training to allocated fire warden',1,0,5232,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9254,'fire wardens are already trained in fire warden are in enrolment already',1,0,5232,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9255,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,5232,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9256,'N/A',1,0,5232,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9257,'Other',1,0,5232,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9258,'Choice 1',10,0,5233,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9259,'Choice 2',9,0,5233,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9260,'Choice 3',8,0,5233,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9261,'Choice 1',10,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9262,'Choice 2',9,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9263,'Choice 3',8,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9264,'Choice 4',7,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9265,'Choice 5',6,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9266,'Choice 6',5,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9267,'Choice 7',4,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9268,'Choice 8',3,0,5239,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9269,'Fan Heaters',4,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9270,'Electric Heaters',4,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9271,'Gas Heater',5,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9272,'Other Boilers',2,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9273,'Electrical Equipment',3,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9274,'Electrical Leads',3,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9275,'Portable Equipment',3,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9276,'Portable Lighting',2,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9277,'Cooking kitchen Equipment',6,0,5241,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9278,'Wood/Paper/Cardboard etc',3,0,5244,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9279,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5244,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9280,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5244,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9281,'Waste Material Controlled -in locked wheely bin or store',2,0,5244,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9282,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5244,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9283,'Detached',1,0,5246,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9284,'Semi Detached',2,0,5246,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9285,'Terraced',3,0,5246,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9286,'Linked-Detached',1,0,5246,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9287,'Other',0,0,5246,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9288,'House',1,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9289,'Bungalow',1,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9290,'Block of Flats - Studios up to 6 Floor Levels',3,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9291,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9292,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9293,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9294,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9295,'Underground Property',1,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9296,'Factory/ Warehouse',3,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9297,'Garage/ Workshop',3,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9298,'Retail Shop',2,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9299,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9300,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9301,'Other',0,0,5247,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9302,'1-10',1,0,5248,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9303,'11-20',1,0,5248,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9304,'21-30',1,0,5248,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9305,'31-40',1,0,5248,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9306,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5251,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9307,'Main walls cob',9,0,5251,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9308,'Main walls cavity brick and block',8,0,5251,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9309,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5251,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9310,'Main walls metal post with sheet metal walling covering',6,0,5251,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9311,'Main walls timber frame with concrete or block inner or outer skin',5,0,5251,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9312,'Yes',0,0,5255,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9313,'No',2,0,5255,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9314,'Other',20,0,5255,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9315,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5256,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9316,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5256,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9317,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5258,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9318,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5258,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9319,'Other',0,0,5258,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9320,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5261,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9321,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5261,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9322,'Other',0,0,5261,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9323,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5264,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9324,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5264,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9325,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5266,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9326,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5266,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9327,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5268,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9328,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5268,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9329,'YES–The plan is readily available',1,0,5271,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9330,'NO–The plan is not available',2,0,5271,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9331,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5273,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9332,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5273,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9333,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5273,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9334,'YES –There are suitable arrangements in place to prevent danger.',1,0,5275,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9335,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5275,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9336,'YES -The company have a system in place for full evacuation',1,0,5277,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9337,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5277,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9338,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5279,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9339,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5279,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9340,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5281,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9341,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5281,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9342,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5283,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9343,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5283,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9344,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5285,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9345,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5285,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9346,'1 YES -They do consider of other organisation in the within the building',1,0,5288,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9347,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5288,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9348,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5288,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9349,'Yes - The responsible person has been allocated in thereport.',1,0,5291,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9350,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5291,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9351,'Director',1,0,5298,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9352,'Owner Landlord',1,0,5298,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9353,'Site Maitenance',1,0,5298,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9354,'Estate Agent',1,0,5298,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9355,'Letting Agent',1,0,5298,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9356,'Other',0,0,5298,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9357,'Property Agent',10,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9358,'Owner Landlord',9,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9359,'Site Manager',8,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9360,'Property Manager',7,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9361,'Construction Manager',6,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9362,'Fire Warden',5,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9363,'Director',4,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9364,'CEO',3,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9365,'Other',0,0,5299,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9366,'A Property Within Building Block',1,0,5300,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9367,'All Of The Property',5,0,5300,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9368,'Communal Areas Only',2,0,5300,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9369,'House',5,0,5300,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9370,'Flat',7,0,5300,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9371,'Other',0,0,5300,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9372,'Nebosh',1,0,5308,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9373,'Level 2 Fire Risk Assessor',1,0,5308,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9374,'Competant Person',1,0,5308,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9375,'Y',0,0,5310,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9376,'N',2,0,5310,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9377,'Other',20,0,5310,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9378,'N/A',0,0,5310,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9379,'Yes, The Company Gives Additional Training And Refresher Training To Allocated Fire Warden',0,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9380,'Yes, Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already',0,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9381,'No, Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap',5,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9382,'Own Answer',5,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9383,'N/A',0,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9384,'Choice 8',3,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9385,'Choice 8',3,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9386,'Choice 8',3,0,5312,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9387,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,5313,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9388,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,5313,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9389,'Own Answer',5,0,5313,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(9390,'Choice 1',10,0,5318,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9391,'Choice 2',9,0,5318,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9392,'Choice 3',8,0,5318,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9393,'Choice 4',7,0,5318,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9394,'Choice 5',6,0,5318,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9395,'Choice 6',5,0,5318,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9396,'Choice 1',10,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9397,'Choice 2',9,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9398,'Choice 3',8,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9399,'Choice 4',7,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9400,'Choice 5',6,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9401,'Choice 6',5,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9402,'Choice 7',4,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9403,'Choice 8',3,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9404,'Choice 9',2,0,5322,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9405,'Choice 1',10,0,5332,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9406,'Choice 2',9,0,5332,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9407,'Choice 3',8,0,5332,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9408,'Choice 4',7,0,5332,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9409,'Choice 5',6,0,5332,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9410,'Choice 1',10,0,5333,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9411,'Choice 2',9,0,5333,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9412,'Choice 3',8,0,5333,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9413,'Choice 4',7,0,5333,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9414,'Choice 1',10,0,5339,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9415,'Choice 2',9,0,5339,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9416,'Choice 3',8,0,5339,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9417,'Choice 4',7,0,5339,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9418,'Choice 5',6,0,5339,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9419,'Choice 1',10,0,5341,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9420,'Choice 2',9,0,5341,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9421,'Choice 3',8,0,5341,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9422,'Choice 4',7,0,5341,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9423,'Choice 5',6,0,5341,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9424,'Choice 6',5,0,5341,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9425,'Choice 1',10,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9426,'Choice 2',9,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9427,'Choice 3',8,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9428,'Choice 4',7,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9429,'Choice 5',6,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9430,'Choice 6',5,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9431,'Choice 7',4,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9432,'Choice 8',3,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9433,'Choice 9',2,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9434,'Choice 10',1,0,5349,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9435,'Choice 1',10,0,5350,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9436,'Choice 2',9,0,5350,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9437,'Choice 3',8,0,5350,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9438,'Choice 1',10,0,5352,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9439,'Choice 2',9,0,5352,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9440,'Choice 3',8,0,5352,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9441,'Choice 1',10,0,5355,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9442,'Choice 2',9,0,5355,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9443,'Choice 3',8,0,5355,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9444,'Choice 4',7,0,5355,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9445,'Choice 1',10,0,5357,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9446,'Choice 2',9,0,5357,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9447,'Choice 3',8,0,5357,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9448,'Choice 4',7,0,5357,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9449,'Choice 5',6,0,5357,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9450,'Choice 1',10,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9451,'Choice 2',9,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9452,'Choice 3',8,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9453,'Choice 4',7,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9454,'Choice 5',6,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9455,'Choice 6',5,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9456,'Choice 7',4,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9457,'Choice 8',3,0,5358,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9458,'Choice 1',10,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9459,'Choice 2',9,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9460,'Choice 3',8,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9461,'Choice 4',7,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9462,'Choice 5',6,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9463,'Choice 6',5,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9464,'Choice 7',4,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9465,'Choice 8',3,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9466,'Choice 9',2,0,5361,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9467,'the company gives additional training and refresher training to allocated fire warden',1,0,5363,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9468,'fire wardens are already trained in fire warden are in enrolment already',1,0,5363,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9469,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,5363,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9470,'N/A',1,0,5363,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9471,'Other',1,0,5363,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9472,'Choice 1',10,0,5364,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9473,'Choice 2',9,0,5364,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9474,'Choice 3',8,0,5364,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9475,'Choice 1',10,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9476,'Choice 2',9,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9477,'Choice 3',8,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9478,'Choice 4',7,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9479,'Choice 5',6,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9480,'Choice 6',5,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9481,'Choice 7',4,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9482,'Choice 8',3,0,5370,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9483,'Fan Heaters',4,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9484,'Electric Heaters',4,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9485,'Gas Heater',5,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9486,'Other Boilers',2,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9487,'Electrical Equipment',3,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9488,'Electrical Leads',3,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9489,'Portable Equipment',3,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9490,'Portable Lighting',2,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9491,'Cooking kitchen Equipment',6,0,5372,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9492,'Wood/Paper/Cardboard etc',3,0,5375,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9493,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5375,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9494,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5375,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9495,'Waste Material Controlled -in locked wheely bin or store',2,0,5375,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9496,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5375,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9497,'Detached',1,0,5377,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9498,'Semi Detached',2,0,5377,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9499,'Terraced',3,0,5377,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9500,'Linked-Detached',1,0,5377,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9501,'Other',0,0,5377,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9502,'House',1,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9503,'Bungalow',1,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9504,'Block of Flats - Studios up to 6 Floor Levels',3,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9505,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9506,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9507,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9508,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9509,'Underground Property',1,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9510,'Factory/ Warehouse',3,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9511,'Garage/ Workshop',3,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9512,'Retail Shop',2,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9513,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9514,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9515,'Other',0,0,5378,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9516,'1-10',1,0,5379,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9517,'11-20',1,0,5379,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9518,'21-30',1,0,5379,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9519,'31-40',1,0,5379,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9520,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5382,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9521,'Main walls cob',9,0,5382,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9522,'Main walls cavity brick and block',8,0,5382,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9523,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5382,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9524,'Main walls metal post with sheet metal walling covering',6,0,5382,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9525,'Main walls timber frame with concrete or block inner or outer skin',5,0,5382,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9526,'Yes',0,0,5386,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9527,'No',2,0,5386,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9528,'Other',20,0,5386,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9529,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5387,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9530,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5387,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9531,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5389,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9532,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5389,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9533,'Other',0,0,5389,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9534,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5392,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9535,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5392,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9536,'Other',0,0,5392,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9537,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5395,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9538,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5395,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9539,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5397,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9540,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5397,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9541,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5399,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9542,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5399,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9543,'YES–The plan is readily available',1,0,5402,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9544,'NO–The plan is not available',2,0,5402,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9545,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5404,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9546,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5404,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9547,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5404,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9548,'YES –There are suitable arrangements in place to prevent danger.',1,0,5406,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9549,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5406,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9550,'YES -The company have a system in place for full evacuation',1,0,5408,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9551,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5408,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9552,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5410,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9553,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5410,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9554,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5412,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9555,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5412,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9556,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5414,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9557,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5414,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9558,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5416,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9559,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5416,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9560,'1 YES -They do consider of other organisation in the within the building',1,0,5419,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9561,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5419,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9562,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5419,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9563,'Yes - The responsible person has been allocated in thereport.',1,0,5422,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9564,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5422,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9565,'Director',1,0,5429,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9566,'Owner Landlord',1,0,5429,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9567,'Site Maitenance',1,0,5429,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9568,'Estate Agent',1,0,5429,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9569,'Letting Agent',1,0,5429,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9570,'Other',0,0,5429,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9571,'Property Agent',10,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9572,'Owner Landlord',9,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9573,'Site Manager',8,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9574,'Property Manager',7,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9575,'Construction Manager',6,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9576,'Fire Warden',5,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9577,'Director',4,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9578,'CEO',3,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9579,'Other',0,0,5430,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9580,'A Property Within Building Block',1,0,5431,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9581,'All Of The Property',5,0,5431,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9582,'Communal Areas Only',2,0,5431,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9583,'House',5,0,5431,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9584,'Flat',7,0,5431,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9585,'Other',0,0,5431,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9586,'Nebosh',1,0,5439,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9587,'Level 2 Fire Risk Assessor',1,0,5439,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9588,'Competant Person',1,0,5439,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9589,'Y',0,0,5441,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9590,'N',2,0,5441,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9591,'Other',20,0,5441,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9592,'N/A',0,0,5441,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9593,'Yes, The Company Gives Additional Training And Refresher Training To Allocated Fire Warden',0,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9594,'Yes, Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already',0,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9595,'No, Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap',5,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9596,'Own Answer',5,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9597,'N/A',0,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9598,'Choice 8',3,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9599,'Choice 8',3,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9600,'Choice 8',3,0,5443,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9601,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,5444,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9602,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,5444,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9603,'Own Answer',5,0,5444,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9604,'test',10,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9605,'test',9,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9606,'test',8,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9607,'Choice 4',7,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9608,'Choice 5',6,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9609,'Choice 6',5,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9610,'Choice 7',4,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9611,'Choice 8',3,0,5449,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9612,'Choice 1',10,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9613,'Choice 2',9,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9614,'Choice 3',8,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9615,'Choice 4',7,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9616,'Choice 5',6,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9617,'Choice 6',5,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9618,'Choice 7',4,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9619,'Choice 8',3,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9620,'Choice 9',2,0,5452,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9621,'the company gives additional training and refresher training to allocated fire warden',1,0,5454,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9622,'fire wardens are already trained in fire warden are in enrolment already',1,0,5454,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9623,'3 no fire warden or competent person are allocated, recommend putting an allocated person in place asap',5,0,5454,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9624,'N/A',1,0,5454,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9625,'Other',1,0,5454,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9626,'Choice 1',10,0,5455,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9627,'Choice 2',9,0,5455,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9628,'Choice 3',8,0,5455,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(9629,'Choice 1',10,0,5457,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9630,'Choice 2',9,0,5457,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9631,'Choice 3',8,0,5457,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9632,'Choice 4',7,0,5457,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9633,'Choice 5',6,0,5457,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9634,'Choice 6',5,0,5457,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9635,'Choice 1',10,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9636,'Choice 2',9,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9637,'Choice 3',8,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9638,'Choice 4',7,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9639,'Choice 5',6,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9640,'Choice 6',5,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9641,'Choice 7',4,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9642,'Choice 8',3,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9643,'Choice 9',2,0,5461,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9644,'Choice 1',10,0,5471,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9645,'Choice 2',9,0,5471,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9646,'Choice 3',8,0,5471,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9647,'Choice 4',7,0,5471,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9648,'Choice 5',6,0,5471,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9649,'Choice 1',10,0,5472,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9650,'Choice 2',9,0,5472,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9651,'Choice 3',8,0,5472,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9652,'Choice 4',7,0,5472,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9653,'Choice 1',10,0,5478,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9654,'Choice 2',9,0,5478,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9655,'Choice 3',8,0,5478,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9656,'Choice 4',7,0,5478,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9657,'Choice 5',6,0,5478,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9658,'Choice 1',10,0,5480,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9659,'Choice 2',9,0,5480,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9660,'Choice 3',8,0,5480,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9661,'Choice 4',7,0,5480,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9662,'Choice 5',6,0,5480,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9663,'Choice 6',5,0,5480,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9664,'Choice 1',10,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9665,'Choice 2',9,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9666,'Choice 3',8,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9667,'Choice 4',7,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9668,'Choice 5',6,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9669,'Choice 6',5,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9670,'Choice 7',4,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9671,'Choice 8',3,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9672,'Choice 9',2,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9673,'Choice 10',1,0,5488,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9674,'Choice 1',10,0,5489,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9675,'Choice 2',9,0,5489,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9676,'Choice 3',8,0,5489,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9677,'Choice 1',10,0,5491,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9678,'Choice 2',9,0,5491,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9679,'Choice 3',8,0,5491,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9680,'Choice 1',10,0,5494,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9681,'Choice 2',9,0,5494,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9682,'Choice 3',8,0,5494,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9683,'Choice 4',7,0,5494,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9684,'Choice 1',10,0,5496,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9685,'Choice 2',9,0,5496,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9686,'Choice 3',8,0,5496,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9687,'Choice 4',7,0,5496,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9688,'Choice 5',6,0,5496,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9689,'Choice 1',10,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9690,'Choice 2',9,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9691,'Choice 3',8,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9692,'Choice 4',7,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9693,'Choice 5',6,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9694,'Choice 6',5,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9695,'Choice 7',4,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9696,'Choice 8',3,0,5502,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9697,'Fan Heaters',4,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9698,'Electric Heaters',4,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9699,'Gas Heater',5,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9700,'Other Boilers',2,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9701,'Electrical Equipment',3,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9702,'Electrical Leads',3,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9703,'Portable Equipment',3,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9704,'Portable Lighting',2,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9705,'Cooking kitchen Equipment',6,0,5504,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9706,'Wood/Paper/Cardboard etc',3,0,5507,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9707,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5507,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9708,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5507,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9709,'Waste Material Controlled -in locked wheely bin or store',2,0,5507,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9710,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5507,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9711,'Detached',1,0,5508,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9712,'Semi Detached',2,0,5508,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9713,'Terraced',3,0,5508,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9714,'Linked-Detached',1,0,5508,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9715,'Other',0,0,5508,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9716,'House',1,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9717,'Bungalow',1,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9718,'Block of Flats - Studios up to 6 Floor Levels',3,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9719,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9720,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9721,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9722,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9723,'Underground Property',1,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9724,'Factory/ Warehouse',3,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9725,'Garage/ Workshop',3,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9726,'Retail Shop',2,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9727,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9728,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9729,'Other',0,0,5509,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9730,'1-10',1,0,5510,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9731,'11-20',1,0,5510,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9732,'21-30',1,0,5510,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9733,'31-40',1,0,5510,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9734,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5513,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9735,'Main walls cob',9,0,5513,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9736,'Main walls cavity brick and block',8,0,5513,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9737,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5513,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9738,'Main walls metal post with sheet metal walling covering',6,0,5513,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9739,'Main walls timber frame with concrete or block inner or outer skin',5,0,5513,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9740,'Yes',0,0,5517,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9741,'No',2,0,5517,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9742,'Other',20,0,5517,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9743,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5518,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9744,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5518,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9745,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5520,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9746,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5520,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9747,'Other',0,0,5520,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9748,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5523,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9749,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5523,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9750,'Other',0,0,5523,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9751,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5526,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9752,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5526,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9753,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5528,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9754,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5528,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9755,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5530,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9756,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5530,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9757,'YES–The plan is readily available',1,0,5533,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9758,'NO–The plan is not available',2,0,5533,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9759,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5535,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9760,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5535,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9761,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5535,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9762,'YES –There are suitable arrangements in place to prevent danger.',1,0,5537,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9763,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5537,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9764,'YES -The company have a system in place for full evacuation',1,0,5539,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9765,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5539,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9766,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5541,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9767,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5541,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9768,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5543,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9769,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5543,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9770,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5545,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9771,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5545,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9772,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5547,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9773,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5547,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9774,'1 YES -They do consider of other organisation in the within the building',1,0,5550,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9775,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5550,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9776,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5550,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9777,'Yes - The responsible person has been allocated in thereport.',1,0,5553,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9778,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5553,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9779,'Director',1,0,5560,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9780,'Owner Landlord',1,0,5560,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9781,'Site Maitenance',1,0,5560,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9782,'Estate Agent',1,0,5560,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9783,'Letting Agent',1,0,5560,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9784,'Other',0,0,5560,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9785,'Property Agent',10,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9786,'Owner Landlord',9,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9787,'Site Manager',8,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9788,'Property Manager',7,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9789,'Construction Manager',6,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9790,'Fire Warden',5,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9791,'Director',4,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9792,'CEO',3,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9793,'Other',0,0,5561,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9794,'A Property Within Building Block',1,0,5562,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9795,'All Of The Property',5,0,5562,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9796,'Communal Areas Only',2,0,5562,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9797,'House',5,0,5562,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9798,'Flat',7,0,5562,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9799,'Other',0,0,5562,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9800,'Nebosh',1,0,5570,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9801,'Level 2 Fire Risk Assessor',1,0,5570,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9802,'Competant Person',1,0,5570,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9803,'Y',0,0,5572,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9804,'N',2,0,5572,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9805,'Other',20,0,5572,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9806,'N/A',0,0,5572,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9807,'Yes, The Company Gives Additional Training And Refresher Training To Allocated Fire Warden',0,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9808,'Yes, Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already',0,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9809,'No, Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap',5,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9810,'Own Answer',5,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9811,'N/A',0,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9812,'Choice 8',3,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9813,'Choice 8',3,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9814,'Choice 8',3,0,5574,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9815,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,5575,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9816,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,5575,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9817,'Own Answer',5,0,5575,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9818,'Yes',0,0,5580,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9819,'No',2,0,5580,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9820,'Other',20,0,5580,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9821,'N/A',0,0,5580,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9822,'Yes',0,0,5581,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9823,'No',2,0,5581,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9824,'Other',20,0,5581,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9825,'N/A',0,0,5581,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9826,'Yes',0,0,5583,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9827,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5586,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9828,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5586,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9829,'Other',0,0,5586,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9830,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5589,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9831,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5589,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9832,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5591,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9833,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5591,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9834,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5593,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9835,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5593,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9836,'YES–The plan is readily available',1,0,5596,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9837,'NO–The plan is not available',2,0,5596,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9838,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5598,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9839,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5598,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9840,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5598,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9841,'YES –There are suitable arrangements in place to prevent danger.',1,0,5600,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9842,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5600,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9843,'YES -The company have a system in place for full evacuation',1,0,5602,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9844,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5602,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9845,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5604,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9846,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5604,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9847,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5606,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9848,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5606,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9849,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5608,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9850,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5608,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9851,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5610,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9852,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5610,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9853,'1 YES -They do consider of other organisation in the within the building',1,0,5613,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9854,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5613,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9855,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5613,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9856,'Yes - The responsible person has been allocated in thereport.',1,0,5616,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9857,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5616,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(9858,'Choice 1',10,0,5619,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9859,'Choice 2',9,0,5619,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9860,'Choice 3',8,0,5619,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9861,'Choice 4',7,0,5619,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9862,'Choice 5',6,0,5619,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9863,'Choice 6',5,0,5619,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9864,'Choice 1',10,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9865,'Choice 2',9,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9866,'Choice 3',8,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9867,'Choice 4',7,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9868,'Choice 5',6,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9869,'Choice 6',5,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9870,'Choice 7',4,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9871,'Choice 8',3,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9872,'Choice 9',2,0,5623,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9873,'Choice 1',10,0,5633,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9874,'Choice 2',9,0,5633,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9875,'Choice 3',8,0,5633,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9876,'Choice 4',7,0,5633,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9877,'Choice 5',6,0,5633,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9878,'Choice 1',10,0,5634,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9879,'Choice 2',9,0,5634,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9880,'Choice 3',8,0,5634,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9881,'Choice 4',7,0,5634,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9882,'Choice 1',10,0,5640,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9883,'Choice 2',9,0,5640,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9884,'Choice 3',8,0,5640,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9885,'Choice 4',7,0,5640,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9886,'Choice 5',6,0,5640,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9887,'Choice 1',10,0,5642,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9888,'Choice 2',9,0,5642,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9889,'Choice 3',8,0,5642,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9890,'Choice 4',7,0,5642,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9891,'Choice 5',6,0,5642,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9892,'Choice 6',5,0,5642,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9893,'Choice 1',10,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9894,'Choice 2',9,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9895,'Choice 3',8,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9896,'Choice 4',7,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9897,'Choice 5',6,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9898,'Choice 6',5,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9899,'Choice 7',4,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9900,'Choice 8',3,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9901,'Choice 9',2,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9902,'Choice 10',1,0,5650,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9903,'Choice 1',10,0,5651,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9904,'Choice 2',9,0,5651,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9905,'Choice 3',8,0,5651,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9906,'Choice 1',10,0,5653,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9907,'Choice 2',9,0,5653,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9908,'Choice 3',8,0,5653,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9909,'Choice 1',10,0,5656,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9910,'Choice 2',9,0,5656,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9911,'Choice 3',8,0,5656,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9912,'Choice 4',7,0,5656,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9913,'Choice 1',10,0,5658,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9914,'Choice 2',9,0,5658,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9915,'Choice 3',8,0,5658,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9916,'Choice 4',7,0,5658,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9917,'Choice 5',6,0,5658,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9918,'Choice 1',10,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9919,'Choice 2',9,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9920,'Choice 3',8,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9921,'Choice 4',7,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9922,'Choice 5',6,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9923,'Choice 6',5,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9924,'Choice 7',4,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9925,'Choice 8',3,0,5664,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9926,'Fan Heaters',4,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9927,'Electric Heaters',4,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9928,'Gas Heater',5,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9929,'Other Boilers',2,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9930,'Electrical Equipment',3,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9931,'Electrical Leads',3,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9932,'Portable Equipment',3,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9933,'Portable Lighting',2,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9934,'Cooking kitchen Equipment',6,0,5666,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9935,'Wood/Paper/Cardboard etc',3,0,5669,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9936,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5669,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9937,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5669,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9938,'Waste Material Controlled -in locked wheely bin or store',2,0,5669,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9939,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5669,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9940,'Detached',1,0,5670,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9941,'Semi Detached',2,0,5670,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9942,'Terraced',3,0,5670,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9943,'Linked-Detached',1,0,5670,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9944,'Other',0,0,5670,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9945,'House',1,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9946,'Bungalow',1,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9947,'Block of Flats - Studios up to 6 Floor Levels',3,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9948,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9949,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9950,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9951,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9952,'Underground Property',1,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9953,'Factory/ Warehouse',3,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9954,'Garage/ Workshop',3,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9955,'Retail Shop',2,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9956,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9957,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9958,'Other',0,0,5671,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9959,'1-10',1,0,5672,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9960,'11-20',1,0,5672,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9961,'21-30',1,0,5672,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9962,'31-40',1,0,5672,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9963,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5675,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9964,'Main walls cob',9,0,5675,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9965,'Main walls cavity brick and block',8,0,5675,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9966,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5675,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9967,'Main walls metal post with sheet metal walling covering',6,0,5675,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9968,'Main walls timber frame with concrete or block inner or outer skin',5,0,5675,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9969,'Yes',0,0,5679,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9970,'No',2,0,5679,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9971,'Other',20,0,5679,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9972,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5680,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9973,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5680,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9974,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5682,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9975,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5682,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9976,'Other',0,0,5682,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9977,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5685,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9978,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5685,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9979,'Other',0,0,5685,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9980,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5688,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9981,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5688,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9982,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5690,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9983,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5690,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9984,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5692,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9985,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5692,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9986,'YES–The plan is readily available',1,0,5695,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9987,'NO–The plan is not available',2,0,5695,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9988,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5697,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9989,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5697,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9990,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5697,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9991,'YES –There are suitable arrangements in place to prevent danger.',1,0,5699,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9992,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5699,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9993,'YES -The company have a system in place for full evacuation',1,0,5701,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9994,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5701,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9995,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5703,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9996,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5703,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9997,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5705,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9998,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5705,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(9999,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5707,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10000,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5707,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10001,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5709,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10002,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5709,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10003,'1 YES -They do consider of other organisation in the within the building',1,0,5712,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10004,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5712,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10005,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5712,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10006,'Yes - The responsible person has been allocated in thereport.',1,0,5715,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10007,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5715,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10008,'Director',1,0,5722,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10009,'Owner Landlord',1,0,5722,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10010,'Site Maitenance',1,0,5722,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10011,'Estate Agent',1,0,5722,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10012,'Letting Agent',1,0,5722,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10013,'Other',0,0,5722,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10014,'Property Agent',10,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10015,'Owner Landlord',9,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10016,'Site Manager',8,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10017,'Property Manager',7,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10018,'Construction Manager',6,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10019,'Fire Warden',5,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10020,'Director',4,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10021,'CEO',3,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10022,'Other',0,0,5723,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10023,'A Property Within Building Block',1,0,5724,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10024,'All Of The Property',5,0,5724,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10025,'Communal Areas Only',2,0,5724,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10026,'House',5,0,5724,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10027,'Flat',7,0,5724,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10028,'Other',0,0,5724,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10029,'Nebosh',1,0,5732,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10030,'Level 2 Fire Risk Assessor',1,0,5732,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10031,'Competant Person',1,0,5732,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10032,'Y',0,0,5734,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10033,'N',2,0,5734,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10034,'Other',20,0,5734,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10035,'N/A',0,0,5734,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10036,'Yes, The Company Gives Additional Training And Refresher Training To Allocated Fire Warden',0,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10037,'Yes, Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already',0,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10038,'No, Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap',5,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10039,'Own Answer',5,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10040,'N/A',0,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10041,'Choice 8',3,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10042,'Choice 8',3,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10043,'Choice 8',3,0,5736,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10044,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,5737,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10045,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,5737,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10046,'Own Answer',5,0,5737,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10047,'Yes',0,0,5742,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10048,'No',2,0,5742,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10049,'Other',20,0,5742,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10050,'N/A',0,0,5742,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10051,'Yes',0,0,5743,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10052,'No',2,0,5743,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10053,'Other',20,0,5743,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10054,'N/A',0,0,5743,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10055,'Yes',0,0,5745,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10056,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5748,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10057,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5748,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10058,'Other',0,0,5748,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10059,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5751,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10060,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5751,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10061,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5753,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10062,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5753,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10063,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5755,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10064,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5755,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10065,'YES–The plan is readily available',1,0,5758,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10066,'NO–The plan is not available',2,0,5758,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10067,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5760,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10068,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5760,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10069,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5760,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10070,'YES –There are suitable arrangements in place to prevent danger.',1,0,5762,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10071,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5762,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10072,'YES -The company have a system in place for full evacuation',1,0,5764,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10073,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5764,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10074,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5766,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10075,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5766,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10076,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5768,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10077,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5768,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10078,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5770,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10079,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5770,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10080,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5772,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10081,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5772,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10082,'1 YES -They do consider of other organisation in the within the building',1,0,5775,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10083,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5775,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10084,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5775,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10085,'Yes - The responsible person has been allocated in thereport.',1,0,5778,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10086,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5778,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10087,'Yes',0,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10088,'Yes',0,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10089,'No',5,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10090,'N/A',0,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10091,'Other',20,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10092,'Choice 8',3,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10093,'Choice 8',3,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10094,'Choice 8',3,0,5781,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10095,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,5782,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10096,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,5782,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10097,'Own Answer',5,0,5782,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(10098,'Choice 1',10,0,5787,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10099,'Choice 2',9,0,5787,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10100,'Choice 3',8,0,5787,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10101,'Choice 4',7,0,5787,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10102,'Choice 5',6,0,5787,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10103,'Choice 6',5,0,5787,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10104,'Choice 1',10,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10105,'Choice 2',9,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10106,'Choice 3',8,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10107,'Choice 4',7,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10108,'Choice 5',6,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10109,'Choice 6',5,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10110,'Choice 7',4,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10111,'Choice 8',3,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10112,'Choice 9',2,0,5791,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10113,'Choice 1',10,0,5795,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10114,'Choice 2',9,0,5795,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10115,'Choice 3',8,0,5795,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10116,'Choice 4',7,0,5795,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10117,'Choice 5',6,0,5795,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10118,'Choice 1',10,0,5796,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10119,'Choice 2',9,0,5796,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10120,'Choice 3',8,0,5796,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10121,'Choice 4',7,0,5796,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10122,'Choice 1',10,0,5808,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10123,'Choice 2',9,0,5808,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10124,'Choice 3',8,0,5808,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10125,'Choice 4',7,0,5808,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10126,'Choice 5',6,0,5808,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10127,'Choice 1',10,0,5810,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10128,'Choice 2',9,0,5810,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10129,'Choice 3',8,0,5810,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10130,'Choice 4',7,0,5810,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10131,'Choice 5',6,0,5810,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10132,'Choice 6',5,0,5810,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10133,'Choice 1',10,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10134,'Choice 2',9,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10135,'Choice 3',8,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10136,'Choice 4',7,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10137,'Choice 5',6,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10138,'Choice 6',5,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10139,'Choice 7',4,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10140,'Choice 8',3,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10141,'Choice 9',2,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10142,'Choice 10',1,0,5818,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10143,'Choice 1',10,0,5819,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10144,'Choice 2',9,0,5819,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10145,'Choice 3',8,0,5819,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10146,'Choice 1',10,0,5821,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10147,'Choice 2',9,0,5821,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10148,'Choice 3',8,0,5821,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10149,'Choice 1',10,0,5824,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10150,'Choice 2',9,0,5824,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10151,'Choice 3',8,0,5824,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10152,'Choice 4',7,0,5824,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10153,'Choice 1',10,0,5826,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10154,'Choice 2',9,0,5826,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10155,'Choice 3',8,0,5826,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10156,'Choice 4',7,0,5826,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10157,'Choice 5',6,0,5826,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10158,'Choice 1',10,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10159,'Choice 2',9,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10160,'Choice 3',8,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10161,'Choice 4',7,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10162,'Choice 5',6,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10163,'Choice 6',5,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10164,'Choice 7',4,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10165,'Choice 8',3,0,5832,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10166,'Fan Heaters',4,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10167,'Electric Heaters',4,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10168,'Gas Heater',5,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10169,'Other Boilers',2,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10170,'Electrical Equipment',3,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10171,'Electrical Leads',3,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10172,'Portable Equipment',3,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10173,'Portable Lighting',2,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10174,'Cooking kitchen Equipment',6,0,5834,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10175,'Wood/Paper/Cardboard etc',3,0,5837,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10176,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5837,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10177,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5837,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10178,'Waste Material Controlled -in locked wheely bin or store',2,0,5837,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10179,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5837,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10180,'Detached',1,0,5838,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10181,'Semi Detached',2,0,5838,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10182,'Terraced',3,0,5838,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10183,'Linked-Detached',1,0,5838,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10184,'Other',0,0,5838,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10185,'House',1,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10186,'Bungalow',1,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10187,'Block of Flats - Studios up to 6 Floor Levels',3,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10188,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10189,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10190,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10191,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10192,'Underground Property',1,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10193,'Factory/ Warehouse',3,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10194,'Garage/ Workshop',3,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10195,'Retail Shop',2,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10196,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10197,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10198,'Other',0,0,5839,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10199,'1-10',1,0,5840,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10200,'11-20',1,0,5840,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10201,'21-30',1,0,5840,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10202,'31-40',1,0,5840,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10203,'Main walls pre 1900 solid brick- stone- concrete.',10,0,5843,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10204,'Main walls cob',9,0,5843,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10205,'Main walls cavity brick and block',8,0,5843,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10206,'Main walls concrete inner skin with curtain walling outer skin.',7,0,5843,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10207,'Main walls metal post with sheet metal walling covering',6,0,5843,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10208,'Main walls timber frame with concrete or block inner or outer skin',5,0,5843,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10209,'Yes',0,0,5847,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10210,'No',2,0,5847,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10211,'Other',20,0,5847,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10212,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,5848,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10213,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,5848,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10214,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,5850,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10215,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,5850,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10216,'Other',0,0,5850,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10217,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5853,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10218,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5853,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10219,'Other',0,0,5853,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10220,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5856,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10221,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5856,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10222,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5858,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10223,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5858,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10224,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5860,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10225,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5860,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10226,'YES–The plan is readily available',1,0,5863,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10227,'NO–The plan is not available',2,0,5863,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10228,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5865,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10229,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5865,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10230,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5865,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10231,'YES –There are suitable arrangements in place to prevent danger.',1,0,5867,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10232,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5867,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10233,'YES -The company have a system in place for full evacuation',1,0,5869,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10234,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5869,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10235,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5871,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10236,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5871,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10237,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5873,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10238,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5873,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10239,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5875,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10240,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5875,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10241,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5877,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10242,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5877,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10243,'1 YES -They do consider of other organisation in the within the building',1,0,5880,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10244,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5880,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10245,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5880,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10246,'Yes - The responsible person has been allocated in thereport.',1,0,5883,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10247,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5883,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10248,'Director',1,0,5890,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10249,'Owner Landlord',1,0,5890,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10250,'Site Maitenance',1,0,5890,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10251,'Estate Agent',1,0,5890,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10252,'Letting Agent',1,0,5890,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10253,'Other',0,0,5890,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10254,'Property Agent',10,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10255,'Owner Landlord',9,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10256,'Site Manager',8,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10257,'Property Manager',7,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10258,'Construction Manager',6,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10259,'Fire Warden',5,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10260,'Director',4,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10261,'CEO',3,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10262,'Other',0,0,5891,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10263,'A Property Within Building Block',1,0,5892,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10264,'All Of The Property',5,0,5892,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10265,'Communal Areas Only',2,0,5892,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10266,'House',5,0,5892,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10267,'Flat',7,0,5892,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10268,'Other',0,0,5892,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10269,'Nebosh',1,0,5900,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10270,'Level 2 Fire Risk Assessor',1,0,5900,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10271,'Competant Person',1,0,5900,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10272,'Y',0,0,5902,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10273,'N',2,0,5902,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10274,'Other',20,0,5902,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10275,'N/A',0,0,5902,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10276,'Yes',0,0,5904,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10277,'No',2,0,5904,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10278,'Other',20,0,5904,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10279,'N/A',0,0,5904,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10280,'Yes',0,0,5905,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10281,'No',2,0,5905,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10282,'Other',20,0,5905,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10283,'N/A',0,0,5905,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10284,'Yes',0,0,5907,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10285,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,5910,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10286,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,5910,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10287,'Other',0,0,5910,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10288,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,5913,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10289,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,5913,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10290,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,5915,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10291,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,5915,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10292,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,5917,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10293,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,5917,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10294,'YES–The plan is readily available',1,0,5920,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10295,'NO–The plan is not available',2,0,5920,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10296,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,5922,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10297,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,5922,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10298,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,5922,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10299,'YES –There are suitable arrangements in place to prevent danger.',1,0,5924,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10300,'NO -There are Not suitable arrangements in place to prevent danger',4,0,5924,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10301,'YES -The company have a system in place for full evacuation',1,0,5926,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10302,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,5926,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10303,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,5928,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10304,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,5928,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10305,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,5930,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10306,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,5930,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10307,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,5932,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10308,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,5932,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10309,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,5934,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10310,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,5934,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10311,'1 YES -They do consider of other organisation in the within the building',1,0,5937,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10312,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,5937,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10313,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,5937,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10314,'Yes - The responsible person has been allocated in thereport.',1,0,5940,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10315,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,5940,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10316,'Yes',0,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10317,'Yes',0,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10318,'No',5,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10319,'N/A',0,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10320,'Other',20,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10321,'Choice 8',3,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10322,'Choice 8',3,0,5943,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10323,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,5944,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10324,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,5944,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10325,'Own Answer',5,0,5944,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(10326,'Choice 1',10,0,5949,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10327,'Choice 2',9,0,5949,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10328,'Choice 3',8,0,5949,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10329,'Choice 4',7,0,5949,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10330,'Choice 5',6,0,5949,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10331,'Choice 6',5,0,5949,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10332,'Choice 1',10,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10333,'Choice 2',9,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10334,'Choice 3',8,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10335,'Choice 4',7,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10336,'Choice 5',6,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10337,'Choice 6',5,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10338,'Choice 7',4,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10339,'Choice 8',3,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10340,'Choice 9',2,0,5953,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10341,'Choice 1',10,0,5957,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10342,'Choice 2',9,0,5957,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10343,'Choice 3',8,0,5957,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10344,'Choice 4',7,0,5957,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10345,'Choice 5',6,0,5957,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10346,'Choice 1',10,0,5958,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10347,'Choice 2',9,0,5958,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10348,'Choice 3',8,0,5958,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10349,'Choice 4',7,0,5958,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10350,'Choice 1',10,0,5970,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10351,'Choice 2',9,0,5970,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10352,'Choice 3',8,0,5970,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10353,'Choice 4',7,0,5970,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10354,'Choice 5',6,0,5970,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10355,'Choice 1',10,0,5972,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10356,'Choice 2',9,0,5972,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10357,'Choice 3',8,0,5972,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10358,'Choice 4',7,0,5972,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10359,'Choice 5',6,0,5972,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10360,'Choice 6',5,0,5972,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10361,'Choice 1',10,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10362,'Choice 2',9,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10363,'Choice 3',8,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10364,'Choice 4',7,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10365,'Choice 5',6,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10366,'Choice 6',5,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10367,'Choice 7',4,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10368,'Choice 8',3,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10369,'Choice 9',2,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10370,'Choice 10',1,0,5980,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10371,'Choice 1',10,0,5981,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10372,'Choice 2',9,0,5981,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10373,'Choice 3',8,0,5981,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10374,'Choice 1',10,0,5983,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10375,'Choice 2',9,0,5983,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10376,'Choice 3',8,0,5983,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10377,'Choice 1',10,0,5986,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10378,'Choice 2',9,0,5986,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10379,'Choice 3',8,0,5986,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10380,'Choice 4',7,0,5986,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10381,'Choice 1',10,0,5988,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10382,'Choice 2',9,0,5988,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10383,'Choice 3',8,0,5988,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10384,'Choice 4',7,0,5988,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10385,'Choice 5',6,0,5988,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10386,'Choice 1',10,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10387,'Choice 2',9,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10388,'Choice 3',8,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10389,'Choice 4',7,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10390,'Choice 5',6,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10391,'Choice 6',5,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10392,'Choice 7',4,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10393,'Choice 8',3,0,5994,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10394,'Fan Heaters',4,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10395,'Electric Heaters',4,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10396,'Gas Heater',5,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10397,'Other Boilers',2,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10398,'Electrical Equipment',3,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10399,'Electrical Leads',3,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10400,'Portable Equipment',3,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10401,'Portable Lighting',2,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10402,'Cooking kitchen Equipment',6,0,5996,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10403,'Wood/Paper/Cardboard etc',3,0,5999,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10404,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,5999,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10405,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,5999,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10406,'Waste Material Controlled -in locked wheely bin or store',2,0,5999,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10407,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,5999,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10408,'Detached',1,0,6000,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10409,'Semi Detached',2,0,6000,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10410,'Terraced',3,0,6000,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10411,'Linked-Detached',1,0,6000,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10412,'Other',0,0,6000,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10413,'House',1,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10414,'Bungalow',1,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10415,'Block of Flats - Studios up to 6 Floor Levels',3,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10416,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10417,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10418,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10419,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10420,'Underground Property',1,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10421,'Factory/ Warehouse',3,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10422,'Garage/ Workshop',3,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10423,'Retail Shop',2,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10424,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10425,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10426,'Other',0,0,6001,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10427,'1-10',1,0,6002,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10428,'11-20',1,0,6002,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10429,'21-30',1,0,6002,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10430,'31-40',1,0,6002,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10431,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6005,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10432,'Main walls cob',9,0,6005,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10433,'Main walls cavity brick and block',8,0,6005,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10434,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6005,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10435,'Main walls metal post with sheet metal walling covering',6,0,6005,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10436,'Main walls timber frame with concrete or block inner or outer skin',5,0,6005,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10437,'Yes',0,0,6009,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10438,'No',2,0,6009,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10439,'Other',20,0,6009,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10440,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,6010,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10441,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,6010,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10442,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,6012,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10443,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,6012,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10444,'Other',0,0,6012,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10445,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6015,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10446,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6015,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10447,'Other',0,0,6015,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10448,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6018,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10449,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6018,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10450,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6020,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10451,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6020,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10452,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6022,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10453,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6022,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10454,'YES–The plan is readily available',1,0,6025,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10455,'NO–The plan is not available',2,0,6025,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10456,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6027,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10457,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6027,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10458,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6027,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10459,'YES –There are suitable arrangements in place to prevent danger.',1,0,6029,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10460,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6029,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10461,'YES -The company have a system in place for full evacuation',1,0,6031,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10462,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6031,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10463,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6033,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10464,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6033,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10465,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6035,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10466,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6035,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10467,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6037,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10468,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6037,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10469,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6039,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10470,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6039,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10471,'1 YES -They do consider of other organisation in the within the building',1,0,6042,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10472,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6042,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10473,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6042,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10474,'Yes - The responsible person has been allocated in thereport.',1,0,6045,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10475,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6045,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10476,'Director',1,0,6052,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10477,'Owner Landlord',1,0,6052,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10478,'Site Maitenance',1,0,6052,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10479,'Estate Agent',1,0,6052,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10480,'Letting Agent',1,0,6052,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10481,'Other',0,0,6052,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10482,'Property Agent',10,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10483,'Owner Landlord',9,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10484,'Site Manager',8,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10485,'Property Manager',7,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10486,'Construction Manager',6,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10487,'Fire Warden',5,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10488,'Director',4,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10489,'CEO',3,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10490,'Other',0,0,6053,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10491,'A Property Within Building Block',1,0,6054,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10492,'All Of The Property',5,0,6054,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10493,'Communal Areas Only',2,0,6054,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10494,'House',5,0,6054,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10495,'Flat',7,0,6054,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10496,'Other',0,0,6054,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10497,'Nebosh',1,0,6062,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10498,'Level 2 Fire Risk Assessor',1,0,6062,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10499,'Competant Person',1,0,6062,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10500,'Y',0,0,6064,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10501,'N',2,0,6064,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10502,'Other',20,0,6064,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10503,'N/A',0,0,6064,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10504,'Yes',0,0,6066,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10505,'No',2,0,6066,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10506,'Other',20,0,6066,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10507,'N/A',0,0,6066,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10508,'Yes',0,0,6067,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10509,'No',2,0,6067,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10510,'Other',20,0,6067,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10511,'N/A',0,0,6067,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10512,'Yes',0,0,6069,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10513,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6072,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10514,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6072,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10515,'Other',0,0,6072,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10516,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6075,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10517,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6075,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10518,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6077,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10519,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6077,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10520,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6079,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10521,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6079,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10522,'YES–The plan is readily available',1,0,6082,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10523,'NO–The plan is not available',2,0,6082,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10524,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6084,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10525,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6084,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10526,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6084,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10527,'YES –There are suitable arrangements in place to prevent danger.',1,0,6086,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10528,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6086,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10529,'YES -The company have a system in place for full evacuation',1,0,6088,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10530,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6088,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10531,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6090,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10532,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6090,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10533,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6092,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10534,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6092,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10535,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6094,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10536,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6094,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10537,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6096,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10538,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6096,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10539,'1 YES -They do consider of other organisation in the within the building',1,0,6099,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10540,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6099,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10541,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6099,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10542,'Yes - The responsible person has been allocated in thereport.',1,0,6102,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10543,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6102,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10544,'Yes',0,0,6105,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10545,'Yes',0,0,6105,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10546,'No',5,0,6105,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10547,'N/A',0,0,6105,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10548,'Other',20,0,6105,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10549,'Choice 8',3,0,6105,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10550,'Yes',0,0,6106,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10551,'No',5,0,6106,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10552,'Other',20,0,6106,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10553,'Other',20,0,6106,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(10554,'Choice 1',10,0,6110,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10555,'Choice 2',9,0,6110,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10556,'Choice 3',8,0,6110,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10557,'Choice 4',7,0,6110,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10558,'Choice 5',6,0,6110,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10559,'Choice 6',5,0,6110,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10560,'Choice 1',10,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10561,'Choice 2',9,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10562,'Choice 3',8,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10563,'Choice 4',7,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10564,'Choice 5',6,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10565,'Choice 6',5,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10566,'Choice 7',4,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10567,'Choice 8',3,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10568,'Choice 9',2,0,6114,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10569,'Choice 1',10,0,6118,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10570,'Choice 2',9,0,6118,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10571,'Choice 3',8,0,6118,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10572,'Choice 4',7,0,6118,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10573,'Choice 5',6,0,6118,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10574,'Choice 1',10,0,6119,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10575,'Choice 2',9,0,6119,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10576,'Choice 3',8,0,6119,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10577,'Choice 4',7,0,6119,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10578,'Choice 1',10,0,6131,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10579,'Choice 2',9,0,6131,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10580,'Choice 3',8,0,6131,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10581,'Choice 4',7,0,6131,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10582,'Choice 5',6,0,6131,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10583,'Choice 1',10,0,6133,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10584,'Choice 2',9,0,6133,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10585,'Choice 3',8,0,6133,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10586,'Choice 4',7,0,6133,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10587,'Choice 5',6,0,6133,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10588,'Choice 6',5,0,6133,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10589,'Choice 1',10,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10590,'Choice 2',9,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10591,'Choice 3',8,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10592,'Choice 4',7,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10593,'Choice 5',6,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10594,'Choice 6',5,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10595,'Choice 7',4,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10596,'Choice 8',3,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10597,'Choice 9',2,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10598,'Choice 10',1,0,6141,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10599,'Choice 1',10,0,6142,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10600,'Choice 2',9,0,6142,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10601,'Choice 3',8,0,6142,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10602,'Choice 1',10,0,6144,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10603,'Choice 2',9,0,6144,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10604,'Choice 3',8,0,6144,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10605,'Choice 1',10,0,6147,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10606,'Choice 2',9,0,6147,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10607,'Choice 3',8,0,6147,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10608,'Choice 4',7,0,6147,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10609,'Choice 1',10,0,6149,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10610,'Choice 2',9,0,6149,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10611,'Choice 3',8,0,6149,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10612,'Choice 4',7,0,6149,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10613,'Choice 5',6,0,6149,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10614,'Choice 1',10,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10615,'Choice 2',9,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10616,'Choice 3',8,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10617,'Choice 4',7,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10618,'Choice 5',6,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10619,'Choice 6',5,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10620,'Choice 7',4,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10621,'Choice 8',3,0,6155,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10622,'Fan Heaters',4,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10623,'Electric Heaters',4,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10624,'Gas Heater',5,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10625,'Other Boilers',2,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10626,'Electrical Equipment',3,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10627,'Electrical Leads',3,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10628,'Portable Equipment',3,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10629,'Portable Lighting',2,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10630,'Cooking kitchen Equipment',6,0,6157,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10631,'Wood/Paper/Cardboard etc',3,0,6160,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10632,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,6160,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10633,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,6160,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10634,'Waste Material Controlled -in locked wheely bin or store',2,0,6160,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10635,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,6160,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10636,'Detached',1,0,6161,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10637,'Semi Detached',2,0,6161,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10638,'Terraced',3,0,6161,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10639,'Linked-Detached',1,0,6161,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10640,'Other',0,0,6161,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10641,'House',1,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10642,'Bungalow',1,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10643,'Block of Flats - Studios up to 6 Floor Levels',3,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10644,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10645,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10646,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10647,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10648,'Underground Property',1,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10649,'Factory/ Warehouse',3,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10650,'Garage/ Workshop',3,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10651,'Retail Shop',2,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10652,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10653,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10654,'Other',0,0,6162,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10655,'1-10',1,0,6163,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10656,'11-20',1,0,6163,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10657,'21-30',1,0,6163,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10658,'31-40',1,0,6163,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10659,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6166,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10660,'Main walls cob',9,0,6166,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10661,'Main walls cavity brick and block',8,0,6166,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10662,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6166,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10663,'Main walls metal post with sheet metal walling covering',6,0,6166,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10664,'Main walls timber frame with concrete or block inner or outer skin',5,0,6166,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10665,'Yes',0,0,6170,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10666,'No',2,0,6170,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10667,'Other',20,0,6170,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10668,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,6171,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10669,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,6171,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10670,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,6173,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10671,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,6173,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10672,'Other',0,0,6173,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10673,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6176,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10674,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6176,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10675,'Other',0,0,6176,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10676,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6179,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10677,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6179,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10678,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6181,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10679,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6181,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10680,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6183,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10681,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6183,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10682,'YES–The plan is readily available',1,0,6186,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10683,'NO–The plan is not available',2,0,6186,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10684,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6188,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10685,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6188,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10686,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6188,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10687,'YES –There are suitable arrangements in place to prevent danger.',1,0,6190,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10688,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6190,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10689,'YES -The company have a system in place for full evacuation',1,0,6192,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10690,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6192,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10691,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6194,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10692,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6194,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10693,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6196,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10694,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6196,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10695,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6198,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10696,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6198,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10697,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6200,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10698,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6200,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10699,'1 YES -They do consider of other organisation in the within the building',1,0,6203,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10700,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6203,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10701,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6203,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10702,'Yes - The responsible person has been allocated in thereport.',1,0,6206,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10703,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6206,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10704,'Director',1,0,6213,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10705,'Owner Landlord',1,0,6213,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10706,'Site Maitenance',1,0,6213,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10707,'Estate Agent',1,0,6213,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10708,'Letting Agent',1,0,6213,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10709,'Other',0,0,6213,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10710,'Property Agent',10,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10711,'Owner Landlord',9,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10712,'Site Manager',8,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10713,'Property Manager',7,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10714,'Construction Manager',6,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10715,'Fire Warden',5,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10716,'Director',4,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10717,'CEO',3,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10718,'Other',0,0,6214,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10719,'A Property Within Building Block',1,0,6215,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10720,'All Of The Property',5,0,6215,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10721,'Communal Areas Only',2,0,6215,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10722,'House',5,0,6215,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10723,'Flat',7,0,6215,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10724,'Other',0,0,6215,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10725,'Nebosh',1,0,6223,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10726,'Level 2 Fire Risk Assessor',1,0,6223,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10727,'Competant Person',1,0,6223,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10728,'Y',0,0,6225,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10729,'N',2,0,6225,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10730,'Other',20,0,6225,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10731,'N/A',0,0,6225,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10732,'Yes',0,0,6227,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10733,'No',2,0,6227,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10734,'Other',20,0,6227,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10735,'N/A',0,0,6227,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10736,'Yes',0,0,6228,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10737,'No',2,0,6228,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10738,'Other',20,0,6228,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10739,'N/A',0,0,6228,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10740,'Yes',0,0,6230,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10741,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6233,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10742,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6233,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10743,'Other',0,0,6233,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10744,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6236,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10745,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6236,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10746,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6238,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10747,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6238,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10748,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6240,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10749,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6240,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10750,'YES–The plan is readily available',1,0,6243,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10751,'NO–The plan is not available',2,0,6243,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10752,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6245,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10753,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6245,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10754,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6245,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10755,'YES –There are suitable arrangements in place to prevent danger.',1,0,6247,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10756,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6247,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10757,'YES -The company have a system in place for full evacuation',1,0,6249,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10758,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6249,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10759,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6251,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10760,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6251,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10761,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6253,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10762,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6253,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10763,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6255,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10764,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6255,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10765,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6257,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10766,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6257,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10767,'1 YES -They do consider of other organisation in the within the building',1,0,6260,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10768,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6260,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10769,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6260,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10770,'Yes - The responsible person has been allocated in thereport.',1,0,6263,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10771,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6263,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10772,'Yes',0,0,6266,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10773,'Yes',0,0,6266,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10774,'No',5,0,6266,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10775,'N/A',0,0,6266,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10776,'Other',20,0,6266,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10777,'Choice 8',3,0,6266,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10778,'Yes',0,0,6267,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10779,'No',5,0,6267,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10780,'Other',20,0,6267,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10781,'Other',20,0,6267,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10782,'Yes',0,0,6271,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10783,'Yes',0,0,6271,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10784,'No',5,0,6271,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10785,'N/A',0,0,6271,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10786,'Other',20,0,6271,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10787,'Choice 8',3,0,6271,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10788,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,6272,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10789,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,6272,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10790,'Own Answer',5,0,6272,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(10791,'Choice 1',10,0,6277,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10792,'Choice 2',9,0,6277,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10793,'Choice 3',8,0,6277,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10794,'Choice 4',7,0,6277,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10795,'Choice 5',6,0,6277,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10796,'Choice 6',5,0,6277,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10797,'Choice 1',10,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10798,'Choice 2',9,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10799,'Choice 3',8,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10800,'Choice 4',7,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10801,'Choice 5',6,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10802,'Choice 6',5,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10803,'Choice 7',4,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10804,'Choice 8',3,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10805,'Choice 9',2,0,6281,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10806,'Choice 1',10,0,6285,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10807,'Choice 2',9,0,6285,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10808,'Choice 3',8,0,6285,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10809,'Choice 4',7,0,6285,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10810,'Choice 5',6,0,6285,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10811,'Choice 1',10,0,6286,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10812,'Choice 2',9,0,6286,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10813,'Choice 3',8,0,6286,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10814,'Choice 4',7,0,6286,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10815,'Choice 1',10,0,6298,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10816,'Choice 2',9,0,6298,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10817,'Choice 3',8,0,6298,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10818,'Choice 4',7,0,6298,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10819,'Choice 5',6,0,6298,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10820,'Choice 1',10,0,6300,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10821,'Choice 2',9,0,6300,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10822,'Choice 3',8,0,6300,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10823,'Choice 4',7,0,6300,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10824,'Choice 5',6,0,6300,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10825,'Choice 6',5,0,6300,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10826,'Choice 1',10,0,6306,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10827,'Choice 2',9,0,6306,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10828,'Choice 3',8,0,6306,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10829,'Choice 1',10,0,6309,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10830,'Choice 2',9,0,6309,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10831,'Choice 3',8,0,6309,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10832,'Choice 4',7,0,6309,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10833,'Choice 1',10,0,6311,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10834,'Choice 2',9,0,6311,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10835,'Choice 3',8,0,6311,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10836,'Choice 4',7,0,6311,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10837,'Choice 5',6,0,6311,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10838,'Choice 1',10,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10839,'Choice 2',9,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10840,'Choice 3',8,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10841,'Choice 4',7,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10842,'Choice 5',6,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10843,'Choice 6',5,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10844,'Choice 7',4,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10845,'Choice 8',3,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10846,'Choice 9',2,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10847,'Choice 10',1,0,6314,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10848,'Choice 1',10,0,6315,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10849,'Choice 2',9,0,6315,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10850,'Choice 3',8,0,6315,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10851,'Choice 1',10,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10852,'Choice 2',9,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10853,'Choice 3',8,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10854,'Choice 4',7,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10855,'Choice 5',6,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10856,'Choice 6',5,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10857,'Choice 7',4,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10858,'Choice 8',3,0,6322,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10859,'Fan Heaters',4,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10860,'Electric Heaters',4,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10861,'Gas Heater',5,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10862,'Other Boilers',2,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10863,'Electrical Equipment',3,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10864,'Electrical Leads',3,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10865,'Portable Equipment',3,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10866,'Portable Lighting',2,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10867,'Cooking kitchen Equipment',6,0,6324,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10868,'Wood/Paper/Cardboard etc',3,0,6327,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10869,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,6327,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10870,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,6327,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10871,'Waste Material Controlled -in locked wheely bin or store',2,0,6327,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10872,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,6327,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10873,'Detached',1,0,6328,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10874,'Semi Detached',2,0,6328,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10875,'Terraced',3,0,6328,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10876,'Linked-Detached',1,0,6328,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10877,'Other',0,0,6328,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10878,'House',1,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10879,'Bungalow',1,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10880,'Block of Flats - Studios up to 6 Floor Levels',3,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10881,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10882,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10883,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10884,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10885,'Underground Property',1,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10886,'Factory/ Warehouse',3,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10887,'Garage/ Workshop',3,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10888,'Retail Shop',2,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10889,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10890,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10891,'Other',0,0,6329,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10892,'1-10',1,0,6330,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10893,'11-20',1,0,6330,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10894,'21-30',1,0,6330,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10895,'31-40',1,0,6330,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10896,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6333,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10897,'Main walls cob',9,0,6333,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10898,'Main walls cavity brick and block',8,0,6333,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10899,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6333,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10900,'Main walls metal post with sheet metal walling covering',6,0,6333,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10901,'Main walls timber frame with concrete or block inner or outer skin',5,0,6333,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10902,'Yes',0,0,6337,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10903,'No',2,0,6337,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10904,'Other',20,0,6337,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10905,'YES –There are competent persons available to assist the fire warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden',1,0,6338,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10906,'NO –No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.',2,0,6338,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10907,'YES -The property has a current fire safety policy with arrangements & procedures in place',1,0,6340,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10908,'NO –The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures & instructions in place.',2,0,6340,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10909,'Other',0,0,6340,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10910,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6343,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10911,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6343,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10912,'Other',0,0,6343,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10913,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6346,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10914,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6346,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10915,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6348,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10916,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6348,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10917,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6350,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10918,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6350,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10919,'YES–The plan is readily available',1,0,6353,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10920,'NO–The plan is not available',2,0,6353,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10921,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6355,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10922,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6355,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10923,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6355,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10924,'YES –There are suitable arrangements in place to prevent danger.',1,0,6357,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10925,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6357,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10926,'YES -The company have a system in place for full evacuation',1,0,6359,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10927,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6359,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10928,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6361,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10929,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6361,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10930,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6363,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10931,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6363,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10932,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6365,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10933,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6365,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10934,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6367,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10935,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6367,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10936,'1 YES -They do consider of other organisation in the within the building',1,0,6370,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10937,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6370,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10938,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6370,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10939,'Yes - The responsible person has been allocated in thereport.',1,0,6373,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10940,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6373,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10941,'Director',1,0,6380,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10942,'Owner Landlord',1,0,6380,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10943,'Site Maitenance',1,0,6380,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10944,'Estate Agent',1,0,6380,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10945,'Letting Agent',1,0,6380,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10946,'Other',0,0,6380,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10947,'Property Agent',10,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10948,'Owner Landlord',9,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10949,'Site Manager',8,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10950,'Property Manager',7,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10951,'Construction Manager',6,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10952,'Fire Warden',5,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10953,'Director',4,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10954,'CEO',3,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10955,'Other',0,0,6381,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10956,'A Property Within Building Block',1,0,6382,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10957,'All Of The Property',5,0,6382,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10958,'Communal Areas Only',2,0,6382,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10959,'House',5,0,6382,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10960,'Flat',7,0,6382,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10961,'Other',0,0,6382,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10962,'Nebosh',1,0,6390,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10963,'Level 2 Fire Risk Assessor',1,0,6390,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10964,'Competant Person',1,0,6390,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(10965,'Y',0,0,6392,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10966,'N',2,0,6392,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10967,'Other',20,0,6392,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10968,'N/A',0,0,6392,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10969,'Yes',0,0,6394,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10970,'No',2,0,6394,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10971,'Other',20,0,6394,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10972,'N/A',0,0,6394,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10973,'Yes',0,0,6395,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10974,'No',2,0,6395,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10975,'Other',20,0,6395,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10976,'N/A',0,0,6395,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10977,'Yes',0,0,6397,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10978,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6400,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10979,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6400,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10980,'Other',0,0,6400,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10981,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6403,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10982,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6403,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10983,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6405,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10984,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6405,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10985,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6407,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10986,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6407,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10987,'YES–The plan is readily available',1,0,6410,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10988,'NO–The plan is not available',2,0,6410,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10989,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6412,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10990,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6412,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10991,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6412,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10992,'YES –There are suitable arrangements in place to prevent danger.',1,0,6414,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10993,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6414,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10994,'YES -The company have a system in place for full evacuation',1,0,6416,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10995,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6416,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10996,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6418,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10997,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6418,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10998,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6420,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(10999,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6420,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11000,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6422,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11001,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6422,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11002,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6424,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11003,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6424,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11004,'1 YES -They do consider of other organisation in the within the building',1,0,6427,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11005,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6427,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11006,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6427,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11007,'Yes - The responsible person has been allocated in thereport.',1,0,6430,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11008,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6430,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11009,'Yes',0,0,6433,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11010,'Yes',0,0,6433,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11011,'No',5,0,6433,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11012,'N/A',0,0,6433,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11013,'Other',20,0,6433,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11014,'Choice 8',3,0,6433,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11015,'Yes',0,0,6434,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11016,'No',5,0,6434,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11017,'Other',20,0,6434,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11018,'Other',20,0,6434,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11019,'Yes',0,0,6438,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11020,'Yes',0,0,6438,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11021,'No',5,0,6438,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11022,'N/A',0,0,6438,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11023,'Other',20,0,6438,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11024,'Choice 8',3,0,6438,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11025,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,6439,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11026,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,6439,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11027,'Own Answer',5,0,6439,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11028,'Yes',0,0,6444,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11029,'Yes',0,0,6444,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11030,'No',5,0,6444,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11031,'N/A',0,0,6444,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11032,'Other',20,0,6444,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11033,'Yes',0,0,6445,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11034,'No',5,0,6445,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11035,'Other',20,0,6445,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(11036,'Choice 1',10,0,6449,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11037,'Choice 2',9,0,6449,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11038,'Choice 3',8,0,6449,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11039,'Choice 4',7,0,6449,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11040,'Choice 5',6,0,6449,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11041,'Choice 6',5,0,6449,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11042,'Choice 1',10,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11043,'Choice 2',9,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11044,'Choice 3',8,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11045,'Choice 4',7,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11046,'Choice 5',6,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11047,'Choice 6',5,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11048,'Choice 7',4,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11049,'Choice 8',3,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11050,'Choice 9',2,0,6453,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11051,'Choice 1',10,0,6457,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11052,'Choice 2',9,0,6457,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11053,'Choice 3',8,0,6457,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11054,'Choice 4',7,0,6457,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11055,'Choice 5',6,0,6457,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11056,'Choice 1',10,0,6458,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11057,'Choice 2',9,0,6458,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11058,'Choice 3',8,0,6458,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11059,'Choice 4',7,0,6458,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11060,'Choice 1',10,0,6470,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11061,'Choice 2',9,0,6470,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11062,'Choice 3',8,0,6470,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11063,'Choice 4',7,0,6470,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11064,'Choice 5',6,0,6470,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11065,'Choice 1',10,0,6472,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11066,'Choice 2',9,0,6472,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11067,'Choice 3',8,0,6472,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11068,'Choice 4',7,0,6472,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11069,'Choice 5',6,0,6472,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11070,'Choice 6',5,0,6472,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11071,'Choice 1',10,0,6478,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11072,'Choice 2',9,0,6478,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11073,'Choice 3',8,0,6478,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11074,'Choice 1',10,0,6481,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11075,'Choice 2',9,0,6481,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11076,'Choice 3',8,0,6481,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11077,'Choice 4',7,0,6481,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11078,'Choice 1',10,0,6483,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11079,'Choice 2',9,0,6483,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11080,'Choice 3',8,0,6483,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11081,'Choice 4',7,0,6483,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11082,'Choice 5',6,0,6483,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11083,'Choice 1',10,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11084,'Choice 2',9,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11085,'Choice 3',8,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11086,'Choice 4',7,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11087,'Choice 5',6,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11088,'Choice 6',5,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11089,'Choice 7',4,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11090,'Choice 8',3,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11091,'Choice 9',2,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11092,'Choice 10',1,0,6486,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11093,'Choice 1',10,0,6487,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11094,'Choice 2',9,0,6487,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11095,'Choice 3',8,0,6487,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11096,'Choice 1',10,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11097,'Choice 2',9,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11098,'Choice 3',8,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11099,'Choice 4',7,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11100,'Choice 5',6,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11101,'Choice 6',5,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11102,'Choice 7',4,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11103,'Choice 8',3,0,6494,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11104,'Fan Heaters',4,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11105,'Electric Heaters',4,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11106,'Gas Heater',5,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11107,'Other Boilers',2,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11108,'Electrical Equipment',3,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11109,'Electrical Leads',3,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11110,'Portable Equipment',3,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11111,'Portable Lighting',2,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11112,'Cooking kitchen Equipment',6,0,6496,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11113,'Wood/Paper/Cardboard etc',3,0,6499,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11114,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,6499,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11115,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,6499,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11116,'Waste Material Controlled -in locked wheely bin or store',2,0,6499,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11117,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,6499,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11118,'Director',1,0,6505,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11119,'Owner Landlord',1,0,6505,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11120,'Site Maitenance',1,0,6505,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11121,'Estate Agent',1,0,6505,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11122,'Letting Agent',1,0,6505,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11123,'Other',0,0,6505,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11124,'Property Agent',10,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11125,'Owner Landlord',9,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11126,'Site Manager',8,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11127,'Property Manager',7,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11128,'Construction Manager',6,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11129,'Fire Warden',5,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11130,'Director',4,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11131,'CEO',3,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11132,'Other',0,0,6506,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11133,'A Property Within Building Block',1,0,6507,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11134,'All Of The Property',5,0,6507,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11135,'Communal Areas Only',2,0,6507,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11136,'House',5,0,6507,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11137,'Flat',7,0,6507,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11138,'Other',0,0,6507,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11139,'Nebosh',1,0,6515,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11140,'Level 2 Fire Risk Assessor',1,0,6515,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11141,'Competant Person',1,0,6515,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11142,'Y',0,0,6517,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11143,'N',2,0,6517,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11144,'Other',20,0,6517,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11145,'N/A',0,0,6517,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11146,'Yes',0,0,6519,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11147,'No',2,0,6519,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11148,'Other',20,0,6519,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11149,'N/A',0,0,6519,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11150,'Yes',0,0,6520,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11151,'No',2,0,6520,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11152,'Other',20,0,6520,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11153,'N/A',0,0,6520,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11154,'Yes',0,0,6522,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11155,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6525,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11156,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6525,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11157,'Other',0,0,6525,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11158,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6528,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11159,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6528,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11160,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6530,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11161,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6530,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11162,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6532,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11163,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6532,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11164,'YES–The plan is readily available',1,0,6535,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11165,'NO–The plan is not available',2,0,6535,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11166,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6537,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11167,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6537,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11168,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6537,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11169,'YES –There are suitable arrangements in place to prevent danger.',1,0,6539,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11170,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6539,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11171,'YES -The company have a system in place for full evacuation',1,0,6541,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11172,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6541,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11173,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6543,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11174,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6543,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11175,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6545,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11176,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6545,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11177,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6547,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11178,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6547,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11179,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6549,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11180,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6549,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11181,'1 YES -They do consider of other organisation in the within the building',1,0,6552,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11182,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6552,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11183,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6552,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11184,'Yes - The responsible person has been allocated in thereport.',1,0,6555,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11185,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6555,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11186,'Yes',0,0,6558,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11187,'Yes',0,0,6558,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11188,'No',5,0,6558,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11189,'N/A',0,0,6558,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11190,'Other',20,0,6558,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11191,'Choice 8',3,0,6558,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11192,'Yes',0,0,6559,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11193,'No',5,0,6559,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11194,'Other',20,0,6559,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11195,'Other',20,0,6559,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11196,'Yes',0,0,6563,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11197,'Yes',0,0,6563,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11198,'No',5,0,6563,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11199,'N/A',0,0,6563,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11200,'Other',20,0,6563,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11201,'Choice 8',3,0,6563,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11202,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,6564,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11203,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,6564,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11204,'Own Answer',5,0,6564,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11205,'Yes',0,0,6569,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11206,'Yes',0,0,6569,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11207,'No',5,0,6569,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11208,'N/A',0,0,6569,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11209,'Other',20,0,6569,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11210,'Yes',0,0,6570,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11211,'No',5,0,6570,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11212,'Other',20,0,6570,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11213,'Detached',1,0,6574,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11214,'Semi Detached',2,0,6574,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11215,'Terraced',3,0,6574,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11216,'Linked-Detached',1,0,6574,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11217,'Other',0,0,6574,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11218,'House',1,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11219,'Bungalow',1,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11220,'Block of Flats - Studios up to 6 Floor Levels',3,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11221,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11222,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11223,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11224,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11225,'Underground Property',1,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11226,'Factory/ Warehouse',3,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11227,'Garage/ Workshop',3,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11228,'Retail Shop',2,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11229,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11230,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11231,'Other',0,0,6575,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11232,'1-5',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11233,'5-10',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11234,'10-15',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11235,'15-20',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11236,'20-25',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11237,'25-30',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11238,'30-35',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11239,'35-40',0,0,6576,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11240,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6579,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11241,'Main walls cob',9,0,6579,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11242,'Main walls cavity brick and block',8,0,6579,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11243,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6579,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11244,'Main walls metal post with sheet metal walling covering',6,0,6579,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11245,'Main walls timber frame with concrete or block inner or outer skin',5,0,6579,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(11246,'Choice 1',10,0,6583,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11247,'Choice 2',9,0,6583,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11248,'Choice 3',8,0,6583,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11249,'Choice 4',7,0,6583,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11250,'Choice 5',6,0,6583,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11251,'Choice 6',5,0,6583,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11252,'Choice 1',10,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11253,'Choice 2',9,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11254,'Choice 3',8,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11255,'Choice 4',7,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11256,'Choice 5',6,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11257,'Choice 6',5,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11258,'Choice 7',4,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11259,'Choice 8',3,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11260,'Choice 9',2,0,6587,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11261,'Choice 1',10,0,6591,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11262,'Choice 2',9,0,6591,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11263,'Choice 3',8,0,6591,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11264,'Choice 4',7,0,6591,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11265,'Choice 5',6,0,6591,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11266,'Choice 1',10,0,6592,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11267,'Choice 2',9,0,6592,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11268,'Choice 3',8,0,6592,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11269,'Choice 4',7,0,6592,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11270,'Choice 1',10,0,6604,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11271,'Choice 2',9,0,6604,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11272,'Choice 3',8,0,6604,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11273,'Choice 4',7,0,6604,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11274,'Choice 5',6,0,6604,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11275,'Choice 1',10,0,6606,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11276,'Choice 2',9,0,6606,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11277,'Choice 3',8,0,6606,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11278,'Choice 4',7,0,6606,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11279,'Choice 5',6,0,6606,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11280,'Choice 6',5,0,6606,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11281,'Choice 1',10,0,6612,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11282,'Choice 2',9,0,6612,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11283,'Choice 3',8,0,6612,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11284,'Choice 1',10,0,6615,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11285,'Choice 2',9,0,6615,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11286,'Choice 3',8,0,6615,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11287,'Choice 4',7,0,6615,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11288,'Choice 1',10,0,6617,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11289,'Choice 2',9,0,6617,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11290,'Choice 3',8,0,6617,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11291,'Choice 4',7,0,6617,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11292,'Choice 5',6,0,6617,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11293,'Choice 1',10,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11294,'Choice 2',9,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11295,'Choice 3',8,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11296,'Choice 4',7,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11297,'Choice 5',6,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11298,'Choice 6',5,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11299,'Choice 7',4,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11300,'Choice 8',3,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11301,'Choice 9',2,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11302,'Choice 10',1,0,6620,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11303,'Choice 1',10,0,6621,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11304,'Choice 2',9,0,6621,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11305,'Choice 3',8,0,6621,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11306,'Choice 1',10,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11307,'Choice 2',9,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11308,'Choice 3',8,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11309,'Choice 4',7,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11310,'Choice 5',6,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11311,'Choice 6',5,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11312,'Choice 7',4,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11313,'Choice 8',3,0,6628,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11314,'Fan Heaters',4,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11315,'Electric Heaters',4,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11316,'Gas Heater',5,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11317,'Other Boilers',2,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11318,'Electrical Equipment',3,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11319,'Electrical Leads',3,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11320,'Portable Equipment',3,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11321,'Portable Lighting',2,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11322,'Cooking kitchen Equipment',6,0,6630,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11323,'Wood/Paper/Cardboard etc',3,0,6633,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11324,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,6633,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11325,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,6633,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11326,'Waste Material Controlled -in locked wheely bin or store',2,0,6633,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11327,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,6633,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11328,'Director',1,0,6639,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11329,'Owner Landlord',1,0,6639,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11330,'Site Maitenance',1,0,6639,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11331,'Estate Agent',1,0,6639,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11332,'Letting Agent',1,0,6639,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11333,'Other',0,0,6639,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11334,'Property Agent',10,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11335,'Owner Landlord',9,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11336,'Site Manager',8,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11337,'Property Manager',7,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11338,'Construction Manager',6,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11339,'Fire Warden',5,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11340,'Director',4,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11341,'CEO',3,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11342,'Other',0,0,6640,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11343,'A Property Within Building Block',1,0,6641,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11344,'All Of The Property',5,0,6641,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11345,'Communal Areas Only',2,0,6641,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11346,'House',5,0,6641,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11347,'Flat',7,0,6641,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11348,'Other',0,0,6641,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11349,'Nebosh',1,0,6649,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11350,'Level 2 Fire Risk Assessor',1,0,6649,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11351,'Competant Person',1,0,6649,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11352,'Y',0,0,6651,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11353,'N',2,0,6651,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11354,'Other',20,0,6651,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11355,'N/A',0,0,6651,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11356,'Yes',0,0,6653,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11357,'No',2,0,6653,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11358,'Other',20,0,6653,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11359,'N/A',0,0,6653,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11360,'Yes',0,0,6654,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11361,'No',2,0,6654,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11362,'Other',20,0,6654,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11363,'N/A',0,0,6654,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11364,'Yes',0,0,6656,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(11365,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6659,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11366,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6659,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11367,'Other',0,0,6659,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11368,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6662,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11369,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6662,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11370,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6664,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11371,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6664,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11372,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6666,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11373,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6666,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11374,'YES–The plan is readily available',1,0,6669,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11375,'NO–The plan is not available',2,0,6669,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11376,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6671,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11377,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6671,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11378,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6671,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11379,'YES –There are suitable arrangements in place to prevent danger.',1,0,6673,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11380,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6673,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11381,'YES -The company have a system in place for full evacuation',1,0,6675,'2022-11-30 11:06:25','2022-11-30 11:06:25');
INSERT INTO `question_choices` VALUES (11382,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6675,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11383,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6677,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11384,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6677,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11385,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6679,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11386,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6679,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11387,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6681,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11388,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6681,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11389,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6683,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11390,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6683,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11391,'1 YES -They do consider of other organisation in the within the building',1,0,6686,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11392,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6686,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11393,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6686,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11394,'Yes - The responsible person has been allocated in thereport.',1,0,6689,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11395,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6689,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11396,'Yes',0,0,6692,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11397,'Yes',0,0,6692,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11398,'No',5,0,6692,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11399,'N/A',0,0,6692,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11400,'Other',20,0,6692,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11401,'Choice 8',3,0,6692,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11402,'Yes',0,0,6693,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11403,'No',5,0,6693,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11404,'Other',20,0,6693,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11405,'Other',20,0,6693,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11406,'Yes',0,0,6697,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11407,'Yes',0,0,6697,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11408,'No',5,0,6697,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11409,'N/A',0,0,6697,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11410,'Other',20,0,6697,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11411,'Choice 8',3,0,6697,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11412,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,6698,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11413,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,6698,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11414,'Own Answer',5,0,6698,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11415,'Yes',0,0,6703,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11416,'Yes',0,0,6703,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11417,'No',5,0,6703,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11418,'N/A',0,0,6703,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11419,'Other',20,0,6703,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11420,'Yes',0,0,6704,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11421,'No',5,0,6704,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11422,'Other',20,0,6704,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11423,'Detached',1,0,6708,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11424,'Semi Detached',2,0,6708,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11425,'Terraced',3,0,6708,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11426,'Linked-Detached',1,0,6708,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11427,'Other',0,0,6708,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11428,'House',1,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11429,'Bungalow',1,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11430,'Block of Flats - Studios up to 6 Floor Levels',3,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11431,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11432,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11433,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11434,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11435,'Underground Property',1,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11436,'Factory/ Warehouse',3,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11437,'Garage/ Workshop',3,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11438,'Retail Shop',2,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11439,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11440,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11441,'Other',0,0,6709,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11442,'1-5',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11443,'5-10',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11444,'10-15',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11445,'15-20',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11446,'20-25',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11447,'25-30',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11448,'30-35',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11449,'35-40',0,0,6710,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11450,'1',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11451,'2',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11452,'3',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11453,'4',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11454,'5',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11455,'6',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11456,'7',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11457,'8',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11458,'9',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11459,'10',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11460,'11',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11461,'12',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11462,'13',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11463,'14',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11464,'15',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11465,'16',1,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11466,'N/A',0,0,6713,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11467,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6714,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11468,'Main walls cob',9,0,6714,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11469,'Main walls cavity brick and block',8,0,6714,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11470,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6714,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11471,'Main walls metal post with sheet metal walling covering',6,0,6714,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11472,'Main walls timber frame with concrete or block inner or outer skin',5,0,6714,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(11473,'Choice 1',10,0,6717,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11474,'Choice 2',9,0,6717,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11475,'Choice 3',8,0,6717,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11476,'Choice 4',7,0,6717,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11477,'Choice 5',6,0,6717,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11478,'Choice 6',5,0,6717,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11479,'Choice 1',10,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11480,'Choice 2',9,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11481,'Choice 3',8,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11482,'Choice 4',7,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11483,'Choice 5',6,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11484,'Choice 6',5,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11485,'Choice 7',4,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11486,'Choice 8',3,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11487,'Choice 9',2,0,6721,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11488,'Choice 1',10,0,6725,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11489,'Choice 2',9,0,6725,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11490,'Choice 3',8,0,6725,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11491,'Choice 4',7,0,6725,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11492,'Choice 5',6,0,6725,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11493,'Choice 1',10,0,6726,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11494,'Choice 2',9,0,6726,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11495,'Choice 3',8,0,6726,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11496,'Choice 4',7,0,6726,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11497,'Choice 1',10,0,6738,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11498,'Choice 2',9,0,6738,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11499,'Choice 3',8,0,6738,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11500,'Choice 4',7,0,6738,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11501,'Choice 5',6,0,6738,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11502,'Choice 1',10,0,6740,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11503,'Choice 2',9,0,6740,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11504,'Choice 3',8,0,6740,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11505,'Choice 4',7,0,6740,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11506,'Choice 5',6,0,6740,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11507,'Choice 6',5,0,6740,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11508,'Choice 1',10,0,6746,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11509,'Choice 2',9,0,6746,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11510,'Choice 3',8,0,6746,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11511,'Choice 1',10,0,6749,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11512,'Choice 2',9,0,6749,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11513,'Choice 3',8,0,6749,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11514,'Choice 4',7,0,6749,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11515,'Choice 1',10,0,6751,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11516,'Choice 2',9,0,6751,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11517,'Choice 3',8,0,6751,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11518,'Choice 4',7,0,6751,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11519,'Choice 5',6,0,6751,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11520,'Choice 1',10,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11521,'Choice 2',9,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11522,'Choice 3',8,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11523,'Choice 4',7,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11524,'Choice 5',6,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11525,'Choice 6',5,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11526,'Choice 7',4,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11527,'Choice 8',3,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11528,'Choice 9',2,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11529,'Choice 10',1,0,6754,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11530,'Choice 1',10,0,6755,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11531,'Choice 2',9,0,6755,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11532,'Choice 3',8,0,6755,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11533,'Choice 1',10,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11534,'Choice 2',9,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11535,'Choice 3',8,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11536,'Choice 4',7,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11537,'Choice 5',6,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11538,'Choice 6',5,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11539,'Choice 7',4,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11540,'Choice 8',3,0,6762,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11541,'Fan Heaters',4,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11542,'Electric Heaters',4,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11543,'Gas Heater',5,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11544,'Other Boilers',2,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11545,'Electrical Equipment',3,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11546,'Electrical Leads',3,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11547,'Portable Equipment',3,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11548,'Portable Lighting',2,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11549,'Cooking kitchen Equipment',6,0,6764,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11550,'Wood/Paper/Cardboard etc',3,0,6767,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11551,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,6767,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11552,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,6767,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11553,'Waste Material Controlled -in locked wheely bin or store',2,0,6767,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11554,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,6767,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11555,'Director',1,0,6773,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11556,'Owner Landlord',1,0,6773,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11557,'Site Maitenance',1,0,6773,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11558,'Estate Agent',1,0,6773,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11559,'Letting Agent',1,0,6773,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11560,'Other',0,0,6773,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11561,'Property Agent',10,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11562,'Owner Landlord',9,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11563,'Site Manager',8,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11564,'Property Manager',7,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11565,'Construction Manager',6,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11566,'Fire Warden',5,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11567,'Director',4,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11568,'CEO',3,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11569,'Other',0,0,6774,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11570,'A Property Within Building Block',1,0,6775,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11571,'All Of The Property',5,0,6775,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11572,'Communal Areas Only',2,0,6775,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11573,'House',5,0,6775,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11574,'Flat',7,0,6775,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11575,'Other',0,0,6775,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11576,'Nebosh',1,0,6783,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11577,'Level 2 Fire Risk Assessor',1,0,6783,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11578,'Competant Person',1,0,6783,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11579,'Y',0,0,6785,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11580,'N',2,0,6785,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11581,'Other',20,0,6785,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11582,'N/A',0,0,6785,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11583,'Yes',0,0,6787,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11584,'No',2,0,6787,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11585,'Other',20,0,6787,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11586,'N/A',0,0,6787,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11587,'Yes',0,0,6788,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11588,'No',2,0,6788,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11589,'Other',20,0,6788,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11590,'N/A',0,0,6788,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11591,'Yes',0,0,6791,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11592,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6793,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11593,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6793,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11594,'Other',0,0,6793,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11595,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6796,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11596,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6796,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11597,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6798,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11598,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6798,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11599,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6800,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11600,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6800,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11601,'YES–The plan is readily available',1,0,6803,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11602,'NO–The plan is not available',2,0,6803,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11603,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6805,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11604,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6805,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11605,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6805,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11606,'YES –There are suitable arrangements in place to prevent danger.',1,0,6807,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11607,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6807,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11608,'YES -The company have a system in place for full evacuation',1,0,6809,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11609,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6809,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11610,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6811,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11611,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6811,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11612,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6813,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11613,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6813,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11614,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6815,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11615,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6815,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11616,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6817,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11617,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6817,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11618,'1 YES -They do consider of other organisation in the within the building',1,0,6820,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11619,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6820,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11620,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6820,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11621,'Yes - The responsible person has been allocated in thereport.',1,0,6823,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11622,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6823,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11623,'Yes',0,0,6826,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11624,'Yes',0,0,6826,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11625,'No',5,0,6826,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11626,'N/A',0,0,6826,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11627,'Other',20,0,6826,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11628,'Choice 8',3,0,6826,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11629,'Yes',0,0,6827,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11630,'No',5,0,6827,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11631,'Other',20,0,6827,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11632,'Other',20,0,6827,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11633,'Yes',0,0,6831,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11634,'Yes',0,0,6831,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11635,'No',5,0,6831,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11636,'N/A',0,0,6831,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11637,'Other',20,0,6831,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11638,'Choice 8',3,0,6831,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11639,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,6832,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11640,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,6832,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11641,'Own Answer',5,0,6832,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11642,'Yes',0,0,6837,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11643,'Yes',0,0,6837,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11644,'No',5,0,6837,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11645,'N/A',0,0,6837,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11646,'Other',20,0,6837,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11647,'Yes',0,0,6838,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11648,'No',5,0,6838,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11649,'Other',20,0,6838,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11650,'Detached',1,0,6842,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11651,'Semi Detached',2,0,6842,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11652,'Terraced',3,0,6842,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11653,'Linked-Detached',1,0,6842,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11654,'Other',20,0,6842,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11655,'House',1,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11656,'Bungalow',1,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11657,'Block of Flats - Studios up to 6 Floor Levels',3,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11658,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11659,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11660,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11661,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11662,'Underground Property',1,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11663,'Factory/ Warehouse',3,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11664,'Garage/ Workshop',3,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11665,'Retail Shop',2,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11666,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11667,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11668,'Other',20,0,6843,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11669,'1-5',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11670,'5-10',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11671,'10-15',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11672,'15-20',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11673,'20-25',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11674,'25-30',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11675,'30-35',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11676,'35-40',0,0,6844,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11677,'1',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11678,'2',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11679,'3',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11680,'4',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11681,'5',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11682,'6',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11683,'7',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11684,'8',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11685,'9',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11686,'10',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11687,'11',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11688,'12',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11689,'13',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11690,'14',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11691,'15',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11692,'16',1,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11693,'N/A',0,0,6847,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11694,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6848,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11695,'Main walls cob',9,0,6848,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11696,'Main walls cavity brick and block',8,0,6848,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11697,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6848,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11698,'Main walls metal post with sheet metal walling covering',6,0,6848,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11699,'Main walls timber frame with concrete or block inner or outer skin',5,0,6848,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11700,'1',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11701,'2',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11702,'3',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11703,'4',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11704,'5',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11705,'6',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11706,'7',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11707,'8',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11708,'9',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11709,'10',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11710,'11',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11711,'12',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11712,'13',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11713,'14',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11714,'15',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11715,'16',2,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11716,'Other',20,0,6851,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(11717,'Choice 1',10,0,6852,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11718,'Choice 2',9,0,6852,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11719,'Choice 3',8,0,6852,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11720,'Choice 4',7,0,6852,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11721,'Choice 5',6,0,6852,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11722,'Choice 6',5,0,6852,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11723,'Choice 1',10,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11724,'Choice 2',9,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11725,'Choice 3',8,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11726,'Choice 4',7,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11727,'Choice 5',6,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11728,'Choice 6',5,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11729,'Choice 7',4,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11730,'Choice 8',3,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11731,'Choice 9',2,0,6856,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11732,'Choice 1',10,0,6860,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11733,'Choice 2',9,0,6860,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11734,'Choice 3',8,0,6860,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11735,'Choice 4',7,0,6860,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11736,'Choice 5',6,0,6860,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11737,'Choice 1',10,0,6861,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11738,'Choice 2',9,0,6861,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11739,'Choice 3',8,0,6861,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11740,'Choice 4',7,0,6861,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11741,'Choice 1',10,0,6873,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11742,'Choice 2',9,0,6873,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11743,'Choice 3',8,0,6873,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11744,'Choice 4',7,0,6873,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11745,'Choice 5',6,0,6873,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11746,'Choice 1',10,0,6875,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11747,'Choice 2',9,0,6875,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11748,'Choice 3',8,0,6875,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11749,'Choice 4',7,0,6875,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11750,'Choice 5',6,0,6875,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11751,'Choice 6',5,0,6875,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11752,'Choice 1',10,0,6881,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11753,'Choice 2',9,0,6881,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11754,'Choice 3',8,0,6881,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11755,'Choice 1',10,0,6884,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11756,'Choice 2',9,0,6884,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11757,'Choice 3',8,0,6884,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11758,'Choice 4',7,0,6884,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11759,'Choice 1',10,0,6886,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11760,'Choice 2',9,0,6886,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11761,'Choice 3',8,0,6886,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11762,'Choice 4',7,0,6886,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11763,'Choice 5',6,0,6886,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11764,'Choice 1',10,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11765,'Choice 2',9,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11766,'Choice 3',8,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11767,'Choice 4',7,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11768,'Choice 5',6,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11769,'Choice 6',5,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11770,'Choice 7',4,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11771,'Choice 8',3,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11772,'Choice 9',2,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11773,'Choice 10',1,0,6889,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11774,'Choice 1',10,0,6890,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11775,'Choice 2',9,0,6890,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11776,'Choice 3',8,0,6890,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11777,'Choice 1',10,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11778,'Choice 2',9,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11779,'Choice 3',8,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11780,'Choice 4',7,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11781,'Choice 5',6,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11782,'Choice 6',5,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11783,'Choice 7',4,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11784,'Choice 8',3,0,6897,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11785,'Fan Heaters',4,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11786,'Electric Heaters',4,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11787,'Gas Heater',5,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11788,'Other Boilers',2,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11789,'Electrical Equipment',3,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11790,'Electrical Leads',3,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11791,'Portable Equipment',3,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11792,'Portable Lighting',2,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11793,'Cooking kitchen Equipment',6,0,6899,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11794,'Wood/Paper/Cardboard etc',3,0,6902,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11795,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,6902,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11796,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,6902,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11797,'Waste Material Controlled -in locked wheely bin or store',2,0,6902,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11798,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,6902,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11799,'Director',1,0,6908,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11800,'Owner Landlord',1,0,6908,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11801,'Site Maitenance',1,0,6908,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11802,'Estate Agent',1,0,6908,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11803,'Letting Agent',1,0,6908,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11804,'Other',0,0,6908,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11805,'Property Agent',10,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11806,'Owner Landlord',9,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11807,'Site Manager',8,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11808,'Property Manager',7,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11809,'Construction Manager',6,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11810,'Fire Warden',5,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11811,'Director',4,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11812,'CEO',3,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11813,'Other',0,0,6909,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11814,'A Property Within Building Block',1,0,6910,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11815,'All Of The Property',5,0,6910,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11816,'Communal Areas Only',2,0,6910,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11817,'House',5,0,6910,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11818,'Flat',7,0,6910,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11819,'Other',0,0,6910,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11820,'Nebosh',1,0,6918,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11821,'Level 2 Fire Risk Assessor',1,0,6918,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11822,'Competant Person',1,0,6918,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11823,'Y',0,0,6920,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11824,'N',2,0,6920,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11825,'Other',20,0,6920,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11826,'N/A',0,0,6920,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11827,'Yes',0,0,6922,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11828,'No',2,0,6922,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11829,'Other',20,0,6922,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11830,'N/A',0,0,6922,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11831,'Yes',0,0,6923,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11832,'No',2,0,6923,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11833,'Other',20,0,6923,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11834,'N/A',0,0,6923,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11835,'Yes',0,0,6926,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11836,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,6928,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11837,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,6928,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11838,'Other',0,0,6928,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11839,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,6931,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11840,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,6931,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11841,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,6933,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11842,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,6933,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11843,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,6935,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11844,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,6935,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11845,'YES–The plan is readily available',1,0,6938,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11846,'NO–The plan is not available',2,0,6938,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11847,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,6940,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11848,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,6940,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11849,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,6940,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11850,'YES –There are suitable arrangements in place to prevent danger.',1,0,6942,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11851,'NO -There are Not suitable arrangements in place to prevent danger',4,0,6942,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11852,'YES -The company have a system in place for full evacuation',1,0,6944,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11853,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,6944,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11854,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,6946,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11855,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,6946,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11856,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,6948,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11857,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,6948,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11858,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,6950,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11859,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,6950,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11860,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,6952,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11861,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,6952,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11862,'1 YES -They do consider of other organisation in the within the building',1,0,6955,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11863,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,6955,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11864,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,6955,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11865,'Yes - The responsible person has been allocated in thereport.',1,0,6958,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11866,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,6958,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11867,'Yes',0,0,6961,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11868,'Yes',0,0,6961,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11869,'No',5,0,6961,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11870,'N/A',0,0,6961,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11871,'Other',20,0,6961,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11872,'Choice 8',3,0,6961,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11873,'Yes',0,0,6962,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11874,'No',5,0,6962,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11875,'Other',20,0,6962,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11876,'Other',20,0,6962,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11877,'Yes',0,0,6966,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11878,'Yes',0,0,6966,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11879,'No',5,0,6966,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11880,'N/A',0,0,6966,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11881,'Other',20,0,6966,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11882,'Choice 8',3,0,6966,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11883,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,6967,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11884,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,6967,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11885,'Own Answer',5,0,6967,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11886,'Yes',0,0,6972,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11887,'Yes',0,0,6972,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11888,'No',5,0,6972,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11889,'N/A',0,0,6972,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11890,'Other',20,0,6972,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11891,'Yes',0,0,6973,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11892,'No',5,0,6973,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11893,'Other',20,0,6973,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11894,'Detached',1,0,6977,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11895,'Semi Detached',2,0,6977,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11896,'Terraced',3,0,6977,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11897,'Linked-Detached',1,0,6977,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11898,'Other',20,0,6977,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11899,'House',1,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11900,'Bungalow',1,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11901,'Block of Flats - Studios up to 6 Floor Levels',3,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11902,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11903,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11904,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11905,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11906,'Underground Property',1,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11907,'Factory/ Warehouse',3,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11908,'Garage/ Workshop',3,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11909,'Retail Shop',2,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11910,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11911,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11912,'Other',20,0,6978,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11913,'1-5',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11914,'5-10',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11915,'10-15',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11916,'15-20',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11917,'20-25',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11918,'25-30',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11919,'30-35',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11920,'35-40',0,0,6979,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11921,'1',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11922,'2',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11923,'3',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11924,'4',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11925,'5',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11926,'6',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11927,'7',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11928,'8',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11929,'9',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11930,'10',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11931,'11',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11932,'12',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11933,'13',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11934,'14',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11935,'15',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11936,'16',1,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11937,'N/A',0,0,6982,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11938,'1',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11939,'2',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11940,'3',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11941,'4',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11942,'5',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11943,'6',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11944,'7',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11945,'8',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11946,'9',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11947,'10',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11948,'11',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11949,'12',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11950,'13',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11951,'14',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11952,'15',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11953,'16',2,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11954,'N/A',20,0,6983,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11955,'Main walls pre 1900 solid brick- stone- concrete.',10,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11956,'Main walls cob',9,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11957,'Main walls cavity brick and block',8,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11958,'Main walls concrete inner skin with curtain walling outer skin.',7,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11959,'Main walls metal post with sheet metal walling covering',6,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11960,'Main walls timber frame with concrete or block inner or outer skin',5,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11961,'7',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11962,'8',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11963,'9',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11964,'10',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11965,'11',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11966,'12',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11967,'13',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11968,'14',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11969,'15',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11970,'16',2,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11971,'Other',20,0,6984,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11972,'1',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11973,'2',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11974,'3',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11975,'4',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11976,'5',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11977,'6',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11978,'7',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11979,'8',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11980,'9',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11981,'10',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11982,'11',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11983,'12',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11984,'13',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11985,'14',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11986,'15',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11987,'16',2,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11988,'Other',20,0,6985,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(11989,'Choice 1',10,0,6986,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11990,'Choice 2',9,0,6986,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11991,'Choice 3',8,0,6986,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11992,'Choice 4',7,0,6986,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11993,'Choice 5',6,0,6986,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11994,'Choice 6',5,0,6986,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11995,'Choice 1',10,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11996,'Choice 2',9,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11997,'Choice 3',8,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11998,'Choice 4',7,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(11999,'Choice 5',6,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12000,'Choice 6',5,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12001,'Choice 7',4,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12002,'Choice 8',3,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12003,'Choice 9',2,0,6990,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12004,'Choice 1',10,0,6994,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12005,'Choice 2',9,0,6994,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12006,'Choice 3',8,0,6994,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12007,'Choice 4',7,0,6994,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12008,'Choice 5',6,0,6994,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12009,'Choice 1',10,0,6995,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12010,'Choice 2',9,0,6995,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12011,'Choice 3',8,0,6995,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12012,'Choice 4',7,0,6995,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12013,'Choice 1',10,0,7007,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12014,'Choice 2',9,0,7007,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12015,'Choice 3',8,0,7007,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12016,'Choice 4',7,0,7007,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12017,'Choice 5',6,0,7007,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12018,'Choice 1',10,0,7009,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12019,'Choice 2',9,0,7009,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12020,'Choice 3',8,0,7009,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12021,'Choice 4',7,0,7009,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12022,'Choice 5',6,0,7009,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12023,'Choice 6',5,0,7009,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12024,'Choice 1',10,0,7015,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12025,'Choice 2',9,0,7015,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12026,'Choice 3',8,0,7015,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12027,'Choice 1',10,0,7018,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12028,'Choice 2',9,0,7018,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12029,'Choice 3',8,0,7018,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12030,'Choice 4',7,0,7018,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12031,'Choice 1',10,0,7020,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12032,'Choice 2',9,0,7020,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12033,'Choice 3',8,0,7020,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12034,'Choice 4',7,0,7020,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12035,'Choice 5',6,0,7020,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12036,'Choice 1',10,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12037,'Choice 2',9,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12038,'Choice 3',8,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12039,'Choice 4',7,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12040,'Choice 5',6,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12041,'Choice 6',5,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12042,'Choice 7',4,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12043,'Choice 8',3,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12044,'Choice 9',2,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12045,'Choice 10',1,0,7023,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12046,'Choice 1',10,0,7024,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12047,'Choice 2',9,0,7024,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12048,'Choice 3',8,0,7024,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12049,'Choice 1',10,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12050,'Choice 2',9,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12051,'Choice 3',8,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12052,'Choice 4',7,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12053,'Choice 5',6,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12054,'Choice 6',5,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12055,'Choice 7',4,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12056,'Choice 8',3,0,7031,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12057,'Fan Heaters',4,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12058,'Electric Heaters',4,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12059,'Gas Heater',5,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12060,'Other Boilers',2,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12061,'Electrical Equipment',3,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12062,'Electrical Leads',3,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12063,'Portable Equipment',3,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12064,'Portable Lighting',2,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12065,'Cooking kitchen Equipment',6,0,7033,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12066,'Wood/Paper/Cardboard etc',3,0,7036,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12067,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7036,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12068,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7036,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12069,'Waste Material Controlled -in locked wheely bin or store',2,0,7036,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12070,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7036,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12071,'Director',1,0,7042,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12072,'Owner Landlord',1,0,7042,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12073,'Site Maitenance',1,0,7042,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12074,'Estate Agent',1,0,7042,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12075,'Letting Agent',1,0,7042,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12076,'Other',0,0,7042,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12077,'Property Agent',10,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12078,'Owner Landlord',9,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12079,'Site Manager',8,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12080,'Property Manager',7,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12081,'Construction Manager',6,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12082,'Fire Warden',5,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12083,'Director',4,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12084,'CEO',3,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12085,'Other',0,0,7043,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12086,'A Property Within Building Block',1,0,7044,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12087,'All Of The Property',5,0,7044,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12088,'Communal Areas Only',2,0,7044,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12089,'House',5,0,7044,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12090,'Flat',7,0,7044,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12091,'Other',0,0,7044,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12092,'Nebosh',1,0,7052,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12093,'Level 2 Fire Risk Assessor',1,0,7052,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12094,'Competant Person',1,0,7052,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(12095,'Y',0,0,7054,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12096,'N',2,0,7054,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12097,'Other',20,0,7054,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12098,'N/A',0,0,7054,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12099,'Yes',0,0,7056,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12100,'No',2,0,7056,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12101,'Other',20,0,7056,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12102,'N/A',0,0,7056,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12103,'Yes',0,0,7057,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12104,'No',2,0,7057,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12105,'Other',20,0,7057,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12106,'N/A',0,0,7057,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12107,'Yes',0,0,7060,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12108,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,7062,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12109,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,7062,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12110,'Other',0,0,7062,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12111,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,7065,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12112,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,7065,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12113,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,7067,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12114,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,7067,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12115,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,7069,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12116,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,7069,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12117,'YES–The plan is readily available',1,0,7072,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12118,'NO–The plan is not available',2,0,7072,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12119,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7074,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12120,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7074,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12121,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7074,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12122,'YES –There are suitable arrangements in place to prevent danger.',1,0,7076,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12123,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7076,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12124,'YES -The company have a system in place for full evacuation',1,0,7078,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12125,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7078,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12126,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7080,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12127,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7080,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12128,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7082,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12129,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7082,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12130,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7084,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12131,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7084,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12132,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7086,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12133,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7086,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12134,'1 YES -They do consider of other organisation in the within the building',1,0,7089,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12135,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7089,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12136,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7089,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12137,'Yes - The responsible person has been allocated in thereport.',1,0,7092,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12138,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7092,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12139,'Yes',0,0,7095,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12140,'Yes',0,0,7095,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12141,'No',5,0,7095,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12142,'N/A',0,0,7095,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12143,'Other',20,0,7095,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12144,'Choice 8',3,0,7095,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12145,'Yes',0,0,7096,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12146,'No',5,0,7096,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12147,'Other',20,0,7096,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12148,'Other',20,0,7096,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12149,'Yes',0,0,7100,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12150,'Yes',0,0,7100,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12151,'No',5,0,7100,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12152,'N/A',0,0,7100,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12153,'Other',20,0,7100,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12154,'Choice 8',3,0,7100,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12155,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,7101,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12156,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,7101,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12157,'Own Answer',5,0,7101,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12158,'Yes',0,0,7106,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12159,'Yes',0,0,7106,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12160,'No',5,0,7106,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12161,'N/A',0,0,7106,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12162,'Other',20,0,7106,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12163,'Yes',0,0,7107,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12164,'No',5,0,7107,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12165,'Other',20,0,7107,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12166,'Detached',1,0,7111,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12167,'Semi Detached',2,0,7111,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12168,'Terraced',3,0,7111,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12169,'Linked-Detached',1,0,7111,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12170,'Other',20,0,7111,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12171,'House',1,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12172,'Bungalow',1,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12173,'Block of Flats - Studios up to 6 Floor Levels',3,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12174,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12175,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12176,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12177,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12178,'Underground Property',1,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12179,'Factory/ Warehouse',3,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12180,'Garage/ Workshop',3,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12181,'Retail Shop',2,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12182,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12183,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12184,'Other',20,0,7112,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12185,'1-5',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12186,'5-10',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12187,'10-15',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12188,'15-20',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12189,'20-25',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12190,'25-30',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12191,'30-35',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12192,'35-40',0,0,7113,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12193,'1',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12194,'2',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12195,'3',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12196,'4',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12197,'5',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12198,'6',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12199,'7',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12200,'8',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12201,'9',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12202,'10',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12203,'11',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12204,'12',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12205,'13',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12206,'14',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12207,'15',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12208,'16',1,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12209,'N/A',0,0,7116,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12210,'1',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12211,'2',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12212,'3',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12213,'4',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12214,'5',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12215,'6',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12216,'7',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12217,'8',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12218,'9',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12219,'10',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12220,'11',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12221,'12',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12222,'13',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12223,'14',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12224,'15',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12225,'16',2,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12226,'N/A',20,0,7117,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12227,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12228,'Main walls cob',9,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12229,'Main walls cavity brick and block',8,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12230,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12231,'Main walls metal post with sheet metal walling covering',6,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12232,'Main walls timber frame with concrete or block inner or outer skin',5,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12233,'7',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12234,'8',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12235,'9',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12236,'10',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12237,'11',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12238,'12',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12239,'13',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12240,'14',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12241,'15',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12242,'16',2,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12243,'Other',20,0,7118,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12244,'1',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12245,'2',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12246,'3',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12247,'4',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12248,'5',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12249,'6',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12250,'7',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12251,'8',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12252,'9',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12253,'10',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12254,'11',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12255,'12',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12256,'13',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12257,'14',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12258,'15',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12259,'16',2,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12260,'Other',20,0,7119,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12261,'Yes',0,0,7120,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12262,'No',5,0,7120,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12263,'Other',20,0,7120,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12264,'Yes',0,0,7121,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12265,'No',5,0,7121,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12266,'NA',5,0,7121,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12267,'Other',20,0,7121,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12268,'Yes',0,0,7122,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12269,'No',5,0,7122,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12270,'NA',0,0,7122,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12271,'Other',20,0,7122,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12272,'Yes',1,0,7123,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12273,'Yes',0,0,7123,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12274,'No',5,0,7123,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12275,'Other',20,0,7123,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12276,'Yes',0,0,7124,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12277,'No',5,0,7124,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12278,'NA',5,0,7124,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12279,'Other',20,0,7124,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12280,'Yes',0,0,7125,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12281,'No',5,0,7125,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12282,'NA',0,0,7125,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12283,'Other',20,0,7125,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12284,'Choice 6',5,0,7125,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12285,'Choice 6',5,0,7125,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12286,'Yes',0,0,7126,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12287,'No',5,0,7126,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12288,'NA',5,0,7126,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12289,'Other',20,0,7126,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(12290,'Choice 1',10,0,7127,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12291,'Choice 2',9,0,7127,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12292,'Choice 3',8,0,7127,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12293,'Choice 4',7,0,7127,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12294,'Choice 5',6,0,7127,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12295,'Choice 6',5,0,7127,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12296,'Choice 1',10,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12297,'Choice 2',9,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12298,'Choice 3',8,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12299,'Choice 4',7,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12300,'Choice 5',6,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12301,'Choice 6',5,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12302,'Choice 7',4,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12303,'Choice 8',3,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12304,'Choice 9',2,0,7131,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12305,'Choice 1',10,0,7135,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12306,'Choice 2',9,0,7135,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12307,'Choice 3',8,0,7135,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12308,'Choice 4',7,0,7135,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12309,'Choice 5',6,0,7135,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12310,'Choice 1',10,0,7136,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12311,'Choice 2',9,0,7136,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12312,'Choice 3',8,0,7136,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12313,'Choice 4',7,0,7136,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12314,'Choice 1',10,0,7149,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12315,'Choice 2',9,0,7149,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12316,'Choice 3',8,0,7149,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12317,'Choice 1',10,0,7152,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12318,'Choice 2',9,0,7152,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12319,'Choice 3',8,0,7152,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12320,'Choice 4',7,0,7152,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12321,'Choice 1',10,0,7154,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12322,'Choice 2',9,0,7154,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12323,'Choice 3',8,0,7154,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12324,'Choice 4',7,0,7154,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12325,'Choice 5',6,0,7154,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12326,'Choice 1',10,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12327,'Choice 2',9,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12328,'Choice 3',8,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12329,'Choice 4',7,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12330,'Choice 5',6,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12331,'Choice 6',5,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12332,'Choice 7',4,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12333,'Choice 8',3,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12334,'Choice 9',2,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12335,'Choice 10',1,0,7157,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12336,'Choice 1',10,0,7158,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12337,'Choice 2',9,0,7158,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12338,'Choice 3',8,0,7158,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12339,'Choice 1',10,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12340,'Choice 2',9,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12341,'Choice 3',8,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12342,'Choice 4',7,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12343,'Choice 5',6,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12344,'Choice 6',5,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12345,'Choice 7',4,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12346,'Choice 8',3,0,7165,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12347,'Fan Heaters',4,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12348,'Electric Heaters',4,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12349,'Gas Heater',5,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12350,'Other Boilers',2,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12351,'Electrical Equipment',3,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12352,'Electrical Leads',3,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12353,'Portable Equipment',3,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12354,'Portable Lighting',2,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12355,'Cooking kitchen Equipment',6,0,7167,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12356,'Wood/Paper/Cardboard etc',3,0,7170,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12357,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7170,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12358,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7170,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12359,'Waste Material Controlled -in locked wheely bin or store',2,0,7170,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12360,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7170,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12361,'Director',1,0,7176,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12362,'Owner Landlord',1,0,7176,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12363,'Site Maitenance',1,0,7176,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12364,'Estate Agent',1,0,7176,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12365,'Letting Agent',1,0,7176,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12366,'Other',0,0,7176,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12367,'Property Agent',10,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12368,'Owner Landlord',9,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12369,'Site Manager',8,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12370,'Property Manager',7,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12371,'Construction Manager',6,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12372,'Fire Warden',5,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12373,'Director',4,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12374,'CEO',3,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12375,'Other',0,0,7177,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12376,'A Property Within Building Block',1,0,7178,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12377,'All Of The Property',5,0,7178,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12378,'Communal Areas Only',2,0,7178,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12379,'House',5,0,7178,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12380,'Flat',7,0,7178,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12381,'Other',0,0,7178,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12382,'Nebosh',1,0,7186,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12383,'Level 2 Fire Risk Assessor',1,0,7186,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12384,'Competant Person',1,0,7186,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12385,'Y',0,0,7188,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12386,'N',2,0,7188,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12387,'Other',20,0,7188,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12388,'N/A',0,0,7188,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12389,'Yes',0,0,7190,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12390,'No',2,0,7190,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12391,'Other',20,0,7190,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12392,'N/A',0,0,7190,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12393,'Yes',0,0,7191,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12394,'No',2,0,7191,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12395,'Other',20,0,7191,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12396,'N/A',0,0,7191,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12397,'Yes',0,0,7194,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12398,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,7196,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12399,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,7196,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12400,'Other',0,0,7196,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12401,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,7199,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12402,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,7199,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12403,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,7201,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12404,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,7201,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12405,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,7203,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12406,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,7203,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12407,'YES–The plan is readily available',1,0,7206,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12408,'NO–The plan is not available',2,0,7206,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12409,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7208,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12410,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7208,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12411,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7208,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12412,'YES –There are suitable arrangements in place to prevent danger.',1,0,7210,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12413,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7210,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12414,'YES -The company have a system in place for full evacuation',1,0,7212,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12415,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7212,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(12416,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7214,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12417,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7214,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12418,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7216,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12419,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7216,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12420,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7218,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12421,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7218,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12422,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7220,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12423,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7220,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12424,'1 YES -They do consider of other organisation in the within the building',1,0,7223,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12425,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7223,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12426,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7223,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12427,'Yes - The responsible person has been allocated in thereport.',1,0,7226,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12428,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7226,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12429,'Yes',0,0,7229,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12430,'Yes',0,0,7229,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12431,'No',5,0,7229,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12432,'N/A',0,0,7229,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12433,'Other',20,0,7229,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12434,'Choice 8',3,0,7229,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12435,'Yes',0,0,7230,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12436,'No',5,0,7230,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12437,'Other',20,0,7230,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12438,'Other',20,0,7230,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12439,'Yes',0,0,7234,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12440,'Yes',0,0,7234,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12441,'No',5,0,7234,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12442,'N/A',0,0,7234,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12443,'Other',20,0,7234,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12444,'Choice 8',3,0,7234,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12445,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,7235,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12446,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,7235,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12447,'Own Answer',5,0,7235,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12448,'Yes',0,0,7240,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12449,'Yes',0,0,7240,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12450,'No',5,0,7240,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12451,'N/A',0,0,7240,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12452,'Other',20,0,7240,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12453,'Yes',0,0,7241,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12454,'No',5,0,7241,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12455,'Other',20,0,7241,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12456,'Detached',1,0,7245,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12457,'Semi Detached',2,0,7245,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12458,'Terraced',3,0,7245,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12459,'Linked-Detached',1,0,7245,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12460,'Other',20,0,7245,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12461,'House',1,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12462,'Bungalow',1,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12463,'Block of Flats - Studios up to 6 Floor Levels',3,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12464,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12465,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12466,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12467,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12468,'Underground Property',1,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12469,'Factory/ Warehouse',3,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12470,'Garage/ Workshop',3,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12471,'Retail Shop',2,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12472,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12473,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12474,'Other',20,0,7246,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12475,'1-5',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12476,'5-10',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12477,'10-15',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12478,'15-20',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12479,'20-25',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12480,'25-30',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12481,'30-35',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12482,'35-40',0,0,7247,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12483,'1',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12484,'2',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12485,'3',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12486,'4',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12487,'5',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12488,'6',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12489,'7',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12490,'8',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12491,'9',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12492,'10',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12493,'11',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12494,'12',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12495,'13',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12496,'14',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12497,'15',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12498,'16',1,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12499,'N/A',0,0,7250,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12500,'1',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12501,'2',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12502,'3',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12503,'4',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12504,'5',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12505,'6',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12506,'7',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12507,'8',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12508,'9',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12509,'10',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12510,'11',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12511,'12',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12512,'13',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12513,'14',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12514,'15',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12515,'16',2,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12516,'N/A',20,0,7251,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12517,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12518,'Main walls cob',9,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12519,'Main walls cavity brick and block',8,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12520,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12521,'Main walls metal post with sheet metal walling covering',6,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12522,'Main walls timber frame with concrete or block inner or outer skin',5,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12523,'7',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12524,'8',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12525,'9',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12526,'10',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12527,'11',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12528,'12',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12529,'13',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12530,'14',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12531,'15',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12532,'16',2,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12533,'Other',20,0,7252,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12534,'1',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12535,'2',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12536,'3',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12537,'4',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12538,'5',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12539,'6',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12540,'7',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12541,'8',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12542,'9',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12543,'10',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12544,'11',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12545,'12',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12546,'13',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12547,'14',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12548,'15',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12549,'16',2,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12550,'Other',20,0,7253,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12551,'Yes',0,0,7254,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12552,'No',5,0,7254,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12553,'Other',20,0,7254,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12554,'Yes',0,0,7255,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12555,'No',5,0,7255,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12556,'NA',5,0,7255,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12557,'Other',20,0,7255,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12558,'Yes',0,0,7256,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12559,'No',5,0,7256,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12560,'NA',0,0,7256,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12561,'Other',20,0,7256,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12562,'Yes',1,0,7257,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12563,'Yes',0,0,7257,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12564,'No',5,0,7257,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12565,'Other',20,0,7257,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12566,'Yes',0,0,7258,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12567,'No',5,0,7258,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12568,'NA',5,0,7258,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12569,'Other',20,0,7258,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12570,'Yes',0,0,7259,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12571,'No',5,0,7259,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12572,'NA',0,0,7259,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12573,'Other',20,0,7259,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12574,'Choice 6',5,0,7259,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12575,'Yes',0,0,7260,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12576,'No',5,0,7260,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12577,'NA',5,0,7260,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12578,'Other',20,0,7260,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(12579,'Choice 1',10,0,7261,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12580,'Choice 2',9,0,7261,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12581,'Choice 3',8,0,7261,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12582,'Choice 4',7,0,7261,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12583,'Choice 5',6,0,7261,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12584,'Choice 6',5,0,7261,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12585,'Choice 1',10,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12586,'Choice 2',9,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12587,'Choice 3',8,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12588,'Choice 4',7,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12589,'Choice 5',6,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12590,'Choice 6',5,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12591,'Choice 7',4,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12592,'Choice 8',3,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12593,'Choice 9',2,0,7265,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12594,'Choice 1',10,0,7269,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12595,'Choice 2',9,0,7269,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12596,'Choice 3',8,0,7269,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12597,'Choice 4',7,0,7269,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12598,'Choice 5',6,0,7269,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12599,'Choice 1',10,0,7270,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12600,'Choice 2',9,0,7270,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12601,'Choice 3',8,0,7270,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12602,'Choice 4',7,0,7270,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12603,'Choice 1',10,0,7283,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12604,'Choice 2',9,0,7283,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12605,'Choice 3',8,0,7283,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12606,'Choice 1',10,0,7286,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12607,'Choice 2',9,0,7286,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12608,'Choice 3',8,0,7286,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12609,'Choice 4',7,0,7286,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12610,'Choice 1',10,0,7288,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12611,'Choice 2',9,0,7288,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12612,'Choice 3',8,0,7288,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12613,'Choice 4',7,0,7288,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12614,'Choice 5',6,0,7288,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12615,'Choice 1',10,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12616,'Choice 2',9,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12617,'Choice 3',8,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12618,'Choice 4',7,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12619,'Choice 5',6,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12620,'Choice 6',5,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12621,'Choice 7',4,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12622,'Choice 8',3,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12623,'Choice 9',2,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12624,'Choice 10',1,0,7291,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12625,'Choice 1',10,0,7292,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12626,'Choice 2',9,0,7292,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12627,'Choice 3',8,0,7292,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12628,'Wood/Paper/Cardboard etc',3,0,7296,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12629,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7296,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12630,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7296,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12631,'Waste Material Controlled -in locked wheely bin or store',2,0,7296,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12632,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7296,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12633,'Choice 1',10,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12634,'Choice 2',9,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12635,'Choice 3',8,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12636,'Choice 4',7,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12637,'Choice 5',6,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12638,'Choice 6',5,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12639,'Choice 7',4,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12640,'Choice 8',3,0,7302,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12641,'Fan Heaters',4,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12642,'Electric Heaters',4,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12643,'Gas Heater',5,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12644,'Other Boilers',2,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12645,'Electrical Equipment',3,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12646,'Electrical Leads',3,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12647,'Portable Equipment',3,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12648,'Portable Lighting',2,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12649,'Cooking kitchen Equipment',6,0,7304,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12650,'Director',1,0,7310,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12651,'Owner Landlord',1,0,7310,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12652,'Site Maitenance',1,0,7310,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12653,'Estate Agent',1,0,7310,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12654,'Letting Agent',1,0,7310,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12655,'Other',0,0,7310,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12656,'Property Agent',10,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12657,'Owner Landlord',9,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12658,'Site Manager',8,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12659,'Property Manager',7,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12660,'Construction Manager',6,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12661,'Fire Warden',5,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12662,'Director',4,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12663,'CEO',3,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12664,'Other',0,0,7311,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12665,'A Property Within Building Block',1,0,7312,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12666,'All Of The Property',5,0,7312,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12667,'Communal Areas Only',2,0,7312,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12668,'House',5,0,7312,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12669,'Flat',7,0,7312,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12670,'Other',0,0,7312,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12671,'Nebosh',1,0,7320,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12672,'Level 2 Fire Risk Assessor',1,0,7320,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12673,'Competant Person',1,0,7320,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12674,'Y',0,0,7322,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12675,'N',2,0,7322,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12676,'Other',20,0,7322,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12677,'N/A',0,0,7322,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12678,'Yes',0,0,7324,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12679,'No',2,0,7324,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12680,'Other',20,0,7324,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12681,'N/A',0,0,7324,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12682,'Yes',0,0,7325,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12683,'No',2,0,7325,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12684,'Other',20,0,7325,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12685,'N/A',0,0,7325,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12686,'Yes',0,0,7328,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12687,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,7330,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12688,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,7330,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12689,'Other',0,0,7330,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12690,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,7333,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12691,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,7333,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12692,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,7335,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12693,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,7335,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12694,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,7337,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12695,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,7337,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12696,'YES–The plan is readily available',1,0,7340,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12697,'NO–The plan is not available',2,0,7340,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12698,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7342,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12699,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7342,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12700,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7342,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12701,'YES –There are suitable arrangements in place to prevent danger.',1,0,7344,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12702,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7344,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12703,'YES -The company have a system in place for full evacuation',1,0,7346,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12704,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7346,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12705,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7348,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12706,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7348,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12707,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7350,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12708,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7350,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12709,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7352,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12710,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7352,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12711,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7354,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12712,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7354,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12713,'1 YES -They do consider of other organisation in the within the building',1,0,7357,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12714,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7357,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12715,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7357,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12716,'Yes - The responsible person has been allocated in thereport.',1,0,7360,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12717,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7360,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12718,'Yes',0,0,7363,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12719,'Yes',0,0,7363,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12720,'No',5,0,7363,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12721,'N/A',0,0,7363,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12722,'Other',20,0,7363,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12723,'Choice 8',3,0,7363,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12724,'Yes',0,0,7364,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12725,'No',5,0,7364,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12726,'Other',20,0,7364,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12727,'Other',20,0,7364,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12728,'Yes',0,0,7368,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12729,'Yes',0,0,7368,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12730,'No',5,0,7368,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12731,'N/A',0,0,7368,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12732,'Other',20,0,7368,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12733,'Choice 8',3,0,7368,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12734,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,7369,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12735,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,7369,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12736,'Own Answer',5,0,7369,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12737,'Yes',0,0,7374,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12738,'Yes',0,0,7374,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12739,'No',5,0,7374,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12740,'N/A',0,0,7374,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12741,'Other',20,0,7374,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12742,'Yes',0,0,7375,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12743,'No',5,0,7375,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12744,'Other',20,0,7375,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12745,'Detached',1,0,7379,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12746,'Semi Detached',2,0,7379,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12747,'Terraced',3,0,7379,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12748,'Linked-Detached',1,0,7379,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12749,'Other',20,0,7379,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12750,'House',1,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12751,'Bungalow',1,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12752,'Block of Flats - Studios up to 6 Floor Levels',3,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12753,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12754,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12755,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12756,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12757,'Underground Property',1,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12758,'Factory/ Warehouse',3,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12759,'Garage/ Workshop',3,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12760,'Retail Shop',2,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12761,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12762,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12763,'Other',20,0,7380,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12764,'1-5',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12765,'5-10',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12766,'10-15',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12767,'15-20',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12768,'20-25',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12769,'25-30',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12770,'30-35',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12771,'35-40',0,0,7381,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12772,'1',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12773,'2',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12774,'3',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12775,'4',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12776,'5',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12777,'6',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12778,'7',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12779,'8',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12780,'9',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12781,'10',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12782,'11',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12783,'12',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12784,'13',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12785,'14',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12786,'15',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12787,'16',1,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12788,'N/A',0,0,7384,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12789,'1',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12790,'2',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12791,'3',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12792,'4',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12793,'5',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12794,'6',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12795,'7',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12796,'8',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12797,'9',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12798,'10',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12799,'11',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12800,'12',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12801,'13',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12802,'14',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12803,'15',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12804,'16',2,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12805,'N/A',20,0,7385,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12806,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12807,'Main walls cob',9,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12808,'Main walls cavity brick and block',8,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12809,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12810,'Main walls metal post with sheet metal walling covering',6,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12811,'Main walls timber frame with concrete or block inner or outer skin',5,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12812,'7',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12813,'8',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12814,'9',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12815,'10',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12816,'11',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12817,'12',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12818,'13',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12819,'14',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12820,'15',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12821,'16',2,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12822,'Other',20,0,7386,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12823,'1',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12824,'2',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12825,'3',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12826,'4',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12827,'5',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12828,'6',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12829,'7',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12830,'8',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12831,'9',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12832,'10',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12833,'11',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12834,'12',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12835,'13',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12836,'14',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12837,'15',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12838,'16',2,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12839,'Other',20,0,7387,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12840,'Yes',0,0,7388,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12841,'No',5,0,7388,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12842,'Other',20,0,7388,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12843,'Yes',0,0,7389,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12844,'No',5,0,7389,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12845,'NA',5,0,7389,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12846,'Other',20,0,7389,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12847,'Yes',0,0,7390,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12848,'No',5,0,7390,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12849,'NA',0,0,7390,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12850,'Other',20,0,7390,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12851,'Yes',1,0,7391,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12852,'Yes',0,0,7391,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12853,'No',5,0,7391,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12854,'Other',20,0,7391,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12855,'Yes',0,0,7392,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12856,'No',5,0,7392,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12857,'NA',5,0,7392,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12858,'Other',20,0,7392,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12859,'Yes',0,0,7393,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12860,'No',5,0,7393,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12861,'NA',0,0,7393,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12862,'Other',20,0,7393,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12863,'Choice 6',5,0,7393,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12864,'Yes',0,0,7394,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12865,'No',5,0,7394,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12866,'NA',5,0,7394,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12867,'Other',20,0,7394,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12868,'Yes',0,0,7395,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12869,'Option',5,0,7395,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12870,'No',8,0,7395,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12871,'N/A',0,0,7395,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12872,'Other',20,0,7395,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12873,'Yes',1,0,7397,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12874,'Yes',0,0,7397,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12875,'No',7,0,7397,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12876,'N/A',0,0,7397,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12877,'Other',20,0,7397,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(12878,'Choice 1',10,0,7403,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12879,'Choice 2',9,0,7403,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12880,'Choice 3',8,0,7403,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12881,'Choice 4',7,0,7403,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12882,'Choice 5',6,0,7403,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12883,'Choice 6',5,0,7403,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12884,'Choice 1',10,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12885,'Choice 2',9,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12886,'Choice 3',8,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12887,'Choice 4',7,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12888,'Choice 5',6,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12889,'Choice 6',5,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12890,'Choice 7',4,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12891,'Choice 8',3,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12892,'Choice 9',2,0,7407,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12893,'Choice 1',10,0,7415,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12894,'Choice 2',9,0,7415,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12895,'Choice 3',8,0,7415,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12896,'Choice 1',10,0,7418,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12897,'Choice 2',9,0,7418,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12898,'Choice 3',8,0,7418,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12899,'Choice 4',7,0,7418,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12900,'Choice 1',10,0,7420,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12901,'Choice 2',9,0,7420,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12902,'Choice 3',8,0,7420,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12903,'Choice 4',7,0,7420,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12904,'Choice 5',6,0,7420,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12905,'Choice 1',10,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12906,'Choice 2',9,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12907,'Choice 3',8,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12908,'Choice 4',7,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12909,'Choice 5',6,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12910,'Choice 6',5,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12911,'Choice 7',4,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12912,'Choice 8',3,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12913,'Choice 9',2,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12914,'Choice 10',1,0,7423,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12915,'Choice 1',10,0,7424,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12916,'Choice 2',9,0,7424,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12917,'Choice 3',8,0,7424,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12918,'Wood/Paper/Cardboard etc',3,0,7428,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12919,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7428,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12920,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7428,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12921,'Waste Material Controlled -in locked wheely bin or store',2,0,7428,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12922,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7428,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12923,'Choice 1',10,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12924,'Choice 2',9,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12925,'Choice 3',8,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12926,'Choice 4',7,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12927,'Choice 5',6,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12928,'Choice 6',5,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12929,'Choice 7',4,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12930,'Choice 8',3,0,7434,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12931,'Fan Heaters',4,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12932,'Electric Heaters',4,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12933,'Gas Heater',5,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12934,'Other Boilers',2,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12935,'Electrical Equipment',3,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12936,'Electrical Leads',3,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12937,'Portable Equipment',3,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12938,'Portable Lighting',2,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12939,'Cooking kitchen Equipment',6,0,7436,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12940,'Director',1,0,7442,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12941,'Owner Landlord',1,0,7442,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12942,'Site Maitenance',1,0,7442,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12943,'Estate Agent',1,0,7442,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12944,'Letting Agent',1,0,7442,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12945,'Other',0,0,7442,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12946,'Property Agent',10,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12947,'Owner Landlord',9,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12948,'Site Manager',8,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12949,'Property Manager',7,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12950,'Construction Manager',6,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12951,'Fire Warden',5,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12952,'Director',4,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12953,'CEO',3,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12954,'Other',0,0,7443,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12955,'A Property Within Building Block',1,0,7444,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12956,'All Of The Property',5,0,7444,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12957,'Communal Areas Only',2,0,7444,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12958,'House',5,0,7444,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12959,'Flat',7,0,7444,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12960,'Other',0,0,7444,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12961,'Nebosh',1,0,7452,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12962,'Level 2 Fire Risk Assessor',1,0,7452,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12963,'Competant Person',1,0,7452,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12964,'Y',0,0,7454,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12965,'N',2,0,7454,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12966,'Other',20,0,7454,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12967,'N/A',0,0,7454,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12968,'Yes',0,0,7456,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12969,'No',2,0,7456,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12970,'Other',20,0,7456,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12971,'N/A',0,0,7456,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12972,'Yes',0,0,7457,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12973,'No',2,0,7457,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12974,'Other',20,0,7457,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12975,'N/A',0,0,7457,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12976,'Yes',0,0,7460,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12977,'YES -The property has a fire safety plan which included significant risk area layout in premises',1,0,7462,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12978,'NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.',2,0,7462,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12979,'Other',0,0,7462,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12980,'YES - The premises plan forms a part of the overall emergency plan of the property.',1,0,7465,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12981,'NO –The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.',2,0,7465,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12982,'YES - The premises plan forms a part of other emergency plans within the same property',1,0,7467,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12983,'NO – The premises plan does Not form part of another emergency plan in the same property.',2,0,7467,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12984,'YES -The emergency plans are available for staff – visitors others to see and read and displayed.',1,0,7469,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12985,'NO – The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.',2,0,7469,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12986,'YES–The plan is readily available',1,0,7472,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12987,'NO–The plan is not available',2,0,7472,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12988,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7474,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12989,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7474,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12990,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7474,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12991,'YES –There are suitable arrangements in place to prevent danger.',1,0,7476,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12992,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7476,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12993,'YES -The company have a system in place for full evacuation',1,0,7478,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12994,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7478,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12995,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7480,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12996,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7480,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12997,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7482,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12998,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7482,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(12999,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7484,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13000,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7484,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13001,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7486,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13002,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7486,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13003,'1 YES -They do consider of other organisation in the within the building',1,0,7489,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13004,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7489,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13005,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7489,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13006,'Yes - The responsible person has been allocated in thereport.',1,0,7492,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13007,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7492,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13008,'Yes',0,0,7495,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13009,'Yes',0,0,7495,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13010,'No',5,0,7495,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13011,'N/A',0,0,7495,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13012,'Other',20,0,7495,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13013,'Choice 8',3,0,7495,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13014,'Yes',0,0,7496,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13015,'No',5,0,7496,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13016,'Other',20,0,7496,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13017,'Other',20,0,7496,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13018,'Yes',0,0,7500,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13019,'Yes',0,0,7500,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13020,'No',5,0,7500,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13021,'N/A',0,0,7500,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13022,'Other',20,0,7500,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13023,'Choice 8',3,0,7500,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13024,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,7501,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13025,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,7501,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13026,'Own Answer',5,0,7501,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13027,'Yes',0,0,7506,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13028,'Yes',0,0,7506,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13029,'No',5,0,7506,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13030,'N/A',0,0,7506,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13031,'Other',20,0,7506,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13032,'Yes',0,0,7507,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13033,'No',5,0,7507,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13034,'Other',20,0,7507,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13035,'Detached',1,0,7511,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13036,'Semi Detached',2,0,7511,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13037,'Terraced',3,0,7511,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13038,'Linked-Detached',1,0,7511,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13039,'Other',20,0,7511,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13040,'House',1,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13041,'Bungalow',1,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13042,'Block of Flats - Studios up to 6 Floor Levels',3,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13043,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13044,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13045,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13046,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13047,'Underground Property',1,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13048,'Factory/ Warehouse',3,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13049,'Garage/ Workshop',3,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13050,'Retail Shop',2,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13051,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13052,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13053,'Other',20,0,7512,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13054,'1-5',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13055,'5-10',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13056,'10-15',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13057,'15-20',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13058,'20-25',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13059,'25-30',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13060,'30-35',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13061,'35-40',0,0,7513,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13062,'1',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13063,'2',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13064,'3',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13065,'4',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13066,'5',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13067,'6',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13068,'7',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13069,'8',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13070,'9',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13071,'10',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13072,'11',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13073,'12',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13074,'13',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13075,'14',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13076,'15',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13077,'16',1,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13078,'N/A',0,0,7516,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13079,'1',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13080,'2',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13081,'3',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13082,'4',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13083,'5',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13084,'6',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13085,'7',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13086,'8',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13087,'9',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13088,'10',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13089,'11',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13090,'12',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13091,'13',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13092,'14',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13093,'15',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13094,'16',2,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13095,'N/A',20,0,7517,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13096,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13097,'Main walls cob',9,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13098,'Main walls cavity brick and block',8,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13099,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13100,'Main walls metal post with sheet metal walling covering',6,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13101,'Main walls timber frame with concrete or block inner or outer skin',5,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13102,'7',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13103,'8',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13104,'9',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13105,'10',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13106,'11',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13107,'12',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13108,'13',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13109,'14',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13110,'15',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13111,'16',2,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13112,'Other',20,0,7518,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13113,'1',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13114,'2',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13115,'3',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13116,'4',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13117,'5',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13118,'6',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13119,'7',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13120,'8',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13121,'9',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13122,'10',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13123,'11',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13124,'12',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13125,'13',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13126,'14',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13127,'15',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13128,'16',2,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13129,'Other',20,0,7519,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13130,'Yes',0,0,7520,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13131,'No',5,0,7520,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13132,'Other',20,0,7520,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13133,'Yes',0,0,7521,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13134,'No',5,0,7521,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13135,'NA',5,0,7521,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13136,'Other',20,0,7521,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13137,'Yes',0,0,7522,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13138,'No',5,0,7522,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13139,'NA',0,0,7522,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13140,'Other',20,0,7522,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13141,'Yes',1,0,7523,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13142,'Yes',0,0,7523,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13143,'No',5,0,7523,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13144,'Other',20,0,7523,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13145,'Yes',0,0,7524,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13146,'No',5,0,7524,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13147,'NA',5,0,7524,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13148,'Other',20,0,7524,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13149,'Yes',0,0,7525,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13150,'No',5,0,7525,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13151,'NA',0,0,7525,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13152,'Other',20,0,7525,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13153,'Choice 6',5,0,7525,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13154,'Yes',0,0,7526,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13155,'No',5,0,7526,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13156,'NA',5,0,7526,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13157,'Other',20,0,7526,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13158,'Yes',0,0,7527,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13159,'Option',5,0,7527,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13160,'No',8,0,7527,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13161,'N/A',0,0,7527,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13162,'Other',20,0,7527,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13163,'Yes',1,0,7529,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13164,'Yes',0,0,7529,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13165,'No',7,0,7529,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13166,'N/A',0,0,7529,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13167,'Other',20,0,7529,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13168,'Yes',0,0,7535,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13169,'No',2,0,7535,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13170,'Other',20,0,7535,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13171,'N/A',0,0,7535,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13172,'Yes',0,0,7536,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13173,'No',2,0,7536,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13174,'Other',20,0,7536,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13175,'N/A',0,0,7536,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13176,'Yes',0,0,7537,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13177,'No',2,0,7537,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13178,'Other',20,0,7537,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13179,'N/A',0,0,7537,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13180,'Yes',0,0,7540,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13181,'No',2,0,7540,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13182,'Other',20,0,7540,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13183,'N/A',0,0,7540,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13184,'Yes',0,0,7542,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13185,'No',2,0,7542,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13186,'Other',20,0,7542,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13187,'N/A',0,0,7542,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13188,'Yes',0,0,7543,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13189,'No',2,0,7543,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13190,'Other',20,0,7543,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13191,'N/A',0,0,7543,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13192,'Yes',0,0,7544,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13193,'No',3,0,7544,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13194,'Other',20,0,7544,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13195,'N/A',0,0,7544,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13196,'Yes',0,0,7546,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13197,'No',3,0,7546,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13198,'Other',20,0,7546,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13199,'N/A',0,0,7546,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13200,'Yes',0,0,7547,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13201,'No',4,0,7547,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13202,'No Disabled',0,0,7547,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13203,'Other',20,0,7547,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13204,'N/A',0,0,7547,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13205,'Yes',0,0,7549,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13206,'No',4,0,7549,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13207,'Other',20,0,7549,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13208,'N/A',0,0,7549,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13209,'Yes',0,0,7551,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13210,'No',3,0,7551,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13211,'Other',20,0,7551,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13212,'N/A',0,0,7551,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13213,'Yes',0,0,7552,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13214,'No',4,0,7552,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13215,'Other',20,0,7552,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13216,'N/A',0,0,7552,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13217,'YES –There is appropriate liaison with fire and rescue authority readily available',0,0,7553,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13218,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7553,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13219,'Other',20,0,7553,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13220,'N/A',0,0,7553,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13221,'Yes',0,0,7554,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13222,'No',5,0,7554,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13223,'Other',20,0,7554,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13224,'N/A',0,0,7554,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13225,'Yes',0,0,7555,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13226,'No',5,0,7555,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13227,'Other',20,0,7555,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13228,'N/A',0,0,7555,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13229,'1 YES -They do consider of other organisation in the within the building',0,0,7557,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13230,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7557,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13231,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7557,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13232,'Other',20,0,7557,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13233,'N/A',0,0,7557,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(13234,'Choice 1',10,0,7571,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13235,'Choice 2',9,0,7571,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13236,'Choice 3',8,0,7571,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13237,'Choice 4',7,0,7571,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13238,'Choice 5',6,0,7571,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13239,'Choice 6',5,0,7571,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13240,'Choice 1',10,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13241,'Choice 2',9,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13242,'Choice 3',8,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13243,'Choice 4',7,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13244,'Choice 5',6,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13245,'Choice 6',5,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13246,'Choice 7',4,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13247,'Choice 8',3,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13248,'Choice 9',2,0,7575,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13249,'Choice 1',10,0,7583,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13250,'Choice 2',9,0,7583,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13251,'Choice 3',8,0,7583,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13252,'Choice 1',10,0,7585,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13253,'Choice 2',9,0,7585,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13254,'Choice 3',8,0,7585,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13255,'Choice 1',10,0,7588,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13256,'Choice 2',9,0,7588,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13257,'Choice 3',8,0,7588,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13258,'Choice 4',7,0,7588,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13259,'Choice 1',10,0,7590,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13260,'Choice 2',9,0,7590,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13261,'Choice 3',8,0,7590,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13262,'Choice 4',7,0,7590,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13263,'Choice 5',6,0,7590,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13264,'Choice 1',10,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13265,'Choice 2',9,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13266,'Choice 3',8,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13267,'Choice 4',7,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13268,'Choice 5',6,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13269,'Choice 6',5,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13270,'Choice 7',4,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13271,'Choice 8',3,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13272,'Choice 9',2,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13273,'Choice 10',1,0,7593,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13274,'Wood/Paper/Cardboard etc',3,0,7596,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13275,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7596,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13276,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7596,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13277,'Waste Material Controlled -in locked wheely bin or store',2,0,7596,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13278,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7596,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13279,'Choice 1',10,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13280,'Choice 2',9,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13281,'Choice 3',8,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13282,'Choice 4',7,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13283,'Choice 5',6,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13284,'Choice 6',5,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13285,'Choice 7',4,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13286,'Choice 8',3,0,7602,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13287,'Fan Heaters',4,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13288,'Electric Heaters',4,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13289,'Gas Heater',5,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13290,'Other Boilers',2,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13291,'Electrical Equipment',3,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13292,'Electrical Leads',3,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13293,'Portable Equipment',3,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13294,'Portable Lighting',2,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13295,'Cooking kitchen Equipment',6,0,7604,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13296,'Director',1,0,7610,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13297,'Owner Landlord',1,0,7610,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13298,'Site Maitenance',1,0,7610,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13299,'Estate Agent',1,0,7610,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13300,'Letting Agent',1,0,7610,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13301,'Other',0,0,7610,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13302,'Property Agent',10,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13303,'Owner Landlord',9,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13304,'Site Manager',8,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13305,'Property Manager',7,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13306,'Construction Manager',6,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13307,'Fire Warden',5,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13308,'Director',4,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13309,'CEO',3,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13310,'Other',0,0,7611,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13311,'A Property Within Building Block',1,0,7612,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13312,'All Of The Property',5,0,7612,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13313,'Communal Areas Only',2,0,7612,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13314,'House',5,0,7612,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13315,'Flat',7,0,7612,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13316,'Other',0,0,7612,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13317,'Nebosh',1,0,7620,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13318,'Level 2 Fire Risk Assessor',1,0,7620,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13319,'Competant Person',1,0,7620,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13320,'Y',0,0,7622,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13321,'N',2,0,7622,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13322,'Other',20,0,7622,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13323,'N/A',0,0,7622,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13324,'Yes',0,0,7624,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13325,'Yes',0,0,7624,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13326,'No',5,0,7624,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13327,'N/A',0,0,7624,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13328,'Other',20,0,7624,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13329,'Choice 8',3,0,7624,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13330,'Yes',0,0,7625,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13331,'No',5,0,7625,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13332,'Other',20,0,7625,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13333,'Other',20,0,7625,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13334,'Yes',0,0,7629,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13335,'Yes',0,0,7629,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13336,'No',5,0,7629,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13337,'N/A',0,0,7629,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13338,'Other',20,0,7629,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13339,'Choice 8',3,0,7629,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13340,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,7630,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13341,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,7630,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13342,'Own Answer',5,0,7630,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13343,'Yes',0,0,7635,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13344,'Yes',0,0,7635,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13345,'No',5,0,7635,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13346,'N/A',0,0,7635,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13347,'Other',20,0,7635,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13348,'Yes',0,0,7636,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13349,'No',5,0,7636,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13350,'Other',20,0,7636,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13351,'Detached',1,0,7640,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13352,'Semi Detached',2,0,7640,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13353,'Terraced',3,0,7640,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13354,'Linked-Detached',1,0,7640,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13355,'Other',20,0,7640,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13356,'House',1,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13357,'Bungalow',1,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13358,'Block of Flats - Studios up to 6 Floor Levels',3,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13359,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13360,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13361,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13362,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13363,'Underground Property',1,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13364,'Factory/ Warehouse',3,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13365,'Garage/ Workshop',3,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13366,'Retail Shop',2,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13367,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13368,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13369,'Other',20,0,7641,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13370,'1-5',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13371,'5-10',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13372,'10-15',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13373,'15-20',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13374,'20-25',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13375,'25-30',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13376,'30-35',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13377,'35-40',0,0,7642,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13378,'1',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13379,'2',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13380,'3',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13381,'4',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13382,'5',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13383,'6',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13384,'7',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13385,'8',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13386,'9',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13387,'10',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13388,'11',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13389,'12',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13390,'13',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13391,'14',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13392,'15',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13393,'16',1,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13394,'N/A',0,0,7645,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13395,'1',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13396,'2',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13397,'3',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13398,'4',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13399,'5',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13400,'6',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13401,'7',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13402,'8',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13403,'9',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13404,'10',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13405,'11',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13406,'12',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13407,'13',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13408,'14',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13409,'15',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13410,'16',2,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13411,'N/A',20,0,7646,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13412,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13413,'Main walls cob',9,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13414,'Main walls cavity brick and block',8,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13415,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13416,'Main walls metal post with sheet metal walling covering',6,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13417,'Main walls timber frame with concrete or block inner or outer skin',5,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13418,'7',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13419,'8',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13420,'9',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13421,'10',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13422,'11',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13423,'12',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13424,'13',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13425,'14',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13426,'15',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13427,'16',2,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13428,'Other',20,0,7647,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13429,'1',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13430,'2',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13431,'3',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13432,'4',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13433,'5',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13434,'6',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13435,'7',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13436,'8',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13437,'9',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13438,'10',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13439,'11',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13440,'12',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13441,'13',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13442,'14',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13443,'15',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13444,'16',2,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13445,'Other',20,0,7648,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13446,'Yes',0,0,7649,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13447,'No',5,0,7649,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13448,'Other',20,0,7649,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13449,'Yes',0,0,7650,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13450,'No',5,0,7650,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13451,'NA',5,0,7650,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13452,'Other',20,0,7650,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13453,'Yes',0,0,7651,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13454,'No',5,0,7651,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13455,'NA',0,0,7651,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13456,'Other',20,0,7651,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13457,'Yes',1,0,7652,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13458,'Yes',0,0,7652,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13459,'No',5,0,7652,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13460,'Other',20,0,7652,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13461,'Yes',0,0,7653,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13462,'No',5,0,7653,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13463,'NA',5,0,7653,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13464,'Other',20,0,7653,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13465,'Yes',0,0,7654,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13466,'No',5,0,7654,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13467,'NA',0,0,7654,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13468,'Other',20,0,7654,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13469,'Choice 6',5,0,7654,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13470,'Yes',0,0,7655,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13471,'No',5,0,7655,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13472,'NA',5,0,7655,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13473,'Other',20,0,7655,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13474,'Yes',0,0,7656,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13475,'Option',5,0,7656,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13476,'No',8,0,7656,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13477,'N/A',0,0,7656,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13478,'Other',20,0,7656,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13479,'Yes',1,0,7658,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13480,'Yes',0,0,7658,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13481,'No',7,0,7658,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13482,'N/A',0,0,7658,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13483,'Other',20,0,7658,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13484,'Yes',0,0,7664,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13485,'No',2,0,7664,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13486,'Other',20,0,7664,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13487,'N/A',0,0,7664,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13488,'Yes',0,0,7665,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13489,'No',2,0,7665,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13490,'Other',20,0,7665,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13491,'N/A',0,0,7665,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13492,'Yes',0,0,7666,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13493,'No',2,0,7666,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13494,'Other',20,0,7666,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13495,'N/A',0,0,7666,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13496,'Yes',0,0,7668,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13497,'No',2,0,7668,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13498,'Other',20,0,7668,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13499,'N/A',0,0,7668,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13500,'Yes',0,0,7670,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13501,'No',2,0,7670,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13502,'Other',20,0,7670,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13503,'N/A',0,0,7670,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13504,'Yes',0,0,7671,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13505,'No',2,0,7671,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13506,'Other',20,0,7671,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13507,'N/A',0,0,7671,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13508,'Yes',1,0,7673,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13509,'No',2,0,7673,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13510,'Other',20,0,7673,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13511,'N/A',0,0,7673,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13512,'Yes',0,0,7675,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13513,'No',3,0,7675,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13514,'Other',20,0,7675,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13515,'N/A',0,0,7675,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13516,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7677,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13517,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7677,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13518,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7677,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13519,'YES –There are suitable arrangements in place to prevent danger.',1,0,7679,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13520,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7679,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13521,'YES -The company have a system in place for full evacuation',1,0,7681,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13522,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7681,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13523,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7683,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13524,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7683,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13525,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7685,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13526,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7685,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13527,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7687,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13528,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7687,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13529,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7689,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13530,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7689,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13531,'1 YES -They do consider of other organisation in the within the building',1,0,7692,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13532,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7692,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13533,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7692,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13534,'Yes - The responsible person has been allocated in thereport.',1,0,7695,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13535,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7695,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(13536,'Choice 1',10,0,7702,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13537,'Choice 2',9,0,7702,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13538,'Choice 3',8,0,7702,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13539,'Choice 4',7,0,7702,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13540,'Choice 5',6,0,7702,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13541,'Choice 6',5,0,7702,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13542,'Choice 1',10,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13543,'Choice 2',9,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13544,'Choice 3',8,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13545,'Choice 4',7,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13546,'Choice 5',6,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13547,'Choice 6',5,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13548,'Choice 7',4,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13549,'Choice 8',3,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13550,'Choice 9',2,0,7706,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13551,'Choice 1',10,0,7714,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13552,'Choice 2',9,0,7714,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13553,'Choice 3',8,0,7714,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13554,'Choice 1',10,0,7716,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13555,'Choice 2',9,0,7716,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13556,'Choice 3',8,0,7716,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13557,'Choice 1',10,0,7719,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13558,'Choice 2',9,0,7719,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13559,'Choice 3',8,0,7719,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13560,'Choice 4',7,0,7719,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13561,'Choice 1',10,0,7721,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13562,'Choice 2',9,0,7721,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13563,'Choice 3',8,0,7721,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13564,'Choice 4',7,0,7721,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13565,'Choice 5',6,0,7721,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13566,'Choice 1',10,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13567,'Choice 2',9,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13568,'Choice 3',8,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13569,'Choice 4',7,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13570,'Choice 5',6,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13571,'Choice 6',5,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13572,'Choice 7',4,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13573,'Choice 8',3,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13574,'Choice 9',2,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13575,'Choice 10',1,0,7724,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13576,'Wood/Paper/Cardboard etc',3,0,7727,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13577,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7727,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13578,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7727,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13579,'Waste Material Controlled -in locked wheely bin or store',2,0,7727,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13580,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7727,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13581,'Choice 1',10,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13582,'Choice 2',9,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13583,'Choice 3',8,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13584,'Choice 4',7,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13585,'Choice 5',6,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13586,'Choice 6',5,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13587,'Choice 7',4,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13588,'Choice 8',3,0,7733,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13589,'Fan Heaters',4,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13590,'Electric Heaters',4,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13591,'Gas Heater',5,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13592,'Other Boilers',2,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13593,'Electrical Equipment',3,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13594,'Electrical Leads',3,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13595,'Portable Equipment',3,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13596,'Portable Lighting',2,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13597,'Cooking kitchen Equipment',6,0,7735,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13598,'Director',1,0,7741,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13599,'Owner Landlord',1,0,7741,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13600,'Site Maitenance',1,0,7741,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13601,'Estate Agent',1,0,7741,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13602,'Letting Agent',1,0,7741,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13603,'Other',0,0,7741,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13604,'Property Agent',10,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13605,'Owner Landlord',9,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13606,'Site Manager',8,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13607,'Property Manager',7,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13608,'Construction Manager',6,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13609,'Fire Warden',5,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13610,'Director',4,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13611,'CEO',3,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13612,'Other',0,0,7742,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13613,'A Property Within Building Block',1,0,7743,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13614,'All Of The Property',5,0,7743,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13615,'Communal Areas Only',2,0,7743,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13616,'House',5,0,7743,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13617,'Flat',7,0,7743,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13618,'Other',0,0,7743,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13619,'Nebosh',1,0,7751,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13620,'Level 2 Fire Risk Assessor',1,0,7751,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13621,'Competant Person',1,0,7751,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13622,'Y',0,0,7753,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13623,'N',2,0,7753,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13624,'Other',20,0,7753,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13625,'N/A',0,0,7753,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13626,'Yes',0,0,7755,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13627,'Yes',0,0,7755,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13628,'No',5,0,7755,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13629,'N/A',0,0,7755,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13630,'Other',20,0,7755,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13631,'Choice 8',3,0,7755,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13632,'Yes',0,0,7756,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13633,'No',5,0,7756,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13634,'Other',20,0,7756,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13635,'Other',20,0,7756,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13636,'Yes',0,0,7760,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13637,'Yes',0,0,7760,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13638,'No',5,0,7760,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13639,'N/A',0,0,7760,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13640,'Other',20,0,7760,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13641,'Choice 8',3,0,7760,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13642,'The Company Provides The Extra Training As And When Changes Are Made Or When Required',0,0,7761,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13643,'No, The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen',5,0,7761,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13644,'Own Answer',5,0,7761,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13645,'Yes',0,0,7766,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13646,'Yes',0,0,7766,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13647,'No',5,0,7766,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13648,'N/A',0,0,7766,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13649,'Other',20,0,7766,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13650,'Yes',0,0,7767,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13651,'No',5,0,7767,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13652,'Other',20,0,7767,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13653,'Detached',1,0,7771,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13654,'Semi Detached',2,0,7771,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13655,'Terraced',3,0,7771,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13656,'Linked-Detached',1,0,7771,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13657,'Other',20,0,7771,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13658,'House',1,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13659,'Bungalow',1,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13660,'Block of Flats - Studios up to 6 Floor Levels',3,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13661,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13662,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13663,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13664,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13665,'Underground Property',1,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13666,'Factory/ Warehouse',3,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13667,'Garage/ Workshop',3,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13668,'Retail Shop',2,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13669,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13670,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13671,'Other',20,0,7772,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13672,'1-5',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13673,'5-10',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13674,'10-15',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13675,'15-20',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13676,'20-25',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13677,'25-30',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13678,'30-35',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13679,'35-40',0,0,7773,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13680,'1',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13681,'2',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13682,'3',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13683,'4',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13684,'5',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13685,'6',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13686,'7',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13687,'8',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13688,'9',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13689,'10',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13690,'11',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13691,'12',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13692,'13',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13693,'14',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13694,'15',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13695,'16',1,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13696,'N/A',0,0,7776,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13697,'1',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13698,'2',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13699,'3',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13700,'4',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13701,'5',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13702,'6',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13703,'7',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13704,'8',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13705,'9',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13706,'10',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13707,'11',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13708,'12',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13709,'13',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13710,'14',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13711,'15',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13712,'16',2,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13713,'N/A',20,0,7777,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13714,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7778,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13715,'Main walls cob',9,0,7778,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13716,'Main walls cavity brick and block',8,0,7778,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13717,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7778,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13718,'Main walls metal post with sheet metal walling covering',6,0,7778,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13719,'Main walls timber frame with concrete or block inner or outer skin',5,0,7778,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(13720,'7',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13721,'8',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13722,'9',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13723,'10',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13724,'11',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13725,'12',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13726,'13',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13727,'14',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13728,'15',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13729,'16',2,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13730,'Other',20,0,7778,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13731,'1',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13732,'2',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13733,'3',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13734,'4',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13735,'5',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13736,'6',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13737,'7',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13738,'8',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13739,'9',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13740,'10',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13741,'11',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13742,'12',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13743,'13',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13744,'14',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13745,'15',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13746,'16',2,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13747,'Other',20,0,7779,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13748,'Yes',0,0,7780,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13749,'No',5,0,7780,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13750,'Other',20,0,7780,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13751,'Yes',0,0,7781,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13752,'No',5,0,7781,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13753,'NA',5,0,7781,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13754,'Other',20,0,7781,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13755,'Yes',0,0,7782,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13756,'No',5,0,7782,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13757,'NA',0,0,7782,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13758,'Other',20,0,7782,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13759,'Yes',1,0,7783,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13760,'Yes',0,0,7783,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13761,'No',5,0,7783,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13762,'Other',20,0,7783,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13763,'Yes',0,0,7784,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13764,'No',5,0,7784,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13765,'NA',5,0,7784,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13766,'Other',20,0,7784,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13767,'Yes',0,0,7785,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13768,'No',5,0,7785,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13769,'NA',0,0,7785,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13770,'Other',20,0,7785,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13771,'Choice 6',5,0,7785,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13772,'Yes',0,0,7786,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13773,'No',5,0,7786,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13774,'NA',5,0,7786,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13775,'Other',20,0,7786,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13776,'Yes',0,0,7787,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13777,'Option',5,0,7787,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13778,'No',8,0,7787,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13779,'N/A',0,0,7787,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13780,'Other',20,0,7787,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13781,'Yes',1,0,7789,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13782,'Yes',0,0,7789,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13783,'No',7,0,7789,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13784,'N/A',0,0,7789,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13785,'Other',20,0,7789,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13786,'Yes',0,0,7795,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13787,'No',2,0,7795,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13788,'Other',20,0,7795,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13789,'N/A',0,0,7795,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13790,'Yes',0,0,7796,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13791,'No',2,0,7796,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13792,'Other',20,0,7796,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13793,'N/A',0,0,7796,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13794,'Yes',0,0,7797,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13795,'No',2,0,7797,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13796,'Other',20,0,7797,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13797,'N/A',0,0,7797,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13798,'Yes',0,0,7799,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13799,'No',2,0,7799,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13800,'Other',20,0,7799,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13801,'N/A',0,0,7799,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13802,'Yes',0,0,7800,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13803,'No',2,0,7800,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13804,'Other',20,0,7800,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13805,'N/A',0,0,7800,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13806,'Yes',1,0,7803,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13807,'No',2,0,7803,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13808,'Other',20,0,7803,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13809,'N/A',0,0,7803,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13810,'Yes',0,0,7804,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13811,'No',2,0,7804,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13812,'Other',20,0,7804,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13813,'N/A',0,0,7804,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13814,'Yes',0,0,7805,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13815,'No',3,0,7805,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13816,'Other',20,0,7805,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13817,'N/A',0,0,7805,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13818,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7807,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13819,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7807,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13820,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7807,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13821,'YES –There are suitable arrangements in place to prevent danger.',1,0,7810,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13822,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7810,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13823,'YES -The company have a system in place for full evacuation',1,0,7812,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13824,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7812,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13825,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7814,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13826,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7814,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13827,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7816,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13828,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7816,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13829,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7818,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13830,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7818,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13831,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7820,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13832,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7820,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13833,'1 YES -They do consider of other organisation in the within the building',1,0,7823,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13834,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7823,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13835,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7823,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13836,'Yes - The responsible person has been allocated in thereport.',1,0,7826,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13837,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7826,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(13838,'Choice 1',10,0,7833,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13839,'Choice 2',9,0,7833,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13840,'Choice 3',8,0,7833,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13841,'Choice 4',7,0,7833,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13842,'Choice 5',6,0,7833,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13843,'Choice 6',5,0,7833,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13844,'Choice 1',10,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13845,'Choice 2',9,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13846,'Choice 3',8,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13847,'Choice 4',7,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13848,'Choice 5',6,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13849,'Choice 6',5,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13850,'Choice 7',4,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13851,'Choice 8',3,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13852,'Choice 9',2,0,7837,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13853,'Choice 1',10,0,7845,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13854,'Choice 2',9,0,7845,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13855,'Choice 3',8,0,7845,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13856,'Choice 1',10,0,7847,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13857,'Choice 2',9,0,7847,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13858,'Choice 3',8,0,7847,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13859,'Choice 1',10,0,7850,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13860,'Choice 2',9,0,7850,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13861,'Choice 3',8,0,7850,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13862,'Choice 4',7,0,7850,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13863,'Choice 1',10,0,7852,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13864,'Choice 2',9,0,7852,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13865,'Choice 3',8,0,7852,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13866,'Choice 4',7,0,7852,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13867,'Choice 5',6,0,7852,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13868,'Choice 1',10,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13869,'Choice 2',9,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13870,'Choice 3',8,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13871,'Choice 4',7,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13872,'Choice 5',6,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13873,'Choice 6',5,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13874,'Choice 7',4,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13875,'Choice 8',3,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13876,'Choice 9',2,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13877,'Choice 10',1,0,7855,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13878,'Wood/Paper/Cardboard etc',3,0,7858,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13879,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7858,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13880,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7858,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13881,'Waste Material Controlled -in locked wheely bin or store',2,0,7858,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13882,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7858,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13883,'Choice 1',10,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13884,'Choice 2',9,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13885,'Choice 3',8,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13886,'Choice 4',7,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13887,'Choice 5',6,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13888,'Choice 6',5,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13889,'Choice 7',4,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13890,'Choice 8',3,0,7864,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13891,'Fan Heaters',4,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13892,'Electric Heaters',4,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13893,'Gas Heater',5,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13894,'Other Boilers',2,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13895,'Electrical Equipment',3,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13896,'Electrical Leads',3,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13897,'Portable Equipment',3,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13898,'Portable Lighting',2,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13899,'Cooking kitchen Equipment',6,0,7866,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13900,'Yes',0,0,7867,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13901,'Yes',0,0,7867,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13902,'No',5,0,7867,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13903,'N/A',0,0,7867,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13904,'Other',20,0,7867,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13905,'Yes',0,0,7868,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13906,'No',5,0,7868,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13907,'Other',20,0,7868,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13908,'Detached',1,0,7872,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13909,'Semi Detached',2,0,7872,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13910,'Terraced',3,0,7872,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13911,'Linked-Detached',1,0,7872,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13912,'Other',20,0,7872,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13913,'House',1,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13914,'Bungalow',1,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13915,'Block of Flats - Studios up to 6 Floor Levels',3,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13916,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13917,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13918,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13919,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13920,'Underground Property',1,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13921,'Factory/ Warehouse',3,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13922,'Garage/ Workshop',3,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13923,'Retail Shop',2,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13924,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13925,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13926,'Other',20,0,7873,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13927,'1-5',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13928,'5-10',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13929,'10-15',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13930,'15-20',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13931,'20-25',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13932,'25-30',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13933,'30-35',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13934,'35-40',0,0,7874,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13935,'1',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13936,'2',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13937,'3',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13938,'4',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13939,'5',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13940,'6',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13941,'7',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13942,'8',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13943,'9',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13944,'10',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13945,'11',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13946,'12',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13947,'13',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13948,'14',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13949,'15',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13950,'16',1,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13951,'N/A',0,0,7877,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13952,'1',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13953,'2',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13954,'3',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13955,'4',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13956,'5',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13957,'6',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13958,'7',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13959,'8',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13960,'9',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13961,'10',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13962,'11',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13963,'12',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13964,'13',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13965,'14',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13966,'15',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13967,'16',2,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13968,'N/A',20,0,7878,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13969,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13970,'Main walls cob',9,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13971,'Main walls cavity brick and block',8,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13972,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13973,'Main walls metal post with sheet metal walling covering',6,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13974,'Main walls timber frame with concrete or block inner or outer skin',5,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13975,'7',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13976,'8',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13977,'9',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13978,'10',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13979,'11',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13980,'12',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13981,'13',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13982,'14',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13983,'15',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13984,'16',2,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13985,'Other',20,0,7879,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13986,'1',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13987,'2',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13988,'3',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13989,'4',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13990,'5',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13991,'6',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13992,'7',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13993,'8',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13994,'9',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13995,'10',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13996,'11',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13997,'12',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13998,'13',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(13999,'14',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14000,'15',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14001,'16',2,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14002,'Other',20,0,7880,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14003,'Yes',0,0,7881,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14004,'No',5,0,7881,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14005,'Other',20,0,7881,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14006,'Yes',0,0,7882,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14007,'No',5,0,7882,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14008,'NA',5,0,7882,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14009,'Other',20,0,7882,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14010,'Yes',0,0,7883,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14011,'No',5,0,7883,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14012,'NA',0,0,7883,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14013,'Other',20,0,7883,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14014,'Yes',1,0,7884,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14015,'Yes',0,0,7884,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14016,'No',5,0,7884,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14017,'Other',20,0,7884,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14018,'Yes',0,0,7885,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14019,'No',5,0,7885,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14020,'NA',5,0,7885,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14021,'Other',20,0,7885,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14022,'Yes',0,0,7886,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14023,'No',5,0,7886,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14024,'NA',0,0,7886,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14025,'Other',20,0,7886,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14026,'Choice 6',5,0,7886,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14027,'Yes',0,0,7887,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14028,'No',5,0,7887,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14029,'NA',5,0,7887,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14030,'Other',20,0,7887,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14031,'Yes',0,0,7888,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14032,'Option',5,0,7888,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14033,'No',8,0,7888,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14034,'N/A',0,0,7888,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14035,'Other',20,0,7888,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14036,'Yes',1,0,7890,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14037,'Yes',0,0,7890,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14038,'No',7,0,7890,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14039,'N/A',0,0,7890,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14040,'Other',20,0,7890,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(14041,'Yes',0,0,7896,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14042,'No',2,0,7896,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14043,'Other',20,0,7896,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14044,'N/A',0,0,7896,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14045,'Yes',0,0,7897,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14046,'No',2,0,7897,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14047,'Other',20,0,7897,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14048,'N/A',0,0,7897,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14049,'Yes',0,0,7898,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14050,'No',2,0,7898,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14051,'Other',20,0,7898,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14052,'N/A',0,0,7898,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14053,'Yes',0,0,7900,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14054,'No',2,0,7900,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14055,'Other',20,0,7900,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14056,'N/A',0,0,7900,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14057,'Yes',0,0,7901,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14058,'No',2,0,7901,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14059,'Other',20,0,7901,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14060,'N/A',0,0,7901,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14061,'Yes',1,0,7904,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14062,'No',2,0,7904,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14063,'Other',20,0,7904,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14064,'N/A',0,0,7904,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14065,'Yes',0,0,7905,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14066,'No',2,0,7905,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14067,'Other',20,0,7905,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14068,'N/A',0,0,7905,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14069,'Yes',0,0,7906,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14070,'No',3,0,7906,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14071,'Other',20,0,7906,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14072,'N/A',0,0,7906,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14073,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,7908,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14074,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,7908,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14075,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,7908,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14076,'YES –There are suitable arrangements in place to prevent danger.',1,0,7911,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14077,'NO -There are Not suitable arrangements in place to prevent danger',4,0,7911,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14078,'YES -The company have a system in place for full evacuation',1,0,7913,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14079,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,7913,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14080,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,7915,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14081,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,7915,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14082,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,7917,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14083,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,7917,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14084,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,7919,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14085,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,7919,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14086,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,7921,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14087,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,7921,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14088,'1 YES -They do consider of other organisation in the within the building',1,0,7924,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14089,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,7924,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14090,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,7924,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14091,'Yes - The responsible person has been allocated in thereport.',1,0,7927,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14092,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,7927,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14093,'Director',0,0,7939,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14094,'Owner Landlord',0,0,7939,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14095,'Site Maitenance',0,0,7939,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14096,'Estate Agent',0,0,7939,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14097,'Letting Agent',0,0,7939,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14098,'Other',0,0,7939,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14099,'Property Agent',10,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14100,'Owner Landlord',9,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14101,'Site Manager',8,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14102,'Property Manager',7,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14103,'Construction Manager',6,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14104,'Fire Warden',5,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14105,'Director',4,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14106,'CEO',3,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14107,'Other',0,0,7940,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14108,'A Property Within Building Block',1,0,7941,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14109,'All Of The Property',5,0,7941,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14110,'Communal Areas Only',2,0,7941,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14111,'House',5,0,7941,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14112,'Flat',7,0,7941,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14113,'Other',0,0,7941,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14114,'Nebosh',1,0,7948,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14115,'Level 2 Fire Risk Assessor',1,0,7948,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14116,'Competant Person',1,0,7948,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14117,'Nebosh',1,0,7949,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14118,'Level 2 Fire Risk Assessor',1,0,7949,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14119,'Competant Person',1,0,7949,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(14120,'Choice 1',10,0,7950,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14121,'Choice 2',9,0,7950,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14122,'Choice 3',8,0,7950,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14123,'Choice 4',7,0,7950,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14124,'Choice 5',6,0,7950,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14125,'Choice 6',5,0,7950,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14126,'Choice 1',10,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14127,'Choice 2',9,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14128,'Choice 3',8,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14129,'Choice 4',7,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14130,'Choice 5',6,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14131,'Choice 6',5,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14132,'Choice 7',4,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14133,'Choice 8',3,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14134,'Choice 9',2,0,7954,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14135,'Choice 1',10,0,7962,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14136,'Choice 2',9,0,7962,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14137,'Choice 3',8,0,7962,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14138,'Choice 1',10,0,7964,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14139,'Choice 2',9,0,7964,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14140,'Choice 3',8,0,7964,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14141,'Choice 1',10,0,7967,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14142,'Choice 2',9,0,7967,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14143,'Choice 3',8,0,7967,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14144,'Choice 4',7,0,7967,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14145,'Choice 1',10,0,7969,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14146,'Choice 2',9,0,7969,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14147,'Choice 3',8,0,7969,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14148,'Choice 4',7,0,7969,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14149,'Choice 5',6,0,7969,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14150,'Choice 1',10,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14151,'Choice 2',9,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14152,'Choice 3',8,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14153,'Choice 4',7,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14154,'Choice 5',6,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14155,'Choice 6',5,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14156,'Choice 7',4,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14157,'Choice 8',3,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14158,'Choice 9',2,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14159,'Choice 10',1,0,7972,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14160,'Wood/Paper/Cardboard etc',3,0,7975,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14161,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,7975,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14162,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,7975,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14163,'Waste Material Controlled -in locked wheely bin or store',2,0,7975,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14164,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,7975,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14165,'Choice 1',10,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14166,'Choice 2',9,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14167,'Choice 3',8,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14168,'Choice 4',7,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14169,'Choice 5',6,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14170,'Choice 6',5,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14171,'Choice 7',4,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14172,'Choice 8',3,0,7981,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14173,'Fan Heaters',4,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14174,'Electric Heaters',4,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14175,'Gas Heater',5,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14176,'Other Boilers',2,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14177,'Electrical Equipment',3,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14178,'Electrical Leads',3,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14179,'Portable Equipment',3,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14180,'Portable Lighting',2,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14181,'Cooking kitchen Equipment',6,0,7983,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14182,'Yes',0,0,7984,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14183,'Yes',0,0,7984,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14184,'No',5,0,7984,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14185,'N/A',0,0,7984,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14186,'Other',20,0,7984,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14187,'Yes',0,0,7985,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14188,'No',5,0,7985,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14189,'Other',20,0,7985,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14190,'Detached',1,0,7989,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14191,'Semi Detached',2,0,7989,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14192,'Terraced',3,0,7989,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14193,'Linked-Detached',1,0,7989,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14194,'Other',20,0,7989,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14195,'House',1,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14196,'Bungalow',1,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14197,'Block of Flats - Studios up to 6 Floor Levels',3,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14198,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14199,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14200,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14201,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14202,'Underground Property',1,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14203,'Factory/ Warehouse',3,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14204,'Garage/ Workshop',3,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14205,'Retail Shop',2,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14206,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14207,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14208,'Other',20,0,7990,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14209,'1-5',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14210,'5-10',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14211,'10-15',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14212,'15-20',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14213,'20-25',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14214,'25-30',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14215,'30-35',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14216,'35-40',0,0,7991,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14217,'1',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14218,'2',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14219,'3',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14220,'4',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14221,'5',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14222,'6',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14223,'7',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14224,'8',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14225,'9',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14226,'10',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14227,'11',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14228,'12',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14229,'13',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14230,'14',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14231,'15',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14232,'16',1,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14233,'N/A',0,0,7994,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14234,'1',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14235,'2',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14236,'3',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14237,'4',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14238,'5',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14239,'6',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14240,'7',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14241,'8',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14242,'9',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14243,'10',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14244,'11',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14245,'12',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14246,'13',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14247,'14',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14248,'15',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14249,'16',2,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14250,'N/A',20,0,7995,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14251,'Main walls pre 1900 solid brick- stone- concrete.',10,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14252,'Main walls cob',9,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14253,'Main walls cavity brick and block',8,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14254,'Main walls concrete inner skin with curtain walling outer skin.',7,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14255,'Main walls metal post with sheet metal walling covering',6,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14256,'Main walls timber frame with concrete or block inner or outer skin',5,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14257,'7',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14258,'8',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14259,'9',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14260,'10',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14261,'11',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14262,'12',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14263,'13',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14264,'14',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14265,'15',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14266,'16',2,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14267,'Other',20,0,7996,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14268,'1',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14269,'2',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14270,'3',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14271,'4',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14272,'5',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14273,'6',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14274,'7',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14275,'8',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14276,'9',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14277,'10',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14278,'11',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14279,'12',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14280,'13',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14281,'14',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14282,'15',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14283,'16',2,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14284,'Other',20,0,7997,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14285,'Yes',0,0,7998,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14286,'No',5,0,7998,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14287,'Other',20,0,7998,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14288,'Yes',0,0,7999,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14289,'No',5,0,7999,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14290,'NA',5,0,7999,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14291,'Other',20,0,7999,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14292,'Yes',0,0,8000,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14293,'No',5,0,8000,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14294,'NA',0,0,8000,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14295,'Other',20,0,8000,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14296,'Yes',1,0,8001,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14297,'Yes',0,0,8001,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14298,'No',5,0,8001,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14299,'Other',20,0,8001,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14300,'Yes',0,0,8002,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14301,'No',5,0,8002,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14302,'NA',5,0,8002,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14303,'Other',20,0,8002,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14304,'Yes',0,0,8003,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14305,'No',5,0,8003,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14306,'NA',0,0,8003,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14307,'Other',20,0,8003,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14308,'Choice 6',5,0,8003,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14309,'Yes',0,0,8004,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14310,'No',5,0,8004,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14311,'NA',5,0,8004,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14312,'Other',20,0,8004,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14313,'Yes',0,0,8005,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14314,'Option',5,0,8005,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14315,'No',8,0,8005,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14316,'N/A',0,0,8005,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14317,'Other',20,0,8005,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14318,'Yes',1,0,8007,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14319,'Yes',0,0,8007,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14320,'No',7,0,8007,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14321,'N/A',0,0,8007,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14322,'Other',20,0,8007,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14323,'Yes',0,0,8013,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14324,'No',2,0,8013,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14325,'Other',20,0,8013,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14326,'N/A',0,0,8013,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14327,'Yes',0,0,8014,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14328,'No',2,0,8014,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14329,'Other',20,0,8014,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14330,'N/A',0,0,8014,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14331,'Yes',0,0,8015,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14332,'No',2,0,8015,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14333,'Other',20,0,8015,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14334,'N/A',0,0,8015,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14335,'Yes',0,0,8017,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14336,'No',2,0,8017,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14337,'Other',20,0,8017,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14338,'N/A',0,0,8017,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14339,'Yes',0,0,8018,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14340,'No',2,0,8018,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14341,'Other',20,0,8018,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14342,'N/A',0,0,8018,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14343,'Yes',1,0,8021,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14344,'No',2,0,8021,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14345,'Other',20,0,8021,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14346,'N/A',0,0,8021,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14347,'Yes',0,0,8022,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14348,'No',2,0,8022,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14349,'Other',20,0,8022,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14350,'N/A',0,0,8022,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14351,'Yes',0,0,8023,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14352,'No',3,0,8023,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14353,'Other',20,0,8023,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14354,'N/A',0,0,8023,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14355,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8025,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14356,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8025,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14357,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8025,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14358,'YES –There are suitable arrangements in place to prevent danger.',1,0,8028,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14359,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8028,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14360,'YES -The company have a system in place for full evacuation',1,0,8030,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14361,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8030,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14362,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8032,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14363,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8032,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14364,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8034,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14365,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8034,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14366,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8036,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14367,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8036,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14368,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8038,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14369,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8038,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14370,'1 YES -They do consider of other organisation in the within the building',1,0,8041,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14371,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8041,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14372,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8041,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14373,'Yes - The responsible person has been allocated in thereport.',1,0,8044,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14374,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8044,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14375,'Director',0,0,8056,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14376,'Owner Landlord',0,0,8056,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14377,'Site Maitenance',0,0,8056,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14378,'Estate Agent',0,0,8056,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14379,'Letting Agent',0,0,8056,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14380,'Other',0,0,8056,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14381,'Property Agent',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14382,'Owner Landlord',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14383,'Site Manager',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14384,'Property Manager',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14385,'Construction Manager',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14386,'Fire Warden',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14387,'Director',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14388,'CEO',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14389,'Other',0,0,8057,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14390,'A Property Within Building Block',0,0,8058,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14391,'All Of The Property',0,0,8058,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14392,'Communal Areas Only',0,0,8058,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14393,'House',0,0,8058,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14394,'Flat',0,0,8058,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14395,'Other',0,0,8058,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14396,'Nebosh',0,0,8065,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14397,'Level 2 Fire Risk Assessor',0,0,8065,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14398,'Competant Person',0,0,8065,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14399,'Nebosh',1,0,8066,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14400,'Level 2 Fire Risk Assessor',1,0,8066,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14401,'Competant Person',1,0,8066,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(14402,'Choice 1',10,0,8067,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14403,'Choice 2',9,0,8067,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14404,'Choice 3',8,0,8067,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14405,'Choice 4',7,0,8067,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14406,'Choice 5',6,0,8067,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14407,'Choice 6',5,0,8067,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14408,'Choice 1',10,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14409,'Choice 2',9,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14410,'Choice 3',8,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14411,'Choice 4',7,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14412,'Choice 5',6,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14413,'Choice 6',5,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14414,'Choice 7',4,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14415,'Choice 8',3,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14416,'Choice 9',2,0,8071,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14417,'Choice 1',10,0,8079,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14418,'Choice 2',9,0,8079,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14419,'Choice 3',8,0,8079,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14420,'Choice 1',10,0,8081,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14421,'Choice 2',9,0,8081,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14422,'Choice 3',8,0,8081,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14423,'Choice 1',10,0,8084,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14424,'Choice 2',9,0,8084,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14425,'Choice 3',8,0,8084,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(14426,'Choice 4',7,0,8084,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14427,'Choice 1',10,0,8086,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14428,'Choice 2',9,0,8086,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14429,'Choice 3',8,0,8086,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14430,'Choice 4',7,0,8086,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14431,'Choice 5',6,0,8086,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14432,'Choice 1',10,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14433,'Choice 2',9,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14434,'Choice 3',8,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14435,'Choice 4',7,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14436,'Choice 5',6,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14437,'Choice 6',5,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14438,'Choice 7',4,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14439,'Choice 8',3,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14440,'Choice 9',2,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14441,'Choice 10',1,0,8089,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14442,'Wood/Paper/Cardboard etc',3,0,8092,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14443,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8092,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14444,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8092,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14445,'Waste Material Controlled -in locked wheely bin or store',2,0,8092,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14446,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8092,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14447,'Choice 1',10,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14448,'Choice 2',9,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14449,'Choice 3',8,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14450,'Choice 4',7,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14451,'Choice 5',6,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14452,'Choice 6',5,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14453,'Choice 7',4,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14454,'Choice 8',3,0,8098,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14455,'Fan Heaters',4,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14456,'Electric Heaters',4,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14457,'Gas Heater',5,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14458,'Other Boilers',2,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14459,'Electrical Equipment',3,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14460,'Electrical Leads',3,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14461,'Portable Equipment',3,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14462,'Portable Lighting',2,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14463,'Cooking kitchen Equipment',6,0,8100,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14464,'Yes',0,0,8101,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14465,'Yes',0,0,8101,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14466,'No',5,0,8101,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14467,'N/A',0,0,8101,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14468,'Other',20,0,8101,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14469,'Yes',0,0,8102,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14470,'No',5,0,8102,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14471,'Other',20,0,8102,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14472,'Detached',1,0,8106,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14473,'Semi Detached',2,0,8106,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14474,'Terraced',3,0,8106,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14475,'Linked-Detached',1,0,8106,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14476,'Other',20,0,8106,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14477,'House',1,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14478,'Bungalow',1,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14479,'Block of Flats - Studios up to 6 Floor Levels',3,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14480,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14481,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14482,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14483,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14484,'Underground Property',1,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14485,'Factory/ Warehouse',3,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14486,'Garage/ Workshop',3,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14487,'Retail Shop',2,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14488,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14489,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14490,'Other',20,0,8107,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14491,'1-5',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14492,'5-10',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14493,'10-15',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14494,'15-20',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14495,'20-25',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14496,'25-30',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14497,'30-35',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14498,'35-40',0,0,8108,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14499,'1',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14500,'2',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14501,'3',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14502,'4',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14503,'5',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14504,'6',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14505,'7',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14506,'8',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14507,'9',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14508,'10',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14509,'11',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14510,'12',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14511,'13',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14512,'14',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14513,'15',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14514,'16',1,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14515,'N/A',0,0,8111,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14516,'1',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14517,'2',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14518,'3',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14519,'4',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14520,'5',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14521,'6',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14522,'7',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14523,'8',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14524,'9',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14525,'10',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14526,'11',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14527,'12',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14528,'13',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14529,'14',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14530,'15',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14531,'16',2,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14532,'N/A',20,0,8112,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14533,'Main walls pre 1900 solid brick- stone- concrete.',10,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14534,'Main walls cob',9,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14535,'Main walls cavity brick and block',8,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14536,'Main walls concrete inner skin with curtain walling outer skin.',7,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14537,'Main walls metal post with sheet metal walling covering',6,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14538,'Main walls timber frame with concrete or block inner or outer skin',5,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14539,'7',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14540,'8',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14541,'9',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14542,'10',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14543,'11',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14544,'12',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14545,'13',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14546,'14',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14547,'15',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14548,'16',2,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14549,'Other',20,0,8113,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14550,'1',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14551,'2',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14552,'3',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14553,'4',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14554,'5',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14555,'6',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14556,'7',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14557,'8',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14558,'9',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14559,'10',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14560,'11',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14561,'12',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14562,'13',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14563,'14',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14564,'15',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14565,'16',2,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14566,'Other',20,0,8114,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14567,'Yes',0,0,8115,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14568,'No',5,0,8115,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14569,'Other',20,0,8115,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14570,'Yes',0,0,8116,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14571,'No',5,0,8116,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14572,'NA',5,0,8116,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14573,'Other',20,0,8116,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14574,'Yes',0,0,8117,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14575,'No',5,0,8117,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14576,'NA',0,0,8117,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14577,'Other',20,0,8117,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14578,'Yes',1,0,8118,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14579,'Yes',0,0,8118,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14580,'No',5,0,8118,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14581,'Other',20,0,8118,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14582,'Yes',0,0,8119,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14583,'No',5,0,8119,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14584,'NA',5,0,8119,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14585,'Other',20,0,8119,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14586,'Yes',0,0,8120,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14587,'No',5,0,8120,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14588,'NA',0,0,8120,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14589,'Other',20,0,8120,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14590,'Choice 6',5,0,8120,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14591,'Yes',0,0,8121,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14592,'No',5,0,8121,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14593,'NA',5,0,8121,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14594,'Other',20,0,8121,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14595,'Yes',0,0,8122,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14596,'Option',5,0,8122,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14597,'No',8,0,8122,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14598,'N/A',0,0,8122,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14599,'Other',20,0,8122,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14600,'Yes',1,0,8124,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14601,'Yes',0,0,8124,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14602,'No',7,0,8124,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14603,'N/A',0,0,8124,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14604,'Other',20,0,8124,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14605,'Yes',0,0,8130,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14606,'No',2,0,8130,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14607,'Other',20,0,8130,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14608,'N/A',0,0,8130,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14609,'Yes',0,0,8131,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14610,'No',2,0,8131,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14611,'Other',20,0,8131,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14612,'N/A',0,0,8131,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14613,'Yes',0,0,8132,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14614,'No',2,0,8132,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14615,'Other',20,0,8132,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14616,'N/A',0,0,8132,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14617,'Yes',0,0,8134,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14618,'No',2,0,8134,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14619,'Other',20,0,8134,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14620,'N/A',0,0,8134,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14621,'Yes',0,0,8135,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14622,'No',2,0,8135,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14623,'Other',20,0,8135,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14624,'N/A',0,0,8135,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14625,'Yes',1,0,8138,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14626,'No',2,0,8138,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14627,'Other',20,0,8138,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14628,'N/A',0,0,8138,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14629,'Yes',0,0,8139,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14630,'No',2,0,8139,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14631,'Other',20,0,8139,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14632,'N/A',0,0,8139,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14633,'Yes',0,0,8140,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14634,'No',3,0,8140,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14635,'Other',20,0,8140,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14636,'N/A',0,0,8140,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14637,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8142,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14638,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8142,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14639,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8142,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14640,'YES –There are suitable arrangements in place to prevent danger.',1,0,8145,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14641,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8145,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14642,'YES -The company have a system in place for full evacuation',1,0,8147,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14643,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8147,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14644,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8149,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14645,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8149,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14646,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8151,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14647,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8151,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14648,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8153,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14649,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8153,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14650,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8155,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14651,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8155,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14652,'1 YES -They do consider of other organisation in the within the building',1,0,8158,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14653,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8158,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14654,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8158,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14655,'Yes - The responsible person has been allocated in thereport.',1,0,8161,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14656,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8161,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14657,'Director',0,0,8173,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14658,'Owner Landlord',0,0,8173,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14659,'Site Maitenance',0,0,8173,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14660,'Estate Agent',0,0,8173,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14661,'Letting Agent',0,0,8173,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14662,'Other',0,0,8173,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14663,'Property Agent',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14664,'Owner Landlord',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14665,'Site Manager',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14666,'Property Manager',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14667,'Construction Manager',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14668,'Fire Warden',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14669,'Director',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14670,'CEO',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14671,'Other',0,0,8174,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14672,'A Property Within Building Block',0,0,8175,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14673,'All Of The Property',0,0,8175,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14674,'Communal Areas Only',0,0,8175,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14675,'House',0,0,8175,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14676,'Flat',0,0,8175,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14677,'Other',0,0,8175,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14678,'Nebosh',0,0,8182,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14679,'Level 2 Fire Risk Assessor',0,0,8182,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14680,'Competant Person',0,0,8182,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(14681,'Choice 1',10,0,8183,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14682,'Choice 2',9,0,8183,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14683,'Choice 3',8,0,8183,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14684,'Choice 4',7,0,8183,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14685,'Choice 5',6,0,8183,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14686,'Choice 6',5,0,8183,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14687,'Choice 1',10,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14688,'Choice 2',9,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14689,'Choice 3',8,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14690,'Choice 4',7,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14691,'Choice 5',6,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14692,'Choice 6',5,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14693,'Choice 7',4,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14694,'Choice 8',3,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14695,'Choice 9',2,0,8187,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14696,'Choice 1',10,0,8195,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14697,'Choice 2',9,0,8195,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14698,'Choice 3',8,0,8195,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14699,'Choice 1',10,0,8197,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14700,'Choice 2',9,0,8197,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14701,'Choice 3',8,0,8197,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14702,'Choice 1',10,0,8200,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14703,'Choice 2',9,0,8200,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14704,'Choice 3',8,0,8200,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14705,'Choice 4',7,0,8200,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14706,'Choice 1',10,0,8202,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14707,'Choice 2',9,0,8202,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14708,'Choice 3',8,0,8202,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14709,'Choice 4',7,0,8202,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14710,'Choice 5',6,0,8202,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14711,'Choice 1',10,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14712,'Choice 2',9,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14713,'Choice 3',8,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14714,'Choice 4',7,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14715,'Choice 5',6,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14716,'Choice 6',5,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14717,'Choice 7',4,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14718,'Choice 8',3,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14719,'Choice 9',2,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14720,'Choice 10',1,0,8205,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(14721,'Wood/Paper/Cardboard etc',3,0,8208,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14722,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8208,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14723,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8208,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14724,'Waste Material Controlled -in locked wheely bin or store',2,0,8208,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14725,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8208,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14726,'Choice 1',10,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14727,'Choice 2',9,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14728,'Choice 3',8,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14729,'Choice 4',7,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14730,'Choice 5',6,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14731,'Choice 6',5,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14732,'Choice 7',4,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14733,'Choice 8',3,0,8214,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14734,'Fan Heaters',4,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14735,'Electric Heaters',4,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14736,'Gas Heater',5,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14737,'Other Boilers',2,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14738,'Electrical Equipment',3,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14739,'Electrical Leads',3,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14740,'Portable Equipment',3,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14741,'Portable Lighting',2,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14742,'Cooking kitchen Equipment',6,0,8216,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14743,'Yes',0,0,8217,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14744,'Yes',0,0,8217,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14745,'No',5,0,8217,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14746,'N/A',0,0,8217,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14747,'Other',20,0,8217,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14748,'Yes',0,0,8218,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14749,'No',5,0,8218,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14750,'Other',20,0,8218,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14751,'Yes',0,0,8222,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14752,'No',5,0,8222,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14753,'Other',20,0,8222,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14754,'Yes',0,0,8223,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14755,'No',5,0,8223,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14756,'NA',5,0,8223,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14757,'Other',20,0,8223,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14758,'Yes',0,0,8224,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14759,'No',5,0,8224,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14760,'NA',0,0,8224,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14761,'Other',20,0,8224,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14762,'Yes',1,0,8225,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14763,'Yes',0,0,8225,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14764,'No',5,0,8225,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14765,'Other',20,0,8225,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14766,'Yes',0,0,8226,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14767,'No',5,0,8226,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14768,'NA',5,0,8226,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14769,'Other',20,0,8226,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14770,'Yes',0,0,8227,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14771,'No',5,0,8227,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14772,'NA',0,0,8227,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14773,'Other',20,0,8227,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14774,'Choice 6',5,0,8227,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14775,'Yes',0,0,8228,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14776,'No',5,0,8228,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14777,'NA',5,0,8228,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14778,'Other',20,0,8228,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14779,'Yes',0,0,8229,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14780,'Option',5,0,8229,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14781,'No',8,0,8229,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14782,'N/A',0,0,8229,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14783,'Other',20,0,8229,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14784,'Yes',1,0,8231,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14785,'Yes',0,0,8231,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14786,'No',7,0,8231,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14787,'N/A',0,0,8231,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14788,'Other',20,0,8231,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14789,'Yes',0,0,8237,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14790,'No',2,0,8237,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14791,'Other',20,0,8237,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14792,'N/A',0,0,8237,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14793,'Yes',0,0,8238,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14794,'No',2,0,8238,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14795,'Other',20,0,8238,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14796,'N/A',0,0,8238,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14797,'Yes',0,0,8239,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14798,'No',2,0,8239,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14799,'Other',20,0,8239,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14800,'N/A',0,0,8239,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14801,'Yes',0,0,8241,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14802,'No',2,0,8241,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14803,'Other',20,0,8241,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14804,'N/A',0,0,8241,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14805,'Yes',0,0,8242,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14806,'No',2,0,8242,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14807,'Other',20,0,8242,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14808,'N/A',0,0,8242,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14809,'Yes',1,0,8245,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14810,'No',2,0,8245,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14811,'Other',20,0,8245,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14812,'N/A',0,0,8245,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14813,'Yes',0,0,8246,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14814,'No',2,0,8246,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14815,'Other',20,0,8246,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14816,'N/A',0,0,8246,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14817,'Yes',0,0,8247,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14818,'No',3,0,8247,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14819,'Other',20,0,8247,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14820,'N/A',0,0,8247,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14821,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8249,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14822,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8249,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14823,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8249,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14824,'YES –There are suitable arrangements in place to prevent danger.',1,0,8252,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14825,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8252,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14826,'YES -The company have a system in place for full evacuation',1,0,8254,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14827,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8254,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14828,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8256,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14829,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8256,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14830,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8258,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14831,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8258,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14832,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8260,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14833,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8260,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14834,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8262,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14835,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8262,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14836,'1 YES -They do consider of other organisation in the within the building',1,0,8265,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14837,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8265,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14838,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8265,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14839,'Yes - The responsible person has been allocated in thereport.',1,0,8268,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14840,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8268,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14841,'Director',0,0,8280,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14842,'Owner Landlord',0,0,8280,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14843,'Site Maitenance',0,0,8280,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14844,'Estate Agent',0,0,8280,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14845,'Letting Agent',0,0,8280,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14846,'Other',0,0,8280,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14847,'Property Agent',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14848,'Owner Landlord',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14849,'Site Manager',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14850,'Property Manager',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14851,'Construction Manager',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14852,'Fire Warden',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14853,'Director',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14854,'CEO',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14855,'Other',0,0,8281,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14856,'A Property Within Building Block',0,0,8282,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14857,'All Of The Property',0,0,8282,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14858,'Communal Areas Only',0,0,8282,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14859,'House',0,0,8282,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14860,'Flat',0,0,8282,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14861,'Other',0,0,8282,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14862,'Nebosh',0,0,8289,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14863,'Level 2 Fire Risk Assessor',0,0,8289,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14864,'Competant Person',0,0,8289,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14865,'Detached',1,0,8290,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14866,'Semi Detached',2,0,8290,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14867,'Terraced',3,0,8290,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14868,'Linked-Detached',1,0,8290,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14869,'Other',20,0,8290,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14870,'House',1,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14871,'Bungalow',1,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14872,'Block of Flats - Studios up to 6 Floor Levels',3,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14873,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14874,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14875,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14876,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14877,'Underground Property',1,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14878,'Factory/ Warehouse',3,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14879,'Garage/ Workshop',3,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14880,'Retail Shop',2,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14881,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14882,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14883,'Other',20,0,8291,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14884,'1-5',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14885,'5-10',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14886,'10-15',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14887,'15-20',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14888,'20-25',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14889,'25-30',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14890,'30-35',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14891,'35-40',0,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14892,'Other',20,0,8292,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14893,'1',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14894,'2',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14895,'3',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14896,'4',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14897,'5',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14898,'6',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14899,'7',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14900,'8',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14901,'9',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14902,'10',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14903,'11',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14904,'12',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14905,'13',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14906,'14',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14907,'15',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14908,'16',1,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14909,'N/A',0,0,8295,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14910,'1',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14911,'2',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14912,'3',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14913,'4',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14914,'5',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14915,'6',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14916,'7',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14917,'8',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14918,'9',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14919,'10',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14920,'11',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14921,'12',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14922,'13',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14923,'14',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14924,'15',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14925,'16',2,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14926,'N/A',0,0,8296,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14927,'Solid concrete all levels',0,0,8297,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14928,'Timber joists all levels',3,0,8297,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14929,'Concrete lowest floor – Timber above higher levels',3,0,8297,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14930,'Other',20,0,8297,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14931,'Wood',2,0,8298,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14932,'Plastics',1,0,8298,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14933,'Aluminium',0,0,8298,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14934,'Stone',0,0,8298,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14935,'Other',20,0,8298,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14936,'Other',20,0,8298,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14937,'Yes',1,0,8300,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14938,'No',3,0,8300,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14939,'Unknown',3,0,8300,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14940,'Yes',1,0,8301,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14941,'No',5,0,8301,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14942,'Unknown',5,0,8301,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(14943,'Choice 1',10,0,8302,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14944,'Choice 2',9,0,8302,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14945,'Choice 3',8,0,8302,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14946,'Choice 4',7,0,8302,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14947,'Choice 5',6,0,8302,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14948,'Choice 6',5,0,8302,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14949,'Choice 1',10,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14950,'Choice 2',9,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14951,'Choice 3',8,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14952,'Choice 4',7,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14953,'Choice 5',6,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14954,'Choice 6',5,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14955,'Choice 7',4,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14956,'Choice 8',3,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14957,'Choice 9',2,0,8306,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14958,'Choice 1',10,0,8314,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14959,'Choice 2',9,0,8314,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14960,'Choice 3',8,0,8314,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14961,'Choice 1',10,0,8316,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14962,'Choice 2',9,0,8316,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14963,'Choice 3',8,0,8316,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14964,'Choice 1',10,0,8319,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14965,'Choice 2',9,0,8319,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14966,'Choice 3',8,0,8319,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14967,'Choice 4',7,0,8319,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14968,'Choice 1',10,0,8321,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14969,'Choice 2',9,0,8321,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14970,'Choice 3',8,0,8321,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14971,'Choice 4',7,0,8321,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14972,'Choice 5',6,0,8321,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14973,'Choice 1',10,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14974,'Choice 2',9,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14975,'Choice 3',8,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14976,'Choice 4',7,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14977,'Choice 5',6,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14978,'Choice 6',5,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14979,'Choice 7',4,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14980,'Choice 8',3,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14981,'Choice 9',2,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14982,'Choice 10',1,0,8324,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14983,'Wood/Paper/Cardboard etc',3,0,8327,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14984,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8327,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14985,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8327,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14986,'Waste Material Controlled -in locked wheely bin or store',2,0,8327,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14987,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8327,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14988,'Choice 1',10,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14989,'Choice 2',9,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14990,'Choice 3',8,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14991,'Choice 4',7,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14992,'Choice 5',6,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14993,'Choice 6',5,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14994,'Choice 7',4,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14995,'Choice 8',3,0,8333,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14996,'Fan Heaters',4,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14997,'Electric Heaters',4,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14998,'Gas Heater',5,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(14999,'Other Boilers',2,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15000,'Electrical Equipment',3,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15001,'Electrical Leads',3,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15002,'Portable Equipment',3,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15003,'Portable Lighting',2,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15004,'Cooking kitchen Equipment',6,0,8335,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15005,'Yes',0,0,8336,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15006,'Yes',0,0,8336,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15007,'No',5,0,8336,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15008,'N/A',0,0,8336,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15009,'Other',20,0,8336,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15010,'Yes',0,0,8337,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15011,'No',5,0,8337,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15012,'Other',20,0,8337,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15013,'Yes',0,0,8341,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15014,'No',5,0,8341,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15015,'Other',20,0,8341,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15016,'Yes',0,0,8342,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15017,'No',5,0,8342,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15018,'NA',5,0,8342,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15019,'Other',20,0,8342,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15020,'Yes',0,0,8343,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15021,'No',5,0,8343,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15022,'NA',0,0,8343,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15023,'Other',20,0,8343,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15024,'Yes',1,0,8344,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15025,'Yes',0,0,8344,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15026,'No',5,0,8344,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15027,'Other',20,0,8344,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15028,'Yes',0,0,8345,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15029,'No',5,0,8345,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15030,'NA',5,0,8345,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15031,'Other',20,0,8345,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15032,'Yes',0,0,8346,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15033,'No',5,0,8346,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15034,'NA',0,0,8346,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15035,'Other',20,0,8346,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15036,'Choice 6',5,0,8346,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15037,'Yes',0,0,8347,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15038,'No',5,0,8347,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15039,'NA',5,0,8347,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15040,'Other',20,0,8347,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15041,'Yes',0,0,8348,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15042,'Option',5,0,8348,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15043,'No',8,0,8348,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15044,'N/A',0,0,8348,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15045,'Other',20,0,8348,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15046,'Yes',1,0,8350,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15047,'Yes',0,0,8350,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15048,'No',7,0,8350,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15049,'N/A',0,0,8350,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15050,'Other',20,0,8350,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15051,'Yes',0,0,8356,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15052,'No',2,0,8356,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15053,'Other',20,0,8356,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15054,'N/A',0,0,8356,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15055,'Yes',0,0,8357,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15056,'No',2,0,8357,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15057,'Other',20,0,8357,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15058,'N/A',0,0,8357,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15059,'Yes',0,0,8358,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15060,'No',2,0,8358,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15061,'Other',20,0,8358,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15062,'N/A',0,0,8358,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15063,'Yes',0,0,8360,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15064,'No',2,0,8360,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15065,'Other',20,0,8360,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15066,'N/A',0,0,8360,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15067,'Yes',0,0,8361,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15068,'No',2,0,8361,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15069,'Other',20,0,8361,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15070,'N/A',0,0,8361,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15071,'Yes',1,0,8364,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15072,'No',2,0,8364,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15073,'Other',20,0,8364,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15074,'N/A',0,0,8364,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15075,'Yes',0,0,8365,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15076,'No',2,0,8365,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15077,'Other',20,0,8365,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15078,'N/A',0,0,8365,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15079,'Yes',0,0,8366,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15080,'No',3,0,8366,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15081,'Other',20,0,8366,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15082,'N/A',0,0,8366,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15083,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8368,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15084,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8368,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15085,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8368,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15086,'YES –There are suitable arrangements in place to prevent danger.',1,0,8371,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15087,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8371,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15088,'YES -The company have a system in place for full evacuation',1,0,8373,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15089,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8373,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15090,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8375,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15091,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8375,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15092,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8377,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15093,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8377,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15094,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8379,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15095,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8379,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15096,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8381,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15097,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8381,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15098,'1 YES -They do consider of other organisation in the within the building',1,0,8384,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15099,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8384,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15100,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8384,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15101,'Yes - The responsible person has been allocated in thereport.',1,0,8387,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15102,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8387,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15103,'Director',0,0,8399,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15104,'Owner Landlord',0,0,8399,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15105,'Site Maitenance',0,0,8399,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15106,'Estate Agent',0,0,8399,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15107,'Letting Agent',0,0,8399,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15108,'Other',0,0,8399,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15109,'Property Agent',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15110,'Owner Landlord',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15111,'Site Manager',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15112,'Property Manager',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15113,'Construction Manager',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15114,'Fire Warden',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15115,'Director',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15116,'CEO',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15117,'Other',0,0,8400,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15118,'A Property Within Building Block',0,0,8401,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15119,'All Of The Property',0,0,8401,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15120,'Communal Areas Only',0,0,8401,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15121,'House',0,0,8401,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15122,'Flat',0,0,8401,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15123,'Other',0,0,8401,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15124,'Nebosh',0,0,8408,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15125,'Level 2 Fire Risk Assessor',0,0,8408,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15126,'Competant Person',0,0,8408,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15127,'Detached',1,0,8409,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15128,'Semi Detached',2,0,8409,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15129,'Terraced',3,0,8409,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15130,'Linked-Detached',1,0,8409,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15131,'Other',20,0,8409,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15132,'House',1,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15133,'Bungalow',1,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15134,'Block of Flats - Studios up to 6 Floor Levels',3,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15135,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15136,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15137,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15138,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15139,'Underground Property',1,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15140,'Factory/ Warehouse',3,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15141,'Garage/ Workshop',3,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15142,'Retail Shop',2,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15143,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15144,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15145,'Other',20,0,8410,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15146,'1-5',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15147,'5-10',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15148,'10-15',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15149,'15-20',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15150,'20-25',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15151,'25-30',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15152,'30-35',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15153,'35-40',0,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15154,'Other',20,0,8411,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15155,'1',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15156,'2',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15157,'3',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15158,'4',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15159,'5',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15160,'6',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15161,'7',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15162,'8',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15163,'9',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15164,'10',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15165,'11',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15166,'12',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15167,'13',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15168,'14',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15169,'15',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15170,'16',1,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15171,'N/A',0,0,8414,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15172,'1',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15173,'2',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15174,'3',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15175,'4',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15176,'5',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15177,'6',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15178,'7',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15179,'8',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15180,'9',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15181,'10',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15182,'11',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15183,'12',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15184,'13',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15185,'14',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15186,'15',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15187,'16',2,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15188,'N/A',0,0,8415,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15189,'Solid concrete all levels',0,0,8416,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15190,'Timber joists all levels',3,0,8416,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15191,'Concrete lowest floor – Timber above higher levels',3,0,8416,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15192,'Other',20,0,8416,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15193,'Wood',2,0,8417,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15194,'Plastics',1,0,8417,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15195,'Aluminium',0,0,8417,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15196,'Stone',0,0,8417,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15197,'Other',20,0,8417,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15198,'Yes',1,0,8419,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15199,'No',3,0,8419,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15200,'Unknown',3,0,8419,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15201,'Yes',1,0,8420,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15202,'No',5,0,8420,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15203,'Unknown',5,0,8420,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(15204,'Choice 1',10,0,8421,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15205,'Choice 2',9,0,8421,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15206,'Choice 3',8,0,8421,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15207,'Choice 4',7,0,8421,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15208,'Choice 5',6,0,8421,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15209,'Choice 6',5,0,8421,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15210,'Choice 1',10,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15211,'Choice 2',9,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15212,'Choice 3',8,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15213,'Choice 4',7,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15214,'Choice 5',6,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15215,'Choice 6',5,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15216,'Choice 7',4,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15217,'Choice 8',3,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15218,'Choice 9',2,0,8425,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15219,'Choice 1',10,0,8433,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15220,'Choice 2',9,0,8433,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15221,'Choice 3',8,0,8433,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15222,'Choice 1',10,0,8435,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15223,'Choice 2',9,0,8435,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15224,'Choice 3',8,0,8435,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15225,'Choice 1',10,0,8438,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15226,'Choice 2',9,0,8438,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15227,'Choice 3',8,0,8438,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15228,'Choice 4',7,0,8438,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15229,'Choice 1',10,0,8440,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15230,'Choice 2',9,0,8440,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15231,'Choice 3',8,0,8440,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15232,'Choice 4',7,0,8440,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15233,'Choice 5',6,0,8440,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15234,'Choice 1',10,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15235,'Choice 2',9,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15236,'Choice 3',8,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15237,'Choice 4',7,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15238,'Choice 5',6,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15239,'Choice 6',5,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15240,'Choice 7',4,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15241,'Choice 8',3,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15242,'Choice 9',2,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15243,'Choice 10',1,0,8443,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15244,'Wood/Paper/Cardboard etc',3,0,8446,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15245,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8446,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15246,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8446,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15247,'Waste Material Controlled -in locked wheely bin or store',2,0,8446,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15248,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8446,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15249,'Choice 1',10,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15250,'Choice 2',9,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15251,'Choice 3',8,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15252,'Choice 4',7,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15253,'Choice 5',6,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15254,'Choice 6',5,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15255,'Choice 7',4,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15256,'Choice 8',3,0,8452,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15257,'Fan Heaters',4,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15258,'Electric Heaters',4,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15259,'Gas Heater',5,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15260,'Other Boilers',2,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15261,'Electrical Equipment',3,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15262,'Electrical Leads',3,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15263,'Portable Equipment',3,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15264,'Portable Lighting',2,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15265,'Cooking kitchen Equipment',6,0,8454,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(15266,'Yes',0,0,8455,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15267,'Yes',0,0,8455,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15268,'No',5,0,8455,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15269,'N/A',0,0,8455,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15270,'Other',20,0,8455,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15271,'Yes',0,0,8456,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15272,'No',5,0,8456,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15273,'Other',20,0,8456,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15274,'Yes',0,0,8460,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15275,'No',5,0,8460,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15276,'Other',20,0,8460,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15277,'Yes',0,0,8461,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15278,'No',5,0,8461,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15279,'NA',5,0,8461,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15280,'Other',20,0,8461,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15281,'Yes',0,0,8462,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15282,'No',5,0,8462,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15283,'NA',0,0,8462,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15284,'Other',20,0,8462,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15285,'Yes',1,0,8463,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15286,'Yes',0,0,8463,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15287,'No',5,0,8463,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15288,'Other',20,0,8463,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15289,'Yes',0,0,8464,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15290,'No',5,0,8464,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15291,'NA',5,0,8464,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15292,'Other',20,0,8464,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15293,'Yes',0,0,8465,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15294,'No',5,0,8465,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15295,'NA',0,0,8465,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15296,'Other',20,0,8465,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15297,'Choice 6',5,0,8465,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15298,'Yes',0,0,8466,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15299,'No',5,0,8466,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15300,'NA',5,0,8466,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15301,'Other',20,0,8466,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15302,'Yes',0,0,8467,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15303,'Option',5,0,8467,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15304,'No',8,0,8467,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15305,'N/A',0,0,8467,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15306,'Other',20,0,8467,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15307,'Yes',1,0,8469,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15308,'Yes',0,0,8469,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15309,'No',7,0,8469,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15310,'N/A',0,0,8469,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15311,'Other',20,0,8469,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15312,'Yes',0,0,8475,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15313,'No',2,0,8475,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15314,'Other',20,0,8475,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15315,'N/A',0,0,8475,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15316,'Yes',0,0,8476,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15317,'No',2,0,8476,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15318,'Other',20,0,8476,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15319,'N/A',0,0,8476,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15320,'Yes',0,0,8477,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15321,'No',2,0,8477,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15322,'Other',20,0,8477,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15323,'N/A',0,0,8477,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15324,'Yes',0,0,8479,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15325,'No',2,0,8479,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15326,'Other',20,0,8479,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15327,'N/A',0,0,8479,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15328,'Yes',0,0,8480,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15329,'No',2,0,8480,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15330,'Other',20,0,8480,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15331,'N/A',0,0,8480,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15332,'Yes',1,0,8483,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15333,'No',2,0,8483,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15334,'Other',20,0,8483,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15335,'N/A',0,0,8483,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15336,'Yes',0,0,8484,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15337,'No',2,0,8484,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15338,'Other',20,0,8484,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15339,'N/A',0,0,8484,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15340,'Yes',0,0,8485,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15341,'No',3,0,8485,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15342,'Other',20,0,8485,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15343,'N/A',0,0,8485,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15344,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8487,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15345,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8487,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15346,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8487,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15347,'YES –There are suitable arrangements in place to prevent danger.',1,0,8490,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15348,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8490,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15349,'YES -The company have a system in place for full evacuation',1,0,8492,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15350,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8492,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15351,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8494,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15352,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8494,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15353,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8496,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15354,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8496,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15355,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8498,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15356,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8498,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15357,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8500,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15358,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8500,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15359,'1 YES -They do consider of other organisation in the within the building',1,0,8503,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15360,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8503,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15361,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8503,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15362,'Yes - The responsible person has been allocated in thereport.',1,0,8506,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15363,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8506,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15364,'Director',0,0,8518,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15365,'Owner Landlord',0,0,8518,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15366,'Site Maitenance',0,0,8518,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15367,'Estate Agent',0,0,8518,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15368,'Letting Agent',0,0,8518,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15369,'Other',0,0,8518,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15370,'Property Agent',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15371,'Owner Landlord',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15372,'Site Manager',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15373,'Property Manager',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15374,'Construction Manager',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15375,'Fire Warden',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15376,'Director',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15377,'CEO',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15378,'Other',0,0,8519,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15379,'A Property Within Building Block',0,0,8520,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15380,'All Of The Property',0,0,8520,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15381,'Communal Areas Only',0,0,8520,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15382,'House',0,0,8520,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15383,'Flat',0,0,8520,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15384,'Other',0,0,8520,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15385,'Nebosh',0,0,8527,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15386,'Level 2 Fire Risk Assessor',0,0,8527,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15387,'Competant Person',0,0,8527,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15388,'Detached',1,0,8528,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15389,'Semi Detached',2,0,8528,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15390,'Terraced',3,0,8528,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15391,'Linked-Detached',1,0,8528,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15392,'Other',20,0,8528,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15393,'House',1,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15394,'Bungalow',1,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15395,'Block of Flats - Studios up to 6 Floor Levels',3,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15396,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15397,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15398,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15399,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15400,'Underground Property',1,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15401,'Factory/ Warehouse',3,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15402,'Garage/ Workshop',3,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15403,'Retail Shop',2,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15404,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15405,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15406,'Other',20,0,8529,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15407,'1-5',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15408,'5-10',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15409,'10-15',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15410,'15-20',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15411,'20-25',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15412,'25-30',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15413,'30-35',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15414,'35-40',0,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15415,'Other',20,0,8530,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15416,'1',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15417,'2',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15418,'3',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15419,'4',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15420,'5',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15421,'6',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15422,'7',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15423,'8',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15424,'9',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15425,'10',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15426,'11',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15427,'12',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15428,'13',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15429,'14',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15430,'15',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15431,'16',1,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15432,'N/A',0,0,8533,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15433,'1',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15434,'2',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15435,'3',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15436,'4',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15437,'5',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15438,'6',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15439,'7',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15440,'8',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15441,'9',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15442,'10',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15443,'11',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15444,'12',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15445,'13',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15446,'14',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15447,'15',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15448,'16',2,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15449,'N/A',0,0,8534,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15450,'Solid concrete all levels',0,0,8535,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15451,'Timber joists all levels',3,0,8535,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15452,'Concrete lowest floor – Timber above higher levels',3,0,8535,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15453,'Other',20,0,8535,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15454,'Wood',2,0,8536,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15455,'Plastics',1,0,8536,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15456,'Aluminium',0,0,8536,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15457,'Stone',0,0,8536,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15458,'Other',20,0,8536,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15459,'Yes',1,0,8538,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15460,'No',3,0,8538,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15461,'Unknown',3,0,8538,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15462,'Yes',1,0,8539,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15463,'No',5,0,8539,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15464,'Unknown',5,0,8539,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15465,'Other',20,0,8540,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(15466,'Choice 1',10,0,8541,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15467,'Choice 2',9,0,8541,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15468,'Choice 3',8,0,8541,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15469,'Choice 4',7,0,8541,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15470,'Choice 5',6,0,8541,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15471,'Choice 6',5,0,8541,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15472,'Choice 1',10,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15473,'Choice 2',9,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15474,'Choice 3',8,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15475,'Choice 4',7,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15476,'Choice 5',6,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15477,'Choice 6',5,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15478,'Choice 7',4,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15479,'Choice 8',3,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15480,'Choice 9',2,0,8545,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15481,'Choice 1',10,0,8553,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15482,'Choice 2',9,0,8553,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15483,'Choice 3',8,0,8553,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15484,'Choice 1',10,0,8555,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15485,'Choice 2',9,0,8555,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15486,'Choice 3',8,0,8555,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15487,'Choice 1',10,0,8558,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15488,'Choice 2',9,0,8558,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15489,'Choice 3',8,0,8558,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15490,'Choice 4',7,0,8558,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15491,'Choice 1',10,0,8560,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15492,'Choice 2',9,0,8560,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15493,'Choice 3',8,0,8560,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15494,'Choice 4',7,0,8560,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15495,'Choice 5',6,0,8560,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15496,'Choice 1',10,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15497,'Choice 2',9,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15498,'Choice 3',8,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15499,'Choice 4',7,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15500,'Choice 5',6,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15501,'Choice 6',5,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15502,'Choice 7',4,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15503,'Choice 8',3,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15504,'Choice 9',2,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15505,'Choice 10',1,0,8563,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15506,'Choice 1',10,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15507,'Choice 2',9,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15508,'Choice 3',8,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15509,'Choice 4',7,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15510,'Choice 5',6,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15511,'Choice 6',5,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15512,'Choice 7',4,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15513,'Choice 8',3,0,8568,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15514,'Fan Heaters',4,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15515,'Electric Heaters',4,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15516,'Gas Heater',5,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15517,'Other Boilers',2,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15518,'Electrical Equipment',3,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15519,'Electrical Leads',3,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15520,'Portable Equipment',3,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15521,'Portable Lighting',2,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15522,'Cooking kitchen Equipment',6,0,8570,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15523,'Wood/Paper/Cardboard etc',3,0,8573,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15524,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8573,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15525,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8573,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15526,'Waste Material Controlled -in locked wheely bin or store',2,0,8573,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15527,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8573,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15528,'Yes',0,0,8575,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15529,'Yes',0,0,8575,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15530,'No',5,0,8575,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15531,'N/A',0,0,8575,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15532,'Other',20,0,8575,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15533,'Yes',0,0,8576,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15534,'No',5,0,8576,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15535,'Other',20,0,8576,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15536,'Yes',0,0,8580,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15537,'No',5,0,8580,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15538,'Other',20,0,8580,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15539,'Yes',0,0,8581,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15540,'No',5,0,8581,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15541,'NA',5,0,8581,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15542,'Other',20,0,8581,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15543,'Yes',0,0,8582,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15544,'No',5,0,8582,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15545,'NA',0,0,8582,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15546,'Other',20,0,8582,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15547,'Yes',1,0,8583,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15548,'Yes',0,0,8583,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15549,'No',5,0,8583,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15550,'Other',20,0,8583,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15551,'Yes',0,0,8584,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15552,'No',5,0,8584,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15553,'NA',5,0,8584,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15554,'Other',20,0,8584,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15555,'Yes',0,0,8585,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15556,'No',5,0,8585,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15557,'NA',0,0,8585,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15558,'Other',20,0,8585,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15559,'Choice 6',5,0,8585,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15560,'Yes',0,0,8586,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15561,'No',5,0,8586,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15562,'NA',5,0,8586,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15563,'Other',20,0,8586,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15564,'Yes',0,0,8587,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15565,'Option',5,0,8587,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15566,'No',8,0,8587,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15567,'N/A',0,0,8587,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15568,'Other',20,0,8587,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15569,'Yes',1,0,8589,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15570,'Yes',0,0,8589,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15571,'No',7,0,8589,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15572,'N/A',0,0,8589,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15573,'Other',20,0,8589,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15574,'Yes',0,0,8595,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15575,'No',2,0,8595,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15576,'Other',20,0,8595,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15577,'N/A',0,0,8595,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15578,'Yes',0,0,8596,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15579,'No',2,0,8596,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15580,'Other',20,0,8596,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15581,'N/A',0,0,8596,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15582,'Yes',0,0,8597,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15583,'No',2,0,8597,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15584,'Other',20,0,8597,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15585,'N/A',0,0,8597,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15586,'Yes',0,0,8599,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15587,'No',2,0,8599,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15588,'Other',20,0,8599,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15589,'N/A',0,0,8599,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15590,'Yes',0,0,8600,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15591,'No',2,0,8600,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15592,'Other',20,0,8600,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15593,'N/A',0,0,8600,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15594,'Yes',1,0,8603,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15595,'No',2,0,8603,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15596,'Other',20,0,8603,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15597,'N/A',0,0,8603,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15598,'Yes',0,0,8604,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15599,'No',2,0,8604,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15600,'Other',20,0,8604,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15601,'N/A',0,0,8604,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15602,'Yes',0,0,8605,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15603,'No',3,0,8605,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15604,'Other',20,0,8605,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15605,'N/A',0,0,8605,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15606,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8607,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15607,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8607,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15608,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8607,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15609,'YES –There are suitable arrangements in place to prevent danger.',1,0,8610,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15610,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8610,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15611,'YES -The company have a system in place for full evacuation',1,0,8612,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15612,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8612,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15613,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8614,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15614,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8614,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15615,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8616,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15616,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8616,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15617,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8618,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15618,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8618,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15619,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8620,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15620,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8620,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15621,'1 YES -They do consider of other organisation in the within the building',1,0,8623,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15622,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8623,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15623,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8623,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15624,'Yes - The responsible person has been allocated in thereport.',1,0,8626,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15625,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8626,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15626,'Director',0,0,8638,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15627,'Owner Landlord',0,0,8638,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15628,'Site Maitenance',0,0,8638,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15629,'Estate Agent',0,0,8638,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15630,'Letting Agent',0,0,8638,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15631,'Other',0,0,8638,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15632,'Property Agent',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15633,'Owner Landlord',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15634,'Site Manager',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15635,'Property Manager',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15636,'Construction Manager',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15637,'Fire Warden',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15638,'Director',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15639,'CEO',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15640,'Other',0,0,8639,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15641,'A Property Within Building Block',0,0,8640,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15642,'All Of The Property',0,0,8640,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15643,'Communal Areas Only',0,0,8640,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15644,'House',0,0,8640,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15645,'Flat',0,0,8640,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15646,'Other',0,0,8640,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15647,'Nebosh',0,0,8647,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15648,'Level 2 Fire Risk Assessor',0,0,8647,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15649,'Competant Person',0,0,8647,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15650,'Detached',1,0,8648,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15651,'Semi Detached',2,0,8648,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15652,'Terraced',3,0,8648,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15653,'Linked-Detached',1,0,8648,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15654,'Other',20,0,8648,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15655,'House',1,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15656,'Bungalow',1,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15657,'Block of Flats - Studios up to 6 Floor Levels',3,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15658,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15659,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15660,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15661,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15662,'Underground Property',1,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15663,'Factory/ Warehouse',3,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15664,'Garage/ Workshop',3,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15665,'Retail Shop',2,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15666,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15667,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15668,'Other',20,0,8649,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15669,'1-5',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15670,'5-10',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15671,'10-15',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15672,'15-20',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15673,'20-25',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15674,'25-30',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15675,'30-35',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15676,'35-40',0,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15677,'Other',20,0,8650,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15678,'1',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15679,'2',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15680,'3',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15681,'4',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15682,'5',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15683,'6',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15684,'7',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15685,'8',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15686,'9',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15687,'10',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15688,'11',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15689,'12',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15690,'13',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15691,'14',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15692,'15',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15693,'16',1,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15694,'N/A',0,0,8653,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15695,'1',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15696,'2',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15697,'3',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15698,'4',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15699,'5',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15700,'6',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15701,'7',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15702,'8',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15703,'9',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15704,'10',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15705,'11',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15706,'12',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15707,'13',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15708,'14',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15709,'15',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15710,'16',2,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15711,'N/A',0,0,8654,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15712,'Solid concrete all levels',0,0,8655,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15713,'Timber joists all levels',3,0,8655,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15714,'Concrete lowest floor – Timber above higher levels',3,0,8655,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15715,'Other',20,0,8655,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15716,'Wood',2,0,8656,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15717,'Plastics',1,0,8656,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15718,'Aluminium',0,0,8656,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15719,'Stone',0,0,8656,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15720,'Other',20,0,8656,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15721,'Yes',1,0,8658,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15722,'No',3,0,8658,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15723,'Unknown',3,0,8658,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15724,'Yes',1,0,8659,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15725,'No',5,0,8659,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15726,'Unknown',5,0,8659,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15727,'Other',20,0,8660,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(15728,'Choice 1',10,0,8661,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15729,'Choice 2',9,0,8661,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15730,'Choice 3',8,0,8661,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15731,'Choice 4',7,0,8661,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15732,'Choice 5',6,0,8661,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15733,'Choice 6',5,0,8661,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15734,'Choice 1',10,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15735,'Choice 2',9,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15736,'Choice 3',8,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15737,'Choice 4',7,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15738,'Choice 5',6,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15739,'Choice 6',5,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15740,'Choice 7',4,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15741,'Choice 8',3,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15742,'Choice 9',2,0,8665,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15743,'Choice 1',10,0,8673,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15744,'Choice 2',9,0,8673,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15745,'Choice 3',8,0,8673,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15746,'Choice 1',10,0,8675,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15747,'Choice 2',9,0,8675,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15748,'Choice 3',8,0,8675,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15749,'Choice 1',10,0,8678,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15750,'Choice 2',9,0,8678,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15751,'Choice 3',8,0,8678,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15752,'Choice 4',7,0,8678,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15753,'Choice 1',10,0,8680,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15754,'Choice 2',9,0,8680,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15755,'Choice 3',8,0,8680,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15756,'Choice 4',7,0,8680,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15757,'Choice 5',6,0,8680,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15758,'Choice 1',10,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15759,'Choice 2',9,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15760,'Choice 3',8,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15761,'Choice 4',7,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15762,'Choice 5',6,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15763,'Choice 6',5,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15764,'Choice 7',4,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15765,'Choice 8',3,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15766,'Choice 9',2,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15767,'Choice 10',1,0,8683,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15768,'Choice 1',10,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15769,'Choice 2',9,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15770,'Choice 3',8,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15771,'Choice 4',7,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15772,'Choice 5',6,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15773,'Choice 6',5,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15774,'Choice 7',4,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15775,'Choice 8',3,0,8688,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15776,'Fan Heaters',4,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15777,'Electric Heaters',4,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15778,'Gas Heater',5,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15779,'Other Boilers',2,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15780,'Electrical Equipment',3,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15781,'Electrical Leads',3,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15782,'Portable Equipment',3,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15783,'Portable Lighting',2,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15784,'Cooking kitchen Equipment',6,0,8690,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15785,'Wood/Paper/Cardboard etc',3,0,8693,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15786,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8693,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15787,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8693,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15788,'Waste Material Controlled -in locked wheely bin or store',2,0,8693,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15789,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8693,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15790,'Yes',0,0,8695,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15791,'Yes',0,0,8695,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15792,'No',5,0,8695,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15793,'N/A',0,0,8695,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15794,'Other',20,0,8695,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15795,'Yes',0,0,8696,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15796,'No',5,0,8696,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15797,'Other',20,0,8696,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15798,'Yes',0,0,8700,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15799,'No',5,0,8700,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15800,'Other',20,0,8700,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15801,'Yes',0,0,8701,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15802,'No',5,0,8701,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15803,'NA',5,0,8701,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15804,'Other',20,0,8701,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15805,'Yes',0,0,8702,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15806,'No',5,0,8702,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15807,'NA',0,0,8702,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15808,'Other',20,0,8702,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15809,'Yes',1,0,8703,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15810,'Yes',0,0,8703,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15811,'No',5,0,8703,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15812,'Other',20,0,8703,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15813,'Yes',0,0,8704,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15814,'No',5,0,8704,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15815,'NA',5,0,8704,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15816,'Other',20,0,8704,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15817,'Yes',0,0,8705,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15818,'No',5,0,8705,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15819,'NA',0,0,8705,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15820,'Other',20,0,8705,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15821,'Choice 6',5,0,8705,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15822,'Yes',0,0,8706,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15823,'No',5,0,8706,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15824,'NA',5,0,8706,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15825,'Other',20,0,8706,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15826,'Yes',0,0,8707,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15827,'Option',5,0,8707,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15828,'No',8,0,8707,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15829,'N/A',0,0,8707,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15830,'Other',20,0,8707,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15831,'Yes',1,0,8709,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15832,'Yes',0,0,8709,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15833,'No',7,0,8709,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15834,'N/A',0,0,8709,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15835,'Other',20,0,8709,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15836,'Yes',0,0,8715,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15837,'No',2,0,8715,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15838,'Other',20,0,8715,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15839,'N/A',0,0,8715,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15840,'Yes',0,0,8716,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15841,'No',2,0,8716,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15842,'Other',20,0,8716,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15843,'N/A',0,0,8716,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15844,'Yes',0,0,8717,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15845,'No',2,0,8717,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15846,'Other',20,0,8717,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15847,'N/A',0,0,8717,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15848,'Yes',0,0,8719,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15849,'No',2,0,8719,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15850,'Other',20,0,8719,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15851,'N/A',0,0,8719,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15852,'Yes',0,0,8720,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15853,'No',2,0,8720,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15854,'Other',20,0,8720,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15855,'N/A',0,0,8720,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15856,'Yes',1,0,8723,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15857,'No',2,0,8723,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15858,'Other',20,0,8723,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15859,'N/A',0,0,8723,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15860,'Yes',0,0,8724,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15861,'No',2,0,8724,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15862,'Other',20,0,8724,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15863,'N/A',0,0,8724,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15864,'Yes',0,0,8725,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15865,'No',3,0,8725,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15866,'Other',20,0,8725,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15867,'N/A',0,0,8725,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15868,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8727,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15869,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8727,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15870,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8727,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15871,'YES –There are suitable arrangements in place to prevent danger.',1,0,8730,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15872,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8730,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15873,'YES -The company have a system in place for full evacuation',1,0,8732,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15874,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8732,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15875,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8734,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15876,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8734,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15877,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8736,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15878,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8736,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15879,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8738,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15880,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8738,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15881,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8740,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15882,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8740,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15883,'1 YES -They do consider of other organisation in the within the building',1,0,8743,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15884,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8743,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15885,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8743,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15886,'Yes - The responsible person has been allocated in thereport.',1,0,8746,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15887,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8746,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15888,'Director',0,0,8758,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15889,'Owner Landlord',0,0,8758,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15890,'Site Maitenance',0,0,8758,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15891,'Estate Agent',0,0,8758,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15892,'Letting Agent',0,0,8758,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15893,'Other',0,0,8758,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15894,'Property Agent',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15895,'Owner Landlord',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15896,'Site Manager',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15897,'Property Manager',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15898,'Construction Manager',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15899,'Fire Warden',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15900,'Director',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15901,'CEO',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15902,'Other',0,0,8759,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15903,'A Property Within Building Block',0,0,8760,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15904,'All Of The Property',0,0,8760,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15905,'Communal Areas Only',0,0,8760,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15906,'House',0,0,8760,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15907,'Flat',0,0,8760,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15908,'Other',0,0,8760,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15909,'Nebosh',0,0,8767,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15910,'Level 2 Fire Risk Assessor',0,0,8767,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15911,'Competant Person',0,0,8767,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15912,'Detached',1,0,8768,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15913,'Semi Detached',2,0,8768,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15914,'Terraced',3,0,8768,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15915,'Linked-Detached',1,0,8768,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15916,'Other',20,0,8768,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15917,'House',1,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15918,'Bungalow',1,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15919,'Block of Flats - Studios up to 6 Floor Levels',3,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15920,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15921,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15922,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15923,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15924,'Underground Property',1,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15925,'Factory/ Warehouse',3,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15926,'Garage/ Workshop',3,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15927,'Retail Shop',2,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15928,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15929,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15930,'Other',20,0,8769,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15931,'1-5',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15932,'5-10',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15933,'10-15',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15934,'15-20',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15935,'20-25',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15936,'25-30',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15937,'30-35',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15938,'35-40',0,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15939,'Other',20,0,8770,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15940,'1',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15941,'2',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15942,'3',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15943,'4',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15944,'5',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15945,'6',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15946,'7',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15947,'8',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15948,'9',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15949,'10',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15950,'11',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15951,'12',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15952,'13',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15953,'14',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15954,'15',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15955,'16',1,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15956,'N/A',0,0,8773,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15957,'1',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15958,'2',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15959,'3',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15960,'4',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15961,'5',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15962,'6',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15963,'7',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15964,'8',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15965,'9',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15966,'10',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15967,'11',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15968,'12',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15969,'13',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15970,'14',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15971,'15',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15972,'16',2,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15973,'N/A',0,0,8774,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15974,'Solid concrete all levels',0,0,8775,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15975,'Timber joists all levels',3,0,8775,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15976,'Concrete lowest floor – Timber above higher levels',3,0,8775,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15977,'Other',20,0,8775,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15978,'Wood',2,0,8776,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15979,'Plastics',1,0,8776,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15980,'Aluminium',0,0,8776,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15981,'Stone',0,0,8776,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15982,'Other',20,0,8776,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15983,'Yes',1,0,8778,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15984,'No',3,0,8778,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15985,'Unknown',3,0,8778,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15986,'Yes',1,0,8779,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15987,'No',5,0,8779,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15988,'Unknown',5,0,8779,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15989,'Other',20,0,8780,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15990,'Very Good',1,0,8781,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15991,'Good',1,0,8781,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15992,'Fair',1,0,8781,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15993,'Poor',2,0,8781,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15994,'Very Poor',2,0,8781,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(15995,'Choice 1',10,0,8783,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(15996,'Choice 2',9,0,8783,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(15997,'Choice 3',8,0,8783,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(15998,'Choice 4',7,0,8783,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(15999,'Choice 5',6,0,8783,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16000,'Choice 6',5,0,8783,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16001,'Choice 1',10,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16002,'Choice 2',9,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16003,'Choice 3',8,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16004,'Choice 4',7,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16005,'Choice 5',6,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16006,'Choice 6',5,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16007,'Choice 7',4,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16008,'Choice 8',3,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16009,'Choice 9',2,0,8787,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16010,'Choice 1',10,0,8795,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16011,'Choice 2',9,0,8795,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16012,'Choice 3',8,0,8795,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16013,'Choice 1',10,0,8797,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16014,'Choice 2',9,0,8797,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16015,'Choice 3',8,0,8797,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16016,'Choice 1',10,0,8800,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16017,'Choice 2',9,0,8800,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16018,'Choice 3',8,0,8800,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16019,'Choice 4',7,0,8800,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16020,'Choice 1',10,0,8802,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16021,'Choice 2',9,0,8802,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16022,'Choice 3',8,0,8802,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16023,'Choice 4',7,0,8802,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16024,'Choice 5',6,0,8802,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16025,'Choice 1',10,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16026,'Choice 2',9,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16027,'Choice 3',8,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16028,'Choice 4',7,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16029,'Choice 5',6,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16030,'Choice 6',5,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16031,'Choice 7',4,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16032,'Choice 8',3,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16033,'Choice 9',2,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16034,'Choice 10',1,0,8805,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16035,'Choice 1',10,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16036,'Choice 2',9,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16037,'Choice 3',8,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16038,'Choice 4',7,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16039,'Choice 5',6,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16040,'Choice 6',5,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16041,'Choice 7',4,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16042,'Choice 8',3,0,8810,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16043,'Fan Heaters',4,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16044,'Electric Heaters',4,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16045,'Gas Heater',5,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16046,'Other Boilers',2,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16047,'Electrical Equipment',3,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16048,'Electrical Leads',3,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16049,'Portable Equipment',3,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16050,'Portable Lighting',2,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16051,'Cooking kitchen Equipment',6,0,8812,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16052,'Wood/Paper/Cardboard etc',3,0,8815,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16053,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8815,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16054,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8815,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16055,'Waste Material Controlled -in locked wheely bin or store',2,0,8815,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16056,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8815,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16057,'Yes',0,0,8817,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16058,'Yes',0,0,8817,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16059,'No',5,0,8817,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16060,'N/A',0,0,8817,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16061,'Other',20,0,8817,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16062,'Yes',0,0,8818,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16063,'No',5,0,8818,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16064,'Other',20,0,8818,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16065,'Yes',0,0,8822,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16066,'No',5,0,8822,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16067,'NA',5,0,8822,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16068,'Other',20,0,8822,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16069,'Yes',0,0,8823,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16070,'No',5,0,8823,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16071,'NA',0,0,8823,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16072,'Other',20,0,8823,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16073,'Choice 6',5,0,8823,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16074,'Yes',0,0,8824,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16075,'No',5,0,8824,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16076,'Other',20,0,8824,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16077,'Yes',0,0,8825,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16078,'No',5,0,8825,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16079,'NA',5,0,8825,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16080,'Other',20,0,8825,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16081,'Yes',0,0,8826,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16082,'No',5,0,8826,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16083,'NA',0,0,8826,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16084,'Other',20,0,8826,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16085,'Yes',1,0,8827,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16086,'Yes',0,0,8827,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16087,'No',5,0,8827,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16088,'Other',20,0,8827,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16089,'Yes',0,0,8828,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16090,'No',5,0,8828,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16091,'NA',5,0,8828,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16092,'Other',20,0,8828,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16093,'Yes',0,0,8829,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16094,'Option',5,0,8829,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16095,'No',8,0,8829,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16096,'N/A',0,0,8829,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16097,'Other',20,0,8829,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16098,'Yes',1,0,8831,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16099,'Yes',0,0,8831,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16100,'No',7,0,8831,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16101,'N/A',0,0,8831,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16102,'Other',20,0,8831,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16103,'Director',0,0,8842,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16104,'Owner Landlord',0,0,8842,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16105,'Site Maitenance',0,0,8842,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16106,'Estate Agent',0,0,8842,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16107,'Letting Agent',0,0,8842,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16108,'Other',0,0,8842,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16109,'Property Agent',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16110,'Owner Landlord',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16111,'Site Manager',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16112,'Property Manager',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16113,'Construction Manager',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16114,'Fire Warden',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16115,'Director',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16116,'CEO',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16117,'Other',0,0,8843,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16118,'A Property Within Building Block',0,0,8844,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16119,'All Of The Property',0,0,8844,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16120,'Communal Areas Only',0,0,8844,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16121,'House',0,0,8844,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16122,'Flat',0,0,8844,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16123,'Other',0,0,8844,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16124,'Nebosh',0,0,8851,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16125,'Level 2 Fire Risk Assessor',0,0,8851,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16126,'Competant Person',0,0,8851,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16127,'Detached',1,0,8852,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16128,'Semi Detached',2,0,8852,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16129,'Terraced',3,0,8852,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16130,'Linked-Detached',1,0,8852,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16131,'Other',20,0,8852,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16132,'House',1,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16133,'Bungalow',1,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16134,'Block of Flats - Studios up to 6 Floor Levels',3,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16135,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16136,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16137,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16138,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16139,'Underground Property',1,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16140,'Factory/ Warehouse',3,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16141,'Garage/ Workshop',3,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16142,'Retail Shop',2,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16143,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16144,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16145,'Other',20,0,8853,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16146,'1-5',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16147,'5-10',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16148,'10-15',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16149,'15-20',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16150,'20-25',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16151,'25-30',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16152,'30-35',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16153,'35-40',0,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16154,'Other',20,0,8854,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16155,'1',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16156,'2',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16157,'3',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16158,'4',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16159,'5',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16160,'6',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16161,'7',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16162,'8',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16163,'9',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16164,'10',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16165,'11',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16166,'12',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16167,'13',1,0,8857,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(16168,'14',1,0,8857,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16169,'15',1,0,8857,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16170,'16',1,0,8857,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16171,'N/A',0,0,8857,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16172,'1',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16173,'2',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16174,'3',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16175,'4',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16176,'5',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16177,'6',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16178,'7',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16179,'8',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16180,'9',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16181,'10',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16182,'11',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16183,'12',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16184,'13',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16185,'14',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16186,'15',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16187,'16',2,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16188,'N/A',0,0,8858,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16189,'Solid concrete all levels',0,0,8859,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16190,'Timber joists all levels',3,0,8859,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16191,'Concrete lowest floor – Timber above higher levels',3,0,8859,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16192,'Other',20,0,8859,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16193,'Wood',2,0,8860,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16194,'Plastics',1,0,8860,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16195,'Aluminium',0,0,8860,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16196,'Stone',0,0,8860,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16197,'Other',20,0,8860,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16198,'Yes',1,0,8862,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16199,'No',3,0,8862,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16200,'Unknown',3,0,8862,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16201,'Yes',1,0,8863,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16202,'No',5,0,8863,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16203,'Unknown',5,0,8863,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16204,'Other',20,0,8864,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16205,'Very Good',1,0,8865,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16206,'Good',1,0,8865,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16207,'Fair',1,0,8865,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16208,'Poor',2,0,8865,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16209,'Very Poor',2,0,8865,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16210,'Yes',0,0,8867,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16211,'No',2,0,8867,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16212,'Other',20,0,8867,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16213,'N/A',0,0,8867,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16214,'Yes',0,0,8868,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16215,'No',2,0,8868,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16216,'Other',20,0,8868,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16217,'N/A',0,0,8868,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16218,'Yes',0,0,8869,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16219,'No',2,0,8869,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16220,'Other',20,0,8869,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16221,'N/A',0,0,8869,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16222,'Yes',0,0,8871,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16223,'No',2,0,8871,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16224,'Other',20,0,8871,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16225,'N/A',0,0,8871,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16226,'Yes',0,0,8872,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16227,'No',2,0,8872,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16228,'Other',20,0,8872,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16229,'N/A',0,0,8872,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16230,'Yes',0,0,8873,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16231,'No',2,0,8873,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16232,'Other',20,0,8873,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16233,'N/A',0,0,8873,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16234,'Yes',1,0,8874,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16235,'No',2,0,8874,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16236,'Other',20,0,8874,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16237,'N/A',0,0,8874,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16238,'Yes',0,0,8875,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16239,'No',3,0,8875,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16240,'Other',20,0,8875,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16241,'N/A',0,0,8875,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16242,'YES -The documents do allow for disable or special needs people to escape from the property',1,0,8877,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16243,'NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.',4,0,8877,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16244,'There are no disabled or special needs person on the premises, due to the environment within the property',1,0,8877,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16245,'YES –There are suitable arrangements in place to prevent danger.',1,0,8880,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16246,'NO -There are Not suitable arrangements in place to prevent danger',4,0,8880,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16247,'YES -The company have a system in place for full evacuation',1,0,8882,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16248,'NOThere is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.',3,0,8882,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16249,'YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.',1,0,8884,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16250,'NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.',4,0,8884,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16251,'YES –There is appropriate liaison with fire and rescue authority readily available',1,0,8886,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16252,'NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.',4,0,8886,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16253,'YES –In house regime of in-housefire precautions have been defined & implemented.',1,0,8888,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16254,'NO -In house regime forin-housefire precautionsare in place they have Not been defined & implemented. Recommend putting a regime in place.',5,0,8888,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16255,'YES –There is readily available inspection & user checks completedin the fire risk logbook or inanother readable format',1,0,8890,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16256,'NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system',5,0,8890,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16257,'1 YES -They do consider of other organisation in the within the building',1,0,8893,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16258,'YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point',3,0,8893,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16259,'NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.',6,0,8893,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16260,'Yes - The responsible person has been allocated in thereport.',1,0,8896,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16261,'No - There isno responsible person instructed or allocated,we recommend appointing a responsible personalsointo the report.',2,0,8896,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(16262,'Choice 1',10,0,8905,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16263,'Choice 2',9,0,8905,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16264,'Choice 3',8,0,8905,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16265,'Choice 4',7,0,8905,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16266,'Choice 5',6,0,8905,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16267,'Choice 6',5,0,8905,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16268,'Choice 1',10,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16269,'Choice 2',9,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16270,'Choice 3',8,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16271,'Choice 4',7,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16272,'Choice 5',6,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16273,'Choice 6',5,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16274,'Choice 7',4,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16275,'Choice 8',3,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16276,'Choice 9',2,0,8909,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16277,'Choice 1',10,0,8917,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16278,'Choice 2',9,0,8917,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16279,'Choice 3',8,0,8917,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16280,'Choice 1',10,0,8919,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16281,'Choice 2',9,0,8919,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16282,'Choice 3',8,0,8919,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16283,'Choice 1',10,0,8922,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16284,'Choice 2',9,0,8922,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16285,'Choice 3',8,0,8922,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16286,'Choice 4',7,0,8922,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16287,'Choice 1',10,0,8924,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16288,'Choice 2',9,0,8924,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16289,'Choice 3',8,0,8924,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16290,'Choice 4',7,0,8924,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16291,'Choice 5',6,0,8924,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16292,'Choice 1',10,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16293,'Choice 2',9,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16294,'Choice 3',8,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16295,'Choice 4',7,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16296,'Choice 5',6,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16297,'Choice 6',5,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16298,'Choice 7',4,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16299,'Choice 8',3,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16300,'Choice 9',2,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16301,'Choice 10',1,0,8927,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16302,'Choice 1',10,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16303,'Choice 2',9,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16304,'Choice 3',8,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16305,'Choice 4',7,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16306,'Choice 5',6,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16307,'Choice 6',5,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16308,'Choice 7',4,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16309,'Choice 8',3,0,8932,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16310,'Fan Heaters',4,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16311,'Electric Heaters',4,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16312,'Gas Heater',5,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16313,'Other Boilers',2,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16314,'Electrical Equipment',3,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16315,'Electrical Leads',3,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16316,'Portable Equipment',3,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16317,'Portable Lighting',2,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16318,'Cooking kitchen Equipment',6,0,8934,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16319,'Wood/Paper/Cardboard etc',3,0,8937,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16320,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,8937,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16321,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,8937,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16322,'Waste Material Controlled -in locked wheely bin or store',2,0,8937,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16323,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,8937,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(16324,'Yes',0,0,8939,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16325,'Yes',0,0,8939,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16326,'No',5,0,8939,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16327,'N/A',0,0,8939,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16328,'Other',20,0,8939,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16329,'Yes',0,0,8940,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16330,'No',5,0,8940,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16331,'Other',20,0,8940,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16332,'Yes',0,0,8944,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16333,'No',5,0,8944,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16334,'NA',5,0,8944,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16335,'Other',20,0,8944,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16336,'Yes',0,0,8945,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16337,'No',5,0,8945,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16338,'NA',0,0,8945,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16339,'Other',20,0,8945,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16340,'Choice 6',5,0,8945,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16341,'Yes',0,0,8946,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16342,'No',5,0,8946,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16343,'Other',20,0,8946,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16344,'Yes',0,0,8947,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16345,'No',5,0,8947,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16346,'NA',5,0,8947,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16347,'Other',20,0,8947,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16348,'Yes',0,0,8948,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16349,'No',5,0,8948,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16350,'NA',0,0,8948,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16351,'Other',20,0,8948,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16352,'Yes',1,0,8949,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16353,'Yes',0,0,8949,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16354,'No',5,0,8949,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16355,'Other',20,0,8949,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16356,'Yes',0,0,8950,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16357,'No',5,0,8950,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16358,'NA',5,0,8950,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16359,'Other',20,0,8950,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16360,'Yes',0,0,8951,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16361,'Option',5,0,8951,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16362,'No',8,0,8951,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16363,'N/A',0,0,8951,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16364,'Other',20,0,8951,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16365,'Yes',1,0,8953,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16366,'Yes',0,0,8953,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16367,'No',7,0,8953,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16368,'N/A',0,0,8953,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16369,'Other',20,0,8953,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16370,'Director',0,0,8964,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16371,'Owner Landlord',0,0,8964,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16372,'Site Maitenance',0,0,8964,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16373,'Estate Agent',0,0,8964,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16374,'Letting Agent',0,0,8964,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16375,'Other',0,0,8964,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16376,'Property Agent',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16377,'Owner Landlord',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16378,'Site Manager',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16379,'Property Manager',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16380,'Construction Manager',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16381,'Fire Warden',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16382,'Director',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16383,'CEO',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16384,'Other',0,0,8965,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16385,'A Property Within Building Block',0,0,8966,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16386,'All Of The Property',0,0,8966,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16387,'Communal Areas Only',0,0,8966,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16388,'House',0,0,8966,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16389,'Flat',0,0,8966,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16390,'Other',0,0,8966,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16391,'Nebosh',0,0,8973,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16392,'Level 2 Fire Risk Assessor',0,0,8973,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16393,'Competant Person',0,0,8973,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16394,'Detached',1,0,8974,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16395,'Semi Detached',2,0,8974,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16396,'Terraced',3,0,8974,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16397,'Linked-Detached',1,0,8974,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16398,'Other',20,0,8974,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16399,'House',1,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16400,'Bungalow',1,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16401,'Block of Flats - Studios up to 6 Floor Levels',3,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16402,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16403,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16404,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16405,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16406,'Underground Property',1,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16407,'Factory/ Warehouse',3,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16408,'Garage/ Workshop',3,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16409,'Retail Shop',2,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16410,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16411,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16412,'Other',20,0,8975,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16413,'1-5',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16414,'5-10',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16415,'10-15',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16416,'15-20',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16417,'20-25',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16418,'25-30',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16419,'30-35',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16420,'35-40',0,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16421,'Other',20,0,8976,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16422,'1',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16423,'2',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16424,'3',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16425,'4',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16426,'5',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16427,'6',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16428,'7',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16429,'8',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16430,'9',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16431,'10',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16432,'11',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16433,'12',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16434,'13',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16435,'14',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16436,'15',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16437,'16',1,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16438,'N/A',0,0,8979,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16439,'1',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16440,'2',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16441,'3',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16442,'4',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16443,'5',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16444,'6',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16445,'7',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16446,'8',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16447,'9',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16448,'10',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16449,'11',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16450,'12',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16451,'13',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16452,'14',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16453,'15',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16454,'16',2,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16455,'N/A',0,0,8980,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16456,'Solid concrete all levels',0,0,8981,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16457,'Timber joists all levels',3,0,8981,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16458,'Concrete lowest floor – Timber above higher levels',3,0,8981,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16459,'Other',20,0,8981,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16460,'Wood',2,0,8982,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16461,'Plastics',1,0,8982,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16462,'Aluminium',0,0,8982,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16463,'Stone',0,0,8982,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16464,'Other',20,0,8982,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16465,'Yes',1,0,8984,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16466,'No',3,0,8984,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16467,'Unknown',3,0,8984,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16468,'Yes',1,0,8985,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16469,'No',5,0,8985,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16470,'Unknown',5,0,8985,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16471,'Other',20,0,8986,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16472,'Very Good',1,0,8987,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16473,'Good',1,0,8987,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16474,'Fair',1,0,8987,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16475,'Poor',2,0,8987,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16476,'Very Poor',2,0,8987,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16477,'Yes',0,0,8989,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16478,'No',2,0,8989,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16479,'Other',20,0,8989,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16480,'N/A',0,0,8989,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16481,'Yes',0,0,8990,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16482,'No',2,0,8990,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16483,'Other',20,0,8990,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16484,'N/A',0,0,8990,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16485,'Yes',0,0,8991,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16486,'No',2,0,8991,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16487,'Other',20,0,8991,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16488,'N/A',0,0,8991,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16489,'Yes',0,0,8993,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16490,'No',2,0,8993,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16491,'Other',20,0,8993,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16492,'N/A',0,0,8993,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16493,'Yes',0,0,8995,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16494,'No',2,0,8995,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16495,'Other',20,0,8995,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16496,'N/A',0,0,8995,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16497,'Yes',0,0,8996,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16498,'No',2,0,8996,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16499,'Other',20,0,8996,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16500,'N/A',0,0,8996,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16501,'Yes',0,0,8997,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16502,'No',3,0,8997,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16503,'Other',20,0,8997,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16504,'N/A',0,0,8997,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16505,'Yes',0,0,8999,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16506,'No',3,0,8999,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16507,'Other',20,0,8999,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16508,'N/A',0,0,8999,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16509,'N/A',0,0,8999,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16510,'Yes',0,0,9000,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16511,'No',4,0,9000,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16512,'No Disabled',0,0,9000,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16513,'Other',20,0,9000,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16514,'N/A',0,0,9000,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16515,'Yes',0,0,9001,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16516,'No',4,0,9001,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16517,'Other',20,0,9001,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16518,'N/A',0,0,9001,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16519,'Yes',0,0,9002,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16520,'No',3,0,9002,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16521,'Other',20,0,9002,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16522,'N/A',0,0,9002,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16523,'Yes',0,0,9003,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16524,'No',4,0,9003,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16525,'Other',20,0,9003,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16526,'N/A',0,0,9003,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16527,'Yes',0,0,9004,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16528,'No',4,0,9004,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16529,'Other',20,0,9004,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16530,'N/A',0,0,9004,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16531,'Yes',0,0,9005,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16532,'No',5,0,9005,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16533,'Other',20,0,9005,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16534,'N/A',0,0,9005,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16535,'Yes',0,0,9006,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16536,'No',5,0,9006,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16537,'Other',20,0,9006,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16538,'N/A',0,0,9006,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16539,'1 Yes',0,0,9008,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16540,'2 Yes',3,0,9008,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16541,'No',6,0,9008,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16542,'Other',20,0,9008,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16543,'N/A',0,0,9008,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(16544,'Choice 1',10,0,9018,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16545,'Choice 2',9,0,9018,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16546,'Choice 3',8,0,9018,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16547,'Choice 4',7,0,9018,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16548,'Choice 5',6,0,9018,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16549,'Choice 6',5,0,9018,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16550,'Choice 1',10,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16551,'Choice 2',9,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16552,'Choice 3',8,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16553,'Choice 4',7,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16554,'Choice 5',6,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16555,'Choice 6',5,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16556,'Choice 7',4,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16557,'Choice 8',3,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16558,'Choice 9',2,0,9022,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16559,'Choice 1',10,0,9030,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16560,'Choice 2',9,0,9030,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16561,'Choice 3',8,0,9030,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16562,'Choice 1',10,0,9032,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16563,'Choice 2',9,0,9032,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16564,'Choice 3',8,0,9032,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16565,'Choice 1',10,0,9035,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16566,'Choice 2',9,0,9035,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16567,'Choice 3',8,0,9035,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16568,'Choice 4',7,0,9035,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16569,'Choice 1',10,0,9037,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16570,'Choice 2',9,0,9037,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16571,'Choice 3',8,0,9037,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16572,'Choice 4',7,0,9037,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16573,'Choice 5',6,0,9037,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16574,'Choice 1',10,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16575,'Choice 2',9,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16576,'Choice 3',8,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16577,'Choice 4',7,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16578,'Choice 5',6,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16579,'Choice 6',5,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16580,'Choice 7',4,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16581,'Choice 8',3,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16582,'Choice 9',2,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16583,'Choice 10',1,0,9040,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16584,'Choice 1',10,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16585,'Choice 2',9,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16586,'Choice 3',8,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16587,'Choice 4',7,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16588,'Choice 5',6,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16589,'Choice 6',5,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16590,'Choice 7',4,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16591,'Choice 8',3,0,9045,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16592,'Fan Heaters',4,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16593,'Electric Heaters',4,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16594,'Gas Heater',5,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16595,'Other Boilers',2,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16596,'Electrical Equipment',3,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16597,'Electrical Leads',3,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16598,'Portable Equipment',3,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16599,'Portable Lighting',2,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16600,'Cooking kitchen Equipment',6,0,9047,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16601,'Wood/Paper/Cardboard etc',3,0,9050,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16602,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9050,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16603,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9050,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16604,'Waste Material Controlled -in locked wheely bin or store',2,0,9050,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16605,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9050,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16606,'Yes',0,0,9052,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16607,'Yes',0,0,9052,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16608,'No',5,0,9052,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16609,'N/A',0,0,9052,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16610,'Other',20,0,9052,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16611,'Yes',0,0,9053,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16612,'No',5,0,9053,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16613,'Other',20,0,9053,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16614,'Yes',0,0,9057,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16615,'No',5,0,9057,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16616,'NA',5,0,9057,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16617,'Other',20,0,9057,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16618,'Yes',0,0,9058,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16619,'No',5,0,9058,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16620,'NA',0,0,9058,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16621,'Other',20,0,9058,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16622,'Choice 6',5,0,9058,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16623,'Yes',0,0,9059,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16624,'No',5,0,9059,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16625,'Other',20,0,9059,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16626,'Yes',0,0,9060,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16627,'No',5,0,9060,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16628,'NA',5,0,9060,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16629,'Other',20,0,9060,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16630,'Yes',0,0,9061,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16631,'No',5,0,9061,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16632,'NA',0,0,9061,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16633,'Other',20,0,9061,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16634,'Yes',1,0,9062,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16635,'Yes',0,0,9062,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16636,'No',5,0,9062,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16637,'Other',20,0,9062,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16638,'Yes',0,0,9063,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16639,'No',5,0,9063,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16640,'NA',5,0,9063,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16641,'Other',20,0,9063,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16642,'Yes',0,0,9064,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16643,'Option',5,0,9064,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16644,'No',8,0,9064,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16645,'N/A',0,0,9064,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16646,'Other',20,0,9064,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16647,'Yes',1,0,9066,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16648,'Yes',0,0,9066,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16649,'No',7,0,9066,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16650,'N/A',0,0,9066,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16651,'Other',20,0,9066,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16652,'Director',0,0,9077,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16653,'Owner Landlord',0,0,9077,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16654,'Site Maitenance',0,0,9077,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16655,'Estate Agent',0,0,9077,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16656,'Letting Agent',0,0,9077,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16657,'Other',0,0,9077,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16658,'Property Agent',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16659,'Owner Landlord',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16660,'Site Manager',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16661,'Property Manager',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16662,'Construction Manager',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16663,'Fire Warden',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16664,'Director',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16665,'CEO',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16666,'Other',0,0,9078,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16667,'A Property Within Building Block',0,0,9079,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16668,'All Of The Property',0,0,9079,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16669,'Communal Areas Only',0,0,9079,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16670,'House',0,0,9079,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16671,'Flat',0,0,9079,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16672,'Other',0,0,9079,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16673,'Nebosh',0,0,9086,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16674,'Level 2 Fire Risk Assessor',0,0,9086,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16675,'Competant Person',0,0,9086,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16676,'Detached',1,0,9087,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16677,'Semi Detached',2,0,9087,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16678,'Terraced',3,0,9087,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16679,'Linked-Detached',1,0,9087,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16680,'Other',20,0,9087,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16681,'House',1,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16682,'Bungalow',1,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16683,'Block of Flats - Studios up to 6 Floor Levels',3,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16684,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16685,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16686,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16687,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16688,'Underground Property',1,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16689,'Factory/ Warehouse',3,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16690,'Garage/ Workshop',3,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16691,'Retail Shop',2,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16692,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16693,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16694,'Other',20,0,9088,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16695,'1-5',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16696,'5-10',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16697,'10-15',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16698,'15-20',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16699,'20-25',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16700,'25-30',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16701,'30-35',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16702,'35-40',0,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16703,'Other',20,0,9089,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16704,'1',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16705,'2',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16706,'3',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16707,'4',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16708,'5',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16709,'6',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16710,'7',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16711,'8',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16712,'9',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16713,'10',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16714,'11',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16715,'12',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16716,'13',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16717,'14',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16718,'15',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16719,'16',1,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16720,'N/A',0,0,9092,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16721,'1',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16722,'2',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16723,'3',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16724,'4',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16725,'5',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16726,'6',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16727,'7',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16728,'8',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16729,'9',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16730,'10',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16731,'11',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16732,'12',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16733,'13',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16734,'14',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16735,'15',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16736,'16',2,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16737,'N/A',0,0,9093,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16738,'Solid concrete all levels',0,0,9094,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16739,'Timber joists all levels',3,0,9094,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16740,'Concrete lowest floor – Timber above higher levels',3,0,9094,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16741,'Other',20,0,9094,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16742,'Wood',2,0,9095,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16743,'Plastics',1,0,9095,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16744,'Aluminium',0,0,9095,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16745,'Stone',0,0,9095,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16746,'Other',20,0,9095,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16747,'Yes',1,0,9097,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16748,'No',3,0,9097,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16749,'Unknown',3,0,9097,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16750,'Yes',1,0,9098,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16751,'No',5,0,9098,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16752,'Unknown',5,0,9098,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16753,'Other',20,0,9099,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16754,'Very Good',1,0,9100,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16755,'Good',1,0,9100,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16756,'Fair',1,0,9100,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16757,'Poor',2,0,9100,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16758,'Very Poor',2,0,9100,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16759,'Yes',0,0,9102,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16760,'No',2,0,9102,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16761,'Other',20,0,9102,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16762,'N/A',0,0,9102,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16763,'Yes',0,0,9103,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16764,'No',2,0,9103,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(16765,'Other',20,0,9103,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16766,'N/A',0,0,9103,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16767,'Yes',0,0,9104,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16768,'No',2,0,9104,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16769,'Other',20,0,9104,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16770,'N/A',0,0,9104,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16771,'Yes',0,0,9106,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16772,'No',2,0,9106,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16773,'Other',20,0,9106,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16774,'N/A',0,0,9106,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16775,'Yes',0,0,9108,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16776,'No',2,0,9108,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16777,'Other',20,0,9108,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16778,'N/A',0,0,9108,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16779,'Yes',0,0,9109,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16780,'No',2,0,9109,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16781,'Other',20,0,9109,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16782,'N/A',0,0,9109,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16783,'Yes',0,0,9110,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16784,'No',3,0,9110,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16785,'Other',20,0,9110,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16786,'N/A',0,0,9110,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16787,'Yes',0,0,9112,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16788,'No',3,0,9112,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16789,'Other',20,0,9112,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16790,'N/A',0,0,9112,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16791,'N/A',0,0,9112,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16792,'Yes',0,0,9113,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16793,'No',4,0,9113,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16794,'No Disabled',0,0,9113,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16795,'Other',20,0,9113,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16796,'N/A',0,0,9113,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16797,'Yes',0,0,9114,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16798,'No',4,0,9114,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16799,'Other',20,0,9114,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16800,'N/A',0,0,9114,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16801,'Yes',0,0,9115,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16802,'No',3,0,9115,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16803,'Other',20,0,9115,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16804,'N/A',0,0,9115,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16805,'Yes',0,0,9116,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16806,'No',4,0,9116,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16807,'Other',20,0,9116,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16808,'N/A',0,0,9116,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16809,'Yes',0,0,9117,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16810,'No',4,0,9117,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16811,'Other',20,0,9117,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16812,'N/A',0,0,9117,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16813,'Yes',0,0,9118,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16814,'No',5,0,9118,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16815,'Other',20,0,9118,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16816,'N/A',0,0,9118,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16817,'1 Yes',0,0,9119,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16818,'2 Yes',3,0,9119,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16819,'No',6,0,9119,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16820,'Other',20,0,9119,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16821,'N/A',0,0,9119,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16822,'Yes',0,0,9120,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16823,'No',5,0,9120,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16824,'Other',20,0,9120,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16825,'N/A',0,0,9120,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(16826,'Choice 1',10,0,9123,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16827,'Choice 2',9,0,9123,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16828,'Choice 3',8,0,9123,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16829,'Choice 4',7,0,9123,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16830,'Choice 5',6,0,9123,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16831,'Choice 6',5,0,9123,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16832,'Choice 1',10,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16833,'Choice 2',9,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16834,'Choice 3',8,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16835,'Choice 4',7,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16836,'Choice 5',6,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16837,'Choice 6',5,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16838,'Choice 7',4,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16839,'Choice 8',3,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16840,'Choice 9',2,0,9127,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16841,'Choice 1',10,0,9135,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16842,'Choice 2',9,0,9135,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16843,'Choice 3',8,0,9135,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16844,'Choice 1',10,0,9137,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16845,'Choice 2',9,0,9137,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16846,'Choice 3',8,0,9137,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16847,'Choice 1',10,0,9140,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16848,'Choice 2',9,0,9140,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16849,'Choice 3',8,0,9140,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16850,'Choice 4',7,0,9140,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16851,'Choice 1',10,0,9142,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16852,'Choice 2',9,0,9142,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16853,'Choice 3',8,0,9142,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16854,'Choice 4',7,0,9142,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16855,'Choice 5',6,0,9142,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16856,'Choice 1',10,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16857,'Choice 2',9,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16858,'Choice 3',8,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16859,'Choice 4',7,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16860,'Choice 5',6,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16861,'Choice 6',5,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16862,'Choice 7',4,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16863,'Choice 8',3,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16864,'Choice 9',2,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16865,'Choice 10',1,0,9145,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(16866,'Yes',0,0,9146,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16867,'Yes',0,0,9146,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16868,'No',5,0,9146,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16869,'N/A',0,0,9146,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16870,'Other',20,0,9146,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16871,'Yes',0,0,9147,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16872,'No',5,0,9147,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16873,'Other',20,0,9147,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16874,'Yes',0,0,9151,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16875,'No',5,0,9151,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16876,'NA',5,0,9151,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16877,'Other',20,0,9151,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16878,'Yes',0,0,9152,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16879,'No',5,0,9152,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16880,'NA',0,0,9152,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16881,'Other',20,0,9152,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16882,'Choice 6',5,0,9152,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16883,'Yes',0,0,9153,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16884,'No',5,0,9153,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16885,'Other',20,0,9153,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16886,'Yes',0,0,9154,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16887,'No',5,0,9154,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16888,'NA',5,0,9154,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16889,'Other',20,0,9154,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16890,'Yes',0,0,9155,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16891,'No',5,0,9155,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16892,'NA',0,0,9155,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16893,'Other',20,0,9155,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16894,'Yes',1,0,9156,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16895,'Yes',0,0,9156,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16896,'No',5,0,9156,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16897,'Other',20,0,9156,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16898,'Yes',0,0,9157,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16899,'No',5,0,9157,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16900,'NA',5,0,9157,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16901,'Other',20,0,9157,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16902,'Yes',0,0,9158,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16903,'Option',5,0,9158,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16904,'No',8,0,9158,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16905,'N/A',0,0,9158,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16906,'Other',20,0,9158,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16907,'Yes',1,0,9160,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16908,'Yes',0,0,9160,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16909,'No',7,0,9160,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16910,'N/A',0,0,9160,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16911,'Other',20,0,9160,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16912,'Director',0,0,9171,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16913,'Owner Landlord',0,0,9171,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16914,'Site Maitenance',0,0,9171,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16915,'Estate Agent',0,0,9171,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16916,'Letting Agent',0,0,9171,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16917,'Other',0,0,9171,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16918,'Property Agent',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16919,'Owner Landlord',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16920,'Site Manager',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16921,'Property Manager',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16922,'Construction Manager',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16923,'Fire Warden',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16924,'Director',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16925,'CEO',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16926,'Other',0,0,9172,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16927,'A Property Within Building Block',0,0,9173,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16928,'All Of The Property',0,0,9173,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16929,'Communal Areas Only',0,0,9173,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16930,'House',0,0,9173,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16931,'Flat',0,0,9173,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16932,'Other',0,0,9173,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16933,'Nebosh',0,0,9180,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16934,'Level 2 Fire Risk Assessor',0,0,9180,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16935,'Competant Person',0,0,9180,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16936,'Detached',1,0,9181,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16937,'Semi Detached',2,0,9181,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16938,'Terraced',3,0,9181,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16939,'Linked-Detached',1,0,9181,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16940,'Other',20,0,9181,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16941,'House',1,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16942,'Bungalow',1,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16943,'Block of Flats - Studios up to 6 Floor Levels',3,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16944,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16945,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16946,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16947,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16948,'Underground Property',1,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16949,'Factory/ Warehouse',3,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16950,'Garage/ Workshop',3,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16951,'Retail Shop',2,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16952,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16953,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16954,'Other',20,0,9182,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16955,'1-5',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16956,'5-10',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16957,'10-15',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16958,'15-20',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16959,'20-25',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16960,'25-30',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16961,'30-35',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16962,'35-40',0,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16963,'Other',20,0,9183,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16964,'1',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16965,'2',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16966,'3',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16967,'4',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16968,'5',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16969,'6',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16970,'7',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16971,'8',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16972,'9',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16973,'10',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16974,'11',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16975,'12',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16976,'13',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16977,'14',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16978,'15',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16979,'16',1,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16980,'N/A',0,0,9186,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16981,'1',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16982,'2',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16983,'3',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16984,'4',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16985,'5',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16986,'6',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16987,'7',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16988,'8',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16989,'9',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16990,'10',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16991,'11',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16992,'12',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16993,'13',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16994,'14',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16995,'15',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16996,'16',2,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16997,'N/A',0,0,9187,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16998,'Solid concrete all levels',0,0,9188,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(16999,'Timber joists all levels',3,0,9188,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17000,'Concrete lowest floor – Timber above higher levels',3,0,9188,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17001,'Other',20,0,9188,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17002,'Wood',2,0,9189,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17003,'Plastics',1,0,9189,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17004,'Aluminium',0,0,9189,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17005,'Stone',0,0,9189,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17006,'Other',20,0,9189,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17007,'Yes',1,0,9191,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17008,'No',3,0,9191,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17009,'Unknown',3,0,9191,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17010,'Yes',1,0,9192,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17011,'No',5,0,9192,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17012,'Unknown',5,0,9192,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17013,'Other',20,0,9193,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17014,'Very Good',1,0,9194,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17015,'Good',1,0,9194,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17016,'Fair',1,0,9194,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17017,'Poor',2,0,9194,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17018,'Very Poor',2,0,9194,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17019,'Yes',0,0,9196,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17020,'No',2,0,9196,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17021,'Other',20,0,9196,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17022,'N/A',0,0,9196,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17023,'Yes',0,0,9197,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17024,'No',2,0,9197,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17025,'Other',20,0,9197,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17026,'N/A',0,0,9197,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17027,'Yes',0,0,9198,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17028,'No',2,0,9198,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17029,'Other',20,0,9198,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17030,'N/A',0,0,9198,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17031,'Yes',0,0,9200,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17032,'No',2,0,9200,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17033,'Other',20,0,9200,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17034,'N/A',0,0,9200,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17035,'Yes',0,0,9202,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17036,'No',2,0,9202,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17037,'Other',20,0,9202,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17038,'N/A',0,0,9202,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17039,'Yes',0,0,9203,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17040,'No',2,0,9203,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17041,'Other',20,0,9203,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17042,'N/A',0,0,9203,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17043,'Yes',0,0,9204,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17044,'No',3,0,9204,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17045,'Other',20,0,9204,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17046,'N/A',0,0,9204,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17047,'Yes',0,0,9206,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17048,'No',3,0,9206,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17049,'Other',20,0,9206,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17050,'N/A',0,0,9206,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17051,'N/A',0,0,9206,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17052,'Yes',0,0,9207,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17053,'No',4,0,9207,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17054,'No Disabled',0,0,9207,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17055,'Other',20,0,9207,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17056,'N/A',0,0,9207,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17057,'Yes',0,0,9208,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17058,'No',4,0,9208,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17059,'Other',20,0,9208,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17060,'N/A',0,0,9208,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17061,'Yes',0,0,9209,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17062,'No',3,0,9209,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17063,'Other',20,0,9209,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17064,'N/A',0,0,9209,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17065,'Yes',0,0,9210,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17066,'No',4,0,9210,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17067,'Other',20,0,9210,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17068,'N/A',0,0,9210,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17069,'Yes',0,0,9211,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17070,'No',4,0,9211,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17071,'Other',20,0,9211,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17072,'N/A',0,0,9211,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17073,'Yes',0,0,9212,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17074,'No',5,0,9212,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17075,'Other',20,0,9212,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17076,'N/A',0,0,9212,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17077,'1 Yes',0,0,9213,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17078,'2 Yes',3,0,9213,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17079,'No',6,0,9213,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17080,'Other',20,0,9213,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17081,'N/A',0,0,9213,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17082,'Yes',0,0,9214,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17083,'No',5,0,9214,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17084,'Other',20,0,9214,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17085,'N/A',0,0,9214,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17086,'Fan Heaters',4,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17087,'Electric Heaters',4,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17088,'Gas Heater',5,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17089,'Other Boilers',2,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17090,'Electrical Equipment',3,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17091,'Electrical Leads',3,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17092,'Portable Equipment',3,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17093,'Portable Lighting',2,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17094,'Cooking kitchen Equipment',6,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17095,'Other',20,0,9217,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17096,'Wood/Paper/Cardboard etc',3,0,9220,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17097,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9220,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17098,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9220,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17099,'Waste Material Controlled -in locked wheely bin or store',2,0,9220,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17100,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9220,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17101,'Other',20,0,9220,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(17102,'Choice 1',10,0,9226,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17103,'Choice 2',9,0,9226,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17104,'Choice 3',8,0,9226,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17105,'Choice 4',7,0,9226,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17106,'Choice 5',6,0,9226,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17107,'Choice 6',5,0,9226,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17108,'Choice 1',10,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17109,'Choice 2',9,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17110,'Choice 3',8,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17111,'Choice 4',7,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17112,'Choice 5',6,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17113,'Choice 6',5,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17114,'Choice 7',4,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17115,'Choice 8',3,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17116,'Choice 9',2,0,9230,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17117,'Choice 1',10,0,9238,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17118,'Choice 2',9,0,9238,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17119,'Choice 3',8,0,9238,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17120,'Choice 1',10,0,9240,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17121,'Choice 2',9,0,9240,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17122,'Choice 3',8,0,9240,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17123,'Choice 1',10,0,9243,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17124,'Choice 2',9,0,9243,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17125,'Choice 3',8,0,9243,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17126,'Choice 4',7,0,9243,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17127,'Choice 1',10,0,9245,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17128,'Choice 2',9,0,9245,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17129,'Choice 3',8,0,9245,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17130,'Choice 4',7,0,9245,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17131,'Choice 5',6,0,9245,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17132,'Choice 1',10,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17133,'Choice 2',9,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17134,'Choice 3',8,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17135,'Choice 4',7,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17136,'Choice 5',6,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17137,'Choice 6',5,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17138,'Choice 7',4,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17139,'Choice 8',3,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17140,'Choice 9',2,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17141,'Choice 10',1,0,9248,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17142,'Yes',0,0,9249,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17143,'Yes',0,0,9249,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17144,'No',5,0,9249,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17145,'N/A',0,0,9249,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17146,'Other',20,0,9249,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17147,'Yes',0,0,9250,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17148,'No',5,0,9250,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17149,'Other',20,0,9250,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17150,'Yes',0,0,9254,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17151,'No',5,0,9254,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17152,'NA',5,0,9254,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17153,'Other',20,0,9254,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17154,'Yes',0,0,9255,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17155,'No',5,0,9255,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17156,'NA',0,0,9255,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17157,'Other',20,0,9255,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17158,'Choice 6',5,0,9255,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17159,'Yes',0,0,9256,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17160,'No',5,0,9256,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17161,'Other',20,0,9256,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17162,'Yes',0,0,9257,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17163,'No',5,0,9257,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17164,'NA',5,0,9257,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17165,'Other',20,0,9257,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17166,'Yes',0,0,9258,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17167,'No',5,0,9258,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17168,'NA',0,0,9258,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17169,'Other',20,0,9258,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17170,'Yes',1,0,9259,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17171,'Yes',0,0,9259,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17172,'No',5,0,9259,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17173,'Other',20,0,9259,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17174,'Yes',0,0,9260,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17175,'No',5,0,9260,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17176,'NA',5,0,9260,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17177,'Other',20,0,9260,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17178,'Yes',0,0,9261,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17179,'Option',5,0,9261,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17180,'No',8,0,9261,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17181,'N/A',0,0,9261,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17182,'Other',20,0,9261,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17183,'Yes',1,0,9263,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17184,'Yes',0,0,9263,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17185,'No',7,0,9263,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17186,'N/A',0,0,9263,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17187,'Other',20,0,9263,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17188,'Director',0,0,9274,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17189,'Owner Landlord',0,0,9274,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17190,'Site Maitenance',0,0,9274,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17191,'Estate Agent',0,0,9274,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17192,'Letting Agent',0,0,9274,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17193,'Other',0,0,9274,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17194,'Property Agent',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17195,'Owner Landlord',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17196,'Site Manager',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17197,'Property Manager',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17198,'Construction Manager',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17199,'Fire Warden',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17200,'Director',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17201,'CEO',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17202,'Other',0,0,9275,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17203,'A Property Within Building Block',0,0,9276,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17204,'All Of The Property',0,0,9276,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17205,'Communal Areas Only',0,0,9276,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17206,'House',0,0,9276,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17207,'Flat',0,0,9276,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17208,'Other',0,0,9276,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17209,'Nebosh',0,0,9283,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17210,'Level 2 Fire Risk Assessor',0,0,9283,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17211,'Competant Person',0,0,9283,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17212,'Detached',1,0,9284,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17213,'Semi Detached',2,0,9284,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17214,'Terraced',3,0,9284,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17215,'Linked-Detached',1,0,9284,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17216,'Other',20,0,9284,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17217,'House',1,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17218,'Bungalow',1,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17219,'Block of Flats - Studios up to 6 Floor Levels',3,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17220,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17221,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17222,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17223,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17224,'Underground Property',1,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17225,'Factory/ Warehouse',3,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17226,'Garage/ Workshop',3,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17227,'Retail Shop',2,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17228,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17229,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17230,'Other',20,0,9285,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17231,'1-5',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17232,'5-10',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17233,'10-15',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17234,'15-20',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17235,'20-25',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17236,'25-30',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17237,'30-35',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17238,'35-40',0,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17239,'Other',20,0,9286,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17240,'1',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17241,'2',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17242,'3',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17243,'4',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17244,'5',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17245,'6',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17246,'7',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17247,'8',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17248,'9',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17249,'10',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17250,'11',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17251,'12',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17252,'13',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17253,'14',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17254,'15',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17255,'16',1,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17256,'N/A',0,0,9289,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17257,'1',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17258,'2',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17259,'3',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17260,'4',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17261,'5',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17262,'6',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17263,'7',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17264,'8',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17265,'9',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17266,'10',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17267,'11',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17268,'12',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17269,'13',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17270,'14',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17271,'15',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17272,'16',2,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17273,'N/A',0,0,9290,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17274,'Solid concrete all levels',0,0,9291,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17275,'Timber joists all levels',3,0,9291,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17276,'Concrete lowest floor – Timber above higher levels',3,0,9291,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17277,'Other',20,0,9291,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17278,'Wood',2,0,9292,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17279,'Plastics',1,0,9292,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17280,'Aluminium',0,0,9292,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17281,'Stone',0,0,9292,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17282,'Other',20,0,9292,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17283,'Yes',1,0,9294,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17284,'No',3,0,9294,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17285,'Unknown',3,0,9294,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17286,'Yes',1,0,9295,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17287,'No',5,0,9295,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17288,'Unknown',5,0,9295,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17289,'Other',20,0,9296,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17290,'Very Good',1,0,9297,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17291,'Good',1,0,9297,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17292,'Fair',1,0,9297,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17293,'Poor',2,0,9297,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17294,'Very Poor',2,0,9297,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17295,'Yes',0,0,9299,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17296,'No',2,0,9299,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17297,'Other',20,0,9299,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17298,'N/A',0,0,9299,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17299,'Yes',0,0,9300,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17300,'No',2,0,9300,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17301,'Other',20,0,9300,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17302,'N/A',0,0,9300,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17303,'Yes',0,0,9301,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17304,'No',2,0,9301,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17305,'Other',20,0,9301,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17306,'N/A',0,0,9301,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17307,'Yes',0,0,9303,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17308,'No',2,0,9303,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17309,'Other',20,0,9303,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17310,'N/A',0,0,9303,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17311,'Yes',0,0,9305,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17312,'No',2,0,9305,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17313,'Other',20,0,9305,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17314,'N/A',0,0,9305,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17315,'Yes',0,0,9306,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17316,'No',2,0,9306,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17317,'Other',20,0,9306,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17318,'N/A',0,0,9306,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17319,'Yes',0,0,9307,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17320,'No',3,0,9307,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17321,'Other',20,0,9307,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17322,'N/A',0,0,9307,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17323,'Yes',0,0,9309,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17324,'No',3,0,9309,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17325,'Other',20,0,9309,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17326,'N/A',0,0,9309,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17327,'N/A',0,0,9309,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17328,'Yes',0,0,9310,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17329,'No',4,0,9310,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17330,'No Disabled',0,0,9310,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17331,'Other',20,0,9310,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17332,'N/A',0,0,9310,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17333,'Yes',0,0,9311,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17334,'No',4,0,9311,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17335,'Other',20,0,9311,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17336,'N/A',0,0,9311,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17337,'Yes',0,0,9312,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17338,'No',3,0,9312,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17339,'Other',20,0,9312,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17340,'N/A',0,0,9312,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17341,'Yes',0,0,9313,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17342,'No',4,0,9313,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17343,'Other',20,0,9313,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17344,'N/A',0,0,9313,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17345,'Yes',0,0,9314,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17346,'No',4,0,9314,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17347,'Other',20,0,9314,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17348,'N/A',0,0,9314,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17349,'Yes',0,0,9315,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17350,'No',5,0,9315,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17351,'Other',20,0,9315,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17352,'N/A',0,0,9315,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17353,'1 Yes',0,0,9316,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17354,'2 Yes',3,0,9316,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17355,'No',6,0,9316,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17356,'Other',20,0,9316,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17357,'N/A',0,0,9316,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17358,'Yes',0,0,9317,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17359,'No',5,0,9317,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17360,'Other',20,0,9317,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17361,'N/A',0,0,9317,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17362,'Fan Heaters',4,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17363,'Electric Heaters',4,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17364,'Gas Heater',5,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17365,'Other Boilers',2,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17366,'Electrical Equipment',3,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17367,'Electrical Leads',3,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17368,'Portable Equipment',3,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17369,'Portable Lighting',2,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17370,'Cooking kitchen Equipment',6,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17371,'Other',20,0,9320,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17372,'Wood/Paper/Cardboard etc',3,0,9322,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17373,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9322,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17374,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9322,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17375,'Waste Material Controlled -in locked wheely bin or store',2,0,9322,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17376,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9322,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17377,'Other',20,0,9322,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(17378,'Choice 1',10,0,9325,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17379,'Choice 2',9,0,9325,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17380,'Choice 3',8,0,9325,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17381,'Choice 4',7,0,9325,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17382,'Choice 5',6,0,9325,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17383,'Choice 6',5,0,9325,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17384,'Choice 1',10,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17385,'Choice 2',9,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17386,'Choice 3',8,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17387,'Choice 4',7,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17388,'Choice 5',6,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17389,'Choice 6',5,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17390,'Choice 7',4,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17391,'Choice 8',3,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17392,'Choice 9',2,0,9329,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17393,'Choice 1',10,0,9337,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17394,'Choice 2',9,0,9337,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17395,'Choice 3',8,0,9337,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17396,'Choice 1',10,0,9339,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17397,'Choice 2',9,0,9339,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17398,'Choice 3',8,0,9339,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17399,'Choice 1',10,0,9342,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17400,'Choice 2',9,0,9342,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17401,'Choice 3',8,0,9342,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17402,'Choice 4',7,0,9342,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17403,'Choice 1',10,0,9344,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17404,'Choice 2',9,0,9344,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17405,'Choice 3',8,0,9344,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17406,'Choice 4',7,0,9344,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17407,'Choice 5',6,0,9344,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17408,'Choice 1',10,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17409,'Choice 2',9,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17410,'Choice 3',8,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17411,'Choice 4',7,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17412,'Choice 5',6,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17413,'Choice 6',5,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17414,'Choice 7',4,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17415,'Choice 8',3,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17416,'Choice 9',2,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17417,'Choice 10',1,0,9347,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17418,'Yes',0,0,9348,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17419,'Yes',0,0,9348,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17420,'No',5,0,9348,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17421,'N/A',0,0,9348,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17422,'Other',20,0,9348,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17423,'Yes',0,0,9349,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17424,'No',5,0,9349,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17425,'Other',20,0,9349,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17426,'Yes',0,0,9353,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17427,'No',5,0,9353,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17428,'NA',5,0,9353,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17429,'Other',20,0,9353,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17430,'Yes',0,0,9354,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17431,'No',5,0,9354,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17432,'NA',0,0,9354,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17433,'Other',20,0,9354,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17434,'Choice 6',5,0,9354,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17435,'Yes',0,0,9355,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17436,'No',5,0,9355,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17437,'Other',20,0,9355,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17438,'Yes',0,0,9356,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17439,'No',5,0,9356,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17440,'NA',5,0,9356,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17441,'Other',20,0,9356,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17442,'Yes',0,0,9357,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17443,'No',5,0,9357,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17444,'NA',0,0,9357,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17445,'Other',20,0,9357,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17446,'Yes',1,0,9358,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17447,'Yes',0,0,9358,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17448,'No',5,0,9358,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17449,'Other',20,0,9358,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17450,'Yes',0,0,9359,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17451,'No',5,0,9359,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17452,'NA',5,0,9359,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17453,'Other',20,0,9359,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17454,'Yes',0,0,9360,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17455,'Option',5,0,9360,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17456,'No',8,0,9360,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17457,'N/A',0,0,9360,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17458,'Other',20,0,9360,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17459,'Yes',1,0,9362,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17460,'Yes',0,0,9362,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17461,'No',7,0,9362,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17462,'N/A',0,0,9362,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17463,'Other',20,0,9362,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17464,'Director',0,0,9373,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17465,'Owner Landlord',0,0,9373,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17466,'Site Maitenance',0,0,9373,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17467,'Estate Agent',0,0,9373,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17468,'Letting Agent',0,0,9373,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17469,'Other',0,0,9373,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17470,'Property Agent',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17471,'Owner Landlord',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17472,'Site Manager',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17473,'Property Manager',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17474,'Construction Manager',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17475,'Fire Warden',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17476,'Director',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17477,'CEO',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17478,'Other',0,0,9374,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17479,'A Property Within Building Block',0,0,9375,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17480,'All Of The Property',0,0,9375,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17481,'Communal Areas Only',0,0,9375,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17482,'House',0,0,9375,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17483,'Flat',0,0,9375,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17484,'Other',0,0,9375,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17485,'Nebosh',0,0,9382,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17486,'Level 2 Fire Risk Assessor',0,0,9382,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17487,'Competant Person',0,0,9382,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17488,'Detached',1,0,9383,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17489,'Semi Detached',2,0,9383,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17490,'Terraced',3,0,9383,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17491,'Linked-Detached',1,0,9383,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17492,'Other',20,0,9383,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17493,'House',1,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17494,'Bungalow',1,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17495,'Block of Flats - Studios up to 6 Floor Levels',3,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17496,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17497,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17498,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17499,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17500,'Underground Property',1,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17501,'Factory/ Warehouse',3,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17502,'Garage/ Workshop',3,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17503,'Retail Shop',2,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17504,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17505,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17506,'Other',20,0,9384,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17507,'1-5',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17508,'5-10',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17509,'10-15',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17510,'15-20',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17511,'20-25',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17512,'25-30',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17513,'30-35',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17514,'35-40',0,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17515,'Other',20,0,9385,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17516,'1',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17517,'2',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17518,'3',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17519,'4',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17520,'5',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17521,'6',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17522,'7',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17523,'8',1,0,9388,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(17524,'9',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17525,'10',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17526,'11',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17527,'12',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17528,'13',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17529,'14',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17530,'15',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17531,'16',1,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17532,'N/A',0,0,9388,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17533,'1',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17534,'2',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17535,'3',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17536,'4',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17537,'5',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17538,'6',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17539,'7',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17540,'8',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17541,'9',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17542,'10',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17543,'11',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17544,'12',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17545,'13',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17546,'14',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17547,'15',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17548,'16',2,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17549,'N/A',0,0,9389,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17550,'Solid concrete all levels',0,0,9390,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17551,'Timber joists all levels',3,0,9390,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17552,'Concrete lowest floor – Timber above higher levels',3,0,9390,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17553,'Other',20,0,9390,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17554,'Wood',2,0,9391,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17555,'Plastics',1,0,9391,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17556,'Aluminium',0,0,9391,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17557,'Stone',0,0,9391,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17558,'Other',20,0,9391,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17559,'Yes',1,0,9393,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17560,'No',3,0,9393,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17561,'Unknown',3,0,9393,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17562,'Yes',1,0,9394,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17563,'No',5,0,9394,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17564,'Unknown',5,0,9394,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17565,'Other',20,0,9395,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17566,'Very Good',1,0,9396,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17567,'Good',1,0,9396,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17568,'Fair',1,0,9396,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17569,'Poor',2,0,9396,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17570,'Very Poor',2,0,9396,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17571,'Yes',0,0,9398,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17572,'No',2,0,9398,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17573,'Other',20,0,9398,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17574,'N/A',0,0,9398,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17575,'Yes',0,0,9399,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17576,'No',2,0,9399,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17577,'Other',20,0,9399,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17578,'N/A',0,0,9399,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17579,'Yes',0,0,9400,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17580,'No',2,0,9400,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17581,'Other',20,0,9400,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17582,'N/A',0,0,9400,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17583,'Yes',0,0,9402,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17584,'No',2,0,9402,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17585,'Other',20,0,9402,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17586,'N/A',0,0,9402,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17587,'Yes',0,0,9404,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17588,'No',2,0,9404,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17589,'Other',20,0,9404,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17590,'N/A',0,0,9404,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17591,'Yes',0,0,9405,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17592,'No',2,0,9405,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17593,'Other',20,0,9405,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17594,'N/A',0,0,9405,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17595,'Yes',0,0,9406,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17596,'No',3,0,9406,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17597,'Other',20,0,9406,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17598,'N/A',0,0,9406,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17599,'Yes',0,0,9408,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17600,'No',3,0,9408,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17601,'Other',20,0,9408,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17602,'N/A',0,0,9408,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17603,'N/A',0,0,9408,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17604,'Yes',0,0,9409,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17605,'No',4,0,9409,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17606,'No Disabled',0,0,9409,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17607,'Other',20,0,9409,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17608,'N/A',0,0,9409,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17609,'Yes',0,0,9410,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17610,'No',4,0,9410,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17611,'Other',20,0,9410,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17612,'N/A',0,0,9410,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17613,'Yes',0,0,9411,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17614,'No',3,0,9411,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17615,'Other',20,0,9411,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17616,'N/A',0,0,9411,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17617,'Yes',0,0,9412,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17618,'No',4,0,9412,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17619,'Other',20,0,9412,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17620,'N/A',0,0,9412,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17621,'Yes',0,0,9413,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17622,'No',4,0,9413,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17623,'Other',20,0,9413,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17624,'N/A',0,0,9413,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17625,'Yes',0,0,9414,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17626,'No',5,0,9414,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17627,'Other',20,0,9414,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17628,'N/A',0,0,9414,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17629,'1 Yes',0,0,9415,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17630,'2 Yes',3,0,9415,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17631,'No',6,0,9415,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17632,'Other',20,0,9415,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17633,'N/A',0,0,9415,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17634,'Yes',0,0,9416,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17635,'No',5,0,9416,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17636,'Other',20,0,9416,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17637,'N/A',0,0,9416,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17638,'Fan Heaters',4,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17639,'Electric Heaters',4,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17640,'Gas Heater',5,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17641,'Other Boilers',2,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17642,'Electrical Equipment',3,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17643,'Electrical Leads',3,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17644,'Portable Equipment',3,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17645,'Portable Lighting',2,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17646,'Cooking kitchen Equipment',6,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17647,'Other',20,0,9419,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17648,'Wood/Paper/Cardboard etc',3,0,9421,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17649,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9421,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17650,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9421,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17651,'Waste Material Controlled -in locked wheely bin or store',2,0,9421,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17652,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9421,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17653,'Other',20,0,9421,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17654,'Detached',1,0,9424,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17655,'Semi Detached',2,0,9424,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17656,'Terraced',3,0,9424,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17657,'Linked-Detached',1,0,9424,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17658,'Other',20,0,9424,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17659,'House',1,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17660,'Bungalow',1,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17661,'Block of Flats - Studios up to 6 Floor Levels',3,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17662,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17663,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17664,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17665,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17666,'Underground Property',1,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17667,'Factory/ Warehouse',3,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17668,'Garage/ Workshop',3,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17669,'Retail Shop',2,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17670,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17671,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17672,'Other',20,0,9425,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17673,'1-5',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17674,'5-10',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17675,'10-15',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17676,'15-20',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17677,'20-25',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17678,'25-30',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17679,'30-35',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17680,'35-40',0,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17681,'Other',20,0,9426,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17682,'1',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17683,'2',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17684,'3',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17685,'4',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17686,'5',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17687,'6',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17688,'7',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17689,'8',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17690,'9',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17691,'10',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17692,'11',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17693,'12',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17694,'13',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17695,'14',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17696,'15',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17697,'16',1,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17698,'N/A',0,0,9429,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17699,'1',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17700,'2',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17701,'3',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17702,'4',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17703,'5',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17704,'6',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17705,'7',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17706,'8',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17707,'9',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17708,'10',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17709,'11',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17710,'12',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17711,'13',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17712,'14',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17713,'15',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17714,'16',2,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17715,'N/A',0,0,9430,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17716,'Solid concrete all levels',0,0,9431,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17717,'Timber joists all levels',3,0,9431,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17718,'Concrete lowest floor – Timber above higher levels',3,0,9431,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17719,'Other',20,0,9431,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17720,'Wood',2,0,9432,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17721,'Plastics',1,0,9432,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17722,'Aluminium',0,0,9432,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17723,'Stone',0,0,9432,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17724,'Other',20,0,9432,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17725,'Yes',1,0,9434,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17726,'No',3,0,9434,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17727,'Unknown',3,0,9434,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17728,'Yes',1,0,9435,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17729,'No',5,0,9435,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17730,'Unknown',5,0,9435,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17731,'Other',20,0,9436,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17732,'Very Good',1,0,9437,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17733,'Good',1,0,9437,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17734,'Fair',1,0,9437,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17735,'Poor',2,0,9437,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17736,'Very Poor',2,0,9437,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(17737,'Choice 1',10,0,9439,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17738,'Choice 2',9,0,9439,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17739,'Choice 3',8,0,9439,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17740,'Choice 4',7,0,9439,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17741,'Choice 5',6,0,9439,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17742,'Choice 6',5,0,9439,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17743,'Choice 1',10,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17744,'Choice 2',9,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17745,'Choice 3',8,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17746,'Choice 4',7,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17747,'Choice 5',6,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17748,'Choice 6',5,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17749,'Choice 7',4,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17750,'Choice 8',3,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17751,'Choice 9',2,0,9443,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(17752,'Choice 1',10,0,9451,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17753,'Choice 2',9,0,9451,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17754,'Choice 3',8,0,9451,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17755,'Choice 1',10,0,9453,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17756,'Choice 2',9,0,9453,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17757,'Choice 3',8,0,9453,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17758,'Choice 1',10,0,9456,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17759,'Choice 2',9,0,9456,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17760,'Choice 3',8,0,9456,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17761,'Choice 4',7,0,9456,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17762,'Choice 1',10,0,9458,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17763,'Choice 2',9,0,9458,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17764,'Choice 3',8,0,9458,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17765,'Choice 4',7,0,9458,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17766,'Choice 5',6,0,9458,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17767,'Choice 1',10,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17768,'Choice 2',9,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17769,'Choice 3',8,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17770,'Choice 4',7,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17771,'Choice 5',6,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17772,'Choice 6',5,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17773,'Choice 7',4,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17774,'Choice 8',3,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17775,'Choice 9',2,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17776,'Choice 10',1,0,9461,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17777,'Yes',0,0,9462,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17778,'Yes',0,0,9462,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17779,'No',5,0,9462,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17780,'N/A',0,0,9462,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17781,'Other',20,0,9462,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17782,'Yes',0,0,9463,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17783,'No',5,0,9463,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17784,'Other',20,0,9463,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17785,'Yes',0,0,9467,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17786,'No',5,0,9467,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17787,'NA',5,0,9467,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17788,'Other',20,0,9467,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17789,'Yes',0,0,9468,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17790,'No',5,0,9468,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17791,'NA',0,0,9468,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17792,'Other',20,0,9468,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17793,'Choice 6',5,0,9468,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17794,'Yes',0,0,9469,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17795,'No',5,0,9469,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17796,'Other',20,0,9469,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17797,'Yes',0,0,9470,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17798,'No',5,0,9470,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17799,'NA',5,0,9470,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17800,'Other',20,0,9470,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17801,'Yes',0,0,9471,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17802,'No',5,0,9471,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17803,'NA',0,0,9471,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17804,'Other',20,0,9471,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17805,'Yes',1,0,9472,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17806,'Yes',0,0,9472,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17807,'No',5,0,9472,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17808,'Other',20,0,9472,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17809,'Yes',0,0,9473,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17810,'No',5,0,9473,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17811,'NA',5,0,9473,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17812,'Other',20,0,9473,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17813,'Yes',0,0,9474,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17814,'Option',5,0,9474,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17815,'No',8,0,9474,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17816,'N/A',0,0,9474,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17817,'Other',20,0,9474,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17818,'Yes',1,0,9476,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17819,'Yes',0,0,9476,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17820,'No',7,0,9476,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17821,'N/A',0,0,9476,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17822,'Other',20,0,9476,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17823,'Director',0,0,9487,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17824,'Owner Landlord',0,0,9487,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17825,'Site Maitenance',0,0,9487,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17826,'Estate Agent',0,0,9487,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17827,'Letting Agent',0,0,9487,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17828,'Other',0,0,9487,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17829,'Property Agent',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17830,'Owner Landlord',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17831,'Site Manager',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17832,'Property Manager',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17833,'Construction Manager',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17834,'Fire Warden',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17835,'Director',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17836,'CEO',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17837,'Other',0,0,9488,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17838,'A Property Within Building Block',0,0,9489,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17839,'All Of The Property',0,0,9489,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17840,'Communal Areas Only',0,0,9489,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17841,'House',0,0,9489,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17842,'Flat',0,0,9489,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17843,'Other',0,0,9489,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17844,'Nebosh',0,0,9496,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17845,'Level 2 Fire Risk Assessor',0,0,9496,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17846,'Competant Person',0,0,9496,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17847,'Yes',0,0,9497,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17848,'No',2,0,9497,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17849,'Other',20,0,9497,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17850,'N/A',0,0,9497,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17851,'Yes',0,0,9498,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17852,'No',2,0,9498,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17853,'Other',20,0,9498,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17854,'N/A',0,0,9498,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17855,'Yes',0,0,9499,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17856,'No',2,0,9499,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17857,'Other',20,0,9499,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17858,'N/A',0,0,9499,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17859,'Yes',0,0,9501,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17860,'No',2,0,9501,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17861,'Other',20,0,9501,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17862,'N/A',0,0,9501,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17863,'Yes',0,0,9503,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17864,'No',2,0,9503,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17865,'Other',20,0,9503,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17866,'N/A',0,0,9503,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17867,'Yes',0,0,9504,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17868,'No',2,0,9504,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17869,'Other',20,0,9504,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17870,'N/A',0,0,9504,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17871,'Yes',0,0,9505,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17872,'No',3,0,9505,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17873,'Other',20,0,9505,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17874,'N/A',0,0,9505,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17875,'Yes',0,0,9507,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17876,'No',3,0,9507,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17877,'Other',20,0,9507,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17878,'N/A',0,0,9507,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17879,'N/A',0,0,9507,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17880,'Yes',0,0,9508,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17881,'No',4,0,9508,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17882,'No Disabled',0,0,9508,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17883,'Other',20,0,9508,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17884,'N/A',0,0,9508,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17885,'Yes',0,0,9509,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17886,'No',4,0,9509,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17887,'Other',20,0,9509,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17888,'N/A',0,0,9509,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17889,'Yes',0,0,9510,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17890,'No',3,0,9510,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17891,'Other',20,0,9510,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17892,'N/A',0,0,9510,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17893,'Yes',0,0,9511,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17894,'No',4,0,9511,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17895,'Other',20,0,9511,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17896,'N/A',0,0,9511,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17897,'Yes',0,0,9512,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17898,'No',4,0,9512,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17899,'Other',20,0,9512,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17900,'N/A',0,0,9512,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17901,'Yes',0,0,9513,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17902,'No',5,0,9513,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17903,'Other',20,0,9513,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17904,'N/A',0,0,9513,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17905,'1 Yes',0,0,9514,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17906,'2 Yes',3,0,9514,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17907,'No',6,0,9514,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17908,'Other',20,0,9514,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17909,'N/A',0,0,9514,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17910,'Yes',0,0,9515,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17911,'No',5,0,9515,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17912,'Other',20,0,9515,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17913,'N/A',0,0,9515,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17914,'Fan Heaters',4,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17915,'Electric Heaters',4,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17916,'Gas Heater',5,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17917,'Other Boilers',2,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17918,'Electrical Equipment',3,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17919,'Electrical Leads',3,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17920,'Portable Equipment',3,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17921,'Portable Lighting',2,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17922,'Cooking kitchen Equipment',6,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17923,'Other',20,0,9518,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17924,'Wood/Paper/Cardboard etc',3,0,9520,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17925,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9520,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17926,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9520,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17927,'Waste Material Controlled -in locked wheely bin or store',2,0,9520,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17928,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9520,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17929,'Other',20,0,9520,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17930,'Detached',1,0,9523,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17931,'Semi Detached',2,0,9523,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17932,'Terraced',3,0,9523,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17933,'Linked-Detached',1,0,9523,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17934,'Other',20,0,9523,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17935,'House',1,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17936,'Bungalow',1,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17937,'Block of Flats - Studios up to 6 Floor Levels',3,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17938,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17939,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17940,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17941,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17942,'Underground Property',1,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17943,'Factory/ Warehouse',3,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17944,'Garage/ Workshop',3,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17945,'Retail Shop',2,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17946,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17947,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17948,'Other',20,0,9524,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17949,'1-5',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17950,'5-10',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17951,'10-15',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17952,'15-20',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17953,'20-25',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17954,'25-30',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17955,'30-35',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17956,'35-40',0,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17957,'Other',20,0,9525,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17958,'1',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17959,'2',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17960,'3',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17961,'4',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17962,'5',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17963,'6',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17964,'7',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17965,'8',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17966,'9',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17967,'10',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17968,'11',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17969,'12',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17970,'13',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17971,'14',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17972,'15',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17973,'16',1,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17974,'N/A',0,0,9528,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17975,'1',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17976,'2',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17977,'3',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17978,'4',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17979,'5',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17980,'6',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17981,'7',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17982,'8',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17983,'9',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17984,'10',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17985,'11',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17986,'12',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17987,'13',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17988,'14',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17989,'15',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17990,'16',2,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17991,'N/A',0,0,9529,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17992,'Solid concrete all levels',0,0,9530,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17993,'Timber joists all levels',3,0,9530,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17994,'Concrete lowest floor – Timber above higher levels',3,0,9530,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17995,'Other',20,0,9530,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17996,'Wood',2,0,9531,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17997,'Plastics',1,0,9531,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17998,'Aluminium',0,0,9531,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(17999,'Stone',0,0,9531,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18000,'Other',20,0,9531,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18001,'Yes',1,0,9533,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18002,'No',3,0,9533,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18003,'Unknown',3,0,9533,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18004,'Yes',1,0,9534,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18005,'No',5,0,9534,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18006,'Unknown',5,0,9534,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18007,'Other',20,0,9535,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18008,'Very Good',1,0,9536,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18009,'Good',1,0,9536,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18010,'Fair',1,0,9536,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18011,'Poor',2,0,9536,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18012,'Very Poor',2,0,9536,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18013,'Detached',1,0,9538,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18014,'Semi Detached',2,0,9538,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18015,'Terraced',3,0,9538,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18016,'Linked-Detached',1,0,9538,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18017,'Other',20,0,9538,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18018,'House',1,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18019,'Bungalow',1,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18020,'Block of Flats - Studios up to 6 Floor Levels',3,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18021,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18022,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18023,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18024,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18025,'Underground Property',1,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18026,'Factory/ Warehouse',3,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18027,'Garage/ Workshop',3,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18028,'Retail Shop',2,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18029,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18030,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18031,'Other',20,0,9539,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18032,'1-5',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18033,'5-10',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18034,'10-15',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18035,'15-20',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18036,'20-25',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18037,'25-30',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18038,'30-35',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18039,'35-40',0,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18040,'Other',20,0,9540,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18041,'1',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18042,'2',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18043,'3',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18044,'4',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18045,'5',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18046,'6',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18047,'7',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18048,'8',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18049,'9',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18050,'10',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18051,'11',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18052,'12',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18053,'13',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18054,'14',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18055,'15',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18056,'16',1,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18057,'N/A',0,0,9543,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18058,'1',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18059,'2',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18060,'3',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18061,'4',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18062,'5',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18063,'6',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18064,'7',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18065,'8',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18066,'9',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18067,'10',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18068,'11',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18069,'12',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18070,'13',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18071,'14',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18072,'15',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18073,'16',2,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18074,'N/A',0,0,9544,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18075,'Solid concrete all levels',0,0,9545,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18076,'Timber joists all levels',3,0,9545,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18077,'Concrete lowest floor – Timber above higher levels',3,0,9545,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18078,'Other',20,0,9545,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18079,'Wood',2,0,9546,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18080,'Plastics',1,0,9546,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18081,'Aluminium',0,0,9546,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18082,'Stone',0,0,9546,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18083,'Other',20,0,9546,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18084,'Yes',1,0,9548,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18085,'No',3,0,9548,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18086,'Unknown',3,0,9548,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18087,'Yes',1,0,9549,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18088,'No',5,0,9549,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18089,'Unknown',5,0,9549,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18090,'Other',20,0,9550,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18091,'Very Good',1,0,9551,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18092,'Good',1,0,9551,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18093,'Fair',1,0,9551,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18094,'Poor',2,0,9551,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18095,'Very Poor',2,0,9551,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(18096,'Choice 1',10,0,9553,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18097,'Choice 2',9,0,9553,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18098,'Choice 3',8,0,9553,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18099,'Choice 4',7,0,9553,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18100,'Choice 5',6,0,9553,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18101,'Choice 6',5,0,9553,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18102,'Choice 1',10,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18103,'Choice 2',9,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18104,'Choice 3',8,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18105,'Choice 4',7,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18106,'Choice 5',6,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18107,'Choice 6',5,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18108,'Choice 7',4,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18109,'Choice 8',3,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18110,'Choice 9',2,0,9557,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18111,'Choice 1',10,0,9565,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18112,'Choice 2',9,0,9565,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18113,'Choice 3',8,0,9565,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18114,'Choice 1',10,0,9567,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18115,'Choice 2',9,0,9567,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18116,'Choice 3',8,0,9567,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18117,'Choice 1',10,0,9570,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18118,'Choice 2',9,0,9570,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18119,'Choice 3',8,0,9570,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18120,'Choice 4',7,0,9570,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18121,'Choice 1',10,0,9572,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18122,'Choice 2',9,0,9572,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18123,'Choice 3',8,0,9572,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18124,'Choice 4',7,0,9572,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18125,'Choice 5',6,0,9572,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18126,'Choice 1',10,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18127,'Choice 2',9,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18128,'Choice 3',8,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18129,'Choice 4',7,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18130,'Choice 5',6,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18131,'Choice 6',5,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18132,'Choice 7',4,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18133,'Choice 8',3,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18134,'Choice 9',2,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18135,'Choice 10',1,0,9575,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18136,'Yes',0,0,9576,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18137,'Yes',0,0,9576,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18138,'No',5,0,9576,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18139,'N/A',0,0,9576,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18140,'Other',20,0,9576,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18141,'Yes',0,0,9577,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18142,'No',5,0,9577,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18143,'Other',20,0,9577,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18144,'Yes',1,0,9581,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18145,'Yes',0,0,9581,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18146,'No',5,0,9581,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18147,'Other',20,0,9581,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18148,'Yes',0,0,9582,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18149,'No',5,0,9582,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18150,'NA',5,0,9582,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18151,'Other',20,0,9582,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18152,'Yes',0,0,9583,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18153,'No',5,0,9583,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18154,'NA',0,0,9583,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18155,'Other',20,0,9583,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18156,'Choice 6',5,0,9583,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18157,'Yes',0,0,9584,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18158,'No',5,0,9584,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18159,'Other',20,0,9584,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18160,'Yes',0,0,9585,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18161,'No',5,0,9585,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18162,'NA',5,0,9585,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18163,'Other',20,0,9585,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18164,'Yes',0,0,9586,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18165,'No',5,0,9586,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18166,'NA',0,0,9586,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18167,'Other',20,0,9586,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18168,'Yes',0,0,9587,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18169,'No',5,0,9587,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18170,'NA',5,0,9587,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18171,'Other',20,0,9587,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(18172,'Yes',0,0,9588,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18173,'Option',5,0,9588,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18174,'No',8,0,9588,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18175,'N/A',0,0,9588,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18176,'Other',20,0,9588,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18177,'Yes',1,0,9590,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18178,'Yes',0,0,9590,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18179,'No',7,0,9590,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18180,'N/A',0,0,9590,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18181,'Other',20,0,9590,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18182,'Director',0,0,9601,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18183,'Owner Landlord',0,0,9601,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18184,'Site Maitenance',0,0,9601,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18185,'Estate Agent',0,0,9601,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18186,'Letting Agent',0,0,9601,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18187,'Other',0,0,9601,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18188,'Property Agent',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18189,'Owner Landlord',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18190,'Site Manager',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18191,'Property Manager',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18192,'Construction Manager',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18193,'Fire Warden',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18194,'Director',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18195,'CEO',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18196,'Other',0,0,9602,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18197,'A Property Within Building Block',0,0,9603,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18198,'All Of The Property',0,0,9603,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18199,'Communal Areas Only',0,0,9603,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18200,'House',0,0,9603,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18201,'Flat',0,0,9603,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18202,'Other',0,0,9603,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18203,'Nebosh',0,0,9610,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18204,'Level 2 Fire Risk Assessor',0,0,9610,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18205,'Competant Person',0,0,9610,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18206,'Yes',0,0,9611,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18207,'No',2,0,9611,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18208,'Other',20,0,9611,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18209,'N/A',0,0,9611,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18210,'Yes',0,0,9612,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18211,'No',2,0,9612,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18212,'Other',20,0,9612,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18213,'N/A',0,0,9612,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18214,'Yes',0,0,9613,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18215,'No',2,0,9613,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18216,'Other',20,0,9613,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18217,'N/A',0,0,9613,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18218,'Yes',0,0,9615,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18219,'No',2,0,9615,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18220,'Other',20,0,9615,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18221,'N/A',0,0,9615,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18222,'Yes',0,0,9617,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18223,'No',2,0,9617,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18224,'Other',20,0,9617,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18225,'N/A',0,0,9617,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18226,'Yes',0,0,9618,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18227,'No',2,0,9618,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18228,'Other',20,0,9618,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18229,'N/A',0,0,9618,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18230,'Yes',0,0,9619,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18231,'No',3,0,9619,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18232,'Other',20,0,9619,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18233,'N/A',0,0,9619,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18234,'Yes',0,0,9621,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18235,'No',3,0,9621,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18236,'Other',20,0,9621,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18237,'N/A',0,0,9621,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18238,'N/A',0,0,9621,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18239,'Yes',0,0,9622,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18240,'No',4,0,9622,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18241,'No Disabled',0,0,9622,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18242,'Other',20,0,9622,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18243,'N/A',0,0,9622,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18244,'Yes',0,0,9623,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18245,'No',4,0,9623,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18246,'Other',20,0,9623,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18247,'N/A',0,0,9623,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18248,'Yes',0,0,9624,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18249,'No',3,0,9624,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18250,'Other',20,0,9624,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18251,'N/A',0,0,9624,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18252,'Yes',0,0,9625,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18253,'No',4,0,9625,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18254,'Other',20,0,9625,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18255,'N/A',0,0,9625,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18256,'Yes',0,0,9626,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18257,'No',4,0,9626,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18258,'Other',20,0,9626,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18259,'N/A',0,0,9626,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18260,'Yes',0,0,9627,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18261,'No',5,0,9627,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18262,'Other',20,0,9627,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18263,'N/A',0,0,9627,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18264,'1 Yes',0,0,9628,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18265,'2 Yes',3,0,9628,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18266,'No',6,0,9628,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18267,'Other',20,0,9628,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18268,'N/A',0,0,9628,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18269,'Yes',0,0,9629,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18270,'No',5,0,9629,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18271,'Other',20,0,9629,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18272,'N/A',0,0,9629,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18273,'Fan Heaters',4,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18274,'Electric Heaters',4,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18275,'Gas Heater',5,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18276,'Other Boilers',2,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18277,'Electrical Equipment',3,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18278,'Electrical Leads',3,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18279,'Portable Equipment',3,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18280,'Portable Lighting',2,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18281,'Cooking kitchen Equipment',6,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18282,'Other',20,0,9632,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18283,'Wood/Paper/Cardboard etc',3,0,9634,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18284,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9634,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18285,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9634,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18286,'Waste Material Controlled -in locked wheely bin or store',2,0,9634,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18287,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9634,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18288,'Other',20,0,9634,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18289,'Detached',1,0,9637,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18290,'Semi Detached',2,0,9637,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18291,'Terraced',3,0,9637,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18292,'Linked-Detached',1,0,9637,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18293,'Other',20,0,9637,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18294,'House',1,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18295,'Bungalow',1,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18296,'Block of Flats - Studios up to 6 Floor Levels',3,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18297,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18298,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18299,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18300,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18301,'Underground Property',1,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18302,'Factory/ Warehouse',3,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18303,'Garage/ Workshop',3,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18304,'Retail Shop',2,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18305,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18306,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18307,'Other',20,0,9638,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18308,'1-5',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18309,'5-10',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18310,'10-15',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18311,'15-20',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18312,'20-25',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18313,'25-30',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18314,'30-35',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18315,'35-40',0,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18316,'Other',20,0,9639,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18317,'1',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18318,'2',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18319,'3',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18320,'4',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18321,'5',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18322,'6',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18323,'7',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18324,'8',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18325,'9',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18326,'10',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18327,'11',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18328,'12',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18329,'13',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18330,'14',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18331,'15',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18332,'16',1,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18333,'N/A',0,0,9642,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18334,'1',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18335,'2',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18336,'3',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18337,'4',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18338,'5',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18339,'6',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18340,'7',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18341,'8',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18342,'9',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18343,'10',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18344,'11',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18345,'12',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18346,'13',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18347,'14',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18348,'15',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18349,'16',2,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18350,'N/A',0,0,9643,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18351,'Solid concrete all levels',0,0,9644,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18352,'Timber joists all levels',3,0,9644,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18353,'Concrete lowest floor – Timber above higher levels',3,0,9644,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18354,'Other',20,0,9644,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18355,'Wood',2,0,9645,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18356,'Plastics',1,0,9645,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18357,'Aluminium',0,0,9645,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18358,'Stone',0,0,9645,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18359,'Other',20,0,9645,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18360,'Yes',1,0,9647,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18361,'No',3,0,9647,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18362,'Unknown',3,0,9647,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18363,'Yes',1,0,9648,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18364,'No',5,0,9648,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18365,'Unknown',5,0,9648,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18366,'Other',20,0,9649,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18367,'Very Good',1,0,9650,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18368,'Good',1,0,9650,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18369,'Fair',1,0,9650,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18370,'Poor',2,0,9650,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18371,'Very Poor',2,0,9650,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18372,'Detached',1,0,9652,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18373,'Semi Detached',2,0,9652,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18374,'Terraced',3,0,9652,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18375,'Linked-Detached',1,0,9652,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18376,'Other',20,0,9652,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18377,'House',1,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18378,'Bungalow',1,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18379,'Block of Flats - Studios up to 6 Floor Levels',3,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18380,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18381,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18382,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18383,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18384,'Underground Property',1,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18385,'Factory/ Warehouse',3,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18386,'Garage/ Workshop',3,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18387,'Retail Shop',2,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18388,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18389,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18390,'Other',20,0,9653,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18391,'1-5',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18392,'5-10',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18393,'10-15',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18394,'15-20',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18395,'20-25',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18396,'25-30',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18397,'30-35',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18398,'35-40',0,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18399,'Other',20,0,9654,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18400,'1',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18401,'2',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18402,'3',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18403,'4',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18404,'5',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18405,'6',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18406,'7',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18407,'8',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18408,'9',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18409,'10',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18410,'11',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18411,'12',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18412,'13',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18413,'14',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18414,'15',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18415,'16',1,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18416,'N/A',0,0,9657,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18417,'1',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18418,'2',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18419,'3',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18420,'4',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18421,'5',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18422,'6',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18423,'7',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18424,'8',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18425,'9',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18426,'10',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18427,'11',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18428,'12',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18429,'13',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18430,'14',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18431,'15',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18432,'16',2,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18433,'N/A',0,0,9658,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18434,'Solid concrete all levels',0,0,9659,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18435,'Timber joists all levels',3,0,9659,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18436,'Concrete lowest floor – Timber above higher levels',3,0,9659,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18437,'Other',20,0,9659,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18438,'Wood',2,0,9660,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18439,'Plastics',1,0,9660,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18440,'Aluminium',0,0,9660,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18441,'Stone',0,0,9660,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18442,'Other',20,0,9660,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18443,'Yes',1,0,9662,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18444,'No',3,0,9662,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18445,'Unknown',3,0,9662,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18446,'Yes',1,0,9663,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18447,'No',5,0,9663,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18448,'Unknown',5,0,9663,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18449,'Other',20,0,9664,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18450,'Very Good',1,0,9665,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18451,'Good',1,0,9665,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18452,'Fair',1,0,9665,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18453,'Poor',2,0,9665,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18454,'Very Poor',2,0,9665,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18455,'Fan Heaters',4,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18456,'Electric Heaters',4,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18457,'Gas Heater',5,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18458,'Other Boilers',2,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18459,'Electrical Equipment',3,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18460,'Electrical Leads',3,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18461,'Portable Equipment',3,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18462,'Portable Lighting',2,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18463,'Cooking kitchen Equipment',6,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18464,'Other',20,0,9667,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18465,'Wood/Paper/Cardboard etc',3,0,9669,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18466,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9669,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18467,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9669,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18468,'Waste Material Controlled -in locked wheely bin or store',2,0,9669,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18469,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9669,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18470,'Other',20,0,9669,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(18471,'Choice 1',10,0,9672,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18472,'Choice 2',9,0,9672,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18473,'Choice 3',8,0,9672,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18474,'Choice 4',7,0,9672,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18475,'Choice 5',6,0,9672,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18476,'Choice 6',5,0,9672,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18477,'Choice 1',10,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18478,'Choice 2',9,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18479,'Choice 3',8,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18480,'Choice 4',7,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18481,'Choice 5',6,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18482,'Choice 6',5,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18483,'Choice 7',4,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18484,'Choice 8',3,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18485,'Choice 9',2,0,9676,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18486,'Choice 1',10,0,9684,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18487,'Choice 2',9,0,9684,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18488,'Choice 3',8,0,9684,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18489,'Choice 1',10,0,9686,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18490,'Choice 2',9,0,9686,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18491,'Choice 3',8,0,9686,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18492,'Choice 1',10,0,9689,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18493,'Choice 2',9,0,9689,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18494,'Choice 3',8,0,9689,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18495,'Choice 4',7,0,9689,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18496,'Choice 1',10,0,9691,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18497,'Choice 2',9,0,9691,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18498,'Choice 3',8,0,9691,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18499,'Choice 4',7,0,9691,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18500,'Choice 5',6,0,9691,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18501,'Choice 1',10,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18502,'Choice 2',9,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18503,'Choice 3',8,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18504,'Choice 4',7,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18505,'Choice 5',6,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18506,'Choice 6',5,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18507,'Choice 7',4,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18508,'Choice 8',3,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18509,'Choice 9',2,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18510,'Choice 10',1,0,9694,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18511,'Yes',0,0,9695,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18512,'Yes',0,0,9695,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18513,'No',5,0,9695,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18514,'N/A',0,0,9695,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18515,'Other',20,0,9695,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18516,'Yes',0,0,9696,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18517,'No',5,0,9696,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18518,'Other',20,0,9696,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18519,'Yes',1,0,9700,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18520,'Yes',0,0,9700,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18521,'No',5,0,9700,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18522,'Other',20,0,9700,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18523,'Yes',0,0,9701,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18524,'No',5,0,9701,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18525,'NA',5,0,9701,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18526,'Other',20,0,9701,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18527,'Yes',0,0,9702,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18528,'No',5,0,9702,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18529,'NA',0,0,9702,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18530,'Other',20,0,9702,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18531,'Choice 6',5,0,9702,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18532,'Yes',0,0,9703,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18533,'No',5,0,9703,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18534,'Other',20,0,9703,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18535,'Yes',0,0,9704,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18536,'No',5,0,9704,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18537,'NA',5,0,9704,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18538,'Other',20,0,9704,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18539,'Yes',0,0,9705,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18540,'No',5,0,9705,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18541,'NA',0,0,9705,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18542,'Other',20,0,9705,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18543,'Yes',0,0,9706,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18544,'No',5,0,9706,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18545,'NA',5,0,9706,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18546,'Other',20,0,9706,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18547,'Yes',0,0,9707,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18548,'Option',5,0,9707,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18549,'No',8,0,9707,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18550,'N/A',0,0,9707,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18551,'Other',20,0,9707,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18552,'Yes',1,0,9709,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18553,'Yes',0,0,9709,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18554,'No',7,0,9709,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18555,'N/A',0,0,9709,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18556,'Other',20,0,9709,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18557,'Director',0,0,9720,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18558,'Owner Landlord',0,0,9720,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18559,'Site Maitenance',0,0,9720,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18560,'Estate Agent',0,0,9720,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18561,'Letting Agent',0,0,9720,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18562,'Other',0,0,9720,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18563,'Property Agent',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18564,'Owner Landlord',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18565,'Site Manager',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18566,'Property Manager',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18567,'Construction Manager',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18568,'Fire Warden',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18569,'Director',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18570,'CEO',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18571,'Other',0,0,9721,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18572,'A Property Within Building Block',0,0,9722,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18573,'All Of The Property',0,0,9722,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18574,'Communal Areas Only',0,0,9722,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18575,'House',0,0,9722,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18576,'Flat',0,0,9722,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18577,'Other',0,0,9722,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18578,'Nebosh',0,0,9729,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18579,'Level 2 Fire Risk Assessor',0,0,9729,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18580,'Competant Person',0,0,9729,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18581,'Fan Heaters',4,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18582,'Electric Heaters',4,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18583,'Gas Heater',5,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18584,'Other Boilers',2,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18585,'Electrical Equipment',3,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18586,'Electrical Leads',3,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18587,'Portable Equipment',3,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18588,'Portable Lighting',2,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18589,'Cooking kitchen Equipment',6,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18590,'Other',20,0,9730,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18591,'Wood/Paper/Cardboard etc',3,0,9732,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18592,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9732,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18593,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9732,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18594,'Waste Material Controlled -in locked wheely bin or store',2,0,9732,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18595,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9732,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18596,'Other',20,0,9732,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(18597,'Detached',1,0,9735,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18598,'Semi Detached',2,0,9735,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18599,'Terraced',3,0,9735,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18600,'Linked-Detached',1,0,9735,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18601,'Other',20,0,9735,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18602,'House',1,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18603,'Bungalow',1,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18604,'Block of Flats - Studios up to 6 Floor Levels',3,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18605,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18606,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18607,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18608,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18609,'Underground Property',1,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18610,'Factory/ Warehouse',3,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18611,'Garage/ Workshop',3,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18612,'Retail Shop',2,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18613,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18614,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18615,'Other',20,0,9736,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18616,'1-5',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18617,'5-10',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18618,'10-15',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18619,'15-20',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18620,'20-25',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18621,'25-30',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18622,'30-35',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18623,'35-40',0,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18624,'Other',20,0,9737,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18625,'1',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18626,'2',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18627,'3',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18628,'4',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18629,'5',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18630,'6',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18631,'7',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18632,'8',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18633,'9',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18634,'10',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18635,'11',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18636,'12',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18637,'13',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18638,'14',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18639,'15',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18640,'16',1,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18641,'N/A',0,0,9740,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18642,'1',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18643,'2',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18644,'3',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18645,'4',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18646,'5',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18647,'6',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18648,'7',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18649,'8',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18650,'9',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18651,'10',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18652,'11',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18653,'12',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18654,'13',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18655,'14',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18656,'15',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18657,'16',2,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18658,'N/A',0,0,9741,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18659,'Solid concrete all levels',0,0,9742,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18660,'Timber joists all levels',3,0,9742,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18661,'Concrete lowest floor – Timber above higher levels',3,0,9742,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18662,'Other',20,0,9742,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18663,'Wood',2,0,9743,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18664,'Plastics',1,0,9743,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18665,'Aluminium',0,0,9743,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18666,'Stone',0,0,9743,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18667,'Other',20,0,9743,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18668,'Yes',1,0,9745,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18669,'No',3,0,9745,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18670,'Unknown',3,0,9745,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18671,'Yes',1,0,9746,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18672,'No',5,0,9746,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18673,'Unknown',5,0,9746,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18674,'Other',20,0,9747,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18675,'Very Good',1,0,9748,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18676,'Good',1,0,9748,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18677,'Fair',1,0,9748,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18678,'Poor',2,0,9748,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18679,'Very Poor',2,0,9748,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18680,'Detached',1,0,9750,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18681,'Semi Detached',2,0,9750,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18682,'Terraced',3,0,9750,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18683,'Linked-Detached',1,0,9750,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18684,'Other',20,0,9750,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18685,'House',1,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18686,'Bungalow',1,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18687,'Block of Flats - Studios up to 6 Floor Levels',3,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18688,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18689,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18690,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18691,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18692,'Underground Property',1,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18693,'Factory/ Warehouse',3,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18694,'Garage/ Workshop',3,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18695,'Retail Shop',2,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18696,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18697,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18698,'Other',20,0,9751,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18699,'1-5',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18700,'5-10',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18701,'10-15',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18702,'15-20',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18703,'20-25',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18704,'25-30',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18705,'30-35',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18706,'35-40',0,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18707,'Other',20,0,9752,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18708,'1',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18709,'2',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18710,'3',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18711,'4',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18712,'5',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18713,'6',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18714,'7',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18715,'8',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18716,'9',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18717,'10',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18718,'11',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18719,'12',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18720,'13',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18721,'14',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18722,'15',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18723,'16',1,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18724,'N/A',0,0,9755,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18725,'1',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18726,'2',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18727,'3',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18728,'4',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18729,'5',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18730,'6',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18731,'7',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18732,'8',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18733,'9',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18734,'10',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18735,'11',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18736,'12',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18737,'13',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18738,'14',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18739,'15',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18740,'16',2,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18741,'N/A',0,0,9756,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18742,'Solid concrete all levels',0,0,9757,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18743,'Timber joists all levels',3,0,9757,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18744,'Concrete lowest floor – Timber above higher levels',3,0,9757,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18745,'Other',20,0,9757,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18746,'Wood',2,0,9758,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18747,'Plastics',1,0,9758,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18748,'Aluminium',0,0,9758,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18749,'Stone',0,0,9758,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18750,'Other',20,0,9758,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18751,'Yes',1,0,9760,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18752,'No',3,0,9760,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18753,'Unknown',3,0,9760,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18754,'Yes',1,0,9761,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18755,'No',5,0,9761,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18756,'Unknown',5,0,9761,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18757,'Other',20,0,9762,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18758,'Very Good',1,0,9763,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18759,'Good',1,0,9763,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18760,'Fair',1,0,9763,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18761,'Poor',2,0,9763,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18762,'Very Poor',2,0,9763,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18763,'Fan Heaters',4,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18764,'Electric Heaters',4,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18765,'Gas Heater',5,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18766,'Other Boilers',2,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18767,'Electrical Equipment',3,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18768,'Electrical Leads',3,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18769,'Portable Equipment',3,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18770,'Portable Lighting',2,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18771,'Cooking kitchen Equipment',6,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18772,'Other',20,0,9765,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18773,'Wood/Paper/Cardboard etc',3,0,9767,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18774,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9767,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18775,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9767,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18776,'Waste Material Controlled -in locked wheely bin or store',2,0,9767,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18777,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9767,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18778,'Other',20,0,9767,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18779,'Yes',0,0,9770,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18780,'No',2,0,9770,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18781,'Other',20,0,9770,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18782,'N/A',0,0,9770,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18783,'Yes',0,0,9771,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18784,'No',2,0,9771,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18785,'Other',20,0,9771,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18786,'N/A',0,0,9771,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18787,'Yes',0,0,9772,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18788,'No',2,0,9772,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18789,'Other',20,0,9772,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18790,'N/A',0,0,9772,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18791,'Yes',0,0,9774,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18792,'No',2,0,9774,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18793,'Other',20,0,9774,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18794,'N/A',0,0,9774,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18795,'Yes',0,0,9776,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18796,'No',2,0,9776,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18797,'Other',20,0,9776,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18798,'N/A',0,0,9776,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18799,'Yes',0,0,9777,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18800,'No',2,0,9777,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18801,'Other',20,0,9777,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18802,'N/A',0,0,9777,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18803,'Yes',0,0,9778,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18804,'No',3,0,9778,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18805,'Other',20,0,9778,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18806,'N/A',0,0,9778,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18807,'Yes',0,0,9780,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18808,'No',3,0,9780,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18809,'Other',20,0,9780,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18810,'N/A',0,0,9780,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18811,'N/A',0,0,9780,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18812,'Yes',0,0,9781,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18813,'No',4,0,9781,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18814,'No Disabled',0,0,9781,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18815,'Other',20,0,9781,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18816,'N/A',0,0,9781,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18817,'Yes',0,0,9782,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18818,'No',4,0,9782,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18819,'Other',20,0,9782,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18820,'N/A',0,0,9782,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18821,'Yes',0,0,9783,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18822,'No',3,0,9783,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18823,'Other',20,0,9783,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18824,'N/A',0,0,9783,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18825,'Yes',0,0,9784,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18826,'No',4,0,9784,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18827,'Other',20,0,9784,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18828,'N/A',0,0,9784,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18829,'Yes',0,0,9785,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18830,'No',4,0,9785,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18831,'Other',20,0,9785,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18832,'N/A',0,0,9785,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18833,'Yes',0,0,9786,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18834,'No',5,0,9786,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18835,'Other',20,0,9786,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18836,'N/A',0,0,9786,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18837,'1 Yes',0,0,9787,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18838,'2 Yes',3,0,9787,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18839,'No',6,0,9787,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18840,'Other',20,0,9787,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18841,'N/A',0,0,9787,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18842,'Yes',0,0,9788,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18843,'No',5,0,9788,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18844,'Other',20,0,9788,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18845,'N/A',0,0,9788,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(18846,'Choice 1',10,0,9790,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18847,'Choice 2',9,0,9790,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18848,'Choice 3',8,0,9790,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18849,'Choice 4',7,0,9790,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18850,'Choice 5',6,0,9790,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18851,'Choice 6',5,0,9790,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18852,'Choice 1',10,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18853,'Choice 2',9,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18854,'Choice 3',8,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18855,'Choice 4',7,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18856,'Choice 5',6,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18857,'Choice 6',5,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18858,'Choice 7',4,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18859,'Choice 8',3,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18860,'Choice 9',2,0,9794,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18861,'Choice 1',10,0,9802,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18862,'Choice 2',9,0,9802,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18863,'Choice 3',8,0,9802,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18864,'Choice 1',10,0,9804,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18865,'Choice 2',9,0,9804,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18866,'Choice 3',8,0,9804,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18867,'Choice 1',10,0,9807,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18868,'Choice 2',9,0,9807,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18869,'Choice 3',8,0,9807,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18870,'Choice 4',7,0,9807,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18871,'Choice 1',10,0,9809,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18872,'Choice 2',9,0,9809,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18873,'Choice 3',8,0,9809,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18874,'Choice 4',7,0,9809,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18875,'Choice 5',6,0,9809,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18876,'Choice 1',10,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18877,'Choice 2',9,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18878,'Choice 3',8,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18879,'Choice 4',7,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18880,'Choice 5',6,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18881,'Choice 6',5,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18882,'Choice 7',4,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18883,'Choice 8',3,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18884,'Choice 9',2,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18885,'Choice 10',1,0,9812,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18886,'Yes',0,0,9813,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18887,'Yes',0,0,9813,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18888,'No',5,0,9813,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18889,'N/A',0,0,9813,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18890,'Other',20,0,9813,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18891,'Yes',0,0,9814,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18892,'No',5,0,9814,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18893,'Other',20,0,9814,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18894,'Yes',1,0,9818,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18895,'Yes',0,0,9818,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18896,'No',5,0,9818,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18897,'Other',20,0,9818,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18898,'Yes',0,0,9819,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18899,'No',5,0,9819,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18900,'NA',5,0,9819,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18901,'Other',20,0,9819,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18902,'Yes',0,0,9820,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18903,'No',5,0,9820,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18904,'NA',0,0,9820,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18905,'Other',20,0,9820,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18906,'Choice 6',5,0,9820,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18907,'Yes',0,0,9821,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18908,'No',5,0,9821,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18909,'Other',20,0,9821,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18910,'Yes',0,0,9822,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18911,'No',5,0,9822,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18912,'NA',5,0,9822,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18913,'Other',20,0,9822,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18914,'Yes',0,0,9823,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18915,'No',5,0,9823,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18916,'NA',0,0,9823,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18917,'Other',20,0,9823,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18918,'Yes',0,0,9824,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18919,'No',5,0,9824,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18920,'NA',5,0,9824,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18921,'Other',20,0,9824,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18922,'Director',0,0,9830,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18923,'Owner Landlord',0,0,9830,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18924,'Site Maitenance',0,0,9830,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18925,'Estate Agent',0,0,9830,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18926,'Letting Agent',0,0,9830,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18927,'Other',0,0,9830,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18928,'Property Agent',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18929,'Owner Landlord',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18930,'Site Manager',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18931,'Property Manager',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18932,'Construction Manager',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18933,'Fire Warden',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18934,'Director',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18935,'CEO',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18936,'Other',0,0,9831,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18937,'A Property Within Building Block',0,0,9832,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18938,'All Of The Property',0,0,9832,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18939,'Communal Areas Only',0,0,9832,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18940,'House',0,0,9832,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18941,'Flat',0,0,9832,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18942,'Other',0,0,9832,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18943,'Nebosh',0,0,9839,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18944,'Level 2 Fire Risk Assessor',0,0,9839,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18945,'Competant Person',0,0,9839,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18946,'Fan Heaters',4,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18947,'Electric Heaters',4,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18948,'Gas Heater',5,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18949,'Other Boilers',2,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18950,'Electrical Equipment',3,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18951,'Electrical Leads',3,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18952,'Portable Equipment',3,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18953,'Portable Lighting',2,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18954,'Cooking kitchen Equipment',6,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18955,'Other',20,0,9840,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18956,'Wood/Paper/Cardboard etc',3,0,9842,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18957,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9842,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18958,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9842,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18959,'Waste Material Controlled -in locked wheely bin or store',2,0,9842,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18960,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9842,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18961,'Other',20,0,9842,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18962,'Detached',1,0,9845,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18963,'Semi Detached',2,0,9845,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18964,'Terraced',3,0,9845,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18965,'Linked-Detached',1,0,9845,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18966,'Other',20,0,9845,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18967,'House',1,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18968,'Bungalow',1,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18969,'Block of Flats - Studios up to 6 Floor Levels',3,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18970,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18971,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18972,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18973,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18974,'Underground Property',1,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18975,'Factory/ Warehouse',3,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18976,'Garage/ Workshop',3,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18977,'Retail Shop',2,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18978,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18979,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18980,'Other',20,0,9846,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18981,'1-5',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18982,'5-10',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18983,'10-15',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18984,'15-20',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18985,'20-25',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18986,'25-30',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18987,'30-35',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18988,'35-40',0,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18989,'Other',20,0,9847,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18990,'1',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18991,'2',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18992,'3',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18993,'4',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18994,'5',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18995,'6',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18996,'7',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18997,'8',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18998,'9',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(18999,'10',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19000,'11',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19001,'12',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19002,'13',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19003,'14',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19004,'15',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19005,'16',1,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19006,'N/A',0,0,9850,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19007,'1',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19008,'2',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19009,'3',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19010,'4',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19011,'5',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19012,'6',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19013,'7',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19014,'8',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19015,'9',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19016,'10',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19017,'11',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19018,'12',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19019,'13',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19020,'14',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19021,'15',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19022,'16',2,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19023,'N/A',0,0,9851,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19024,'Solid concrete all levels',0,0,9852,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19025,'Timber joists all levels',3,0,9852,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19026,'Concrete lowest floor – Timber above higher levels',3,0,9852,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19027,'Other',20,0,9852,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19028,'Wood',2,0,9853,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19029,'Plastics',1,0,9853,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19030,'Aluminium',0,0,9853,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19031,'Stone',0,0,9853,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19032,'Other',20,0,9853,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19033,'Yes',1,0,9855,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19034,'No',3,0,9855,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19035,'Unknown',3,0,9855,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19036,'Yes',1,0,9856,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19037,'No',5,0,9856,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19038,'Unknown',5,0,9856,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19039,'Other',20,0,9857,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19040,'Very Good',1,0,9858,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19041,'Good',1,0,9858,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19042,'Fair',1,0,9858,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19043,'Poor',2,0,9858,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19044,'Very Poor',2,0,9858,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19045,'Detached',1,0,9860,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19046,'Semi Detached',2,0,9860,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19047,'Terraced',3,0,9860,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19048,'Linked-Detached',1,0,9860,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19049,'Other',20,0,9860,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19050,'House',1,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19051,'Bungalow',1,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19052,'Block of Flats - Studios up to 6 Floor Levels',3,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19053,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19054,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19055,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19056,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19057,'Underground Property',1,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19058,'Factory/ Warehouse',3,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19059,'Garage/ Workshop',3,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19060,'Retail Shop',2,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19061,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19062,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19063,'Other',20,0,9861,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19064,'1-5',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19065,'5-10',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19066,'10-15',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19067,'15-20',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19068,'20-25',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19069,'25-30',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19070,'30-35',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19071,'35-40',0,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19072,'Other',20,0,9862,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19073,'1',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19074,'2',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19075,'3',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19076,'4',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19077,'5',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19078,'6',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19079,'7',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19080,'8',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19081,'9',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19082,'10',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19083,'11',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19084,'12',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19085,'13',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19086,'14',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19087,'15',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19088,'16',1,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19089,'N/A',0,0,9865,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19090,'1',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19091,'2',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19092,'3',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19093,'4',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19094,'5',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19095,'6',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19096,'7',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19097,'8',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19098,'9',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19099,'10',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19100,'11',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19101,'12',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19102,'13',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19103,'14',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19104,'15',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19105,'16',2,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19106,'N/A',0,0,9866,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19107,'Solid concrete all levels',0,0,9867,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19108,'Timber joists all levels',3,0,9867,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19109,'Concrete lowest floor – Timber above higher levels',3,0,9867,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19110,'Other',20,0,9867,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19111,'Wood',2,0,9868,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19112,'Plastics',1,0,9868,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19113,'Aluminium',0,0,9868,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19114,'Stone',0,0,9868,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19115,'Other',20,0,9868,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19116,'Yes',1,0,9870,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19117,'No',3,0,9870,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19118,'Unknown',3,0,9870,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19119,'Yes',1,0,9871,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19120,'No',5,0,9871,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19121,'Unknown',5,0,9871,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19122,'Other',20,0,9872,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19123,'Very Good',1,0,9873,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19124,'Good',1,0,9873,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19125,'Fair',1,0,9873,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19126,'Poor',2,0,9873,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19127,'Very Poor',2,0,9873,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19128,'Fan Heaters',4,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19129,'Electric Heaters',4,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19130,'Gas Heater',5,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19131,'Other Boilers',2,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19132,'Electrical Equipment',3,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19133,'Electrical Leads',3,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19134,'Portable Equipment',3,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19135,'Portable Lighting',2,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19136,'Cooking kitchen Equipment',6,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19137,'Other',20,0,9875,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19138,'Wood/Paper/Cardboard etc',3,0,9877,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19139,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9877,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19140,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9877,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19141,'Waste Material Controlled -in locked wheely bin or store',2,0,9877,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19142,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9877,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19143,'Other',20,0,9877,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19144,'Yes',0,0,9880,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19145,'No',2,0,9880,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19146,'Other',20,0,9880,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19147,'N/A',0,0,9880,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19148,'Yes',0,0,9881,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19149,'No',2,0,9881,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19150,'Other',20,0,9881,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19151,'N/A',0,0,9881,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19152,'Yes',0,0,9882,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19153,'No',2,0,9882,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19154,'Other',20,0,9882,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19155,'N/A',0,0,9882,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19156,'Yes',0,0,9884,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19157,'No',2,0,9884,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19158,'Other',20,0,9884,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19159,'N/A',0,0,9884,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19160,'Yes',0,0,9886,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19161,'No',2,0,9886,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19162,'Other',20,0,9886,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19163,'N/A',0,0,9886,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19164,'Yes',0,0,9887,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19165,'No',2,0,9887,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19166,'Other',20,0,9887,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19167,'N/A',0,0,9887,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19168,'Yes',0,0,9888,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19169,'No',3,0,9888,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19170,'Other',20,0,9888,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19171,'N/A',0,0,9888,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19172,'Yes',0,0,9890,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19173,'No',3,0,9890,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19174,'Other',20,0,9890,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19175,'N/A',0,0,9890,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19176,'N/A',0,0,9890,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19177,'Yes',0,0,9891,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19178,'No',4,0,9891,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19179,'No Disabled',0,0,9891,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19180,'Other',20,0,9891,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19181,'N/A',0,0,9891,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19182,'Yes',0,0,9892,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19183,'No',4,0,9892,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19184,'Other',20,0,9892,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19185,'N/A',0,0,9892,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19186,'Yes',0,0,9893,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19187,'No',3,0,9893,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19188,'Other',20,0,9893,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19189,'N/A',0,0,9893,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19190,'Yes',0,0,9894,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19191,'No',4,0,9894,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19192,'Other',20,0,9894,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19193,'N/A',0,0,9894,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19194,'Yes',0,0,9895,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19195,'No',4,0,9895,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19196,'Other',20,0,9895,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19197,'N/A',0,0,9895,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19198,'Yes',0,0,9896,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19199,'No',5,0,9896,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19200,'Other',20,0,9896,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19201,'N/A',0,0,9896,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19202,'1 Yes',0,0,9897,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19203,'2 Yes',3,0,9897,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19204,'No',6,0,9897,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19205,'Other',20,0,9897,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19206,'N/A',0,0,9897,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19207,'Yes',0,0,9898,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19208,'No',5,0,9898,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19209,'Other',20,0,9898,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19210,'N/A',0,0,9898,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19211,'Yes',0,0,9900,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19212,'Option',5,0,9900,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19213,'No',8,0,9900,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19214,'N/A',0,0,9900,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19215,'Other',20,0,9900,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19216,'Yes 1',1,0,9902,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19217,'Yes 2',0,0,9902,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19218,'No',7,0,9902,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19219,'N/A',0,0,9902,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19220,'Other',20,0,9902,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19221,'Yes',0,0,9904,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19222,'No 1',7,0,9904,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19223,'No 2',7,0,9904,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19224,'Other',20,0,9904,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19225,'N/A',0,0,9904,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19226,'Yes',0,0,9906,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19227,'No 1',5,0,9906,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19228,'No 2',5,0,9906,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19229,'Yes',0,0,9907,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19230,'No',8,0,9907,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19231,'Other',20,0,9907,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19232,'N/A',0,0,9907,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19233,'Yes',0,0,9908,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19234,'No',8,0,9908,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19235,'Other',20,0,9908,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19236,'N/A',0,0,9908,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19237,'Yes',0,0,9909,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19238,'No',8,0,9909,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19239,'Other',20,0,9909,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19240,'N/A',0,0,9909,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19241,'Yes',0,0,9911,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19242,'No',8,0,9911,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19243,'Other',20,0,9911,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19244,'N/A',0,0,9911,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19245,'Yes',0,0,9912,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19246,'No',6,0,9912,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19247,'Other',20,0,9912,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19248,'N/A',0,0,9912,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(19249,'Choice 1',10,0,9914,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19250,'Choice 2',9,0,9914,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19251,'Choice 3',8,0,9914,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19252,'Choice 4',7,0,9914,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19253,'Choice 5',6,0,9914,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19254,'Choice 6',5,0,9914,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19255,'Choice 1',10,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19256,'Choice 2',9,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19257,'Choice 3',8,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19258,'Choice 4',7,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19259,'Choice 5',6,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19260,'Choice 6',5,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19261,'Choice 7',4,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19262,'Choice 8',3,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19263,'Choice 9',2,0,9918,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19264,'Choice 1',10,0,9926,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19265,'Choice 2',9,0,9926,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19266,'Choice 3',8,0,9926,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19267,'Choice 1',10,0,9928,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19268,'Choice 2',9,0,9928,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19269,'Choice 3',8,0,9928,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19270,'Choice 1',10,0,9931,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19271,'Choice 2',9,0,9931,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19272,'Choice 3',8,0,9931,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19273,'Choice 4',7,0,9931,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19274,'Choice 1',10,0,9933,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19275,'Choice 2',9,0,9933,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19276,'Choice 3',8,0,9933,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19277,'Choice 4',7,0,9933,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19278,'Choice 5',6,0,9933,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19279,'Choice 1',10,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19280,'Choice 2',9,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19281,'Choice 3',8,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19282,'Choice 4',7,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19283,'Choice 5',6,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19284,'Choice 6',5,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19285,'Choice 7',4,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19286,'Choice 8',3,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19287,'Choice 9',2,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19288,'Choice 10',1,0,9936,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19289,'Yes',0,0,9937,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19290,'Yes',0,0,9937,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19291,'No',5,0,9937,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19292,'N/A',0,0,9937,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19293,'Other',20,0,9937,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19294,'Yes',0,0,9938,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19295,'No',5,0,9938,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19296,'Other',20,0,9938,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19297,'Yes',1,0,9942,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19298,'Yes',0,0,9942,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19299,'No',5,0,9942,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19300,'Other',20,0,9942,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19301,'Yes',0,0,9943,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19302,'No',5,0,9943,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19303,'NA',5,0,9943,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19304,'Other',20,0,9943,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19305,'Yes',0,0,9944,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19306,'No',5,0,9944,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19307,'NA',0,0,9944,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19308,'Other',20,0,9944,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19309,'Choice 6',5,0,9944,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19310,'Yes',0,0,9945,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19311,'No',5,0,9945,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19312,'Other',20,0,9945,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19313,'Yes',0,0,9946,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19314,'No',5,0,9946,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19315,'NA',5,0,9946,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19316,'Other',20,0,9946,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19317,'Yes',0,0,9947,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19318,'No',5,0,9947,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19319,'NA',0,0,9947,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19320,'Other',20,0,9947,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19321,'Yes',0,0,9948,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19322,'No',5,0,9948,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19323,'NA',5,0,9948,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19324,'Other',20,0,9948,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19325,'Director',0,0,9954,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19326,'Owner Landlord',0,0,9954,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19327,'Site Maitenance',0,0,9954,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19328,'Estate Agent',0,0,9954,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19329,'Letting Agent',0,0,9954,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19330,'Other',0,0,9954,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19331,'Property Agent',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19332,'Owner Landlord',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19333,'Site Manager',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19334,'Property Manager',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19335,'Construction Manager',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19336,'Fire Warden',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19337,'Director',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19338,'CEO',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19339,'Other',0,0,9955,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19340,'A Property Within Building Block',0,0,9956,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19341,'All Of The Property',0,0,9956,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19342,'Communal Areas Only',0,0,9956,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19343,'House',0,0,9956,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19344,'Flat',0,0,9956,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19345,'Other',0,0,9956,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19346,'Nebosh',0,0,9963,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19347,'Level 2 Fire Risk Assessor',0,0,9963,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19348,'Competant Person',0,0,9963,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19349,'Fan Heaters',4,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19350,'Electric Heaters',4,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19351,'Gas Heater',5,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19352,'Other Boilers',2,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19353,'Electrical Equipment',3,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19354,'Electrical Leads',3,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19355,'Portable Equipment',3,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19356,'Portable Lighting',2,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19357,'Cooking kitchen Equipment',6,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19358,'Other',20,0,9964,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19359,'Wood/Paper/Cardboard etc',3,0,9966,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19360,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,9966,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19361,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,9966,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19362,'Waste Material Controlled -in locked wheely bin or store',2,0,9966,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19363,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,9966,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19364,'Other',20,0,9966,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19365,'Detached',1,0,9969,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19366,'Semi Detached',2,0,9969,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19367,'Terraced',3,0,9969,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19368,'Linked-Detached',1,0,9969,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19369,'Other',20,0,9969,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19370,'House',1,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19371,'Bungalow',1,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19372,'Block of Flats - Studios up to 6 Floor Levels',3,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19373,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19374,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19375,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19376,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19377,'Underground Property',1,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19378,'Factory/ Warehouse',3,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19379,'Garage/ Workshop',3,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19380,'Retail Shop',2,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19381,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19382,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19383,'Other',20,0,9970,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19384,'1-5',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19385,'5-10',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19386,'10-15',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19387,'15-20',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19388,'20-25',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19389,'25-30',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19390,'30-35',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19391,'35-40',0,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19392,'Other',20,0,9971,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19393,'1',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19394,'2',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19395,'3',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19396,'4',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19397,'5',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19398,'6',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19399,'7',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19400,'8',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19401,'9',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19402,'10',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19403,'11',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19404,'12',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19405,'13',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19406,'14',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19407,'15',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19408,'16',1,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19409,'N/A',0,0,9974,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19410,'1',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19411,'2',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19412,'3',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19413,'4',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19414,'5',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19415,'6',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19416,'7',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19417,'8',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19418,'9',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19419,'10',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19420,'11',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19421,'12',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19422,'13',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19423,'14',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19424,'15',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19425,'16',2,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19426,'N/A',0,0,9975,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19427,'Solid concrete all levels',0,0,9976,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19428,'Timber joists all levels',3,0,9976,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19429,'Concrete lowest floor – Timber above higher levels',3,0,9976,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19430,'Other',20,0,9976,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19431,'Wood',2,0,9977,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19432,'Plastics',1,0,9977,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19433,'Aluminium',0,0,9977,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19434,'Stone',0,0,9977,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19435,'Other',20,0,9977,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19436,'Yes',1,0,9979,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19437,'No',3,0,9979,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19438,'Unknown',3,0,9979,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19439,'Yes',1,0,9980,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19440,'No',5,0,9980,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19441,'Unknown',5,0,9980,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19442,'Other',20,0,9981,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19443,'Very Good',1,0,9982,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19444,'Good',1,0,9982,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19445,'Fair',1,0,9982,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19446,'Poor',2,0,9982,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19447,'Very Poor',2,0,9982,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19448,'Detached',1,0,9984,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19449,'Semi Detached',2,0,9984,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19450,'Terraced',3,0,9984,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19451,'Linked-Detached',1,0,9984,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19452,'Other',20,0,9984,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19453,'House',1,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19454,'Bungalow',1,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19455,'Block of Flats - Studios up to 6 Floor Levels',3,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19456,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19457,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19458,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19459,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19460,'Underground Property',1,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19461,'Factory/ Warehouse',3,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19462,'Garage/ Workshop',3,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19463,'Retail Shop',2,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19464,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19465,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19466,'Other',20,0,9985,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19467,'1-5',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19468,'5-10',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19469,'10-15',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19470,'15-20',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19471,'20-25',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19472,'25-30',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19473,'30-35',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19474,'35-40',0,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19475,'Other',20,0,9986,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19476,'1',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19477,'2',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19478,'3',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19479,'4',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19480,'5',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19481,'6',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19482,'7',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19483,'8',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19484,'9',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19485,'10',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19486,'11',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19487,'12',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19488,'13',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19489,'14',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19490,'15',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19491,'16',1,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19492,'N/A',0,0,9989,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19493,'1',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19494,'2',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19495,'3',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19496,'4',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19497,'5',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19498,'6',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19499,'7',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19500,'8',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19501,'9',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19502,'10',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19503,'11',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19504,'12',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19505,'13',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19506,'14',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19507,'15',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19508,'16',2,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19509,'N/A',0,0,9990,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19510,'Solid concrete all levels',0,0,9991,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19511,'Timber joists all levels',3,0,9991,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19512,'Concrete lowest floor – Timber above higher levels',3,0,9991,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19513,'Other',20,0,9991,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19514,'Wood',2,0,9992,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19515,'Plastics',1,0,9992,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19516,'Aluminium',0,0,9992,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19517,'Stone',0,0,9992,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19518,'Other',20,0,9992,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19519,'Yes',1,0,9994,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19520,'No',3,0,9994,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19521,'Unknown',3,0,9994,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19522,'Yes',1,0,9995,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19523,'No',5,0,9995,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19524,'Unknown',5,0,9995,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19525,'Other',20,0,9996,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19526,'Very Good',1,0,9997,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19527,'Good',1,0,9997,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19528,'Fair',1,0,9997,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19529,'Poor',2,0,9997,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19530,'Very Poor',2,0,9997,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19531,'Fan Heaters',4,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19532,'Electric Heaters',4,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19533,'Gas Heater',5,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19534,'Other Boilers',2,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19535,'Electrical Equipment',3,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19536,'Electrical Leads',3,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19537,'Portable Equipment',3,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19538,'Portable Lighting',2,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19539,'Cooking kitchen Equipment',6,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19540,'Other',20,0,9999,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19541,'Wood/Paper/Cardboard etc',3,0,10001,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19542,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10001,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19543,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10001,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19544,'Waste Material Controlled -in locked wheely bin or store',2,0,10001,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19545,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10001,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19546,'Other',20,0,10001,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19547,'Yes',0,0,10004,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19548,'No',2,0,10004,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19549,'Other',20,0,10004,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19550,'N/A',0,0,10004,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19551,'Yes',0,0,10005,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19552,'No',2,0,10005,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19553,'Other',20,0,10005,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19554,'N/A',0,0,10005,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19555,'Yes',0,0,10006,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19556,'No',2,0,10006,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19557,'Other',20,0,10006,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19558,'N/A',0,0,10006,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19559,'Yes',0,0,10008,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19560,'No',2,0,10008,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19561,'Other',20,0,10008,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19562,'N/A',0,0,10008,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19563,'Yes',0,0,10010,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19564,'No',2,0,10010,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19565,'Other',20,0,10010,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19566,'N/A',0,0,10010,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19567,'Yes',0,0,10011,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19568,'No',2,0,10011,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19569,'Other',20,0,10011,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19570,'N/A',0,0,10011,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19571,'Yes',0,0,10012,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19572,'No',3,0,10012,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19573,'Other',20,0,10012,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19574,'N/A',0,0,10012,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19575,'Yes',0,0,10014,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19576,'No',3,0,10014,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19577,'Other',20,0,10014,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19578,'N/A',0,0,10014,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19579,'N/A',0,0,10014,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19580,'Yes',0,0,10015,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19581,'No',4,0,10015,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19582,'No Disabled',0,0,10015,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19583,'Other',20,0,10015,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19584,'N/A',0,0,10015,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19585,'Yes',0,0,10016,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19586,'No',4,0,10016,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19587,'Other',20,0,10016,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19588,'N/A',0,0,10016,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19589,'Yes',0,0,10017,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19590,'No',3,0,10017,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19591,'Other',20,0,10017,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19592,'N/A',0,0,10017,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19593,'Yes',0,0,10018,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19594,'No',4,0,10018,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19595,'Other',20,0,10018,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19596,'N/A',0,0,10018,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19597,'Yes',0,0,10019,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19598,'No',4,0,10019,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19599,'Other',20,0,10019,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19600,'N/A',0,0,10019,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19601,'Yes',0,0,10020,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19602,'No',5,0,10020,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19603,'Other',20,0,10020,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19604,'N/A',0,0,10020,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19605,'1 Yes',0,0,10021,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19606,'2 Yes',3,0,10021,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19607,'No',6,0,10021,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19608,'Other',20,0,10021,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19609,'N/A',0,0,10021,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19610,'Yes',0,0,10022,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19611,'No',5,0,10022,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19612,'Other',20,0,10022,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19613,'N/A',0,0,10022,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19614,'Yes',0,0,10024,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19615,'Option',5,0,10024,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19616,'No',8,0,10024,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19617,'N/A',0,0,10024,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19618,'Other',20,0,10024,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19619,'Yes 1',1,0,10026,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19620,'Yes 2',0,0,10026,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19621,'No',7,0,10026,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19622,'N/A',0,0,10026,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19623,'Other',20,0,10026,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19624,'Yes',0,0,10028,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19625,'No 1',7,0,10028,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19626,'No 2',7,0,10028,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19627,'Other',20,0,10028,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19628,'N/A',0,0,10028,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19629,'Yes',0,0,10030,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19630,'No 1',5,0,10030,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19631,'No 2',5,0,10030,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19632,'Yes',0,0,10031,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19633,'No',8,0,10031,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19634,'Other',20,0,10031,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19635,'N/A',0,0,10031,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19636,'Yes',0,0,10032,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19637,'No',8,0,10032,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19638,'Other',20,0,10032,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19639,'N/A',0,0,10032,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19640,'Yes',0,0,10033,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19641,'No',8,0,10033,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19642,'Other',20,0,10033,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19643,'N/A',0,0,10033,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19644,'Yes',0,0,10035,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19645,'No',8,0,10035,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19646,'Other',20,0,10035,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19647,'N/A',0,0,10035,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19648,'Yes',0,0,10036,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19649,'No',6,0,10036,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19650,'Other',20,0,10036,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19651,'N/A',0,0,10036,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19652,'Yes',0,0,10038,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19653,'No',4,0,10038,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19654,'No',7,0,10038,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19655,'N/A',0,0,10038,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19656,'Other',20,0,10038,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19657,'Yes',0,0,10039,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19658,'No',6,0,10039,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19659,'NA',0,0,10039,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19660,'Other',20,0,10039,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19661,'Yes',0,0,10040,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19662,'Yes',0,0,10040,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19663,'NA',0,0,10040,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19664,'Other',20,0,10040,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19665,'Yes',1,0,10041,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19666,'No',0,0,10041,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19667,'Other',20,0,10041,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19668,'Yes',0,0,10042,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19669,'No',9,0,10042,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19670,'NA',0,0,10042,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19671,'Other',20,0,10042,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19672,'Yes',0,0,10043,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19673,'No',7,0,10043,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19674,'NA',0,0,10043,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19675,'Other',20,0,10043,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19676,'Yes',0,0,10044,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19677,'No',6,0,10044,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19678,'NA',0,0,10044,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19679,'Other',20,0,10044,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19680,'Yes',0,0,10045,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19681,'No',6,0,10045,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19682,'NA',0,0,10045,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19683,'Other',20,0,10045,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19684,'Yes',0,0,10046,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19685,'No',8,0,10046,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19686,'NA',0,0,10046,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19687,'Other',20,0,10046,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19688,'Yes',3,0,10047,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19689,'Yes',4,0,10047,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19690,'Yes',5,0,10047,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19691,'Other',20,0,10047,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(19692,'Choice 1',10,0,10048,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19693,'Choice 2',9,0,10048,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19694,'Choice 3',8,0,10048,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19695,'Choice 4',7,0,10048,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19696,'Choice 5',6,0,10048,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19697,'Choice 6',5,0,10048,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19698,'Choice 1',10,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19699,'Choice 2',9,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19700,'Choice 3',8,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19701,'Choice 4',7,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19702,'Choice 5',6,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19703,'Choice 6',5,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19704,'Choice 7',4,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19705,'Choice 8',3,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19706,'Choice 9',2,0,10052,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19707,'Yes',0,0,10060,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19708,'Yes',0,0,10060,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19709,'No',5,0,10060,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19710,'N/A',0,0,10060,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19711,'Other',20,0,10060,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19712,'Yes',0,0,10061,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19713,'No',5,0,10061,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19714,'Other',20,0,10061,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19715,'Yes',1,0,10065,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19716,'Yes',0,0,10065,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19717,'No',5,0,10065,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19718,'Other',20,0,10065,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19719,'Yes',0,0,10066,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19720,'No',5,0,10066,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19721,'NA',5,0,10066,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19722,'Other',20,0,10066,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19723,'Yes',0,0,10067,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19724,'No',5,0,10067,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19725,'NA',0,0,10067,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19726,'Other',20,0,10067,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19727,'Choice 6',5,0,10067,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19728,'Yes',0,0,10068,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19729,'No',5,0,10068,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19730,'Other',20,0,10068,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19731,'Yes',0,0,10069,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19732,'No',5,0,10069,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19733,'NA',5,0,10069,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19734,'Other',20,0,10069,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19735,'Yes',0,0,10070,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19736,'No',5,0,10070,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19737,'NA',0,0,10070,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19738,'Other',20,0,10070,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19739,'Yes',0,0,10071,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19740,'No',5,0,10071,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19741,'NA',5,0,10071,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19742,'Other',20,0,10071,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19743,'Director',0,0,10077,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19744,'Owner Landlord',0,0,10077,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19745,'Site Maitenance',0,0,10077,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19746,'Estate Agent',0,0,10077,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19747,'Letting Agent',0,0,10077,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19748,'Other',0,0,10077,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19749,'Property Agent',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19750,'Owner Landlord',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19751,'Site Manager',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19752,'Property Manager',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19753,'Construction Manager',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19754,'Fire Warden',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19755,'Director',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19756,'CEO',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19757,'Other',0,0,10078,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19758,'A Property Within Building Block',0,0,10079,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19759,'All Of The Property',0,0,10079,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19760,'Communal Areas Only',0,0,10079,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19761,'House',0,0,10079,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19762,'Flat',0,0,10079,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19763,'Other',0,0,10079,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19764,'Nebosh',0,0,10086,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19765,'Level 2 Fire Risk Assessor',0,0,10086,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19766,'Competant Person',0,0,10086,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19767,'Fan Heaters',4,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19768,'Electric Heaters',4,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19769,'Gas Heater',5,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19770,'Other Boilers',2,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19771,'Electrical Equipment',3,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19772,'Electrical Leads',3,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19773,'Portable Equipment',3,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19774,'Portable Lighting',2,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19775,'Cooking kitchen Equipment',6,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19776,'Other',20,0,10087,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19777,'Wood/Paper/Cardboard etc',3,0,10089,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19778,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10089,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19779,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10089,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19780,'Waste Material Controlled -in locked wheely bin or store',2,0,10089,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19781,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10089,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19782,'Other',20,0,10089,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19783,'Fan Heaters',4,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19784,'Electric Heaters',4,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19785,'Gas Heater',5,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19786,'Other Boilers',2,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19787,'Electrical Equipment',3,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19788,'Electrical Leads',3,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19789,'Portable Equipment',3,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19790,'Portable Lighting',2,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19791,'Cooking kitchen Equipment',6,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19792,'Other',20,0,10092,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19793,'Wood/Paper/Cardboard etc',3,0,10094,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19794,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10094,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19795,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10094,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19796,'Waste Material Controlled -in locked wheely bin or store',2,0,10094,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19797,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10094,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19798,'Other',20,0,10094,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19799,'Yes',0,0,10097,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19800,'No',2,0,10097,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19801,'Other',20,0,10097,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19802,'N/A',0,0,10097,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19803,'Yes',0,0,10098,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19804,'No',2,0,10098,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19805,'Other',20,0,10098,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19806,'N/A',0,0,10098,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19807,'Yes',0,0,10099,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19808,'No',2,0,10099,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19809,'Other',20,0,10099,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19810,'N/A',0,0,10099,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19811,'Yes',0,0,10101,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19812,'No',2,0,10101,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19813,'Other',20,0,10101,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19814,'N/A',0,0,10101,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19815,'Yes',0,0,10103,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19816,'No',2,0,10103,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19817,'Other',20,0,10103,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19818,'N/A',0,0,10103,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19819,'Yes',0,0,10104,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19820,'No',2,0,10104,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19821,'Other',20,0,10104,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19822,'N/A',0,0,10104,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19823,'Yes',0,0,10105,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19824,'No',3,0,10105,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19825,'Other',20,0,10105,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19826,'N/A',0,0,10105,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19827,'Yes',0,0,10107,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19828,'No',3,0,10107,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19829,'Other',20,0,10107,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19830,'N/A',0,0,10107,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19831,'N/A',0,0,10107,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19832,'Yes',0,0,10108,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19833,'No',4,0,10108,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19834,'No Disabled',0,0,10108,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19835,'Other',20,0,10108,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19836,'N/A',0,0,10108,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19837,'Yes',0,0,10109,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19838,'No',4,0,10109,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19839,'Other',20,0,10109,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19840,'N/A',0,0,10109,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19841,'Yes',0,0,10110,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19842,'No',3,0,10110,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19843,'Other',20,0,10110,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19844,'N/A',0,0,10110,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19845,'Yes',0,0,10111,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19846,'No',4,0,10111,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19847,'Other',20,0,10111,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19848,'N/A',0,0,10111,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19849,'Yes',0,0,10112,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19850,'No',4,0,10112,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19851,'Other',20,0,10112,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19852,'N/A',0,0,10112,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19853,'Yes',0,0,10113,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19854,'No',5,0,10113,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19855,'Other',20,0,10113,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19856,'N/A',0,0,10113,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19857,'1 Yes',0,0,10114,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19858,'2 Yes',3,0,10114,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19859,'No',6,0,10114,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19860,'Other',20,0,10114,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19861,'N/A',0,0,10114,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19862,'Yes',0,0,10115,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19863,'No',5,0,10115,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19864,'Other',20,0,10115,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19865,'N/A',0,0,10115,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19866,'Yes',0,0,10117,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19867,'Option',5,0,10117,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19868,'No',8,0,10117,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(19869,'N/A',0,0,10117,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19870,'Other',20,0,10117,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19871,'Yes 1',1,0,10119,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19872,'Yes 2',0,0,10119,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19873,'No',7,0,10119,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19874,'N/A',0,0,10119,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19875,'Other',20,0,10119,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19876,'Yes',0,0,10121,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19877,'No 1',7,0,10121,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19878,'No 2',7,0,10121,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19879,'Other',20,0,10121,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19880,'N/A',0,0,10121,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19881,'Yes',0,0,10123,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19882,'No 1',5,0,10123,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19883,'No 2',5,0,10123,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19884,'Yes',0,0,10124,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19885,'No',8,0,10124,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19886,'Other',20,0,10124,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19887,'N/A',0,0,10124,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19888,'Yes',0,0,10125,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19889,'No',8,0,10125,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19890,'Other',20,0,10125,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19891,'N/A',0,0,10125,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19892,'Yes',0,0,10126,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19893,'No',8,0,10126,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19894,'Other',20,0,10126,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19895,'N/A',0,0,10126,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19896,'Yes',0,0,10128,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19897,'No',8,0,10128,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19898,'Other',20,0,10128,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19899,'N/A',0,0,10128,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19900,'Yes',0,0,10129,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19901,'No',6,0,10129,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19902,'Other',20,0,10129,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19903,'N/A',0,0,10129,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19904,'Yes',0,0,10131,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19905,'No',4,0,10131,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19906,'No',7,0,10131,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19907,'N/A',0,0,10131,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19908,'Other',20,0,10131,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19909,'Yes',0,0,10132,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19910,'No',6,0,10132,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19911,'NA',0,0,10132,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19912,'Other',20,0,10132,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19913,'Yes',0,0,10133,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19914,'Yes',0,0,10133,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19915,'NA',0,0,10133,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19916,'Other',20,0,10133,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19917,'Yes',1,0,10134,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19918,'No',0,0,10134,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19919,'Other',20,0,10134,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19920,'Yes',0,0,10135,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19921,'No',9,0,10135,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19922,'NA',0,0,10135,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19923,'Other',20,0,10135,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19924,'Yes',0,0,10136,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19925,'No',7,0,10136,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19926,'NA',0,0,10136,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19927,'Other',20,0,10136,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19928,'Yes',0,0,10137,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19929,'No',6,0,10137,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19930,'NA',0,0,10137,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19931,'Other',20,0,10137,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19932,'Yes',0,0,10138,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19933,'No',6,0,10138,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19934,'NA',0,0,10138,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19935,'Other',20,0,10138,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19936,'Yes',0,0,10139,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19937,'No',8,0,10139,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19938,'NA',0,0,10139,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19939,'Other',20,0,10139,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19940,'Yes',3,0,10140,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19941,'Yes',4,0,10140,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19942,'Yes',5,0,10140,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19943,'Other',20,0,10140,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19944,'Detached',1,0,10141,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19945,'Semi Detached',2,0,10141,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19946,'Terraced',3,0,10141,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19947,'Linked-Detached',1,0,10141,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19948,'Other',20,0,10141,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19949,'House',1,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19950,'Bungalow',1,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19951,'Block of Flats - Studios up to 6 Floor Levels',3,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19952,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19953,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19954,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19955,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19956,'Underground Property',1,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19957,'Factory/ Warehouse',3,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19958,'Garage/ Workshop',3,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19959,'Retail Shop',2,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19960,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19961,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19962,'Other',20,0,10142,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19963,'1-5',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19964,'5-10',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19965,'10-15',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19966,'15-20',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19967,'20-25',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19968,'25-30',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19969,'30-35',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19970,'35-40',0,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19971,'Other',20,0,10143,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19972,'1',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19973,'2',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19974,'3',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19975,'4',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19976,'5',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19977,'6',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19978,'7',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19979,'8',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19980,'9',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19981,'10',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19982,'11',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19983,'12',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19984,'13',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19985,'14',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19986,'15',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19987,'16',1,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19988,'N/A',0,0,10146,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19989,'1',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19990,'2',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19991,'3',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19992,'4',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19993,'5',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19994,'6',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19995,'7',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19996,'8',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19997,'9',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19998,'10',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(19999,'11',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20000,'12',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20001,'13',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20002,'14',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20003,'15',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20004,'16',2,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20005,'N/A',0,0,10147,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20006,'Solid concrete all levels',0,0,10148,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20007,'Timber joists all levels',3,0,10148,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20008,'Concrete lowest floor – Timber above higher levels',3,0,10148,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20009,'Other',20,0,10148,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20010,'Wood',2,0,10149,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20011,'Plastics',1,0,10149,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20012,'Aluminium',0,0,10149,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20013,'Stone',0,0,10149,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20014,'Other',20,0,10149,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20015,'Yes',1,0,10151,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20016,'No',3,0,10151,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20017,'Unknown',3,0,10151,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20018,'Yes',1,0,10152,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20019,'No',5,0,10152,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20020,'Unknown',5,0,10152,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20021,'Other',20,0,10153,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20022,'Very Good',1,0,10154,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20023,'Good',1,0,10154,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20024,'Fair',1,0,10154,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20025,'Poor',2,0,10154,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20026,'Very Poor',2,0,10154,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20027,'0%',0,0,10157,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20028,'25%',0,0,10157,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20029,'50%',0,0,10157,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(20030,'Choice 1',10,0,10158,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20031,'Choice 2',9,0,10158,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20032,'Choice 3',8,0,10158,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20033,'Choice 4',7,0,10158,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20034,'Choice 5',6,0,10158,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20035,'Choice 6',5,0,10158,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20036,'Choice 1',10,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20037,'Choice 2',9,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20038,'Choice 3',8,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20039,'Choice 4',7,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20040,'Choice 5',6,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20041,'Choice 6',5,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20042,'Choice 7',4,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20043,'Choice 8',3,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20044,'Choice 9',2,0,10162,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20045,'Yes',0,0,10170,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20046,'Yes',0,0,10170,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20047,'No',5,0,10170,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20048,'N/A',0,0,10170,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20049,'Other',20,0,10170,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20050,'Yes',0,0,10171,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20051,'No',5,0,10171,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20052,'Other',20,0,10171,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20053,'Yes',1,0,10175,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20054,'Yes',0,0,10175,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20055,'No',5,0,10175,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20056,'Other',20,0,10175,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20057,'Yes',0,0,10176,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20058,'No',5,0,10176,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20059,'NA',5,0,10176,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20060,'Other',20,0,10176,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20061,'Yes',0,0,10177,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20062,'No',5,0,10177,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20063,'NA',0,0,10177,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20064,'Other',20,0,10177,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20065,'Choice 6',5,0,10177,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20066,'Yes',0,0,10178,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20067,'No',5,0,10178,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20068,'Other',20,0,10178,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20069,'Yes',0,0,10179,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20070,'No',5,0,10179,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20071,'NA',5,0,10179,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20072,'Other',20,0,10179,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20073,'Yes',0,0,10180,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20074,'No',5,0,10180,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20075,'NA',0,0,10180,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20076,'Other',20,0,10180,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20077,'Yes',0,0,10181,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20078,'No',5,0,10181,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20079,'NA',5,0,10181,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20080,'Other',20,0,10181,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20081,'Director',0,0,10187,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20082,'Owner Landlord',0,0,10187,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20083,'Site Maitenance',0,0,10187,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20084,'Estate Agent',0,0,10187,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20085,'Letting Agent',0,0,10187,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20086,'Other',0,0,10187,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20087,'Property Agent',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20088,'Owner Landlord',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20089,'Site Manager',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20090,'Property Manager',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20091,'Construction Manager',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20092,'Fire Warden',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20093,'Director',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20094,'CEO',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20095,'Other',0,0,10188,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20096,'A Property Within Building Block',0,0,10189,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20097,'All Of The Property',0,0,10189,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20098,'Communal Areas Only',0,0,10189,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20099,'House',0,0,10189,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20100,'Flat',0,0,10189,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20101,'Other',0,0,10189,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20102,'Nebosh',0,0,10196,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20103,'Level 2 Fire Risk Assessor',0,0,10196,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20104,'Competant Person',0,0,10196,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20105,'Fan Heaters',4,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20106,'Electric Heaters',4,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20107,'Gas Heater',5,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20108,'Other Boilers',2,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20109,'Electrical Equipment',3,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20110,'Electrical Leads',3,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20111,'Portable Equipment',3,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20112,'Portable Lighting',2,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20113,'Cooking kitchen Equipment',6,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20114,'Other',20,0,10197,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20115,'Wood/Paper/Cardboard etc',3,0,10199,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20116,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10199,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20117,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10199,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20118,'Waste Material Controlled -in locked wheely bin or store',2,0,10199,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20119,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10199,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20120,'Other',20,0,10199,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20121,'Fan Heaters',4,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20122,'Electric Heaters',4,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20123,'Gas Heater',5,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20124,'Other Boilers',2,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20125,'Electrical Equipment',3,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20126,'Electrical Leads',3,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20127,'Portable Equipment',3,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20128,'Portable Lighting',2,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20129,'Cooking kitchen Equipment',6,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20130,'Other',20,0,10202,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20131,'Wood/Paper/Cardboard etc',3,0,10204,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20132,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10204,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20133,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10204,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20134,'Waste Material Controlled -in locked wheely bin or store',2,0,10204,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20135,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10204,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20136,'Other',20,0,10204,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20137,'Yes',0,0,10207,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20138,'No',2,0,10207,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20139,'Other',20,0,10207,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20140,'N/A',0,0,10207,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20141,'Yes',0,0,10208,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20142,'No',2,0,10208,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20143,'Other',20,0,10208,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20144,'N/A',0,0,10208,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20145,'Yes',0,0,10209,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20146,'No',2,0,10209,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20147,'Other',20,0,10209,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20148,'N/A',0,0,10209,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20149,'Yes',0,0,10211,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20150,'No',2,0,10211,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20151,'Other',20,0,10211,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20152,'N/A',0,0,10211,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20153,'Yes',0,0,10213,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20154,'No',2,0,10213,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20155,'Other',20,0,10213,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20156,'N/A',0,0,10213,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20157,'Yes',0,0,10214,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20158,'No',2,0,10214,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20159,'Other',20,0,10214,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20160,'N/A',0,0,10214,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20161,'Yes',0,0,10215,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20162,'No',3,0,10215,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20163,'Other',20,0,10215,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20164,'N/A',0,0,10215,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20165,'Yes',0,0,10217,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20166,'No',3,0,10217,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20167,'Other',20,0,10217,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20168,'N/A',0,0,10217,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(20169,'N/A',0,0,10217,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20170,'Yes',0,0,10218,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20171,'No',4,0,10218,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20172,'No Disabled',0,0,10218,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20173,'Other',20,0,10218,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20174,'N/A',0,0,10218,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20175,'Yes',0,0,10219,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20176,'No',4,0,10219,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20177,'Other',20,0,10219,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20178,'N/A',0,0,10219,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20179,'Yes',0,0,10220,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20180,'No',3,0,10220,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20181,'Other',20,0,10220,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20182,'N/A',0,0,10220,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20183,'Yes',0,0,10221,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20184,'No',4,0,10221,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20185,'Other',20,0,10221,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20186,'N/A',0,0,10221,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20187,'Yes',0,0,10222,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20188,'No',4,0,10222,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20189,'Other',20,0,10222,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20190,'N/A',0,0,10222,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20191,'Yes',0,0,10223,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20192,'No',5,0,10223,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20193,'Other',20,0,10223,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20194,'N/A',0,0,10223,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20195,'1 Yes',0,0,10224,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20196,'2 Yes',3,0,10224,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20197,'No',6,0,10224,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20198,'Other',20,0,10224,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20199,'N/A',0,0,10224,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20200,'Yes',0,0,10225,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20201,'No',5,0,10225,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20202,'Other',20,0,10225,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20203,'N/A',0,0,10225,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20204,'Yes',0,0,10227,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20205,'Option',5,0,10227,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20206,'No',8,0,10227,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20207,'N/A',0,0,10227,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20208,'Other',20,0,10227,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20209,'Yes 1',1,0,10229,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20210,'Yes 2',0,0,10229,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20211,'No',7,0,10229,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20212,'N/A',0,0,10229,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20213,'Other',20,0,10229,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20214,'Yes',0,0,10231,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20215,'No 1',7,0,10231,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20216,'No 2',7,0,10231,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20217,'Other',20,0,10231,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20218,'N/A',0,0,10231,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20219,'Yes',0,0,10233,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20220,'No 1',5,0,10233,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20221,'No 2',5,0,10233,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20222,'Yes',0,0,10234,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20223,'No',8,0,10234,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20224,'Other',20,0,10234,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20225,'N/A',0,0,10234,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20226,'Yes',0,0,10235,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20227,'No',8,0,10235,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20228,'Other',20,0,10235,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20229,'N/A',0,0,10235,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20230,'Yes',0,0,10236,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20231,'No',8,0,10236,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20232,'Other',20,0,10236,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20233,'N/A',0,0,10236,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20234,'Yes',0,0,10238,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20235,'No',8,0,10238,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20236,'Other',20,0,10238,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20237,'N/A',0,0,10238,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20238,'Yes',0,0,10239,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20239,'No',6,0,10239,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20240,'Other',20,0,10239,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20241,'N/A',0,0,10239,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20242,'Yes',0,0,10241,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20243,'No',4,0,10241,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20244,'No',7,0,10241,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20245,'N/A',0,0,10241,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20246,'Other',20,0,10241,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20247,'Yes',0,0,10242,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20248,'No',6,0,10242,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20249,'NA',0,0,10242,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20250,'Other',20,0,10242,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20251,'Yes',0,0,10243,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20252,'Yes',0,0,10243,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20253,'NA',0,0,10243,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20254,'Other',20,0,10243,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20255,'Yes',1,0,10244,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20256,'No',0,0,10244,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20257,'Other',20,0,10244,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20258,'Yes',0,0,10245,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20259,'No',9,0,10245,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20260,'NA',0,0,10245,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20261,'Other',20,0,10245,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20262,'Yes',0,0,10246,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20263,'No',7,0,10246,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20264,'NA',0,0,10246,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20265,'Other',20,0,10246,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20266,'Yes',0,0,10247,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20267,'No',6,0,10247,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20268,'NA',0,0,10247,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20269,'Other',20,0,10247,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20270,'Yes',0,0,10248,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20271,'No',6,0,10248,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20272,'NA',0,0,10248,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20273,'Other',20,0,10248,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20274,'Yes',0,0,10249,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20275,'No',8,0,10249,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20276,'NA',0,0,10249,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20277,'Other',20,0,10249,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20278,'Yes',3,0,10250,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20279,'Yes',4,0,10250,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20280,'Yes',5,0,10250,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20281,'Other',20,0,10250,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20282,'Detached',1,0,10251,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20283,'Semi Detached',2,0,10251,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20284,'Terraced',3,0,10251,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20285,'Linked-Detached',1,0,10251,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20286,'Other',20,0,10251,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20287,'House',1,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20288,'Bungalow',1,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20289,'Block of Flats - Studios up to 6 Floor Levels',3,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20290,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20291,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20292,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20293,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20294,'Underground Property',1,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20295,'Factory/ Warehouse',3,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20296,'Garage/ Workshop',3,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20297,'Retail Shop',2,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20298,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20299,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20300,'Other',20,0,10252,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20301,'1-5',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20302,'5-10',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20303,'10-15',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20304,'15-20',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20305,'20-25',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20306,'25-30',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20307,'30-35',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20308,'35-40',0,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20309,'Other',20,0,10253,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20310,'1',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20311,'2',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20312,'3',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20313,'4',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20314,'5',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20315,'6',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20316,'7',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20317,'8',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20318,'9',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20319,'10',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20320,'11',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20321,'12',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20322,'13',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20323,'14',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20324,'15',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20325,'16',1,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20326,'N/A',0,0,10256,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20327,'1',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20328,'2',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20329,'3',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20330,'4',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20331,'5',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20332,'6',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20333,'7',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20334,'8',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20335,'9',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20336,'10',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20337,'11',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20338,'12',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20339,'13',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20340,'14',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20341,'15',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20342,'16',2,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20343,'N/A',0,0,10257,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20344,'Solid concrete all levels',0,0,10258,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20345,'Timber joists all levels',3,0,10258,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20346,'Concrete lowest floor – Timber above higher levels',3,0,10258,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20347,'Other',20,0,10258,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20348,'Wood',2,0,10259,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20349,'Plastics',1,0,10259,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20350,'Aluminium',0,0,10259,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20351,'Stone',0,0,10259,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20352,'Other',20,0,10259,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20353,'Yes',1,0,10261,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20354,'No',3,0,10261,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20355,'Unknown',3,0,10261,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20356,'Yes',1,0,10262,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20357,'No',5,0,10262,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20358,'Unknown',5,0,10262,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20359,'Other',20,0,10263,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20360,'Very Good',1,0,10264,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20361,'Good',1,0,10264,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20362,'Fair',1,0,10264,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20363,'Poor',2,0,10264,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20364,'Very Poor',2,0,10264,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20365,'0%',0,0,10267,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20366,'25%',0,0,10267,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20367,'50%',0,0,10267,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20368,'75%',0,0,10267,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20369,'100%',0,0,10267,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(20370,'Choice 1',10,0,10268,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20371,'Choice 2',9,0,10268,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20372,'Choice 3',8,0,10268,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20373,'Choice 4',7,0,10268,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20374,'Choice 5',6,0,10268,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20375,'Choice 6',5,0,10268,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20376,'Choice 1',10,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20377,'Choice 2',9,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20378,'Choice 3',8,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20379,'Choice 4',7,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20380,'Choice 5',6,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20381,'Choice 6',5,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20382,'Choice 7',4,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20383,'Choice 8',3,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20384,'Choice 9',2,0,10272,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20385,'Yes',0,0,10280,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20386,'Yes',0,0,10280,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20387,'No',5,0,10280,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20388,'N/A',0,0,10280,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20389,'Other',20,0,10280,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20390,'Yes',0,0,10281,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20391,'No',5,0,10281,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20392,'Other',20,0,10281,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20393,'Yes',1,0,10285,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20394,'Yes',0,0,10285,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20395,'No',5,0,10285,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20396,'Other',20,0,10285,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20397,'Yes',0,0,10286,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20398,'No',5,0,10286,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20399,'NA',5,0,10286,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20400,'Other',20,0,10286,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20401,'Yes',0,0,10287,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20402,'No',5,0,10287,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20403,'NA',0,0,10287,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20404,'Other',20,0,10287,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20405,'Choice 6',5,0,10287,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20406,'Yes',0,0,10288,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20407,'No',5,0,10288,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20408,'Other',20,0,10288,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20409,'Yes',0,0,10289,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20410,'No',5,0,10289,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20411,'NA',5,0,10289,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20412,'Other',20,0,10289,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20413,'Yes',0,0,10290,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20414,'No',5,0,10290,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20415,'NA',0,0,10290,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20416,'Other',20,0,10290,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20417,'Yes',0,0,10291,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20418,'No',5,0,10291,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20419,'NA',5,0,10291,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20420,'Other',20,0,10291,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20421,'Director',0,0,10297,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20422,'Owner Landlord',0,0,10297,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20423,'Site Maitenance',0,0,10297,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20424,'Estate Agent',0,0,10297,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20425,'Letting Agent',0,0,10297,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20426,'Other',0,0,10297,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20427,'Property Agent',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20428,'Owner Landlord',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20429,'Site Manager',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20430,'Property Manager',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20431,'Construction Manager',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20432,'Fire Warden',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20433,'Director',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20434,'CEO',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20435,'Other',0,0,10298,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20436,'A Property Within Building Block',0,0,10299,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20437,'All Of The Property',0,0,10299,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20438,'Communal Areas Only',0,0,10299,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20439,'House',0,0,10299,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20440,'Flat',0,0,10299,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20441,'Other',0,0,10299,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20442,'Nebosh',0,0,10306,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20443,'Level 2 Fire Risk Assessor',0,0,10306,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20444,'Competant Person',0,0,10306,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20445,'Fan Heaters',4,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20446,'Electric Heaters',4,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20447,'Gas Heater',5,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20448,'Other Boilers',2,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20449,'Electrical Equipment',3,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20450,'Electrical Leads',3,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20451,'Portable Equipment',3,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20452,'Portable Lighting',2,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20453,'Cooking kitchen Equipment',6,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20454,'Other',20,0,10307,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20455,'Wood/Paper/Cardboard etc',3,0,10309,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20456,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10309,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20457,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10309,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20458,'Waste Material Controlled -in locked wheely bin or store',2,0,10309,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20459,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10309,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20460,'Other',20,0,10309,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20461,'Fan Heaters',4,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20462,'Electric Heaters',4,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20463,'Gas Heater',5,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20464,'Other Boilers',2,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20465,'Electrical Equipment',3,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20466,'Electrical Leads',3,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20467,'Portable Equipment',3,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20468,'Portable Lighting',2,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20469,'Cooking kitchen Equipment',6,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20470,'Other',20,0,10312,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20471,'Wood/Paper/Cardboard etc',3,0,10314,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20472,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10314,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20473,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10314,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20474,'Waste Material Controlled -in locked wheely bin or store',2,0,10314,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20475,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10314,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20476,'Other',20,0,10314,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20477,'Yes',0,0,10317,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20478,'No',2,0,10317,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20479,'Other',20,0,10317,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20480,'N/A',0,0,10317,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20481,'Yes',0,0,10318,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20482,'No',2,0,10318,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20483,'Other',20,0,10318,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20484,'N/A',0,0,10318,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20485,'Yes',0,0,10319,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20486,'No',2,0,10319,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20487,'Other',20,0,10319,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20488,'N/A',0,0,10319,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20489,'Yes',0,0,10321,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20490,'No',2,0,10321,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20491,'Other',20,0,10321,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20492,'N/A',0,0,10321,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20493,'Yes',0,0,10323,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20494,'No',2,0,10323,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20495,'Other',20,0,10323,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20496,'N/A',0,0,10323,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20497,'Yes',0,0,10324,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20498,'No',2,0,10324,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20499,'Other',20,0,10324,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20500,'N/A',0,0,10324,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20501,'Yes',0,0,10325,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20502,'No',3,0,10325,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20503,'Other',20,0,10325,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20504,'N/A',0,0,10325,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20505,'Yes',0,0,10327,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20506,'No',3,0,10327,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20507,'Other',20,0,10327,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20508,'N/A',0,0,10327,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20509,'N/A',0,0,10327,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20510,'Yes',0,0,10328,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20511,'No',4,0,10328,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20512,'No Disabled',0,0,10328,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20513,'Other',20,0,10328,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20514,'N/A',0,0,10328,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20515,'Yes',0,0,10329,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20516,'No',4,0,10329,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20517,'Other',20,0,10329,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20518,'N/A',0,0,10329,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20519,'Yes',0,0,10330,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20520,'No',3,0,10330,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20521,'Other',20,0,10330,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20522,'N/A',0,0,10330,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20523,'Yes',0,0,10331,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20524,'No',4,0,10331,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20525,'Other',20,0,10331,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20526,'N/A',0,0,10331,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20527,'Yes',0,0,10332,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20528,'No',4,0,10332,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20529,'Other',20,0,10332,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20530,'N/A',0,0,10332,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20531,'Yes',0,0,10333,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20532,'No',5,0,10333,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20533,'Other',20,0,10333,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20534,'N/A',0,0,10333,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20535,'1 Yes',0,0,10334,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20536,'2 Yes',3,0,10334,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20537,'No',6,0,10334,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20538,'Other',20,0,10334,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20539,'N/A',0,0,10334,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20540,'Yes',0,0,10335,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20541,'No',5,0,10335,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20542,'Other',20,0,10335,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20543,'N/A',0,0,10335,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20544,'Yes',0,0,10337,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20545,'Option',5,0,10337,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20546,'No',8,0,10337,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20547,'N/A',0,0,10337,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20548,'Other',20,0,10337,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20549,'Yes 1',1,0,10339,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20550,'Yes 2',0,0,10339,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20551,'No',7,0,10339,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20552,'N/A',0,0,10339,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20553,'Other',20,0,10339,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20554,'Yes',0,0,10341,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20555,'No 1',7,0,10341,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20556,'No 2',7,0,10341,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20557,'Other',20,0,10341,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20558,'N/A',0,0,10341,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20559,'Yes',0,0,10343,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20560,'No 1',5,0,10343,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20561,'No 2',5,0,10343,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20562,'Yes',0,0,10344,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20563,'No',8,0,10344,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20564,'Other',20,0,10344,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20565,'N/A',0,0,10344,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20566,'Yes',0,0,10345,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20567,'No',8,0,10345,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20568,'Other',20,0,10345,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20569,'N/A',0,0,10345,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20570,'Yes',0,0,10346,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20571,'No',8,0,10346,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20572,'Other',20,0,10346,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20573,'N/A',0,0,10346,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20574,'Yes',0,0,10348,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20575,'No',8,0,10348,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20576,'Other',20,0,10348,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20577,'N/A',0,0,10348,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20578,'Yes',0,0,10349,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20579,'No',6,0,10349,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20580,'Other',20,0,10349,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20581,'N/A',0,0,10349,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20582,'Yes',0,0,10351,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20583,'No',4,0,10351,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20584,'No',7,0,10351,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20585,'N/A',0,0,10351,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20586,'Other',20,0,10351,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20587,'Yes',0,0,10352,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20588,'No',6,0,10352,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20589,'NA',0,0,10352,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20590,'Other',20,0,10352,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20591,'Yes',0,0,10353,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20592,'Yes',0,0,10353,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20593,'NA',0,0,10353,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20594,'Other',20,0,10353,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20595,'Yes',1,0,10354,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20596,'No',0,0,10354,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20597,'Other',20,0,10354,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20598,'Yes',0,0,10355,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20599,'No',9,0,10355,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20600,'NA',0,0,10355,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20601,'Other',20,0,10355,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20602,'Yes',0,0,10356,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20603,'No',7,0,10356,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20604,'NA',0,0,10356,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20605,'Other',20,0,10356,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20606,'Yes',0,0,10357,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20607,'No',6,0,10357,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20608,'NA',0,0,10357,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20609,'Other',20,0,10357,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20610,'Yes',0,0,10358,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(20611,'No',6,0,10358,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20612,'NA',0,0,10358,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20613,'Other',20,0,10358,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20614,'Yes',0,0,10359,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20615,'No',8,0,10359,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20616,'NA',0,0,10359,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20617,'Other',20,0,10359,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20618,'Yes',3,0,10360,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20619,'Yes',4,0,10360,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20620,'Yes',5,0,10360,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20621,'Other',20,0,10360,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20622,'Detached',1,0,10361,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20623,'Semi Detached',2,0,10361,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20624,'Terraced',3,0,10361,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20625,'Linked-Detached',1,0,10361,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20626,'Other',20,0,10361,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20627,'House',1,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20628,'Bungalow',1,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20629,'Block of Flats - Studios up to 6 Floor Levels',3,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20630,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20631,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20632,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20633,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20634,'Underground Property',1,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20635,'Factory/ Warehouse',3,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20636,'Garage/ Workshop',3,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20637,'Retail Shop',2,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20638,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20639,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20640,'Other',20,0,10362,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20641,'1-5',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20642,'5-10',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20643,'10-15',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20644,'15-20',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20645,'20-25',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20646,'25-30',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20647,'30-35',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20648,'35-40',0,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20649,'Other',20,0,10363,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20650,'1',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20651,'2',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20652,'3',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20653,'4',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20654,'5',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20655,'6',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20656,'7',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20657,'8',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20658,'9',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20659,'10',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20660,'11',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20661,'12',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20662,'13',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20663,'14',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20664,'15',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20665,'16',1,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20666,'N/A',0,0,10366,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20667,'1',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20668,'2',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20669,'3',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20670,'4',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20671,'5',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20672,'6',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20673,'7',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20674,'8',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20675,'9',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20676,'10',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20677,'11',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20678,'12',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20679,'13',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20680,'14',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20681,'15',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20682,'16',2,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20683,'N/A',0,0,10367,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20684,'Solid concrete all levels',0,0,10368,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20685,'Timber joists all levels',3,0,10368,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20686,'Concrete lowest floor – Timber above higher levels',3,0,10368,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20687,'Other',20,0,10368,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20688,'Wood',2,0,10369,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20689,'Plastics',1,0,10369,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20690,'Aluminium',0,0,10369,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20691,'Stone',0,0,10369,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20692,'Other',20,0,10369,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20693,'Yes',1,0,10371,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20694,'No',3,0,10371,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20695,'Unknown',3,0,10371,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20696,'Yes',1,0,10372,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20697,'No',5,0,10372,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20698,'Unknown',5,0,10372,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20699,'Other',20,0,10373,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20700,'Very Good',1,0,10374,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20701,'Good',1,0,10374,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20702,'Fair',1,0,10374,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20703,'Poor',2,0,10374,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20704,'Very Poor',2,0,10374,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20705,'0%',0,0,10377,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20706,'25%',0,0,10377,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20707,'50%',0,0,10377,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20708,'75%',0,0,10377,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20709,'100%',0,0,10377,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20710,'0%',0,0,10378,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20711,'25%',1,0,10378,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20712,'50%',1,0,10378,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20713,'75%',1,0,10378,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20714,'100%',1,0,10378,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(20715,'Choice 1',10,0,10379,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20716,'Choice 2',9,0,10379,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20717,'Choice 3',8,0,10379,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20718,'Choice 4',7,0,10379,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20719,'Choice 5',6,0,10379,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20720,'Choice 6',5,0,10379,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20721,'Choice 1',10,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20722,'Choice 2',9,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20723,'Choice 3',8,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20724,'Choice 4',7,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20725,'Choice 5',6,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20726,'Choice 6',5,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20727,'Choice 7',4,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20728,'Choice 8',3,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20729,'Choice 9',2,0,10383,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20730,'Yes',0,0,10391,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20731,'Yes',0,0,10391,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20732,'No',5,0,10391,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20733,'N/A',0,0,10391,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20734,'Other',20,0,10391,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20735,'Yes',0,0,10392,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20736,'No',5,0,10392,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20737,'Other',20,0,10392,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20738,'Yes',1,0,10396,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20739,'Yes',0,0,10396,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20740,'No',5,0,10396,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20741,'Other',20,0,10396,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20742,'Yes',0,0,10397,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20743,'No',5,0,10397,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20744,'NA',5,0,10397,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20745,'Other',20,0,10397,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20746,'Yes',0,0,10398,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20747,'No',5,0,10398,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20748,'NA',0,0,10398,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20749,'Other',20,0,10398,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20750,'Choice 6',5,0,10398,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20751,'Yes',0,0,10399,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20752,'No',5,0,10399,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20753,'Other',20,0,10399,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20754,'Yes',0,0,10400,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20755,'No',5,0,10400,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20756,'NA',5,0,10400,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20757,'Other',20,0,10400,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20758,'Yes',0,0,10401,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20759,'No',5,0,10401,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20760,'NA',0,0,10401,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20761,'Other',20,0,10401,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20762,'Yes',0,0,10402,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20763,'No',5,0,10402,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20764,'NA',5,0,10402,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20765,'Other',20,0,10402,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20766,'Director',0,0,10408,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20767,'Owner Landlord',0,0,10408,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20768,'Site Maitenance',0,0,10408,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20769,'Estate Agent',0,0,10408,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20770,'Letting Agent',0,0,10408,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20771,'Other',0,0,10408,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20772,'Property Agent',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20773,'Owner Landlord',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20774,'Site Manager',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20775,'Property Manager',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20776,'Construction Manager',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20777,'Fire Warden',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20778,'Director',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20779,'CEO',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20780,'Other',0,0,10409,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20781,'A Property Within Building Block',0,0,10410,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20782,'All Of The Property',0,0,10410,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20783,'Communal Areas Only',0,0,10410,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20784,'House',0,0,10410,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20785,'Flat',0,0,10410,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20786,'Other',0,0,10410,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20787,'Nebosh',0,0,10417,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20788,'Level 2 Fire Risk Assessor',0,0,10417,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20789,'Competant Person',0,0,10417,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20790,'Fan Heaters',4,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20791,'Electric Heaters',4,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20792,'Gas Heater',5,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20793,'Other Boilers',2,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20794,'Electrical Equipment',3,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20795,'Electrical Leads',3,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20796,'Portable Equipment',3,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20797,'Portable Lighting',2,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20798,'Cooking kitchen Equipment',6,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20799,'Other',20,0,10418,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20800,'Wood/Paper/Cardboard etc',3,0,10420,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20801,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10420,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20802,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10420,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20803,'Waste Material Controlled -in locked wheely bin or store',2,0,10420,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20804,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10420,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20805,'Other',20,0,10420,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20806,'Fan Heaters',4,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20807,'Electric Heaters',4,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20808,'Gas Heater',5,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20809,'Other Boilers',2,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20810,'Electrical Equipment',3,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20811,'Electrical Leads',3,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20812,'Portable Equipment',3,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20813,'Portable Lighting',2,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20814,'Cooking kitchen Equipment',6,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20815,'Other',20,0,10423,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20816,'Wood/Paper/Cardboard etc',3,0,10425,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20817,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10425,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20818,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10425,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20819,'Waste Material Controlled -in locked wheely bin or store',2,0,10425,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20820,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10425,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20821,'Other',20,0,10425,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20822,'Yes',0,0,10428,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20823,'No',2,0,10428,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20824,'Other',20,0,10428,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20825,'N/A',0,0,10428,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20826,'Yes',0,0,10429,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20827,'No',2,0,10429,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20828,'Other',20,0,10429,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20829,'N/A',0,0,10429,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20830,'Yes',0,0,10430,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20831,'No',2,0,10430,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20832,'Other',20,0,10430,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20833,'N/A',0,0,10430,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20834,'Yes',0,0,10432,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20835,'No',2,0,10432,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20836,'Other',20,0,10432,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20837,'N/A',0,0,10432,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20838,'Yes',0,0,10434,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20839,'No',2,0,10434,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20840,'Other',20,0,10434,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20841,'N/A',0,0,10434,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20842,'Yes',0,0,10435,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20843,'No',2,0,10435,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20844,'Other',20,0,10435,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20845,'N/A',0,0,10435,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20846,'Yes',0,0,10436,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20847,'No',3,0,10436,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20848,'Other',20,0,10436,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20849,'N/A',0,0,10436,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20850,'Yes',0,0,10438,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20851,'No',3,0,10438,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20852,'Other',20,0,10438,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20853,'N/A',0,0,10438,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20854,'N/A',0,0,10438,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20855,'Yes',0,0,10439,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20856,'No',4,0,10439,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20857,'No Disabled',0,0,10439,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20858,'Other',20,0,10439,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20859,'N/A',0,0,10439,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20860,'Yes',0,0,10440,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20861,'No',4,0,10440,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20862,'Other',20,0,10440,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20863,'N/A',0,0,10440,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20864,'Yes',0,0,10441,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20865,'No',3,0,10441,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20866,'Other',20,0,10441,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20867,'N/A',0,0,10441,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20868,'Yes',0,0,10442,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20869,'No',4,0,10442,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20870,'Other',20,0,10442,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20871,'N/A',0,0,10442,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20872,'Yes',0,0,10443,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20873,'No',4,0,10443,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20874,'Other',20,0,10443,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20875,'N/A',0,0,10443,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20876,'Yes',0,0,10444,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20877,'No',5,0,10444,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20878,'Other',20,0,10444,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20879,'N/A',0,0,10444,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20880,'1 Yes',0,0,10445,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20881,'2 Yes',3,0,10445,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20882,'No',6,0,10445,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20883,'Other',20,0,10445,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20884,'N/A',0,0,10445,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20885,'Yes',0,0,10446,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20886,'No',5,0,10446,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20887,'Other',20,0,10446,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20888,'N/A',0,0,10446,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20889,'Yes',0,0,10448,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20890,'Option',5,0,10448,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20891,'No',8,0,10448,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20892,'N/A',0,0,10448,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20893,'Other',20,0,10448,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20894,'Yes 1',1,0,10450,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20895,'Yes 2',0,0,10450,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20896,'No',7,0,10450,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20897,'N/A',0,0,10450,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20898,'Other',20,0,10450,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20899,'Yes',0,0,10452,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20900,'No 1',7,0,10452,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20901,'No 2',7,0,10452,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20902,'Other',20,0,10452,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20903,'N/A',0,0,10452,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20904,'Yes',0,0,10454,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20905,'No 1',5,0,10454,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20906,'No 2',5,0,10454,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20907,'Yes',0,0,10455,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20908,'No',8,0,10455,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20909,'Other',20,0,10455,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20910,'N/A',0,0,10455,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20911,'Yes',0,0,10456,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20912,'No',8,0,10456,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20913,'Other',20,0,10456,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20914,'N/A',0,0,10456,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20915,'Yes',0,0,10457,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20916,'No',8,0,10457,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20917,'Other',20,0,10457,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20918,'N/A',0,0,10457,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20919,'Yes',0,0,10459,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20920,'No',8,0,10459,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20921,'Other',20,0,10459,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20922,'N/A',0,0,10459,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20923,'Yes',0,0,10460,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20924,'No',6,0,10460,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20925,'Other',20,0,10460,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20926,'N/A',0,0,10460,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20927,'Yes',0,0,10462,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20928,'No',4,0,10462,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20929,'No',7,0,10462,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20930,'N/A',0,0,10462,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20931,'Other',20,0,10462,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20932,'Yes',0,0,10463,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20933,'No',6,0,10463,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20934,'NA',0,0,10463,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20935,'Other',20,0,10463,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20936,'Yes',0,0,10464,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20937,'Yes',0,0,10464,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20938,'NA',0,0,10464,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20939,'Other',20,0,10464,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20940,'Yes',1,0,10465,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20941,'No',0,0,10465,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20942,'Other',20,0,10465,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20943,'Yes',0,0,10466,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20944,'No',9,0,10466,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20945,'NA',0,0,10466,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20946,'Other',20,0,10466,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20947,'Yes',0,0,10467,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20948,'No',7,0,10467,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20949,'NA',0,0,10467,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20950,'Other',20,0,10467,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20951,'Yes',0,0,10468,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20952,'No',6,0,10468,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20953,'NA',0,0,10468,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20954,'Other',20,0,10468,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20955,'Yes',0,0,10469,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20956,'No',6,0,10469,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20957,'NA',0,0,10469,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20958,'Other',20,0,10469,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20959,'Yes',0,0,10470,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20960,'No',8,0,10470,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20961,'NA',0,0,10470,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20962,'Other',20,0,10470,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20963,'Yes',3,0,10471,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20964,'Yes',4,0,10471,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20965,'Yes',5,0,10471,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20966,'Other',20,0,10471,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20967,'Detached',1,0,10472,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20968,'Semi Detached',2,0,10472,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20969,'Terraced',3,0,10472,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20970,'Linked-Detached',1,0,10472,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20971,'Other',20,0,10472,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20972,'House',1,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20973,'Bungalow',1,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20974,'Block of Flats - Studios up to 6 Floor Levels',3,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20975,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20976,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20977,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20978,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20979,'Underground Property',1,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20980,'Factory/ Warehouse',3,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20981,'Garage/ Workshop',3,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20982,'Retail Shop',2,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20983,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20984,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20985,'Other',20,0,10473,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20986,'1-5',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20987,'5-10',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20988,'10-15',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20989,'15-20',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20990,'20-25',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20991,'25-30',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20992,'30-35',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20993,'35-40',0,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20994,'Other',20,0,10474,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20995,'1',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20996,'2',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20997,'3',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20998,'4',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(20999,'5',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21000,'6',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21001,'7',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21002,'8',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21003,'9',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21004,'10',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21005,'11',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21006,'12',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21007,'13',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21008,'14',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21009,'15',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21010,'16',1,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21011,'N/A',0,0,10477,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21012,'1',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21013,'2',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21014,'3',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21015,'4',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21016,'5',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21017,'6',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21018,'7',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21019,'8',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21020,'9',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21021,'10',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21022,'11',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21023,'12',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21024,'13',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21025,'14',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21026,'15',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21027,'16',2,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21028,'N/A',0,0,10478,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21029,'Solid concrete all levels',0,0,10479,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21030,'Timber joists all levels',3,0,10479,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21031,'Concrete lowest floor – Timber above higher levels',3,0,10479,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21032,'Other',20,0,10479,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21033,'Wood',2,0,10480,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21034,'Plastics',1,0,10480,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21035,'Aluminium',0,0,10480,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21036,'Stone',0,0,10480,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21037,'Other',20,0,10480,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21038,'Yes',1,0,10482,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21039,'No',3,0,10482,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21040,'Unknown',3,0,10482,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21041,'Yes',1,0,10483,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21042,'No',5,0,10483,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21043,'Unknown',5,0,10483,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21044,'Other',20,0,10484,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21045,'Very Good',1,0,10485,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21046,'Good',1,0,10485,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21047,'Fair',1,0,10485,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21048,'Poor',2,0,10485,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21049,'Very Poor',2,0,10485,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21050,'0%',0,0,10488,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21051,'25%',0,0,10488,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21052,'50%',0,0,10488,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21053,'75%',0,0,10488,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21054,'100%',0,0,10488,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21055,'0%',0,0,10489,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21056,'25%',1,0,10489,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21057,'50%',1,0,10489,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21058,'75%',1,0,10489,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21059,'100%',1,0,10489,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21060,'0%',0,0,10490,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21061,'25%',0,0,10490,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21062,'50%',0,0,10490,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21063,'75%',0,0,10490,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21064,'100%',0,0,10490,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(21065,'Choice 1',10,0,10491,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21066,'Choice 2',9,0,10491,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21067,'Choice 3',8,0,10491,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21068,'Choice 4',7,0,10491,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21069,'Choice 5',6,0,10491,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21070,'Choice 6',5,0,10491,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21071,'Choice 1',10,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21072,'Choice 2',9,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21073,'Choice 3',8,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21074,'Choice 4',7,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21075,'Choice 5',6,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21076,'Choice 6',5,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21077,'Choice 7',4,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21078,'Choice 8',3,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21079,'Choice 9',2,0,10495,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21080,'Yes',0,0,10503,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21081,'Yes',0,0,10503,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21082,'No',5,0,10503,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21083,'N/A',0,0,10503,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21084,'Other',20,0,10503,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21085,'Yes',0,0,10504,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21086,'No',5,0,10504,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21087,'Other',20,0,10504,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21088,'Yes',1,0,10508,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21089,'Yes',0,0,10508,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21090,'No',5,0,10508,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21091,'Other',20,0,10508,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21092,'Yes',0,0,10509,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21093,'No',5,0,10509,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21094,'NA',5,0,10509,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21095,'Other',20,0,10509,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21096,'Yes',0,0,10510,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21097,'No',5,0,10510,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21098,'NA',0,0,10510,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21099,'Other',20,0,10510,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21100,'Choice 6',5,0,10510,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21101,'Yes',0,0,10511,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21102,'No',5,0,10511,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21103,'Other',20,0,10511,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21104,'Yes',0,0,10512,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21105,'No',5,0,10512,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21106,'NA',5,0,10512,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21107,'Other',20,0,10512,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21108,'Yes',0,0,10513,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21109,'No',5,0,10513,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21110,'NA',0,0,10513,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21111,'Other',20,0,10513,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21112,'Yes',0,0,10514,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(21113,'No',5,0,10514,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21114,'NA',5,0,10514,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21115,'Other',20,0,10514,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21116,'Director',0,0,10520,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21117,'Owner Landlord',0,0,10520,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21118,'Site Maitenance',0,0,10520,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21119,'Estate Agent',0,0,10520,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21120,'Letting Agent',0,0,10520,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21121,'Other',0,0,10520,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21122,'Property Agent',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21123,'Owner Landlord',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21124,'Site Manager',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21125,'Property Manager',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21126,'Construction Manager',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21127,'Fire Warden',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21128,'Director',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21129,'CEO',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21130,'Other',0,0,10521,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21131,'A Property Within Building Block',0,0,10522,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21132,'All Of The Property',0,0,10522,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21133,'Communal Areas Only',0,0,10522,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21134,'House',0,0,10522,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21135,'Flat',0,0,10522,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21136,'Other',0,0,10522,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21137,'Nebosh',0,0,10529,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21138,'Level 2 Fire Risk Assessor',0,0,10529,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21139,'Competant Person',0,0,10529,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21140,'Fan Heaters',4,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21141,'Electric Heaters',4,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21142,'Gas Heater',5,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21143,'Other Boilers',2,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21144,'Electrical Equipment',3,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21145,'Electrical Leads',3,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21146,'Portable Equipment',3,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21147,'Portable Lighting',2,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21148,'Cooking kitchen Equipment',6,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21149,'Other',20,0,10530,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21150,'Wood/Paper/Cardboard etc',3,0,10532,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21151,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10532,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21152,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10532,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21153,'Waste Material Controlled -in locked wheely bin or store',2,0,10532,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21154,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10532,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21155,'Other',20,0,10532,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21156,'Fan Heaters',4,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21157,'Electric Heaters',4,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21158,'Gas Heater',5,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21159,'Other Boilers',2,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21160,'Electrical Equipment',3,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21161,'Electrical Leads',3,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21162,'Portable Equipment',3,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21163,'Portable Lighting',2,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21164,'Cooking kitchen Equipment',6,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21165,'Other',20,0,10535,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21166,'Wood/Paper/Cardboard etc',3,0,10537,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21167,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10537,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21168,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10537,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21169,'Waste Material Controlled -in locked wheely bin or store',2,0,10537,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21170,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10537,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21171,'Other',20,0,10537,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21172,'Yes',0,0,10540,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21173,'No',2,0,10540,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21174,'Other',20,0,10540,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21175,'N/A',0,0,10540,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21176,'Yes',0,0,10541,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21177,'No',2,0,10541,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21178,'Other',20,0,10541,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21179,'N/A',0,0,10541,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21180,'Yes',0,0,10542,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21181,'No',2,0,10542,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21182,'Other',20,0,10542,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21183,'N/A',0,0,10542,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21184,'Yes',0,0,10544,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21185,'No',2,0,10544,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21186,'Other',20,0,10544,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21187,'N/A',0,0,10544,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21188,'Yes',0,0,10546,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21189,'No',2,0,10546,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21190,'Other',20,0,10546,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21191,'N/A',0,0,10546,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21192,'Yes',0,0,10547,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21193,'No',2,0,10547,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21194,'Other',20,0,10547,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21195,'N/A',0,0,10547,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21196,'Yes',0,0,10548,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21197,'No',3,0,10548,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21198,'Other',20,0,10548,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21199,'N/A',0,0,10548,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21200,'Yes',0,0,10550,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21201,'No',3,0,10550,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21202,'Other',20,0,10550,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21203,'N/A',0,0,10550,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21204,'N/A',0,0,10550,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21205,'Yes',0,0,10551,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21206,'No',4,0,10551,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21207,'No Disabled',0,0,10551,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21208,'Other',20,0,10551,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21209,'N/A',0,0,10551,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21210,'Yes',0,0,10552,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21211,'No',4,0,10552,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21212,'Other',20,0,10552,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21213,'N/A',0,0,10552,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21214,'Yes',0,0,10553,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21215,'No',3,0,10553,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21216,'Other',20,0,10553,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21217,'N/A',0,0,10553,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21218,'Yes',0,0,10554,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21219,'No',4,0,10554,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21220,'Other',20,0,10554,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21221,'N/A',0,0,10554,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21222,'Yes',0,0,10555,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21223,'No',4,0,10555,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21224,'Other',20,0,10555,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21225,'N/A',0,0,10555,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21226,'Yes',0,0,10556,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21227,'No',5,0,10556,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21228,'Other',20,0,10556,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21229,'N/A',0,0,10556,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21230,'1 Yes',0,0,10557,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21231,'2 Yes',3,0,10557,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21232,'No',6,0,10557,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21233,'Other',20,0,10557,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21234,'N/A',0,0,10557,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21235,'Yes',0,0,10558,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21236,'No',5,0,10558,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21237,'Other',20,0,10558,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21238,'N/A',0,0,10558,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21239,'Yes',0,0,10560,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21240,'Option',5,0,10560,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21241,'No',8,0,10560,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21242,'N/A',0,0,10560,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21243,'Other',20,0,10560,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21244,'Yes 1',1,0,10562,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21245,'Yes 2',0,0,10562,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21246,'No',7,0,10562,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21247,'N/A',0,0,10562,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21248,'Other',20,0,10562,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21249,'Yes',0,0,10564,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21250,'No 1',7,0,10564,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21251,'No 2',7,0,10564,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21252,'Other',20,0,10564,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21253,'N/A',0,0,10564,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21254,'Yes',0,0,10566,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21255,'No 1',5,0,10566,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21256,'No 2',5,0,10566,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21257,'Yes',0,0,10567,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21258,'No',8,0,10567,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21259,'Other',20,0,10567,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21260,'N/A',0,0,10567,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21261,'Yes',0,0,10568,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21262,'No',8,0,10568,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21263,'Other',20,0,10568,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21264,'N/A',0,0,10568,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21265,'Yes',0,0,10569,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21266,'No',8,0,10569,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21267,'Other',20,0,10569,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21268,'N/A',0,0,10569,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21269,'Yes',0,0,10571,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21270,'No',8,0,10571,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21271,'Other',20,0,10571,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21272,'N/A',0,0,10571,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21273,'Yes',0,0,10572,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21274,'No',6,0,10572,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21275,'Other',20,0,10572,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21276,'N/A',0,0,10572,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21277,'Yes',0,0,10574,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21278,'No',4,0,10574,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21279,'No',7,0,10574,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21280,'N/A',0,0,10574,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21281,'Other',20,0,10574,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21282,'Yes',0,0,10575,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21283,'No',6,0,10575,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21284,'NA',0,0,10575,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21285,'Other',20,0,10575,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21286,'Yes',0,0,10576,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21287,'Yes',0,0,10576,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21288,'NA',0,0,10576,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21289,'Other',20,0,10576,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21290,'Yes',1,0,10577,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21291,'No',0,0,10577,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21292,'Other',20,0,10577,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21293,'Yes',0,0,10578,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21294,'No',9,0,10578,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21295,'NA',0,0,10578,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21296,'Other',20,0,10578,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21297,'Yes',0,0,10579,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21298,'No',7,0,10579,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21299,'NA',0,0,10579,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21300,'Other',20,0,10579,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21301,'Yes',0,0,10580,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21302,'No',6,0,10580,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21303,'NA',0,0,10580,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21304,'Other',20,0,10580,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21305,'Yes',0,0,10581,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21306,'No',6,0,10581,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21307,'NA',0,0,10581,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21308,'Other',20,0,10581,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21309,'Yes',0,0,10582,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21310,'No',8,0,10582,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21311,'NA',0,0,10582,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21312,'Other',20,0,10582,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21313,'Yes',3,0,10583,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21314,'Yes',4,0,10583,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21315,'Yes',5,0,10583,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21316,'Other',20,0,10583,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21317,'Detached',1,0,10584,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21318,'Semi Detached',2,0,10584,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21319,'Terraced',3,0,10584,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21320,'Linked-Detached',1,0,10584,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21321,'Other',20,0,10584,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21322,'House',1,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21323,'Bungalow',1,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21324,'Block of Flats - Studios up to 6 Floor Levels',3,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21325,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21326,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21327,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21328,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21329,'Underground Property',1,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21330,'Factory/ Warehouse',3,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21331,'Garage/ Workshop',3,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21332,'Retail Shop',2,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21333,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21334,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21335,'Other',20,0,10585,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21336,'1-5',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21337,'5-10',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21338,'10-15',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21339,'15-20',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21340,'20-25',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21341,'25-30',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21342,'30-35',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21343,'35-40',0,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21344,'Other',20,0,10586,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21345,'1',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21346,'2',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21347,'3',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21348,'4',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21349,'5',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21350,'6',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21351,'7',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21352,'8',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21353,'9',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21354,'10',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21355,'11',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21356,'12',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21357,'13',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21358,'14',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21359,'15',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21360,'16',1,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21361,'N/A',0,0,10589,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21362,'1',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21363,'2',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21364,'3',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21365,'4',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21366,'5',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21367,'6',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21368,'7',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21369,'8',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21370,'9',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21371,'10',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21372,'11',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21373,'12',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21374,'13',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21375,'14',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21376,'15',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21377,'16',2,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21378,'N/A',0,0,10590,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21379,'Solid concrete all levels',0,0,10591,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21380,'Timber joists all levels',3,0,10591,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21381,'Concrete lowest floor – Timber above higher levels',3,0,10591,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21382,'Other',20,0,10591,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21383,'Wood',2,0,10592,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21384,'Plastics',1,0,10592,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21385,'Aluminium',0,0,10592,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21386,'Stone',0,0,10592,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21387,'Other',20,0,10592,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21388,'Yes',1,0,10594,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21389,'No',3,0,10594,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21390,'Unknown',3,0,10594,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21391,'Yes',1,0,10595,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21392,'No',5,0,10595,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21393,'Unknown',5,0,10595,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21394,'Other',20,0,10596,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21395,'Very Good',1,0,10597,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21396,'Good',1,0,10597,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21397,'Fair',1,0,10597,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21398,'Poor',2,0,10597,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21399,'Very Poor',2,0,10597,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21400,'0%',0,0,10600,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21401,'25%',0,0,10600,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21402,'50%',0,0,10600,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21403,'75%',0,0,10600,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21404,'100%',0,0,10600,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21405,'0%',0,0,10601,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21406,'25%',1,0,10601,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21407,'50%',1,0,10601,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21408,'75%',1,0,10601,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21409,'100%',1,0,10601,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21410,'0%',0,0,10602,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21411,'25%',0,0,10602,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21412,'50%',0,0,10602,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21413,'75%',0,0,10602,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21414,'100%',0,0,10602,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21415,'0%',0,0,10603,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21416,'25%',3,0,10603,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21417,'50%',3,0,10603,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21418,'75%',3,0,10603,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21419,'100%',3,0,10603,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(21420,'Choice 1',10,0,10606,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21421,'Choice 2',9,0,10606,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21422,'Choice 3',8,0,10606,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21423,'Choice 4',7,0,10606,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21424,'Choice 5',6,0,10606,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21425,'Choice 6',5,0,10606,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21426,'Choice 1',10,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21427,'Choice 2',9,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21428,'Choice 3',8,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21429,'Choice 4',7,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21430,'Choice 5',6,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21431,'Choice 6',5,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21432,'Choice 7',4,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21433,'Choice 8',3,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21434,'Choice 9',2,0,10610,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21435,'Yes',0,0,10616,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21436,'Yes',0,0,10616,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21437,'No',5,0,10616,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21438,'N/A',0,0,10616,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21439,'Other',20,0,10616,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21440,'Yes',0,0,10617,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21441,'No',5,0,10617,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21442,'Other',20,0,10617,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21443,'Yes',1,0,10621,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21444,'Yes',0,0,10621,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21445,'No',5,0,10621,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21446,'Other',20,0,10621,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21447,'Yes',0,0,10622,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21448,'No',5,0,10622,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21449,'NA',5,0,10622,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21450,'Other',20,0,10622,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21451,'Yes',0,0,10623,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21452,'No',5,0,10623,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21453,'NA',0,0,10623,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21454,'Other',20,0,10623,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21455,'Choice 6',5,0,10623,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21456,'Yes',0,0,10624,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21457,'No',5,0,10624,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21458,'Other',20,0,10624,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21459,'Yes',0,0,10625,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21460,'No',5,0,10625,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21461,'NA',5,0,10625,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21462,'Other',20,0,10625,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21463,'Yes',0,0,10626,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21464,'No',5,0,10626,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21465,'NA',0,0,10626,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21466,'Other',20,0,10626,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21467,'Yes',0,0,10627,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21468,'No',5,0,10627,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21469,'NA',5,0,10627,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21470,'Other',20,0,10627,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21471,'Director',0,0,10633,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21472,'Owner Landlord',0,0,10633,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21473,'Site Maitenance',0,0,10633,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21474,'Estate Agent',0,0,10633,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21475,'Letting Agent',0,0,10633,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21476,'Other',0,0,10633,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21477,'Property Agent',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21478,'Owner Landlord',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21479,'Site Manager',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21480,'Property Manager',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21481,'Construction Manager',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21482,'Fire Warden',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21483,'Director',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21484,'CEO',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21485,'Other',0,0,10634,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21486,'A Property Within Building Block',0,0,10635,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(21487,'All Of The Property',0,0,10635,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21488,'Communal Areas Only',0,0,10635,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21489,'House',0,0,10635,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21490,'Flat',0,0,10635,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21491,'Other',0,0,10635,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21492,'Nebosh',0,0,10642,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21493,'Level 2 Fire Risk Assessor',0,0,10642,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21494,'Competant Person',0,0,10642,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21495,'Fan Heaters',4,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21496,'Electric Heaters',4,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21497,'Gas Heater',5,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21498,'Other Boilers',2,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21499,'Electrical Equipment',3,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21500,'Electrical Leads',3,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21501,'Portable Equipment',3,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21502,'Portable Lighting',2,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21503,'Cooking kitchen Equipment',6,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21504,'Other',20,0,10643,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21505,'Wood/Paper/Cardboard etc',3,0,10645,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21506,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10645,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21507,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10645,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21508,'Waste Material Controlled -in locked wheely bin or store',2,0,10645,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21509,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10645,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21510,'Other',20,0,10645,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21511,'Fan Heaters',4,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21512,'Electric Heaters',4,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21513,'Gas Heater',5,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21514,'Other Boilers',2,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21515,'Electrical Equipment',3,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21516,'Electrical Leads',3,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21517,'Portable Equipment',3,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21518,'Portable Lighting',2,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21519,'Cooking kitchen Equipment',6,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21520,'Other',20,0,10648,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21521,'Wood/Paper/Cardboard etc',3,0,10650,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21522,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10650,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21523,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10650,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21524,'Waste Material Controlled -in locked wheely bin or store',2,0,10650,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21525,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10650,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21526,'Other',20,0,10650,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21527,'Yes',0,0,10653,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21528,'No',2,0,10653,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21529,'Other',20,0,10653,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21530,'N/A',0,0,10653,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21531,'Yes',0,0,10654,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21532,'No',2,0,10654,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21533,'Other',20,0,10654,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21534,'N/A',0,0,10654,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21535,'Yes',0,0,10655,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21536,'No',2,0,10655,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21537,'Other',20,0,10655,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21538,'N/A',0,0,10655,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21539,'Yes',0,0,10657,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21540,'No',2,0,10657,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21541,'Other',20,0,10657,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21542,'N/A',0,0,10657,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21543,'Yes',0,0,10659,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21544,'No',2,0,10659,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21545,'Other',20,0,10659,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21546,'N/A',0,0,10659,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21547,'Yes',0,0,10660,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21548,'No',2,0,10660,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21549,'Other',20,0,10660,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21550,'N/A',0,0,10660,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21551,'Yes',0,0,10661,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21552,'No',3,0,10661,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21553,'Other',20,0,10661,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21554,'N/A',0,0,10661,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21555,'Yes',0,0,10663,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21556,'No',3,0,10663,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21557,'Other',20,0,10663,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21558,'N/A',0,0,10663,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21559,'N/A',0,0,10663,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21560,'Yes',0,0,10664,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21561,'No',4,0,10664,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21562,'No Disabled',0,0,10664,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21563,'Other',20,0,10664,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21564,'N/A',0,0,10664,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21565,'Yes',0,0,10665,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21566,'No',4,0,10665,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21567,'Other',20,0,10665,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21568,'N/A',0,0,10665,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21569,'Yes',0,0,10666,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21570,'No',3,0,10666,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21571,'Other',20,0,10666,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21572,'N/A',0,0,10666,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21573,'Yes',0,0,10667,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21574,'No',4,0,10667,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21575,'Other',20,0,10667,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21576,'N/A',0,0,10667,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21577,'Yes',0,0,10668,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21578,'No',4,0,10668,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21579,'Other',20,0,10668,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21580,'N/A',0,0,10668,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21581,'Yes',0,0,10669,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21582,'No',5,0,10669,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21583,'Other',20,0,10669,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21584,'N/A',0,0,10669,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21585,'1 Yes',0,0,10670,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21586,'2 Yes',3,0,10670,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21587,'No',6,0,10670,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21588,'Other',20,0,10670,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21589,'N/A',0,0,10670,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21590,'Yes',0,0,10671,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21591,'No',5,0,10671,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21592,'Other',20,0,10671,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21593,'N/A',0,0,10671,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21594,'Yes',0,0,10673,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21595,'Option',5,0,10673,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21596,'No',8,0,10673,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21597,'N/A',0,0,10673,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21598,'Other',20,0,10673,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21599,'Yes 1',1,0,10675,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21600,'Yes 2',0,0,10675,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21601,'No',7,0,10675,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21602,'N/A',0,0,10675,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21603,'Other',20,0,10675,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21604,'Yes',0,0,10677,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21605,'No 1',7,0,10677,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21606,'No 2',7,0,10677,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21607,'Other',20,0,10677,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21608,'N/A',0,0,10677,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21609,'Yes',0,0,10679,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21610,'No 1',5,0,10679,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21611,'No 2',5,0,10679,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21612,'Yes',0,0,10680,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21613,'No',8,0,10680,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21614,'Other',20,0,10680,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21615,'N/A',0,0,10680,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21616,'Yes',0,0,10681,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21617,'No',8,0,10681,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21618,'Other',20,0,10681,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21619,'N/A',0,0,10681,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21620,'Yes',0,0,10682,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21621,'No',8,0,10682,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21622,'Other',20,0,10682,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21623,'N/A',0,0,10682,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21624,'Yes',0,0,10684,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21625,'No',8,0,10684,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21626,'Other',20,0,10684,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21627,'N/A',0,0,10684,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21628,'Yes',0,0,10685,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21629,'No',6,0,10685,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21630,'Other',20,0,10685,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21631,'N/A',0,0,10685,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21632,'Yes',0,0,10687,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21633,'No',4,0,10687,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21634,'No',7,0,10687,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21635,'N/A',0,0,10687,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21636,'Other',20,0,10687,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21637,'Yes',0,0,10688,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21638,'No',6,0,10688,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21639,'NA',0,0,10688,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21640,'Other',20,0,10688,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21641,'Yes',0,0,10689,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21642,'Yes',0,0,10689,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21643,'NA',0,0,10689,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21644,'Other',20,0,10689,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21645,'Yes',1,0,10690,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21646,'No',0,0,10690,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21647,'Other',20,0,10690,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21648,'Yes',0,0,10691,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21649,'No',9,0,10691,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21650,'NA',0,0,10691,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21651,'Other',20,0,10691,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21652,'Yes',0,0,10692,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21653,'No',7,0,10692,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21654,'NA',0,0,10692,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21655,'Other',20,0,10692,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21656,'Yes',0,0,10693,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21657,'No',6,0,10693,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21658,'NA',0,0,10693,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21659,'Other',20,0,10693,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21660,'Yes',0,0,10694,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21661,'No',6,0,10694,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21662,'NA',0,0,10694,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21663,'Other',20,0,10694,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21664,'Yes',0,0,10695,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21665,'No',8,0,10695,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21666,'NA',0,0,10695,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21667,'Other',20,0,10695,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21668,'Yes',3,0,10696,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21669,'Yes',4,0,10696,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21670,'Yes',5,0,10696,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21671,'Other',20,0,10696,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21672,'Detached',1,0,10697,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21673,'Semi Detached',2,0,10697,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21674,'Terraced',3,0,10697,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21675,'Linked-Detached',1,0,10697,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21676,'Other',20,0,10697,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21677,'House',1,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21678,'Bungalow',1,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21679,'Block of Flats - Studios up to 6 Floor Levels',3,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21680,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21681,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21682,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21683,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21684,'Underground Property',1,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21685,'Factory/ Warehouse',3,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21686,'Garage/ Workshop',3,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21687,'Retail Shop',2,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21688,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21689,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21690,'Other',20,0,10698,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21691,'1-5',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21692,'5-10',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21693,'10-15',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21694,'15-20',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21695,'20-25',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21696,'25-30',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21697,'30-35',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21698,'35-40',0,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21699,'Other',20,0,10699,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21700,'1',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21701,'2',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21702,'3',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21703,'4',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21704,'5',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21705,'6',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21706,'7',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21707,'8',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21708,'9',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21709,'10',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21710,'11',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21711,'12',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21712,'13',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21713,'14',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21714,'15',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21715,'16',1,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21716,'N/A',0,0,10702,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21717,'1',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21718,'2',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21719,'3',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21720,'4',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21721,'5',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21722,'6',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21723,'7',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21724,'8',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21725,'9',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21726,'10',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21727,'11',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21728,'12',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21729,'13',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21730,'14',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21731,'15',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21732,'16',2,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21733,'N/A',0,0,10703,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21734,'Solid concrete all levels',0,0,10704,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21735,'Timber joists all levels',3,0,10704,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21736,'Concrete lowest floor – Timber above higher levels',3,0,10704,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21737,'Other',20,0,10704,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21738,'Wood',2,0,10705,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21739,'Plastics',1,0,10705,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21740,'Aluminium',0,0,10705,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21741,'Stone',0,0,10705,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21742,'Other',20,0,10705,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21743,'Yes',1,0,10707,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21744,'No',3,0,10707,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21745,'Unknown',3,0,10707,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21746,'Yes',1,0,10708,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21747,'No',5,0,10708,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21748,'Unknown',5,0,10708,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21749,'Other',20,0,10709,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21750,'Very Good',1,0,10710,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21751,'Good',1,0,10710,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21752,'Fair',1,0,10710,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21753,'Poor',2,0,10710,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21754,'Very Poor',2,0,10710,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21755,'0%',0,0,10713,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21756,'25%',0,0,10713,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21757,'50%',0,0,10713,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21758,'75%',0,0,10713,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21759,'100%',0,0,10713,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21760,'0%',0,0,10714,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21761,'25%',1,0,10714,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21762,'50%',1,0,10714,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21763,'75%',1,0,10714,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21764,'100%',1,0,10714,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21765,'0%',0,0,10715,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21766,'25%',0,0,10715,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21767,'50%',0,0,10715,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21768,'75%',0,0,10715,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21769,'100%',0,0,10715,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21770,'0%',0,0,10716,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21771,'25%',3,0,10716,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21772,'50%',3,0,10716,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21773,'75%',3,0,10716,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21774,'100%',3,0,10716,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21775,'0%',0,0,10717,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21776,'25%',1,0,10717,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21777,'50%',1,0,10717,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21778,'75%',1,0,10717,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21779,'100%',1,0,10717,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(21780,'Choice 1',10,0,10720,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21781,'Choice 2',9,0,10720,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21782,'Choice 3',8,0,10720,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21783,'Choice 4',7,0,10720,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21784,'Choice 5',6,0,10720,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21785,'Choice 6',5,0,10720,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21786,'Choice 1',10,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21787,'Choice 2',9,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21788,'Choice 3',8,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21789,'Choice 4',7,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21790,'Choice 5',6,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21791,'Choice 6',5,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21792,'Choice 7',4,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21793,'Choice 8',3,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21794,'Choice 9',2,0,10724,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21795,'Yes',0,0,10730,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21796,'Yes',0,0,10730,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21797,'No',5,0,10730,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21798,'N/A',0,0,10730,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21799,'Other',20,0,10730,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21800,'Yes',0,0,10731,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21801,'No',5,0,10731,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21802,'Other',20,0,10731,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21803,'Yes',1,0,10735,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21804,'Yes',0,0,10735,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21805,'No',5,0,10735,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21806,'Other',20,0,10735,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21807,'Yes',0,0,10736,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21808,'No',5,0,10736,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21809,'NA',5,0,10736,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21810,'Other',20,0,10736,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21811,'Yes',0,0,10737,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21812,'No',5,0,10737,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21813,'NA',0,0,10737,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21814,'Other',20,0,10737,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21815,'Choice 6',5,0,10737,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21816,'Yes',0,0,10738,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21817,'No',5,0,10738,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21818,'Other',20,0,10738,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21819,'Yes',0,0,10739,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21820,'No',5,0,10739,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21821,'NA',5,0,10739,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21822,'Other',20,0,10739,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21823,'Yes',0,0,10740,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21824,'No',5,0,10740,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21825,'NA',0,0,10740,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21826,'Other',20,0,10740,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21827,'Yes',0,0,10741,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21828,'No',5,0,10741,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21829,'NA',5,0,10741,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21830,'Other',20,0,10741,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21831,'Director',0,0,10747,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21832,'Owner Landlord',0,0,10747,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21833,'Site Maitenance',0,0,10747,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21834,'Estate Agent',0,0,10747,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21835,'Letting Agent',0,0,10747,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21836,'Other',0,0,10747,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21837,'Property Agent',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21838,'Owner Landlord',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21839,'Site Manager',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21840,'Property Manager',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21841,'Construction Manager',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21842,'Fire Warden',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21843,'Director',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21844,'CEO',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21845,'Other',0,0,10748,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21846,'A Property Within Building Block',0,0,10749,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21847,'All Of The Property',0,0,10749,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21848,'Communal Areas Only',0,0,10749,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21849,'House',0,0,10749,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21850,'Flat',0,0,10749,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21851,'Other',0,0,10749,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21852,'Nebosh',0,0,10756,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21853,'Level 2 Fire Risk Assessor',0,0,10756,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21854,'Competant Person',0,0,10756,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21855,'Fan Heaters',4,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21856,'Electric Heaters',4,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21857,'Gas Heater',5,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21858,'Other Boilers',2,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21859,'Electrical Equipment',3,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21860,'Electrical Leads',3,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21861,'Portable Equipment',3,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21862,'Portable Lighting',2,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21863,'Cooking kitchen Equipment',6,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21864,'Other',20,0,10757,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21865,'Wood/Paper/Cardboard etc',3,0,10759,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21866,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10759,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21867,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10759,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21868,'Waste Material Controlled -in locked wheely bin or store',2,0,10759,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21869,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10759,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21870,'Other',20,0,10759,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21871,'Fan Heaters',4,0,10762,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21872,'Electric Heaters',4,0,10762,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21873,'Gas Heater',5,0,10762,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21874,'Other Boilers',2,0,10762,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21875,'Electrical Equipment',3,0,10762,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(21876,'Electrical Leads',3,0,10762,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21877,'Portable Equipment',3,0,10762,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21878,'Portable Lighting',2,0,10762,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21879,'Cooking kitchen Equipment',6,0,10762,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21880,'Other',20,0,10762,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21881,'Wood/Paper/Cardboard etc',3,0,10764,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21882,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10764,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21883,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10764,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21884,'Waste Material Controlled -in locked wheely bin or store',2,0,10764,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21885,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10764,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21886,'Other',20,0,10764,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21887,'Yes',0,0,10767,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21888,'No',2,0,10767,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21889,'Other',20,0,10767,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21890,'N/A',0,0,10767,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21891,'Yes',0,0,10768,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21892,'No',2,0,10768,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21893,'Other',20,0,10768,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21894,'N/A',0,0,10768,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21895,'Yes',0,0,10769,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21896,'No',2,0,10769,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21897,'Other',20,0,10769,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21898,'N/A',0,0,10769,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21899,'Yes',0,0,10771,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21900,'No',2,0,10771,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21901,'Other',20,0,10771,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21902,'N/A',0,0,10771,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21903,'Yes',0,0,10773,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21904,'No',2,0,10773,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21905,'Other',20,0,10773,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21906,'N/A',0,0,10773,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21907,'Yes',0,0,10774,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21908,'No',2,0,10774,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21909,'Other',20,0,10774,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21910,'N/A',0,0,10774,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21911,'Yes',0,0,10775,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21912,'No',3,0,10775,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21913,'Other',20,0,10775,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21914,'N/A',0,0,10775,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21915,'Yes',0,0,10777,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21916,'No',3,0,10777,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21917,'Other',20,0,10777,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21918,'N/A',0,0,10777,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21919,'N/A',0,0,10777,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21920,'Yes',0,0,10778,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21921,'No',4,0,10778,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21922,'No Disabled',0,0,10778,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21923,'Other',20,0,10778,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21924,'N/A',0,0,10778,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21925,'Yes',0,0,10779,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21926,'No',4,0,10779,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21927,'Other',20,0,10779,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21928,'N/A',0,0,10779,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21929,'Yes',0,0,10780,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21930,'No',3,0,10780,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21931,'Other',20,0,10780,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21932,'N/A',0,0,10780,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21933,'Yes',0,0,10781,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21934,'No',4,0,10781,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21935,'Other',20,0,10781,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21936,'N/A',0,0,10781,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21937,'Yes',0,0,10782,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21938,'No',4,0,10782,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21939,'Other',20,0,10782,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21940,'N/A',0,0,10782,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21941,'Yes',0,0,10783,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21942,'No',5,0,10783,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21943,'Other',20,0,10783,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21944,'N/A',0,0,10783,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21945,'1 Yes',0,0,10784,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21946,'2 Yes',3,0,10784,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21947,'No',6,0,10784,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21948,'Other',20,0,10784,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21949,'N/A',0,0,10784,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21950,'Yes',0,0,10785,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21951,'No',5,0,10785,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21952,'Other',20,0,10785,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21953,'N/A',0,0,10785,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21954,'Yes',0,0,10787,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21955,'Option',5,0,10787,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21956,'No',8,0,10787,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21957,'N/A',0,0,10787,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21958,'Other',20,0,10787,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21959,'Yes 1',1,0,10789,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21960,'Yes 2',0,0,10789,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21961,'No',7,0,10789,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21962,'N/A',0,0,10789,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21963,'Other',20,0,10789,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21964,'Yes',0,0,10791,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21965,'No 1',7,0,10791,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21966,'No 2',7,0,10791,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21967,'Other',20,0,10791,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21968,'N/A',0,0,10791,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21969,'Yes',0,0,10793,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21970,'No 1',5,0,10793,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21971,'No 2',5,0,10793,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21972,'Yes',0,0,10794,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21973,'No',8,0,10794,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21974,'Other',20,0,10794,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21975,'N/A',0,0,10794,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21976,'Yes',0,0,10795,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21977,'No',8,0,10795,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21978,'Other',20,0,10795,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21979,'N/A',0,0,10795,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21980,'Yes',0,0,10796,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21981,'No',8,0,10796,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21982,'Other',20,0,10796,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21983,'N/A',0,0,10796,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21984,'Yes',0,0,10798,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21985,'No',8,0,10798,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21986,'Other',20,0,10798,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21987,'N/A',0,0,10798,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21988,'Yes',0,0,10799,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21989,'No',6,0,10799,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21990,'Other',20,0,10799,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21991,'N/A',0,0,10799,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21992,'Yes',0,0,10801,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21993,'No',4,0,10801,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21994,'No',7,0,10801,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21995,'N/A',0,0,10801,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21996,'Other',20,0,10801,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21997,'Yes',0,0,10802,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21998,'No',6,0,10802,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(21999,'NA',0,0,10802,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22000,'Other',20,0,10802,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22001,'Yes',0,0,10803,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22002,'Yes',0,0,10803,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22003,'NA',0,0,10803,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22004,'Other',20,0,10803,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22005,'Yes',1,0,10804,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22006,'No',0,0,10804,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22007,'Other',20,0,10804,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22008,'Yes',0,0,10805,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22009,'No',9,0,10805,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22010,'NA',0,0,10805,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22011,'Other',20,0,10805,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22012,'Yes',0,0,10806,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22013,'No',7,0,10806,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22014,'NA',0,0,10806,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22015,'Other',20,0,10806,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22016,'Yes',0,0,10807,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22017,'No',6,0,10807,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22018,'NA',0,0,10807,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22019,'Other',20,0,10807,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22020,'Yes',0,0,10808,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22021,'No',6,0,10808,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22022,'NA',0,0,10808,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22023,'Other',20,0,10808,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22024,'Yes',0,0,10809,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22025,'No',8,0,10809,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22026,'NA',0,0,10809,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22027,'Other',20,0,10809,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22028,'Yes',3,0,10810,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22029,'Yes',4,0,10810,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22030,'Yes',5,0,10810,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22031,'Other',20,0,10810,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22032,'Detached',1,0,10811,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22033,'Semi Detached',2,0,10811,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22034,'Terraced',3,0,10811,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22035,'Linked-Detached',1,0,10811,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22036,'Other',20,0,10811,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22037,'House',1,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22038,'Bungalow',1,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22039,'Block of Flats - Studios up to 6 Floor Levels',3,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22040,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22041,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22042,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22043,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22044,'Underground Property',1,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22045,'Factory/ Warehouse',3,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22046,'Garage/ Workshop',3,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22047,'Retail Shop',2,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22048,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22049,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22050,'Other',20,0,10812,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22051,'1-5',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22052,'5-10',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22053,'10-15',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22054,'15-20',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22055,'20-25',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22056,'25-30',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22057,'30-35',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22058,'35-40',0,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22059,'Other',20,0,10813,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22060,'1',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22061,'2',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22062,'3',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22063,'4',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22064,'5',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22065,'6',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22066,'7',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22067,'8',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22068,'9',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22069,'10',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22070,'11',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22071,'12',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22072,'13',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22073,'14',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22074,'15',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22075,'16',1,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22076,'N/A',0,0,10816,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22077,'1',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22078,'2',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22079,'3',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22080,'4',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22081,'5',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22082,'6',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22083,'7',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22084,'8',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22085,'9',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22086,'10',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22087,'11',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22088,'12',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22089,'13',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22090,'14',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22091,'15',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22092,'16',2,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22093,'N/A',0,0,10817,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22094,'Solid concrete all levels',0,0,10818,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22095,'Timber joists all levels',3,0,10818,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22096,'Concrete lowest floor – Timber above higher levels',3,0,10818,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22097,'Other',20,0,10818,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22098,'Wood',2,0,10819,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22099,'Plastics',1,0,10819,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22100,'Aluminium',0,0,10819,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22101,'Stone',0,0,10819,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22102,'Other',20,0,10819,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22103,'Yes',1,0,10821,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22104,'No',3,0,10821,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22105,'Unknown',3,0,10821,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22106,'Yes',1,0,10822,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22107,'No',5,0,10822,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22108,'Unknown',5,0,10822,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22109,'Other',20,0,10823,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22110,'Very Good',1,0,10824,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22111,'Good',1,0,10824,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22112,'Fair',1,0,10824,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22113,'Poor',2,0,10824,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22114,'Very Poor',2,0,10824,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22115,'0%',0,0,10827,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22116,'25%',0,0,10827,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22117,'50%',0,0,10827,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22118,'75%',0,0,10827,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22119,'100%',0,0,10827,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22120,'0%',0,0,10828,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22121,'25%',1,0,10828,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22122,'50%',1,0,10828,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22123,'75%',1,0,10828,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22124,'100%',1,0,10828,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22125,'0%',0,0,10829,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22126,'25%',0,0,10829,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22127,'50%',0,0,10829,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22128,'75%',0,0,10829,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22129,'100%',0,0,10829,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22130,'0%',0,0,10830,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22131,'25%',3,0,10830,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22132,'50%',3,0,10830,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22133,'75%',3,0,10830,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22134,'100%',3,0,10830,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22135,'0%',0,0,10831,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22136,'25%',1,0,10831,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22137,'50%',1,0,10831,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22138,'75%',1,0,10831,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22139,'100%',1,0,10831,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22140,'0%',0,0,10832,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22141,'25%',5,0,10832,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22142,'50%',5,0,10832,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22143,'75%',5,0,10832,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22144,'100%',5,0,10832,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(22145,'Choice 1',10,0,10835,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22146,'Choice 2',9,0,10835,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22147,'Choice 3',8,0,10835,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22148,'Choice 4',7,0,10835,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22149,'Choice 5',6,0,10835,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22150,'Choice 6',5,0,10835,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22151,'Choice 1',10,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22152,'Choice 2',9,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22153,'Choice 3',8,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22154,'Choice 4',7,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22155,'Choice 5',6,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22156,'Choice 6',5,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22157,'Choice 7',4,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22158,'Choice 8',3,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22159,'Choice 9',2,0,10839,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22160,'Yes',0,0,10845,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22161,'Yes',0,0,10845,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22162,'No',5,0,10845,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22163,'N/A',0,0,10845,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22164,'Other',20,0,10845,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22165,'Yes',0,0,10846,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22166,'No',5,0,10846,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22167,'Other',20,0,10846,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22168,'Yes',1,0,10850,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22169,'Yes',0,0,10850,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22170,'No',5,0,10850,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22171,'Other',20,0,10850,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22172,'Yes',0,0,10851,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22173,'No',5,0,10851,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22174,'NA',5,0,10851,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22175,'Other',20,0,10851,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22176,'Yes',0,0,10852,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22177,'No',5,0,10852,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22178,'NA',0,0,10852,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22179,'Other',20,0,10852,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22180,'Choice 6',5,0,10852,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22181,'Yes',0,0,10853,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22182,'No',5,0,10853,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22183,'Other',20,0,10853,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22184,'Yes',0,0,10854,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22185,'No',5,0,10854,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22186,'NA',5,0,10854,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22187,'Other',20,0,10854,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22188,'Yes',0,0,10855,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22189,'No',5,0,10855,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22190,'NA',0,0,10855,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22191,'Other',20,0,10855,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22192,'Yes',0,0,10856,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22193,'No',5,0,10856,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22194,'NA',5,0,10856,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22195,'Other',20,0,10856,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22196,'Director',0,0,10862,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22197,'Owner Landlord',0,0,10862,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22198,'Site Maitenance',0,0,10862,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22199,'Estate Agent',0,0,10862,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22200,'Letting Agent',0,0,10862,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22201,'Other',0,0,10862,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22202,'Property Agent',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22203,'Owner Landlord',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22204,'Site Manager',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22205,'Property Manager',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22206,'Construction Manager',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22207,'Fire Warden',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22208,'Director',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22209,'CEO',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22210,'Other',0,0,10863,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22211,'A Property Within Building Block',0,0,10864,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22212,'All Of The Property',0,0,10864,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22213,'Communal Areas Only',0,0,10864,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22214,'House',0,0,10864,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22215,'Flat',0,0,10864,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22216,'Other',0,0,10864,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22217,'Nebosh',0,0,10871,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22218,'Level 2 Fire Risk Assessor',0,0,10871,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22219,'Competant Person',0,0,10871,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22220,'Fan Heaters',4,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22221,'Electric Heaters',4,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22222,'Gas Heater',5,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22223,'Other Boilers',2,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22224,'Electrical Equipment',3,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22225,'Electrical Leads',3,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22226,'Portable Equipment',3,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22227,'Portable Lighting',2,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22228,'Cooking kitchen Equipment',6,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22229,'Other',20,0,10872,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22230,'Wood/Paper/Cardboard etc',3,0,10874,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22231,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10874,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22232,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10874,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22233,'Waste Material Controlled -in locked wheely bin or store',2,0,10874,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22234,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10874,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22235,'Other',20,0,10874,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22236,'Fan Heaters',4,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22237,'Electric Heaters',4,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22238,'Gas Heater',5,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22239,'Other Boilers',2,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22240,'Electrical Equipment',3,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22241,'Electrical Leads',3,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22242,'Portable Equipment',3,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22243,'Portable Lighting',2,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22244,'Cooking kitchen Equipment',6,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22245,'Other',20,0,10877,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22246,'Wood/Paper/Cardboard etc',3,0,10879,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22247,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10879,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22248,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10879,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22249,'Waste Material Controlled -in locked wheely bin or store',2,0,10879,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22250,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10879,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22251,'Other',20,0,10879,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22252,'Yes',0,0,10882,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22253,'No',2,0,10882,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22254,'Other',20,0,10882,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22255,'N/A',0,0,10882,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22256,'Yes',0,0,10883,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22257,'No',2,0,10883,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22258,'Other',20,0,10883,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22259,'N/A',0,0,10883,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22260,'Yes',0,0,10884,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22261,'No',2,0,10884,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22262,'Other',20,0,10884,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22263,'N/A',0,0,10884,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22264,'Yes',0,0,10886,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22265,'No',2,0,10886,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22266,'Other',20,0,10886,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22267,'N/A',0,0,10886,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22268,'Yes',0,0,10888,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22269,'No',2,0,10888,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22270,'Other',20,0,10888,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22271,'N/A',0,0,10888,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22272,'Yes',0,0,10889,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22273,'No',2,0,10889,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22274,'Other',20,0,10889,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22275,'N/A',0,0,10889,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22276,'Yes',0,0,10890,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22277,'No',3,0,10890,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22278,'Other',20,0,10890,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22279,'N/A',0,0,10890,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22280,'Yes',0,0,10892,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22281,'No',3,0,10892,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22282,'Other',20,0,10892,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22283,'N/A',0,0,10892,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22284,'N/A',0,0,10892,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22285,'Yes',0,0,10893,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22286,'No',4,0,10893,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22287,'No Disabled',0,0,10893,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22288,'Other',20,0,10893,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22289,'N/A',0,0,10893,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22290,'Yes',0,0,10894,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22291,'No',4,0,10894,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22292,'Other',20,0,10894,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22293,'N/A',0,0,10894,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22294,'Yes',0,0,10895,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22295,'No',3,0,10895,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22296,'Other',20,0,10895,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22297,'N/A',0,0,10895,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22298,'Yes',0,0,10896,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22299,'No',4,0,10896,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22300,'Other',20,0,10896,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22301,'N/A',0,0,10896,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22302,'Yes',0,0,10897,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22303,'No',4,0,10897,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22304,'Other',20,0,10897,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22305,'N/A',0,0,10897,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22306,'Yes',0,0,10898,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22307,'No',5,0,10898,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22308,'Other',20,0,10898,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22309,'N/A',0,0,10898,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22310,'1 Yes',0,0,10899,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22311,'2 Yes',3,0,10899,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22312,'No',6,0,10899,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22313,'Other',20,0,10899,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22314,'N/A',0,0,10899,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22315,'Yes',0,0,10900,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22316,'No',5,0,10900,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22317,'Other',20,0,10900,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22318,'N/A',0,0,10900,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22319,'Yes',0,0,10902,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22320,'Option',5,0,10902,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22321,'No',8,0,10902,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22322,'N/A',0,0,10902,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22323,'Other',20,0,10902,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22324,'Yes 1',1,0,10904,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22325,'Yes 2',0,0,10904,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22326,'No',7,0,10904,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22327,'N/A',0,0,10904,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22328,'Other',20,0,10904,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22329,'Yes',0,0,10906,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22330,'No 1',7,0,10906,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22331,'No 2',7,0,10906,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22332,'Other',20,0,10906,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22333,'N/A',0,0,10906,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22334,'Yes',0,0,10908,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22335,'No 1',5,0,10908,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22336,'No 2',5,0,10908,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22337,'Yes',0,0,10909,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22338,'No',8,0,10909,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22339,'Other',20,0,10909,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22340,'N/A',0,0,10909,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22341,'Yes',0,0,10910,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22342,'No',8,0,10910,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22343,'Other',20,0,10910,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22344,'N/A',0,0,10910,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22345,'Yes',0,0,10911,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22346,'No',8,0,10911,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22347,'Other',20,0,10911,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22348,'N/A',0,0,10911,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22349,'Yes',0,0,10913,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22350,'No',8,0,10913,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22351,'Other',20,0,10913,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22352,'N/A',0,0,10913,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22353,'Yes',0,0,10914,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22354,'No',6,0,10914,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22355,'Other',20,0,10914,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22356,'N/A',0,0,10914,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22357,'Yes',0,0,10916,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22358,'No',4,0,10916,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22359,'No',7,0,10916,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22360,'N/A',0,0,10916,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22361,'Other',20,0,10916,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22362,'Yes',0,0,10917,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22363,'No',6,0,10917,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22364,'NA',0,0,10917,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22365,'Other',20,0,10917,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22366,'Yes',0,0,10918,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22367,'Yes',0,0,10918,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22368,'NA',0,0,10918,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22369,'Other',20,0,10918,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22370,'Yes',1,0,10919,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22371,'No',0,0,10919,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22372,'Other',20,0,10919,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22373,'Yes',0,0,10920,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22374,'No',9,0,10920,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22375,'NA',0,0,10920,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22376,'Other',20,0,10920,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22377,'Yes',0,0,10921,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22378,'No',7,0,10921,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22379,'NA',0,0,10921,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22380,'Other',20,0,10921,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22381,'Yes',0,0,10922,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22382,'No',6,0,10922,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22383,'NA',0,0,10922,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22384,'Other',20,0,10922,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22385,'Yes',0,0,10923,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22386,'No',6,0,10923,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22387,'NA',0,0,10923,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22388,'Other',20,0,10923,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22389,'Yes',0,0,10924,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22390,'No',8,0,10924,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22391,'NA',0,0,10924,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22392,'Other',20,0,10924,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22393,'Yes',3,0,10925,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22394,'Yes',4,0,10925,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22395,'Yes',5,0,10925,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22396,'Other',20,0,10925,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22397,'Detached',1,0,10926,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22398,'Semi Detached',2,0,10926,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22399,'Terraced',3,0,10926,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22400,'Linked-Detached',1,0,10926,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22401,'Other',20,0,10926,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22402,'House',1,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22403,'Bungalow',1,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22404,'Block of Flats - Studios up to 6 Floor Levels',3,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22405,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22406,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22407,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22408,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22409,'Underground Property',1,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22410,'Factory/ Warehouse',3,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22411,'Garage/ Workshop',3,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22412,'Retail Shop',2,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22413,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22414,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22415,'Other',20,0,10927,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22416,'1-5',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22417,'5-10',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22418,'10-15',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22419,'15-20',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22420,'20-25',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22421,'25-30',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22422,'30-35',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22423,'35-40',0,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22424,'Other',20,0,10928,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22425,'1',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22426,'2',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22427,'3',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22428,'4',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22429,'5',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22430,'6',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22431,'7',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22432,'8',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22433,'9',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22434,'10',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22435,'11',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22436,'12',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22437,'13',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22438,'14',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22439,'15',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22440,'16',1,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22441,'N/A',0,0,10931,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22442,'1',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22443,'2',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22444,'3',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22445,'4',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22446,'5',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22447,'6',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22448,'7',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22449,'8',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22450,'9',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22451,'10',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22452,'11',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22453,'12',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22454,'13',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22455,'14',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22456,'15',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22457,'16',2,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22458,'N/A',0,0,10932,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22459,'Solid concrete all levels',0,0,10933,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22460,'Timber joists all levels',3,0,10933,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22461,'Concrete lowest floor – Timber above higher levels',3,0,10933,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22462,'Other',20,0,10933,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22463,'Wood',2,0,10934,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22464,'Plastics',1,0,10934,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22465,'Aluminium',0,0,10934,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22466,'Stone',0,0,10934,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22467,'Other',20,0,10934,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22468,'Yes',1,0,10936,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22469,'No',3,0,10936,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22470,'Unknown',3,0,10936,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22471,'Yes',1,0,10937,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22472,'No',5,0,10937,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22473,'Unknown',5,0,10937,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22474,'Other',20,0,10938,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22475,'Very Good',1,0,10939,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22476,'Good',1,0,10939,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22477,'Fair',1,0,10939,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22478,'Poor',2,0,10939,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22479,'Very Poor',2,0,10939,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22480,'0%',0,0,10942,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22481,'25%',0,0,10942,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22482,'50%',0,0,10942,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22483,'75%',0,0,10942,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22484,'100%',0,0,10942,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22485,'0%',0,0,10943,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22486,'25%',1,0,10943,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22487,'50%',1,0,10943,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22488,'75%',1,0,10943,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22489,'100%',1,0,10943,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22490,'0%',0,0,10944,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22491,'25%',0,0,10944,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22492,'50%',0,0,10944,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22493,'75%',0,0,10944,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22494,'100%',0,0,10944,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22495,'0%',0,0,10945,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22496,'25%',3,0,10945,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22497,'50%',3,0,10945,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22498,'75%',3,0,10945,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22499,'100%',3,0,10945,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22500,'0%',0,0,10946,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22501,'25%',1,0,10946,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22502,'50%',1,0,10946,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22503,'75%',1,0,10946,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22504,'100%',1,0,10946,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22505,'0%',0,0,10947,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22506,'25%',5,0,10947,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22507,'50%',5,0,10947,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22508,'75%',5,0,10947,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22509,'100%',5,0,10947,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22510,'0%',0,0,10948,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22511,'25%',5,0,10948,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22512,'50%',5,0,10948,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22513,'75%',5,0,10948,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22514,'100%',5,0,10948,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(22515,'Choice 1',10,0,10951,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22516,'Choice 2',9,0,10951,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22517,'Choice 3',8,0,10951,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22518,'Choice 4',7,0,10951,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22519,'Choice 5',6,0,10951,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22520,'Choice 6',5,0,10951,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22521,'Choice 1',10,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22522,'Choice 2',9,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22523,'Choice 3',8,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22524,'Choice 4',7,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22525,'Choice 5',6,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22526,'Choice 6',5,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22527,'Choice 7',4,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22528,'Choice 8',3,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22529,'Choice 9',2,0,10955,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22530,'Yes',0,0,10961,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22531,'Yes',0,0,10961,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22532,'No',5,0,10961,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22533,'N/A',0,0,10961,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22534,'Other',20,0,10961,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22535,'Yes',0,0,10962,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22536,'No',5,0,10962,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22537,'Other',20,0,10962,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22538,'Yes',1,0,10966,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22539,'Yes',0,0,10966,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22540,'No',5,0,10966,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22541,'Other',20,0,10966,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22542,'Yes',0,0,10967,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22543,'No',5,0,10967,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22544,'NA',5,0,10967,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22545,'Other',20,0,10967,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22546,'Yes',0,0,10968,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22547,'No',5,0,10968,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22548,'NA',0,0,10968,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22549,'Other',20,0,10968,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22550,'Choice 6',5,0,10968,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22551,'Yes',0,0,10969,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22552,'No',5,0,10969,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22553,'Other',20,0,10969,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22554,'Yes',0,0,10970,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22555,'No',5,0,10970,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22556,'NA',5,0,10970,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22557,'Other',20,0,10970,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22558,'Yes',0,0,10971,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22559,'No',5,0,10971,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22560,'NA',0,0,10971,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22561,'Other',20,0,10971,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22562,'Yes',0,0,10972,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22563,'No',5,0,10972,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22564,'NA',5,0,10972,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22565,'Other',20,0,10972,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22566,'Director',0,0,10978,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22567,'Owner Landlord',0,0,10978,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22568,'Site Maitenance',0,0,10978,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22569,'Estate Agent',0,0,10978,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22570,'Letting Agent',0,0,10978,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22571,'Other',0,0,10978,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22572,'Property Agent',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22573,'Owner Landlord',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22574,'Site Manager',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22575,'Property Manager',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22576,'Construction Manager',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22577,'Fire Warden',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22578,'Director',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22579,'CEO',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22580,'Other',0,0,10979,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22581,'A Property Within Building Block',0,0,10980,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22582,'All Of The Property',0,0,10980,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22583,'Communal Areas Only',0,0,10980,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22584,'House',0,0,10980,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22585,'Flat',0,0,10980,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22586,'Other',0,0,10980,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22587,'Nebosh',0,0,10987,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22588,'Level 2 Fire Risk Assessor',0,0,10987,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22589,'Competant Person',0,0,10987,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22590,'Fan Heaters',4,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22591,'Electric Heaters',4,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22592,'Gas Heater',5,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22593,'Other Boilers',2,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22594,'Electrical Equipment',3,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22595,'Electrical Leads',3,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22596,'Portable Equipment',3,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22597,'Portable Lighting',2,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22598,'Cooking kitchen Equipment',6,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22599,'Other',20,0,10988,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22600,'Wood/Paper/Cardboard etc',3,0,10990,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22601,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10990,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22602,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10990,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22603,'Waste Material Controlled -in locked wheely bin or store',2,0,10990,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22604,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10990,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22605,'Other',20,0,10990,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22606,'Fan Heaters',4,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22607,'Electric Heaters',4,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22608,'Gas Heater',5,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22609,'Other Boilers',2,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22610,'Electrical Equipment',3,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22611,'Electrical Leads',3,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22612,'Portable Equipment',3,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22613,'Portable Lighting',2,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22614,'Cooking kitchen Equipment',6,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22615,'Other',20,0,10993,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22616,'Wood/Paper/Cardboard etc',3,0,10995,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22617,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,10995,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22618,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,10995,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22619,'Waste Material Controlled -in locked wheely bin or store',2,0,10995,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22620,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,10995,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22621,'Other',20,0,10995,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22622,'Yes',0,0,10998,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22623,'No',2,0,10998,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22624,'Other',20,0,10998,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22625,'N/A',0,0,10998,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22626,'Yes',0,0,10999,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22627,'No',2,0,10999,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22628,'Other',20,0,10999,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22629,'N/A',0,0,10999,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22630,'Yes',0,0,11000,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22631,'No',2,0,11000,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22632,'Other',20,0,11000,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22633,'N/A',0,0,11000,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22634,'Yes',0,0,11002,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22635,'No',2,0,11002,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22636,'Other',20,0,11002,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22637,'N/A',0,0,11002,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22638,'Yes',0,0,11004,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22639,'No',2,0,11004,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22640,'Other',20,0,11004,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22641,'N/A',0,0,11004,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22642,'Yes',0,0,11005,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22643,'No',2,0,11005,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22644,'Other',20,0,11005,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22645,'N/A',0,0,11005,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22646,'Yes',0,0,11006,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22647,'No',3,0,11006,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22648,'Other',20,0,11006,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22649,'N/A',0,0,11006,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22650,'Yes',0,0,11008,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22651,'No',3,0,11008,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22652,'Other',20,0,11008,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22653,'N/A',0,0,11008,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22654,'N/A',0,0,11008,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22655,'Yes',0,0,11009,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22656,'No',4,0,11009,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22657,'No Disabled',0,0,11009,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22658,'Other',20,0,11009,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22659,'N/A',0,0,11009,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22660,'Yes',0,0,11010,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22661,'No',4,0,11010,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22662,'Other',20,0,11010,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22663,'N/A',0,0,11010,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22664,'Yes',0,0,11011,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22665,'No',3,0,11011,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22666,'Other',20,0,11011,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22667,'N/A',0,0,11011,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22668,'Yes',0,0,11012,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22669,'No',4,0,11012,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22670,'Other',20,0,11012,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22671,'N/A',0,0,11012,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22672,'Yes',0,0,11013,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22673,'No',4,0,11013,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22674,'Other',20,0,11013,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22675,'N/A',0,0,11013,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22676,'Yes',0,0,11014,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22677,'No',5,0,11014,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22678,'Other',20,0,11014,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(22679,'N/A',0,0,11014,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22680,'1 Yes',0,0,11015,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22681,'2 Yes',3,0,11015,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22682,'No',6,0,11015,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22683,'Other',20,0,11015,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22684,'N/A',0,0,11015,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22685,'Yes',0,0,11016,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22686,'No',5,0,11016,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22687,'Other',20,0,11016,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22688,'N/A',0,0,11016,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22689,'Yes',0,0,11018,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22690,'Option',5,0,11018,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22691,'No',8,0,11018,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22692,'N/A',0,0,11018,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22693,'Other',20,0,11018,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22694,'Yes 1',1,0,11020,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22695,'Yes 2',0,0,11020,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22696,'No',7,0,11020,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22697,'N/A',0,0,11020,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22698,'Other',20,0,11020,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22699,'Yes',0,0,11022,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22700,'No 1',7,0,11022,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22701,'No 2',7,0,11022,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22702,'Other',20,0,11022,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22703,'N/A',0,0,11022,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22704,'Yes',0,0,11024,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22705,'No 1',5,0,11024,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22706,'No 2',5,0,11024,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22707,'Yes',0,0,11025,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22708,'No',8,0,11025,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22709,'Other',20,0,11025,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22710,'N/A',0,0,11025,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22711,'Yes',0,0,11026,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22712,'No',8,0,11026,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22713,'Other',20,0,11026,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22714,'N/A',0,0,11026,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22715,'Yes',0,0,11027,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22716,'No',8,0,11027,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22717,'Other',20,0,11027,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22718,'N/A',0,0,11027,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22719,'Yes',0,0,11029,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22720,'No',8,0,11029,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22721,'Other',20,0,11029,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22722,'N/A',0,0,11029,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22723,'Yes',0,0,11030,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22724,'No',6,0,11030,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22725,'Other',20,0,11030,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22726,'N/A',0,0,11030,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22727,'Yes',0,0,11032,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22728,'No',4,0,11032,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22729,'No',7,0,11032,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22730,'N/A',0,0,11032,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22731,'Other',20,0,11032,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22732,'Yes',0,0,11033,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22733,'No',6,0,11033,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22734,'NA',0,0,11033,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22735,'Other',20,0,11033,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22736,'Yes',0,0,11034,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22737,'Yes',0,0,11034,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22738,'NA',0,0,11034,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22739,'Other',20,0,11034,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22740,'Yes',1,0,11035,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22741,'No',0,0,11035,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22742,'Other',20,0,11035,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22743,'Yes',0,0,11036,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22744,'No',9,0,11036,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22745,'NA',0,0,11036,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22746,'Other',20,0,11036,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22747,'Yes',0,0,11037,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22748,'No',7,0,11037,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22749,'NA',0,0,11037,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22750,'Other',20,0,11037,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22751,'Yes',0,0,11038,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22752,'No',6,0,11038,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22753,'NA',0,0,11038,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22754,'Other',20,0,11038,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22755,'Yes',0,0,11039,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22756,'No',6,0,11039,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22757,'NA',0,0,11039,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22758,'Other',20,0,11039,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22759,'Yes',0,0,11040,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22760,'No',8,0,11040,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22761,'NA',0,0,11040,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22762,'Other',20,0,11040,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22763,'Yes',3,0,11041,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22764,'Yes',4,0,11041,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22765,'Yes',5,0,11041,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22766,'Other',20,0,11041,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22767,'Detached',1,0,11042,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22768,'Semi Detached',2,0,11042,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22769,'Terraced',3,0,11042,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22770,'Linked-Detached',1,0,11042,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22771,'Other',20,0,11042,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22772,'House',1,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22773,'Bungalow',1,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22774,'Block of Flats - Studios up to 6 Floor Levels',3,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22775,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22776,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22777,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22778,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22779,'Underground Property',1,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22780,'Factory/ Warehouse',3,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22781,'Garage/ Workshop',3,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22782,'Retail Shop',2,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22783,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22784,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22785,'Other',20,0,11043,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22786,'1-5',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22787,'5-10',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22788,'10-15',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22789,'15-20',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22790,'20-25',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22791,'25-30',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22792,'30-35',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22793,'35-40',0,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22794,'Other',20,0,11044,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22795,'1',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22796,'2',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22797,'3',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22798,'4',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22799,'5',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22800,'6',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22801,'7',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22802,'8',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22803,'9',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22804,'10',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22805,'11',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22806,'12',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22807,'13',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22808,'14',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22809,'15',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22810,'16',1,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22811,'N/A',0,0,11047,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22812,'1',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22813,'2',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22814,'3',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22815,'4',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22816,'5',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22817,'6',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22818,'7',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22819,'8',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22820,'9',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22821,'10',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22822,'11',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22823,'12',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22824,'13',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22825,'14',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22826,'15',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22827,'16',2,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22828,'N/A',0,0,11048,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22829,'Solid concrete all levels',0,0,11049,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22830,'Timber joists all levels',3,0,11049,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22831,'Concrete lowest floor – Timber above higher levels',3,0,11049,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22832,'Other',20,0,11049,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22833,'Wood',2,0,11050,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22834,'Plastics',1,0,11050,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22835,'Aluminium',0,0,11050,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22836,'Stone',0,0,11050,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22837,'Other',20,0,11050,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22838,'Yes',1,0,11052,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22839,'No',3,0,11052,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22840,'Unknown',3,0,11052,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22841,'Yes',1,0,11053,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22842,'No',5,0,11053,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22843,'Unknown',5,0,11053,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22844,'Other',20,0,11054,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22845,'Very Good',1,0,11055,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22846,'Good',1,0,11055,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22847,'Fair',1,0,11055,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22848,'Poor',2,0,11055,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22849,'Very Poor',2,0,11055,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22850,'0%',0,0,11058,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22851,'25%',0,0,11058,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22852,'50%',0,0,11058,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22853,'75%',0,0,11058,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22854,'100%',0,0,11058,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22855,'0%',0,0,11059,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22856,'25%',1,0,11059,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22857,'50%',1,0,11059,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22858,'75%',1,0,11059,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22859,'100%',1,0,11059,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22860,'0%',0,0,11060,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22861,'25%',0,0,11060,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22862,'50%',0,0,11060,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22863,'75%',0,0,11060,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22864,'100%',0,0,11060,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22865,'0%',0,0,11061,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22866,'25%',3,0,11061,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22867,'50%',3,0,11061,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22868,'75%',3,0,11061,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22869,'100%',3,0,11061,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22870,'0%',0,0,11062,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22871,'25%',1,0,11062,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22872,'50%',1,0,11062,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22873,'75%',1,0,11062,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22874,'100%',1,0,11062,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22875,'0%',0,0,11063,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22876,'25%',5,0,11063,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22877,'50%',5,0,11063,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22878,'75%',5,0,11063,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22879,'100%',5,0,11063,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22880,'0%',0,0,11064,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22881,'25%',5,0,11064,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22882,'50%',5,0,11064,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22883,'75%',5,0,11064,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22884,'100%',5,0,11064,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(22885,'Choice 1',10,0,11067,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22886,'Choice 2',9,0,11067,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22887,'Choice 3',8,0,11067,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22888,'Choice 4',7,0,11067,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22889,'Choice 5',6,0,11067,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22890,'Choice 6',5,0,11067,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22891,'Choice 1',10,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22892,'Choice 2',9,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22893,'Choice 3',8,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22894,'Choice 4',7,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22895,'Choice 5',6,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22896,'Choice 6',5,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22897,'Choice 7',4,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22898,'Choice 8',3,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22899,'Choice 9',2,0,11071,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22900,'Yes',0,0,11077,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22901,'Yes',0,0,11077,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22902,'No',5,0,11077,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22903,'N/A',0,0,11077,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22904,'Other',20,0,11077,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22905,'Yes',0,0,11078,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22906,'No',5,0,11078,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22907,'Other',20,0,11078,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22908,'Yes',1,0,11082,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22909,'Yes',0,0,11082,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22910,'No',5,0,11082,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22911,'Other',20,0,11082,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22912,'Yes',0,0,11083,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22913,'No',5,0,11083,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22914,'NA',5,0,11083,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22915,'Other',20,0,11083,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22916,'Yes',0,0,11084,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22917,'No',5,0,11084,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22918,'NA',0,0,11084,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22919,'Other',20,0,11084,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22920,'Choice 6',5,0,11084,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22921,'Yes',0,0,11085,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22922,'No',5,0,11085,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22923,'Other',20,0,11085,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22924,'Yes',0,0,11086,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22925,'No',5,0,11086,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22926,'NA',5,0,11086,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22927,'Other',20,0,11086,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22928,'Yes',0,0,11087,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22929,'No',5,0,11087,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22930,'NA',0,0,11087,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22931,'Other',20,0,11087,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22932,'Yes',0,0,11088,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22933,'No',5,0,11088,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22934,'NA',5,0,11088,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22935,'Other',20,0,11088,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22936,'Director',0,0,11094,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22937,'Owner Landlord',0,0,11094,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22938,'Site Maitenance',0,0,11094,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22939,'Estate Agent',0,0,11094,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22940,'Letting Agent',0,0,11094,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22941,'Other',0,0,11094,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22942,'Property Agent',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22943,'Owner Landlord',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22944,'Site Manager',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22945,'Property Manager',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22946,'Construction Manager',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22947,'Fire Warden',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22948,'Director',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22949,'CEO',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22950,'Other',0,0,11095,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22951,'A Property Within Building Block',0,0,11096,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22952,'All Of The Property',0,0,11096,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22953,'Communal Areas Only',0,0,11096,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22954,'House',0,0,11096,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22955,'Flat',0,0,11096,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22956,'Other',0,0,11096,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22957,'Nebosh',0,0,11103,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22958,'Level 2 Fire Risk Assessor',0,0,11103,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22959,'Competant Person',0,0,11103,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22960,'Fan Heaters',4,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22961,'Electric Heaters',4,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22962,'Gas Heater',5,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22963,'Other Boilers',2,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22964,'Electrical Equipment',3,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22965,'Electrical Leads',3,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22966,'Portable Equipment',3,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22967,'Portable Lighting',2,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22968,'Cooking kitchen Equipment',6,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22969,'Other',20,0,11104,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22970,'Wood/Paper/Cardboard etc',3,0,11106,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22971,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11106,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22972,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11106,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22973,'Waste Material Controlled -in locked wheely bin or store',2,0,11106,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22974,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11106,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22975,'Other',20,0,11106,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22976,'Fan Heaters',4,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22977,'Electric Heaters',4,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22978,'Gas Heater',5,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22979,'Other Boilers',2,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22980,'Electrical Equipment',3,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22981,'Electrical Leads',3,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22982,'Portable Equipment',3,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22983,'Portable Lighting',2,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22984,'Cooking kitchen Equipment',6,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22985,'Other',20,0,11109,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22986,'Wood/Paper/Cardboard etc',3,0,11111,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22987,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11111,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22988,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11111,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22989,'Waste Material Controlled -in locked wheely bin or store',2,0,11111,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22990,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11111,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22991,'Other',20,0,11111,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22992,'Yes',0,0,11114,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22993,'No',2,0,11114,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22994,'Other',20,0,11114,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22995,'N/A',0,0,11114,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22996,'Yes',0,0,11115,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22997,'No',2,0,11115,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22998,'Other',20,0,11115,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(22999,'N/A',0,0,11115,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23000,'Yes',0,0,11116,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23001,'No',2,0,11116,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23002,'Other',20,0,11116,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23003,'N/A',0,0,11116,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23004,'Yes',0,0,11118,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23005,'No',2,0,11118,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23006,'Other',20,0,11118,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23007,'N/A',0,0,11118,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23008,'Yes',0,0,11120,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23009,'No',2,0,11120,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23010,'Other',20,0,11120,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23011,'N/A',0,0,11120,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23012,'Yes',0,0,11121,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23013,'No',2,0,11121,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23014,'Other',20,0,11121,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23015,'N/A',0,0,11121,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23016,'Yes',0,0,11122,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23017,'No',3,0,11122,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23018,'Other',20,0,11122,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23019,'N/A',0,0,11122,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23020,'Yes',0,0,11124,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23021,'No',3,0,11124,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23022,'Other',20,0,11124,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23023,'N/A',0,0,11124,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23024,'N/A',0,0,11124,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23025,'Yes',0,0,11125,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23026,'No',4,0,11125,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23027,'No Disabled',0,0,11125,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23028,'Other',20,0,11125,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23029,'N/A',0,0,11125,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23030,'Yes',0,0,11126,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23031,'No',4,0,11126,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23032,'Other',20,0,11126,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23033,'N/A',0,0,11126,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23034,'Yes',0,0,11127,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23035,'No',3,0,11127,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23036,'Other',20,0,11127,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23037,'N/A',0,0,11127,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23038,'Yes',0,0,11128,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23039,'No',4,0,11128,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23040,'Other',20,0,11128,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23041,'N/A',0,0,11128,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23042,'Yes',0,0,11129,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23043,'No',4,0,11129,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23044,'Other',20,0,11129,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23045,'N/A',0,0,11129,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23046,'Yes',0,0,11130,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23047,'No',5,0,11130,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23048,'Other',20,0,11130,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23049,'N/A',0,0,11130,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23050,'1 Yes',0,0,11131,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23051,'2 Yes',3,0,11131,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23052,'No',6,0,11131,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23053,'Other',20,0,11131,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23054,'N/A',0,0,11131,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23055,'Yes',0,0,11132,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23056,'No',5,0,11132,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23057,'Other',20,0,11132,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23058,'N/A',0,0,11132,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23059,'Yes',0,0,11134,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23060,'Option',5,0,11134,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23061,'No',8,0,11134,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23062,'N/A',0,0,11134,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23063,'Other',20,0,11134,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23064,'Yes 1',1,0,11136,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23065,'Yes 2',0,0,11136,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23066,'No',7,0,11136,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23067,'N/A',0,0,11136,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23068,'Other',20,0,11136,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23069,'Yes',0,0,11138,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23070,'No 1',7,0,11138,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23071,'No 2',7,0,11138,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23072,'Other',20,0,11138,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23073,'N/A',0,0,11138,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23074,'Yes',0,0,11140,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23075,'No 1',5,0,11140,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23076,'No 2',5,0,11140,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23077,'Yes',0,0,11141,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23078,'No',8,0,11141,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23079,'Other',20,0,11141,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23080,'N/A',0,0,11141,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23081,'Yes',0,0,11142,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23082,'No',8,0,11142,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23083,'Other',20,0,11142,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23084,'N/A',0,0,11142,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23085,'Yes',0,0,11143,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23086,'No',8,0,11143,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23087,'Other',20,0,11143,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23088,'N/A',0,0,11143,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23089,'Yes',0,0,11145,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23090,'No',8,0,11145,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23091,'Other',20,0,11145,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23092,'N/A',0,0,11145,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23093,'Yes',0,0,11146,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23094,'No',6,0,11146,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23095,'Other',20,0,11146,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23096,'N/A',0,0,11146,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23097,'Yes',0,0,11148,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23098,'No',4,0,11148,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23099,'No',7,0,11148,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23100,'N/A',0,0,11148,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23101,'Other',20,0,11148,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23102,'Yes',0,0,11149,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23103,'No',6,0,11149,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23104,'NA',0,0,11149,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23105,'Other',20,0,11149,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23106,'Yes',0,0,11150,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23107,'Yes',0,0,11150,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23108,'NA',0,0,11150,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23109,'Other',20,0,11150,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23110,'Yes',1,0,11151,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23111,'No',0,0,11151,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23112,'Other',20,0,11151,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23113,'Yes',0,0,11152,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23114,'No',9,0,11152,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23115,'NA',0,0,11152,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23116,'Other',20,0,11152,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23117,'Yes',0,0,11153,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23118,'No',7,0,11153,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23119,'NA',0,0,11153,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23120,'Other',20,0,11153,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23121,'Yes',0,0,11154,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23122,'No',6,0,11154,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23123,'NA',0,0,11154,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23124,'Other',20,0,11154,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23125,'Yes',0,0,11155,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23126,'No',6,0,11155,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23127,'NA',0,0,11155,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23128,'Other',20,0,11155,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23129,'Yes',0,0,11156,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23130,'No',8,0,11156,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23131,'NA',0,0,11156,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23132,'Other',20,0,11156,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23133,'Yes',3,0,11157,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23134,'Yes',4,0,11157,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23135,'Yes',5,0,11157,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23136,'Other',20,0,11157,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23137,'Detached',1,0,11158,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23138,'Semi Detached',2,0,11158,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23139,'Terraced',3,0,11158,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23140,'Linked-Detached',1,0,11158,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23141,'Other',20,0,11158,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23142,'House',1,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23143,'Bungalow',1,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23144,'Block of Flats - Studios up to 6 Floor Levels',3,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23145,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23146,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23147,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23148,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23149,'Underground Property',1,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23150,'Factory/ Warehouse',3,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23151,'Garage/ Workshop',3,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23152,'Retail Shop',2,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23153,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23154,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23155,'Other',20,0,11159,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23156,'1-5',0,0,11160,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23157,'5-10',0,0,11160,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(23158,'10-15',0,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23159,'15-20',0,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23160,'20-25',0,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23161,'25-30',0,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23162,'30-35',0,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23163,'35-40',0,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23164,'Other',20,0,11160,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23165,'1',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23166,'2',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23167,'3',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23168,'4',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23169,'5',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23170,'6',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23171,'7',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23172,'8',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23173,'9',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23174,'10',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23175,'11',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23176,'12',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23177,'13',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23178,'14',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23179,'15',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23180,'16',1,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23181,'N/A',0,0,11163,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23182,'1',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23183,'2',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23184,'3',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23185,'4',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23186,'5',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23187,'6',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23188,'7',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23189,'8',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23190,'9',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23191,'10',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23192,'11',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23193,'12',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23194,'13',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23195,'14',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23196,'15',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23197,'16',2,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23198,'N/A',0,0,11164,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23199,'Solid concrete all levels',0,0,11165,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23200,'Timber joists all levels',3,0,11165,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23201,'Concrete lowest floor – Timber above higher levels',3,0,11165,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23202,'Other',20,0,11165,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23203,'Wood',2,0,11166,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23204,'Plastics',1,0,11166,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23205,'Aluminium',0,0,11166,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23206,'Stone',0,0,11166,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23207,'Other',20,0,11166,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23208,'Yes',1,0,11168,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23209,'No',3,0,11168,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23210,'Unknown',3,0,11168,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23211,'Yes',1,0,11169,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23212,'No',5,0,11169,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23213,'Unknown',5,0,11169,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23214,'Other',20,0,11170,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23215,'Very Good',1,0,11171,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23216,'Good',1,0,11171,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23217,'Fair',1,0,11171,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23218,'Poor',2,0,11171,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23219,'Very Poor',2,0,11171,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23220,'0%',0,0,11174,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23221,'25%',0,0,11174,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23222,'50%',0,0,11174,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23223,'75%',0,0,11174,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23224,'100%',0,0,11174,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23225,'0%',0,0,11175,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23226,'25%',1,0,11175,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23227,'50%',1,0,11175,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23228,'75%',1,0,11175,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23229,'100%',1,0,11175,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23230,'0%',0,0,11176,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23231,'25%',0,0,11176,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23232,'50%',0,0,11176,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23233,'75%',0,0,11176,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23234,'100%',0,0,11176,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23235,'0%',0,0,11177,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23236,'25%',3,0,11177,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23237,'50%',3,0,11177,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23238,'75%',3,0,11177,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23239,'100%',3,0,11177,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23240,'0%',0,0,11178,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23241,'25%',1,0,11178,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23242,'50%',1,0,11178,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23243,'75%',1,0,11178,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23244,'100%',1,0,11178,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23245,'0%',0,0,11179,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23246,'25%',5,0,11179,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23247,'50%',5,0,11179,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23248,'75%',5,0,11179,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23249,'100%',5,0,11179,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23250,'0%',0,0,11180,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23251,'25%',5,0,11180,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23252,'50%',5,0,11180,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23253,'75%',5,0,11180,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23254,'100%',5,0,11180,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23255,'0%',0,0,11181,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23256,'25%',1,0,11181,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23257,'50%',1,0,11181,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23258,'75%',1,0,11181,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23259,'100%',1,0,11181,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(23260,'Choice 1',10,0,11184,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23261,'Choice 2',9,0,11184,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23262,'Choice 3',8,0,11184,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23263,'Choice 4',7,0,11184,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23264,'Choice 5',6,0,11184,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23265,'Choice 6',5,0,11184,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23266,'Choice 1',10,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23267,'Choice 2',9,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23268,'Choice 3',8,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23269,'Choice 4',7,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23270,'Choice 5',6,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23271,'Choice 6',5,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23272,'Choice 7',4,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23273,'Choice 8',3,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23274,'Choice 9',2,0,11188,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23275,'Yes',0,0,11189,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23276,'No',2,0,11189,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23277,'Other',20,0,11189,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23278,'N/A',0,0,11189,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23279,'Yes',0,0,11190,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23280,'No',2,0,11190,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23281,'Other',20,0,11190,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23282,'N/A',0,0,11190,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23283,'Yes',0,0,11194,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23284,'No',2,0,11194,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23285,'Other',20,0,11194,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23286,'N/A',0,0,11194,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23287,'Yes',0,0,11198,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23288,'No',2,0,11198,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23289,'Other',20,0,11198,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23290,'N/A',0,0,11198,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23291,'Yes',0,0,11201,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23292,'Yes',0,0,11200,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23293,'No',2,0,11201,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23294,'Yes',0,0,11200,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23295,'Other',20,0,11201,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23296,'No',5,0,11200,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23297,'N/A',0,0,11201,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23298,'N/A',0,0,11200,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23299,'Other',20,0,11200,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23300,'Yes',0,0,11202,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23301,'No',2,0,11202,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23302,'Yes',0,0,11203,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23303,'Other',20,0,11202,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23304,'No',5,0,11203,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23305,'N/A',0,0,11202,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23306,'Other',20,0,11203,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23307,'Yes',0,0,11204,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23308,'No',3,0,11204,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23309,'Other',20,0,11204,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23310,'N/A',0,0,11204,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23311,'Yes',0,0,11209,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23312,'No',3,0,11209,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23313,'Other',20,0,11209,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23314,'N/A',0,0,11209,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23315,'N/A',0,0,11209,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23316,'Yes',0,0,11210,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23317,'No',4,0,11210,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23318,'No Disabled',0,0,11210,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23319,'Other',20,0,11210,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23320,'N/A',0,0,11210,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23321,'Yes',1,0,11211,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23322,'Yes',0,0,11212,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23323,'Yes',0,0,11211,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23324,'No',4,0,11212,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23325,'No',5,0,11211,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23326,'Other',20,0,11212,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23327,'Other',20,0,11211,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23328,'N/A',0,0,11212,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23329,'Yes',0,0,11213,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23330,'Yes',0,0,11214,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23331,'No',5,0,11213,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23332,'No',3,0,11214,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23333,'NA',5,0,11213,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23334,'Other',20,0,11214,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23335,'Other',20,0,11213,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23336,'N/A',0,0,11214,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23337,'Yes',0,0,11215,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23338,'Yes',0,0,11216,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23339,'No',5,0,11215,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23340,'No',4,0,11216,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23341,'NA',0,0,11215,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23342,'Other',20,0,11216,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23343,'Other',20,0,11215,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23344,'N/A',0,0,11216,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23345,'Choice 6',5,0,11215,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23346,'Yes',0,0,11217,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23347,'Yes',0,0,11218,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23348,'No',4,0,11217,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23349,'No',5,0,11218,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23350,'Other',20,0,11217,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23351,'Other',20,0,11218,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23352,'N/A',0,0,11217,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23353,'Yes',0,0,11219,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23354,'Yes',0,0,11220,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23355,'No',5,0,11219,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23356,'No',5,0,11220,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23357,'NA',5,0,11219,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23358,'Other',20,0,11220,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23359,'Other',20,0,11219,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23360,'N/A',0,0,11220,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23361,'Yes',0,0,11221,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23362,'1 Yes',0,0,11222,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23363,'No',5,0,11221,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23364,'2 Yes',3,0,11222,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23365,'NA',0,0,11221,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23366,'No',6,0,11222,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23367,'Other',20,0,11221,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23368,'Other',20,0,11222,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23369,'N/A',0,0,11222,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23370,'Yes',0,0,11223,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23371,'No',5,0,11223,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23372,'Yes',0,0,11224,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23373,'NA',5,0,11223,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23374,'No',5,0,11224,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23375,'Other',20,0,11223,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23376,'Other',20,0,11224,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23377,'N/A',0,0,11224,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23378,'Director',0,0,11231,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23379,'Yes',0,0,11232,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23380,'Owner Landlord',0,0,11231,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23381,'Option',5,0,11232,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23382,'Site Maitenance',0,0,11231,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23383,'No',8,0,11232,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23384,'Estate Agent',0,0,11231,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23385,'N/A',0,0,11232,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23386,'Letting Agent',0,0,11231,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23387,'Other',20,0,11232,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23388,'Other',0,0,11231,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23389,'Property Agent',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23390,'Yes 1',1,0,11235,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23391,'Owner Landlord',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23392,'Yes 2',0,0,11235,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23393,'Site Manager',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23394,'No',7,0,11235,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23395,'Property Manager',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23396,'N/A',0,0,11235,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23397,'Construction Manager',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23398,'Other',20,0,11235,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23399,'Fire Warden',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23400,'Director',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23401,'CEO',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23402,'Yes',0,0,11237,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23403,'Other',0,0,11234,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23404,'No 1',7,0,11237,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23405,'No 2',7,0,11237,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23406,'A Property Within Building Block',0,0,11238,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23407,'Other',20,0,11237,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23408,'All Of The Property',0,0,11238,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23409,'N/A',0,0,11237,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23410,'Communal Areas Only',0,0,11238,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23411,'House',0,0,11238,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23412,'Flat',0,0,11238,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23413,'Yes',0,0,11240,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23414,'Other',0,0,11238,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23415,'No 1',5,0,11240,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23416,'No 2',5,0,11240,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23417,'Yes',0,0,11243,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23418,'No',8,0,11243,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23419,'Other',20,0,11243,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23420,'N/A',0,0,11243,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23421,'Yes',0,0,11248,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23422,'Nebosh',0,0,11249,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23423,'No',8,0,11248,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23424,'Level 2 Fire Risk Assessor',0,0,11249,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23425,'Other',20,0,11248,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23426,'Competant Person',0,0,11249,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23427,'N/A',0,0,11248,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23428,'Yes',0,0,11250,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23429,'No',8,0,11250,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23430,'Other',20,0,11250,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23431,'N/A',0,0,11250,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23432,'Fan Heaters',4,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23433,'Yes',0,0,11253,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23434,'Electric Heaters',4,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23435,'No',8,0,11253,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23436,'Gas Heater',5,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23437,'Other',20,0,11253,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23438,'Other Boilers',2,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23439,'N/A',0,0,11253,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23440,'Electrical Equipment',3,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23441,'Electrical Leads',3,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23442,'Yes',0,0,11254,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23443,'Portable Equipment',3,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23444,'No',6,0,11254,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23445,'Portable Lighting',2,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23446,'Other',20,0,11254,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23447,'Cooking kitchen Equipment',6,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23448,'N/A',0,0,11254,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23449,'Other',20,0,11252,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23450,'Wood/Paper/Cardboard etc',3,0,11257,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23451,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11257,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23452,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11257,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23453,'Waste Material Controlled -in locked wheely bin or store',2,0,11257,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23454,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11257,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23455,'Other',20,0,11257,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23456,'Yes',0,0,11260,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23457,'Fan Heaters',4,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23458,'No',4,0,11260,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23459,'Electric Heaters',4,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23460,'No',7,0,11260,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23461,'Gas Heater',5,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23462,'Other Boilers',2,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23463,'N/A',0,0,11260,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23464,'Electrical Equipment',3,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23465,'Other',20,0,11260,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23466,'Electrical Leads',3,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23467,'Portable Equipment',3,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23468,'Portable Lighting',2,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23469,'Cooking kitchen Equipment',6,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23470,'Other',20,0,11261,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23471,'Yes',0,0,11262,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23472,'No',6,0,11262,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23473,'NA',0,0,11262,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23474,'Wood/Paper/Cardboard etc',3,0,11264,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23475,'Other',20,0,11262,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23476,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11264,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23477,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11264,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23478,'Yes',0,0,11265,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23479,'Waste Material Controlled -in locked wheely bin or store',2,0,11264,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23480,'Yes',0,0,11265,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23481,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11264,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23482,'Other',20,0,11264,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23483,'NA',0,0,11265,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23484,'Other',20,0,11265,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23485,'Yes',1,0,11268,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23486,'No',0,0,11268,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23487,'Other',20,0,11268,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23488,'Yes',0,0,11269,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23489,'No',9,0,11269,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23490,'NA',0,0,11269,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23491,'Other',20,0,11269,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23492,'Yes',0,0,11270,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23493,'No',7,0,11270,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23494,'NA',0,0,11270,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23495,'Other',20,0,11270,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23496,'Yes',0,0,11271,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23497,'No',6,0,11271,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23498,'NA',0,0,11271,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23499,'Other',20,0,11271,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23500,'Yes',0,0,11272,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23501,'Yes',0,0,11273,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23502,'No',6,0,11273,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23503,'NA',0,0,11273,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23504,'Other',20,0,11273,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23505,'No',2,0,11272,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23506,'Yes',0,0,11274,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23507,'Other',20,0,11272,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23508,'No',8,0,11274,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23509,'N/A',0,0,11272,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23510,'NA',0,0,11274,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23511,'Other',20,0,11274,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23512,'Yes',0,0,11275,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23513,'No',2,0,11275,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23514,'Other',20,0,11275,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23515,'Yes',3,0,11276,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23516,'N/A',0,0,11275,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23517,'Yes',4,0,11276,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23518,'Yes',0,0,11277,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23519,'Yes',5,0,11276,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23520,'Other',20,0,11276,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23521,'No',2,0,11277,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23522,'Other',20,0,11277,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23523,'N/A',0,0,11277,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23524,'Yes',0,0,11279,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23525,'No',2,0,11279,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23526,'Other',20,0,11279,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23527,'N/A',0,0,11279,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23528,'Yes',0,0,11282,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23529,'Detached',1,0,11280,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23530,'No',2,0,11282,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23531,'Semi Detached',2,0,11280,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23532,'Other',20,0,11282,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23533,'N/A',0,0,11282,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23534,'Terraced',3,0,11280,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23535,'Linked-Detached',1,0,11280,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23536,'Yes',0,0,11283,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23537,'Other',20,0,11280,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23538,'No',2,0,11283,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23539,'Other',20,0,11283,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23540,'N/A',0,0,11283,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23541,'House',1,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23542,'Yes',0,0,11285,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23543,'Bungalow',1,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23544,'No',3,0,11285,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23545,'Block of Flats - Studios up to 6 Floor Levels',3,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23546,'Other',20,0,11285,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23547,'N/A',0,0,11285,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23548,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23549,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23550,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23551,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23552,'Underground Property',1,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23553,'Factory/ Warehouse',3,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23554,'Garage/ Workshop',3,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23555,'Retail Shop',2,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23556,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23557,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23558,'Other',20,0,11284,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23559,'Yes',0,0,11287,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23560,'No',3,0,11287,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23561,'1-5',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23562,'Other',20,0,11287,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23563,'5-10',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23564,'10-15',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23565,'15-20',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23566,'20-25',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23567,'N/A',0,0,11287,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23568,'25-30',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23569,'N/A',0,0,11287,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23570,'30-35',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23571,'Yes',0,0,11289,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23572,'35-40',0,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23573,'Other',20,0,11288,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23574,'No',4,0,11289,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23575,'No Disabled',0,0,11289,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23576,'Other',20,0,11289,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23577,'1',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23578,'N/A',0,0,11289,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23579,'2',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23580,'3',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23581,'Yes',0,0,11293,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23582,'4',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23583,'No',4,0,11293,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23584,'5',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23585,'Other',20,0,11293,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23586,'6',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23587,'N/A',0,0,11293,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23588,'7',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23589,'8',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23590,'Yes',0,0,11294,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23591,'No',3,0,11294,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23592,'9',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23593,'Other',20,0,11294,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23594,'10',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23595,'N/A',0,0,11294,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23596,'11',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23597,'12',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23598,'Yes',0,0,11295,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23599,'13',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23600,'14',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23601,'15',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23602,'16',1,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23603,'No',4,0,11295,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23604,'Other',20,0,11295,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23605,'N/A',0,0,11292,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23606,'N/A',0,0,11295,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23607,'1',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23608,'2',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23609,'Yes',0,0,11297,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23610,'3',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23611,'No',4,0,11297,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23612,'Other',20,0,11297,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23613,'4',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23614,'N/A',0,0,11297,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23615,'5',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23616,'Yes',0,0,11298,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23617,'6',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23618,'No',5,0,11298,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23619,'7',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23620,'Other',20,0,11298,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23621,'8',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23622,'N/A',0,0,11298,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23623,'9',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23624,'10',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23625,'1 Yes',0,0,11299,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23626,'11',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23627,'12',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23628,'13',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23629,'14',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23630,'2 Yes',3,0,11299,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23631,'15',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23632,'No',6,0,11299,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23633,'16',2,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23634,'Other',20,0,11299,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23635,'N/A',0,0,11296,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23636,'N/A',0,0,11299,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23637,'Solid concrete all levels',0,0,11300,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23638,'Yes',0,0,11301,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23639,'Timber joists all levels',3,0,11300,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23640,'No',5,0,11301,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23641,'Concrete lowest floor – Timber above higher levels',3,0,11300,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23642,'Other',20,0,11301,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23643,'N/A',0,0,11301,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23644,'Other',20,0,11300,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23645,'Wood',2,0,11303,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23646,'Plastics',1,0,11303,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23647,'Aluminium',0,0,11303,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23648,'Stone',0,0,11303,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23649,'Other',20,0,11303,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23650,'Yes',1,0,11305,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23651,'No',3,0,11305,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23652,'Unknown',3,0,11305,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23653,'Yes',1,0,11306,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23654,'No',5,0,11306,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23655,'Unknown',5,0,11306,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23656,'Other',20,0,11307,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23657,'Yes',0,0,11308,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23658,'Very Good',1,0,11309,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23659,'Option',5,0,11308,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23660,'Good',1,0,11309,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23661,'No',8,0,11308,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23662,'Fair',1,0,11309,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23663,'N/A',0,0,11308,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23664,'Poor',2,0,11309,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23665,'Other',20,0,11308,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23666,'Very Poor',2,0,11309,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23667,'Yes 1',1,0,11312,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23668,'Yes 2',0,0,11312,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23669,'0%',0,0,11314,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23670,'No',7,0,11312,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23671,'25%',0,0,11314,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23672,'N/A',0,0,11312,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23673,'50%',0,0,11314,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23674,'Other',20,0,11312,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23675,'Choice 1',10,0,11317,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23676,'75%',0,0,11314,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23677,'Choice 2',9,0,11317,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23678,'100%',0,0,11314,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23679,'Choice 3',8,0,11317,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23680,'Yes',0,0,11319,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23681,'0%',0,0,11320,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23682,'Choice 4',7,0,11317,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23683,'No 1',7,0,11319,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23684,'25%',1,0,11320,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23685,'No 2',7,0,11319,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23686,'Choice 5',6,0,11317,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23687,'50%',1,0,11320,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23688,'Other',20,0,11319,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23689,'Choice 6',5,0,11317,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23690,'75%',1,0,11320,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23691,'N/A',0,0,11319,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23692,'100%',1,0,11320,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23693,'0%',0,0,11323,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23694,'Yes',0,0,11324,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23695,'25%',0,0,11323,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23696,'No 1',5,0,11324,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23697,'50%',0,0,11323,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23698,'No 2',5,0,11324,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23699,'75%',0,0,11323,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23700,'100%',0,0,11323,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23701,'Yes',0,0,11327,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23702,'Choice 1',10,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23703,'No',8,0,11327,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23704,'Choice 2',9,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23705,'Other',20,0,11327,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23706,'Choice 3',8,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23707,'0%',0,0,11329,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23708,'N/A',0,0,11327,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23709,'Choice 4',7,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23710,'25%',3,0,11329,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23711,'Choice 5',6,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23712,'50%',3,0,11329,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23713,'Yes',0,0,11330,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23714,'75%',3,0,11329,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23715,'Choice 6',5,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23716,'No',8,0,11330,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23717,'100%',3,0,11329,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23718,'Other',20,0,11330,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23719,'Choice 7',4,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23720,'N/A',0,0,11330,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23721,'Choice 8',3,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23722,'0%',0,0,11331,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23723,'Choice 9',2,0,11328,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23724,'25%',1,0,11331,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23725,'50%',1,0,11331,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23726,'Yes',0,0,11332,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23727,'75%',1,0,11331,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23728,'No',8,0,11332,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23729,'100%',1,0,11331,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23730,'0%',0,0,11333,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23731,'Other',20,0,11332,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23732,'N/A',0,0,11332,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23733,'25%',5,0,11333,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23734,'50%',5,0,11333,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23735,'75%',5,0,11333,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23736,'Yes',0,0,11335,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23737,'100%',5,0,11333,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23738,'No',8,0,11335,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23739,'Other',20,0,11335,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23740,'N/A',0,0,11335,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23741,'0%',0,0,11336,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23742,'Yes',0,0,11337,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23743,'25%',5,0,11336,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23744,'No',6,0,11337,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23745,'50%',5,0,11336,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23746,'Other',20,0,11337,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23747,'75%',5,0,11336,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23748,'N/A',0,0,11337,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23749,'100%',5,0,11336,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23750,'0%',0,0,11338,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23751,'25%',1,0,11338,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23752,'Yes',0,0,11340,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23753,'No',2,0,11340,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23754,'50%',1,0,11338,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23755,'Other',20,0,11340,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23756,'75%',1,0,11338,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23757,'N/A',0,0,11340,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23758,'100%',1,0,11338,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23759,'Yes',0,0,11341,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23760,'No',2,0,11341,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23761,'Other',20,0,11342,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23762,'Other',20,0,11341,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23763,'N/A',0,0,11341,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23764,'Yes',0,0,11343,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23765,'No',2,0,11343,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23766,'Other',20,0,11343,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23767,'N/A',0,0,11343,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23768,'Yes',0,0,11344,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23769,'No',4,0,11344,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23770,'No',7,0,11344,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23771,'N/A',0,0,11344,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23772,'Yes',0,0,11346,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23773,'Other',20,0,11344,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23774,'No',2,0,11346,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23775,'Other',20,0,11346,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23776,'Yes',0,0,11347,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23777,'N/A',0,0,11346,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23778,'No',6,0,11347,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23779,'NA',0,0,11347,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23780,'Other',20,0,11347,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23781,'Yes',0,0,11349,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23782,'No',2,0,11349,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23783,'Yes',0,0,11350,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23784,'Other',20,0,11349,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23785,'Yes',0,0,11350,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23786,'N/A',0,0,11349,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23787,'NA',0,0,11350,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23788,'Other',20,0,11350,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23789,'Yes',0,0,11351,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23790,'No',2,0,11351,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23791,'Yes',1,0,11352,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23792,'No',0,0,11352,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23793,'Other',20,0,11351,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23794,'Other',20,0,11352,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23795,'N/A',0,0,11351,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23796,'Yes',0,0,11353,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23797,'No',9,0,11353,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23798,'Yes',0,0,11354,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23799,'No',3,0,11354,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23800,'NA',0,0,11353,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23801,'Other',20,0,11354,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23802,'Other',20,0,11353,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23803,'N/A',0,0,11354,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23804,'Yes',0,0,11355,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23805,'Yes',0,0,11357,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23806,'No',7,0,11355,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23807,'No',3,0,11357,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23808,'NA',0,0,11355,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23809,'Other',20,0,11357,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23810,'Other',20,0,11355,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23811,'N/A',0,0,11357,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23812,'N/A',0,0,11357,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23813,'Yes',0,0,11358,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23814,'No',4,0,11358,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23815,'Yes',0,0,11359,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23816,'No Disabled',0,0,11358,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23817,'No',6,0,11359,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23818,'Other',20,0,11358,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23819,'N/A',0,0,11358,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23820,'NA',0,0,11359,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23821,'Other',20,0,11359,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23822,'Yes',0,0,11360,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23823,'No',4,0,11360,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23824,'Yes',0,0,11361,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23825,'Other',20,0,11360,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23826,'No',6,0,11361,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23827,'N/A',0,0,11360,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23828,'NA',0,0,11361,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23829,'Other',20,0,11361,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23830,'Yes',0,0,11362,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23831,'No',3,0,11362,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23832,'Yes',0,0,11363,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23833,'Other',20,0,11362,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23834,'No',8,0,11363,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23835,'N/A',0,0,11362,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23836,'NA',0,0,11363,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23837,'Yes',0,0,11364,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23838,'Other',20,0,11363,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23839,'No',4,0,11364,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23840,'Other',20,0,11364,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23841,'N/A',0,0,11364,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23842,'Yes',3,0,11365,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23843,'Yes',4,0,11365,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23844,'Yes',0,0,11366,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23845,'Yes',5,0,11365,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23846,'No',4,0,11366,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23847,'Other',20,0,11365,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23848,'Other',20,0,11366,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23849,'N/A',0,0,11366,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23850,'Yes',0,0,11367,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23851,'No',5,0,11367,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23852,'Other',20,0,11367,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23853,'Detached',1,0,11368,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23854,'N/A',0,0,11367,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23855,'Semi Detached',2,0,11368,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23856,'Terraced',3,0,11368,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23857,'1 Yes',0,0,11369,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23858,'Linked-Detached',1,0,11368,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23859,'2 Yes',3,0,11369,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23860,'Other',20,0,11368,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23861,'No',6,0,11369,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23862,'Other',20,0,11369,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23863,'N/A',0,0,11369,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23864,'House',1,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23865,'Bungalow',1,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23866,'Yes',0,0,11371,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23867,'Block of Flats - Studios up to 6 Floor Levels',3,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23868,'No',5,0,11371,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23869,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23870,'Other',20,0,11371,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23871,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23872,'N/A',0,0,11371,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23873,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23874,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23875,'Underground Property',1,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23876,'Factory/ Warehouse',3,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23877,'Garage/ Workshop',3,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23878,'Retail Shop',2,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23879,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23880,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23881,'Other',20,0,11370,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23882,'1-5',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23883,'5-10',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23884,'10-15',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23885,'15-20',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23886,'20-25',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23887,'25-30',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23888,'30-35',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23889,'35-40',0,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23890,'Other',20,0,11373,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23891,'1',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23892,'2',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23893,'3',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23894,'4',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23895,'5',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23896,'6',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23897,'7',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23898,'8',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23899,'9',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23900,'10',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23901,'11',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23902,'12',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23903,'13',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23904,'14',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23905,'15',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23906,'16',1,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23907,'N/A',0,0,11381,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23908,'1',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23909,'Yes',0,0,11383,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23910,'2',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23911,'Yes',0,0,11383,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23912,'3',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23913,'No',5,0,11383,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23914,'4',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23915,'N/A',0,0,11383,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23916,'5',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23917,'Other',20,0,11383,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23918,'6',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23919,'7',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23920,'Yes',0,0,11384,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23921,'8',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23922,'No',5,0,11384,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23923,'9',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23924,'Other',20,0,11384,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23925,'10',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23926,'11',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23927,'12',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23928,'13',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23929,'14',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23930,'15',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23931,'16',2,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23932,'N/A',0,0,11382,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23933,'Solid concrete all levels',0,0,11388,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23934,'Timber joists all levels',3,0,11388,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23935,'Concrete lowest floor – Timber above higher levels',3,0,11388,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23936,'Other',20,0,11388,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23937,'Wood',2,0,11389,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23938,'Plastics',1,0,11389,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23939,'Aluminium',0,0,11389,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23940,'Stone',0,0,11389,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23941,'Other',20,0,11389,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23942,'Yes',1,0,11391,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23943,'No',3,0,11391,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23944,'Unknown',3,0,11391,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23945,'Yes',1,0,11392,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23946,'Yes',0,0,11392,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23947,'Yes',1,0,11393,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23948,'No',5,0,11392,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23949,'No',5,0,11393,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23950,'Other',20,0,11392,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23951,'Unknown',5,0,11393,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23952,'Yes',0,0,11394,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23953,'No',5,0,11394,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23954,'Other',20,0,11395,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23955,'NA',5,0,11394,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23956,'Other',20,0,11394,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23957,'Very Good',1,0,11396,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23958,'Good',1,0,11396,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23959,'Yes',0,0,11397,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23960,'Fair',1,0,11396,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23961,'No',5,0,11397,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23962,'Poor',2,0,11396,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(23963,'NA',0,0,11397,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23964,'Very Poor',2,0,11396,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23965,'Other',20,0,11397,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23966,'Choice 6',5,0,11397,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23967,'Yes',0,0,11400,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23968,'0%',0,0,11401,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23969,'No',5,0,11400,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23970,'25%',0,0,11401,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23971,'Other',20,0,11400,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23972,'50%',0,0,11401,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23973,'75%',0,0,11401,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23974,'Yes',0,0,11402,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23975,'100%',0,0,11401,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23976,'No',5,0,11402,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23977,'NA',5,0,11402,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23978,'Other',20,0,11402,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23979,'0%',0,0,11403,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23980,'25%',1,0,11403,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23981,'Yes',0,0,11404,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23982,'50%',1,0,11403,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23983,'No',5,0,11404,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23984,'75%',1,0,11403,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23985,'NA',0,0,11404,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23986,'100%',1,0,11403,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23987,'Other',20,0,11404,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23988,'0%',0,0,11405,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23989,'Yes',0,0,11406,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23990,'25%',0,0,11405,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23991,'No',5,0,11406,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23992,'50%',0,0,11405,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23993,'NA',5,0,11406,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23994,'75%',0,0,11405,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23995,'Other',20,0,11406,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23996,'100%',0,0,11405,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23997,'0%',0,0,11407,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23998,'25%',3,0,11407,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(23999,'50%',3,0,11407,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24000,'75%',3,0,11407,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24001,'100%',3,0,11407,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24002,'0%',0,0,11408,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24003,'25%',1,0,11408,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24004,'50%',1,0,11408,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24005,'75%',1,0,11408,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24006,'100%',1,0,11408,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24007,'0%',0,0,11409,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24008,'25%',5,0,11409,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24009,'50%',5,0,11409,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24010,'75%',5,0,11409,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24011,'100%',5,0,11409,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24012,'0%',0,0,11413,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24013,'25%',5,0,11413,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24014,'50%',5,0,11413,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24015,'Director',0,0,11416,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24016,'75%',5,0,11413,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24017,'Owner Landlord',0,0,11416,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24018,'100%',5,0,11413,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24019,'Site Maitenance',0,0,11416,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24020,'Estate Agent',0,0,11416,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24021,'Letting Agent',0,0,11416,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24022,'0%',0,0,11417,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24023,'Other',0,0,11416,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24024,'25%',1,0,11417,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24025,'50%',1,0,11417,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24026,'Property Agent',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24027,'75%',1,0,11417,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24028,'Owner Landlord',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24029,'100%',1,0,11417,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24030,'Site Manager',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24031,'Property Manager',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24032,'Other',20,0,11419,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24033,'Construction Manager',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24034,'Fire Warden',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24035,'Director',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24036,'CEO',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24037,'Other',0,0,11418,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24038,'A Property Within Building Block',0,0,11420,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24039,'All Of The Property',0,0,11420,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24040,'Communal Areas Only',0,0,11420,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24041,'House',0,0,11420,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24042,'Flat',0,0,11420,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24043,'Other',0,0,11420,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24044,'Nebosh',0,0,11427,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24045,'Level 2 Fire Risk Assessor',0,0,11427,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24046,'Competant Person',0,0,11427,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24047,'Yes',0,0,11428,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24048,'Option',5,0,11428,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24049,'No',8,0,11428,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24050,'N/A',0,0,11428,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24051,'Other',20,0,11428,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24052,'Yes 1',1,0,11430,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24053,'Yes 2',0,0,11430,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24054,'No',7,0,11430,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24055,'N/A',0,0,11430,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24056,'Other',20,0,11430,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24057,'Yes',0,0,11432,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24058,'No 1',7,0,11432,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24059,'No 2',7,0,11432,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24060,'Other',20,0,11432,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24061,'N/A',0,0,11432,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24062,'Yes',0,0,11434,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24063,'No 1',5,0,11434,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24064,'No 2',5,0,11434,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24065,'Yes',0,0,11435,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24066,'No',8,0,11435,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24067,'Other',20,0,11435,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24068,'N/A',0,0,11435,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24069,'Yes',0,0,11436,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24070,'No',8,0,11436,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24071,'Other',20,0,11436,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24072,'N/A',0,0,11436,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24073,'Yes',0,0,11437,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24074,'No',8,0,11437,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24075,'Other',20,0,11437,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24076,'N/A',0,0,11437,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24077,'Yes',0,0,11439,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24078,'No',8,0,11439,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24079,'Other',20,0,11439,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24080,'N/A',0,0,11439,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24081,'Fan Heaters',4,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24082,'Electric Heaters',4,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24083,'Gas Heater',5,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24084,'Other Boilers',2,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24085,'Electrical Equipment',3,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24086,'Electrical Leads',3,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24087,'Portable Equipment',3,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24088,'Portable Lighting',2,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24089,'Cooking kitchen Equipment',6,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24090,'Other',20,0,11440,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24091,'Detached',1,0,11441,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24092,'Semi Detached',2,0,11441,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24093,'Terraced',3,0,11441,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24094,'Linked-Detached',1,0,11441,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24095,'Other',20,0,11441,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24096,'House',1,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24097,'Bungalow',1,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24098,'Block of Flats - Studios up to 6 Floor Levels',3,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24099,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24100,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24101,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24102,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24103,'Underground Property',1,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24104,'Factory/ Warehouse',3,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24105,'Garage/ Workshop',3,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24106,'Retail Shop',2,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24107,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24108,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24109,'Other',20,0,11442,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24110,'1-5',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24111,'5-10',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24112,'10-15',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24113,'15-20',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24114,'20-25',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24115,'25-30',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24116,'30-35',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24117,'35-40',0,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24118,'Other',20,0,11443,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24119,'1',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24120,'2',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24121,'3',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24122,'4',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24123,'5',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24124,'6',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24125,'7',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24126,'8',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24127,'9',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24128,'10',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24129,'11',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24130,'12',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24131,'13',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24132,'14',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24133,'15',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24134,'16',1,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24135,'N/A',0,0,11446,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24136,'1',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24137,'2',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24138,'3',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24139,'4',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24140,'5',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24141,'6',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24142,'7',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24143,'8',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24144,'9',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24145,'10',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24146,'11',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24147,'12',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24148,'13',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24149,'14',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24150,'15',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24151,'16',2,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24152,'N/A',0,0,11447,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24153,'Solid concrete all levels',0,0,11448,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24154,'Timber joists all levels',3,0,11448,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24155,'Concrete lowest floor – Timber above higher levels',3,0,11448,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24156,'Other',20,0,11448,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24157,'Wood',2,0,11449,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24158,'Plastics',1,0,11449,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24159,'Aluminium',0,0,11449,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24160,'Stone',0,0,11449,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24161,'Other',20,0,11449,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24162,'Yes',1,0,11451,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24163,'No',3,0,11451,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24164,'Unknown',3,0,11451,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24165,'Yes',1,0,11452,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24166,'No',5,0,11452,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24167,'Unknown',5,0,11452,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24168,'Other',20,0,11453,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24169,'Very Good',1,0,11454,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24170,'Good',1,0,11454,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24171,'Fair',1,0,11454,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24172,'Poor',2,0,11454,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24173,'Very Poor',2,0,11454,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24174,'0%',0,0,11457,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24175,'25%',0,0,11457,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24176,'50%',0,0,11457,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24177,'75%',0,0,11457,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24178,'100%',0,0,11457,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24179,'0%',0,0,11458,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24180,'25%',1,0,11458,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24181,'50%',1,0,11458,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24182,'75%',1,0,11458,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24183,'100%',1,0,11458,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24184,'0%',0,0,11459,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24185,'25%',0,0,11459,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24186,'50%',0,0,11459,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24187,'75%',0,0,11459,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24188,'100%',0,0,11459,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24189,'0%',0,0,11460,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24190,'25%',3,0,11460,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24191,'50%',3,0,11460,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24192,'75%',3,0,11460,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24193,'100%',3,0,11460,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24194,'0%',0,0,11461,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24195,'25%',1,0,11461,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24196,'50%',1,0,11461,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24197,'75%',1,0,11461,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24198,'100%',1,0,11461,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24199,'0%',0,0,11462,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24200,'25%',5,0,11462,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24201,'50%',5,0,11462,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24202,'75%',5,0,11462,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24203,'100%',5,0,11462,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24204,'0%',0,0,11463,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24205,'25%',5,0,11463,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24206,'50%',5,0,11463,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24207,'75%',5,0,11463,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24208,'100%',5,0,11463,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24209,'0%',0,0,11464,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24210,'25%',1,0,11464,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24211,'50%',1,0,11464,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24212,'75%',1,0,11464,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24213,'100%',1,0,11464,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24214,'Other',20,0,11465,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(24215,'Yes',0,0,11466,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24216,'Yes',0,0,11466,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24217,'NA',0,0,11466,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24218,'Other',20,0,11466,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24219,'Yes',1,0,11467,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24220,'No',0,0,11467,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24221,'Other',20,0,11467,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24222,'Yes',0,0,11468,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24223,'No',9,0,11468,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24224,'NA',0,0,11468,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24225,'Other',20,0,11468,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24226,'Yes',0,0,11469,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24227,'No',7,0,11469,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24228,'NA',0,0,11469,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24229,'Other',20,0,11469,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24230,'Yes',0,0,11470,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24231,'No',6,0,11470,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24232,'NA',0,0,11470,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24233,'Other',20,0,11470,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24234,'Yes',0,0,11471,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24235,'No',6,0,11471,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24236,'NA',0,0,11471,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24237,'Other',20,0,11471,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24238,'Yes',0,0,11472,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24239,'No',4,0,11472,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24240,'No',7,0,11472,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24241,'N/A',0,0,11472,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24242,'Other',20,0,11472,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24243,'Yes',0,0,11473,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24244,'No',6,0,11473,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24245,'NA',0,0,11473,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24246,'Other',20,0,11473,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24247,'Yes',0,0,11474,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24248,'No',8,0,11474,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24249,'NA',0,0,11474,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24250,'Other',20,0,11474,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24251,'Yes',3,0,11475,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24252,'Yes',4,0,11475,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24253,'Yes',5,0,11475,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24254,'Other',20,0,11475,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24255,'Wood/Paper/Cardboard etc',3,0,11476,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24256,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11476,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24257,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11476,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24258,'Waste Material Controlled -in locked wheely bin or store',2,0,11476,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24259,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11476,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24260,'Other',20,0,11476,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24261,'Fan Heaters',4,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24262,'Electric Heaters',4,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24263,'Gas Heater',5,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24264,'Other Boilers',2,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24265,'Electrical Equipment',3,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24266,'Electrical Leads',3,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24267,'Portable Equipment',3,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24268,'Portable Lighting',2,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24269,'Cooking kitchen Equipment',6,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24270,'Other',20,0,11479,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24271,'Yes',0,0,11481,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24272,'No',2,0,11481,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24273,'Other',20,0,11481,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24274,'N/A',0,0,11481,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24275,'Yes',0,0,11482,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24276,'No',2,0,11482,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24277,'Other',20,0,11482,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24278,'N/A',0,0,11482,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24279,'Yes',0,0,11483,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24280,'No',2,0,11483,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24281,'Other',20,0,11483,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24282,'N/A',0,0,11483,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24283,'Yes',0,0,11485,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24284,'No',2,0,11485,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24285,'Other',20,0,11485,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24286,'N/A',0,0,11485,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24287,'Yes',0,0,11487,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24288,'No',2,0,11487,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24289,'Other',20,0,11487,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24290,'N/A',0,0,11487,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24291,'Yes',0,0,11488,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24292,'No',2,0,11488,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24293,'Other',20,0,11488,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24294,'N/A',0,0,11488,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24295,'Yes',0,0,11489,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24296,'No',3,0,11489,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24297,'Other',20,0,11489,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24298,'N/A',0,0,11489,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24299,'Yes',0,0,11491,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24300,'No',3,0,11491,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24301,'Other',20,0,11491,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24302,'N/A',0,0,11491,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24303,'N/A',0,0,11491,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24304,'Yes',0,0,11492,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24305,'No',4,0,11492,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24306,'No Disabled',0,0,11492,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24307,'Other',20,0,11492,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24308,'N/A',0,0,11492,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24309,'Yes',0,0,11493,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24310,'No',4,0,11493,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24311,'Other',20,0,11493,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24312,'N/A',0,0,11493,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24313,'Yes',0,0,11494,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24314,'No',3,0,11494,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24315,'Other',20,0,11494,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24316,'N/A',0,0,11494,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24317,'Yes',0,0,11495,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24318,'No',4,0,11495,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24319,'Other',20,0,11495,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24320,'N/A',0,0,11495,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24321,'Yes',0,0,11496,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24322,'No',4,0,11496,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24323,'Other',20,0,11496,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24324,'N/A',0,0,11496,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24325,'Yes',0,0,11497,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24326,'No',5,0,11497,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24327,'Other',20,0,11497,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24328,'N/A',0,0,11497,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24329,'1 Yes',0,0,11498,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24330,'2 Yes',3,0,11498,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24331,'No',6,0,11498,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24332,'Other',20,0,11498,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24333,'N/A',0,0,11498,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24334,'Yes',0,0,11499,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24335,'No',5,0,11499,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24336,'Other',20,0,11499,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24337,'N/A',0,0,11499,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24338,'Yes',0,0,11501,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24339,'Option',5,0,11501,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24340,'No',8,0,11501,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24341,'N/A',0,0,11501,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24342,'Other',20,0,11501,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24343,'Yes 1',1,0,11503,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24344,'Yes 2',0,0,11503,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24345,'No',7,0,11503,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24346,'N/A',0,0,11503,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24347,'Other',20,0,11503,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24348,'Yes',0,0,11505,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24349,'No 1',7,0,11505,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24350,'No 2',7,0,11505,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24351,'Other',20,0,11505,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24352,'N/A',0,0,11505,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24353,'Yes',0,0,11507,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24354,'No 1',5,0,11507,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24355,'No 2',5,0,11507,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24356,'Yes',0,0,11508,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24357,'No',8,0,11508,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24358,'Other',20,0,11508,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24359,'N/A',0,0,11508,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24360,'Yes',0,0,11509,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24361,'No',8,0,11509,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24362,'Other',20,0,11509,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24363,'N/A',0,0,11509,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24364,'Yes',0,0,11510,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24365,'No',8,0,11510,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24366,'Other',20,0,11510,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24367,'N/A',0,0,11510,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24368,'Yes',0,0,11512,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24369,'No',8,0,11512,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24370,'Other',20,0,11512,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24371,'N/A',0,0,11512,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24372,'Yes',0,0,11513,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24373,'No',6,0,11513,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24374,'Other',20,0,11513,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24375,'N/A',0,0,11513,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24376,'Choice 1',10,0,11517,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24377,'Choice 2',9,0,11517,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24378,'Choice 3',8,0,11517,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24379,'Choice 4',7,0,11517,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24380,'Choice 5',6,0,11517,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24381,'Choice 6',5,0,11517,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24382,'Choice 1',10,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24383,'Choice 2',9,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24384,'Choice 3',8,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24385,'Choice 4',7,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24386,'Choice 5',6,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24387,'Choice 6',5,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24388,'Choice 7',4,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24389,'Choice 8',3,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24390,'Choice 9',2,0,11521,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24391,'Yes',0,0,11522,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24392,'No',2,0,11522,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24393,'Other',20,0,11522,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24394,'N/A',0,0,11522,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24395,'Yes',0,0,11523,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24396,'No',2,0,11523,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24397,'Other',20,0,11523,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24398,'N/A',0,0,11523,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24399,'Yes',0,0,11524,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24400,'No',2,0,11524,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24401,'Other',20,0,11524,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24402,'N/A',0,0,11524,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24403,'Yes',0,0,11526,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24404,'No',2,0,11526,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24405,'Other',20,0,11526,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24406,'N/A',0,0,11526,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24407,'Yes',0,0,11528,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24408,'No',2,0,11528,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24409,'Other',20,0,11528,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24410,'N/A',0,0,11528,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24411,'Yes',0,0,11529,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24412,'No',2,0,11529,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24413,'Other',20,0,11529,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24414,'N/A',0,0,11529,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24415,'Yes',0,0,11530,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24416,'No',3,0,11530,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24417,'Other',20,0,11530,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24418,'N/A',0,0,11530,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24419,'Yes',0,0,11532,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24420,'No',3,0,11532,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24421,'Other',20,0,11532,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24422,'N/A',0,0,11532,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24423,'N/A',0,0,11532,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24424,'Yes',0,0,11533,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24425,'No',4,0,11533,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24426,'No Disabled',0,0,11533,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24427,'Other',20,0,11533,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24428,'N/A',0,0,11533,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24429,'Yes',0,0,11534,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24430,'No',4,0,11534,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24431,'Other',20,0,11534,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24432,'N/A',0,0,11534,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24433,'Yes',0,0,11535,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24434,'No',3,0,11535,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24435,'Other',20,0,11535,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24436,'N/A',0,0,11535,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24437,'Yes',0,0,11536,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24438,'No',4,0,11536,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24439,'Other',20,0,11536,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24440,'N/A',0,0,11536,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24441,'Yes',0,0,11537,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24442,'No',4,0,11537,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24443,'Other',20,0,11537,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24444,'N/A',0,0,11537,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24445,'Yes',0,0,11538,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24446,'No',5,0,11538,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24447,'Other',20,0,11538,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24448,'N/A',0,0,11538,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24449,'1 Yes',0,0,11539,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24450,'2 Yes',3,0,11539,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24451,'No',6,0,11539,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24452,'Other',20,0,11539,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24453,'N/A',0,0,11539,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24454,'Yes',0,0,11540,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24455,'No',5,0,11540,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24456,'Other',20,0,11540,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24457,'N/A',0,0,11540,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24458,'Yes',0,0,11542,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24459,'No',4,0,11542,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24460,'No',7,0,11542,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24461,'N/A',0,0,11542,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24462,'Other',20,0,11542,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24463,'Yes',0,0,11543,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24464,'No',6,0,11543,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24465,'NA',0,0,11543,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24466,'Other',20,0,11543,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24467,'Yes',0,0,11544,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24468,'Yes',0,0,11544,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24469,'NA',0,0,11544,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24470,'Other',20,0,11544,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24471,'Yes',1,0,11545,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24472,'No',0,0,11545,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24473,'Other',20,0,11545,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24474,'Yes',0,0,11546,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24475,'No',9,0,11546,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24476,'NA',0,0,11546,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24477,'Other',20,0,11546,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24478,'Yes',0,0,11547,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24479,'No',7,0,11547,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24480,'NA',0,0,11547,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24481,'Other',20,0,11547,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24482,'Yes',0,0,11548,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24483,'No',6,0,11548,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24484,'NA',0,0,11548,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24485,'Other',20,0,11548,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24486,'Yes',0,0,11549,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24487,'No',6,0,11549,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24488,'NA',0,0,11549,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24489,'Other',20,0,11549,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24490,'Yes',0,0,11550,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24491,'No',8,0,11550,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24492,'NA',0,0,11550,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24493,'Other',20,0,11550,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24494,'Yes',3,0,11551,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24495,'Yes',4,0,11551,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24496,'Yes',5,0,11551,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24497,'Other',20,0,11551,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24498,'Detached',1,0,11552,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24499,'Semi Detached',2,0,11552,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24500,'Terraced',3,0,11552,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24501,'Linked-Detached',1,0,11552,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24502,'Other',20,0,11552,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24503,'House',1,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24504,'Bungalow',1,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24505,'Block of Flats - Studios up to 6 Floor Levels',3,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24506,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24507,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24508,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24509,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24510,'Underground Property',1,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24511,'Factory/ Warehouse',3,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24512,'Garage/ Workshop',3,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24513,'Retail Shop',2,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24514,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24515,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24516,'Other',20,0,11553,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24517,'1-5',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24518,'5-10',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24519,'10-15',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24520,'15-20',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24521,'20-25',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24522,'25-30',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24523,'30-35',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24524,'35-40',0,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24525,'Other',20,0,11554,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24526,'1',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24527,'2',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24528,'3',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24529,'4',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24530,'5',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24531,'6',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24532,'7',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24533,'8',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24534,'9',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24535,'10',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24536,'11',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24537,'12',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24538,'13',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24539,'14',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24540,'15',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24541,'16',1,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24542,'N/A',0,0,11557,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24543,'1',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24544,'2',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24545,'3',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24546,'4',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24547,'5',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24548,'6',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24549,'7',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24550,'8',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24551,'9',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24552,'10',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24553,'11',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24554,'12',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24555,'13',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24556,'14',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24557,'15',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24558,'16',2,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24559,'N/A',0,0,11558,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24560,'Solid concrete all levels',0,0,11559,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24561,'Timber joists all levels',3,0,11559,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24562,'Concrete lowest floor – Timber above higher levels',3,0,11559,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24563,'Other',20,0,11559,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24564,'Wood',2,0,11560,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24565,'Plastics',1,0,11560,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24566,'Aluminium',0,0,11560,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24567,'Stone',0,0,11560,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24568,'Other',20,0,11560,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24569,'Yes',1,0,11562,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24570,'No',3,0,11562,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24571,'Unknown',3,0,11562,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24572,'Yes',1,0,11563,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24573,'No',5,0,11563,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24574,'Unknown',5,0,11563,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24575,'Other',20,0,11564,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24576,'Very Good',1,0,11565,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24577,'Good',1,0,11565,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24578,'Fair',1,0,11565,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24579,'Poor',2,0,11565,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24580,'Very Poor',2,0,11565,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(24581,'0%',0,0,11568,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24582,'25%',0,0,11568,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24583,'50%',0,0,11568,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24584,'75%',0,0,11568,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24585,'100%',0,0,11568,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24586,'0%',0,0,11569,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24587,'25%',1,0,11569,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24588,'50%',1,0,11569,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24589,'75%',1,0,11569,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24590,'100%',1,0,11569,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24591,'0%',0,0,11570,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24592,'25%',0,0,11570,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24593,'50%',0,0,11570,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24594,'75%',0,0,11570,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24595,'100%',0,0,11570,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24596,'0%',0,0,11571,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24597,'25%',3,0,11571,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24598,'50%',3,0,11571,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24599,'75%',3,0,11571,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24600,'100%',3,0,11571,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24601,'0%',0,0,11572,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24602,'25%',1,0,11572,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24603,'50%',1,0,11572,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24604,'75%',1,0,11572,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24605,'100%',1,0,11572,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24606,'0%',0,0,11573,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24607,'25%',5,0,11573,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24608,'50%',5,0,11573,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24609,'75%',5,0,11573,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24610,'100%',5,0,11573,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24611,'0%',0,0,11574,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24612,'25%',5,0,11574,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24613,'50%',5,0,11574,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24614,'75%',5,0,11574,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24615,'100%',5,0,11574,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24616,'0%',0,0,11575,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24617,'25%',1,0,11575,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24618,'50%',1,0,11575,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24619,'75%',1,0,11575,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24620,'100%',1,0,11575,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24621,'Other',20,0,11576,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24622,'Yes',0,0,11582,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24623,'Yes',0,0,11582,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24624,'No',5,0,11582,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24625,'N/A',0,0,11582,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24626,'Other',20,0,11582,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24627,'Yes',0,0,11583,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24628,'No',5,0,11583,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24629,'Other',20,0,11583,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24630,'Yes',1,0,11587,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24631,'Yes',0,0,11587,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24632,'No',5,0,11587,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24633,'Other',20,0,11587,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24634,'Yes',0,0,11588,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24635,'No',5,0,11588,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24636,'NA',5,0,11588,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24637,'Other',20,0,11588,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24638,'Yes',0,0,11589,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24639,'No',5,0,11589,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24640,'NA',0,0,11589,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24641,'Other',20,0,11589,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24642,'Choice 6',5,0,11589,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24643,'Yes',0,0,11590,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24644,'No',5,0,11590,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24645,'Other',20,0,11590,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24646,'Yes',0,0,11591,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24647,'No',5,0,11591,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24648,'NA',5,0,11591,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24649,'Other',20,0,11591,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24650,'Yes',0,0,11592,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24651,'No',5,0,11592,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24652,'NA',0,0,11592,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24653,'Other',20,0,11592,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24654,'Yes',0,0,11593,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24655,'No',5,0,11593,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24656,'NA',5,0,11593,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24657,'Other',20,0,11593,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24658,'Director',0,0,11599,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24659,'Owner Landlord',0,0,11599,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24660,'Site Maitenance',0,0,11599,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24661,'Estate Agent',0,0,11599,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24662,'Letting Agent',0,0,11599,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24663,'Other',0,0,11599,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24664,'Property Agent',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24665,'Owner Landlord',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24666,'Site Manager',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24667,'Property Manager',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24668,'Construction Manager',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24669,'Fire Warden',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24670,'Director',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24671,'CEO',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24672,'Other',0,0,11600,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24673,'A Property Within Building Block',0,0,11601,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24674,'All Of The Property',0,0,11601,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24675,'Communal Areas Only',0,0,11601,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24676,'House',0,0,11601,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24677,'Flat',0,0,11601,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24678,'Other',0,0,11601,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24679,'Nebosh',0,0,11608,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24680,'Level 2 Fire Risk Assessor',0,0,11608,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24681,'Competant Person',0,0,11608,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24682,'Yes',0,0,11609,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24683,'Option',5,0,11609,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24684,'No',8,0,11609,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24685,'N/A',0,0,11609,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24686,'Other',20,0,11609,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24687,'Yes 1',1,0,11611,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24688,'Yes 2',0,0,11611,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24689,'No',7,0,11611,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24690,'N/A',0,0,11611,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24691,'Other',20,0,11611,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24692,'Yes',0,0,11613,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24693,'No 1',7,0,11613,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24694,'No 2',7,0,11613,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24695,'Other',20,0,11613,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24696,'N/A',0,0,11613,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24697,'Yes',0,0,11615,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24698,'No 1',5,0,11615,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24699,'No 2',5,0,11615,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24700,'Yes',0,0,11616,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24701,'No',8,0,11616,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24702,'Other',20,0,11616,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24703,'N/A',0,0,11616,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24704,'Yes',0,0,11617,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24705,'No',8,0,11617,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24706,'Other',20,0,11617,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24707,'N/A',0,0,11617,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24708,'Yes',0,0,11618,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24709,'No',8,0,11618,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24710,'Other',20,0,11618,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24711,'N/A',0,0,11618,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24712,'Yes',0,0,11620,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24713,'No',8,0,11620,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24714,'Other',20,0,11620,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24715,'N/A',0,0,11620,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24716,'Fan Heaters',4,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24717,'Electric Heaters',4,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24718,'Gas Heater',5,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24719,'Other Boilers',2,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24720,'Electrical Equipment',3,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24721,'Electrical Leads',3,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24722,'Portable Equipment',3,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24723,'Portable Lighting',2,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24724,'Cooking kitchen Equipment',6,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24725,'Other',20,0,11621,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24726,'Detached',1,0,11622,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24727,'Semi Detached',2,0,11622,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24728,'Terraced',3,0,11622,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24729,'Linked-Detached',1,0,11622,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24730,'Other',20,0,11622,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24731,'House',1,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24732,'Bungalow',1,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24733,'Block of Flats - Studios up to 6 Floor Levels',3,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24734,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24735,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24736,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24737,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24738,'Underground Property',1,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24739,'Factory/ Warehouse',3,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24740,'Garage/ Workshop',3,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24741,'Retail Shop',2,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24742,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24743,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24744,'Other',20,0,11623,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24745,'1-5',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24746,'5-10',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24747,'10-15',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24748,'15-20',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24749,'20-25',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24750,'25-30',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24751,'30-35',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24752,'35-40',0,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24753,'Other',20,0,11624,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24754,'1',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24755,'2',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24756,'3',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24757,'4',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24758,'5',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24759,'6',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24760,'7',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24761,'8',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24762,'9',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24763,'10',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24764,'11',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24765,'12',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24766,'13',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24767,'14',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24768,'15',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24769,'16',1,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24770,'N/A',0,0,11627,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24771,'1',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24772,'2',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24773,'3',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24774,'4',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24775,'5',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24776,'6',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24777,'7',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24778,'8',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24779,'9',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24780,'10',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24781,'11',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24782,'12',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24783,'13',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24784,'14',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24785,'15',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24786,'16',2,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24787,'N/A',0,0,11628,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24788,'Solid concrete all levels',0,0,11629,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24789,'Timber joists all levels',3,0,11629,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24790,'Concrete lowest floor – Timber above higher levels',3,0,11629,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24791,'Other',20,0,11629,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24792,'Wood',2,0,11630,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24793,'Plastics',1,0,11630,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24794,'Aluminium',0,0,11630,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24795,'Stone',0,0,11630,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24796,'Other',20,0,11630,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24797,'Yes',1,0,11632,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24798,'No',3,0,11632,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24799,'Unknown',3,0,11632,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24800,'Yes',1,0,11633,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24801,'No',5,0,11633,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24802,'Unknown',5,0,11633,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24803,'Other',20,0,11634,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24804,'Very Good',1,0,11635,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24805,'Good',1,0,11635,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24806,'Fair',1,0,11635,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24807,'Poor',2,0,11635,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24808,'Very Poor',2,0,11635,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24809,'0%',0,0,11638,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24810,'25%',0,0,11638,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24811,'50%',0,0,11638,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24812,'75%',0,0,11638,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24813,'100%',0,0,11638,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24814,'0%',0,0,11639,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24815,'25%',1,0,11639,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24816,'50%',1,0,11639,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24817,'75%',1,0,11639,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24818,'100%',1,0,11639,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24819,'0%',0,0,11640,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24820,'25%',0,0,11640,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24821,'50%',0,0,11640,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24822,'75%',0,0,11640,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24823,'100%',0,0,11640,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24824,'0%',0,0,11641,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24825,'25%',3,0,11641,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24826,'50%',3,0,11641,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24827,'75%',3,0,11641,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24828,'100%',3,0,11641,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24829,'0%',0,0,11642,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24830,'25%',1,0,11642,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24831,'50%',1,0,11642,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24832,'75%',1,0,11642,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24833,'100%',1,0,11642,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24834,'0%',0,0,11643,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24835,'25%',5,0,11643,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24836,'50%',5,0,11643,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24837,'75%',5,0,11643,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24838,'100%',5,0,11643,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24839,'0%',0,0,11644,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24840,'25%',5,0,11644,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24841,'50%',5,0,11644,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24842,'75%',5,0,11644,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24843,'100%',5,0,11644,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24844,'0%',0,0,11645,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24845,'25%',1,0,11645,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24846,'50%',1,0,11645,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24847,'75%',1,0,11645,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24848,'100%',1,0,11645,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24849,'Other',20,0,11646,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24850,'Detached',1,0,11647,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24851,'Semi Detached',2,0,11647,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24852,'Terraced',3,0,11647,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24853,'Linked-Detached',1,0,11647,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24854,'Other',20,0,11647,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24855,'House',1,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24856,'Bungalow',1,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24857,'Block of Flats - Studios up to 6 Floor Levels',3,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24858,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24859,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24860,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24861,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24862,'Underground Property',1,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24863,'Factory/ Warehouse',3,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24864,'Garage/ Workshop',3,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24865,'Retail Shop',2,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24866,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24867,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24868,'Other',20,0,11648,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24869,'1-5',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24870,'5-10',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24871,'10-15',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24872,'15-20',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24873,'20-25',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24874,'25-30',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24875,'30-35',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24876,'35-40',0,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24877,'Other',20,0,11649,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24878,'1',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24879,'2',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24880,'3',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24881,'4',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24882,'5',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24883,'6',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24884,'7',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24885,'8',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24886,'9',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24887,'10',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24888,'11',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24889,'12',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24890,'13',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24891,'14',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24892,'15',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24893,'16',1,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24894,'N/A',0,0,11652,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24895,'1',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24896,'2',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24897,'3',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24898,'4',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24899,'5',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24900,'6',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24901,'7',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24902,'8',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24903,'9',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24904,'10',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24905,'11',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24906,'12',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24907,'13',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24908,'14',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24909,'15',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24910,'16',2,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24911,'N/A',0,0,11653,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24912,'Solid concrete all levels',0,0,11654,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24913,'Timber joists all levels',3,0,11654,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24914,'Concrete lowest floor – Timber above higher levels',3,0,11654,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24915,'Other',20,0,11654,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24916,'Wood',2,0,11655,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24917,'Plastics',1,0,11655,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24918,'Aluminium',0,0,11655,'2022-12-01 14:44:09','2022-12-01 14:44:09');
INSERT INTO `question_choices` VALUES (24919,'Stone',0,0,11655,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24920,'Other',20,0,11655,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24921,'Yes',1,0,11657,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24922,'No',3,0,11657,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24923,'Unknown',3,0,11657,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24924,'Yes',1,0,11658,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24925,'No',5,0,11658,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24926,'Unknown',5,0,11658,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24927,'Other',20,0,11659,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24928,'Very Good',1,0,11660,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24929,'Good',1,0,11660,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24930,'Fair',1,0,11660,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24931,'Poor',2,0,11660,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24932,'Very Poor',2,0,11660,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24933,'0%',0,0,11663,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24934,'25%',0,0,11663,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24935,'50%',0,0,11663,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24936,'75%',0,0,11663,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24937,'100%',0,0,11663,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24938,'0%',0,0,11664,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24939,'25%',1,0,11664,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24940,'50%',1,0,11664,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24941,'75%',1,0,11664,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24942,'100%',1,0,11664,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24943,'0%',0,0,11665,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24944,'25%',0,0,11665,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24945,'50%',0,0,11665,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24946,'75%',0,0,11665,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24947,'100%',0,0,11665,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24948,'0%',0,0,11666,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24949,'25%',3,0,11666,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24950,'50%',3,0,11666,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24951,'75%',3,0,11666,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24952,'100%',3,0,11666,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24953,'0%',0,0,11667,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24954,'25%',1,0,11667,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24955,'50%',1,0,11667,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24956,'75%',1,0,11667,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24957,'100%',1,0,11667,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24958,'0%',0,0,11668,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24959,'25%',5,0,11668,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24960,'50%',5,0,11668,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24961,'75%',5,0,11668,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24962,'100%',5,0,11668,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24963,'0%',0,0,11669,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24964,'25%',5,0,11669,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24965,'50%',5,0,11669,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24966,'75%',5,0,11669,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24967,'100%',5,0,11669,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24968,'0%',0,0,11670,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24969,'25%',1,0,11670,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24970,'50%',1,0,11670,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24971,'75%',1,0,11670,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24972,'100%',1,0,11670,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24973,'Other',20,0,11671,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(24974,'Yes',0,0,11673,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24975,'Yes',0,0,11673,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24976,'NA',0,0,11673,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24977,'Other',20,0,11673,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24978,'Yes',1,0,11674,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24979,'No',0,0,11674,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24980,'Other',20,0,11674,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24981,'Yes',0,0,11675,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24982,'No',9,0,11675,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24983,'NA',0,0,11675,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24984,'Other',20,0,11675,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24985,'Yes',0,0,11676,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24986,'No',7,0,11676,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24987,'NA',0,0,11676,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24988,'Other',20,0,11676,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24989,'Yes',0,0,11677,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24990,'No',6,0,11677,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24991,'NA',0,0,11677,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24992,'Other',20,0,11677,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24993,'Yes',0,0,11678,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24994,'No',6,0,11678,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24995,'NA',0,0,11678,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24996,'Other',20,0,11678,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24997,'Yes',0,0,11679,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24998,'No',4,0,11679,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(24999,'No',7,0,11679,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25000,'N/A',0,0,11679,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25001,'Other',20,0,11679,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25002,'Yes',0,0,11680,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25003,'No',6,0,11680,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25004,'NA',0,0,11680,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25005,'Other',20,0,11680,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25006,'Yes',0,0,11681,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25007,'No',8,0,11681,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25008,'NA',0,0,11681,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25009,'Other',20,0,11681,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25010,'Yes',3,0,11682,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25011,'Yes',4,0,11682,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25012,'Yes',5,0,11682,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25013,'Other',20,0,11682,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25014,'Wood/Paper/Cardboard etc',3,0,11683,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25015,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11683,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25016,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11683,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25017,'Waste Material Controlled -in locked wheely bin or store',2,0,11683,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25018,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11683,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25019,'Other',20,0,11683,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25020,'Fan Heaters',4,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25021,'Electric Heaters',4,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25022,'Gas Heater',5,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25023,'Other Boilers',2,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25024,'Electrical Equipment',3,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25025,'Electrical Leads',3,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25026,'Portable Equipment',3,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25027,'Portable Lighting',2,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25028,'Cooking kitchen Equipment',6,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25029,'Other',20,0,11686,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25030,'Yes',0,0,11688,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25031,'No',2,0,11688,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25032,'Other',20,0,11688,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25033,'N/A',0,0,11688,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25034,'Yes',0,0,11689,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25035,'No',2,0,11689,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25036,'Other',20,0,11689,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25037,'N/A',0,0,11689,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25038,'Yes',0,0,11690,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25039,'No',2,0,11690,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25040,'Other',20,0,11690,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25041,'N/A',0,0,11690,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25042,'Yes',0,0,11692,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25043,'No',2,0,11692,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25044,'Other',20,0,11692,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25045,'N/A',0,0,11692,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25046,'Yes',0,0,11694,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25047,'No',2,0,11694,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25048,'Other',20,0,11694,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25049,'N/A',0,0,11694,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25050,'Yes',0,0,11695,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25051,'No',2,0,11695,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25052,'Other',20,0,11695,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25053,'N/A',0,0,11695,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25054,'Yes',0,0,11696,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25055,'No',3,0,11696,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25056,'Other',20,0,11696,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25057,'N/A',0,0,11696,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25058,'Yes',0,0,11698,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25059,'No',3,0,11698,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25060,'Other',20,0,11698,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25061,'N/A',0,0,11698,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25062,'N/A',0,0,11698,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25063,'Yes',0,0,11699,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25064,'No',4,0,11699,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25065,'No Disabled',0,0,11699,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25066,'Other',20,0,11699,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25067,'N/A',0,0,11699,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25068,'Yes',0,0,11700,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25069,'No',4,0,11700,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25070,'Other',20,0,11700,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25071,'N/A',0,0,11700,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25072,'Yes',0,0,11701,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25073,'No',3,0,11701,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25074,'Other',20,0,11701,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25075,'N/A',0,0,11701,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25076,'Yes',0,0,11702,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25077,'No',4,0,11702,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25078,'Other',20,0,11702,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25079,'N/A',0,0,11702,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25080,'Yes',0,0,11703,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25081,'No',4,0,11703,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25082,'Other',20,0,11703,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25083,'N/A',0,0,11703,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25084,'Yes',0,0,11704,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25085,'No',5,0,11704,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25086,'Other',20,0,11704,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25087,'N/A',0,0,11704,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25088,'1 Yes',0,0,11705,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25089,'2 Yes',3,0,11705,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25090,'No',6,0,11705,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25091,'Other',20,0,11705,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25092,'N/A',0,0,11705,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25093,'Yes',0,0,11706,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25094,'No',5,0,11706,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25095,'Other',20,0,11706,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25096,'N/A',0,0,11706,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25097,'Yes',0,0,11708,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25098,'Option',5,0,11708,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25099,'No',8,0,11708,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25100,'N/A',0,0,11708,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25101,'Other',20,0,11708,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25102,'Yes 1',1,0,11710,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25103,'Yes 2',0,0,11710,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25104,'No',7,0,11710,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25105,'N/A',0,0,11710,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25106,'Other',20,0,11710,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25107,'Yes',0,0,11712,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25108,'No 1',7,0,11712,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25109,'No 2',7,0,11712,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25110,'Other',20,0,11712,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25111,'N/A',0,0,11712,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25112,'Yes',0,0,11714,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25113,'No 1',5,0,11714,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25114,'No 2',5,0,11714,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25115,'Yes',0,0,11715,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25116,'No',8,0,11715,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25117,'Other',20,0,11715,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25118,'N/A',0,0,11715,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25119,'Yes',0,0,11716,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25120,'No',8,0,11716,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25121,'Other',20,0,11716,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25122,'N/A',0,0,11716,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25123,'Yes',0,0,11717,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25124,'No',8,0,11717,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25125,'Other',20,0,11717,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25126,'N/A',0,0,11717,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25127,'Yes',0,0,11719,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25128,'No',8,0,11719,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25129,'Other',20,0,11719,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25130,'N/A',0,0,11719,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25131,'Yes',0,0,11720,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25132,'No',6,0,11720,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25133,'Other',20,0,11720,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25134,'N/A',0,0,11720,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25135,'Yes',0,0,11722,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25136,'No',2,0,11722,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25137,'Other',20,0,11722,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25138,'N/A',0,0,11722,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25139,'Yes',0,0,11723,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25140,'No',2,0,11723,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25141,'Other',20,0,11723,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25142,'N/A',0,0,11723,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25143,'Yes',0,0,11724,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25144,'No',2,0,11724,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25145,'Other',20,0,11724,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25146,'N/A',0,0,11724,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25147,'Yes',0,0,11726,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25148,'No',2,0,11726,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25149,'Other',20,0,11726,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25150,'N/A',0,0,11726,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25151,'Yes',0,0,11728,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25152,'No',2,0,11728,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25153,'Other',20,0,11728,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25154,'N/A',0,0,11728,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25155,'Yes',0,0,11729,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25156,'No',2,0,11729,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25157,'Other',20,0,11729,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25158,'N/A',0,0,11729,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25159,'Yes',0,0,11730,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25160,'No',3,0,11730,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25161,'Other',20,0,11730,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25162,'N/A',0,0,11730,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25163,'Yes',0,0,11732,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25164,'No',3,0,11732,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25165,'Other',20,0,11732,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25166,'N/A',0,0,11732,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25167,'N/A',0,0,11732,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25168,'Yes',0,0,11733,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25169,'No',4,0,11733,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25170,'No Disabled',0,0,11733,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25171,'Other',20,0,11733,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25172,'N/A',0,0,11733,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25173,'Yes',0,0,11734,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25174,'No',4,0,11734,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25175,'Other',20,0,11734,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25176,'N/A',0,0,11734,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25177,'Yes',0,0,11735,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25178,'No',3,0,11735,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25179,'Other',20,0,11735,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25180,'N/A',0,0,11735,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25181,'Yes',0,0,11736,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25182,'No',4,0,11736,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25183,'Other',20,0,11736,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25184,'N/A',0,0,11736,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25185,'Yes',0,0,11737,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25186,'No',4,0,11737,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25187,'Other',20,0,11737,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25188,'N/A',0,0,11737,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25189,'Yes',0,0,11738,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25190,'No',5,0,11738,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25191,'Other',20,0,11738,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25192,'N/A',0,0,11738,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25193,'1 Yes',0,0,11739,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25194,'2 Yes',3,0,11739,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25195,'No',6,0,11739,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25196,'Other',20,0,11739,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25197,'N/A',0,0,11739,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25198,'Yes',0,0,11740,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25199,'No',5,0,11740,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25200,'Other',20,0,11740,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25201,'N/A',0,0,11740,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25202,'Yes',0,0,11742,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25203,'No',4,0,11742,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25204,'No',7,0,11742,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25205,'N/A',0,0,11742,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25206,'Other',20,0,11742,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25207,'Yes',0,0,11743,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25208,'No',6,0,11743,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25209,'NA',0,0,11743,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25210,'Other',20,0,11743,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25211,'Yes',0,0,11744,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25212,'Yes',0,0,11744,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25213,'NA',0,0,11744,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25214,'Other',20,0,11744,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25215,'Yes',1,0,11745,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25216,'No',0,0,11745,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25217,'Other',20,0,11745,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25218,'Yes',0,0,11746,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25219,'No',9,0,11746,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25220,'NA',0,0,11746,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25221,'Other',20,0,11746,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25222,'Yes',0,0,11747,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25223,'No',7,0,11747,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25224,'NA',0,0,11747,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25225,'Other',20,0,11747,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25226,'Yes',0,0,11748,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25227,'No',6,0,11748,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25228,'NA',0,0,11748,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25229,'Other',20,0,11748,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25230,'Yes',0,0,11749,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25231,'No',6,0,11749,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25232,'NA',0,0,11749,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25233,'Other',20,0,11749,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25234,'Yes',0,0,11750,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25235,'No',8,0,11750,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25236,'NA',0,0,11750,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25237,'Other',20,0,11750,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25238,'Yes',3,0,11751,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25239,'Yes',4,0,11751,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25240,'Yes',5,0,11751,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25241,'Other',20,0,11751,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25242,'Detached',1,0,11752,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25243,'Semi Detached',2,0,11752,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25244,'Terraced',3,0,11752,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25245,'Linked-Detached',1,0,11752,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25246,'Other',20,0,11752,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25247,'House',1,0,11753,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25248,'Bungalow',1,0,11753,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25249,'Block of Flats - Studios up to 6 Floor Levels',3,0,11753,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25250,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11753,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25251,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11753,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(25252,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25253,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25254,'Underground Property',1,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25255,'Factory/ Warehouse',3,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25256,'Garage/ Workshop',3,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25257,'Retail Shop',2,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25258,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25259,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25260,'Other',20,0,11753,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25261,'1-5',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25262,'5-10',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25263,'10-15',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25264,'15-20',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25265,'20-25',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25266,'25-30',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25267,'30-35',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25268,'35-40',0,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25269,'Other',20,0,11754,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25270,'1',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25271,'2',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25272,'3',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25273,'4',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25274,'5',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25275,'6',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25276,'7',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25277,'8',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25278,'9',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25279,'10',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25280,'11',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25281,'12',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25282,'13',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25283,'14',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25284,'15',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25285,'16',1,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25286,'N/A',0,0,11757,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25287,'1',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25288,'2',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25289,'3',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25290,'4',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25291,'5',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25292,'6',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25293,'7',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25294,'8',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25295,'9',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25296,'10',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25297,'11',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25298,'12',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25299,'13',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25300,'14',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25301,'15',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25302,'16',2,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25303,'N/A',0,0,11758,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25304,'Solid concrete all levels',0,0,11759,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25305,'Timber joists all levels',3,0,11759,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25306,'Concrete lowest floor – Timber above higher levels',3,0,11759,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25307,'Other',20,0,11759,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25308,'Wood',2,0,11760,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25309,'Plastics',1,0,11760,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25310,'Aluminium',0,0,11760,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25311,'Stone',0,0,11760,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25312,'Other',20,0,11760,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25313,'Yes',1,0,11762,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25314,'No',3,0,11762,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25315,'Unknown',3,0,11762,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25316,'Yes',1,0,11763,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25317,'No',5,0,11763,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25318,'Unknown',5,0,11763,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25319,'Other',20,0,11764,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25320,'Very Good',1,0,11765,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25321,'Good',1,0,11765,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25322,'Fair',1,0,11765,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25323,'Poor',2,0,11765,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25324,'Very Poor',2,0,11765,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25325,'0%',0,0,11768,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25326,'25%',0,0,11768,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25327,'50%',0,0,11768,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25328,'75%',0,0,11768,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25329,'100%',0,0,11768,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25330,'0%',0,0,11769,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25331,'25%',1,0,11769,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25332,'50%',1,0,11769,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25333,'75%',1,0,11769,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25334,'100%',1,0,11769,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25335,'0%',0,0,11770,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25336,'25%',0,0,11770,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25337,'50%',0,0,11770,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25338,'75%',0,0,11770,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25339,'100%',0,0,11770,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25340,'0%',0,0,11771,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25341,'25%',3,0,11771,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25342,'50%',3,0,11771,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25343,'75%',3,0,11771,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25344,'100%',3,0,11771,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25345,'0%',0,0,11772,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25346,'25%',1,0,11772,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25347,'50%',1,0,11772,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25348,'75%',1,0,11772,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25349,'100%',1,0,11772,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25350,'0%',0,0,11773,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25351,'25%',5,0,11773,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25352,'50%',5,0,11773,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25353,'75%',5,0,11773,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25354,'100%',5,0,11773,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25355,'0%',0,0,11774,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25356,'25%',5,0,11774,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25357,'50%',5,0,11774,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25358,'75%',5,0,11774,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25359,'100%',5,0,11774,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25360,'0%',0,0,11775,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25361,'25%',1,0,11775,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25362,'50%',1,0,11775,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25363,'75%',1,0,11775,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25364,'100%',1,0,11775,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25365,'Other',20,0,11776,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25366,'Yes',0,0,11782,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25367,'Yes',0,0,11782,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25368,'No',5,0,11782,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25369,'N/A',0,0,11782,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25370,'Other',20,0,11782,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25371,'Yes',0,0,11783,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25372,'No',5,0,11783,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25373,'Other',20,0,11783,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25374,'Yes',1,0,11787,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25375,'Yes',0,0,11787,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25376,'No',5,0,11787,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25377,'Other',20,0,11787,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25378,'Yes',0,0,11788,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25379,'No',5,0,11788,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25380,'NA',5,0,11788,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25381,'Other',20,0,11788,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25382,'Yes',0,0,11789,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25383,'No',5,0,11789,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25384,'NA',0,0,11789,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25385,'Other',20,0,11789,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25386,'Choice 6',5,0,11789,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25387,'Yes',0,0,11790,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25388,'No',5,0,11790,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25389,'Other',20,0,11790,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25390,'Yes',0,0,11791,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25391,'No',5,0,11791,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25392,'NA',5,0,11791,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25393,'Other',20,0,11791,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25394,'Yes',0,0,11792,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25395,'No',5,0,11792,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25396,'NA',0,0,11792,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25397,'Other',20,0,11792,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25398,'Yes',0,0,11793,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25399,'No',5,0,11793,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25400,'NA',5,0,11793,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25401,'Other',20,0,11793,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25402,'Director',0,0,11799,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25403,'Owner Landlord',0,0,11799,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25404,'Site Maitenance',0,0,11799,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25405,'Estate Agent',0,0,11799,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25406,'Letting Agent',0,0,11799,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25407,'Other',0,0,11799,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25408,'Property Agent',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25409,'Owner Landlord',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25410,'Site Manager',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25411,'Property Manager',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25412,'Construction Manager',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25413,'Fire Warden',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25414,'Director',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25415,'CEO',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25416,'Other',0,0,11800,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25417,'A Property Within Building Block',0,0,11801,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25418,'All Of The Property',0,0,11801,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25419,'Communal Areas Only',0,0,11801,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25420,'House',0,0,11801,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25421,'Flat',0,0,11801,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25422,'Other',0,0,11801,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25423,'Nebosh',0,0,11808,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25424,'Level 2 Fire Risk Assessor',0,0,11808,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25425,'Competant Person',0,0,11808,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25426,'Yes',0,0,11809,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25427,'Option',5,0,11809,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25428,'No',8,0,11809,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25429,'N/A',0,0,11809,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25430,'Other',20,0,11809,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25431,'Yes 1',1,0,11811,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25432,'Yes 2',0,0,11811,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25433,'No',7,0,11811,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25434,'N/A',0,0,11811,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25435,'Other',20,0,11811,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25436,'Yes',0,0,11813,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25437,'No 1',7,0,11813,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25438,'No 2',7,0,11813,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25439,'Other',20,0,11813,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25440,'N/A',0,0,11813,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25441,'Yes',0,0,11815,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25442,'No 1',5,0,11815,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25443,'No 2',5,0,11815,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25444,'Yes',0,0,11816,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25445,'No',8,0,11816,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25446,'Other',20,0,11816,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25447,'N/A',0,0,11816,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25448,'Yes',0,0,11817,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25449,'No',8,0,11817,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25450,'Other',20,0,11817,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25451,'N/A',0,0,11817,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25452,'Yes',0,0,11818,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25453,'No',8,0,11818,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25454,'Other',20,0,11818,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25455,'N/A',0,0,11818,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25456,'Yes',0,0,11820,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25457,'No',8,0,11820,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25458,'Other',20,0,11820,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25459,'N/A',0,0,11820,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25460,'Fan Heaters',4,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25461,'Electric Heaters',4,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25462,'Gas Heater',5,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25463,'Other Boilers',2,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25464,'Electrical Equipment',3,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25465,'Electrical Leads',3,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25466,'Portable Equipment',3,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25467,'Portable Lighting',2,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25468,'Cooking kitchen Equipment',6,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25469,'Other',20,0,11821,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25470,'Detached',1,0,11822,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25471,'Semi Detached',2,0,11822,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25472,'Terraced',3,0,11822,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25473,'Linked-Detached',1,0,11822,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25474,'Other',20,0,11822,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25475,'House',1,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25476,'Bungalow',1,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25477,'Block of Flats - Studios up to 6 Floor Levels',3,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25478,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25479,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25480,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25481,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25482,'Underground Property',1,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25483,'Factory/ Warehouse',3,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25484,'Garage/ Workshop',3,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25485,'Retail Shop',2,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25486,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25487,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25488,'Other',20,0,11823,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25489,'1-5',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25490,'5-10',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25491,'10-15',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25492,'15-20',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25493,'20-25',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25494,'25-30',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25495,'30-35',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25496,'35-40',0,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25497,'Other',20,0,11824,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25498,'1',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25499,'2',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25500,'3',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25501,'4',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25502,'5',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25503,'6',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25504,'7',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25505,'8',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25506,'9',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25507,'10',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25508,'11',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25509,'12',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25510,'13',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25511,'14',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25512,'15',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25513,'16',1,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25514,'N/A',0,0,11827,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25515,'1',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25516,'2',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25517,'3',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25518,'4',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25519,'5',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25520,'6',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25521,'7',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25522,'8',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25523,'9',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25524,'10',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25525,'11',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25526,'12',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25527,'13',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25528,'14',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25529,'15',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25530,'16',2,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25531,'N/A',0,0,11828,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25532,'Solid concrete all levels',0,0,11829,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25533,'Timber joists all levels',3,0,11829,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25534,'Concrete lowest floor – Timber above higher levels',3,0,11829,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25535,'Other',20,0,11829,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25536,'Wood',2,0,11830,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25537,'Plastics',1,0,11830,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25538,'Aluminium',0,0,11830,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25539,'Stone',0,0,11830,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25540,'Other',20,0,11830,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25541,'Yes',1,0,11832,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25542,'No',3,0,11832,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25543,'Unknown',3,0,11832,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25544,'Yes',1,0,11833,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25545,'No',5,0,11833,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25546,'Unknown',5,0,11833,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25547,'Other',20,0,11834,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25548,'Very Good',1,0,11835,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25549,'Good',1,0,11835,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25550,'Fair',1,0,11835,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25551,'Poor',2,0,11835,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25552,'Very Poor',2,0,11835,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25553,'0%',0,0,11838,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25554,'25%',0,0,11838,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25555,'50%',0,0,11838,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25556,'75%',0,0,11838,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25557,'100%',0,0,11838,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25558,'0%',0,0,11839,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25559,'25%',1,0,11839,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25560,'50%',1,0,11839,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25561,'75%',1,0,11839,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25562,'100%',1,0,11839,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25563,'0%',0,0,11840,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25564,'25%',0,0,11840,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25565,'50%',0,0,11840,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25566,'75%',0,0,11840,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25567,'100%',0,0,11840,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25568,'0%',0,0,11841,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25569,'25%',3,0,11841,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25570,'50%',3,0,11841,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25571,'75%',3,0,11841,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25572,'100%',3,0,11841,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25573,'0%',0,0,11842,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25574,'25%',1,0,11842,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25575,'50%',1,0,11842,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25576,'75%',1,0,11842,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25577,'100%',1,0,11842,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25578,'0%',0,0,11843,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25579,'25%',5,0,11843,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25580,'50%',5,0,11843,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25581,'75%',5,0,11843,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25582,'100%',5,0,11843,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25583,'0%',0,0,11844,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25584,'25%',5,0,11844,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25585,'50%',5,0,11844,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25586,'75%',5,0,11844,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25587,'100%',5,0,11844,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25588,'0%',0,0,11845,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25589,'25%',1,0,11845,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25590,'50%',1,0,11845,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25591,'75%',1,0,11845,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25592,'100%',1,0,11845,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25593,'Other',20,0,11846,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25594,'Detached',1,0,11847,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25595,'Semi Detached',2,0,11847,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25596,'Terraced',3,0,11847,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25597,'Linked-Detached',1,0,11847,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25598,'Other',20,0,11847,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25599,'House',1,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25600,'Bungalow',1,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25601,'Block of Flats - Studios up to 6 Floor Levels',3,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25602,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25603,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25604,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25605,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25606,'Underground Property',1,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25607,'Factory/ Warehouse',3,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25608,'Garage/ Workshop',3,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25609,'Retail Shop',2,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25610,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25611,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25612,'Other',20,0,11848,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25613,'1-5',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25614,'5-10',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25615,'10-15',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25616,'15-20',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25617,'20-25',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25618,'25-30',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25619,'30-35',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25620,'35-40',0,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25621,'Other',20,0,11849,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25622,'1',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25623,'2',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25624,'3',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25625,'4',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25626,'5',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25627,'6',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25628,'7',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25629,'8',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25630,'9',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25631,'10',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25632,'11',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25633,'12',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25634,'13',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25635,'14',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25636,'15',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25637,'16',1,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25638,'N/A',0,0,11852,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25639,'1',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25640,'2',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25641,'3',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25642,'4',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25643,'5',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25644,'6',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25645,'7',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25646,'8',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25647,'9',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25648,'10',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25649,'11',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25650,'12',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25651,'13',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25652,'14',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25653,'15',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25654,'16',2,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25655,'N/A',0,0,11853,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25656,'Solid concrete all levels',0,0,11854,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25657,'Timber joists all levels',3,0,11854,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25658,'Concrete lowest floor – Timber above higher levels',3,0,11854,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25659,'Other',20,0,11854,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25660,'Wood',2,0,11855,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25661,'Plastics',1,0,11855,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25662,'Aluminium',0,0,11855,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25663,'Stone',0,0,11855,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25664,'Other',20,0,11855,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25665,'Yes',1,0,11857,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25666,'No',3,0,11857,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25667,'Unknown',3,0,11857,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25668,'Yes',1,0,11858,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25669,'No',5,0,11858,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25670,'Unknown',5,0,11858,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25671,'Other',20,0,11859,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25672,'Very Good',1,0,11860,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25673,'Good',1,0,11860,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25674,'Fair',1,0,11860,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25675,'Poor',2,0,11860,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25676,'Very Poor',2,0,11860,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25677,'0%',0,0,11863,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25678,'25%',0,0,11863,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25679,'50%',0,0,11863,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25680,'75%',0,0,11863,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25681,'100%',0,0,11863,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25682,'0%',0,0,11864,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25683,'25%',1,0,11864,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25684,'50%',1,0,11864,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25685,'75%',1,0,11864,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25686,'100%',1,0,11864,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25687,'0%',0,0,11865,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25688,'25%',0,0,11865,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25689,'50%',0,0,11865,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25690,'75%',0,0,11865,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25691,'100%',0,0,11865,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25692,'0%',0,0,11866,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25693,'25%',3,0,11866,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25694,'50%',3,0,11866,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25695,'75%',3,0,11866,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25696,'100%',3,0,11866,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25697,'0%',0,0,11867,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25698,'25%',1,0,11867,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25699,'50%',1,0,11867,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25700,'75%',1,0,11867,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25701,'100%',1,0,11867,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25702,'0%',0,0,11868,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25703,'25%',5,0,11868,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25704,'50%',5,0,11868,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25705,'75%',5,0,11868,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25706,'100%',5,0,11868,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25707,'0%',0,0,11869,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25708,'25%',5,0,11869,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25709,'50%',5,0,11869,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25710,'75%',5,0,11869,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25711,'100%',5,0,11869,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25712,'0%',0,0,11870,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25713,'25%',1,0,11870,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25714,'50%',1,0,11870,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25715,'75%',1,0,11870,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25716,'100%',1,0,11870,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25717,'Other',20,0,11871,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(25718,'Yes',0,0,11876,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25719,'Yes',0,0,11876,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25720,'NA',0,0,11876,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25721,'Other',20,0,11876,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25722,'Yes',1,0,11877,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25723,'No',0,0,11877,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25724,'Other',20,0,11877,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25725,'Yes',0,0,11878,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25726,'No',9,0,11878,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25727,'NA',0,0,11878,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25728,'Other',20,0,11878,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25729,'Yes',0,0,11879,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25730,'No',7,0,11879,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25731,'NA',0,0,11879,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25732,'Other',20,0,11879,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25733,'Yes',0,0,11880,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25734,'No',6,0,11880,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25735,'NA',0,0,11880,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25736,'Other',20,0,11880,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25737,'Yes',0,0,11881,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25738,'No',6,0,11881,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25739,'NA',0,0,11881,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25740,'Other',20,0,11881,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25741,'Yes',0,0,11882,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25742,'No',4,0,11882,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25743,'No',7,0,11882,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25744,'N/A',0,0,11882,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25745,'Other',20,0,11882,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25746,'Yes',0,0,11883,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25747,'No',6,0,11883,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25748,'NA',0,0,11883,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25749,'Other',20,0,11883,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25750,'Yes',0,0,11884,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25751,'No',8,0,11884,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25752,'NA',0,0,11884,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25753,'Other',20,0,11884,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25754,'Yes',3,0,11885,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25755,'Yes',4,0,11885,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25756,'Yes',5,0,11885,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25757,'Other',20,0,11885,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25758,'Wood/Paper/Cardboard etc',3,0,11886,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25759,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,11886,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25760,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,11886,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25761,'Waste Material Controlled -in locked wheely bin or store',2,0,11886,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25762,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,11886,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25763,'Other',20,0,11886,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25764,'Fan Heaters',4,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25765,'Electric Heaters',4,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25766,'Gas Heater',5,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25767,'Other Boilers',2,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25768,'Electrical Equipment',3,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25769,'Electrical Leads',3,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25770,'Portable Equipment',3,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25771,'Portable Lighting',2,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25772,'Cooking kitchen Equipment',6,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25773,'Other',20,0,11889,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25774,'Yes',0,0,11891,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25775,'No',2,0,11891,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25776,'Other',20,0,11891,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25777,'N/A',0,0,11891,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25778,'Yes',0,0,11892,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25779,'No',2,0,11892,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25780,'Other',20,0,11892,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25781,'N/A',0,0,11892,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25782,'Yes',0,0,11893,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25783,'No',2,0,11893,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25784,'Other',20,0,11893,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25785,'N/A',0,0,11893,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25786,'Yes',0,0,11895,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25787,'No',2,0,11895,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25788,'Other',20,0,11895,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25789,'N/A',0,0,11895,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25790,'Yes',0,0,11897,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25791,'No',2,0,11897,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25792,'Other',20,0,11897,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25793,'N/A',0,0,11897,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25794,'Yes',0,0,11898,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25795,'No',2,0,11898,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25796,'Other',20,0,11898,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25797,'N/A',0,0,11898,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25798,'Yes',0,0,11899,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25799,'No',3,0,11899,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25800,'Other',20,0,11899,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25801,'N/A',0,0,11899,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25802,'Yes',0,0,11901,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25803,'No',3,0,11901,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25804,'Other',20,0,11901,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25805,'N/A',0,0,11901,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25806,'N/A',0,0,11901,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25807,'Yes',0,0,11902,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25808,'No',4,0,11902,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25809,'No Disabled',0,0,11902,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25810,'Other',20,0,11902,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25811,'N/A',0,0,11902,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25812,'Yes',0,0,11903,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25813,'No',4,0,11903,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25814,'Other',20,0,11903,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25815,'N/A',0,0,11903,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25816,'Yes',0,0,11904,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25817,'No',3,0,11904,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25818,'Other',20,0,11904,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25819,'N/A',0,0,11904,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25820,'Yes',0,0,11905,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25821,'No',4,0,11905,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25822,'Other',20,0,11905,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25823,'N/A',0,0,11905,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25824,'Yes',0,0,11906,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25825,'No',4,0,11906,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25826,'Other',20,0,11906,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25827,'N/A',0,0,11906,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25828,'Yes',0,0,11907,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25829,'No',5,0,11907,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25830,'Other',20,0,11907,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25831,'N/A',0,0,11907,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25832,'1 Yes',0,0,11908,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25833,'2 Yes',3,0,11908,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25834,'No',6,0,11908,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25835,'Other',20,0,11908,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25836,'N/A',0,0,11908,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25837,'Yes',0,0,11909,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25838,'No',5,0,11909,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25839,'Other',20,0,11909,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25840,'N/A',0,0,11909,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25841,'Yes',0,0,11911,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25842,'Option',5,0,11911,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25843,'No',8,0,11911,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25844,'N/A',0,0,11911,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25845,'Other',20,0,11911,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25846,'Yes 1',1,0,11913,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25847,'Yes 2',0,0,11913,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25848,'No',7,0,11913,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25849,'N/A',0,0,11913,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25850,'Other',20,0,11913,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25851,'Yes',0,0,11915,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25852,'No 1',7,0,11915,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25853,'No 2',7,0,11915,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25854,'Other',20,0,11915,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25855,'N/A',0,0,11915,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25856,'Yes',0,0,11917,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25857,'No 1',5,0,11917,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25858,'No 2',5,0,11917,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25859,'Yes',0,0,11918,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25860,'No',8,0,11918,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25861,'Other',20,0,11918,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25862,'N/A',0,0,11918,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25863,'Yes',0,0,11919,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25864,'No',8,0,11919,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25865,'Other',20,0,11919,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25866,'N/A',0,0,11919,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25867,'Yes',0,0,11920,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25868,'No',8,0,11920,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25869,'Other',20,0,11920,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25870,'N/A',0,0,11920,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25871,'Yes',0,0,11922,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25872,'No',8,0,11922,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25873,'Other',20,0,11922,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25874,'N/A',0,0,11922,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25875,'Yes',0,0,11923,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25876,'No',6,0,11923,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25877,'Other',20,0,11923,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25878,'N/A',0,0,11923,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25879,'Yes',0,0,11925,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25880,'No',2,0,11925,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25881,'Other',20,0,11925,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25882,'N/A',0,0,11925,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25883,'Yes',0,0,11926,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25884,'No',2,0,11926,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25885,'Other',20,0,11926,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25886,'N/A',0,0,11926,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25887,'Yes',0,0,11927,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25888,'No',2,0,11927,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25889,'Other',20,0,11927,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25890,'N/A',0,0,11927,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25891,'Yes',0,0,11929,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25892,'No',2,0,11929,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25893,'Other',20,0,11929,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25894,'N/A',0,0,11929,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25895,'Yes',0,0,11931,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25896,'No',2,0,11931,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25897,'Other',20,0,11931,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25898,'N/A',0,0,11931,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25899,'Yes',0,0,11932,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25900,'No',2,0,11932,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25901,'Other',20,0,11932,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25902,'N/A',0,0,11932,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25903,'Yes',0,0,11933,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25904,'No',3,0,11933,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25905,'Other',20,0,11933,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25906,'N/A',0,0,11933,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25907,'Yes',0,0,11935,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25908,'No',3,0,11935,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25909,'Other',20,0,11935,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25910,'N/A',0,0,11935,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25911,'N/A',0,0,11935,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25912,'Yes',0,0,11936,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25913,'No',4,0,11936,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25914,'No Disabled',0,0,11936,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25915,'Other',20,0,11936,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25916,'N/A',0,0,11936,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25917,'Yes',0,0,11937,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25918,'No',4,0,11937,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25919,'Other',20,0,11937,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25920,'N/A',0,0,11937,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(25921,'Yes',0,0,11938,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25922,'No',3,0,11938,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25923,'Other',20,0,11938,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25924,'N/A',0,0,11938,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25925,'Yes',0,0,11939,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25926,'No',4,0,11939,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25927,'Other',20,0,11939,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25928,'N/A',0,0,11939,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25929,'Yes',0,0,11940,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25930,'No',4,0,11940,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25931,'Other',20,0,11940,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25932,'N/A',0,0,11940,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25933,'Yes',0,0,11941,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25934,'No',5,0,11941,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25935,'Other',20,0,11941,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25936,'N/A',0,0,11941,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25937,'1 Yes',0,0,11942,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25938,'2 Yes',3,0,11942,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25939,'No',6,0,11942,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25940,'Other',20,0,11942,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25941,'N/A',0,0,11942,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25942,'Yes',0,0,11943,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25943,'No',5,0,11943,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25944,'Other',20,0,11943,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25945,'N/A',0,0,11943,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25946,'Yes',0,0,11945,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25947,'No',4,0,11945,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25948,'No',7,0,11945,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25949,'N/A',0,0,11945,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25950,'Other',20,0,11945,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25951,'Yes',0,0,11946,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25952,'No',6,0,11946,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25953,'NA',0,0,11946,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25954,'Other',20,0,11946,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25955,'Yes',0,0,11947,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25956,'Yes',0,0,11947,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25957,'NA',0,0,11947,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25958,'Other',20,0,11947,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25959,'Yes',1,0,11948,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25960,'No',0,0,11948,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25961,'Other',20,0,11948,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25962,'Yes',0,0,11949,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25963,'No',9,0,11949,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25964,'NA',0,0,11949,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25965,'Other',20,0,11949,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25966,'Yes',0,0,11950,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25967,'No',7,0,11950,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25968,'NA',0,0,11950,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25969,'Other',20,0,11950,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25970,'Yes',0,0,11951,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25971,'No',6,0,11951,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25972,'NA',0,0,11951,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25973,'Other',20,0,11951,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25974,'Yes',0,0,11952,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25975,'No',6,0,11952,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25976,'NA',0,0,11952,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25977,'Other',20,0,11952,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25978,'Yes',0,0,11953,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25979,'No',8,0,11953,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25980,'NA',0,0,11953,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25981,'Other',20,0,11953,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25982,'Yes',3,0,11954,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25983,'Yes',4,0,11954,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25984,'Yes',5,0,11954,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25985,'Other',20,0,11954,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25986,'Yes',0,0,11960,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25987,'Yes',0,0,11960,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25988,'No',5,0,11960,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25989,'N/A',0,0,11960,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25990,'Other',20,0,11960,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25991,'Yes',0,0,11961,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25992,'No',5,0,11961,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25993,'Other',20,0,11961,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25994,'Yes',1,0,11965,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25995,'Yes',0,0,11965,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25996,'No',5,0,11965,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25997,'Other',20,0,11965,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25998,'Yes',0,0,11966,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(25999,'No',5,0,11966,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26000,'NA',5,0,11966,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26001,'Other',20,0,11966,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26002,'Yes',0,0,11967,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26003,'No',5,0,11967,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26004,'NA',0,0,11967,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26005,'Other',20,0,11967,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26006,'Choice 6',5,0,11967,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26007,'Yes',0,0,11968,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26008,'No',5,0,11968,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26009,'Other',20,0,11968,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26010,'Yes',0,0,11969,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26011,'No',5,0,11969,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26012,'NA',5,0,11969,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26013,'Other',20,0,11969,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26014,'Yes',0,0,11970,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26015,'No',5,0,11970,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26016,'NA',0,0,11970,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26017,'Other',20,0,11970,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26018,'Yes',0,0,11971,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26019,'No',5,0,11971,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26020,'NA',5,0,11971,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26021,'Other',20,0,11971,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26022,'Director',0,0,11977,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26023,'Owner Landlord',0,0,11977,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26024,'Site Maitenance',0,0,11977,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26025,'Estate Agent',0,0,11977,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26026,'Letting Agent',0,0,11977,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26027,'Other',0,0,11977,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26028,'Property Agent',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26029,'Owner Landlord',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26030,'Site Manager',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26031,'Property Manager',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26032,'Construction Manager',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26033,'Fire Warden',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26034,'Director',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26035,'CEO',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26036,'Other',0,0,11978,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26037,'A Property Within Building Block',0,0,11979,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26038,'All Of The Property',0,0,11979,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26039,'Communal Areas Only',0,0,11979,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26040,'House',0,0,11979,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26041,'Flat',0,0,11979,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26042,'Other',0,0,11979,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26043,'Nebosh',0,0,11986,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26044,'Level 2 Fire Risk Assessor',0,0,11986,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26045,'Competant Person',0,0,11986,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26046,'Yes',0,0,11987,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26047,'Option',5,0,11987,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26048,'No',8,0,11987,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26049,'N/A',0,0,11987,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26050,'Other',20,0,11987,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26051,'Yes 1',1,0,11989,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26052,'Yes 2',0,0,11989,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26053,'No',7,0,11989,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26054,'N/A',0,0,11989,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26055,'Other',20,0,11989,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26056,'Yes',0,0,11991,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26057,'No 1',7,0,11991,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26058,'No 2',7,0,11991,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26059,'Other',20,0,11991,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26060,'N/A',0,0,11991,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26061,'Yes',0,0,11993,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26062,'No 1',5,0,11993,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26063,'No 2',5,0,11993,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26064,'Yes',0,0,11994,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26065,'No',8,0,11994,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26066,'Other',20,0,11994,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26067,'N/A',0,0,11994,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26068,'Yes',0,0,11995,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26069,'No',8,0,11995,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26070,'Other',20,0,11995,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26071,'N/A',0,0,11995,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26072,'Yes',0,0,11996,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26073,'No',8,0,11996,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26074,'Other',20,0,11996,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26075,'N/A',0,0,11996,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26076,'Yes',0,0,11998,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26077,'No',8,0,11998,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26078,'Other',20,0,11998,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26079,'N/A',0,0,11998,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26080,'Fan Heaters',4,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26081,'Electric Heaters',4,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26082,'Gas Heater',5,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26083,'Other Boilers',2,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26084,'Electrical Equipment',3,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26085,'Electrical Leads',3,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26086,'Portable Equipment',3,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26087,'Portable Lighting',2,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26088,'Cooking kitchen Equipment',6,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26089,'Other',20,0,11999,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26090,'Detached',1,0,12003,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26091,'Semi Detached',2,0,12003,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26092,'Terraced',3,0,12003,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26093,'Linked-Detached',1,0,12003,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26094,'Other',20,0,12003,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26095,'House',1,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26096,'Bungalow',1,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26097,'Block of Flats - Studios up to 6 Floor Levels',3,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26098,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26099,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26100,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26101,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26102,'Underground Property',1,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26103,'Factory/ Warehouse',3,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26104,'Garage/ Workshop',3,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26105,'Retail Shop',2,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26106,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26107,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26108,'Other',20,0,12004,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26109,'1-5',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26110,'5-10',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26111,'10-15',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26112,'15-20',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26113,'20-25',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26114,'25-30',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26115,'30-35',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26116,'35-40',0,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26117,'Other',20,0,12005,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26118,'1',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26119,'2',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26120,'3',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26121,'4',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26122,'5',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26123,'6',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26124,'7',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26125,'8',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26126,'9',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26127,'10',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26128,'11',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26129,'12',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26130,'13',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26131,'14',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26132,'15',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26133,'16',1,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26134,'N/A',0,0,12008,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26135,'1',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26136,'2',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26137,'3',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26138,'4',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26139,'5',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26140,'6',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26141,'7',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26142,'8',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26143,'9',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26144,'10',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26145,'11',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26146,'12',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26147,'13',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26148,'14',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26149,'15',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26150,'16',2,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26151,'N/A',0,0,12009,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26152,'Solid concrete all levels',0,0,12010,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26153,'Timber joists all levels',3,0,12010,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26154,'Concrete lowest floor – Timber above higher levels',3,0,12010,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26155,'Other',20,0,12010,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26156,'Wood',2,0,12011,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26157,'Plastics',1,0,12011,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26158,'Aluminium',0,0,12011,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26159,'Stone',0,0,12011,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26160,'Other',20,0,12011,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26161,'Yes',1,0,12013,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26162,'No',3,0,12013,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26163,'Unknown',3,0,12013,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26164,'Yes',1,0,12014,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26165,'No',5,0,12014,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26166,'Unknown',5,0,12014,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26167,'Other',20,0,12015,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26168,'Very Good',1,0,12016,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26169,'Good',1,0,12016,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26170,'Fair',1,0,12016,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26171,'Poor',2,0,12016,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26172,'Very Poor',2,0,12016,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26173,'0%',0,0,12019,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26174,'25%',0,0,12019,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26175,'50%',0,0,12019,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26176,'75%',0,0,12019,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26177,'100%',0,0,12019,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26178,'0%',0,0,12020,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26179,'25%',1,0,12020,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26180,'50%',1,0,12020,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26181,'75%',1,0,12020,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26182,'100%',1,0,12020,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26183,'0%',0,0,12021,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26184,'25%',0,0,12021,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26185,'50%',0,0,12021,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26186,'75%',0,0,12021,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26187,'100%',0,0,12021,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26188,'0%',0,0,12022,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26189,'25%',3,0,12022,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26190,'50%',3,0,12022,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26191,'75%',3,0,12022,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26192,'100%',3,0,12022,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26193,'0%',0,0,12023,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26194,'25%',1,0,12023,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26195,'50%',1,0,12023,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26196,'75%',1,0,12023,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26197,'100%',1,0,12023,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26198,'0%',0,0,12024,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26199,'25%',5,0,12024,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26200,'50%',5,0,12024,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26201,'75%',5,0,12024,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26202,'100%',5,0,12024,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26203,'0%',0,0,12025,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26204,'25%',5,0,12025,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26205,'50%',5,0,12025,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26206,'75%',5,0,12025,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26207,'100%',5,0,12025,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26208,'0%',0,0,12026,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26209,'25%',1,0,12026,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26210,'50%',1,0,12026,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26211,'75%',1,0,12026,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26212,'100%',1,0,12026,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26213,'Other',20,0,12027,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26214,'0%',0,0,12029,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26215,'25%',1,0,12029,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26216,'50%',1,0,12029,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26217,'75%',1,0,12029,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26218,'100%',1,0,12029,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(26219,'Yes',0,0,12030,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26220,'Yes',0,0,12030,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26221,'NA',0,0,12030,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26222,'Other',20,0,12030,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26223,'Yes',1,0,12031,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26224,'No',0,0,12031,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26225,'Other',20,0,12031,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26226,'Yes',0,0,12032,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26227,'No',9,0,12032,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26228,'NA',0,0,12032,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26229,'Other',20,0,12032,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26230,'Yes',0,0,12033,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26231,'No',7,0,12033,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26232,'NA',0,0,12033,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26233,'Other',20,0,12033,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26234,'Yes',0,0,12034,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26235,'No',6,0,12034,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26236,'NA',0,0,12034,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26237,'Other',20,0,12034,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26238,'Yes',0,0,12035,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26239,'No',6,0,12035,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26240,'NA',0,0,12035,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26241,'Other',20,0,12035,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26242,'Yes',0,0,12036,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26243,'No',4,0,12036,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26244,'No',7,0,12036,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26245,'N/A',0,0,12036,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26246,'Other',20,0,12036,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26247,'Yes',0,0,12037,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26248,'No',6,0,12037,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26249,'NA',0,0,12037,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26250,'Other',20,0,12037,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26251,'Yes',0,0,12038,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26252,'No',8,0,12038,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26253,'NA',0,0,12038,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26254,'Other',20,0,12038,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26255,'Yes',3,0,12039,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26256,'Yes',4,0,12039,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26257,'Yes',5,0,12039,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26258,'Other',20,0,12039,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26259,'Wood/Paper/Cardboard etc',3,0,12040,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26260,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12040,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26261,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12040,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26262,'Waste Material Controlled -in locked wheely bin or store',2,0,12040,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26263,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12040,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26264,'Other',20,0,12040,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26265,'Fan Heaters',4,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26266,'Electric Heaters',4,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26267,'Gas Heater',5,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26268,'Other Boilers',2,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26269,'Electrical Equipment',3,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26270,'Electrical Leads',3,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26271,'Portable Equipment',3,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26272,'Portable Lighting',2,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26273,'Cooking kitchen Equipment',6,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26274,'Other',20,0,12043,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26275,'Yes',0,0,12045,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26276,'No',2,0,12045,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26277,'Other',20,0,12045,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26278,'N/A',0,0,12045,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(26279,'Yes',0,0,12046,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26280,'No',2,0,12046,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26281,'Other',20,0,12046,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26282,'N/A',0,0,12046,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26283,'Yes',0,0,12047,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26284,'No',2,0,12047,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26285,'Other',20,0,12047,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26286,'N/A',0,0,12047,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26287,'Yes',0,0,12049,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26288,'No',2,0,12049,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26289,'Other',20,0,12049,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26290,'N/A',0,0,12049,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26291,'Yes',0,0,12051,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26292,'No',2,0,12051,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26293,'Other',20,0,12051,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26294,'N/A',0,0,12051,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26295,'Yes',0,0,12052,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26296,'No',2,0,12052,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26297,'Other',20,0,12052,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26298,'N/A',0,0,12052,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26299,'Yes',0,0,12053,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26300,'No',3,0,12053,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26301,'Other',20,0,12053,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26302,'N/A',0,0,12053,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26303,'Yes',0,0,12055,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26304,'No',3,0,12055,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26305,'Other',20,0,12055,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26306,'N/A',0,0,12055,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26307,'N/A',0,0,12055,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26308,'Yes',0,0,12056,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26309,'No',4,0,12056,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26310,'No Disabled',0,0,12056,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26311,'Other',20,0,12056,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26312,'N/A',0,0,12056,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26313,'Yes',0,0,12057,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26314,'No',4,0,12057,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26315,'Other',20,0,12057,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26316,'N/A',0,0,12057,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26317,'Yes',0,0,12058,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26318,'No',3,0,12058,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26319,'Other',20,0,12058,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26320,'N/A',0,0,12058,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26321,'Yes',0,0,12059,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26322,'No',4,0,12059,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26323,'Other',20,0,12059,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26324,'N/A',0,0,12059,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26325,'Yes',0,0,12060,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26326,'No',4,0,12060,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26327,'Other',20,0,12060,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26328,'N/A',0,0,12060,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26329,'Yes',0,0,12061,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26330,'No',5,0,12061,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26331,'Other',20,0,12061,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26332,'N/A',0,0,12061,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26333,'1 Yes',0,0,12062,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26334,'2 Yes',3,0,12062,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26335,'No',6,0,12062,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26336,'Other',20,0,12062,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26337,'N/A',0,0,12062,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26338,'Yes',0,0,12063,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26339,'No',5,0,12063,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26340,'Other',20,0,12063,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26341,'N/A',0,0,12063,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26342,'Yes',0,0,12065,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26343,'Option',5,0,12065,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26344,'No',8,0,12065,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26345,'N/A',0,0,12065,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26346,'Other',20,0,12065,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26347,'Yes 1',1,0,12067,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26348,'Yes 2',0,0,12067,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26349,'No',7,0,12067,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26350,'N/A',0,0,12067,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26351,'Other',20,0,12067,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26352,'Yes',0,0,12069,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26353,'No 1',7,0,12069,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26354,'No 2',7,0,12069,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26355,'Other',20,0,12069,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26356,'N/A',0,0,12069,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26357,'Yes',0,0,12071,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26358,'No 1',5,0,12071,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26359,'No 2',5,0,12071,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26360,'Yes',0,0,12072,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26361,'No',8,0,12072,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26362,'Other',20,0,12072,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26363,'N/A',0,0,12072,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26364,'Yes',0,0,12073,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26365,'No',8,0,12073,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26366,'Other',20,0,12073,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26367,'N/A',0,0,12073,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26368,'Yes',0,0,12074,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26369,'No',8,0,12074,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26370,'Other',20,0,12074,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26371,'N/A',0,0,12074,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26372,'Yes',0,0,12076,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26373,'No',8,0,12076,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26374,'Other',20,0,12076,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26375,'N/A',0,0,12076,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26376,'Yes',0,0,12077,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26377,'No',6,0,12077,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26378,'Other',20,0,12077,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26379,'N/A',0,0,12077,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26380,'Yes',0,0,12079,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26381,'No',2,0,12079,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26382,'Other',20,0,12079,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26383,'N/A',0,0,12079,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26384,'Yes',0,0,12080,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26385,'No',2,0,12080,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26386,'Other',20,0,12080,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26387,'N/A',0,0,12080,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26388,'Yes',0,0,12081,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26389,'No',2,0,12081,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26390,'Other',20,0,12081,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26391,'N/A',0,0,12081,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26392,'Yes',0,0,12083,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26393,'No',2,0,12083,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26394,'Other',20,0,12083,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26395,'N/A',0,0,12083,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26396,'Yes',0,0,12085,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26397,'No',2,0,12085,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26398,'Other',20,0,12085,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26399,'N/A',0,0,12085,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26400,'Yes',0,0,12086,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26401,'No',2,0,12086,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26402,'Other',20,0,12086,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26403,'N/A',0,0,12086,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26404,'Yes',0,0,12087,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26405,'No',3,0,12087,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26406,'Other',20,0,12087,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26407,'N/A',0,0,12087,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26408,'Yes',0,0,12089,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26409,'No',3,0,12089,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26410,'Other',20,0,12089,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26411,'N/A',0,0,12089,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26412,'N/A',0,0,12089,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26413,'Yes',0,0,12090,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26414,'No',4,0,12090,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26415,'No Disabled',0,0,12090,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26416,'Other',20,0,12090,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26417,'N/A',0,0,12090,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26418,'Yes',0,0,12091,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26419,'No',4,0,12091,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26420,'Other',20,0,12091,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26421,'N/A',0,0,12091,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26422,'Yes',0,0,12092,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26423,'No',3,0,12092,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26424,'Other',20,0,12092,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26425,'N/A',0,0,12092,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26426,'Yes',0,0,12093,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26427,'No',4,0,12093,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26428,'Other',20,0,12093,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26429,'N/A',0,0,12093,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26430,'Yes',0,0,12094,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26431,'No',4,0,12094,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26432,'Other',20,0,12094,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26433,'N/A',0,0,12094,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26434,'Yes',0,0,12095,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26435,'No',5,0,12095,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26436,'Other',20,0,12095,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26437,'N/A',0,0,12095,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26438,'1 Yes',0,0,12096,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26439,'2 Yes',3,0,12096,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26440,'No',6,0,12096,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26441,'Other',20,0,12096,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26442,'N/A',0,0,12096,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26443,'Yes',0,0,12097,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26444,'No',5,0,12097,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26445,'Other',20,0,12097,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26446,'N/A',0,0,12097,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26447,'Yes',0,0,12099,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26448,'No',4,0,12099,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26449,'No',7,0,12099,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26450,'N/A',0,0,12099,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26451,'Other',20,0,12099,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26452,'Yes',0,0,12100,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26453,'No',6,0,12100,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26454,'NA',0,0,12100,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26455,'Other',20,0,12100,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26456,'Yes',0,0,12101,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26457,'Yes',0,0,12101,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26458,'NA',0,0,12101,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26459,'Other',20,0,12101,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26460,'Yes',1,0,12102,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26461,'No',0,0,12102,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26462,'Other',20,0,12102,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26463,'Yes',0,0,12103,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26464,'No',9,0,12103,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26465,'NA',0,0,12103,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26466,'Other',20,0,12103,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26467,'Yes',0,0,12104,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26468,'No',7,0,12104,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26469,'NA',0,0,12104,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26470,'Other',20,0,12104,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26471,'Yes',0,0,12105,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26472,'No',6,0,12105,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26473,'NA',0,0,12105,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26474,'Other',20,0,12105,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26475,'Yes',0,0,12106,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26476,'No',6,0,12106,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26477,'NA',0,0,12106,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26478,'Other',20,0,12106,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26479,'Yes',0,0,12107,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26480,'No',8,0,12107,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26481,'NA',0,0,12107,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26482,'Other',20,0,12107,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26483,'Yes',3,0,12108,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26484,'Yes',4,0,12108,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26485,'Yes',5,0,12108,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26486,'Other',20,0,12108,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26487,'Yes',0,0,12114,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26488,'Yes',0,0,12114,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26489,'No',5,0,12114,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26490,'N/A',0,0,12114,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26491,'Other',20,0,12114,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26492,'Yes',0,0,12115,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26493,'No',5,0,12115,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26494,'Other',20,0,12115,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26495,'Yes',1,0,12119,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26496,'Yes',0,0,12119,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26497,'No',5,0,12119,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26498,'Other',20,0,12119,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26499,'Yes',0,0,12120,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26500,'No',5,0,12120,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26501,'NA',5,0,12120,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26502,'Other',20,0,12120,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26503,'Yes',0,0,12121,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26504,'No',5,0,12121,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26505,'NA',0,0,12121,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26506,'Other',20,0,12121,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26507,'Choice 6',5,0,12121,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26508,'Yes',0,0,12122,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26509,'No',5,0,12122,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26510,'Other',20,0,12122,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26511,'Yes',0,0,12123,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26512,'No',5,0,12123,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26513,'NA',5,0,12123,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26514,'Other',20,0,12123,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26515,'Yes',0,0,12124,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26516,'No',5,0,12124,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26517,'NA',0,0,12124,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26518,'Other',20,0,12124,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26519,'Yes',0,0,12125,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26520,'No',5,0,12125,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26521,'NA',5,0,12125,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26522,'Other',20,0,12125,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26523,'Director',0,0,12131,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26524,'Owner Landlord',0,0,12131,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26525,'Site Maitenance',0,0,12131,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26526,'Estate Agent',0,0,12131,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26527,'Letting Agent',0,0,12131,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26528,'Other',0,0,12131,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26529,'Property Agent',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26530,'Owner Landlord',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26531,'Site Manager',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26532,'Property Manager',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26533,'Construction Manager',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26534,'Fire Warden',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26535,'Director',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26536,'CEO',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26537,'Other',0,0,12132,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26538,'A Property Within Building Block',0,0,12133,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26539,'All Of The Property',0,0,12133,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26540,'Communal Areas Only',0,0,12133,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26541,'House',0,0,12133,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26542,'Flat',0,0,12133,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26543,'Other',0,0,12133,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26544,'Nebosh',0,0,12140,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26545,'Level 2 Fire Risk Assessor',0,0,12140,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26546,'Competant Person',0,0,12140,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26547,'Yes',0,0,12141,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26548,'Option',5,0,12141,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26549,'No',8,0,12141,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26550,'N/A',0,0,12141,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26551,'Other',20,0,12141,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26552,'Yes 1',1,0,12143,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26553,'Yes 2',0,0,12143,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26554,'No',7,0,12143,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26555,'N/A',0,0,12143,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26556,'Other',20,0,12143,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26557,'Yes',0,0,12145,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26558,'No 1',7,0,12145,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26559,'No 2',7,0,12145,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26560,'Other',20,0,12145,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26561,'N/A',0,0,12145,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26562,'Yes',0,0,12147,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26563,'No 1',5,0,12147,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26564,'No 2',5,0,12147,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26565,'Yes',0,0,12148,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26566,'No',8,0,12148,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26567,'Other',20,0,12148,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26568,'N/A',0,0,12148,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26569,'Yes',0,0,12149,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26570,'No',8,0,12149,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26571,'Other',20,0,12149,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26572,'N/A',0,0,12149,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26573,'Yes',0,0,12150,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26574,'No',8,0,12150,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26575,'Other',20,0,12150,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26576,'N/A',0,0,12150,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26577,'Yes',0,0,12152,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26578,'No',8,0,12152,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26579,'Other',20,0,12152,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26580,'N/A',0,0,12152,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26581,'Fan Heaters',4,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26582,'Electric Heaters',4,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26583,'Gas Heater',5,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26584,'Other Boilers',2,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26585,'Electrical Equipment',3,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26586,'Electrical Leads',3,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26587,'Portable Equipment',3,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26588,'Portable Lighting',2,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26589,'Cooking kitchen Equipment',6,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26590,'Other',20,0,12153,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26591,'Detached',1,0,12157,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26592,'Semi Detached',2,0,12157,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26593,'Terraced',3,0,12157,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26594,'Linked-Detached',1,0,12157,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26595,'Other',20,0,12157,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26596,'House',1,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26597,'Bungalow',1,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26598,'Block of Flats - Studios up to 6 Floor Levels',3,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26599,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26600,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26601,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26602,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26603,'Underground Property',1,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26604,'Factory/ Warehouse',3,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26605,'Garage/ Workshop',3,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26606,'Retail Shop',2,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26607,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26608,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26609,'Other',20,0,12158,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26610,'1-5',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26611,'5-10',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26612,'10-15',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26613,'15-20',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26614,'20-25',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26615,'25-30',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26616,'30-35',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26617,'35-40',0,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26618,'Other',20,0,12159,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26619,'1',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26620,'2',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26621,'3',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26622,'4',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26623,'5',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26624,'6',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26625,'7',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26626,'8',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26627,'9',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26628,'10',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26629,'11',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26630,'12',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26631,'13',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26632,'14',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26633,'15',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26634,'16',1,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26635,'N/A',0,0,12162,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26636,'1',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26637,'2',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26638,'3',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26639,'4',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26640,'5',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26641,'6',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26642,'7',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26643,'8',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26644,'9',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26645,'10',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26646,'11',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26647,'12',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26648,'13',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26649,'14',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26650,'15',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26651,'16',2,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26652,'N/A',0,0,12163,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26653,'Solid concrete all levels',0,0,12164,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26654,'Timber joists all levels',3,0,12164,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26655,'Concrete lowest floor – Timber above higher levels',3,0,12164,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26656,'Other',20,0,12164,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26657,'Wood',2,0,12165,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26658,'Plastics',1,0,12165,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26659,'Aluminium',0,0,12165,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26660,'Stone',0,0,12165,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26661,'Other',20,0,12165,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26662,'Yes',1,0,12167,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26663,'No',3,0,12167,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26664,'Unknown',3,0,12167,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26665,'Yes',1,0,12168,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26666,'No',5,0,12168,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26667,'Unknown',5,0,12168,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26668,'Other',20,0,12169,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26669,'Very Good',1,0,12170,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26670,'Good',1,0,12170,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26671,'Fair',1,0,12170,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26672,'Poor',2,0,12170,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26673,'Very Poor',2,0,12170,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26674,'0%',0,0,12173,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26675,'25%',0,0,12173,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26676,'50%',0,0,12173,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26677,'75%',0,0,12173,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26678,'100%',0,0,12173,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26679,'0%',0,0,12174,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26680,'25%',1,0,12174,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26681,'50%',1,0,12174,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26682,'75%',1,0,12174,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26683,'100%',1,0,12174,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26684,'0%',0,0,12175,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26685,'25%',0,0,12175,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26686,'50%',0,0,12175,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26687,'75%',0,0,12175,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26688,'100%',0,0,12175,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26689,'0%',0,0,12176,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26690,'25%',3,0,12176,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26691,'50%',3,0,12176,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26692,'75%',3,0,12176,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26693,'100%',3,0,12176,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26694,'0%',0,0,12177,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26695,'25%',1,0,12177,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26696,'50%',1,0,12177,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26697,'75%',1,0,12177,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26698,'100%',1,0,12177,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26699,'0%',0,0,12178,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26700,'25%',5,0,12178,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26701,'50%',5,0,12178,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26702,'75%',5,0,12178,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26703,'100%',5,0,12178,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26704,'0%',0,0,12179,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26705,'25%',5,0,12179,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26706,'50%',5,0,12179,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26707,'75%',5,0,12179,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26708,'100%',5,0,12179,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26709,'0%',0,0,12180,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26710,'25%',1,0,12180,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26711,'50%',1,0,12180,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26712,'75%',1,0,12180,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26713,'100%',1,0,12180,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26714,'Other',20,0,12181,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26715,'0%',0,0,12183,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26716,'25%',1,0,12183,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26717,'50%',1,0,12183,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26718,'75%',1,0,12183,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26719,'100%',1,0,12183,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26720,'0%',0,0,12184,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26721,'25%',2,0,12184,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26722,'50%',2,0,12184,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26723,'75%',2,0,12184,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26724,'100%',2,0,12184,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(26725,'Yes',0,0,12185,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26726,'No',9,0,12185,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26727,'NA',0,0,12185,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26728,'Other',20,0,12185,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26729,'Yes',0,0,12186,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26730,'No',7,0,12186,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26731,'NA',0,0,12186,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26732,'Other',20,0,12186,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26733,'Yes',0,0,12187,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26734,'No',6,0,12187,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26735,'NA',0,0,12187,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26736,'Other',20,0,12187,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26737,'Yes',0,0,12188,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26738,'No',6,0,12188,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(26739,'NA',0,0,12188,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26740,'Other',20,0,12188,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26741,'Yes',0,0,12189,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26742,'No',4,0,12189,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26743,'No',7,0,12189,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26744,'N/A',0,0,12189,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26745,'Other',20,0,12189,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26746,'Yes',0,0,12190,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26747,'No',6,0,12190,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26748,'NA',0,0,12190,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26749,'Other',20,0,12190,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26750,'Yes',0,0,12191,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26751,'Yes',0,0,12191,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26752,'NA',0,0,12191,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26753,'Other',20,0,12191,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26754,'Yes',1,0,12192,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26755,'No',0,0,12192,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26756,'Other',20,0,12192,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26757,'Yes',0,0,12193,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26758,'No',8,0,12193,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26759,'NA',0,0,12193,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26760,'Other',20,0,12193,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26761,'Yes',3,0,12194,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26762,'Yes',4,0,12194,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26763,'Yes',5,0,12194,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26764,'Other',20,0,12194,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26765,'Wood/Paper/Cardboard etc',3,0,12195,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26766,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12195,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26767,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12195,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26768,'Waste Material Controlled -in locked wheely bin or store',2,0,12195,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26769,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12195,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26770,'Other',20,0,12195,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26771,'Fan Heaters',4,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26772,'Electric Heaters',4,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26773,'Gas Heater',5,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26774,'Other Boilers',2,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26775,'Electrical Equipment',3,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26776,'Electrical Leads',3,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26777,'Portable Equipment',3,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26778,'Portable Lighting',2,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26779,'Cooking kitchen Equipment',6,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26780,'Other',20,0,12198,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26781,'Yes',0,0,12199,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26782,'No',9,0,12199,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26783,'NA',0,0,12199,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26784,'Other',20,0,12199,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26785,'Yes',0,0,12201,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26786,'No',7,0,12201,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26787,'NA',0,0,12201,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26788,'Other',20,0,12201,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26789,'Yes',0,0,12202,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26790,'No',6,0,12202,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26791,'NA',0,0,12202,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26792,'Other',20,0,12202,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26793,'Yes',0,0,12203,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26794,'Yes',0,0,12204,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26795,'No',6,0,12203,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26796,'No',2,0,12204,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26797,'NA',0,0,12203,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26798,'Other',20,0,12204,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26799,'Other',20,0,12203,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26800,'N/A',0,0,12204,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26801,'Yes',0,0,12205,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26802,'Yes',0,0,12206,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26803,'No',4,0,12205,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26804,'No',2,0,12206,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26805,'No',7,0,12205,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26806,'Other',20,0,12206,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26807,'N/A',0,0,12205,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26808,'N/A',0,0,12206,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26809,'Other',20,0,12205,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26810,'Yes',0,0,12207,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26811,'Yes',0,0,12208,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26812,'No',2,0,12207,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26813,'No',6,0,12208,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26814,'Other',20,0,12207,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26815,'NA',0,0,12208,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26816,'N/A',0,0,12207,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26817,'Other',20,0,12208,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26818,'Yes',0,0,12210,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26819,'Yes',0,0,12211,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26820,'Yes',0,0,12210,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26821,'No',2,0,12211,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26822,'NA',0,0,12210,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26823,'Other',20,0,12211,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26824,'Other',20,0,12210,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26825,'N/A',0,0,12211,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26826,'Yes',1,0,12212,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26827,'No',0,0,12212,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26828,'Yes',0,0,12214,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26829,'Other',20,0,12212,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26830,'No',2,0,12214,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26831,'Other',20,0,12214,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26832,'Yes',0,0,12215,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26833,'N/A',0,0,12214,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26834,'No',8,0,12215,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26835,'NA',0,0,12215,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26836,'Other',20,0,12215,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26837,'Yes',0,0,12216,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26838,'No',2,0,12216,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26839,'Yes',3,0,12217,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26840,'Other',20,0,12216,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26841,'Yes',4,0,12217,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26842,'N/A',0,0,12216,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26843,'Yes',5,0,12217,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26844,'Other',20,0,12217,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26845,'Yes',0,0,12218,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26846,'No',3,0,12218,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26847,'Other',20,0,12218,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26848,'N/A',0,0,12218,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26849,'Yes',0,0,12220,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26850,'No',3,0,12220,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26851,'Other',20,0,12220,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26852,'N/A',0,0,12220,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26853,'N/A',0,0,12220,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26854,'Yes',0,0,12221,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26855,'No',4,0,12221,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26856,'No Disabled',0,0,12221,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26857,'Other',20,0,12221,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26858,'N/A',0,0,12221,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26859,'Wood/Paper/Cardboard etc',3,0,12222,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26860,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12222,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26861,'Yes',0,0,12223,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26862,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12222,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26863,'No',4,0,12223,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26864,'Waste Material Controlled -in locked wheely bin or store',2,0,12222,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26865,'Other',20,0,12223,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26866,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12222,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26867,'N/A',0,0,12223,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26868,'Other',20,0,12222,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26869,'Yes',0,0,12224,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26870,'No',3,0,12224,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26871,'Other',20,0,12224,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26872,'Fan Heaters',4,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26873,'N/A',0,0,12224,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26874,'Electric Heaters',4,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26875,'Gas Heater',5,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26876,'Yes',0,0,12228,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26877,'Other Boilers',2,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26878,'No',4,0,12228,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26879,'Electrical Equipment',3,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26880,'Other',20,0,12228,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26881,'Electrical Leads',3,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26882,'N/A',0,0,12228,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26883,'Portable Equipment',3,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26884,'Portable Lighting',2,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26885,'Cooking kitchen Equipment',6,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26886,'Yes',0,0,12229,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26887,'Other',20,0,12227,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26888,'No',4,0,12229,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26889,'Other',20,0,12229,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26890,'N/A',0,0,12229,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26891,'Yes',0,0,12231,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26892,'No',5,0,12231,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26893,'Other',20,0,12231,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26894,'N/A',0,0,12231,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26895,'1 Yes',0,0,12232,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26896,'2 Yes',3,0,12232,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26897,'No',6,0,12232,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26898,'Other',20,0,12232,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26899,'N/A',0,0,12232,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26900,'Yes',0,0,12233,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26901,'No',5,0,12233,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26902,'Other',20,0,12233,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26903,'Yes',0,0,12234,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26904,'N/A',0,0,12233,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26905,'No',2,0,12234,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26906,'Other',20,0,12234,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26907,'N/A',0,0,12234,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26908,'Yes',0,0,12236,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26909,'No',2,0,12236,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26910,'Other',20,0,12236,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26911,'N/A',0,0,12236,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26912,'Yes',0,0,12237,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26913,'No',2,0,12237,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26914,'Other',20,0,12237,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26915,'N/A',0,0,12237,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26916,'Yes',0,0,12239,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26917,'No',2,0,12239,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26918,'Other',20,0,12239,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26919,'N/A',0,0,12239,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26920,'Yes',0,0,12241,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26921,'Yes',0,0,12242,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26922,'Option',5,0,12241,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26923,'No',2,0,12242,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26924,'No',8,0,12241,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26925,'Other',20,0,12242,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26926,'N/A',0,0,12241,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26927,'N/A',0,0,12242,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26928,'Other',20,0,12241,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26929,'Yes',0,0,12243,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26930,'No',2,0,12243,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26931,'Yes 1',1,0,12245,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26932,'Other',20,0,12243,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26933,'Yes 2',0,0,12245,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26934,'N/A',0,0,12243,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26935,'No',7,0,12245,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26936,'N/A',0,0,12245,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26937,'Other',20,0,12245,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26938,'Yes',0,0,12246,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26939,'No',3,0,12246,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26940,'Other',20,0,12246,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26941,'Yes',0,0,12248,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26942,'N/A',0,0,12246,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26943,'No 1',7,0,12248,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26944,'No 2',7,0,12248,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26945,'Other',20,0,12248,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26946,'Yes',0,0,12250,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26947,'N/A',0,0,12248,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26948,'No',3,0,12250,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26949,'Other',20,0,12250,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26950,'N/A',0,0,12250,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26951,'Yes',0,0,12252,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26952,'N/A',0,0,12250,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26953,'No 1',5,0,12252,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26954,'No 2',5,0,12252,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26955,'Yes',0,0,12253,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26956,'No',4,0,12253,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26957,'Yes',0,0,12254,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26958,'No Disabled',0,0,12253,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26959,'No',8,0,12254,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26960,'Other',20,0,12253,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26961,'Other',20,0,12254,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26962,'N/A',0,0,12253,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26963,'N/A',0,0,12254,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26964,'Yes',0,0,12255,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26965,'Yes',0,0,12256,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26966,'No',4,0,12255,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26967,'No',8,0,12256,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26968,'Other',20,0,12255,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26969,'Other',20,0,12256,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26970,'N/A',0,0,12255,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26971,'N/A',0,0,12256,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26972,'Yes',0,0,12257,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26973,'Yes',0,0,12258,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26974,'No',3,0,12257,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26975,'No',8,0,12258,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26976,'Other',20,0,12257,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26977,'Other',20,0,12258,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26978,'N/A',0,0,12257,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26979,'N/A',0,0,12258,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26980,'Yes',0,0,12259,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26981,'No',4,0,12259,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26982,'Yes',0,0,12261,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26983,'Other',20,0,12259,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26984,'No',8,0,12261,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26985,'N/A',0,0,12259,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26986,'Other',20,0,12261,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26987,'N/A',0,0,12261,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26988,'Yes',0,0,12262,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26989,'No',4,0,12262,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26990,'Yes',0,0,12263,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26991,'Other',20,0,12262,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26992,'No',6,0,12263,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26993,'N/A',0,0,12262,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26994,'Other',20,0,12263,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26995,'N/A',0,0,12263,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26996,'Yes',0,0,12264,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26997,'No',5,0,12264,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26998,'Other',20,0,12264,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(26999,'N/A',0,0,12264,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27000,'1 Yes',0,0,12266,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27001,'2 Yes',3,0,12266,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27002,'No',6,0,12266,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27003,'Other',20,0,12266,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27004,'N/A',0,0,12266,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27005,'Yes',0,0,12267,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27006,'No',5,0,12267,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27007,'Other',20,0,12267,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27008,'N/A',0,0,12267,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27009,'Yes',0,0,12269,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27010,'No',2,0,12269,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27011,'Other',20,0,12269,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27012,'N/A',0,0,12269,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27013,'Yes',0,0,12270,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27014,'No',2,0,12270,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27015,'Other',20,0,12270,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27016,'N/A',0,0,12270,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27017,'Yes',0,0,12271,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27018,'No',2,0,12271,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27019,'Other',20,0,12271,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27020,'N/A',0,0,12271,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27021,'Yes',0,0,12273,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27022,'No',2,0,12273,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27023,'Other',20,0,12273,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27024,'N/A',0,0,12273,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27025,'Yes',0,0,12275,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27026,'No',2,0,12275,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27027,'Yes',0,0,12276,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27028,'Other',20,0,12275,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27029,'Option',5,0,12276,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27030,'N/A',0,0,12275,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27031,'No',8,0,12276,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27032,'N/A',0,0,12276,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27033,'Yes',0,0,12277,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27034,'Other',20,0,12276,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27035,'No',2,0,12277,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27036,'Other',20,0,12277,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27037,'N/A',0,0,12277,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27038,'Yes 1',1,0,12279,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27039,'Yes 2',0,0,12279,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27040,'Yes',0,0,12280,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27041,'No',7,0,12279,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27042,'No',3,0,12280,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27043,'N/A',0,0,12279,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27044,'Other',20,0,12280,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27045,'Other',20,0,12279,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27046,'N/A',0,0,12280,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27047,'Yes',0,0,12283,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27048,'Yes',0,0,12284,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27049,'No 1',7,0,12283,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27050,'No',3,0,12284,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27051,'No 2',7,0,12283,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27052,'Other',20,0,12284,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27053,'Other',20,0,12283,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27054,'N/A',0,0,12284,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27055,'N/A',0,0,12283,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27056,'N/A',0,0,12284,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27057,'Yes',0,0,12286,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27058,'Yes',0,0,12287,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27059,'No',4,0,12286,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27060,'No 1',5,0,12287,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27061,'No Disabled',0,0,12286,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27062,'No 2',5,0,12287,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27063,'Other',20,0,12286,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27064,'N/A',0,0,12286,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27065,'Yes',0,0,12288,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27066,'No',8,0,12288,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27067,'Yes',0,0,12289,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27068,'Other',20,0,12288,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27069,'No',4,0,12289,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27070,'N/A',0,0,12288,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27071,'Other',20,0,12289,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27072,'N/A',0,0,12289,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27073,'Yes',0,0,12290,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27074,'No',8,0,12290,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27075,'Yes',0,0,12291,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27076,'Other',20,0,12290,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27077,'No',3,0,12291,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27078,'N/A',0,0,12290,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27079,'Other',20,0,12291,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27080,'N/A',0,0,12291,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27081,'Yes',0,0,12292,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27082,'No',8,0,12292,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27083,'Yes',0,0,12293,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27084,'Other',20,0,12292,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27085,'No',4,0,12293,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27086,'N/A',0,0,12292,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27087,'Other',20,0,12293,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27088,'N/A',0,0,12293,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27089,'Yes',0,0,12295,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27090,'Yes',0,0,12296,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27091,'No',8,0,12295,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27092,'No',4,0,12296,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27093,'Other',20,0,12295,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27094,'Other',20,0,12296,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27095,'N/A',0,0,12295,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27096,'N/A',0,0,12296,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27097,'Yes',0,0,12297,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27098,'Yes',0,0,12298,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27099,'No',6,0,12297,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27100,'No',5,0,12298,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27101,'Other',20,0,12297,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27102,'Other',20,0,12298,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27103,'N/A',0,0,12297,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27104,'N/A',0,0,12298,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27105,'1 Yes',0,0,12300,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27106,'2 Yes',3,0,12300,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27107,'No',6,0,12300,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27108,'Other',20,0,12300,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27109,'N/A',0,0,12300,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27110,'Yes',0,0,12301,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27111,'No',5,0,12301,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27112,'Other',20,0,12301,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27113,'N/A',0,0,12301,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27114,'Yes',0,0,12303,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27115,'No',2,0,12303,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27116,'Other',20,0,12303,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27117,'N/A',0,0,12303,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27118,'Yes',0,0,12304,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27119,'No',2,0,12304,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27120,'Other',20,0,12304,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27121,'N/A',0,0,12304,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27122,'Yes',0,0,12305,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27123,'Yes',0,0,12306,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27124,'No',4,0,12305,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27125,'No',2,0,12306,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27126,'No',7,0,12305,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27127,'Other',20,0,12306,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27128,'N/A',0,0,12305,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27129,'N/A',0,0,12306,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27130,'Other',20,0,12305,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27131,'Yes',0,0,12308,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27132,'Yes',0,0,12309,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27133,'No',6,0,12308,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27134,'No',2,0,12309,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27135,'NA',0,0,12308,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27136,'Other',20,0,12309,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27137,'Other',20,0,12308,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27138,'N/A',0,0,12309,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27139,'Yes',0,0,12310,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27140,'Yes',0,0,12310,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27141,'Yes',0,0,12312,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27142,'NA',0,0,12310,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27143,'No',2,0,12312,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27144,'Other',20,0,12310,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27145,'Other',20,0,12312,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27146,'N/A',0,0,12312,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27147,'Yes',1,0,12313,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27148,'No',0,0,12313,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27149,'Yes',0,0,12314,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27150,'Other',20,0,12313,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27151,'No',2,0,12314,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27152,'Other',20,0,12314,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27153,'Yes',0,0,12315,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27154,'N/A',0,0,12314,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27155,'No',9,0,12315,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27156,'NA',0,0,12315,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27157,'Yes',0,0,12316,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27158,'Other',20,0,12315,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27159,'No',3,0,12316,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27160,'Other',20,0,12316,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27161,'Yes',0,0,12317,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27162,'N/A',0,0,12316,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27163,'No',7,0,12317,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27164,'NA',0,0,12317,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27165,'Other',20,0,12317,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27166,'Yes',0,0,12319,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27167,'No',3,0,12319,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27168,'Yes',0,0,12320,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27169,'Other',20,0,12319,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27170,'No',6,0,12320,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27171,'N/A',0,0,12319,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27172,'NA',0,0,12320,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27173,'N/A',0,0,12319,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27174,'Other',20,0,12320,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27175,'Yes',0,0,12321,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27176,'Yes',0,0,12322,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27177,'No',4,0,12321,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27178,'No',6,0,12322,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27179,'No Disabled',0,0,12321,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27180,'NA',0,0,12322,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27181,'Other',20,0,12321,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27182,'Other',20,0,12322,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27183,'N/A',0,0,12321,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27184,'Yes',0,0,12323,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27185,'Yes',0,0,12324,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27186,'No',8,0,12323,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27187,'No',4,0,12324,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27188,'NA',0,0,12323,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27189,'Other',20,0,12324,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27190,'Other',20,0,12323,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27191,'N/A',0,0,12324,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27192,'Yes',3,0,12325,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27193,'Yes',0,0,12326,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27194,'Yes',4,0,12325,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27195,'No',3,0,12326,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27196,'Yes',5,0,12325,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27197,'Other',20,0,12326,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27198,'Other',20,0,12325,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27199,'N/A',0,0,12326,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27200,'Yes',0,0,12327,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27201,'No',4,0,12327,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27202,'Other',20,0,12327,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27203,'N/A',0,0,12327,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27204,'Yes',0,0,12328,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27205,'No',4,0,12328,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27206,'Other',20,0,12328,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27207,'N/A',0,0,12328,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27208,'Yes',0,0,12329,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27209,'No',5,0,12329,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27210,'Other',20,0,12329,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27211,'N/A',0,0,12329,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27212,'1 Yes',0,0,12330,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27213,'2 Yes',3,0,12330,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27214,'No',6,0,12330,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27215,'Other',20,0,12330,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27216,'N/A',0,0,12330,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27217,'Yes',0,0,12333,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27218,'No',5,0,12333,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27219,'Other',20,0,12333,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27220,'N/A',0,0,12333,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27221,'Yes',0,0,12338,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27222,'Yes',0,0,12338,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27223,'Yes',0,0,12339,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27224,'No',5,0,12338,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27225,'No',4,0,12339,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27226,'N/A',0,0,12338,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27227,'No',7,0,12339,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27228,'Other',20,0,12338,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27229,'N/A',0,0,12339,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27230,'Other',20,0,12339,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27231,'Yes',0,0,12340,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27232,'No',5,0,12340,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27233,'Yes',0,0,12341,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27234,'Other',20,0,12340,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27235,'No',6,0,12341,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27236,'NA',0,0,12341,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27237,'Other',20,0,12341,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27238,'Yes',0,0,12345,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27239,'Yes',0,0,12345,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27240,'NA',0,0,12345,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27241,'Other',20,0,12345,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27242,'Yes',1,0,12346,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27243,'No',0,0,12346,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27244,'Other',20,0,12346,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27245,'Yes',0,0,12347,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27246,'No',9,0,12347,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27247,'NA',0,0,12347,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27248,'Other',20,0,12347,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27249,'Yes',0,0,12348,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27250,'No',7,0,12348,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27251,'NA',0,0,12348,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27252,'Other',20,0,12348,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27253,'Yes',0,0,12349,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27254,'No',6,0,12349,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27255,'NA',0,0,12349,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27256,'Yes',1,0,12350,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27257,'Other',20,0,12349,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27258,'Yes',0,0,12350,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27259,'No',5,0,12350,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27260,'Yes',0,0,12351,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27261,'Other',20,0,12350,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27262,'No',6,0,12351,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27263,'NA',0,0,12351,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27264,'Yes',0,0,12352,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27265,'Other',20,0,12351,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27266,'No',5,0,12352,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27267,'NA',5,0,12352,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27268,'Yes',0,0,12353,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27269,'Other',20,0,12352,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27270,'No',8,0,12353,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27271,'NA',0,0,12353,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27272,'Yes',0,0,12354,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27273,'Other',20,0,12353,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27274,'No',5,0,12354,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27275,'NA',0,0,12354,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27276,'Other',20,0,12354,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27277,'Yes',3,0,12355,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27278,'Choice 6',5,0,12354,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27279,'Yes',4,0,12355,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27280,'Yes',5,0,12355,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27281,'Yes',0,0,12356,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27282,'Other',20,0,12355,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27283,'No',5,0,12356,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27284,'Other',20,0,12356,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27285,'Yes',0,0,12357,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27286,'No',5,0,12357,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27287,'NA',5,0,12357,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27288,'Other',20,0,12357,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27289,'Yes',0,0,12358,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27290,'No',5,0,12358,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27291,'NA',0,0,12358,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27292,'Other',20,0,12358,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27293,'Yes',0,0,12359,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27294,'No',5,0,12359,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27295,'NA',5,0,12359,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27296,'Other',20,0,12359,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27297,'Director',0,0,12370,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27298,'Owner Landlord',0,0,12370,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27299,'Site Maitenance',0,0,12370,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27300,'Estate Agent',0,0,12370,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27301,'Letting Agent',0,0,12370,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27302,'Other',0,0,12370,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27303,'Property Agent',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27304,'Owner Landlord',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27305,'Site Manager',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27306,'Property Manager',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27307,'Construction Manager',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27308,'Fire Warden',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27309,'Director',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27310,'CEO',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27311,'Other',0,0,12371,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27312,'Yes',0,0,12372,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27313,'Yes',0,0,12372,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27314,'A Property Within Building Block',0,0,12373,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27315,'No',5,0,12372,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27316,'All Of The Property',0,0,12373,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27317,'N/A',0,0,12372,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27318,'Communal Areas Only',0,0,12373,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27319,'Other',20,0,12372,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27320,'House',0,0,12373,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27321,'Flat',0,0,12373,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27322,'Other',0,0,12373,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27323,'Yes',0,0,12374,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27324,'No',5,0,12374,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27325,'Other',20,0,12374,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27326,'Nebosh',0,0,12384,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27327,'Level 2 Fire Risk Assessor',0,0,12384,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27328,'Competant Person',0,0,12384,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27329,'Yes',1,0,12385,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27330,'Yes',0,0,12385,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27331,'Yes',0,0,12386,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27332,'No',5,0,12385,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27333,'Option',5,0,12386,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27334,'Other',20,0,12385,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27335,'No',8,0,12386,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27336,'N/A',0,0,12386,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27337,'Yes',0,0,12387,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27338,'Other',20,0,12386,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27339,'No',5,0,12387,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27340,'NA',5,0,12387,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27341,'Other',20,0,12387,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27342,'Yes 1',1,0,12389,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27343,'Yes 2',0,0,12389,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27344,'Yes',0,0,12390,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27345,'No',7,0,12389,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27346,'No',5,0,12390,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27347,'N/A',0,0,12389,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27348,'NA',0,0,12390,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27349,'Other',20,0,12389,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27350,'Other',20,0,12390,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27351,'Choice 6',5,0,12390,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27352,'Yes',0,0,12392,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27353,'Yes',0,0,12393,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27354,'No 1',7,0,12392,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27355,'No',5,0,12393,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27356,'No 2',7,0,12392,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27357,'Other',20,0,12393,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27358,'Other',20,0,12392,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27359,'N/A',0,0,12392,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27360,'Yes',0,0,12394,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27361,'No',5,0,12394,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27362,'NA',5,0,12394,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27363,'Yes',0,0,12396,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27364,'Other',20,0,12394,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27365,'No 1',5,0,12396,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27366,'No 2',5,0,12396,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27367,'Yes',0,0,12397,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27368,'No',5,0,12397,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27369,'Yes',0,0,12398,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27370,'NA',0,0,12397,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27371,'No',8,0,12398,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27372,'Other',20,0,12397,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27373,'Other',20,0,12398,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27374,'N/A',0,0,12398,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27375,'Yes',0,0,12399,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27376,'No',5,0,12399,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27377,'Yes',0,0,12400,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27378,'NA',5,0,12399,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27379,'No',8,0,12400,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27380,'Other',20,0,12399,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27381,'Other',20,0,12400,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27382,'N/A',0,0,12400,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27383,'Yes',0,0,12401,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27384,'No',8,0,12401,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27385,'Other',20,0,12401,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27386,'N/A',0,0,12401,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27387,'Yes',0,0,12403,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27388,'No',8,0,12403,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27389,'Other',20,0,12403,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27390,'N/A',0,0,12403,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27391,'Fan Heaters',4,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27392,'Electric Heaters',4,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27393,'Gas Heater',5,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27394,'Other Boilers',2,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27395,'Electrical Equipment',3,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27396,'Electrical Leads',3,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27397,'Director',0,0,12410,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27398,'Portable Equipment',3,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27399,'Owner Landlord',0,0,12410,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27400,'Portable Lighting',2,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27401,'Cooking kitchen Equipment',6,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27402,'Site Maitenance',0,0,12410,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27403,'Other',20,0,12404,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27404,'Estate Agent',0,0,12410,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27405,'Letting Agent',0,0,12410,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27406,'Other',0,0,12410,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27407,'Property Agent',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27408,'Owner Landlord',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27409,'Site Manager',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27410,'Property Manager',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27411,'Construction Manager',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27412,'Fire Warden',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27413,'Director',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27414,'CEO',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27415,'Other',0,0,12411,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27416,'A Property Within Building Block',0,0,12412,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27417,'All Of The Property',0,0,12412,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27418,'Communal Areas Only',0,0,12412,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27419,'House',0,0,12412,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27420,'Flat',0,0,12412,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27421,'Other',0,0,12412,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27422,'Nebosh',0,0,12421,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27423,'Level 2 Fire Risk Assessor',0,0,12421,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27424,'Competant Person',0,0,12421,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27425,'Detached',1,0,12423,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27426,'Semi Detached',2,0,12423,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27427,'Terraced',3,0,12423,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27428,'Linked-Detached',1,0,12423,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27429,'Other',20,0,12423,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27430,'House',1,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27431,'Bungalow',1,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27432,'Block of Flats - Studios up to 6 Floor Levels',3,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27433,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27434,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27435,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27436,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27437,'Underground Property',1,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27438,'Factory/ Warehouse',3,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27439,'Garage/ Workshop',3,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27440,'Yes',0,0,12425,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27441,'Retail Shop',2,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27442,'Option',5,0,12425,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27443,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27444,'No',8,0,12425,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27445,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27446,'N/A',0,0,12425,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27447,'Other',20,0,12424,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27448,'Other',20,0,12425,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27449,'1-5',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27450,'5-10',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27451,'Yes 1',1,0,12428,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27452,'10-15',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27453,'Yes 2',0,0,12428,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27454,'15-20',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27455,'No',7,0,12428,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27456,'20-25',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27457,'N/A',0,0,12428,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27458,'25-30',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27459,'Other',20,0,12428,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27460,'30-35',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27461,'35-40',0,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27462,'Other',20,0,12426,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27463,'Yes',0,0,12430,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27464,'No 1',7,0,12430,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27465,'No 2',7,0,12430,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27466,'Other',20,0,12430,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27467,'1',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27468,'N/A',0,0,12430,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27469,'2',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27470,'3',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27471,'4',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27472,'5',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27473,'Yes',0,0,12435,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27474,'6',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27475,'No 1',5,0,12435,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27476,'7',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27477,'No 2',5,0,12435,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27478,'8',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27479,'9',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27480,'Yes',0,0,12436,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27481,'10',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27482,'No',8,0,12436,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27483,'11',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27484,'Other',20,0,12436,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27485,'12',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27486,'N/A',0,0,12436,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27487,'13',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27488,'14',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27489,'Yes',0,0,12437,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27490,'15',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27491,'No',8,0,12437,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27492,'16',1,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27493,'Other',20,0,12437,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27494,'N/A',0,0,12433,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27495,'N/A',0,0,12437,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27496,'1',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27497,'Yes',0,0,12439,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27498,'2',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27499,'No',8,0,12439,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27500,'3',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27501,'Other',20,0,12439,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27502,'4',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27503,'N/A',0,0,12439,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27504,'5',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27505,'6',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27506,'7',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27507,'Yes',0,0,12441,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27508,'8',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27509,'No',8,0,12441,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27510,'9',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27511,'Other',20,0,12441,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27512,'10',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27513,'N/A',0,0,12441,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27514,'11',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27515,'12',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27516,'13',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27517,'14',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27518,'15',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27519,'16',2,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27520,'N/A',0,0,12438,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27521,'Solid concrete all levels',0,0,12442,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27522,'Timber joists all levels',3,0,12442,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27523,'Concrete lowest floor – Timber above higher levels',3,0,12442,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27524,'Other',20,0,12442,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27525,'Wood',2,0,12443,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27526,'Plastics',1,0,12443,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27527,'Aluminium',0,0,12443,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27528,'Stone',0,0,12443,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27529,'Other',20,0,12443,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27530,'Yes',1,0,12445,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27531,'No',3,0,12445,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27532,'Unknown',3,0,12445,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27533,'Yes',1,0,12446,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27534,'No',5,0,12446,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27535,'Unknown',5,0,12446,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27536,'Other',20,0,12447,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27537,'Very Good',1,0,12448,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27538,'Good',1,0,12448,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27539,'Fair',1,0,12448,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27540,'Poor',2,0,12448,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27541,'Fan Heaters',4,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27542,'Very Poor',2,0,12448,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27543,'Electric Heaters',4,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27544,'Gas Heater',5,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27545,'Other Boilers',2,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27546,'Electrical Equipment',3,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27547,'0%',0,0,12452,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27548,'Electrical Leads',3,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27549,'25%',0,0,12452,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27550,'Portable Equipment',3,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27551,'50%',0,0,12452,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27552,'Portable Lighting',2,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27553,'75%',0,0,12452,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27554,'Cooking kitchen Equipment',6,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27555,'100%',0,0,12452,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27556,'Other',20,0,12449,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27557,'0%',0,0,12453,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27558,'25%',1,0,12453,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27559,'50%',1,0,12453,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27560,'75%',1,0,12453,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27561,'100%',1,0,12453,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27562,'0%',0,0,12454,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27563,'25%',0,0,12454,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27564,'50%',0,0,12454,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27565,'75%',0,0,12454,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27566,'100%',0,0,12454,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27567,'0%',0,0,12455,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27568,'25%',3,0,12455,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27569,'50%',3,0,12455,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27570,'75%',3,0,12455,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27571,'100%',3,0,12455,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27572,'0%',0,0,12456,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27573,'25%',1,0,12456,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27574,'50%',1,0,12456,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27575,'75%',1,0,12456,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27576,'100%',1,0,12456,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27577,'0%',0,0,12457,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27578,'25%',5,0,12457,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27579,'50%',5,0,12457,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27580,'75%',5,0,12457,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27581,'100%',5,0,12457,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27582,'Detached',1,0,12461,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27583,'0%',0,0,12462,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27584,'Semi Detached',2,0,12461,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27585,'25%',5,0,12462,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27586,'Terraced',3,0,12461,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27587,'50%',5,0,12462,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27588,'Linked-Detached',1,0,12461,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27589,'75%',5,0,12462,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27590,'Other',20,0,12461,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27591,'100%',5,0,12462,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27592,'House',1,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27593,'0%',0,0,12464,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27594,'Bungalow',1,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27595,'25%',1,0,12464,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27596,'Block of Flats - Studios up to 6 Floor Levels',3,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27597,'50%',1,0,12464,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27598,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27599,'75%',1,0,12464,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27600,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27601,'100%',1,0,12464,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27602,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27603,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27604,'Other',20,0,12465,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27605,'Underground Property',1,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27606,'Factory/ Warehouse',3,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27607,'Garage/ Workshop',3,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27608,'0%',0,0,12467,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27609,'Retail Shop',2,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27610,'25%',1,0,12467,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27611,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27612,'50%',1,0,12467,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27613,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27614,'75%',1,0,12467,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27615,'Other',20,0,12463,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27616,'100%',1,0,12467,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27617,'1-5',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27618,'0%',0,0,12469,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27619,'5-10',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27620,'25%',2,0,12469,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27621,'10-15',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27622,'50%',2,0,12469,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27623,'15-20',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27624,'75%',2,0,12469,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27625,'20-25',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27626,'100%',2,0,12469,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27627,'25-30',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27628,'30-35',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27629,'35-40',0,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27630,'Other',20,0,12468,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27631,'1',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27632,'2',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27633,'3',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27634,'4',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27635,'5',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27636,'6',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27637,'7',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27638,'8',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27639,'9',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27640,'10',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27641,'11',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27642,'12',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27643,'13',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27644,'14',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27645,'15',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27646,'16',1,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27647,'N/A',0,0,12472,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27648,'1',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27649,'2',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27650,'3',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27651,'4',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27652,'5',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27653,'6',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27654,'7',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27655,'8',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27656,'9',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27657,'10',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27658,'11',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27659,'12',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27660,'13',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27661,'14',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27662,'15',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27663,'16',2,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27664,'N/A',0,0,12473,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27665,'Solid concrete all levels',0,0,12474,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27666,'Timber joists all levels',3,0,12474,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27667,'Concrete lowest floor – Timber above higher levels',3,0,12474,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27668,'Other',20,0,12474,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27669,'Wood',2,0,12475,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27670,'Plastics',1,0,12475,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27671,'Aluminium',0,0,12475,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27672,'Stone',0,0,12475,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27673,'Other',20,0,12475,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27674,'Yes',1,0,12477,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27675,'No',3,0,12477,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27676,'Unknown',3,0,12477,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27677,'Yes',1,0,12478,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27678,'No',5,0,12478,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27679,'Unknown',5,0,12478,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27680,'Other',20,0,12479,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27681,'Very Good',1,0,12480,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27682,'Good',1,0,12480,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27683,'Fair',1,0,12480,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27684,'Poor',2,0,12480,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27685,'Very Poor',2,0,12480,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27686,'0%',0,0,12483,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27687,'25%',0,0,12483,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27688,'50%',0,0,12483,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27689,'75%',0,0,12483,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27690,'100%',0,0,12483,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27691,'0%',0,0,12484,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27692,'25%',1,0,12484,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27693,'50%',1,0,12484,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27694,'75%',1,0,12484,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27695,'100%',1,0,12484,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27696,'0%',0,0,12485,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27697,'25%',0,0,12485,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27698,'50%',0,0,12485,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27699,'75%',0,0,12485,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27700,'100%',0,0,12485,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27701,'0%',0,0,12486,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27702,'25%',3,0,12486,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27703,'50%',3,0,12486,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27704,'75%',3,0,12486,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27705,'100%',3,0,12486,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27706,'0%',0,0,12487,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27707,'25%',1,0,12487,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27708,'50%',1,0,12487,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27709,'75%',1,0,12487,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27710,'100%',1,0,12487,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27711,'0%',0,0,12488,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27712,'25%',5,0,12488,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27713,'50%',5,0,12488,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27714,'75%',5,0,12488,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27715,'100%',5,0,12488,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27716,'0%',0,0,12489,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27717,'25%',5,0,12489,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27718,'50%',5,0,12489,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27719,'75%',5,0,12489,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27720,'100%',5,0,12489,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27721,'0%',0,0,12490,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27722,'25%',1,0,12490,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27723,'50%',1,0,12490,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27724,'75%',1,0,12490,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27725,'100%',1,0,12490,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27726,'Other',20,0,12491,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27727,'0%',0,0,12493,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27728,'25%',1,0,12493,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27729,'50%',1,0,12493,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27730,'75%',1,0,12493,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27731,'100%',1,0,12493,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27732,'0%',0,0,12494,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27733,'25%',2,0,12494,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27734,'50%',2,0,12494,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27735,'75%',2,0,12494,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27736,'100%',2,0,12494,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(27737,'Yes',0,0,12495,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27738,'No',9,0,12495,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27739,'NA',0,0,12495,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27740,'Other',20,0,12495,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27741,'Yes',0,0,12496,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27742,'No',7,0,12496,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27743,'NA',0,0,12496,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27744,'Other',20,0,12496,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27745,'Yes',0,0,12497,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27746,'No',6,0,12497,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27747,'NA',0,0,12497,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27748,'Other',20,0,12497,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27749,'Yes',0,0,12498,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27750,'No',6,0,12498,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27751,'NA',0,0,12498,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27752,'Other',20,0,12498,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27753,'Yes',0,0,12499,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27754,'No',4,0,12499,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27755,'No',7,0,12499,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27756,'N/A',0,0,12499,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27757,'Other',20,0,12499,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27758,'Yes',0,0,12500,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27759,'No',6,0,12500,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27760,'NA',0,0,12500,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27761,'Other',20,0,12500,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27762,'Yes',0,0,12501,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27763,'Yes',0,0,12501,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27764,'NA',0,0,12501,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27765,'Other',20,0,12501,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27766,'Yes',1,0,12502,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27767,'No',0,0,12502,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27768,'Other',20,0,12502,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27769,'Yes',0,0,12503,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27770,'No',8,0,12503,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27771,'NA',0,0,12503,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27772,'Other',20,0,12503,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27773,'Yes',3,0,12504,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27774,'Yes',4,0,12504,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27775,'Yes',5,0,12504,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27776,'Other',20,0,12504,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27777,'Wood/Paper/Cardboard etc',3,0,12505,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27778,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12505,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27779,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12505,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27780,'Waste Material Controlled -in locked wheely bin or store',2,0,12505,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27781,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12505,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27782,'Other',20,0,12505,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27783,'Fan Heaters',4,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27784,'Electric Heaters',4,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27785,'Gas Heater',5,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27786,'Other Boilers',2,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27787,'Electrical Equipment',3,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27788,'Electrical Leads',3,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27789,'Portable Equipment',3,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27790,'Portable Lighting',2,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27791,'Cooking kitchen Equipment',6,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27792,'Other',20,0,12508,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27793,'Yes',0,0,12510,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27794,'No',9,0,12510,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27795,'NA',0,0,12510,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27796,'Other',20,0,12510,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27797,'Yes',0,0,12511,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27798,'No',7,0,12511,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27799,'NA',0,0,12511,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27800,'Other',20,0,12511,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27801,'Yes',0,0,12512,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27802,'No',6,0,12512,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27803,'NA',0,0,12512,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27804,'Other',20,0,12512,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27805,'Yes',0,0,12513,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27806,'No',6,0,12513,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27807,'NA',0,0,12513,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27808,'Other',20,0,12513,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27809,'Yes',0,0,12514,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27810,'No',4,0,12514,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27811,'No',7,0,12514,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27812,'N/A',0,0,12514,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27813,'Other',20,0,12514,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27814,'Yes',0,0,12515,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27815,'No',6,0,12515,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27816,'NA',0,0,12515,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27817,'Other',20,0,12515,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27818,'Yes',0,0,12516,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27819,'Yes',0,0,12516,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27820,'NA',0,0,12516,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27821,'Other',20,0,12516,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27822,'Yes',1,0,12517,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27823,'No',0,0,12517,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27824,'Other',20,0,12517,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27825,'Yes',0,0,12518,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27826,'No',8,0,12518,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27827,'NA',0,0,12518,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27828,'Other',20,0,12518,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27829,'Yes',3,0,12519,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27830,'Yes',4,0,12519,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27831,'Yes',5,0,12519,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27832,'Other',20,0,12519,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27833,'Yes',0,0,12520,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27834,'No',2,0,12520,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27835,'Other',20,0,12520,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27836,'N/A',0,0,12520,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27837,'Yes',0,0,12521,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27838,'No',2,0,12521,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27839,'Other',20,0,12521,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27840,'N/A',0,0,12521,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27841,'Yes',0,0,12522,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27842,'No',2,0,12522,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27843,'Other',20,0,12522,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27844,'N/A',0,0,12522,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27845,'Yes',0,0,12524,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27846,'No',2,0,12524,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27847,'Other',20,0,12524,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27848,'N/A',0,0,12524,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27849,'Yes',0,0,12526,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27850,'No',2,0,12526,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27851,'Other',20,0,12526,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27852,'N/A',0,0,12526,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27853,'Yes',0,0,12527,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27854,'No',2,0,12527,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27855,'Other',20,0,12527,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27856,'N/A',0,0,12527,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27857,'Yes',0,0,12528,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27858,'No',3,0,12528,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27859,'Other',20,0,12528,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27860,'N/A',0,0,12528,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27861,'Yes',0,0,12530,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27862,'No',3,0,12530,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27863,'Other',20,0,12530,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27864,'N/A',0,0,12530,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27865,'N/A',0,0,12530,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27866,'Yes',0,0,12531,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27867,'No',4,0,12531,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27868,'No Disabled',0,0,12531,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27869,'Other',20,0,12531,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27870,'N/A',0,0,12531,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27871,'Yes',0,0,12532,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27872,'No',4,0,12532,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27873,'Other',20,0,12532,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27874,'N/A',0,0,12532,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27875,'Yes',0,0,12533,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27876,'No',3,0,12533,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27877,'Other',20,0,12533,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27878,'N/A',0,0,12533,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27879,'Yes',0,0,12534,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27880,'No',4,0,12534,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27881,'Other',20,0,12534,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27882,'N/A',0,0,12534,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27883,'Yes',0,0,12535,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27884,'No',4,0,12535,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27885,'Other',20,0,12535,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27886,'N/A',0,0,12535,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27887,'Yes',0,0,12536,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27888,'No',5,0,12536,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27889,'Other',20,0,12536,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27890,'N/A',0,0,12536,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27891,'1 Yes',0,0,12537,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27892,'2 Yes',3,0,12537,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27893,'No',6,0,12537,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27894,'Other',20,0,12537,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27895,'N/A',0,0,12537,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27896,'Yes',0,0,12538,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27897,'No',5,0,12538,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27898,'Other',20,0,12538,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27899,'N/A',0,0,12538,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27900,'Wood/Paper/Cardboard etc',3,0,12540,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27901,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12540,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27902,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12540,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27903,'Waste Material Controlled -in locked wheely bin or store',2,0,12540,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27904,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12540,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27905,'Other',20,0,12540,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27906,'Fan Heaters',4,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27907,'Electric Heaters',4,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27908,'Gas Heater',5,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27909,'Other Boilers',2,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27910,'Electrical Equipment',3,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27911,'Electrical Leads',3,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27912,'Portable Equipment',3,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27913,'Portable Lighting',2,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27914,'Cooking kitchen Equipment',6,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27915,'Other',20,0,12543,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27916,'Yes',0,0,12545,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27917,'No',2,0,12545,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27918,'Other',20,0,12545,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27919,'N/A',0,0,12545,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27920,'Yes',0,0,12546,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27921,'No',2,0,12546,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27922,'Other',20,0,12546,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27923,'N/A',0,0,12546,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27924,'Yes',0,0,12547,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27925,'No',2,0,12547,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27926,'Other',20,0,12547,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27927,'N/A',0,0,12547,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27928,'Yes',0,0,12549,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27929,'No',2,0,12549,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27930,'Other',20,0,12549,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27931,'N/A',0,0,12549,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27932,'Yes',0,0,12551,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27933,'No',2,0,12551,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27934,'Other',20,0,12551,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27935,'N/A',0,0,12551,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27936,'Yes',0,0,12552,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27937,'No',2,0,12552,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27938,'Other',20,0,12552,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27939,'N/A',0,0,12552,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27940,'Yes',0,0,12553,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27941,'No',3,0,12553,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27942,'Other',20,0,12553,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27943,'N/A',0,0,12553,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27944,'Yes',0,0,12555,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27945,'No',3,0,12555,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27946,'Other',20,0,12555,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27947,'N/A',0,0,12555,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27948,'N/A',0,0,12555,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27949,'Yes',0,0,12556,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27950,'No',4,0,12556,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27951,'No Disabled',0,0,12556,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27952,'Other',20,0,12556,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27953,'N/A',0,0,12556,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27954,'Yes',0,0,12557,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27955,'No',4,0,12557,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27956,'Other',20,0,12557,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27957,'N/A',0,0,12557,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27958,'Yes',0,0,12558,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27959,'No',3,0,12558,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27960,'Other',20,0,12558,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27961,'N/A',0,0,12558,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27962,'Yes',0,0,12559,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27963,'No',4,0,12559,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27964,'Other',20,0,12559,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27965,'N/A',0,0,12559,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27966,'Yes',0,0,12560,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27967,'No',4,0,12560,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27968,'Other',20,0,12560,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27969,'N/A',0,0,12560,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27970,'Yes',0,0,12561,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27971,'No',5,0,12561,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27972,'Other',20,0,12561,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27973,'N/A',0,0,12561,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27974,'1 Yes',0,0,12562,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27975,'2 Yes',3,0,12562,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27976,'No',6,0,12562,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27977,'Other',20,0,12562,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27978,'N/A',0,0,12562,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27979,'Yes',0,0,12563,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27980,'No',5,0,12563,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27981,'Other',20,0,12563,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27982,'N/A',0,0,12563,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27983,'Yes',0,0,12565,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27984,'Option',5,0,12565,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27985,'No',8,0,12565,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27986,'N/A',0,0,12565,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27987,'Other',20,0,12565,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27988,'Yes 1',1,0,12567,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27989,'Yes 2',0,0,12567,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27990,'No',7,0,12567,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27991,'N/A',0,0,12567,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27992,'Other',20,0,12567,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27993,'Yes',0,0,12569,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27994,'No 1',7,0,12569,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27995,'No 2',7,0,12569,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27996,'Other',20,0,12569,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27997,'N/A',0,0,12569,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27998,'Yes',0,0,12571,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(27999,'No 1',5,0,12571,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28000,'No 2',5,0,12571,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28001,'Yes',0,0,12572,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28002,'No',8,0,12572,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28003,'Other',20,0,12572,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28004,'N/A',0,0,12572,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28005,'Yes',0,0,12573,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28006,'No',8,0,12573,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28007,'Other',20,0,12573,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28008,'N/A',0,0,12573,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28009,'Yes',0,0,12574,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28010,'No',8,0,12574,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28011,'Other',20,0,12574,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28012,'N/A',0,0,12574,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28013,'Yes',0,0,12576,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28014,'No',8,0,12576,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28015,'Other',20,0,12576,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(28016,'N/A',0,0,12576,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28017,'Yes',0,0,12577,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28018,'No',6,0,12577,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28019,'Other',20,0,12577,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28020,'N/A',0,0,12577,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28021,'Yes',0,0,12579,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28022,'No',2,0,12579,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28023,'Other',20,0,12579,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28024,'N/A',0,0,12579,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28025,'Yes',0,0,12580,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28026,'No',2,0,12580,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28027,'Other',20,0,12580,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28028,'N/A',0,0,12580,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28029,'Yes',0,0,12581,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28030,'No',2,0,12581,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28031,'Other',20,0,12581,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28032,'N/A',0,0,12581,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28033,'Yes',0,0,12583,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28034,'No',2,0,12583,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28035,'Other',20,0,12583,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28036,'N/A',0,0,12583,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28037,'Yes',0,0,12585,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28038,'No',2,0,12585,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28039,'Other',20,0,12585,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28040,'N/A',0,0,12585,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28041,'Yes',0,0,12586,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28042,'No',2,0,12586,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28043,'Other',20,0,12586,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28044,'N/A',0,0,12586,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28045,'Yes',0,0,12587,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28046,'No',3,0,12587,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28047,'Other',20,0,12587,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28048,'N/A',0,0,12587,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28049,'Yes',0,0,12589,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28050,'No',3,0,12589,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28051,'Other',20,0,12589,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28052,'N/A',0,0,12589,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28053,'N/A',0,0,12589,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28054,'Yes',0,0,12590,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28055,'No',4,0,12590,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28056,'No Disabled',0,0,12590,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28057,'Other',20,0,12590,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28058,'N/A',0,0,12590,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28059,'Yes',0,0,12591,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28060,'No',4,0,12591,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28061,'Other',20,0,12591,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28062,'N/A',0,0,12591,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28063,'Yes',0,0,12592,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28064,'No',3,0,12592,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28065,'Other',20,0,12592,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28066,'N/A',0,0,12592,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28067,'Yes',0,0,12593,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28068,'No',4,0,12593,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28069,'Other',20,0,12593,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28070,'N/A',0,0,12593,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28071,'Yes',0,0,12594,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28072,'No',4,0,12594,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28073,'Other',20,0,12594,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28074,'N/A',0,0,12594,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28075,'Yes',0,0,12595,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28076,'No',5,0,12595,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28077,'Other',20,0,12595,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28078,'N/A',0,0,12595,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28079,'1 Yes',0,0,12596,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28080,'2 Yes',3,0,12596,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28081,'No',6,0,12596,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28082,'Other',20,0,12596,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28083,'N/A',0,0,12596,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28084,'Yes',0,0,12597,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28085,'No',5,0,12597,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28086,'Other',20,0,12597,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28087,'N/A',0,0,12597,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28088,'Yes',0,0,12599,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28089,'Option',5,0,12599,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28090,'No',8,0,12599,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28091,'N/A',0,0,12599,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28092,'Other',20,0,12599,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28093,'Yes 1',1,0,12601,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28094,'Yes 2',0,0,12601,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28095,'No',7,0,12601,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28096,'N/A',0,0,12601,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28097,'Other',20,0,12601,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28098,'Yes',0,0,12603,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28099,'No 1',7,0,12603,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28100,'No 2',7,0,12603,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28101,'Other',20,0,12603,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28102,'N/A',0,0,12603,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28103,'Yes',0,0,12605,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28104,'No 1',5,0,12605,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28105,'No 2',5,0,12605,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28106,'Yes',0,0,12606,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28107,'No',8,0,12606,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28108,'Other',20,0,12606,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28109,'N/A',0,0,12606,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28110,'Yes',0,0,12607,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28111,'No',8,0,12607,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28112,'Other',20,0,12607,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28113,'N/A',0,0,12607,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28114,'Yes',0,0,12608,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28115,'No',8,0,12608,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28116,'Other',20,0,12608,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28117,'N/A',0,0,12608,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28118,'Yes',0,0,12610,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28119,'No',8,0,12610,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28120,'Other',20,0,12610,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28121,'N/A',0,0,12610,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28122,'Yes',0,0,12611,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28123,'No',6,0,12611,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28124,'Other',20,0,12611,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28125,'N/A',0,0,12611,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28126,'Yes',0,0,12613,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28127,'No',2,0,12613,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28128,'Other',20,0,12613,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28129,'N/A',0,0,12613,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28130,'Yes',0,0,12614,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28131,'No',2,0,12614,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28132,'Other',20,0,12614,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28133,'N/A',0,0,12614,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28134,'Yes',0,0,12615,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28135,'No',2,0,12615,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28136,'Other',20,0,12615,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28137,'N/A',0,0,12615,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28138,'Yes',0,0,12617,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28139,'No',2,0,12617,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28140,'Other',20,0,12617,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28141,'N/A',0,0,12617,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28142,'Yes',0,0,12619,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28143,'No',2,0,12619,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28144,'Other',20,0,12619,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28145,'N/A',0,0,12619,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28146,'Yes',0,0,12620,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28147,'No',2,0,12620,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28148,'Other',20,0,12620,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28149,'N/A',0,0,12620,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28150,'Yes',0,0,12621,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28151,'No',3,0,12621,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28152,'Other',20,0,12621,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28153,'N/A',0,0,12621,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28154,'Yes',0,0,12623,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28155,'No',3,0,12623,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28156,'Other',20,0,12623,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28157,'N/A',0,0,12623,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28158,'N/A',0,0,12623,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28159,'Yes',0,0,12624,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28160,'No',4,0,12624,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28161,'No Disabled',0,0,12624,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28162,'Other',20,0,12624,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28163,'N/A',0,0,12624,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28164,'Yes',0,0,12625,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28165,'No',4,0,12625,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28166,'Other',20,0,12625,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28167,'N/A',0,0,12625,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28168,'Yes',0,0,12626,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28169,'No',3,0,12626,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28170,'Other',20,0,12626,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28171,'N/A',0,0,12626,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28172,'Yes',0,0,12627,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28173,'No',4,0,12627,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28174,'Other',20,0,12627,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28175,'N/A',0,0,12627,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28176,'Yes',0,0,12628,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28177,'No',4,0,12628,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28178,'Other',20,0,12628,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28179,'N/A',0,0,12628,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28180,'Yes',0,0,12629,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28181,'No',5,0,12629,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28182,'Other',20,0,12629,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28183,'N/A',0,0,12629,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28184,'1 Yes',0,0,12630,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28185,'2 Yes',3,0,12630,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28186,'No',6,0,12630,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28187,'Other',20,0,12630,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28188,'N/A',0,0,12630,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28189,'Yes',0,0,12631,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28190,'No',5,0,12631,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28191,'Other',20,0,12631,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28192,'N/A',0,0,12631,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28193,'Yes',0,0,12633,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28194,'No',4,0,12633,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28195,'No',7,0,12633,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28196,'N/A',0,0,12633,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28197,'Other',20,0,12633,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28198,'Yes',0,0,12634,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28199,'No',6,0,12634,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28200,'NA',0,0,12634,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28201,'Other',20,0,12634,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28202,'Yes',0,0,12635,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28203,'Yes',0,0,12635,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28204,'NA',0,0,12635,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28205,'Other',20,0,12635,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28206,'Yes',1,0,12636,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28207,'No',0,0,12636,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28208,'Other',20,0,12636,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28209,'Yes',0,0,12637,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28210,'No',9,0,12637,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28211,'NA',0,0,12637,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28212,'Other',20,0,12637,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28213,'Yes',0,0,12638,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28214,'No',7,0,12638,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28215,'NA',0,0,12638,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28216,'Other',20,0,12638,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28217,'Yes',0,0,12639,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28218,'No',6,0,12639,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28219,'NA',0,0,12639,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28220,'Other',20,0,12639,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28221,'Yes',0,0,12640,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28222,'No',6,0,12640,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28223,'NA',0,0,12640,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28224,'Other',20,0,12640,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28225,'Yes',0,0,12641,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28226,'No',8,0,12641,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28227,'NA',0,0,12641,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28228,'Other',20,0,12641,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28229,'Yes',3,0,12642,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28230,'Yes',4,0,12642,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28231,'Yes',5,0,12642,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28232,'Other',20,0,12642,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28233,'Yes',0,0,12648,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28234,'Yes',0,0,12648,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28235,'No',5,0,12648,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28236,'N/A',0,0,12648,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28237,'Other',20,0,12648,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28238,'Yes',0,0,12649,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28239,'No',5,0,12649,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28240,'Other',20,0,12649,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28241,'Yes',0,0,12653,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28242,'No',4,0,12653,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28243,'No',7,0,12653,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28244,'N/A',0,0,12653,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28245,'Other',20,0,12653,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28246,'Yes',0,0,12654,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28247,'No',6,0,12654,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28248,'NA',0,0,12654,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28249,'Other',20,0,12654,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28250,'Yes',0,0,12655,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28251,'Yes',0,0,12655,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28252,'NA',0,0,12655,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28253,'Other',20,0,12655,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28254,'Yes',1,0,12656,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28255,'No',0,0,12656,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28256,'Other',20,0,12656,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28257,'Yes',0,0,12657,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28258,'No',9,0,12657,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28259,'NA',0,0,12657,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28260,'Other',20,0,12657,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28261,'Yes',0,0,12658,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28262,'No',7,0,12658,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28263,'NA',0,0,12658,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28264,'Other',20,0,12658,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28265,'Yes',0,0,12659,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28266,'No',6,0,12659,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28267,'NA',0,0,12659,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28268,'Other',20,0,12659,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28269,'Yes',0,0,12660,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28270,'No',6,0,12660,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28271,'NA',0,0,12660,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28272,'Other',20,0,12660,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28273,'Yes',0,0,12661,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28274,'No',8,0,12661,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28275,'NA',0,0,12661,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28276,'Other',20,0,12661,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28277,'Yes',3,0,12662,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28278,'Yes',4,0,12662,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28279,'Yes',5,0,12662,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28280,'Other',20,0,12662,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28281,'Yes',1,0,12663,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28282,'Yes',0,0,12663,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28283,'No',5,0,12663,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28284,'Other',20,0,12663,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28285,'Yes',0,0,12664,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28286,'No',5,0,12664,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28287,'NA',5,0,12664,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28288,'Other',20,0,12664,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28289,'Yes',0,0,12665,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28290,'No',5,0,12665,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28291,'NA',0,0,12665,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28292,'Other',20,0,12665,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28293,'Choice 6',5,0,12665,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28294,'Yes',0,0,12666,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28295,'No',5,0,12666,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28296,'Other',20,0,12666,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28297,'Yes',0,0,12667,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28298,'No',5,0,12667,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28299,'NA',5,0,12667,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28300,'Other',20,0,12667,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28301,'Yes',0,0,12668,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28302,'No',5,0,12668,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28303,'NA',0,0,12668,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28304,'Other',20,0,12668,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28305,'Yes',0,0,12669,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28306,'No',5,0,12669,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28307,'NA',5,0,12669,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28308,'Other',20,0,12669,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28309,'Director',0,0,12680,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28310,'Owner Landlord',0,0,12680,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28311,'Site Maitenance',0,0,12680,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28312,'Estate Agent',0,0,12680,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28313,'Letting Agent',0,0,12680,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28314,'Other',0,0,12680,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28315,'Property Agent',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28316,'Owner Landlord',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28317,'Site Manager',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28318,'Property Manager',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28319,'Construction Manager',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28320,'Fire Warden',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28321,'Director',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28322,'CEO',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28323,'Other',0,0,12681,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28324,'A Property Within Building Block',0,0,12682,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28325,'All Of The Property',0,0,12682,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28326,'Communal Areas Only',0,0,12682,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28327,'House',0,0,12682,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28328,'Flat',0,0,12682,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28329,'Other',0,0,12682,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28330,'Nebosh',0,0,12689,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28331,'Level 2 Fire Risk Assessor',0,0,12689,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28332,'Competant Person',0,0,12689,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28333,'Yes',0,0,12690,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28334,'Yes',0,0,12690,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28335,'No',5,0,12690,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28336,'N/A',0,0,12690,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28337,'Other',20,0,12690,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28338,'Yes',0,0,12691,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28339,'No',5,0,12691,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28340,'Other',20,0,12691,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28341,'Yes',1,0,12695,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28342,'Yes',0,0,12695,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28343,'No',5,0,12695,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28344,'Other',20,0,12695,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28345,'Yes',0,0,12696,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28346,'No',5,0,12696,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28347,'NA',5,0,12696,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28348,'Other',20,0,12696,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28349,'Yes',0,0,12697,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28350,'No',5,0,12697,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28351,'NA',0,0,12697,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28352,'Other',20,0,12697,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28353,'Choice 6',5,0,12697,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28354,'Yes',0,0,12698,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28355,'No',5,0,12698,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28356,'Other',20,0,12698,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28357,'Yes',0,0,12699,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28358,'No',5,0,12699,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28359,'NA',5,0,12699,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28360,'Other',20,0,12699,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28361,'Yes',0,0,12700,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28362,'No',5,0,12700,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28363,'NA',0,0,12700,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28364,'Other',20,0,12700,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28365,'Yes',0,0,12701,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28366,'No',5,0,12701,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28367,'NA',5,0,12701,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28368,'Other',20,0,12701,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28369,'Yes',0,0,12702,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28370,'Option',5,0,12702,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28371,'No',8,0,12702,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28372,'N/A',0,0,12702,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28373,'Other',20,0,12702,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28374,'Yes 1',1,0,12704,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28375,'Yes 2',0,0,12704,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28376,'No',7,0,12704,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28377,'N/A',0,0,12704,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28378,'Other',20,0,12704,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28379,'Yes',0,0,12706,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28380,'No 1',7,0,12706,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28381,'No 2',7,0,12706,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28382,'Other',20,0,12706,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28383,'N/A',0,0,12706,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28384,'Yes',0,0,12708,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28385,'No 1',5,0,12708,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28386,'No 2',5,0,12708,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28387,'Yes',0,0,12709,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28388,'No',8,0,12709,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28389,'Other',20,0,12709,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28390,'N/A',0,0,12709,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28391,'Yes',0,0,12710,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28392,'No',8,0,12710,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28393,'Other',20,0,12710,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28394,'N/A',0,0,12710,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28395,'Yes',0,0,12711,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28396,'No',8,0,12711,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28397,'Other',20,0,12711,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28398,'N/A',0,0,12711,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28399,'Yes',0,0,12713,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28400,'No',8,0,12713,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28401,'Other',20,0,12713,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28402,'N/A',0,0,12713,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28403,'Fan Heaters',4,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28404,'Electric Heaters',4,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28405,'Gas Heater',5,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28406,'Other Boilers',2,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28407,'Electrical Equipment',3,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28408,'Electrical Leads',3,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28409,'Portable Equipment',3,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28410,'Portable Lighting',2,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28411,'Cooking kitchen Equipment',6,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28412,'Other',20,0,12714,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(28413,'Director',0,0,12720,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28414,'Owner Landlord',0,0,12720,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28415,'Site Maitenance',0,0,12720,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28416,'Estate Agent',0,0,12720,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28417,'Letting Agent',0,0,12720,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28418,'Other',0,0,12720,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28419,'Property Agent',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28420,'Owner Landlord',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28421,'Site Manager',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28422,'Property Manager',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28423,'Construction Manager',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28424,'Fire Warden',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28425,'Director',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28426,'CEO',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28427,'Other',0,0,12721,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28428,'A Property Within Building Block',0,0,12722,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28429,'All Of The Property',0,0,12722,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28430,'Communal Areas Only',0,0,12722,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28431,'House',0,0,12722,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28432,'Flat',0,0,12722,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28433,'Other',0,0,12722,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28434,'Nebosh',0,0,12729,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28435,'Level 2 Fire Risk Assessor',0,0,12729,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28436,'Competant Person',0,0,12729,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28437,'Detached',1,0,12733,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28438,'Semi Detached',2,0,12733,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28439,'Terraced',3,0,12733,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28440,'Linked-Detached',1,0,12733,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28441,'Other',20,0,12733,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28442,'House',1,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28443,'Bungalow',1,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28444,'Block of Flats - Studios up to 6 Floor Levels',3,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28445,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28446,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28447,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28448,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28449,'Underground Property',1,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28450,'Factory/ Warehouse',3,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28451,'Garage/ Workshop',3,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28452,'Retail Shop',2,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28453,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28454,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28455,'Other',20,0,12734,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28456,'1-5',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28457,'5-10',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28458,'10-15',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28459,'15-20',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28460,'20-25',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28461,'25-30',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28462,'30-35',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28463,'35-40',0,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28464,'Other',20,0,12735,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28465,'1',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28466,'2',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28467,'3',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28468,'4',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28469,'5',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28470,'6',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28471,'7',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28472,'8',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28473,'9',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28474,'10',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28475,'11',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28476,'12',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28477,'13',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28478,'14',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28479,'15',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28480,'16',1,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28481,'N/A',0,0,12738,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28482,'1',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28483,'2',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28484,'3',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28485,'4',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28486,'5',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28487,'6',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28488,'7',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28489,'8',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28490,'9',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28491,'10',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28492,'11',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28493,'12',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28494,'13',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28495,'14',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28496,'15',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28497,'16',2,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28498,'N/A',0,0,12739,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28499,'Solid concrete all levels',0,0,12740,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28500,'Timber joists all levels',3,0,12740,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28501,'Concrete lowest floor – Timber above higher levels',3,0,12740,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28502,'Other',20,0,12740,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28503,'Wood',2,0,12741,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28504,'Plastics',1,0,12741,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28505,'Aluminium',0,0,12741,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28506,'Stone',0,0,12741,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28507,'Other',20,0,12741,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28508,'Yes',1,0,12743,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28509,'No',3,0,12743,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28510,'Unknown',3,0,12743,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28511,'Yes',1,0,12744,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28512,'No',5,0,12744,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28513,'Unknown',5,0,12744,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28514,'Other',20,0,12745,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28515,'Very Good',1,0,12746,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28516,'Good',1,0,12746,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28517,'Fair',1,0,12746,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28518,'Poor',2,0,12746,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28519,'Very Poor',2,0,12746,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28520,'0%',0,0,12749,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28521,'25%',0,0,12749,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28522,'50%',0,0,12749,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28523,'75%',0,0,12749,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28524,'100%',0,0,12749,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28525,'0%',0,0,12750,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28526,'25%',1,0,12750,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28527,'50%',1,0,12750,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28528,'75%',1,0,12750,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28529,'100%',1,0,12750,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28530,'0%',0,0,12751,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28531,'25%',0,0,12751,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28532,'50%',0,0,12751,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28533,'75%',0,0,12751,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28534,'100%',0,0,12751,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28535,'0%',0,0,12752,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28536,'25%',3,0,12752,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28537,'50%',3,0,12752,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28538,'75%',3,0,12752,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28539,'100%',3,0,12752,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28540,'0%',0,0,12753,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28541,'25%',1,0,12753,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28542,'50%',1,0,12753,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28543,'75%',1,0,12753,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28544,'100%',1,0,12753,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28545,'0%',0,0,12754,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28546,'25%',5,0,12754,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28547,'50%',5,0,12754,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28548,'75%',5,0,12754,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28549,'100%',5,0,12754,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28550,'0%',0,0,12755,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28551,'25%',5,0,12755,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28552,'50%',5,0,12755,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28553,'75%',5,0,12755,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28554,'100%',5,0,12755,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28555,'0%',0,0,12756,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28556,'25%',1,0,12756,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28557,'50%',1,0,12756,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28558,'75%',1,0,12756,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28559,'100%',1,0,12756,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28560,'Other',20,0,12757,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28561,'0%',0,0,12759,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28562,'25%',1,0,12759,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28563,'50%',1,0,12759,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28564,'75%',1,0,12759,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28565,'100%',1,0,12759,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28566,'0%',0,0,12760,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28567,'25%',2,0,12760,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28568,'50%',2,0,12760,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28569,'75%',2,0,12760,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28570,'100%',2,0,12760,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28571,'Yes',0,0,12761,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28572,'Option',5,0,12761,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28573,'No',8,0,12761,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28574,'N/A',0,0,12761,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28575,'Other',20,0,12761,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28576,'Yes 1',1,0,12763,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28577,'Yes 2',0,0,12763,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28578,'No',7,0,12763,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28579,'N/A',0,0,12763,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28580,'Other',20,0,12763,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28581,'Yes',0,0,12765,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28582,'No 1',7,0,12765,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28583,'No 2',7,0,12765,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28584,'Other',20,0,12765,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28585,'N/A',0,0,12765,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28586,'Yes',0,0,12767,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28587,'No 1',5,0,12767,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28588,'No 2',5,0,12767,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28589,'Yes',0,0,12768,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28590,'No',8,0,12768,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28591,'Other',20,0,12768,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28592,'N/A',0,0,12768,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28593,'Yes',0,0,12769,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28594,'No',8,0,12769,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28595,'Other',20,0,12769,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28596,'N/A',0,0,12769,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28597,'Yes',0,0,12770,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28598,'No',8,0,12770,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28599,'Other',20,0,12770,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28600,'N/A',0,0,12770,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28601,'Yes',0,0,12772,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28602,'No',8,0,12772,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28603,'Other',20,0,12772,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28604,'N/A',0,0,12772,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28605,'Fan Heaters',4,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28606,'Electric Heaters',4,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28607,'Gas Heater',5,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28608,'Other Boilers',2,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28609,'Electrical Equipment',3,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28610,'Electrical Leads',3,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28611,'Portable Equipment',3,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28612,'Portable Lighting',2,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28613,'Cooking kitchen Equipment',6,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28614,'Other',20,0,12773,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28615,'Detached',1,0,12777,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28616,'Semi Detached',2,0,12777,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28617,'Terraced',3,0,12777,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28618,'Linked-Detached',1,0,12777,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28619,'Other',20,0,12777,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28620,'House',1,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28621,'Bungalow',1,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28622,'Block of Flats - Studios up to 6 Floor Levels',3,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28623,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28624,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28625,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28626,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28627,'Underground Property',1,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28628,'Factory/ Warehouse',3,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28629,'Garage/ Workshop',3,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28630,'Retail Shop',2,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28631,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28632,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28633,'Other',20,0,12778,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28634,'1-5',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28635,'5-10',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28636,'10-15',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28637,'15-20',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28638,'20-25',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28639,'25-30',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28640,'30-35',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28641,'35-40',0,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28642,'Other',20,0,12779,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28643,'1',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28644,'2',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28645,'3',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28646,'4',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28647,'5',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28648,'6',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28649,'7',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28650,'8',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28651,'9',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28652,'10',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28653,'11',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28654,'12',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28655,'13',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28656,'14',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28657,'15',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28658,'16',1,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28659,'N/A',0,0,12782,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28660,'1',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28661,'2',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28662,'3',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28663,'4',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28664,'5',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28665,'6',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28666,'7',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28667,'8',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28668,'9',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28669,'10',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28670,'11',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28671,'12',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28672,'13',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28673,'14',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28674,'15',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28675,'16',2,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28676,'N/A',0,0,12783,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28677,'Solid concrete all levels',0,0,12784,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28678,'Timber joists all levels',3,0,12784,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28679,'Concrete lowest floor – Timber above higher levels',3,0,12784,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28680,'Other',20,0,12784,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28681,'Wood',2,0,12785,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28682,'Plastics',1,0,12785,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28683,'Aluminium',0,0,12785,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28684,'Stone',0,0,12785,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28685,'Other',20,0,12785,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28686,'Yes',1,0,12787,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28687,'No',3,0,12787,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28688,'Unknown',3,0,12787,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28689,'Yes',1,0,12788,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28690,'No',5,0,12788,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28691,'Unknown',5,0,12788,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28692,'Other',20,0,12789,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28693,'Very Good',1,0,12790,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28694,'Good',1,0,12790,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28695,'Fair',1,0,12790,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28696,'Poor',2,0,12790,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28697,'Very Poor',2,0,12790,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28698,'0%',0,0,12793,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28699,'25%',0,0,12793,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28700,'50%',0,0,12793,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28701,'75%',0,0,12793,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28702,'100%',0,0,12793,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28703,'0%',0,0,12794,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28704,'25%',1,0,12794,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28705,'50%',1,0,12794,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28706,'75%',1,0,12794,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28707,'100%',1,0,12794,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28708,'0%',0,0,12795,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28709,'25%',0,0,12795,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28710,'50%',0,0,12795,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28711,'75%',0,0,12795,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28712,'100%',0,0,12795,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28713,'0%',0,0,12796,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28714,'25%',3,0,12796,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28715,'50%',3,0,12796,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28716,'75%',3,0,12796,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28717,'100%',3,0,12796,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28718,'0%',0,0,12797,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28719,'25%',1,0,12797,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28720,'50%',1,0,12797,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28721,'75%',1,0,12797,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28722,'100%',1,0,12797,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28723,'0%',0,0,12798,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28724,'25%',5,0,12798,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28725,'50%',5,0,12798,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28726,'75%',5,0,12798,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28727,'100%',5,0,12798,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28728,'0%',0,0,12799,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28729,'25%',5,0,12799,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28730,'50%',5,0,12799,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28731,'75%',5,0,12799,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28732,'100%',5,0,12799,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28733,'0%',0,0,12800,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28734,'25%',1,0,12800,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28735,'50%',1,0,12800,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28736,'75%',1,0,12800,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28737,'100%',1,0,12800,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28738,'Other',20,0,12801,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28739,'0%',0,0,12803,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28740,'25%',1,0,12803,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28741,'50%',1,0,12803,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28742,'75%',1,0,12803,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28743,'100%',1,0,12803,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28744,'0%',0,0,12804,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28745,'25%',2,0,12804,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28746,'50%',2,0,12804,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28747,'75%',2,0,12804,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28748,'100%',2,0,12804,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28749,'0%',0,0,12805,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28750,'25%',1,0,12805,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28751,'50%',1,0,12805,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28752,'75%',1,0,12805,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28753,'100%',1,0,12805,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(28754,'Yes',0,0,12806,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28755,'No',9,0,12806,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28756,'NA',0,0,12806,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28757,'Other',20,0,12806,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28758,'Yes',0,0,12807,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28759,'No',7,0,12807,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28760,'NA',0,0,12807,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28761,'Other',20,0,12807,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28762,'Yes',0,0,12808,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28763,'No',6,0,12808,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28764,'NA',0,0,12808,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28765,'Other',20,0,12808,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28766,'Yes',0,0,12809,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28767,'No',6,0,12809,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28768,'NA',0,0,12809,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28769,'Other',20,0,12809,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28770,'Yes',0,0,12810,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28771,'No',4,0,12810,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28772,'No',7,0,12810,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28773,'N/A',0,0,12810,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28774,'Other',20,0,12810,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28775,'Yes',0,0,12811,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28776,'No',6,0,12811,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28777,'NA',0,0,12811,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28778,'Other',20,0,12811,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28779,'Yes',0,0,12812,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28780,'Yes',0,0,12812,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28781,'NA',0,0,12812,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28782,'Other',20,0,12812,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28783,'Yes',1,0,12813,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28784,'No',0,0,12813,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28785,'Other',20,0,12813,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28786,'Yes',0,0,12814,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28787,'No',8,0,12814,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28788,'NA',0,0,12814,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28789,'Other',20,0,12814,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28790,'Yes',3,0,12815,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28791,'Yes',4,0,12815,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28792,'Yes',5,0,12815,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28793,'Other',20,0,12815,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28794,'Wood/Paper/Cardboard etc',3,0,12816,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28795,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12816,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28796,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12816,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28797,'Waste Material Controlled -in locked wheely bin or store',2,0,12816,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28798,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12816,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28799,'Other',20,0,12816,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28800,'Fan Heaters',4,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28801,'Electric Heaters',4,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28802,'Gas Heater',5,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28803,'Other Boilers',2,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28804,'Electrical Equipment',3,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28805,'Electrical Leads',3,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28806,'Portable Equipment',3,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28807,'Portable Lighting',2,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28808,'Cooking kitchen Equipment',6,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28809,'Other',20,0,12819,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28810,'Yes',0,0,12821,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28811,'No',9,0,12821,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28812,'NA',0,0,12821,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28813,'Other',20,0,12821,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28814,'Yes',0,0,12822,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28815,'No',7,0,12822,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28816,'NA',0,0,12822,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28817,'Other',20,0,12822,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28818,'Yes',0,0,12823,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28819,'No',6,0,12823,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28820,'NA',0,0,12823,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28821,'Other',20,0,12823,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28822,'Yes',0,0,12824,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28823,'No',6,0,12824,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28824,'NA',0,0,12824,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28825,'Other',20,0,12824,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28826,'Yes',0,0,12825,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28827,'No',4,0,12825,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28828,'No',7,0,12825,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28829,'N/A',0,0,12825,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28830,'Other',20,0,12825,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28831,'Yes',0,0,12826,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28832,'No',6,0,12826,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28833,'NA',0,0,12826,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28834,'Other',20,0,12826,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28835,'Yes',0,0,12827,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28836,'Yes',0,0,12827,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28837,'NA',0,0,12827,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28838,'Other',20,0,12827,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28839,'Yes',1,0,12828,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28840,'No',0,0,12828,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28841,'Other',20,0,12828,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28842,'Yes',0,0,12829,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28843,'No',8,0,12829,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28844,'NA',0,0,12829,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28845,'Other',20,0,12829,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28846,'Yes',3,0,12830,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28847,'Yes',4,0,12830,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28848,'Yes',5,0,12830,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28849,'Other',20,0,12830,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28850,'Yes',0,0,12831,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28851,'No',2,0,12831,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28852,'Other',20,0,12831,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28853,'N/A',0,0,12831,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28854,'Yes',0,0,12832,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28855,'No',2,0,12832,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28856,'Other',20,0,12832,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28857,'N/A',0,0,12832,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28858,'Yes',0,0,12833,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28859,'No',2,0,12833,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28860,'Other',20,0,12833,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28861,'N/A',0,0,12833,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28862,'Yes',0,0,12835,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28863,'No',2,0,12835,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28864,'Other',20,0,12835,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28865,'N/A',0,0,12835,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28866,'Yes',0,0,12837,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28867,'No',2,0,12837,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28868,'Other',20,0,12837,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28869,'N/A',0,0,12837,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28870,'Yes',0,0,12838,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28871,'No',2,0,12838,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28872,'Other',20,0,12838,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28873,'N/A',0,0,12838,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28874,'Yes',0,0,12839,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28875,'No',3,0,12839,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28876,'Other',20,0,12839,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28877,'N/A',0,0,12839,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28878,'Yes',0,0,12841,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28879,'No',3,0,12841,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28880,'Other',20,0,12841,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28881,'N/A',0,0,12841,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28882,'N/A',0,0,12841,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28883,'Yes',0,0,12842,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28884,'No',4,0,12842,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28885,'No Disabled',0,0,12842,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28886,'Other',20,0,12842,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28887,'N/A',0,0,12842,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28888,'Yes',0,0,12843,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28889,'No',4,0,12843,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28890,'Other',20,0,12843,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28891,'N/A',0,0,12843,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28892,'Yes',0,0,12844,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28893,'No',3,0,12844,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28894,'Other',20,0,12844,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28895,'N/A',0,0,12844,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28896,'Yes',0,0,12845,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28897,'No',4,0,12845,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28898,'Other',20,0,12845,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28899,'N/A',0,0,12845,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28900,'Yes',0,0,12846,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28901,'No',4,0,12846,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28902,'Other',20,0,12846,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28903,'N/A',0,0,12846,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28904,'Yes',0,0,12847,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28905,'No',5,0,12847,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28906,'Other',20,0,12847,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28907,'N/A',0,0,12847,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28908,'1 Yes',0,0,12848,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28909,'2 Yes',3,0,12848,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28910,'No',6,0,12848,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28911,'Other',20,0,12848,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28912,'N/A',0,0,12848,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28913,'Yes',0,0,12849,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28914,'No',5,0,12849,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28915,'Other',20,0,12849,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28916,'N/A',0,0,12849,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28917,'Wood/Paper/Cardboard etc',3,0,12852,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28918,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,12852,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28919,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,12852,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28920,'Waste Material Controlled -in locked wheely bin or store',2,0,12852,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28921,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,12852,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28922,'Other',20,0,12852,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28923,'Fan Heaters',4,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28924,'Electric Heaters',4,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28925,'Gas Heater',5,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28926,'Other Boilers',2,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28927,'Electrical Equipment',3,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28928,'Electrical Leads',3,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28929,'Portable Equipment',3,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28930,'Portable Lighting',2,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28931,'Cooking kitchen Equipment',6,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28932,'Other',20,0,12855,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28933,'Yes',0,0,12856,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28934,'No',2,0,12856,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28935,'Other',20,0,12856,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28936,'N/A',0,0,12856,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28937,'Yes',0,0,12857,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28938,'No',2,0,12857,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28939,'Other',20,0,12857,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28940,'N/A',0,0,12857,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28941,'Yes',0,0,12858,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28942,'No',2,0,12858,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28943,'Other',20,0,12858,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28944,'N/A',0,0,12858,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28945,'Yes',0,0,12860,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28946,'No',2,0,12860,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28947,'Other',20,0,12860,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28948,'N/A',0,0,12860,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28949,'Yes',0,0,12862,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28950,'No',2,0,12862,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28951,'Other',20,0,12862,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28952,'N/A',0,0,12862,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28953,'Yes',0,0,12863,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28954,'No',2,0,12863,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28955,'Other',20,0,12863,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28956,'N/A',0,0,12863,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28957,'Yes',0,0,12864,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28958,'No',3,0,12864,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28959,'Other',20,0,12864,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28960,'N/A',0,0,12864,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28961,'Yes',0,0,12866,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28962,'No',3,0,12866,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28963,'Other',20,0,12866,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28964,'N/A',0,0,12866,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28965,'N/A',0,0,12866,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28966,'Yes',0,0,12867,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28967,'No',4,0,12867,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28968,'No Disabled',0,0,12867,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28969,'Other',20,0,12867,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28970,'N/A',0,0,12867,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28971,'Yes',0,0,12868,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28972,'No',4,0,12868,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28973,'Other',20,0,12868,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28974,'N/A',0,0,12868,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28975,'Yes',0,0,12869,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28976,'No',3,0,12869,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28977,'Other',20,0,12869,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28978,'N/A',0,0,12869,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28979,'Yes',0,0,12870,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28980,'No',4,0,12870,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28981,'Other',20,0,12870,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28982,'N/A',0,0,12870,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28983,'Yes',0,0,12871,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28984,'No',4,0,12871,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28985,'Other',20,0,12871,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28986,'N/A',0,0,12871,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28987,'Yes',0,0,12872,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28988,'No',5,0,12872,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28989,'Other',20,0,12872,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28990,'N/A',0,0,12872,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28991,'1 Yes',0,0,12873,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28992,'2 Yes',3,0,12873,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28993,'No',6,0,12873,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28994,'Other',20,0,12873,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28995,'N/A',0,0,12873,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28996,'Yes',0,0,12874,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28997,'No',5,0,12874,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28998,'Other',20,0,12874,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(28999,'N/A',0,0,12874,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29000,'Yes',0,0,12876,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29001,'Option',5,0,12876,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29002,'No',8,0,12876,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29003,'N/A',0,0,12876,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29004,'Other',20,0,12876,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29005,'Yes 1',1,0,12878,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29006,'Yes 2',0,0,12878,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29007,'No',7,0,12878,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29008,'N/A',0,0,12878,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29009,'Other',20,0,12878,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29010,'Yes',0,0,12880,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29011,'No 1',7,0,12880,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29012,'No 2',7,0,12880,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29013,'Other',20,0,12880,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29014,'N/A',0,0,12880,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29015,'Yes',0,0,12882,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29016,'No 1',5,0,12882,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29017,'No 2',5,0,12882,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29018,'Yes',0,0,12883,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29019,'No',8,0,12883,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29020,'Other',20,0,12883,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29021,'N/A',0,0,12883,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29022,'Yes',0,0,12884,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29023,'No',8,0,12884,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29024,'Other',20,0,12884,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29025,'N/A',0,0,12884,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29026,'Yes',0,0,12885,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29027,'No',8,0,12885,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29028,'Other',20,0,12885,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29029,'N/A',0,0,12885,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29030,'Yes',0,0,12887,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29031,'No',8,0,12887,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29032,'Other',20,0,12887,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29033,'N/A',0,0,12887,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29034,'Yes',0,0,12888,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29035,'No',6,0,12888,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29036,'Other',20,0,12888,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29037,'N/A',0,0,12888,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29038,'Yes',0,0,12890,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29039,'No',2,0,12890,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29040,'Other',20,0,12890,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29041,'N/A',0,0,12890,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29042,'Yes',0,0,12891,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29043,'No',2,0,12891,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29044,'Other',20,0,12891,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29045,'N/A',0,0,12891,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29046,'Yes',0,0,12892,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29047,'No',2,0,12892,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29048,'Other',20,0,12892,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29049,'N/A',0,0,12892,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29050,'Yes',0,0,12894,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29051,'No',2,0,12894,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29052,'Other',20,0,12894,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29053,'N/A',0,0,12894,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29054,'Yes',0,0,12896,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29055,'No',2,0,12896,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29056,'Other',20,0,12896,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29057,'N/A',0,0,12896,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29058,'Yes',0,0,12897,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29059,'No',2,0,12897,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29060,'Other',20,0,12897,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29061,'N/A',0,0,12897,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29062,'Yes',0,0,12898,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29063,'No',3,0,12898,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29064,'Other',20,0,12898,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29065,'N/A',0,0,12898,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29066,'Yes',0,0,12900,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29067,'No',3,0,12900,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29068,'Other',20,0,12900,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29069,'N/A',0,0,12900,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29070,'N/A',0,0,12900,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29071,'Yes',0,0,12901,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29072,'No',4,0,12901,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29073,'No Disabled',0,0,12901,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29074,'Other',20,0,12901,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29075,'N/A',0,0,12901,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29076,'Yes',0,0,12902,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29077,'No',4,0,12902,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29078,'Other',20,0,12902,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29079,'N/A',0,0,12902,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29080,'Yes',0,0,12903,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29081,'No',3,0,12903,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29082,'Other',20,0,12903,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29083,'N/A',0,0,12903,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29084,'Yes',0,0,12904,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29085,'No',4,0,12904,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29086,'Other',20,0,12904,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29087,'N/A',0,0,12904,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29088,'Yes',0,0,12905,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29089,'No',4,0,12905,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29090,'Other',20,0,12905,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29091,'N/A',0,0,12905,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29092,'Yes',0,0,12906,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29093,'No',5,0,12906,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29094,'Other',20,0,12906,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29095,'N/A',0,0,12906,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29096,'1 Yes',0,0,12907,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29097,'2 Yes',3,0,12907,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29098,'No',6,0,12907,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29099,'Other',20,0,12907,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29100,'N/A',0,0,12907,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29101,'Yes',0,0,12908,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29102,'No',5,0,12908,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29103,'Other',20,0,12908,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29104,'N/A',0,0,12908,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29105,'Yes',0,0,12910,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29106,'Option',5,0,12910,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29107,'No',8,0,12910,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29108,'N/A',0,0,12910,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29109,'Other',20,0,12910,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29110,'Yes 1',1,0,12912,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29111,'Yes 2',0,0,12912,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29112,'No',7,0,12912,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29113,'N/A',0,0,12912,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29114,'Other',20,0,12912,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29115,'Yes',0,0,12914,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29116,'No 1',7,0,12914,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29117,'No 2',7,0,12914,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29118,'Other',20,0,12914,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29119,'N/A',0,0,12914,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29120,'Yes',0,0,12916,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29121,'No 1',5,0,12916,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29122,'No 2',5,0,12916,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29123,'Yes',0,0,12917,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29124,'No',8,0,12917,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29125,'Other',20,0,12917,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29126,'N/A',0,0,12917,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29127,'Yes',0,0,12918,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29128,'No',8,0,12918,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29129,'Other',20,0,12918,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29130,'N/A',0,0,12918,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29131,'Yes',0,0,12919,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29132,'No',8,0,12919,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29133,'Other',20,0,12919,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29134,'N/A',0,0,12919,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29135,'Yes',0,0,12921,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29136,'No',8,0,12921,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29137,'Other',20,0,12921,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29138,'N/A',0,0,12921,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29139,'Yes',0,0,12922,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29140,'No',6,0,12922,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29141,'Other',20,0,12922,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29142,'N/A',0,0,12922,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29143,'Yes',0,0,12924,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29144,'No',2,0,12924,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29145,'Other',20,0,12924,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29146,'N/A',0,0,12924,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29147,'Yes',0,0,12925,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29148,'No',2,0,12925,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29149,'Other',20,0,12925,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29150,'N/A',0,0,12925,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29151,'Yes',0,0,12926,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29152,'No',2,0,12926,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29153,'Other',20,0,12926,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29154,'N/A',0,0,12926,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29155,'Yes',0,0,12928,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29156,'No',2,0,12928,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29157,'Other',20,0,12928,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29158,'N/A',0,0,12928,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29159,'Yes',0,0,12930,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29160,'No',2,0,12930,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29161,'Other',20,0,12930,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29162,'N/A',0,0,12930,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29163,'Yes',0,0,12931,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29164,'No',2,0,12931,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29165,'Other',20,0,12931,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29166,'N/A',0,0,12931,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29167,'Yes',0,0,12932,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29168,'No',3,0,12932,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29169,'Other',20,0,12932,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29170,'N/A',0,0,12932,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29171,'Yes',0,0,12934,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29172,'No',3,0,12934,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29173,'Other',20,0,12934,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29174,'N/A',0,0,12934,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29175,'N/A',0,0,12934,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29176,'Yes',0,0,12935,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29177,'No',4,0,12935,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29178,'No Disabled',0,0,12935,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29179,'Other',20,0,12935,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29180,'N/A',0,0,12935,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29181,'Yes',0,0,12936,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29182,'No',4,0,12936,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29183,'Other',20,0,12936,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29184,'N/A',0,0,12936,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29185,'Yes',0,0,12937,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29186,'No',3,0,12937,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29187,'Other',20,0,12937,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29188,'N/A',0,0,12937,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29189,'Yes',0,0,12938,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29190,'No',4,0,12938,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29191,'Other',20,0,12938,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29192,'N/A',0,0,12938,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29193,'Yes',0,0,12939,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29194,'No',4,0,12939,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29195,'Other',20,0,12939,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29196,'N/A',0,0,12939,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29197,'Yes',0,0,12940,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29198,'No',5,0,12940,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29199,'Other',20,0,12940,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29200,'N/A',0,0,12940,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29201,'1 Yes',0,0,12941,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29202,'2 Yes',3,0,12941,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29203,'No',6,0,12941,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29204,'Other',20,0,12941,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29205,'N/A',0,0,12941,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29206,'Yes',0,0,12942,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29207,'No',5,0,12942,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29208,'Other',20,0,12942,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29209,'N/A',0,0,12942,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29210,'Yes',0,0,12944,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29211,'No',4,0,12944,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29212,'No',7,0,12944,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(29213,'N/A',0,0,12944,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29214,'Other',20,0,12944,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29215,'Yes',0,0,12945,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29216,'No',6,0,12945,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29217,'NA',0,0,12945,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29218,'Other',20,0,12945,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29219,'Yes',0,0,12946,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29220,'Yes',0,0,12946,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29221,'NA',0,0,12946,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29222,'Other',20,0,12946,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29223,'Yes',1,0,12947,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29224,'No',0,0,12947,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29225,'Other',20,0,12947,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29226,'Yes',0,0,12948,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29227,'No',9,0,12948,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29228,'NA',0,0,12948,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29229,'Other',20,0,12948,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29230,'Yes',0,0,12949,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29231,'No',7,0,12949,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29232,'NA',0,0,12949,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29233,'Other',20,0,12949,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29234,'Yes',0,0,12950,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29235,'No',6,0,12950,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29236,'NA',0,0,12950,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29237,'Other',20,0,12950,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29238,'Yes',0,0,12951,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29239,'No',6,0,12951,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29240,'NA',0,0,12951,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29241,'Other',20,0,12951,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29242,'Yes',0,0,12952,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29243,'No',8,0,12952,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29244,'NA',0,0,12952,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29245,'Other',20,0,12952,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29246,'Yes',3,0,12953,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29247,'Yes',4,0,12953,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29248,'Yes',5,0,12953,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29249,'Other',20,0,12953,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29250,'Yes',0,0,12959,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29251,'Yes',0,0,12959,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29252,'No',5,0,12959,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29253,'N/A',0,0,12959,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29254,'Other',20,0,12959,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29255,'Yes',0,0,12960,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29256,'No',5,0,12960,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29257,'Other',20,0,12960,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29258,'Yes',0,0,12964,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29259,'No',4,0,12964,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29260,'No',7,0,12964,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29261,'N/A',0,0,12964,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29262,'Other',20,0,12964,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29263,'Yes',0,0,12965,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29264,'No',6,0,12965,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29265,'NA',0,0,12965,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29266,'Other',20,0,12965,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29267,'Yes',0,0,12966,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29268,'Yes',0,0,12966,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29269,'NA',0,0,12966,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29270,'Other',20,0,12966,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29271,'Yes',1,0,12967,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29272,'No',0,0,12967,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29273,'Other',20,0,12967,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29274,'Yes',0,0,12968,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29275,'No',9,0,12968,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29276,'NA',0,0,12968,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29277,'Other',20,0,12968,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29278,'Yes',0,0,12969,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29279,'No',7,0,12969,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29280,'NA',0,0,12969,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29281,'Other',20,0,12969,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29282,'Yes',0,0,12970,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29283,'No',6,0,12970,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29284,'NA',0,0,12970,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29285,'Other',20,0,12970,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29286,'Yes',0,0,12971,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29287,'No',6,0,12971,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29288,'NA',0,0,12971,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29289,'Other',20,0,12971,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29290,'Yes',0,0,12972,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29291,'No',8,0,12972,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29292,'NA',0,0,12972,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29293,'Other',20,0,12972,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29294,'Yes',3,0,12973,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29295,'Yes',4,0,12973,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29296,'Yes',5,0,12973,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29297,'Other',20,0,12973,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29298,'Yes',1,0,12974,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29299,'Yes',0,0,12974,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29300,'No',5,0,12974,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29301,'Other',20,0,12974,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29302,'Yes',0,0,12975,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29303,'No',5,0,12975,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29304,'NA',5,0,12975,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29305,'Other',20,0,12975,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29306,'Yes',0,0,12976,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29307,'No',5,0,12976,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29308,'NA',0,0,12976,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29309,'Other',20,0,12976,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29310,'Choice 6',5,0,12976,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29311,'Yes',0,0,12977,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29312,'No',5,0,12977,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29313,'Other',20,0,12977,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29314,'Yes',0,0,12978,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29315,'No',5,0,12978,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29316,'NA',5,0,12978,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29317,'Other',20,0,12978,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29318,'Yes',0,0,12979,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29319,'No',5,0,12979,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29320,'NA',0,0,12979,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29321,'Other',20,0,12979,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29322,'Yes',0,0,12980,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29323,'No',5,0,12980,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29324,'NA',5,0,12980,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29325,'Other',20,0,12980,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29326,'Director',0,0,12991,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29327,'Owner Landlord',0,0,12991,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29328,'Site Maitenance',0,0,12991,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29329,'Estate Agent',0,0,12991,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29330,'Letting Agent',0,0,12991,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29331,'Other',0,0,12991,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29332,'Property Agent',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29333,'Owner Landlord',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29334,'Site Manager',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29335,'Property Manager',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29336,'Construction Manager',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29337,'Fire Warden',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29338,'Director',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29339,'CEO',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29340,'Other',0,0,12992,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29341,'A Property Within Building Block',0,0,12993,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29342,'All Of The Property',0,0,12993,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29343,'Communal Areas Only',0,0,12993,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29344,'House',0,0,12993,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29345,'Flat',0,0,12993,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29346,'Other',0,0,12993,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29347,'Nebosh',0,0,13000,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29348,'Level 2 Fire Risk Assessor',0,0,13000,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29349,'Competant Person',0,0,13000,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29350,'Yes',0,0,13001,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29351,'Yes',0,0,13001,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29352,'No',5,0,13001,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29353,'N/A',0,0,13001,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29354,'Other',20,0,13001,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29355,'Yes',0,0,13002,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29356,'No',5,0,13002,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29357,'Other',20,0,13002,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29358,'Yes',1,0,13006,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29359,'Yes',0,0,13006,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29360,'No',5,0,13006,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29361,'Other',20,0,13006,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29362,'Yes',0,0,13007,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29363,'No',5,0,13007,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29364,'NA',5,0,13007,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29365,'Other',20,0,13007,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29366,'Yes',0,0,13008,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29367,'No',5,0,13008,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29368,'NA',0,0,13008,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29369,'Other',20,0,13008,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29370,'Choice 6',5,0,13008,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29371,'Yes',0,0,13009,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29372,'No',5,0,13009,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29373,'Other',20,0,13009,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29374,'Yes',0,0,13010,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29375,'No',5,0,13010,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29376,'NA',5,0,13010,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29377,'Other',20,0,13010,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29378,'Yes',0,0,13011,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29379,'No',5,0,13011,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29380,'NA',0,0,13011,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29381,'Other',20,0,13011,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29382,'Yes',0,0,13012,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29383,'No',5,0,13012,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29384,'NA',5,0,13012,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29385,'Other',20,0,13012,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29386,'Yes',0,0,13013,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29387,'Option',5,0,13013,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29388,'No',8,0,13013,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29389,'N/A',0,0,13013,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29390,'Other',20,0,13013,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29391,'Yes 1',1,0,13015,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29392,'Yes 2',0,0,13015,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29393,'No',7,0,13015,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29394,'N/A',0,0,13015,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29395,'Other',20,0,13015,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29396,'Yes',0,0,13017,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29397,'No 1',7,0,13017,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29398,'No 2',7,0,13017,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29399,'Other',20,0,13017,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29400,'N/A',0,0,13017,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29401,'Yes',0,0,13019,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29402,'No 1',5,0,13019,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29403,'No 2',5,0,13019,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29404,'Yes',0,0,13020,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29405,'No',8,0,13020,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29406,'Other',20,0,13020,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29407,'N/A',0,0,13020,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29408,'Yes',0,0,13021,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29409,'No',8,0,13021,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29410,'Other',20,0,13021,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29411,'N/A',0,0,13021,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29412,'Yes',0,0,13022,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29413,'No',8,0,13022,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29414,'Other',20,0,13022,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29415,'N/A',0,0,13022,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29416,'Yes',0,0,13024,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29417,'No',8,0,13024,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29418,'Other',20,0,13024,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29419,'N/A',0,0,13024,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29420,'Fan Heaters',4,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29421,'Electric Heaters',4,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29422,'Gas Heater',5,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29423,'Other Boilers',2,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29424,'Electrical Equipment',3,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29425,'Electrical Leads',3,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29426,'Portable Equipment',3,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29427,'Portable Lighting',2,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29428,'Cooking kitchen Equipment',6,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29429,'Other',20,0,13025,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29430,'Director',0,0,13031,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29431,'Owner Landlord',0,0,13031,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29432,'Site Maitenance',0,0,13031,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29433,'Estate Agent',0,0,13031,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29434,'Letting Agent',0,0,13031,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29435,'Other',0,0,13031,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29436,'Property Agent',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29437,'Owner Landlord',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29438,'Site Manager',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29439,'Property Manager',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29440,'Construction Manager',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29441,'Fire Warden',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29442,'Director',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29443,'CEO',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29444,'Other',0,0,13032,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29445,'A Property Within Building Block',0,0,13033,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29446,'All Of The Property',0,0,13033,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29447,'Communal Areas Only',0,0,13033,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29448,'House',0,0,13033,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29449,'Flat',0,0,13033,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29450,'Other',0,0,13033,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29451,'Nebosh',0,0,13040,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29452,'Level 2 Fire Risk Assessor',0,0,13040,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29453,'Competant Person',0,0,13040,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29454,'Detached',1,0,13044,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29455,'Semi Detached',2,0,13044,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29456,'Terraced',3,0,13044,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29457,'Linked-Detached',1,0,13044,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29458,'Other',20,0,13044,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29459,'House',1,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29460,'Bungalow',1,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29461,'Block of Flats - Studios up to 6 Floor Levels',3,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29462,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29463,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29464,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29465,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29466,'Underground Property',1,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29467,'Factory/ Warehouse',3,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29468,'Garage/ Workshop',3,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29469,'Retail Shop',2,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29470,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29471,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29472,'Other',20,0,13045,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29473,'1-5',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29474,'5-10',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29475,'10-15',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29476,'15-20',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29477,'20-25',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29478,'25-30',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29479,'30-35',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29480,'35-40',0,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29481,'Other',20,0,13046,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29482,'1',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29483,'2',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29484,'3',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29485,'4',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29486,'5',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29487,'6',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29488,'7',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29489,'8',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29490,'9',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29491,'10',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29492,'11',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29493,'12',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29494,'13',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29495,'14',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29496,'15',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29497,'16',1,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29498,'N/A',0,0,13049,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29499,'1',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29500,'2',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29501,'3',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29502,'4',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29503,'5',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29504,'6',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29505,'7',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29506,'8',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29507,'9',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29508,'10',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29509,'11',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29510,'12',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29511,'13',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29512,'14',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29513,'15',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29514,'16',2,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29515,'N/A',0,0,13050,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29516,'Solid concrete all levels',0,0,13051,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29517,'Timber joists all levels',3,0,13051,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29518,'Concrete lowest floor – Timber above higher levels',3,0,13051,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29519,'Other',20,0,13051,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29520,'Wood',2,0,13052,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29521,'Plastics',1,0,13052,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29522,'Aluminium',0,0,13052,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29523,'Stone',0,0,13052,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29524,'Other',20,0,13052,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29525,'Yes',1,0,13054,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29526,'No',3,0,13054,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29527,'Unknown',3,0,13054,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29528,'Yes',1,0,13055,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29529,'No',5,0,13055,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29530,'Unknown',5,0,13055,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29531,'Other',20,0,13056,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29532,'Very Good',1,0,13057,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29533,'Good',1,0,13057,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29534,'Fair',1,0,13057,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29535,'Poor',2,0,13057,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29536,'Very Poor',2,0,13057,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29537,'0%',0,0,13060,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29538,'25%',0,0,13060,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29539,'50%',0,0,13060,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29540,'75%',0,0,13060,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29541,'100%',0,0,13060,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29542,'0%',0,0,13061,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29543,'25%',1,0,13061,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29544,'50%',1,0,13061,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29545,'75%',1,0,13061,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29546,'100%',1,0,13061,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29547,'0%',0,0,13062,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29548,'25%',0,0,13062,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29549,'50%',0,0,13062,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29550,'75%',0,0,13062,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29551,'100%',0,0,13062,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29552,'0%',0,0,13063,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29553,'25%',3,0,13063,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29554,'50%',3,0,13063,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29555,'75%',3,0,13063,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29556,'100%',3,0,13063,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29557,'0%',0,0,13064,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29558,'25%',1,0,13064,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29559,'50%',1,0,13064,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29560,'75%',1,0,13064,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29561,'100%',1,0,13064,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29562,'0%',0,0,13065,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29563,'25%',5,0,13065,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29564,'50%',5,0,13065,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29565,'75%',5,0,13065,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29566,'100%',5,0,13065,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29567,'0%',0,0,13066,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29568,'25%',5,0,13066,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29569,'50%',5,0,13066,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29570,'75%',5,0,13066,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29571,'100%',5,0,13066,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29572,'0%',0,0,13067,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29573,'25%',1,0,13067,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29574,'50%',1,0,13067,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29575,'75%',1,0,13067,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29576,'100%',1,0,13067,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29577,'Other',20,0,13068,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29578,'0%',0,0,13070,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29579,'25%',1,0,13070,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29580,'50%',1,0,13070,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29581,'75%',1,0,13070,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29582,'100%',1,0,13070,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29583,'0%',0,0,13071,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29584,'25%',2,0,13071,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29585,'50%',2,0,13071,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29586,'75%',2,0,13071,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29587,'100%',2,0,13071,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(29588,'Yes',0,0,13072,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29589,'Option',5,0,13072,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29590,'No',8,0,13072,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29591,'N/A',0,0,13072,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29592,'Other',20,0,13072,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29593,'Yes 1',1,0,13074,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29594,'Yes 2',0,0,13074,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29595,'No',7,0,13074,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29596,'N/A',0,0,13074,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29597,'Other',20,0,13074,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29598,'Yes',0,0,13076,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29599,'No 1',7,0,13076,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29600,'No 2',7,0,13076,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29601,'Other',20,0,13076,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29602,'N/A',0,0,13076,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29603,'Yes',0,0,13078,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29604,'No 1',5,0,13078,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29605,'No 2',5,0,13078,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29606,'Yes',0,0,13079,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29607,'No',8,0,13079,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29608,'Other',20,0,13079,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29609,'N/A',0,0,13079,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29610,'Yes',0,0,13080,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29611,'No',8,0,13080,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29612,'Other',20,0,13080,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29613,'N/A',0,0,13080,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29614,'Yes',0,0,13081,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29615,'No',8,0,13081,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29616,'Other',20,0,13081,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29617,'N/A',0,0,13081,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29618,'Yes',0,0,13083,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29619,'No',8,0,13083,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29620,'Other',20,0,13083,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29621,'N/A',0,0,13083,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29622,'Fan Heaters',4,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29623,'Electric Heaters',4,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29624,'Gas Heater',5,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29625,'Other Boilers',2,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29626,'Electrical Equipment',3,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29627,'Electrical Leads',3,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29628,'Portable Equipment',3,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29629,'Portable Lighting',2,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29630,'Cooking kitchen Equipment',6,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29631,'Other',20,0,13084,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29632,'Detached',1,0,13088,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29633,'Semi Detached',2,0,13088,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29634,'Terraced',3,0,13088,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29635,'Linked-Detached',1,0,13088,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29636,'Other',20,0,13088,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29637,'House',1,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29638,'Bungalow',1,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29639,'Block of Flats - Studios up to 6 Floor Levels',3,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29640,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29641,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29642,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29643,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29644,'Underground Property',1,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29645,'Factory/ Warehouse',3,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29646,'Garage/ Workshop',3,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29647,'Retail Shop',2,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29648,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29649,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29650,'Other',20,0,13089,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29651,'1-5',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29652,'5-10',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29653,'10-15',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29654,'15-20',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29655,'20-25',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29656,'25-30',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29657,'30-35',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29658,'35-40',0,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29659,'Other',20,0,13090,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29660,'1',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29661,'2',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29662,'3',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29663,'4',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29664,'5',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29665,'6',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29666,'7',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29667,'8',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29668,'9',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29669,'10',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29670,'11',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29671,'12',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29672,'13',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29673,'14',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29674,'15',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29675,'16',1,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29676,'N/A',0,0,13093,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29677,'1',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29678,'2',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29679,'3',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29680,'4',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29681,'5',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29682,'6',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29683,'7',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29684,'8',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29685,'9',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29686,'10',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29687,'11',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29688,'12',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29689,'13',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29690,'14',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29691,'15',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29692,'16',2,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29693,'N/A',0,0,13094,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29694,'Wood',2,0,13095,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29695,'Plastics',1,0,13095,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29696,'Aluminium',0,0,13095,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29697,'Stone',0,0,13095,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29698,'Other',20,0,13095,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29699,'Yes',1,0,13097,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29700,'No',3,0,13097,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29701,'Unknown',3,0,13097,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29702,'Yes',1,0,13098,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29703,'No',5,0,13098,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29704,'Unknown',5,0,13098,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29705,'Other',20,0,13099,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29706,'No',5,0,13099,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29707,'Unknown',5,0,13099,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29708,'Very Good',1,0,13100,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29709,'Good',1,0,13100,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29710,'Fair',1,0,13100,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29711,'Poor',2,0,13100,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29712,'Very Poor',2,0,13100,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29713,'0%',0,0,13103,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29714,'25%',0,0,13103,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29715,'50%',0,0,13103,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29716,'75%',0,0,13103,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29717,'100%',0,0,13103,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29718,'0%',0,0,13104,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29719,'25%',1,0,13104,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29720,'50%',1,0,13104,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29721,'75%',1,0,13104,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29722,'100%',1,0,13104,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29723,'0%',0,0,13105,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29724,'25%',0,0,13105,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29725,'50%',0,0,13105,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29726,'75%',0,0,13105,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29727,'100%',0,0,13105,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29728,'0%',0,0,13106,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29729,'25%',3,0,13106,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29730,'50%',3,0,13106,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29731,'75%',3,0,13106,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29732,'100%',3,0,13106,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29733,'0%',0,0,13107,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29734,'25%',1,0,13107,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29735,'50%',1,0,13107,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29736,'75%',1,0,13107,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29737,'100%',1,0,13107,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29738,'0%',0,0,13108,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29739,'25%',5,0,13108,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29740,'50%',5,0,13108,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29741,'75%',5,0,13108,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29742,'100%',5,0,13108,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29743,'0%',0,0,13109,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29744,'25%',5,0,13109,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29745,'50%',5,0,13109,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29746,'75%',5,0,13109,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29747,'100%',5,0,13109,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29748,'0%',0,0,13110,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29749,'25%',1,0,13110,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29750,'50%',1,0,13110,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29751,'75%',1,0,13110,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29752,'100%',1,0,13110,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29753,'Other',20,0,13111,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29754,'25%',1,0,13111,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29755,'50%',1,0,13111,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29756,'75%',1,0,13111,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29757,'100%',1,0,13111,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29758,'0%',0,0,13113,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29759,'25%',1,0,13113,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29760,'50%',1,0,13113,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29761,'75%',1,0,13113,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29762,'100%',1,0,13113,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29763,'0%',0,0,13114,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29764,'25%',2,0,13114,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29765,'50%',2,0,13114,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29766,'75%',2,0,13114,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29767,'100%',2,0,13114,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29768,'0%',0,0,13115,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29769,'25%',1,0,13115,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29770,'50%',1,0,13115,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29771,'75%',1,0,13115,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29772,'100%',1,0,13115,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29773,'Solid concrete all levels',0,0,13116,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29774,'Timber joists all levels',3,0,13116,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29775,'Concrete lowest floor – Timber above higher levels',3,0,13116,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29776,'Other',20,0,13116,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29777,'100%',1,0,13116,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(29778,'Yes',0,0,13119,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29779,'No',9,0,13119,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29780,'NA',0,0,13119,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29781,'Other',20,0,13119,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29782,'Yes',0,0,13120,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29783,'No',7,0,13120,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29784,'NA',0,0,13120,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29785,'Other',20,0,13120,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29786,'Yes',0,0,13121,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29787,'No',6,0,13121,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29788,'NA',0,0,13121,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29789,'Other',20,0,13121,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29790,'Yes',0,0,13122,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29791,'No',6,0,13122,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29792,'NA',0,0,13122,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29793,'Other',20,0,13122,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29794,'Yes',0,0,13123,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29795,'No',4,0,13123,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29796,'No',7,0,13123,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29797,'N/A',0,0,13123,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29798,'Other',20,0,13123,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29799,'Yes',0,0,13124,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29800,'No',6,0,13124,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29801,'NA',0,0,13124,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29802,'Other',20,0,13124,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29803,'Yes',0,0,13125,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29804,'Yes',0,0,13125,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29805,'NA',0,0,13125,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29806,'Other',20,0,13125,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29807,'Yes',1,0,13126,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29808,'No',0,0,13126,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29809,'Other',20,0,13126,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29810,'Yes',0,0,13127,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29811,'No',8,0,13127,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29812,'NA',0,0,13127,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29813,'Other',20,0,13127,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29814,'Yes',3,0,13128,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29815,'Yes',4,0,13128,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29816,'Yes',5,0,13128,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29817,'Other',20,0,13128,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29818,'Wood/Paper/Cardboard etc',3,0,13129,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29819,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,13129,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29820,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,13129,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29821,'Waste Material Controlled -in locked wheely bin or store',2,0,13129,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29822,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,13129,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29823,'Other',20,0,13129,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29824,'Fan Heaters',4,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29825,'Electric Heaters',4,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29826,'Gas Heater',5,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29827,'Other Boilers',2,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29828,'Electrical Equipment',3,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29829,'Electrical Leads',3,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29830,'Portable Equipment',3,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29831,'Portable Lighting',2,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29832,'Cooking kitchen Equipment',6,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29833,'Other',20,0,13132,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29834,'Yes',0,0,13134,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29835,'No',9,0,13134,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29836,'NA',0,0,13134,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29837,'Other',20,0,13134,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29838,'Yes',0,0,13135,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29839,'No',7,0,13135,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29840,'NA',0,0,13135,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29841,'Other',20,0,13135,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29842,'Yes',0,0,13136,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29843,'No',6,0,13136,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29844,'NA',0,0,13136,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29845,'Other',20,0,13136,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29846,'Yes',0,0,13137,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29847,'No',6,0,13137,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29848,'NA',0,0,13137,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29849,'Other',20,0,13137,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29850,'Yes',0,0,13138,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29851,'No',4,0,13138,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29852,'No',7,0,13138,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29853,'N/A',0,0,13138,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29854,'Other',20,0,13138,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29855,'Yes',0,0,13139,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29856,'No',6,0,13139,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29857,'NA',0,0,13139,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29858,'Other',20,0,13139,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29859,'Yes',0,0,13140,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29860,'Yes',0,0,13140,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29861,'NA',0,0,13140,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29862,'Other',20,0,13140,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29863,'Yes',1,0,13141,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29864,'No',0,0,13141,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29865,'Other',20,0,13141,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29866,'Yes',0,0,13142,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29867,'No',8,0,13142,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29868,'NA',0,0,13142,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29869,'Other',20,0,13142,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29870,'Yes',3,0,13143,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29871,'Yes',4,0,13143,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29872,'Yes',5,0,13143,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29873,'Other',20,0,13143,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29874,'Yes',0,0,13144,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29875,'No',2,0,13144,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29876,'Other',20,0,13144,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29877,'N/A',0,0,13144,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29878,'Yes',0,0,13145,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29879,'No',2,0,13145,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29880,'Other',20,0,13145,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29881,'N/A',0,0,13145,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29882,'Yes',0,0,13146,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29883,'No',2,0,13146,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29884,'Other',20,0,13146,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29885,'N/A',0,0,13146,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29886,'Yes',0,0,13148,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29887,'No',2,0,13148,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29888,'Other',20,0,13148,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29889,'N/A',0,0,13148,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29890,'Yes',0,0,13150,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29891,'No',2,0,13150,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29892,'Other',20,0,13150,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29893,'N/A',0,0,13150,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29894,'Yes',0,0,13151,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29895,'No',2,0,13151,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29896,'Other',20,0,13151,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29897,'N/A',0,0,13151,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29898,'Yes',0,0,13152,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29899,'No',3,0,13152,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29900,'Other',20,0,13152,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29901,'N/A',0,0,13152,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29902,'Yes',0,0,13154,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29903,'No',3,0,13154,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29904,'Other',20,0,13154,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29905,'N/A',0,0,13154,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29906,'N/A',0,0,13154,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29907,'Yes',0,0,13155,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29908,'No',4,0,13155,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29909,'No Disabled',0,0,13155,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29910,'Other',20,0,13155,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29911,'N/A',0,0,13155,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29912,'Yes',0,0,13156,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29913,'No',4,0,13156,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29914,'Other',20,0,13156,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29915,'N/A',0,0,13156,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29916,'Yes',0,0,13157,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29917,'No',3,0,13157,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29918,'Other',20,0,13157,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29919,'N/A',0,0,13157,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29920,'Yes',0,0,13158,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29921,'No',4,0,13158,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29922,'Other',20,0,13158,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29923,'N/A',0,0,13158,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29924,'Yes',0,0,13159,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29925,'No',4,0,13159,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29926,'Other',20,0,13159,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29927,'N/A',0,0,13159,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29928,'Yes',0,0,13160,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29929,'No',5,0,13160,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29930,'Other',20,0,13160,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29931,'N/A',0,0,13160,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29932,'1 Yes',0,0,13161,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29933,'2 Yes',3,0,13161,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29934,'No',6,0,13161,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29935,'Other',20,0,13161,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29936,'N/A',0,0,13161,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29937,'Yes',0,0,13162,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29938,'No',5,0,13162,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29939,'Other',20,0,13162,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29940,'N/A',0,0,13162,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29941,'Wood/Paper/Cardboard etc',3,0,13165,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29942,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,13165,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29943,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,13165,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29944,'Waste Material Controlled -in locked wheely bin or store',2,0,13165,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29945,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,13165,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29946,'Other',20,0,13165,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29947,'Fan Heaters',4,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29948,'Electric Heaters',4,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29949,'Gas Heater',5,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29950,'Other Boilers',2,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29951,'Electrical Equipment',3,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29952,'Electrical Leads',3,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29953,'Portable Equipment',3,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29954,'Portable Lighting',2,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29955,'Cooking kitchen Equipment',6,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29956,'Other',20,0,13168,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29957,'Yes',0,0,13169,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29958,'No',2,0,13169,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29959,'Other',20,0,13169,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29960,'N/A',0,0,13169,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29961,'Yes',0,0,13170,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29962,'No',2,0,13170,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29963,'Other',20,0,13170,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29964,'N/A',0,0,13170,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29965,'Yes',0,0,13171,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29966,'No',2,0,13171,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29967,'Other',20,0,13171,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29968,'N/A',0,0,13171,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29969,'Yes',0,0,13173,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29970,'No',2,0,13173,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29971,'Other',20,0,13173,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29972,'N/A',0,0,13173,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29973,'Yes',0,0,13175,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29974,'No',2,0,13175,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29975,'Other',20,0,13175,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29976,'N/A',0,0,13175,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29977,'Yes',0,0,13176,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29978,'No',2,0,13176,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29979,'Other',20,0,13176,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29980,'N/A',0,0,13176,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29981,'Yes',0,0,13177,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29982,'No',3,0,13177,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29983,'Other',20,0,13177,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29984,'N/A',0,0,13177,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29985,'Yes',0,0,13179,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29986,'No',3,0,13179,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29987,'Other',20,0,13179,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29988,'N/A',0,0,13179,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29989,'N/A',0,0,13179,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29990,'Yes',0,0,13180,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29991,'No',4,0,13180,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29992,'No Disabled',0,0,13180,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29993,'Other',20,0,13180,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29994,'N/A',0,0,13180,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29995,'Yes',0,0,13181,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29996,'No',4,0,13181,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29997,'Other',20,0,13181,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29998,'N/A',0,0,13181,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(29999,'Yes',0,0,13182,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30000,'No',3,0,13182,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30001,'Other',20,0,13182,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30002,'N/A',0,0,13182,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30003,'Yes',0,0,13183,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30004,'No',4,0,13183,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30005,'Other',20,0,13183,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30006,'N/A',0,0,13183,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30007,'Yes',0,0,13184,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30008,'No',4,0,13184,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30009,'Other',20,0,13184,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30010,'N/A',0,0,13184,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30011,'Yes',0,0,13185,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30012,'No',5,0,13185,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30013,'Other',20,0,13185,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30014,'N/A',0,0,13185,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30015,'1 Yes',0,0,13186,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30016,'2 Yes',3,0,13186,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30017,'No',6,0,13186,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30018,'Other',20,0,13186,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30019,'N/A',0,0,13186,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30020,'Yes',0,0,13187,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30021,'No',5,0,13187,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30022,'Other',20,0,13187,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30023,'N/A',0,0,13187,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30024,'Yes',0,0,13189,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30025,'Option',5,0,13189,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30026,'No',8,0,13189,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30027,'N/A',0,0,13189,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30028,'Other',20,0,13189,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30029,'Yes 1',1,0,13191,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30030,'Yes 2',0,0,13191,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30031,'No',7,0,13191,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30032,'N/A',0,0,13191,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30033,'Other',20,0,13191,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30034,'Yes',0,0,13193,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30035,'No 1',7,0,13193,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30036,'No 2',7,0,13193,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30037,'Other',20,0,13193,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30038,'N/A',0,0,13193,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30039,'Yes',0,0,13195,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30040,'No 1',5,0,13195,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30041,'No 2',5,0,13195,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30042,'Yes',0,0,13196,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30043,'No',8,0,13196,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30044,'Other',20,0,13196,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30045,'N/A',0,0,13196,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30046,'Yes',0,0,13197,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30047,'No',8,0,13197,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30048,'Other',20,0,13197,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30049,'N/A',0,0,13197,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30050,'Yes',0,0,13198,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30051,'No',8,0,13198,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30052,'Other',20,0,13198,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30053,'N/A',0,0,13198,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30054,'Yes',0,0,13200,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30055,'No',8,0,13200,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30056,'Other',20,0,13200,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30057,'N/A',0,0,13200,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30058,'Yes',0,0,13201,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30059,'No',6,0,13201,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30060,'Other',20,0,13201,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30061,'N/A',0,0,13201,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30062,'Yes',0,0,13203,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30063,'No',2,0,13203,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30064,'Other',20,0,13203,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30065,'N/A',0,0,13203,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30066,'Yes',0,0,13204,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30067,'No',2,0,13204,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30068,'Other',20,0,13204,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30069,'N/A',0,0,13204,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30070,'Yes',0,0,13205,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30071,'No',2,0,13205,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30072,'Other',20,0,13205,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30073,'N/A',0,0,13205,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30074,'Yes',0,0,13207,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30075,'No',2,0,13207,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30076,'Other',20,0,13207,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30077,'N/A',0,0,13207,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30078,'Yes',0,0,13209,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30079,'No',2,0,13209,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30080,'Other',20,0,13209,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30081,'N/A',0,0,13209,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30082,'Yes',0,0,13210,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30083,'No',2,0,13210,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30084,'Other',20,0,13210,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30085,'N/A',0,0,13210,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30086,'Yes',0,0,13211,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30087,'No',3,0,13211,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30088,'Other',20,0,13211,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30089,'N/A',0,0,13211,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30090,'Yes',0,0,13213,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30091,'No',3,0,13213,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30092,'Other',20,0,13213,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30093,'N/A',0,0,13213,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30094,'N/A',0,0,13213,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30095,'Yes',0,0,13214,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30096,'No',4,0,13214,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30097,'No Disabled',0,0,13214,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30098,'Other',20,0,13214,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30099,'N/A',0,0,13214,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30100,'Yes',0,0,13215,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30101,'No',4,0,13215,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30102,'Other',20,0,13215,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30103,'N/A',0,0,13215,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30104,'Yes',0,0,13216,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30105,'No',3,0,13216,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30106,'Other',20,0,13216,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30107,'N/A',0,0,13216,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30108,'Yes',0,0,13217,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30109,'No',4,0,13217,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30110,'Other',20,0,13217,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30111,'N/A',0,0,13217,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30112,'Yes',0,0,13218,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30113,'No',4,0,13218,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30114,'Other',20,0,13218,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30115,'N/A',0,0,13218,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30116,'Yes',0,0,13219,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30117,'No',5,0,13219,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30118,'Other',20,0,13219,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30119,'N/A',0,0,13219,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30120,'1 Yes',0,0,13220,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30121,'2 Yes',3,0,13220,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30122,'No',6,0,13220,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30123,'Other',20,0,13220,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30124,'N/A',0,0,13220,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30125,'Yes',0,0,13221,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30126,'No',5,0,13221,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30127,'Other',20,0,13221,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30128,'N/A',0,0,13221,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30129,'Yes',0,0,13223,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30130,'Option',5,0,13223,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30131,'No',8,0,13223,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30132,'N/A',0,0,13223,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30133,'Other',20,0,13223,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30134,'Yes 1',1,0,13225,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30135,'Yes 2',0,0,13225,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30136,'No',7,0,13225,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30137,'N/A',0,0,13225,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30138,'Other',20,0,13225,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30139,'Yes',0,0,13227,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30140,'No 1',7,0,13227,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30141,'No 2',7,0,13227,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30142,'Other',20,0,13227,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30143,'N/A',0,0,13227,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30144,'Yes',0,0,13229,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30145,'No 1',5,0,13229,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30146,'No 2',5,0,13229,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30147,'Yes',0,0,13230,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30148,'No',8,0,13230,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30149,'Other',20,0,13230,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30150,'N/A',0,0,13230,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30151,'Yes',0,0,13231,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30152,'No',8,0,13231,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30153,'Other',20,0,13231,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30154,'N/A',0,0,13231,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30155,'Yes',0,0,13232,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30156,'No',8,0,13232,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30157,'Other',20,0,13232,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30158,'N/A',0,0,13232,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(30159,'Yes',0,0,13234,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30160,'No',8,0,13234,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30161,'Other',20,0,13234,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30162,'N/A',0,0,13234,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30163,'Yes',0,0,13235,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30164,'No',6,0,13235,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30165,'Other',20,0,13235,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30166,'N/A',0,0,13235,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30167,'Yes',0,0,13237,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30168,'No',2,0,13237,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30169,'Other',20,0,13237,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30170,'N/A',0,0,13237,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30171,'Yes',0,0,13238,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30172,'No',2,0,13238,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30173,'Other',20,0,13238,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30174,'N/A',0,0,13238,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30175,'Yes',0,0,13239,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30176,'No',2,0,13239,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30177,'Other',20,0,13239,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30178,'N/A',0,0,13239,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30179,'Yes',0,0,13241,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30180,'No',2,0,13241,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30181,'Other',20,0,13241,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30182,'N/A',0,0,13241,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30183,'Yes',0,0,13243,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30184,'No',2,0,13243,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30185,'Other',20,0,13243,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30186,'N/A',0,0,13243,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30187,'Yes',0,0,13244,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30188,'No',2,0,13244,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30189,'Other',20,0,13244,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30190,'N/A',0,0,13244,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30191,'Yes',0,0,13245,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30192,'No',3,0,13245,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30193,'Other',20,0,13245,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30194,'N/A',0,0,13245,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30195,'Yes',0,0,13247,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30196,'No',3,0,13247,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30197,'Other',20,0,13247,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30198,'N/A',0,0,13247,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30199,'N/A',0,0,13247,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30200,'Yes',0,0,13248,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30201,'No',4,0,13248,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30202,'No Disabled',0,0,13248,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30203,'Other',20,0,13248,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30204,'N/A',0,0,13248,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30205,'Yes',0,0,13249,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30206,'No',4,0,13249,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30207,'Other',20,0,13249,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30208,'N/A',0,0,13249,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30209,'Yes',0,0,13250,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30210,'No',3,0,13250,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30211,'Other',20,0,13250,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30212,'N/A',0,0,13250,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30213,'Yes',0,0,13251,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30214,'No',4,0,13251,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30215,'Other',20,0,13251,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30216,'N/A',0,0,13251,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30217,'Yes',0,0,13252,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30218,'No',4,0,13252,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30219,'Other',20,0,13252,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30220,'N/A',0,0,13252,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30221,'Yes',0,0,13253,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30222,'No',5,0,13253,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30223,'Other',20,0,13253,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30224,'N/A',0,0,13253,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30225,'1 Yes',0,0,13254,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30226,'2 Yes',3,0,13254,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30227,'No',6,0,13254,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30228,'Other',20,0,13254,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30229,'N/A',0,0,13254,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30230,'Yes',0,0,13255,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30231,'No',5,0,13255,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30232,'Other',20,0,13255,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30233,'N/A',0,0,13255,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30234,'Yes',0,0,13257,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30235,'No',4,0,13257,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30236,'No',7,0,13257,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30237,'N/A',0,0,13257,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30238,'Other',20,0,13257,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30239,'Yes',0,0,13258,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30240,'No',6,0,13258,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30241,'NA',0,0,13258,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30242,'Other',20,0,13258,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30243,'Yes',0,0,13259,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30244,'Yes',0,0,13259,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30245,'NA',0,0,13259,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30246,'Other',20,0,13259,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30247,'Yes',1,0,13260,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30248,'No',0,0,13260,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30249,'Other',20,0,13260,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30250,'Yes',0,0,13261,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30251,'No',9,0,13261,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30252,'NA',0,0,13261,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30253,'Other',20,0,13261,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30254,'Yes',0,0,13262,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30255,'No',7,0,13262,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30256,'NA',0,0,13262,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30257,'Other',20,0,13262,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30258,'Yes',0,0,13263,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30259,'No',6,0,13263,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30260,'NA',0,0,13263,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30261,'Other',20,0,13263,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30262,'Yes',0,0,13264,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30263,'No',6,0,13264,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30264,'NA',0,0,13264,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30265,'Other',20,0,13264,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30266,'Yes',0,0,13265,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30267,'No',8,0,13265,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30268,'NA',0,0,13265,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30269,'Other',20,0,13265,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30270,'Yes',3,0,13266,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30271,'Yes',4,0,13266,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30272,'Yes',5,0,13266,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30273,'Other',20,0,13266,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30274,'Yes',0,0,13272,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30275,'Yes',0,0,13272,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30276,'No',5,0,13272,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30277,'N/A',0,0,13272,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30278,'Other',20,0,13272,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30279,'Yes',0,0,13273,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30280,'No',5,0,13273,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30281,'Other',20,0,13273,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30282,'Yes',0,0,13277,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30283,'No',4,0,13277,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30284,'No',7,0,13277,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30285,'N/A',0,0,13277,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30286,'Other',20,0,13277,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30287,'Yes',0,0,13278,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30288,'No',6,0,13278,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30289,'NA',0,0,13278,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30290,'Other',20,0,13278,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30291,'Yes',0,0,13279,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30292,'Yes',0,0,13279,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30293,'NA',0,0,13279,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30294,'Other',20,0,13279,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30295,'Yes',1,0,13280,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30296,'No',0,0,13280,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30297,'Other',20,0,13280,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30298,'Yes',0,0,13281,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30299,'No',9,0,13281,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30300,'NA',0,0,13281,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30301,'Other',20,0,13281,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30302,'Yes',0,0,13282,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30303,'No',7,0,13282,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30304,'NA',0,0,13282,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30305,'Other',20,0,13282,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30306,'Yes',0,0,13283,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30307,'No',6,0,13283,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30308,'NA',0,0,13283,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30309,'Other',20,0,13283,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30310,'Yes',0,0,13284,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30311,'No',6,0,13284,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30312,'NA',0,0,13284,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30313,'Other',20,0,13284,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30314,'Yes',0,0,13285,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30315,'No',8,0,13285,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30316,'NA',0,0,13285,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30317,'Other',20,0,13285,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30318,'Yes',3,0,13286,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30319,'Yes',4,0,13286,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30320,'Yes',5,0,13286,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30321,'Other',20,0,13286,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30322,'Yes',1,0,13287,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30323,'Yes',0,0,13287,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30324,'No',5,0,13287,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30325,'Other',20,0,13287,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30326,'Yes',0,0,13288,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30327,'No',5,0,13288,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30328,'NA',5,0,13288,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30329,'Other',20,0,13288,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30330,'Yes',0,0,13289,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30331,'No',5,0,13289,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30332,'NA',0,0,13289,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30333,'Other',20,0,13289,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30334,'Choice 6',5,0,13289,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30335,'Yes',0,0,13290,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30336,'No',5,0,13290,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30337,'Other',20,0,13290,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30338,'Yes',0,0,13291,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30339,'No',5,0,13291,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30340,'NA',5,0,13291,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30341,'Other',20,0,13291,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30342,'Yes',0,0,13292,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30343,'No',5,0,13292,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30344,'NA',0,0,13292,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30345,'Other',20,0,13292,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30346,'Yes',0,0,13293,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30347,'No',5,0,13293,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30348,'NA',5,0,13293,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30349,'Other',20,0,13293,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30350,'Director',0,0,13304,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30351,'Owner Landlord',0,0,13304,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30352,'Site Maitenance',0,0,13304,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30353,'Estate Agent',0,0,13304,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30354,'Letting Agent',0,0,13304,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30355,'Other',0,0,13304,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30356,'Property Agent',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30357,'Owner Landlord',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30358,'Site Manager',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30359,'Property Manager',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30360,'Construction Manager',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30361,'Fire Warden',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30362,'Director',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30363,'CEO',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30364,'Other',0,0,13305,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30365,'A Property Within Building Block',0,0,13306,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30366,'All Of The Property',0,0,13306,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30367,'Communal Areas Only',0,0,13306,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30368,'House',0,0,13306,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30369,'Flat',0,0,13306,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30370,'Other',0,0,13306,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30371,'Nebosh',0,0,13313,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30372,'Level 2 Fire Risk Assessor',0,0,13313,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30373,'Competant Person',0,0,13313,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30374,'Yes',0,0,13314,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30375,'Yes',0,0,13314,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30376,'No',5,0,13314,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30377,'N/A',0,0,13314,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30378,'Other',20,0,13314,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30379,'Yes',0,0,13315,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30380,'No',5,0,13315,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30381,'Other',20,0,13315,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30382,'Yes',1,0,13319,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30383,'Yes',0,0,13319,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30384,'No',5,0,13319,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30385,'Other',20,0,13319,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30386,'Yes',0,0,13320,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30387,'No',5,0,13320,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30388,'NA',5,0,13320,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30389,'Other',20,0,13320,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30390,'Yes',0,0,13321,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30391,'No',5,0,13321,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30392,'NA',0,0,13321,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30393,'Other',20,0,13321,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30394,'Choice 6',5,0,13321,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30395,'Yes',0,0,13322,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30396,'No',5,0,13322,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30397,'Other',20,0,13322,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30398,'Yes',0,0,13323,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30399,'No',5,0,13323,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30400,'NA',5,0,13323,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30401,'Other',20,0,13323,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30402,'Yes',0,0,13324,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30403,'No',5,0,13324,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30404,'NA',0,0,13324,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30405,'Other',20,0,13324,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30406,'Yes',0,0,13325,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30407,'No',5,0,13325,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30408,'NA',5,0,13325,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30409,'Other',20,0,13325,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30410,'Yes',0,0,13326,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30411,'Option',5,0,13326,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30412,'No',8,0,13326,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30413,'N/A',0,0,13326,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30414,'Other',20,0,13326,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30415,'Yes 1',1,0,13328,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30416,'Yes 2',0,0,13328,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30417,'No',7,0,13328,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30418,'N/A',0,0,13328,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30419,'Other',20,0,13328,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30420,'Yes',0,0,13330,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30421,'No 1',7,0,13330,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30422,'No 2',7,0,13330,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30423,'Other',20,0,13330,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30424,'N/A',0,0,13330,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30425,'Yes',0,0,13332,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30426,'No 1',5,0,13332,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30427,'No 2',5,0,13332,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30428,'Yes',0,0,13333,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30429,'No',8,0,13333,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30430,'Other',20,0,13333,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30431,'N/A',0,0,13333,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30432,'Yes',0,0,13334,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30433,'No',8,0,13334,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30434,'Other',20,0,13334,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30435,'N/A',0,0,13334,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30436,'Yes',0,0,13335,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30437,'No',8,0,13335,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30438,'Other',20,0,13335,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30439,'N/A',0,0,13335,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30440,'Yes',0,0,13337,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30441,'No',8,0,13337,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(30442,'Other',20,0,13337,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30443,'N/A',0,0,13337,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30444,'Fan Heaters',4,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30445,'Electric Heaters',4,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30446,'Gas Heater',5,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30447,'Other Boilers',2,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30448,'Electrical Equipment',3,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30449,'Electrical Leads',3,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30450,'Portable Equipment',3,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30451,'Portable Lighting',2,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30452,'Cooking kitchen Equipment',6,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30453,'Other',20,0,13338,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30454,'Director',0,0,13344,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30455,'Owner Landlord',0,0,13344,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30456,'Site Maitenance',0,0,13344,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30457,'Estate Agent',0,0,13344,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30458,'Letting Agent',0,0,13344,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30459,'Other',0,0,13344,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30460,'Property Agent',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30461,'Owner Landlord',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30462,'Site Manager',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30463,'Property Manager',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30464,'Construction Manager',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30465,'Fire Warden',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30466,'Director',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30467,'CEO',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30468,'Other',0,0,13345,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30469,'A Property Within Building Block',0,0,13346,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30470,'All Of The Property',0,0,13346,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30471,'Communal Areas Only',0,0,13346,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30472,'House',0,0,13346,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30473,'Flat',0,0,13346,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30474,'Other',0,0,13346,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30475,'Nebosh',0,0,13353,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30476,'Level 2 Fire Risk Assessor',0,0,13353,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30477,'Competant Person',0,0,13353,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30478,'Detached',1,0,13357,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30479,'Semi Detached',2,0,13357,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30480,'Terraced',3,0,13357,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30481,'Linked-Detached',1,0,13357,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30482,'Other',20,0,13357,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30483,'House',1,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30484,'Bungalow',1,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30485,'Block of Flats - Studios up to 6 Floor Levels',3,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30486,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30487,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30488,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30489,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30490,'Underground Property',1,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30491,'Factory/ Warehouse',3,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30492,'Garage/ Workshop',3,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30493,'Retail Shop',2,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30494,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30495,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30496,'Other',20,0,13358,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30497,'1-5',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30498,'5-10',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30499,'10-15',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30500,'15-20',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30501,'20-25',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30502,'25-30',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30503,'30-35',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30504,'35-40',0,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30505,'Other',20,0,13359,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30506,'1',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30507,'2',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30508,'3',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30509,'4',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30510,'5',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30511,'6',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30512,'7',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30513,'8',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30514,'9',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30515,'10',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30516,'11',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30517,'12',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30518,'13',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30519,'14',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30520,'15',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30521,'16',1,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30522,'N/A',0,0,13362,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30523,'1',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30524,'2',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30525,'3',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30526,'4',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30527,'5',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30528,'6',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30529,'7',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30530,'8',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30531,'9',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30532,'10',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30533,'11',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30534,'12',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30535,'13',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30536,'14',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30537,'15',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30538,'16',2,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30539,'N/A',0,0,13363,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30540,'Solid concrete all levels',0,0,13364,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30541,'Timber joists all levels',3,0,13364,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30542,'Concrete lowest floor – Timber above higher levels',3,0,13364,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30543,'Other',20,0,13364,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30544,'Wood',2,0,13365,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30545,'Plastics',1,0,13365,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30546,'Aluminium',0,0,13365,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30547,'Stone',0,0,13365,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30548,'Other',20,0,13365,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30549,'Yes',1,0,13367,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30550,'No',3,0,13367,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30551,'Unknown',3,0,13367,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30552,'Yes',1,0,13368,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30553,'No',5,0,13368,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30554,'Unknown',5,0,13368,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30555,'Other',20,0,13369,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30556,'Very Good',1,0,13370,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30557,'Good',1,0,13370,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30558,'Fair',1,0,13370,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30559,'Poor',2,0,13370,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30560,'Very Poor',2,0,13370,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30561,'0%',0,0,13373,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30562,'25%',0,0,13373,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30563,'50%',0,0,13373,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30564,'75%',0,0,13373,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30565,'100%',0,0,13373,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30566,'0%',0,0,13374,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30567,'25%',1,0,13374,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30568,'50%',1,0,13374,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30569,'75%',1,0,13374,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30570,'100%',1,0,13374,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30571,'0%',0,0,13375,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30572,'25%',0,0,13375,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30573,'50%',0,0,13375,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30574,'75%',0,0,13375,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30575,'100%',0,0,13375,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30576,'0%',0,0,13376,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30577,'25%',3,0,13376,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30578,'50%',3,0,13376,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30579,'75%',3,0,13376,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30580,'100%',3,0,13376,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30581,'0%',0,0,13377,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30582,'25%',1,0,13377,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30583,'50%',1,0,13377,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30584,'75%',1,0,13377,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30585,'100%',1,0,13377,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30586,'0%',0,0,13378,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30587,'25%',5,0,13378,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30588,'50%',5,0,13378,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30589,'75%',5,0,13378,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30590,'100%',5,0,13378,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30591,'0%',0,0,13379,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30592,'25%',5,0,13379,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30593,'50%',5,0,13379,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30594,'75%',5,0,13379,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30595,'100%',5,0,13379,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30596,'0%',0,0,13380,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30597,'25%',1,0,13380,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30598,'50%',1,0,13380,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30599,'75%',1,0,13380,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30600,'100%',1,0,13380,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30601,'Other',20,0,13381,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30602,'0%',0,0,13383,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30603,'25%',1,0,13383,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30604,'50%',1,0,13383,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30605,'75%',1,0,13383,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30606,'100%',1,0,13383,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30607,'0%',0,0,13384,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30608,'25%',2,0,13384,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30609,'50%',2,0,13384,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30610,'75%',2,0,13384,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30611,'100%',2,0,13384,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30612,'Yes',0,0,13385,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30613,'Option',5,0,13385,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30614,'No',8,0,13385,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30615,'N/A',0,0,13385,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30616,'Other',20,0,13385,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30617,'Yes 1',1,0,13387,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30618,'Yes 2',0,0,13387,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30619,'No',7,0,13387,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30620,'N/A',0,0,13387,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30621,'Other',20,0,13387,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30622,'Yes',0,0,13389,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30623,'No 1',7,0,13389,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30624,'No 2',7,0,13389,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30625,'Other',20,0,13389,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30626,'N/A',0,0,13389,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30627,'Yes',0,0,13391,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30628,'No 1',5,0,13391,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30629,'No 2',5,0,13391,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30630,'Yes',0,0,13392,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30631,'No',8,0,13392,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30632,'Other',20,0,13392,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30633,'N/A',0,0,13392,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30634,'Yes',0,0,13393,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30635,'No',8,0,13393,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30636,'Other',20,0,13393,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30637,'N/A',0,0,13393,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30638,'Yes',0,0,13394,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30639,'No',8,0,13394,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30640,'Other',20,0,13394,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30641,'N/A',0,0,13394,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30642,'Yes',0,0,13396,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30643,'No',8,0,13396,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30644,'Other',20,0,13396,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30645,'N/A',0,0,13396,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30646,'Fan Heaters',4,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30647,'Electric Heaters',4,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30648,'Gas Heater',5,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30649,'Other Boilers',2,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30650,'Electrical Equipment',3,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30651,'Electrical Leads',3,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30652,'Portable Equipment',3,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30653,'Portable Lighting',2,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30654,'Cooking kitchen Equipment',6,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30655,'Other',20,0,13397,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30656,'Detached',1,0,13401,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30657,'Semi Detached',2,0,13401,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30658,'Terraced',3,0,13401,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30659,'Linked-Detached',1,0,13401,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30660,'Other',20,0,13401,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30661,'House',1,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30662,'Bungalow',1,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30663,'Block of Flats - Studios up to 6 Floor Levels',3,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30664,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30665,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30666,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30667,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30668,'Underground Property',1,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30669,'Factory/ Warehouse',3,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30670,'Garage/ Workshop',3,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30671,'Retail Shop',2,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30672,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30673,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30674,'Other',20,0,13402,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30675,'1-5',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30676,'5-10',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30677,'10-15',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30678,'15-20',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30679,'20-25',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30680,'25-30',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30681,'30-35',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30682,'35-40',0,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30683,'Other',20,0,13403,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30684,'1',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30685,'2',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30686,'3',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30687,'4',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30688,'5',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30689,'6',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30690,'7',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30691,'8',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30692,'9',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30693,'10',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30694,'11',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30695,'12',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30696,'13',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30697,'14',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30698,'15',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30699,'16',1,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30700,'N/A',0,0,13406,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30701,'1',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30702,'2',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30703,'3',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30704,'4',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30705,'5',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30706,'6',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30707,'7',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30708,'8',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30709,'9',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30710,'10',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30711,'11',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30712,'12',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30713,'13',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30714,'14',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30715,'15',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30716,'16',2,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30717,'N/A',0,0,13407,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30718,'Wood',2,0,13408,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30719,'Plastics',1,0,13408,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30720,'Aluminium',0,0,13408,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30721,'Stone',0,0,13408,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30722,'Other',20,0,13408,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30723,'Yes',1,0,13410,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30724,'No',3,0,13410,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30725,'Unknown',3,0,13410,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30726,'Yes',1,0,13411,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30727,'No',5,0,13411,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30728,'Unknown',5,0,13411,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30729,'Other',20,0,13412,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30730,'No',5,0,13412,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30731,'Unknown',5,0,13412,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30732,'Very Good',1,0,13413,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30733,'Good',1,0,13413,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30734,'Fair',1,0,13413,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30735,'Poor',2,0,13413,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30736,'Very Poor',2,0,13413,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30737,'0%',0,0,13416,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30738,'25%',0,0,13416,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30739,'50%',0,0,13416,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30740,'75%',0,0,13416,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30741,'100%',0,0,13416,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30742,'0%',0,0,13417,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30743,'25%',1,0,13417,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30744,'50%',1,0,13417,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30745,'75%',1,0,13417,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30746,'100%',1,0,13417,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30747,'0%',0,0,13418,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30748,'25%',0,0,13418,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30749,'50%',0,0,13418,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30750,'75%',0,0,13418,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30751,'100%',0,0,13418,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30752,'0%',0,0,13419,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30753,'25%',3,0,13419,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30754,'50%',3,0,13419,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30755,'75%',3,0,13419,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30756,'100%',3,0,13419,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30757,'0%',0,0,13420,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30758,'25%',1,0,13420,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30759,'50%',1,0,13420,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30760,'75%',1,0,13420,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30761,'100%',1,0,13420,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30762,'0%',0,0,13421,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30763,'25%',5,0,13421,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30764,'50%',5,0,13421,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30765,'75%',5,0,13421,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30766,'100%',5,0,13421,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30767,'0%',0,0,13422,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30768,'25%',5,0,13422,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30769,'50%',5,0,13422,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30770,'75%',5,0,13422,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30771,'100%',5,0,13422,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30772,'0%',0,0,13423,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30773,'25%',1,0,13423,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30774,'50%',1,0,13423,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30775,'75%',1,0,13423,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30776,'100%',1,0,13423,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30777,'Other',20,0,13424,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30778,'25%',1,0,13424,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30779,'50%',1,0,13424,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30780,'75%',1,0,13424,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30781,'100%',1,0,13424,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30782,'0%',0,0,13426,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30783,'25%',1,0,13426,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30784,'50%',1,0,13426,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30785,'75%',1,0,13426,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30786,'100%',1,0,13426,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30787,'0%',0,0,13427,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30788,'25%',2,0,13427,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30789,'50%',2,0,13427,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30790,'75%',2,0,13427,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30791,'100%',2,0,13427,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30792,'0%',0,0,13428,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30793,'25%',1,0,13428,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30794,'50%',1,0,13428,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30795,'75%',1,0,13428,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30796,'100%',1,0,13428,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30797,'Solid concrete all levels',0,0,13429,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30798,'Timber joists all levels',3,0,13429,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30799,'Concrete lowest floor – Timber above higher levels',3,0,13429,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30800,'Other',20,0,13429,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30801,'100%',1,0,13429,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30802,'Yes',1,0,13432,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30803,'No',6,0,13432,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(30804,'Yes',0,0,13434,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30805,'No',9,0,13434,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30806,'NA',0,0,13434,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30807,'Other',20,0,13434,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30808,'Yes',0,0,13435,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30809,'No',7,0,13435,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30810,'NA',0,0,13435,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30811,'Other',20,0,13435,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30812,'Yes',0,0,13436,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30813,'No',6,0,13436,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30814,'NA',0,0,13436,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30815,'Other',20,0,13436,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30816,'Yes',0,0,13437,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30817,'No',6,0,13437,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30818,'NA',0,0,13437,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30819,'Other',20,0,13437,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30820,'Yes',0,0,13438,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30821,'No',4,0,13438,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30822,'No',7,0,13438,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30823,'N/A',0,0,13438,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30824,'Other',20,0,13438,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30825,'Yes',0,0,13439,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30826,'No',6,0,13439,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30827,'NA',0,0,13439,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30828,'Other',20,0,13439,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30829,'Yes',0,0,13440,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30830,'Yes',0,0,13440,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30831,'NA',0,0,13440,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30832,'Other',20,0,13440,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30833,'Yes',1,0,13441,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30834,'No',0,0,13441,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30835,'Other',20,0,13441,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30836,'Yes',0,0,13442,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30837,'No',8,0,13442,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30838,'NA',0,0,13442,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30839,'Other',20,0,13442,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30840,'Yes',3,0,13443,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30841,'Yes',4,0,13443,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30842,'Yes',5,0,13443,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30843,'Other',20,0,13443,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30844,'Yes',0,0,13444,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30845,'No',9,0,13444,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30846,'NA',0,0,13444,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30847,'Other',20,0,13444,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30848,'Yes',0,0,13445,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30849,'No',7,0,13445,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30850,'NA',0,0,13445,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30851,'Other',20,0,13445,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30852,'Yes',0,0,13446,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30853,'No',6,0,13446,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30854,'NA',0,0,13446,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30855,'Other',20,0,13446,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30856,'Yes',0,0,13447,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30857,'No',6,0,13447,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30858,'NA',0,0,13447,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30859,'Other',20,0,13447,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30860,'Yes',0,0,13448,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30861,'No',4,0,13448,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30862,'No',7,0,13448,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30863,'N/A',0,0,13448,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30864,'Other',20,0,13448,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30865,'Yes',0,0,13449,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30866,'No',6,0,13449,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30867,'NA',0,0,13449,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30868,'Other',20,0,13449,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30869,'Yes',0,0,13450,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30870,'Yes',0,0,13450,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30871,'NA',0,0,13450,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30872,'Other',20,0,13450,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30873,'Yes',1,0,13451,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30874,'No',0,0,13451,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30875,'Other',20,0,13451,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30876,'Yes',0,0,13452,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30877,'No',8,0,13452,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30878,'NA',0,0,13452,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30879,'Other',20,0,13452,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30880,'Yes',3,0,13453,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30881,'Yes',4,0,13453,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30882,'Yes',5,0,13453,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30883,'Other',20,0,13453,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30884,'Yes',0,0,13454,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30885,'No',2,0,13454,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30886,'Other',20,0,13454,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30887,'N/A',0,0,13454,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30888,'Yes',0,0,13455,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30889,'No',2,0,13455,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30890,'Other',20,0,13455,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30891,'N/A',0,0,13455,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30892,'Yes',0,0,13456,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30893,'No',2,0,13456,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30894,'Other',20,0,13456,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30895,'N/A',0,0,13456,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30896,'Yes',0,0,13458,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30897,'No',2,0,13458,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30898,'Other',20,0,13458,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30899,'N/A',0,0,13458,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30900,'Yes',0,0,13460,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30901,'No',2,0,13460,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30902,'Other',20,0,13460,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30903,'N/A',0,0,13460,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30904,'Yes',0,0,13461,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30905,'No',2,0,13461,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30906,'Other',20,0,13461,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30907,'N/A',0,0,13461,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30908,'Yes',0,0,13462,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30909,'No',3,0,13462,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30910,'Other',20,0,13462,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30911,'N/A',0,0,13462,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30912,'Yes',0,0,13464,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30913,'No',3,0,13464,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30914,'Other',20,0,13464,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30915,'N/A',0,0,13464,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30916,'N/A',0,0,13464,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30917,'Yes',0,0,13465,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30918,'No',4,0,13465,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30919,'No Disabled',0,0,13465,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30920,'Other',20,0,13465,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30921,'N/A',0,0,13465,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30922,'Yes',0,0,13466,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30923,'No',4,0,13466,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30924,'Other',20,0,13466,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30925,'N/A',0,0,13466,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30926,'Yes',0,0,13467,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30927,'No',3,0,13467,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30928,'Other',20,0,13467,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30929,'N/A',0,0,13467,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30930,'Yes',0,0,13468,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30931,'No',4,0,13468,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30932,'Other',20,0,13468,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30933,'N/A',0,0,13468,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30934,'Yes',0,0,13469,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30935,'No',4,0,13469,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30936,'Other',20,0,13469,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30937,'N/A',0,0,13469,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30938,'Yes',0,0,13470,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30939,'No',5,0,13470,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30940,'Other',20,0,13470,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30941,'N/A',0,0,13470,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30942,'1 Yes',0,0,13471,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30943,'2 Yes',3,0,13471,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30944,'No',6,0,13471,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30945,'Other',20,0,13471,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30946,'N/A',0,0,13471,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30947,'Yes',0,0,13472,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30948,'No',5,0,13472,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30949,'Other',20,0,13472,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30950,'N/A',0,0,13472,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30951,'Yes',0,0,13474,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30952,'No',2,0,13474,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30953,'Other',20,0,13474,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30954,'N/A',0,0,13474,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30955,'Yes',0,0,13475,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30956,'No',2,0,13475,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30957,'Other',20,0,13475,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30958,'N/A',0,0,13475,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30959,'Yes',0,0,13476,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30960,'No',2,0,13476,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30961,'Other',20,0,13476,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30962,'N/A',0,0,13476,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30963,'Yes',0,0,13478,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30964,'No',2,0,13478,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30965,'Other',20,0,13478,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30966,'N/A',0,0,13478,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30967,'Yes',0,0,13480,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30968,'No',2,0,13480,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30969,'Other',20,0,13480,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30970,'N/A',0,0,13480,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30971,'Yes',0,0,13481,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30972,'No',2,0,13481,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30973,'Other',20,0,13481,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30974,'N/A',0,0,13481,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30975,'Yes',0,0,13482,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30976,'No',3,0,13482,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30977,'Other',20,0,13482,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30978,'N/A',0,0,13482,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30979,'Yes',0,0,13484,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30980,'No',3,0,13484,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30981,'Other',20,0,13484,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30982,'N/A',0,0,13484,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30983,'N/A',0,0,13484,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30984,'Yes',0,0,13485,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30985,'No',4,0,13485,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30986,'No Disabled',0,0,13485,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30987,'Other',20,0,13485,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30988,'N/A',0,0,13485,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30989,'Yes',0,0,13486,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30990,'No',4,0,13486,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30991,'Other',20,0,13486,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30992,'N/A',0,0,13486,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30993,'Yes',0,0,13487,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30994,'No',3,0,13487,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30995,'Other',20,0,13487,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30996,'N/A',0,0,13487,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30997,'Yes',0,0,13488,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30998,'No',4,0,13488,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(30999,'Other',20,0,13488,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31000,'N/A',0,0,13488,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31001,'Yes',0,0,13489,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31002,'No',4,0,13489,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31003,'Other',20,0,13489,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31004,'N/A',0,0,13489,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31005,'Yes',0,0,13490,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31006,'No',5,0,13490,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31007,'Other',20,0,13490,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31008,'N/A',0,0,13490,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31009,'1 Yes',0,0,13491,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31010,'2 Yes',3,0,13491,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31011,'No',6,0,13491,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31012,'Other',20,0,13491,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31013,'N/A',0,0,13491,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31014,'Yes',0,0,13492,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31015,'No',5,0,13492,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31016,'Other',20,0,13492,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31017,'N/A',0,0,13492,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31018,'Yes',0,0,13494,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31019,'Option',5,0,13494,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31020,'No',8,0,13494,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31021,'N/A',0,0,13494,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31022,'Other',20,0,13494,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31023,'Yes 1',1,0,13496,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31024,'Yes 2',0,0,13496,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31025,'No',7,0,13496,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31026,'N/A',0,0,13496,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31027,'Other',20,0,13496,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31028,'Yes',0,0,13498,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31029,'No 1',7,0,13498,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31030,'No 2',7,0,13498,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31031,'Other',20,0,13498,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31032,'N/A',0,0,13498,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31033,'Yes',0,0,13500,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31034,'No 1',5,0,13500,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31035,'No 2',5,0,13500,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31036,'Yes',0,0,13501,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31037,'No',8,0,13501,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31038,'Other',20,0,13501,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31039,'N/A',0,0,13501,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31040,'Yes',0,0,13502,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31041,'No',8,0,13502,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31042,'Other',20,0,13502,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31043,'N/A',0,0,13502,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31044,'Yes',0,0,13503,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31045,'No',8,0,13503,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31046,'Other',20,0,13503,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31047,'N/A',0,0,13503,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31048,'Yes',0,0,13505,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31049,'No',8,0,13505,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31050,'Other',20,0,13505,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31051,'N/A',0,0,13505,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31052,'Yes',0,0,13506,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31053,'No',6,0,13506,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31054,'Other',20,0,13506,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31055,'N/A',0,0,13506,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(31056,'Yes',0,0,13508,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31057,'No',2,0,13508,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31058,'Other',20,0,13508,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31059,'N/A',0,0,13508,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31060,'Yes',0,0,13509,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31061,'No',2,0,13509,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31062,'Other',20,0,13509,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31063,'N/A',0,0,13509,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31064,'Yes',0,0,13510,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31065,'No',2,0,13510,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31066,'Other',20,0,13510,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31067,'N/A',0,0,13510,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31068,'Yes',0,0,13512,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31069,'No',2,0,13512,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31070,'Other',20,0,13512,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31071,'N/A',0,0,13512,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31072,'Yes',0,0,13514,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31073,'No',2,0,13514,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31074,'Other',20,0,13514,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31075,'N/A',0,0,13514,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31076,'Yes',0,0,13515,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31077,'No',2,0,13515,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31078,'Other',20,0,13515,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31079,'N/A',0,0,13515,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31080,'Yes',0,0,13516,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31081,'No',3,0,13516,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31082,'Other',20,0,13516,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31083,'N/A',0,0,13516,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31084,'Yes',0,0,13518,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31085,'No',3,0,13518,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31086,'Other',20,0,13518,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31087,'N/A',0,0,13518,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31088,'N/A',0,0,13518,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31089,'Yes',0,0,13519,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31090,'No',4,0,13519,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31091,'No Disabled',0,0,13519,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31092,'Other',20,0,13519,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31093,'N/A',0,0,13519,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31094,'Yes',0,0,13520,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31095,'No',4,0,13520,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31096,'Other',20,0,13520,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31097,'N/A',0,0,13520,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31098,'Yes',0,0,13521,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31099,'No',3,0,13521,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31100,'Other',20,0,13521,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31101,'N/A',0,0,13521,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31102,'Yes',0,0,13522,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31103,'No',4,0,13522,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31104,'Other',20,0,13522,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31105,'N/A',0,0,13522,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31106,'Yes',0,0,13523,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31107,'No',4,0,13523,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31108,'Other',20,0,13523,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31109,'N/A',0,0,13523,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31110,'Yes',0,0,13524,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31111,'No',5,0,13524,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31112,'Other',20,0,13524,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31113,'N/A',0,0,13524,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31114,'1 Yes',0,0,13525,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31115,'2 Yes',3,0,13525,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31116,'No',6,0,13525,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31117,'Other',20,0,13525,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31118,'N/A',0,0,13525,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31119,'Yes',0,0,13526,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31120,'No',5,0,13526,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31121,'Other',20,0,13526,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31122,'N/A',0,0,13526,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31123,'Yes',0,0,13528,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31124,'Option',5,0,13528,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31125,'No',8,0,13528,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31126,'N/A',0,0,13528,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31127,'Other',20,0,13528,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31128,'Yes 1',1,0,13530,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31129,'Yes 2',0,0,13530,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31130,'No',7,0,13530,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31131,'N/A',0,0,13530,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31132,'Other',20,0,13530,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31133,'Yes',0,0,13532,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31134,'No 1',7,0,13532,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31135,'No 2',7,0,13532,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31136,'Other',20,0,13532,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31137,'N/A',0,0,13532,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31138,'Yes',0,0,13534,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31139,'No 1',5,0,13534,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31140,'No 2',5,0,13534,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31141,'Yes',0,0,13535,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31142,'No',8,0,13535,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31143,'Other',20,0,13535,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31144,'N/A',0,0,13535,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31145,'Yes',0,0,13536,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31146,'No',8,0,13536,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31147,'Other',20,0,13536,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31148,'N/A',0,0,13536,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31149,'Yes',0,0,13537,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31150,'No',8,0,13537,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31151,'Other',20,0,13537,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31152,'N/A',0,0,13537,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31153,'Yes',0,0,13539,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31154,'No',8,0,13539,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31155,'Other',20,0,13539,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31156,'N/A',0,0,13539,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31157,'Yes',0,0,13540,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31158,'No',6,0,13540,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31159,'Other',20,0,13540,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31160,'N/A',0,0,13540,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31161,'Yes',0,0,13542,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31162,'No',2,0,13542,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31163,'Other',20,0,13542,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31164,'N/A',0,0,13542,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31165,'Yes',0,0,13543,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31166,'No',2,0,13543,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31167,'Other',20,0,13543,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31168,'N/A',0,0,13543,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31169,'Yes',0,0,13544,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31170,'No',2,0,13544,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31171,'Other',20,0,13544,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31172,'N/A',0,0,13544,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31173,'Yes',0,0,13546,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31174,'No',2,0,13546,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31175,'Other',20,0,13546,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31176,'N/A',0,0,13546,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31177,'Yes',0,0,13548,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31178,'No',2,0,13548,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31179,'Other',20,0,13548,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31180,'N/A',0,0,13548,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31181,'Yes',0,0,13549,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31182,'No',2,0,13549,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31183,'Other',20,0,13549,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31184,'N/A',0,0,13549,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31185,'Yes',0,0,13550,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31186,'No',3,0,13550,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31187,'Other',20,0,13550,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31188,'N/A',0,0,13550,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31189,'Yes',0,0,13552,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31190,'No',3,0,13552,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31191,'Other',20,0,13552,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31192,'N/A',0,0,13552,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31193,'N/A',0,0,13552,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31194,'Yes',0,0,13553,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31195,'No',4,0,13553,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31196,'No Disabled',0,0,13553,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31197,'Other',20,0,13553,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31198,'N/A',0,0,13553,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31199,'Yes',0,0,13554,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31200,'No',4,0,13554,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31201,'Other',20,0,13554,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31202,'N/A',0,0,13554,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31203,'Yes',0,0,13555,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31204,'No',3,0,13555,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31205,'Other',20,0,13555,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31206,'N/A',0,0,13555,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31207,'Yes',0,0,13556,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31208,'No',4,0,13556,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31209,'Other',20,0,13556,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31210,'N/A',0,0,13556,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31211,'Yes',0,0,13557,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31212,'No',4,0,13557,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31213,'Other',20,0,13557,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31214,'N/A',0,0,13557,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31215,'Yes',0,0,13558,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31216,'No',5,0,13558,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31217,'Other',20,0,13558,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31218,'N/A',0,0,13558,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31219,'1 Yes',0,0,13559,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31220,'2 Yes',3,0,13559,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31221,'No',6,0,13559,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31222,'Other',20,0,13559,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31223,'N/A',0,0,13559,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31224,'Yes',0,0,13560,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31225,'No',5,0,13560,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31226,'Other',20,0,13560,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31227,'N/A',0,0,13560,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31228,'Yes',0,0,13562,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31229,'No',4,0,13562,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31230,'No',7,0,13562,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31231,'N/A',0,0,13562,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31232,'Other',20,0,13562,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31233,'Yes',0,0,13563,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31234,'No',6,0,13563,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31235,'NA',0,0,13563,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31236,'Other',20,0,13563,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31237,'Yes',0,0,13564,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31238,'Yes',0,0,13564,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31239,'NA',0,0,13564,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31240,'Other',20,0,13564,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31241,'Yes',1,0,13565,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31242,'No',0,0,13565,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31243,'Other',20,0,13565,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31244,'Yes',0,0,13566,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31245,'No',9,0,13566,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31246,'NA',0,0,13566,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31247,'Other',20,0,13566,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31248,'Yes',0,0,13567,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31249,'No',7,0,13567,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31250,'NA',0,0,13567,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31251,'Other',20,0,13567,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31252,'Yes',0,0,13568,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31253,'No',6,0,13568,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31254,'NA',0,0,13568,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31255,'Other',20,0,13568,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31256,'Yes',0,0,13569,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31257,'No',6,0,13569,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31258,'NA',0,0,13569,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31259,'Other',20,0,13569,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31260,'Yes',0,0,13570,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31261,'No',8,0,13570,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31262,'NA',0,0,13570,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31263,'Other',20,0,13570,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31264,'Yes',3,0,13571,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31265,'Yes',4,0,13571,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31266,'Yes',5,0,13571,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31267,'Other',20,0,13571,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31268,'Yes',0,0,13577,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31269,'Yes',0,0,13577,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31270,'No',5,0,13577,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31271,'N/A',0,0,13577,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31272,'Other',20,0,13577,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31273,'Yes',0,0,13578,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31274,'No',5,0,13578,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31275,'Other',20,0,13578,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31276,'Yes',0,0,13582,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31277,'No',4,0,13582,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31278,'No',7,0,13582,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31279,'N/A',0,0,13582,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31280,'Other',20,0,13582,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31281,'Yes',0,0,13583,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31282,'No',6,0,13583,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31283,'NA',0,0,13583,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31284,'Other',20,0,13583,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31285,'Yes',0,0,13584,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31286,'Yes',0,0,13584,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31287,'NA',0,0,13584,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31288,'Other',20,0,13584,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31289,'Yes',1,0,13585,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31290,'No',0,0,13585,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31291,'Other',20,0,13585,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31292,'Yes',0,0,13586,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31293,'No',9,0,13586,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31294,'NA',0,0,13586,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31295,'Other',20,0,13586,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31296,'Yes',0,0,13587,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31297,'No',7,0,13587,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31298,'NA',0,0,13587,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31299,'Other',20,0,13587,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31300,'Yes',0,0,13588,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31301,'No',6,0,13588,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31302,'NA',0,0,13588,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31303,'Other',20,0,13588,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31304,'Yes',0,0,13589,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31305,'No',6,0,13589,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31306,'NA',0,0,13589,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31307,'Other',20,0,13589,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31308,'Yes',0,0,13590,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31309,'No',8,0,13590,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31310,'NA',0,0,13590,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31311,'Other',20,0,13590,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31312,'Yes',3,0,13591,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31313,'Yes',4,0,13591,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31314,'Yes',5,0,13591,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31315,'Other',20,0,13591,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31316,'Yes',1,0,13592,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31317,'Yes',0,0,13592,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31318,'No',5,0,13592,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31319,'Other',20,0,13592,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31320,'Yes',0,0,13593,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31321,'No',5,0,13593,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31322,'NA',5,0,13593,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31323,'Other',20,0,13593,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31324,'Yes',0,0,13594,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31325,'No',5,0,13594,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31326,'NA',0,0,13594,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31327,'Other',20,0,13594,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31328,'Choice 6',5,0,13594,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31329,'Yes',0,0,13595,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31330,'No',5,0,13595,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31331,'Other',20,0,13595,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31332,'Yes',0,0,13596,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31333,'No',5,0,13596,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31334,'NA',5,0,13596,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31335,'Other',20,0,13596,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31336,'Yes',0,0,13597,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31337,'No',5,0,13597,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31338,'NA',0,0,13597,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31339,'Other',20,0,13597,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31340,'Yes',0,0,13598,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31341,'No',5,0,13598,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31342,'NA',5,0,13598,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31343,'Other',20,0,13598,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31344,'Director',0,0,13609,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31345,'Owner Landlord',0,0,13609,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31346,'Site Maitenance',0,0,13609,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31347,'Estate Agent',0,0,13609,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31348,'Letting Agent',0,0,13609,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31349,'Other',0,0,13609,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31350,'Property Agent',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31351,'Owner Landlord',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31352,'Site Manager',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31353,'Property Manager',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31354,'Construction Manager',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31355,'Fire Warden',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31356,'Director',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31357,'CEO',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31358,'Other',0,0,13610,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31359,'A Property Within Building Block',0,0,13611,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31360,'All Of The Property',0,0,13611,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31361,'Communal Areas Only',0,0,13611,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31362,'House',0,0,13611,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31363,'Flat',0,0,13611,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31364,'Other',0,0,13611,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31365,'Nebosh',0,0,13618,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31366,'Level 2 Fire Risk Assessor',0,0,13618,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31367,'Competant Person',0,0,13618,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31368,'Yes',0,0,13619,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31369,'Yes',0,0,13619,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31370,'No',5,0,13619,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31371,'N/A',0,0,13619,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31372,'Other',20,0,13619,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31373,'Yes',0,0,13620,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31374,'No',5,0,13620,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31375,'Other',20,0,13620,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31376,'Yes',1,0,13624,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31377,'Yes',0,0,13624,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31378,'No',5,0,13624,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31379,'Other',20,0,13624,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31380,'Yes',0,0,13625,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31381,'No',5,0,13625,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31382,'NA',5,0,13625,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31383,'Other',20,0,13625,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31384,'Yes',0,0,13626,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31385,'No',5,0,13626,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31386,'NA',0,0,13626,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31387,'Other',20,0,13626,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31388,'Choice 6',5,0,13626,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31389,'Yes',0,0,13627,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31390,'No',5,0,13627,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31391,'Other',20,0,13627,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31392,'Yes',0,0,13628,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31393,'No',5,0,13628,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31394,'NA',5,0,13628,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31395,'Other',20,0,13628,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31396,'Yes',0,0,13629,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31397,'No',5,0,13629,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31398,'NA',0,0,13629,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31399,'Other',20,0,13629,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31400,'Yes',0,0,13630,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31401,'No',5,0,13630,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31402,'NA',5,0,13630,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31403,'Other',20,0,13630,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31404,'Yes',0,0,13631,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31405,'Option',5,0,13631,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31406,'No',8,0,13631,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31407,'N/A',0,0,13631,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31408,'Other',20,0,13631,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31409,'Yes 1',1,0,13633,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31410,'Yes 2',0,0,13633,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31411,'No',7,0,13633,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31412,'N/A',0,0,13633,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31413,'Other',20,0,13633,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31414,'Yes',0,0,13635,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31415,'No 1',7,0,13635,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31416,'No 2',7,0,13635,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31417,'Other',20,0,13635,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31418,'N/A',0,0,13635,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31419,'Yes',0,0,13637,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31420,'No 1',5,0,13637,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31421,'No 2',5,0,13637,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31422,'Yes',0,0,13638,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31423,'No',8,0,13638,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31424,'Other',20,0,13638,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31425,'N/A',0,0,13638,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31426,'Yes',0,0,13639,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31427,'No',8,0,13639,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31428,'Other',20,0,13639,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31429,'N/A',0,0,13639,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31430,'Yes',0,0,13640,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31431,'No',8,0,13640,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31432,'Other',20,0,13640,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31433,'N/A',0,0,13640,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31434,'Yes',0,0,13642,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31435,'No',8,0,13642,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31436,'Other',20,0,13642,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31437,'N/A',0,0,13642,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31438,'Yes',0,0,13646,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31439,'Option',5,0,13646,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31440,'No',8,0,13646,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31441,'N/A',0,0,13646,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31442,'Other',20,0,13646,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31443,'Yes 1',1,0,13648,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31444,'Yes 2',0,0,13648,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31445,'No',7,0,13648,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31446,'N/A',0,0,13648,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31447,'Other',20,0,13648,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31448,'Yes',0,0,13650,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31449,'No 1',7,0,13650,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(31450,'No 2',7,0,13650,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31451,'Other',20,0,13650,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31452,'N/A',0,0,13650,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31453,'Yes',0,0,13652,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31454,'No 1',5,0,13652,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31455,'No 2',5,0,13652,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31456,'Yes',0,0,13653,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31457,'No',8,0,13653,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31458,'Other',20,0,13653,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31459,'N/A',0,0,13653,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31460,'Yes',0,0,13654,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31461,'No',8,0,13654,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31462,'Other',20,0,13654,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31463,'N/A',0,0,13654,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31464,'Yes',0,0,13655,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31465,'No',8,0,13655,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31466,'Other',20,0,13655,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31467,'N/A',0,0,13655,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31468,'Yes',0,0,13657,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31469,'No',8,0,13657,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31470,'Other',20,0,13657,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31471,'N/A',0,0,13657,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31472,'Detached',1,0,13661,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31473,'Semi Detached',2,0,13661,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31474,'Terraced',3,0,13661,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31475,'Linked-Detached',1,0,13661,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31476,'Other',20,0,13661,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31477,'House',1,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31478,'Bungalow',1,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31479,'Block of Flats - Studios up to 6 Floor Levels',3,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31480,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31481,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31482,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31483,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31484,'Underground Property',1,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31485,'Factory/ Warehouse',3,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31486,'Garage/ Workshop',3,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31487,'Retail Shop',2,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31488,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31489,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31490,'Other',20,0,13662,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31491,'1-5',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31492,'5-10',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31493,'10-15',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31494,'15-20',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31495,'20-25',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31496,'25-30',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31497,'30-35',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31498,'35-40',0,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31499,'Other',20,0,13663,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31500,'1',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31501,'2',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31502,'3',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31503,'4',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31504,'5',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31505,'6',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31506,'7',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31507,'8',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31508,'9',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31509,'10',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31510,'11',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31511,'12',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31512,'13',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31513,'14',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31514,'15',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31515,'16',1,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31516,'N/A',0,0,13666,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31517,'1',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31518,'2',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31519,'3',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31520,'4',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31521,'5',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31522,'6',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31523,'7',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31524,'8',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31525,'9',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31526,'10',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31527,'11',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31528,'12',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31529,'13',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31530,'14',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31531,'15',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31532,'16',2,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31533,'N/A',0,0,13667,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31534,'Wood',2,0,13668,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31535,'Plastics',1,0,13668,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31536,'Aluminium',0,0,13668,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31537,'Stone',0,0,13668,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31538,'Other',20,0,13668,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31539,'Yes',1,0,13670,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31540,'No',3,0,13670,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31541,'Unknown',3,0,13670,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31542,'Yes',1,0,13671,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31543,'No',5,0,13671,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31544,'Unknown',5,0,13671,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31545,'Other',20,0,13672,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31546,'No',5,0,13672,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31547,'Unknown',5,0,13672,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31548,'Very Good',1,0,13673,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31549,'Good',1,0,13673,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31550,'Fair',1,0,13673,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31551,'Poor',2,0,13673,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31552,'Very Poor',2,0,13673,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31553,'0%',0,0,13676,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31554,'25%',0,0,13676,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31555,'50%',0,0,13676,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31556,'75%',0,0,13676,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31557,'100%',0,0,13676,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31558,'0%',0,0,13677,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31559,'25%',1,0,13677,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31560,'50%',1,0,13677,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31561,'75%',1,0,13677,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31562,'100%',1,0,13677,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31563,'0%',0,0,13678,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31564,'25%',0,0,13678,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31565,'50%',0,0,13678,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31566,'75%',0,0,13678,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31567,'100%',0,0,13678,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31568,'0%',0,0,13679,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31569,'25%',3,0,13679,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31570,'50%',3,0,13679,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31571,'75%',3,0,13679,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31572,'100%',3,0,13679,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31573,'0%',0,0,13680,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31574,'25%',1,0,13680,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31575,'50%',1,0,13680,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31576,'75%',1,0,13680,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31577,'100%',1,0,13680,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31578,'0%',0,0,13681,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31579,'25%',5,0,13681,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31580,'50%',5,0,13681,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31581,'75%',5,0,13681,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31582,'100%',5,0,13681,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31583,'0%',0,0,13682,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31584,'25%',5,0,13682,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31585,'50%',5,0,13682,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31586,'75%',5,0,13682,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31587,'100%',5,0,13682,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31588,'0%',0,0,13683,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31589,'25%',1,0,13683,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31590,'50%',1,0,13683,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31591,'75%',1,0,13683,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31592,'100%',1,0,13683,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31593,'Other',20,0,13684,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31594,'25%',1,0,13684,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31595,'50%',1,0,13684,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31596,'75%',1,0,13684,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31597,'100%',1,0,13684,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31598,'0%',0,0,13686,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31599,'25%',1,0,13686,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31600,'50%',1,0,13686,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31601,'75%',1,0,13686,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31602,'100%',1,0,13686,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31603,'0%',0,0,13687,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31604,'25%',2,0,13687,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31605,'50%',2,0,13687,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31606,'75%',2,0,13687,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31607,'100%',2,0,13687,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31608,'0%',0,0,13688,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31609,'25%',1,0,13688,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31610,'50%',1,0,13688,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31611,'75%',1,0,13688,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31612,'100%',1,0,13688,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31613,'Solid concrete all levels',0,0,13689,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31614,'Timber joists all levels',3,0,13689,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31615,'Concrete lowest floor – Timber above higher levels',3,0,13689,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31616,'Other',20,0,13689,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31617,'100%',1,0,13689,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31618,'Yes',1,0,13692,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31619,'No',6,0,13692,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31620,'Fan Heaters',4,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31621,'Electric Heaters',4,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31622,'Gas Heater',5,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31623,'Other Boilers',2,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31624,'Electrical Equipment',3,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31625,'Electrical Leads',3,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31626,'Portable Equipment',3,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31627,'Portable Lighting',2,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31628,'Cooking kitchen Equipment',6,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31629,'Other',20,0,13694,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31630,'Wood/Paper/Cardboard etc',3,0,13696,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31631,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,13696,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31632,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,13696,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31633,'Waste Material Controlled -in locked wheely bin or store',2,0,13696,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31634,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,13696,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31635,'Other',20,0,13696,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(31636,'Yes',0,0,13698,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31637,'No',9,0,13698,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31638,'NA',0,0,13698,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31639,'Other',20,0,13698,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31640,'Yes',0,0,13699,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31641,'No',7,0,13699,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31642,'NA',0,0,13699,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31643,'Other',20,0,13699,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31644,'Yes',0,0,13700,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31645,'No',6,0,13700,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31646,'NA',0,0,13700,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31647,'Other',20,0,13700,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31648,'Yes',0,0,13701,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31649,'No',6,0,13701,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31650,'NA',0,0,13701,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31651,'Other',20,0,13701,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31652,'Yes',0,0,13702,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31653,'No',4,0,13702,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31654,'No',7,0,13702,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31655,'N/A',0,0,13702,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31656,'Other',20,0,13702,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31657,'Yes',0,0,13703,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31658,'No',6,0,13703,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31659,'NA',0,0,13703,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31660,'Other',20,0,13703,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31661,'Yes',0,0,13704,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31662,'Yes',0,0,13704,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31663,'NA',0,0,13704,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31664,'Other',20,0,13704,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31665,'Yes',1,0,13705,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31666,'No',0,0,13705,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31667,'Other',20,0,13705,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31668,'Yes',0,0,13706,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31669,'No',8,0,13706,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31670,'NA',0,0,13706,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31671,'Other',20,0,13706,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31672,'Yes',3,0,13707,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31673,'Yes',4,0,13707,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31674,'Yes',5,0,13707,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31675,'Other',20,0,13707,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31676,'Yes',0,0,13708,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31677,'No',9,0,13708,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31678,'NA',0,0,13708,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31679,'Other',20,0,13708,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31680,'Yes',0,0,13709,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31681,'No',7,0,13709,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31682,'NA',0,0,13709,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31683,'Other',20,0,13709,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31684,'Yes',0,0,13710,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31685,'No',6,0,13710,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31686,'NA',0,0,13710,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31687,'Other',20,0,13710,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31688,'Yes',0,0,13711,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31689,'No',6,0,13711,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31690,'NA',0,0,13711,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31691,'Other',20,0,13711,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31692,'Yes',0,0,13712,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31693,'No',4,0,13712,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31694,'No',7,0,13712,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31695,'N/A',0,0,13712,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31696,'Other',20,0,13712,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31697,'Yes',0,0,13713,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31698,'No',6,0,13713,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31699,'NA',0,0,13713,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31700,'Other',20,0,13713,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31701,'Yes',0,0,13714,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31702,'Yes',0,0,13714,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31703,'NA',0,0,13714,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31704,'Other',20,0,13714,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31705,'Yes',1,0,13715,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31706,'No',0,0,13715,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31707,'Other',20,0,13715,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31708,'Yes',0,0,13716,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31709,'No',8,0,13716,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31710,'NA',0,0,13716,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31711,'Other',20,0,13716,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31712,'Yes',3,0,13717,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31713,'Yes',4,0,13717,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31714,'Yes',5,0,13717,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31715,'Other',20,0,13717,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31716,'Yes',0,0,13718,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31717,'No',2,0,13718,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31718,'Other',20,0,13718,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31719,'N/A',0,0,13718,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31720,'Yes',0,0,13719,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31721,'No',2,0,13719,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31722,'Other',20,0,13719,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31723,'N/A',0,0,13719,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31724,'Yes',0,0,13720,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31725,'No',2,0,13720,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31726,'Other',20,0,13720,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31727,'N/A',0,0,13720,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31728,'Yes',0,0,13722,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31729,'No',2,0,13722,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31730,'Other',20,0,13722,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31731,'N/A',0,0,13722,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31732,'Yes',0,0,13724,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31733,'No',2,0,13724,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31734,'Other',20,0,13724,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31735,'N/A',0,0,13724,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31736,'Yes',0,0,13725,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31737,'No',2,0,13725,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31738,'Other',20,0,13725,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31739,'N/A',0,0,13725,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31740,'Yes',0,0,13726,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31741,'No',3,0,13726,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31742,'Other',20,0,13726,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31743,'N/A',0,0,13726,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31744,'Yes',0,0,13728,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31745,'No',3,0,13728,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31746,'Other',20,0,13728,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31747,'N/A',0,0,13728,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31748,'N/A',0,0,13728,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31749,'Yes',0,0,13729,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31750,'No',4,0,13729,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31751,'No Disabled',0,0,13729,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31752,'Other',20,0,13729,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31753,'N/A',0,0,13729,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31754,'Yes',0,0,13730,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31755,'No',4,0,13730,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31756,'Other',20,0,13730,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31757,'N/A',0,0,13730,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31758,'Yes',0,0,13731,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31759,'No',3,0,13731,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31760,'Other',20,0,13731,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31761,'N/A',0,0,13731,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31762,'Yes',0,0,13732,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31763,'No',4,0,13732,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31764,'Other',20,0,13732,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31765,'N/A',0,0,13732,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31766,'Yes',0,0,13733,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31767,'No',4,0,13733,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31768,'Other',20,0,13733,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31769,'N/A',0,0,13733,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31770,'Yes',0,0,13734,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31771,'No',5,0,13734,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31772,'Other',20,0,13734,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31773,'N/A',0,0,13734,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31774,'1 Yes',0,0,13735,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31775,'2 Yes',3,0,13735,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31776,'No',6,0,13735,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31777,'Other',20,0,13735,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31778,'N/A',0,0,13735,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31779,'Yes',0,0,13736,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31780,'No',5,0,13736,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31781,'Other',20,0,13736,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31782,'N/A',0,0,13736,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31783,'Yes',0,0,13738,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31784,'No',2,0,13738,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31785,'Other',20,0,13738,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31786,'N/A',0,0,13738,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31787,'Yes',0,0,13739,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31788,'No',2,0,13739,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31789,'Other',20,0,13739,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31790,'N/A',0,0,13739,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31791,'Yes',0,0,13740,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31792,'No',2,0,13740,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31793,'Other',20,0,13740,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31794,'N/A',0,0,13740,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31795,'Yes',0,0,13742,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31796,'No',2,0,13742,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31797,'Other',20,0,13742,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31798,'N/A',0,0,13742,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31799,'Yes',0,0,13744,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31800,'No',2,0,13744,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31801,'Other',20,0,13744,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31802,'N/A',0,0,13744,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31803,'Yes',0,0,13745,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31804,'No',2,0,13745,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31805,'Other',20,0,13745,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31806,'N/A',0,0,13745,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31807,'Yes',0,0,13746,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31808,'No',3,0,13746,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31809,'Other',20,0,13746,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31810,'N/A',0,0,13746,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31811,'Yes',0,0,13748,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31812,'No',3,0,13748,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31813,'Other',20,0,13748,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31814,'N/A',0,0,13748,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31815,'N/A',0,0,13748,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31816,'Yes',0,0,13749,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31817,'No',4,0,13749,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31818,'No Disabled',0,0,13749,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31819,'Other',20,0,13749,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31820,'N/A',0,0,13749,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31821,'Yes',0,0,13750,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31822,'No',4,0,13750,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31823,'Other',20,0,13750,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31824,'N/A',0,0,13750,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31825,'Yes',0,0,13751,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31826,'No',3,0,13751,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31827,'Other',20,0,13751,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31828,'N/A',0,0,13751,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31829,'Yes',0,0,13752,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31830,'No',4,0,13752,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31831,'Other',20,0,13752,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31832,'N/A',0,0,13752,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31833,'Yes',0,0,13753,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31834,'No',4,0,13753,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31835,'Other',20,0,13753,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31836,'N/A',0,0,13753,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31837,'Yes',0,0,13754,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31838,'No',5,0,13754,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31839,'Other',20,0,13754,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31840,'N/A',0,0,13754,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31841,'1 Yes',0,0,13755,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31842,'2 Yes',3,0,13755,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31843,'No',6,0,13755,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31844,'Other',20,0,13755,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31845,'N/A',0,0,13755,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31846,'Yes',0,0,13756,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31847,'No',5,0,13756,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31848,'Other',20,0,13756,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31849,'N/A',0,0,13756,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31850,'Yes',0,0,13758,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31851,'Option',5,0,13758,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31852,'No',8,0,13758,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31853,'N/A',0,0,13758,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31854,'Other',20,0,13758,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31855,'Yes 1',1,0,13760,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31856,'Yes 2',0,0,13760,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31857,'No',7,0,13760,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31858,'N/A',0,0,13760,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31859,'Other',20,0,13760,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31860,'Yes',0,0,13762,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31861,'No 1',7,0,13762,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31862,'No 2',7,0,13762,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31863,'Other',20,0,13762,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31864,'N/A',0,0,13762,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31865,'Yes',0,0,13764,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31866,'No 1',5,0,13764,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31867,'No 2',5,0,13764,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31868,'Yes',0,0,13765,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31869,'No',8,0,13765,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31870,'Other',20,0,13765,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31871,'N/A',0,0,13765,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31872,'Yes',0,0,13766,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31873,'No',8,0,13766,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31874,'Other',20,0,13766,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31875,'N/A',0,0,13766,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31876,'Yes',0,0,13767,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31877,'No',8,0,13767,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31878,'Other',20,0,13767,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31879,'N/A',0,0,13767,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31880,'Yes',0,0,13769,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31881,'No',8,0,13769,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31882,'Other',20,0,13769,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31883,'N/A',0,0,13769,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31884,'Yes',0,0,13770,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31885,'No',6,0,13770,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31886,'Other',20,0,13770,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31887,'N/A',0,0,13770,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31888,'Yes',0,0,13772,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31889,'No',2,0,13772,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31890,'Other',20,0,13772,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31891,'N/A',0,0,13772,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31892,'Yes',0,0,13773,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31893,'No',2,0,13773,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31894,'Other',20,0,13773,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31895,'N/A',0,0,13773,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31896,'Yes',0,0,13774,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31897,'No',2,0,13774,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31898,'Other',20,0,13774,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31899,'N/A',0,0,13774,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31900,'Yes',0,0,13776,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31901,'No',2,0,13776,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31902,'Other',20,0,13776,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31903,'N/A',0,0,13776,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31904,'Yes',0,0,13778,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31905,'No',2,0,13778,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31906,'Other',20,0,13778,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31907,'N/A',0,0,13778,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31908,'Yes',0,0,13779,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31909,'No',2,0,13779,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31910,'Other',20,0,13779,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31911,'N/A',0,0,13779,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31912,'Yes',0,0,13780,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31913,'No',3,0,13780,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31914,'Other',20,0,13780,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31915,'N/A',0,0,13780,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31916,'Yes',0,0,13782,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31917,'No',3,0,13782,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31918,'Other',20,0,13782,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31919,'N/A',0,0,13782,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31920,'N/A',0,0,13782,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31921,'Yes',0,0,13783,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31922,'No',4,0,13783,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31923,'No Disabled',0,0,13783,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31924,'Other',20,0,13783,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31925,'N/A',0,0,13783,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31926,'Yes',0,0,13784,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31927,'No',4,0,13784,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31928,'Other',20,0,13784,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31929,'N/A',0,0,13784,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31930,'Yes',0,0,13785,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31931,'No',3,0,13785,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31932,'Other',20,0,13785,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31933,'N/A',0,0,13785,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31934,'Yes',0,0,13786,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31935,'No',4,0,13786,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31936,'Other',20,0,13786,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31937,'N/A',0,0,13786,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31938,'Yes',0,0,13787,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31939,'No',4,0,13787,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31940,'Other',20,0,13787,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31941,'N/A',0,0,13787,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31942,'Yes',0,0,13788,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31943,'No',5,0,13788,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31944,'Other',20,0,13788,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31945,'N/A',0,0,13788,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31946,'1 Yes',0,0,13789,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31947,'2 Yes',3,0,13789,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31948,'No',6,0,13789,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31949,'Other',20,0,13789,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31950,'N/A',0,0,13789,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31951,'Yes',0,0,13790,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31952,'No',5,0,13790,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31953,'Other',20,0,13790,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31954,'N/A',0,0,13790,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31955,'Yes',0,0,13792,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31956,'Option',5,0,13792,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31957,'No',8,0,13792,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31958,'N/A',0,0,13792,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31959,'Other',20,0,13792,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31960,'Yes 1',1,0,13794,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31961,'Yes 2',0,0,13794,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31962,'No',7,0,13794,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31963,'N/A',0,0,13794,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31964,'Other',20,0,13794,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31965,'Yes',0,0,13796,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31966,'No 1',7,0,13796,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31967,'No 2',7,0,13796,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31968,'Other',20,0,13796,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31969,'N/A',0,0,13796,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31970,'Yes',0,0,13798,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31971,'No 1',5,0,13798,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31972,'No 2',5,0,13798,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31973,'Yes',0,0,13799,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31974,'No',8,0,13799,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31975,'Other',20,0,13799,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31976,'N/A',0,0,13799,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31977,'Yes',0,0,13800,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31978,'No',8,0,13800,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31979,'Other',20,0,13800,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31980,'N/A',0,0,13800,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31981,'Yes',0,0,13801,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31982,'No',8,0,13801,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31983,'Other',20,0,13801,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31984,'N/A',0,0,13801,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31985,'Yes',0,0,13803,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31986,'No',8,0,13803,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31987,'Other',20,0,13803,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31988,'N/A',0,0,13803,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31989,'Yes',0,0,13804,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31990,'No',6,0,13804,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31991,'Other',20,0,13804,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31992,'N/A',0,0,13804,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31993,'Yes',0,0,13806,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31994,'No',2,0,13806,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31995,'Other',20,0,13806,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31996,'N/A',0,0,13806,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31997,'Yes',0,0,13807,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31998,'No',2,0,13807,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(31999,'Other',20,0,13807,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(32000,'N/A',0,0,13807,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(32001,'Yes',0,0,13808,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(32002,'No',2,0,13808,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(32003,'Other',20,0,13808,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(32004,'N/A',0,0,13808,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(32005,'Yes',0,0,13810,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32006,'No',2,0,13810,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32007,'Other',20,0,13810,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32008,'N/A',0,0,13810,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32009,'Yes',0,0,13812,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32010,'No',2,0,13812,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32011,'Other',20,0,13812,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32012,'N/A',0,0,13812,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32013,'Yes',0,0,13813,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32014,'No',2,0,13813,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32015,'Other',20,0,13813,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32016,'N/A',0,0,13813,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32017,'Yes',0,0,13814,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32018,'No',3,0,13814,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32019,'Other',20,0,13814,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32020,'N/A',0,0,13814,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32021,'Yes',0,0,13816,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32022,'No',3,0,13816,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32023,'Other',20,0,13816,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32024,'N/A',0,0,13816,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32025,'N/A',0,0,13816,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32026,'Yes',0,0,13817,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32027,'No',4,0,13817,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32028,'No Disabled',0,0,13817,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32029,'Other',20,0,13817,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32030,'N/A',0,0,13817,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32031,'Yes',0,0,13818,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32032,'No',4,0,13818,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32033,'Other',20,0,13818,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32034,'N/A',0,0,13818,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32035,'Yes',0,0,13819,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32036,'No',3,0,13819,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32037,'Other',20,0,13819,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32038,'N/A',0,0,13819,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32039,'Yes',0,0,13820,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32040,'No',4,0,13820,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32041,'Other',20,0,13820,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32042,'N/A',0,0,13820,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32043,'Yes',0,0,13821,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32044,'No',4,0,13821,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32045,'Other',20,0,13821,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32046,'N/A',0,0,13821,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32047,'Yes',0,0,13822,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32048,'No',5,0,13822,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32049,'Other',20,0,13822,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32050,'N/A',0,0,13822,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32051,'1 Yes',0,0,13823,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32052,'2 Yes',3,0,13823,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32053,'No',6,0,13823,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32054,'Other',20,0,13823,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32055,'N/A',0,0,13823,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32056,'Yes',0,0,13824,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32057,'No',5,0,13824,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32058,'Other',20,0,13824,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32059,'N/A',0,0,13824,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32060,'Yes',0,0,13826,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32061,'No',6,0,13826,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32062,'NA',0,0,13826,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32063,'Other',20,0,13826,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32064,'Yes',0,0,13827,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32065,'No',6,0,13827,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32066,'NA',0,0,13827,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32067,'Other',20,0,13827,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32068,'Yes',0,0,13828,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32069,'No',4,0,13828,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32070,'No',7,0,13828,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32071,'N/A',0,0,13828,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32072,'Other',20,0,13828,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32073,'Yes',0,0,13829,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32074,'No',6,0,13829,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32075,'NA',0,0,13829,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32076,'Other',20,0,13829,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32077,'Yes',0,0,13830,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32078,'Yes',0,0,13830,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32079,'NA',0,0,13830,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32080,'Other',20,0,13830,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32081,'Yes',1,0,13831,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32082,'No',0,0,13831,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32083,'Other',20,0,13831,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32084,'Yes',0,0,13832,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32085,'No',9,0,13832,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32086,'NA',0,0,13832,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32087,'Other',20,0,13832,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32088,'Yes',0,0,13833,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32089,'No',7,0,13833,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32090,'NA',0,0,13833,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32091,'Other',20,0,13833,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32092,'Yes',0,0,13834,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32093,'No',8,0,13834,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32094,'NA',0,0,13834,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32095,'Other',20,0,13834,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32096,'Yes',3,0,13835,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32097,'Yes',4,0,13835,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32098,'Yes',5,0,13835,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32099,'Other',20,0,13835,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32100,'Yes',0,0,13841,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32101,'Yes',0,0,13841,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32102,'No',5,0,13841,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32103,'N/A',0,0,13841,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32104,'Other',20,0,13841,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32105,'Yes',0,0,13842,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32106,'No',5,0,13842,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32107,'Other',20,0,13842,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32108,'Yes',0,0,13846,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32109,'No',4,0,13846,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32110,'No',7,0,13846,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32111,'N/A',0,0,13846,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32112,'Other',20,0,13846,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32113,'Yes',0,0,13847,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32114,'No',6,0,13847,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32115,'NA',0,0,13847,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32116,'Other',20,0,13847,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32117,'Yes',0,0,13848,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32118,'Yes',0,0,13848,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32119,'NA',0,0,13848,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32120,'Other',20,0,13848,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32121,'Yes',1,0,13849,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32122,'No',0,0,13849,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32123,'Other',20,0,13849,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32124,'Yes',0,0,13850,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32125,'No',9,0,13850,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32126,'NA',0,0,13850,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32127,'Other',20,0,13850,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32128,'Yes',0,0,13851,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32129,'No',7,0,13851,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32130,'NA',0,0,13851,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32131,'Other',20,0,13851,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32132,'Yes',0,0,13852,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32133,'No',6,0,13852,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32134,'NA',0,0,13852,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32135,'Other',20,0,13852,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32136,'Yes',0,0,13853,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32137,'No',6,0,13853,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32138,'NA',0,0,13853,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32139,'Other',20,0,13853,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32140,'Yes',0,0,13854,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32141,'No',8,0,13854,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32142,'NA',0,0,13854,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32143,'Other',20,0,13854,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32144,'Yes',3,0,13855,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32145,'Yes',4,0,13855,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32146,'Yes',5,0,13855,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32147,'Other',20,0,13855,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32148,'Yes',1,0,13856,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32149,'Yes',0,0,13856,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32150,'No',5,0,13856,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32151,'Other',20,0,13856,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32152,'Yes',0,0,13857,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32153,'No',5,0,13857,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32154,'NA',5,0,13857,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32155,'Other',20,0,13857,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32156,'Yes',0,0,13858,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32157,'No',5,0,13858,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32158,'NA',0,0,13858,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32159,'Other',20,0,13858,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32160,'Choice 6',5,0,13858,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32161,'Yes',0,0,13859,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32162,'No',5,0,13859,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32163,'Other',20,0,13859,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32164,'Yes',0,0,13860,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32165,'No',5,0,13860,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32166,'NA',5,0,13860,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32167,'Other',20,0,13860,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32168,'Yes',0,0,13861,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32169,'No',5,0,13861,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32170,'NA',0,0,13861,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32171,'Other',20,0,13861,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32172,'Yes',0,0,13862,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32173,'No',5,0,13862,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32174,'NA',5,0,13862,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32175,'Other',20,0,13862,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32176,'Director',0,0,13873,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32177,'Owner Landlord',0,0,13873,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32178,'Site Maitenance',0,0,13873,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32179,'Estate Agent',0,0,13873,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32180,'Letting Agent',0,0,13873,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32181,'Other',0,0,13873,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32182,'Property Agent',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32183,'Owner Landlord',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32184,'Site Manager',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32185,'Property Manager',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32186,'Construction Manager',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32187,'Fire Warden',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32188,'Director',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32189,'CEO',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32190,'Other',0,0,13874,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32191,'A Property Within Building Block',0,0,13875,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32192,'All Of The Property',0,0,13875,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32193,'Communal Areas Only',0,0,13875,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32194,'House',0,0,13875,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32195,'Flat',0,0,13875,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32196,'Other',0,0,13875,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32197,'Nebosh',0,0,13882,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32198,'Level 2 Fire Risk Assessor',0,0,13882,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32199,'Competant Person',0,0,13882,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32200,'Yes',0,0,13883,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32201,'Yes',0,0,13883,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32202,'No',5,0,13883,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32203,'N/A',0,0,13883,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32204,'Other',20,0,13883,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32205,'Yes',0,0,13884,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32206,'No',5,0,13884,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32207,'Other',20,0,13884,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32208,'Yes',1,0,13888,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32209,'Yes',0,0,13888,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32210,'No',5,0,13888,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32211,'Other',20,0,13888,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32212,'Yes',0,0,13889,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32213,'No',5,0,13889,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32214,'NA',5,0,13889,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32215,'Other',20,0,13889,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32216,'Yes',0,0,13890,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32217,'No',5,0,13890,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32218,'NA',0,0,13890,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32219,'Other',20,0,13890,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32220,'Choice 6',5,0,13890,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32221,'Yes',0,0,13891,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32222,'No',5,0,13891,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32223,'Other',20,0,13891,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32224,'Yes',0,0,13892,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32225,'No',5,0,13892,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32226,'NA',5,0,13892,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32227,'Other',20,0,13892,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32228,'Yes',0,0,13893,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32229,'No',5,0,13893,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32230,'NA',0,0,13893,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32231,'Other',20,0,13893,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32232,'Yes',0,0,13894,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32233,'No',5,0,13894,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32234,'NA',5,0,13894,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32235,'Other',20,0,13894,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32236,'Yes',0,0,13895,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32237,'Option',5,0,13895,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32238,'No',8,0,13895,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32239,'N/A',0,0,13895,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32240,'Other',20,0,13895,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32241,'Yes 1',1,0,13897,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32242,'Yes 2',0,0,13897,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32243,'No',7,0,13897,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32244,'N/A',0,0,13897,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32245,'Other',20,0,13897,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32246,'Yes',0,0,13899,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32247,'No 1',7,0,13899,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32248,'No 2',7,0,13899,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32249,'Other',20,0,13899,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32250,'N/A',0,0,13899,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32251,'Yes',0,0,13901,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32252,'No 1',5,0,13901,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32253,'No 2',5,0,13901,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32254,'Yes',0,0,13902,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32255,'No',8,0,13902,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32256,'Other',20,0,13902,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32257,'N/A',0,0,13902,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32258,'Yes',0,0,13903,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32259,'No',8,0,13903,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32260,'Other',20,0,13903,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32261,'N/A',0,0,13903,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32262,'Yes',0,0,13904,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32263,'No',8,0,13904,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32264,'Other',20,0,13904,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32265,'N/A',0,0,13904,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32266,'Yes',0,0,13906,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32267,'No',8,0,13906,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32268,'Other',20,0,13906,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32269,'N/A',0,0,13906,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32270,'Yes',0,0,13907,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32271,'Option',5,0,13907,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32272,'No',8,0,13907,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32273,'N/A',0,0,13907,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32274,'Other',20,0,13907,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32275,'Yes 1',1,0,13909,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32276,'Yes 2',0,0,13909,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32277,'No',7,0,13909,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32278,'N/A',0,0,13909,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32279,'Other',20,0,13909,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32280,'Yes',0,0,13911,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32281,'No 1',7,0,13911,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32282,'No 2',7,0,13911,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32283,'Other',20,0,13911,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32284,'N/A',0,0,13911,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32285,'Yes',0,0,13913,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32286,'No 1',5,0,13913,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32287,'No 2',5,0,13913,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32288,'Yes',0,0,13914,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32289,'No',8,0,13914,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32290,'Other',20,0,13914,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32291,'N/A',0,0,13914,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32292,'Yes',0,0,13915,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32293,'No',8,0,13915,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32294,'Other',20,0,13915,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32295,'N/A',0,0,13915,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32296,'Yes',0,0,13916,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32297,'No',8,0,13916,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32298,'Other',20,0,13916,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32299,'N/A',0,0,13916,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32300,'Yes',0,0,13918,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32301,'No',8,0,13918,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32302,'Other',20,0,13918,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32303,'N/A',0,0,13918,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32304,'Detached',1,0,13919,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32305,'Semi Detached',2,0,13919,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32306,'Terraced',3,0,13919,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32307,'Linked-Detached',1,0,13919,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32308,'Other',20,0,13919,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32309,'House',1,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32310,'Bungalow',1,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32311,'Block of Flats - Studios up to 6 Floor Levels',3,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32312,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32313,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32314,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32315,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32316,'Underground Property',1,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32317,'Factory/ Warehouse',3,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32318,'Garage/ Workshop',3,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32319,'Retail Shop',2,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32320,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32321,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32322,'Other',20,0,13920,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32323,'1-5',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32324,'5-10',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32325,'10-15',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32326,'15-20',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32327,'20-25',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32328,'25-30',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32329,'30-35',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32330,'35-40',0,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32331,'Other',20,0,13921,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32332,'1',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32333,'2',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32334,'3',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32335,'4',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32336,'5',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32337,'6',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32338,'7',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32339,'8',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32340,'9',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32341,'10',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32342,'11',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32343,'12',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32344,'13',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32345,'14',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32346,'15',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32347,'16',1,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32348,'N/A',0,0,13924,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32349,'1',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32350,'2',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32351,'3',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32352,'4',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32353,'5',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32354,'6',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32355,'7',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32356,'8',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32357,'9',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32358,'10',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32359,'11',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32360,'12',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32361,'13',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32362,'14',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32363,'15',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32364,'16',2,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32365,'N/A',0,0,13925,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32366,'Wood',2,0,13926,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32367,'Plastics',1,0,13926,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32368,'Aluminium',0,0,13926,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32369,'Stone',0,0,13926,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32370,'Other',20,0,13926,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32371,'Yes',1,0,13928,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32372,'No',3,0,13928,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32373,'Unknown',3,0,13928,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32374,'Yes',1,0,13929,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32375,'No',5,0,13929,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32376,'Unknown',5,0,13929,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32377,'Other',20,0,13930,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32378,'No',5,0,13930,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32379,'Unknown',5,0,13930,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32380,'Very Good',1,0,13931,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32381,'Good',1,0,13931,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32382,'Fair',1,0,13931,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32383,'Poor',2,0,13931,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32384,'Very Poor',2,0,13931,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32385,'0%',0,0,13934,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32386,'25%',0,0,13934,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32387,'50%',0,0,13934,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32388,'75%',0,0,13934,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32389,'100%',0,0,13934,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32390,'0%',0,0,13935,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32391,'25%',1,0,13935,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32392,'50%',1,0,13935,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32393,'75%',1,0,13935,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32394,'100%',1,0,13935,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32395,'0%',0,0,13936,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32396,'25%',0,0,13936,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32397,'50%',0,0,13936,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32398,'75%',0,0,13936,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32399,'100%',0,0,13936,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32400,'0%',0,0,13937,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32401,'25%',3,0,13937,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32402,'50%',3,0,13937,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32403,'75%',3,0,13937,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32404,'100%',3,0,13937,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32405,'0%',0,0,13938,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32406,'25%',1,0,13938,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32407,'50%',1,0,13938,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32408,'75%',1,0,13938,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32409,'100%',1,0,13938,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32410,'0%',0,0,13939,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32411,'25%',5,0,13939,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32412,'50%',5,0,13939,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32413,'75%',5,0,13939,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32414,'100%',5,0,13939,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32415,'0%',0,0,13940,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32416,'25%',5,0,13940,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32417,'50%',5,0,13940,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32418,'75%',5,0,13940,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32419,'100%',5,0,13940,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32420,'0%',0,0,13941,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32421,'25%',1,0,13941,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32422,'50%',1,0,13941,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32423,'75%',1,0,13941,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32424,'100%',1,0,13941,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32425,'Other',20,0,13942,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32426,'25%',1,0,13942,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32427,'50%',1,0,13942,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32428,'75%',1,0,13942,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32429,'100%',1,0,13942,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32430,'0%',0,0,13944,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32431,'25%',1,0,13944,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32432,'50%',1,0,13944,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32433,'75%',1,0,13944,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32434,'100%',1,0,13944,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32435,'0%',0,0,13945,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32436,'25%',2,0,13945,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32437,'50%',2,0,13945,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32438,'75%',2,0,13945,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32439,'100%',2,0,13945,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32440,'0%',0,0,13946,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32441,'25%',1,0,13946,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32442,'50%',1,0,13946,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32443,'75%',1,0,13946,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(32444,'100%',1,0,13946,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32445,'Solid concrete all levels',0,0,13947,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32446,'Timber joists all levels',3,0,13947,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32447,'Concrete lowest floor – Timber above higher levels',3,0,13947,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32448,'Other',20,0,13947,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32449,'100%',1,0,13947,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32450,'Yes',1,0,13950,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32451,'No',6,0,13950,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32452,'Fan Heaters',4,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32453,'Electric Heaters',4,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32454,'Gas Heater',5,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32455,'Other Boilers',2,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32456,'Electrical Equipment',3,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32457,'Electrical Leads',3,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32458,'Portable Equipment',3,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32459,'Portable Lighting',2,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32460,'Cooking kitchen Equipment',6,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32461,'Other',20,0,13952,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32462,'Wood/Paper/Cardboard etc',3,0,13954,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32463,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,13954,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32464,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,13954,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32465,'Waste Material Controlled -in locked wheely bin or store',2,0,13954,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32466,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,13954,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32467,'Other',20,0,13954,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(32468,'Yes',0,0,13957,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32469,'Option',5,0,13957,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32470,'No',8,0,13957,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32471,'N/A',0,0,13957,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32472,'Other',20,0,13957,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32473,'Yes 1',1,0,13959,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32474,'Yes 2',0,0,13959,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32475,'No',7,0,13959,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32476,'N/A',0,0,13959,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32477,'Other',20,0,13959,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32478,'Yes',0,0,13961,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32479,'No 1',7,0,13961,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32480,'No 2',7,0,13961,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32481,'Other',20,0,13961,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32482,'N/A',0,0,13961,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32483,'Yes',0,0,13963,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32484,'No 1',5,0,13963,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32485,'No 2',5,0,13963,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32486,'Yes',0,0,13964,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32487,'No',8,0,13964,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32488,'Other',20,0,13964,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32489,'N/A',0,0,13964,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32490,'Yes',0,0,13965,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32491,'No',8,0,13965,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32492,'Other',20,0,13965,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32493,'N/A',0,0,13965,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32494,'Yes',0,0,13966,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32495,'No',8,0,13966,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32496,'Other',20,0,13966,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32497,'N/A',0,0,13966,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32498,'Yes',0,0,13968,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32499,'No',8,0,13968,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32500,'Other',20,0,13968,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32501,'N/A',0,0,13968,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32502,'Yes',0,0,13969,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32503,'No',6,0,13969,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32504,'Other',20,0,13969,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32505,'N/A',0,0,13969,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32506,'Yes',0,0,13971,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32507,'No',2,0,13971,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32508,'Other',20,0,13971,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32509,'N/A',0,0,13971,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32510,'Yes',0,0,13972,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32511,'No',2,0,13972,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32512,'Other',20,0,13972,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32513,'N/A',0,0,13972,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32514,'Yes',0,0,13973,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32515,'No',2,0,13973,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32516,'Other',20,0,13973,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32517,'N/A',0,0,13973,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32518,'Yes',0,0,13975,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32519,'No',2,0,13975,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32520,'Other',20,0,13975,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32521,'N/A',0,0,13975,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32522,'Yes',0,0,13977,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32523,'No',2,0,13977,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32524,'Other',20,0,13977,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32525,'N/A',0,0,13977,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32526,'Yes',0,0,13978,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32527,'No',2,0,13978,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32528,'Other',20,0,13978,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32529,'N/A',0,0,13978,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32530,'Yes',0,0,13979,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32531,'No',3,0,13979,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32532,'Other',20,0,13979,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32533,'N/A',0,0,13979,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32534,'Yes',0,0,13981,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32535,'No',3,0,13981,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32536,'Other',20,0,13981,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32537,'N/A',0,0,13981,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32538,'N/A',0,0,13981,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32539,'Yes',0,0,13982,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32540,'No',4,0,13982,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32541,'No Disabled',0,0,13982,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32542,'Other',20,0,13982,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32543,'N/A',0,0,13982,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32544,'Yes',0,0,13983,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32545,'No',4,0,13983,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32546,'Other',20,0,13983,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32547,'N/A',0,0,13983,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32548,'Yes',0,0,13984,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32549,'No',3,0,13984,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32550,'Other',20,0,13984,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32551,'N/A',0,0,13984,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32552,'Yes',0,0,13985,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32553,'No',4,0,13985,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32554,'Other',20,0,13985,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32555,'N/A',0,0,13985,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32556,'Yes',0,0,13986,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32557,'No',4,0,13986,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32558,'Other',20,0,13986,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32559,'N/A',0,0,13986,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32560,'Yes',0,0,13987,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32561,'No',5,0,13987,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32562,'Other',20,0,13987,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32563,'N/A',0,0,13987,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32564,'1 Yes',0,0,13988,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32565,'2 Yes',3,0,13988,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32566,'No',6,0,13988,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32567,'Other',20,0,13988,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32568,'N/A',0,0,13988,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32569,'Yes',0,0,13989,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32570,'No',5,0,13989,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32571,'Other',20,0,13989,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32572,'N/A',0,0,13989,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32573,'Yes',0,0,13991,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32574,'No',4,0,13991,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32575,'No',7,0,13991,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32576,'N/A',0,0,13991,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32577,'Other',20,0,13991,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32578,'Yes',0,0,13992,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32579,'No',6,0,13992,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32580,'NA',0,0,13992,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32581,'Other',20,0,13992,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32582,'Yes',0,0,13993,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32583,'Yes',0,0,13993,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32584,'NA',0,0,13993,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32585,'Other',20,0,13993,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32586,'Yes',1,0,13994,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32587,'No',0,0,13994,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32588,'Other',20,0,13994,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32589,'Yes',0,0,13995,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32590,'No',9,0,13995,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32591,'NA',0,0,13995,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32592,'Other',20,0,13995,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32593,'Yes',0,0,13996,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32594,'No',7,0,13996,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32595,'NA',0,0,13996,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32596,'Other',20,0,13996,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32597,'Yes',0,0,13997,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32598,'No',6,0,13997,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32599,'NA',0,0,13997,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32600,'Other',20,0,13997,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32601,'Yes',0,0,13998,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32602,'No',6,0,13998,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32603,'NA',0,0,13998,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32604,'Other',20,0,13998,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32605,'Yes',0,0,13999,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32606,'No',8,0,13999,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32607,'NA',0,0,13999,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32608,'Other',20,0,13999,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32609,'Yes',3,0,14000,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32610,'Yes',4,0,14000,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32611,'Yes',5,0,14000,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32612,'Other',20,0,14000,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32613,'Director',0,0,14011,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32614,'Owner Landlord',0,0,14011,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32615,'Site Maitenance',0,0,14011,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32616,'Estate Agent',0,0,14011,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32617,'Letting Agent',0,0,14011,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32618,'Other',0,0,14011,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32619,'Property Agent',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32620,'Owner Landlord',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32621,'Site Manager',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32622,'Property Manager',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32623,'Construction Manager',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32624,'Fire Warden',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32625,'Director',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32626,'CEO',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32627,'Other',0,0,14012,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32628,'A Property Within Building Block',0,0,14013,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32629,'All Of The Property',0,0,14013,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32630,'Communal Areas Only',0,0,14013,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32631,'House',0,0,14013,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32632,'Flat',0,0,14013,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32633,'Other',0,0,14013,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32634,'Nebosh',0,0,14020,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32635,'Level 2 Fire Risk Assessor',0,0,14020,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32636,'Competant Person',0,0,14020,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32637,'Yes',1,0,14021,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32638,'Yes',0,0,14021,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32639,'No',5,0,14021,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32640,'Other',20,0,14021,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32641,'Yes',0,0,14022,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32642,'No',5,0,14022,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32643,'NA',5,0,14022,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32644,'Other',20,0,14022,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32645,'Yes',0,0,14023,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32646,'No',5,0,14023,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32647,'NA',0,0,14023,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32648,'Other',20,0,14023,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32649,'Choice 6',5,0,14023,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32650,'Yes',0,0,14024,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32651,'No',5,0,14024,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32652,'Other',20,0,14024,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32653,'Yes',0,0,14025,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32654,'No',5,0,14025,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32655,'NA',5,0,14025,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32656,'Other',20,0,14025,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32657,'Yes',0,0,14026,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32658,'No',5,0,14026,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32659,'NA',0,0,14026,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32660,'Other',20,0,14026,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32661,'Yes',0,0,14027,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32662,'No',5,0,14027,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32663,'NA',5,0,14027,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32664,'Other',20,0,14027,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32665,'Detached',1,0,14028,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32666,'Semi Detached',2,0,14028,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32667,'Terraced',3,0,14028,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32668,'Linked-Detached',1,0,14028,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32669,'Other',20,0,14028,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32670,'House',1,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32671,'Bungalow',1,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32672,'Block of Flats - Studios up to 6 Floor Levels',3,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32673,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32674,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32675,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32676,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32677,'Underground Property',1,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32678,'Factory/ Warehouse',3,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32679,'Garage/ Workshop',3,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32680,'Retail Shop',2,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32681,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32682,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32683,'Other',20,0,14029,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32684,'1-5',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32685,'5-10',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32686,'10-15',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32687,'15-20',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32688,'20-25',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32689,'25-30',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32690,'30-35',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32691,'35-40',0,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32692,'Other',20,0,14030,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32693,'1',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32694,'2',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32695,'3',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32696,'4',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32697,'5',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32698,'6',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32699,'7',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32700,'8',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32701,'9',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32702,'10',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32703,'11',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32704,'12',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32705,'13',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32706,'14',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32707,'15',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32708,'16',1,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32709,'N/A',0,0,14033,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32710,'1',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32711,'2',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32712,'3',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32713,'4',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32714,'5',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32715,'6',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32716,'7',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32717,'8',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32718,'9',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32719,'10',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32720,'11',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32721,'12',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32722,'13',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32723,'14',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32724,'15',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32725,'16',2,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32726,'N/A',0,0,14034,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32727,'Wood',2,0,14035,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32728,'Plastics',1,0,14035,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32729,'Aluminium',0,0,14035,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32730,'Stone',0,0,14035,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32731,'Other',20,0,14035,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32732,'Yes',1,0,14037,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32733,'No',3,0,14037,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32734,'Unknown',3,0,14037,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32735,'Yes',1,0,14038,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32736,'No',5,0,14038,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32737,'Unknown',5,0,14038,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32738,'Other',20,0,14039,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32739,'No',5,0,14039,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32740,'Unknown',5,0,14039,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32741,'Very Good',1,0,14040,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32742,'Good',1,0,14040,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32743,'Fair',1,0,14040,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32744,'Poor',2,0,14040,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32745,'Very Poor',2,0,14040,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32746,'0%',0,0,14043,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32747,'25%',0,0,14043,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32748,'50%',0,0,14043,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32749,'75%',0,0,14043,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32750,'100%',0,0,14043,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32751,'0%',0,0,14044,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32752,'25%',1,0,14044,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32753,'50%',1,0,14044,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32754,'75%',1,0,14044,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32755,'100%',1,0,14044,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32756,'0%',0,0,14045,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32757,'25%',0,0,14045,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32758,'50%',0,0,14045,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32759,'75%',0,0,14045,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32760,'100%',0,0,14045,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32761,'0%',0,0,14046,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32762,'25%',3,0,14046,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32763,'50%',3,0,14046,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32764,'75%',3,0,14046,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32765,'100%',3,0,14046,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32766,'0%',0,0,14047,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32767,'25%',1,0,14047,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32768,'50%',1,0,14047,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32769,'75%',1,0,14047,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32770,'100%',1,0,14047,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32771,'0%',0,0,14048,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32772,'25%',5,0,14048,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32773,'50%',5,0,14048,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32774,'75%',5,0,14048,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32775,'100%',5,0,14048,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32776,'0%',0,0,14049,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32777,'25%',5,0,14049,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32778,'50%',5,0,14049,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32779,'75%',5,0,14049,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32780,'100%',5,0,14049,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32781,'0%',0,0,14050,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32782,'25%',1,0,14050,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32783,'50%',1,0,14050,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32784,'75%',1,0,14050,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32785,'100%',1,0,14050,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32786,'Other',20,0,14051,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32787,'25%',1,0,14051,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32788,'50%',1,0,14051,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32789,'75%',1,0,14051,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32790,'100%',1,0,14051,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32791,'0%',0,0,14053,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32792,'25%',1,0,14053,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32793,'50%',1,0,14053,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32794,'75%',1,0,14053,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32795,'100%',1,0,14053,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32796,'0%',0,0,14054,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32797,'25%',2,0,14054,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32798,'50%',2,0,14054,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32799,'75%',2,0,14054,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32800,'100%',2,0,14054,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32801,'0%',0,0,14055,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32802,'25%',1,0,14055,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32803,'50%',1,0,14055,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32804,'75%',1,0,14055,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32805,'100%',1,0,14055,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32806,'Solid concrete all levels',0,0,14056,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32807,'Timber joists all levels',3,0,14056,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32808,'Concrete lowest floor – Timber above higher levels',3,0,14056,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32809,'Other',20,0,14056,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32810,'100%',1,0,14056,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32811,'Yes',1,0,14059,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32812,'No',6,0,14059,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32813,'Fan Heaters',4,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32814,'Electric Heaters',4,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32815,'Gas Heater',5,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32816,'Other Boilers',2,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32817,'Electrical Equipment',3,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32818,'Electrical Leads',3,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32819,'Portable Equipment',3,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32820,'Portable Lighting',2,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32821,'Cooking kitchen Equipment',6,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32822,'Other',20,0,14061,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32823,'Wood/Paper/Cardboard etc',3,0,14063,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32824,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14063,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32825,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14063,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32826,'Waste Material Controlled -in locked wheely bin or store',2,0,14063,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32827,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14063,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32828,'Other',20,0,14063,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32829,'Yes',0,0,14066,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32830,'Yes',0,0,14066,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32831,'No',5,0,14066,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32832,'N/A',0,0,14066,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32833,'Other',20,0,14066,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32834,'Yes',0,0,14067,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32835,'No',5,0,14067,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32836,'Other',20,0,14067,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32837,'N/A',0,0,14067,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(32838,'Yes',0,0,14069,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32839,'Option',5,0,14069,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32840,'No',8,0,14069,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32841,'N/A',0,0,14069,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32842,'Other',20,0,14069,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32843,'Yes 1',1,0,14071,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32844,'Yes 2',0,0,14071,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32845,'No',7,0,14071,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32846,'N/A',0,0,14071,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32847,'Other',20,0,14071,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32848,'Yes',0,0,14073,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32849,'No 1',7,0,14073,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32850,'No 2',7,0,14073,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32851,'Other',20,0,14073,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32852,'N/A',0,0,14073,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32853,'Yes',0,0,14075,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32854,'No 1',5,0,14075,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32855,'No 2',5,0,14075,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32856,'Yes',0,0,14076,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32857,'No',8,0,14076,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32858,'Other',20,0,14076,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32859,'N/A',0,0,14076,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32860,'Yes',0,0,14077,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32861,'No',8,0,14077,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32862,'Other',20,0,14077,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32863,'N/A',0,0,14077,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32864,'Yes',0,0,14078,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32865,'No',8,0,14078,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32866,'Other',20,0,14078,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32867,'N/A',0,0,14078,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32868,'Yes',0,0,14080,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32869,'No',8,0,14080,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32870,'Other',20,0,14080,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32871,'N/A',0,0,14080,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32872,'Yes',0,0,14081,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32873,'No',6,0,14081,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32874,'Other',20,0,14081,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32875,'N/A',0,0,14081,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32876,'Yes',0,0,14083,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32877,'No',2,0,14083,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32878,'Other',20,0,14083,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32879,'N/A',0,0,14083,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32880,'Yes',0,0,14084,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32881,'No',2,0,14084,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32882,'Other',20,0,14084,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32883,'N/A',0,0,14084,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32884,'Yes',0,0,14085,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32885,'No',2,0,14085,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32886,'Other',20,0,14085,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32887,'N/A',0,0,14085,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32888,'Yes',0,0,14087,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32889,'No',2,0,14087,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32890,'Other',20,0,14087,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32891,'N/A',0,0,14087,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32892,'Yes',0,0,14089,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32893,'No',2,0,14089,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32894,'Other',20,0,14089,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32895,'N/A',0,0,14089,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32896,'Yes',0,0,14090,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32897,'No',2,0,14090,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32898,'Other',20,0,14090,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32899,'N/A',0,0,14090,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32900,'Yes',0,0,14091,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32901,'No',3,0,14091,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32902,'Other',20,0,14091,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32903,'N/A',0,0,14091,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32904,'Yes',0,0,14093,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32905,'No',3,0,14093,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32906,'Other',20,0,14093,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32907,'N/A',0,0,14093,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32908,'N/A',0,0,14093,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32909,'Yes',0,0,14094,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32910,'No',4,0,14094,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32911,'No Disabled',0,0,14094,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32912,'Other',20,0,14094,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32913,'N/A',0,0,14094,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32914,'Yes',0,0,14095,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32915,'No',4,0,14095,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32916,'Other',20,0,14095,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32917,'N/A',0,0,14095,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32918,'Yes',0,0,14096,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32919,'No',3,0,14096,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32920,'Other',20,0,14096,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32921,'N/A',0,0,14096,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32922,'Yes',0,0,14097,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32923,'No',4,0,14097,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32924,'Other',20,0,14097,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32925,'N/A',0,0,14097,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32926,'Yes',0,0,14098,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32927,'No',4,0,14098,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32928,'Other',20,0,14098,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32929,'N/A',0,0,14098,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32930,'Yes',0,0,14099,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32931,'No',5,0,14099,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32932,'Other',20,0,14099,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32933,'N/A',0,0,14099,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32934,'1 Yes',0,0,14100,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32935,'2 Yes',3,0,14100,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32936,'No',6,0,14100,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32937,'Other',20,0,14100,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32938,'N/A',0,0,14100,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32939,'Yes',0,0,14101,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32940,'No',5,0,14101,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32941,'Other',20,0,14101,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32942,'N/A',0,0,14101,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32943,'Yes',0,0,14103,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32944,'No',4,0,14103,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32945,'No',7,0,14103,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32946,'N/A',0,0,14103,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32947,'Other',20,0,14103,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32948,'Yes',0,0,14104,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32949,'No',6,0,14104,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32950,'NA',0,0,14104,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32951,'Other',20,0,14104,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32952,'Yes',0,0,14105,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32953,'Yes',0,0,14105,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32954,'NA',0,0,14105,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32955,'Other',20,0,14105,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32956,'Yes',1,0,14106,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32957,'No',0,0,14106,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32958,'Other',20,0,14106,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32959,'Yes',0,0,14107,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32960,'No',9,0,14107,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32961,'NA',0,0,14107,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32962,'Other',20,0,14107,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32963,'Yes',0,0,14108,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32964,'No',7,0,14108,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32965,'NA',0,0,14108,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32966,'Other',20,0,14108,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32967,'Yes',0,0,14109,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32968,'No',6,0,14109,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32969,'NA',0,0,14109,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32970,'Other',20,0,14109,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32971,'Yes',0,0,14110,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32972,'No',6,0,14110,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32973,'NA',0,0,14110,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32974,'Other',20,0,14110,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32975,'Yes',0,0,14111,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32976,'No',8,0,14111,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32977,'NA',0,0,14111,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32978,'Other',20,0,14111,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32979,'Yes',3,0,14112,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32980,'Yes',4,0,14112,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32981,'Yes',5,0,14112,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32982,'Other',20,0,14112,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32983,'Director',0,0,14118,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32984,'Owner Landlord',0,0,14118,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32985,'Site Maitenance',0,0,14118,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32986,'Estate Agent',0,0,14118,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32987,'Letting Agent',0,0,14118,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32988,'Other',0,0,14118,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32989,'Property Agent',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32990,'Owner Landlord',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32991,'Site Manager',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32992,'Property Manager',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32993,'Construction Manager',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32994,'Fire Warden',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32995,'Director',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32996,'CEO',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32997,'Other',0,0,14119,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32998,'A Property Within Building Block',0,0,14120,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(32999,'All Of The Property',0,0,14120,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33000,'Communal Areas Only',0,0,14120,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33001,'House',0,0,14120,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33002,'Flat',0,0,14120,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33003,'Other',0,0,14120,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33004,'Nebosh',0,0,14127,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33005,'Level 2 Fire Risk Assessor',0,0,14127,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33006,'Competant Person',0,0,14127,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33007,'Yes',1,0,14128,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33008,'Yes',0,0,14128,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33009,'No',5,0,14128,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33010,'Other',20,0,14128,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33011,'Yes',0,0,14129,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33012,'No',5,0,14129,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33013,'NA',5,0,14129,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33014,'Other',20,0,14129,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33015,'Yes',0,0,14130,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33016,'No',5,0,14130,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33017,'NA',0,0,14130,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33018,'Other',20,0,14130,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33019,'Choice 6',5,0,14130,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33020,'Yes',0,0,14131,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33021,'No',5,0,14131,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33022,'Other',20,0,14131,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33023,'Yes',0,0,14132,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33024,'No',5,0,14132,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33025,'NA',5,0,14132,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33026,'Other',20,0,14132,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33027,'Yes',0,0,14133,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33028,'No',5,0,14133,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33029,'NA',0,0,14133,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33030,'Other',20,0,14133,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33031,'Yes',0,0,14134,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33032,'No',5,0,14134,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33033,'NA',5,0,14134,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33034,'Other',20,0,14134,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33035,'Detached',1,0,14135,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33036,'Semi Detached',2,0,14135,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33037,'Terraced',3,0,14135,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33038,'Linked-Detached',1,0,14135,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33039,'Other',20,0,14135,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33040,'House',1,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33041,'Bungalow',1,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33042,'Block of Flats - Studios up to 6 Floor Levels',3,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33043,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33044,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33045,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33046,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33047,'Underground Property',1,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33048,'Factory/ Warehouse',3,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33049,'Garage/ Workshop',3,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33050,'Retail Shop',2,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33051,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33052,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33053,'Other',20,0,14136,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33054,'1-5',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33055,'5-10',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33056,'10-15',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33057,'15-20',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33058,'20-25',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33059,'25-30',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33060,'30-35',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33061,'35-40',0,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33062,'Other',20,0,14137,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33063,'1',1,0,14140,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33064,'2',1,0,14140,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33065,'3',1,0,14140,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(33066,'4',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33067,'5',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33068,'6',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33069,'7',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33070,'8',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33071,'9',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33072,'10',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33073,'11',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33074,'12',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33075,'13',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33076,'14',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33077,'15',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33078,'16',1,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33079,'N/A',0,0,14140,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33080,'1',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33081,'2',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33082,'3',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33083,'4',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33084,'5',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33085,'6',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33086,'7',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33087,'8',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33088,'9',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33089,'10',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33090,'11',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33091,'12',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33092,'13',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33093,'14',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33094,'15',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33095,'16',2,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33096,'N/A',0,0,14141,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33097,'Wood',2,0,14142,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33098,'Plastics',1,0,14142,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33099,'Aluminium',0,0,14142,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33100,'Stone',0,0,14142,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33101,'Other',20,0,14142,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33102,'Yes',1,0,14144,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33103,'No',3,0,14144,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33104,'Unknown',3,0,14144,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33105,'Yes',1,0,14145,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33106,'No',5,0,14145,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33107,'Unknown',5,0,14145,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33108,'Other',20,0,14146,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33109,'No',5,0,14146,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33110,'Unknown',5,0,14146,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33111,'Very Good',1,0,14147,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33112,'Good',1,0,14147,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33113,'Fair',1,0,14147,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33114,'Poor',2,0,14147,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33115,'Very Poor',2,0,14147,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33116,'0%',0,0,14150,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33117,'25%',0,0,14150,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33118,'50%',0,0,14150,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33119,'75%',0,0,14150,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33120,'100%',0,0,14150,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33121,'0%',0,0,14151,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33122,'25%',1,0,14151,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33123,'50%',1,0,14151,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33124,'75%',1,0,14151,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33125,'100%',1,0,14151,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33126,'0%',0,0,14152,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33127,'25%',0,0,14152,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33128,'50%',0,0,14152,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33129,'75%',0,0,14152,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33130,'100%',0,0,14152,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33131,'0%',0,0,14153,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33132,'25%',3,0,14153,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33133,'50%',3,0,14153,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33134,'75%',3,0,14153,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33135,'100%',3,0,14153,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33136,'0%',0,0,14154,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33137,'25%',1,0,14154,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33138,'50%',1,0,14154,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33139,'75%',1,0,14154,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33140,'100%',1,0,14154,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33141,'0%',0,0,14155,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33142,'25%',5,0,14155,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33143,'50%',5,0,14155,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33144,'75%',5,0,14155,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33145,'100%',5,0,14155,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33146,'0%',0,0,14156,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33147,'25%',5,0,14156,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33148,'50%',5,0,14156,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33149,'75%',5,0,14156,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33150,'100%',5,0,14156,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33151,'0%',0,0,14157,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33152,'25%',1,0,14157,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33153,'50%',1,0,14157,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33154,'75%',1,0,14157,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33155,'100%',1,0,14157,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33156,'Other',20,0,14158,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33157,'25%',1,0,14158,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33158,'50%',1,0,14158,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33159,'75%',1,0,14158,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33160,'100%',1,0,14158,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33161,'0%',0,0,14160,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33162,'25%',1,0,14160,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33163,'50%',1,0,14160,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33164,'75%',1,0,14160,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33165,'100%',1,0,14160,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33166,'0%',0,0,14161,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33167,'25%',2,0,14161,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33168,'50%',2,0,14161,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33169,'75%',2,0,14161,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33170,'100%',2,0,14161,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33171,'0%',0,0,14162,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33172,'25%',1,0,14162,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33173,'50%',1,0,14162,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33174,'75%',1,0,14162,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33175,'100%',1,0,14162,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33176,'Solid concrete all levels',0,0,14163,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33177,'Timber joists all levels',3,0,14163,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33178,'Concrete lowest floor – Timber above higher levels',3,0,14163,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33179,'Other',20,0,14163,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33180,'100%',1,0,14163,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33181,'Yes',1,0,14166,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33182,'No',6,0,14166,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33183,'Fan Heaters',4,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33184,'Electric Heaters',4,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33185,'Gas Heater',5,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33186,'Other Boilers',2,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33187,'Electrical Equipment',3,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33188,'Electrical Leads',3,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33189,'Portable Equipment',3,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33190,'Portable Lighting',2,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33191,'Cooking kitchen Equipment',6,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33192,'Other',20,0,14168,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33193,'Wood/Paper/Cardboard etc',3,0,14170,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33194,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14170,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33195,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14170,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33196,'Waste Material Controlled -in locked wheely bin or store',2,0,14170,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33197,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14170,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33198,'Other',20,0,14170,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33199,'Yes',0,0,14173,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33200,'Yes',0,0,14173,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33201,'No',5,0,14173,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33202,'N/A',0,0,14173,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33203,'Other',20,0,14173,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33204,'Yes',0,0,14174,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33205,'No',5,0,14174,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33206,'Other',20,0,14174,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33207,'N/A',0,0,14174,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33208,'Yes',0,0,14176,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33209,'Yes',2,0,14176,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33210,'No',5,0,14176,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33211,'N/A',0,0,14176,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33212,'Other',20,0,14176,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(33213,'Yes',0,0,14180,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33214,'Option',5,0,14180,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33215,'No',8,0,14180,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33216,'N/A',0,0,14180,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33217,'Other',20,0,14180,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33218,'Yes 1',1,0,14182,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33219,'Yes 2',0,0,14182,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33220,'No',7,0,14182,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33221,'N/A',0,0,14182,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33222,'Other',20,0,14182,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33223,'Yes',0,0,14184,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33224,'No 1',7,0,14184,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33225,'No 2',7,0,14184,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33226,'Other',20,0,14184,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33227,'N/A',0,0,14184,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33228,'Yes',0,0,14186,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33229,'No 1',5,0,14186,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33230,'No 2',5,0,14186,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33231,'Yes',0,0,14187,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33232,'No',8,0,14187,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33233,'Other',20,0,14187,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33234,'N/A',0,0,14187,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33235,'Yes',0,0,14188,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33236,'No',8,0,14188,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33237,'Other',20,0,14188,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33238,'N/A',0,0,14188,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33239,'Yes',0,0,14189,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33240,'No',8,0,14189,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33241,'Other',20,0,14189,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33242,'N/A',0,0,14189,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33243,'Yes',0,0,14191,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33244,'No',8,0,14191,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33245,'Other',20,0,14191,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33246,'N/A',0,0,14191,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33247,'Yes',0,0,14192,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33248,'No',6,0,14192,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33249,'Other',20,0,14192,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33250,'N/A',0,0,14192,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33251,'Yes',0,0,14194,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33252,'No',2,0,14194,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33253,'Other',20,0,14194,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33254,'N/A',0,0,14194,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33255,'Yes',0,0,14195,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33256,'No',2,0,14195,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33257,'Other',20,0,14195,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33258,'N/A',0,0,14195,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33259,'Yes',0,0,14196,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33260,'No',2,0,14196,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33261,'Other',20,0,14196,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33262,'N/A',0,0,14196,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33263,'Yes',0,0,14198,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33264,'No',2,0,14198,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33265,'Other',20,0,14198,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33266,'N/A',0,0,14198,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33267,'Yes',0,0,14200,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33268,'No',2,0,14200,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33269,'Other',20,0,14200,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33270,'N/A',0,0,14200,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33271,'Yes',0,0,14201,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33272,'No',2,0,14201,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33273,'Other',20,0,14201,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33274,'N/A',0,0,14201,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33275,'Yes',0,0,14202,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33276,'No',3,0,14202,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33277,'Other',20,0,14202,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33278,'N/A',0,0,14202,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33279,'Yes',0,0,14204,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33280,'No',3,0,14204,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33281,'Other',20,0,14204,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33282,'N/A',0,0,14204,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33283,'N/A',0,0,14204,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33284,'Yes',0,0,14205,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33285,'No',4,0,14205,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33286,'No Disabled',0,0,14205,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33287,'Other',20,0,14205,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33288,'N/A',0,0,14205,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33289,'Yes',0,0,14206,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33290,'No',4,0,14206,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33291,'Other',20,0,14206,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33292,'N/A',0,0,14206,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33293,'Yes',0,0,14207,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33294,'No',3,0,14207,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33295,'Other',20,0,14207,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33296,'N/A',0,0,14207,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33297,'Yes',0,0,14208,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33298,'No',4,0,14208,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33299,'Other',20,0,14208,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33300,'N/A',0,0,14208,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33301,'Yes',0,0,14209,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33302,'No',4,0,14209,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33303,'Other',20,0,14209,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33304,'N/A',0,0,14209,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33305,'Yes',0,0,14210,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33306,'No',5,0,14210,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33307,'Other',20,0,14210,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33308,'N/A',0,0,14210,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33309,'1 Yes',0,0,14211,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33310,'2 Yes',3,0,14211,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33311,'No',6,0,14211,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33312,'Other',20,0,14211,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33313,'N/A',0,0,14211,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33314,'Yes',0,0,14212,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33315,'No',5,0,14212,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33316,'Other',20,0,14212,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33317,'N/A',0,0,14212,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33318,'Yes',0,0,14214,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33319,'No',4,0,14214,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33320,'No',7,0,14214,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33321,'N/A',0,0,14214,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33322,'Other',20,0,14214,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33323,'Yes',0,0,14215,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33324,'No',6,0,14215,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33325,'NA',0,0,14215,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33326,'Other',20,0,14215,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33327,'Yes',0,0,14216,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33328,'Yes',0,0,14216,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33329,'NA',0,0,14216,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33330,'Other',20,0,14216,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33331,'Yes',1,0,14217,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33332,'No',0,0,14217,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33333,'Other',20,0,14217,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33334,'Yes',0,0,14218,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33335,'No',9,0,14218,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33336,'NA',0,0,14218,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33337,'Other',20,0,14218,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33338,'Yes',0,0,14219,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33339,'No',7,0,14219,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33340,'NA',0,0,14219,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33341,'Other',20,0,14219,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33342,'Yes',0,0,14220,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33343,'No',6,0,14220,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33344,'NA',0,0,14220,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33345,'Other',20,0,14220,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33346,'Yes',0,0,14221,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33347,'No',6,0,14221,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33348,'NA',0,0,14221,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33349,'Other',20,0,14221,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33350,'Yes',0,0,14222,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33351,'No',8,0,14222,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33352,'NA',0,0,14222,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33353,'Other',20,0,14222,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33354,'Yes',3,0,14223,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33355,'Yes',4,0,14223,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33356,'Yes',5,0,14223,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33357,'Other',20,0,14223,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33358,'Director',0,0,14229,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33359,'Owner Landlord',0,0,14229,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33360,'Site Maitenance',0,0,14229,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33361,'Estate Agent',0,0,14229,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33362,'Letting Agent',0,0,14229,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33363,'Other',0,0,14229,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33364,'Property Agent',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33365,'Owner Landlord',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33366,'Site Manager',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33367,'Property Manager',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33368,'Construction Manager',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33369,'Fire Warden',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33370,'Director',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33371,'CEO',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33372,'Other',0,0,14230,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33373,'A Property Within Building Block',0,0,14231,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33374,'All Of The Property',0,0,14231,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33375,'Communal Areas Only',0,0,14231,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33376,'House',0,0,14231,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33377,'Flat',0,0,14231,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33378,'Other',0,0,14231,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33379,'Nebosh',0,0,14238,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33380,'Level 2 Fire Risk Assessor',0,0,14238,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33381,'Competant Person',0,0,14238,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33382,'Yes',1,0,14239,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33383,'Yes',0,0,14239,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33384,'No',5,0,14239,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33385,'Other',20,0,14239,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33386,'Yes',0,0,14240,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33387,'No',5,0,14240,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33388,'NA',5,0,14240,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33389,'Other',20,0,14240,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33390,'Yes',0,0,14241,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33391,'No',5,0,14241,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33392,'NA',0,0,14241,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33393,'Other',20,0,14241,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33394,'Choice 6',5,0,14241,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33395,'Yes',0,0,14242,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33396,'No',5,0,14242,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33397,'Other',20,0,14242,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33398,'Yes',0,0,14243,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33399,'No',5,0,14243,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33400,'NA',5,0,14243,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33401,'Other',20,0,14243,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33402,'Yes',0,0,14244,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33403,'No',5,0,14244,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33404,'NA',0,0,14244,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33405,'Other',20,0,14244,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33406,'Yes',0,0,14245,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33407,'No',5,0,14245,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33408,'NA',5,0,14245,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33409,'Other',20,0,14245,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33410,'Detached',1,0,14246,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33411,'Semi Detached',2,0,14246,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33412,'Terraced',3,0,14246,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33413,'Linked-Detached',1,0,14246,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33414,'Other',20,0,14246,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33415,'House',1,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33416,'Bungalow',1,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33417,'Block of Flats - Studios up to 6 Floor Levels',3,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33418,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33419,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33420,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33421,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33422,'Underground Property',1,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33423,'Factory/ Warehouse',3,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33424,'Garage/ Workshop',3,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33425,'Retail Shop',2,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33426,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33427,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33428,'Other',20,0,14247,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33429,'1-5',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33430,'5-10',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33431,'10-15',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33432,'15-20',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33433,'20-25',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33434,'25-30',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33435,'30-35',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33436,'35-40',0,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33437,'Other',20,0,14248,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33438,'1',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33439,'2',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33440,'3',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33441,'4',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33442,'5',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33443,'6',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33444,'7',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33445,'8',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33446,'9',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33447,'10',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33448,'11',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33449,'12',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33450,'13',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33451,'14',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33452,'15',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33453,'16',1,0,14251,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(33454,'N/A',0,0,14251,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33455,'1',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33456,'2',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33457,'3',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33458,'4',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33459,'5',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33460,'6',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33461,'7',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33462,'8',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33463,'9',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33464,'10',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33465,'11',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33466,'12',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33467,'13',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33468,'14',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33469,'15',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33470,'16',2,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33471,'N/A',0,0,14252,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33472,'Wood',2,0,14253,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33473,'Plastics',1,0,14253,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33474,'Aluminium',0,0,14253,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33475,'Stone',0,0,14253,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33476,'Other',20,0,14253,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33477,'Yes',1,0,14255,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33478,'No',3,0,14255,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33479,'Unknown',3,0,14255,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33480,'Yes',1,0,14256,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33481,'No',5,0,14256,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33482,'Unknown',5,0,14256,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33483,'Other',20,0,14257,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33484,'No',5,0,14257,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33485,'Unknown',5,0,14257,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33486,'Very Good',1,0,14258,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33487,'Good',1,0,14258,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33488,'Fair',1,0,14258,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33489,'Poor',2,0,14258,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33490,'Very Poor',2,0,14258,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33491,'0%',0,0,14261,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33492,'25%',0,0,14261,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33493,'50%',0,0,14261,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33494,'75%',0,0,14261,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33495,'100%',0,0,14261,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33496,'0%',0,0,14262,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33497,'25%',1,0,14262,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33498,'50%',1,0,14262,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33499,'75%',1,0,14262,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33500,'100%',1,0,14262,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33501,'0%',0,0,14263,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33502,'25%',0,0,14263,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33503,'50%',0,0,14263,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33504,'75%',0,0,14263,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33505,'100%',0,0,14263,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33506,'0%',0,0,14264,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33507,'25%',3,0,14264,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33508,'50%',3,0,14264,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33509,'75%',3,0,14264,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33510,'100%',3,0,14264,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33511,'0%',0,0,14265,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33512,'25%',1,0,14265,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33513,'50%',1,0,14265,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33514,'75%',1,0,14265,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33515,'100%',1,0,14265,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33516,'0%',0,0,14266,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33517,'25%',5,0,14266,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33518,'50%',5,0,14266,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33519,'75%',5,0,14266,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33520,'100%',5,0,14266,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33521,'0%',0,0,14267,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33522,'25%',5,0,14267,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33523,'50%',5,0,14267,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33524,'75%',5,0,14267,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33525,'100%',5,0,14267,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33526,'0%',0,0,14268,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33527,'25%',1,0,14268,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33528,'50%',1,0,14268,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33529,'75%',1,0,14268,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33530,'100%',1,0,14268,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33531,'Other',20,0,14269,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33532,'25%',1,0,14269,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33533,'50%',1,0,14269,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33534,'75%',1,0,14269,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33535,'100%',1,0,14269,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33536,'0%',0,0,14271,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33537,'25%',1,0,14271,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33538,'50%',1,0,14271,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33539,'75%',1,0,14271,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33540,'100%',1,0,14271,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33541,'0%',0,0,14272,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33542,'25%',2,0,14272,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33543,'50%',2,0,14272,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33544,'75%',2,0,14272,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33545,'100%',2,0,14272,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33546,'0%',0,0,14273,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33547,'25%',1,0,14273,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33548,'50%',1,0,14273,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33549,'75%',1,0,14273,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33550,'100%',1,0,14273,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33551,'Solid concrete all levels',0,0,14274,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33552,'Timber joists all levels',3,0,14274,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33553,'Concrete lowest floor – Timber above higher levels',3,0,14274,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33554,'Other',20,0,14274,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33555,'100%',1,0,14274,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33556,'Yes',1,0,14277,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33557,'No',6,0,14277,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33558,'Fan Heaters',4,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33559,'Electric Heaters',4,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33560,'Gas Heater',5,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33561,'Other Boilers',2,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33562,'Electrical Equipment',3,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33563,'Electrical Leads',3,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33564,'Portable Equipment',3,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33565,'Portable Lighting',2,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33566,'Cooking kitchen Equipment',6,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33567,'Other',20,0,14279,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33568,'Wood/Paper/Cardboard etc',3,0,14281,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33569,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14281,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33570,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14281,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33571,'Waste Material Controlled -in locked wheely bin or store',2,0,14281,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33572,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14281,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33573,'Other',20,0,14281,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33574,'Yes',0,0,14284,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33575,'Yes',0,0,14284,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33576,'No',5,0,14284,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33577,'N/A',0,0,14284,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33578,'Other',20,0,14284,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33579,'Yes',0,0,14285,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33580,'No',5,0,14285,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33581,'Other',20,0,14285,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33582,'N/A',0,0,14285,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33583,'Yes',0,0,14287,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33584,'Yes',2,0,14287,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33585,'No',5,0,14287,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33586,'N/A',0,0,14287,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33587,'Other',20,0,14287,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33588,'Yes',0,0,14289,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33589,'Yes',2,0,14289,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33590,'No',5,0,14289,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33591,'N/A',0,0,14289,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33592,'Other',20,0,14289,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33593,'Other',20,0,14289,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(33594,'Yes',0,0,14291,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33595,'Option',5,0,14291,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33596,'No',8,0,14291,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33597,'N/A',0,0,14291,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33598,'Other',20,0,14291,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33599,'Yes 1',1,0,14293,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33600,'Yes 2',0,0,14293,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33601,'No',7,0,14293,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33602,'N/A',0,0,14293,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33603,'Other',20,0,14293,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33604,'Yes',0,0,14295,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33605,'No 1',7,0,14295,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33606,'No 2',7,0,14295,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33607,'Other',20,0,14295,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33608,'N/A',0,0,14295,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33609,'Yes',0,0,14297,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33610,'No 1',5,0,14297,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33611,'No 2',5,0,14297,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33612,'Yes',0,0,14298,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33613,'No',8,0,14298,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33614,'Other',20,0,14298,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33615,'N/A',0,0,14298,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33616,'Yes',0,0,14299,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33617,'No',8,0,14299,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33618,'Other',20,0,14299,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33619,'N/A',0,0,14299,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33620,'Yes',0,0,14300,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33621,'No',8,0,14300,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33622,'Other',20,0,14300,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33623,'N/A',0,0,14300,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33624,'Yes',0,0,14302,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33625,'No',8,0,14302,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33626,'Other',20,0,14302,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33627,'N/A',0,0,14302,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33628,'Yes',0,0,14303,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33629,'No',6,0,14303,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33630,'Other',20,0,14303,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33631,'N/A',0,0,14303,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33632,'Yes',0,0,14305,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33633,'No',2,0,14305,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33634,'Other',20,0,14305,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33635,'N/A',0,0,14305,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33636,'Yes',0,0,14306,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33637,'No',2,0,14306,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33638,'Other',20,0,14306,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33639,'N/A',0,0,14306,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33640,'Yes',0,0,14307,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33641,'No',2,0,14307,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33642,'Other',20,0,14307,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33643,'N/A',0,0,14307,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33644,'Yes',0,0,14309,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33645,'No',2,0,14309,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33646,'Other',20,0,14309,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33647,'N/A',0,0,14309,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33648,'Yes',0,0,14311,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33649,'No',2,0,14311,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33650,'Other',20,0,14311,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33651,'N/A',0,0,14311,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33652,'Yes',0,0,14312,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33653,'No',2,0,14312,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33654,'Other',20,0,14312,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33655,'N/A',0,0,14312,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33656,'Yes',0,0,14313,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33657,'No',3,0,14313,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33658,'Other',20,0,14313,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33659,'N/A',0,0,14313,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33660,'Yes',0,0,14315,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33661,'No',3,0,14315,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33662,'Other',20,0,14315,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33663,'N/A',0,0,14315,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33664,'N/A',0,0,14315,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33665,'Yes',0,0,14316,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33666,'No',4,0,14316,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33667,'No Disabled',0,0,14316,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33668,'Other',20,0,14316,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33669,'N/A',0,0,14316,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33670,'Yes',0,0,14317,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33671,'No',4,0,14317,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33672,'Other',20,0,14317,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33673,'N/A',0,0,14317,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33674,'Yes',0,0,14318,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33675,'No',3,0,14318,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33676,'Other',20,0,14318,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33677,'N/A',0,0,14318,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33678,'Yes',0,0,14319,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33679,'No',4,0,14319,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33680,'Other',20,0,14319,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33681,'N/A',0,0,14319,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33682,'Yes',0,0,14320,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33683,'No',4,0,14320,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33684,'Other',20,0,14320,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33685,'N/A',0,0,14320,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33686,'Yes',0,0,14321,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33687,'No',5,0,14321,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33688,'Other',20,0,14321,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33689,'N/A',0,0,14321,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33690,'1 Yes',0,0,14322,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33691,'2 Yes',3,0,14322,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33692,'No',6,0,14322,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33693,'Other',20,0,14322,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33694,'N/A',0,0,14322,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33695,'Yes',0,0,14323,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33696,'No',5,0,14323,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33697,'Other',20,0,14323,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33698,'N/A',0,0,14323,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33699,'Yes',0,0,14325,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33700,'No',4,0,14325,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33701,'No',7,0,14325,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33702,'N/A',0,0,14325,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33703,'Other',20,0,14325,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33704,'Yes',0,0,14326,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33705,'No',6,0,14326,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33706,'NA',0,0,14326,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33707,'Other',20,0,14326,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33708,'Yes',0,0,14327,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33709,'Yes',0,0,14327,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33710,'NA',0,0,14327,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33711,'Other',20,0,14327,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33712,'Yes',1,0,14328,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33713,'No',0,0,14328,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33714,'Other',20,0,14328,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33715,'Yes',0,0,14329,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33716,'No',9,0,14329,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33717,'NA',0,0,14329,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33718,'Other',20,0,14329,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33719,'Yes',0,0,14330,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33720,'No',7,0,14330,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33721,'NA',0,0,14330,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33722,'Other',20,0,14330,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33723,'Yes',0,0,14331,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33724,'No',6,0,14331,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33725,'NA',0,0,14331,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33726,'Other',20,0,14331,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33727,'Yes',0,0,14332,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33728,'No',6,0,14332,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33729,'NA',0,0,14332,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33730,'Other',20,0,14332,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33731,'Yes',0,0,14333,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33732,'No',8,0,14333,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33733,'NA',0,0,14333,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33734,'Other',20,0,14333,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33735,'Yes',3,0,14334,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33736,'Yes',4,0,14334,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33737,'Yes',5,0,14334,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33738,'Other',20,0,14334,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(33739,'Director',0,0,14340,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33740,'Owner Landlord',0,0,14340,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33741,'Site Maitenance',0,0,14340,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33742,'Estate Agent',0,0,14340,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33743,'Letting Agent',0,0,14340,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33744,'Other',0,0,14340,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33745,'Property Agent',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33746,'Owner Landlord',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33747,'Site Manager',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33748,'Property Manager',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33749,'Construction Manager',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33750,'Fire Warden',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33751,'Director',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33752,'CEO',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33753,'Other',0,0,14341,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33754,'A Property Within Building Block',0,0,14342,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33755,'All Of The Property',0,0,14342,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33756,'Communal Areas Only',0,0,14342,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33757,'House',0,0,14342,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33758,'Flat',0,0,14342,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33759,'Other',0,0,14342,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33760,'Nebosh',0,0,14349,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33761,'Level 2 Fire Risk Assessor',0,0,14349,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33762,'Competant Person',0,0,14349,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33763,'Yes',1,0,14350,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33764,'Yes',0,0,14350,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33765,'No',5,0,14350,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33766,'Other',20,0,14350,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33767,'Yes',0,0,14351,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33768,'No',5,0,14351,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33769,'NA',5,0,14351,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33770,'Other',20,0,14351,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33771,'Yes',0,0,14352,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33772,'No',5,0,14352,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33773,'NA',0,0,14352,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33774,'Other',20,0,14352,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33775,'Choice 6',5,0,14352,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33776,'Yes',0,0,14353,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33777,'No',5,0,14353,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33778,'Other',20,0,14353,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33779,'Yes',0,0,14354,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33780,'No',5,0,14354,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33781,'NA',5,0,14354,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33782,'Other',20,0,14354,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33783,'Yes',0,0,14355,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33784,'No',5,0,14355,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33785,'NA',0,0,14355,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33786,'Other',20,0,14355,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33787,'Yes',0,0,14356,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33788,'No',5,0,14356,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33789,'NA',5,0,14356,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33790,'Other',20,0,14356,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33791,'Detached',1,0,14357,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33792,'Semi Detached',2,0,14357,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33793,'Terraced',3,0,14357,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33794,'Linked-Detached',1,0,14357,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33795,'Other',20,0,14357,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33796,'House',1,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33797,'Bungalow',1,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33798,'Block of Flats - Studios up to 6 Floor Levels',3,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33799,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33800,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33801,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33802,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33803,'Underground Property',1,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33804,'Factory/ Warehouse',3,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33805,'Garage/ Workshop',3,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33806,'Retail Shop',2,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33807,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33808,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33809,'Other',20,0,14358,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33810,'1-5',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33811,'5-10',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33812,'10-15',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33813,'15-20',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33814,'20-25',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33815,'25-30',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33816,'30-35',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33817,'35-40',0,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33818,'Other',20,0,14359,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33819,'1',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33820,'2',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33821,'3',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33822,'4',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33823,'5',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33824,'6',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33825,'7',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33826,'8',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33827,'9',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33828,'10',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33829,'11',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33830,'12',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33831,'13',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33832,'14',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33833,'15',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33834,'16',1,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33835,'N/A',0,0,14362,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33836,'1',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33837,'2',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33838,'3',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33839,'4',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33840,'5',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33841,'6',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33842,'7',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33843,'8',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33844,'9',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33845,'10',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33846,'11',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33847,'12',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33848,'13',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33849,'14',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33850,'15',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33851,'16',2,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33852,'N/A',0,0,14363,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33853,'Wood',2,0,14364,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33854,'Plastics',1,0,14364,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33855,'Aluminium',0,0,14364,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33856,'Stone',0,0,14364,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33857,'Other',20,0,14364,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33858,'Yes',1,0,14366,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33859,'No',3,0,14366,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33860,'Unknown',3,0,14366,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33861,'Yes',1,0,14367,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33862,'No',5,0,14367,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33863,'Unknown',5,0,14367,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33864,'Other',20,0,14368,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33865,'No',5,0,14368,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33866,'Unknown',5,0,14368,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33867,'Very Good',1,0,14369,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33868,'Good',1,0,14369,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33869,'Fair',1,0,14369,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33870,'Poor',2,0,14369,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33871,'Very Poor',2,0,14369,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33872,'0%',0,0,14372,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33873,'25%',0,0,14372,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33874,'50%',0,0,14372,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33875,'75%',0,0,14372,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33876,'100%',0,0,14372,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33877,'0%',0,0,14373,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33878,'25%',1,0,14373,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33879,'50%',1,0,14373,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33880,'75%',1,0,14373,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33881,'100%',1,0,14373,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33882,'0%',0,0,14374,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33883,'25%',0,0,14374,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33884,'50%',0,0,14374,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33885,'75%',0,0,14374,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33886,'100%',0,0,14374,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33887,'0%',0,0,14375,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33888,'25%',3,0,14375,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33889,'50%',3,0,14375,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33890,'75%',3,0,14375,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33891,'100%',3,0,14375,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33892,'0%',0,0,14376,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33893,'25%',1,0,14376,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33894,'50%',1,0,14376,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33895,'75%',1,0,14376,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33896,'100%',1,0,14376,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33897,'0%',0,0,14377,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33898,'25%',5,0,14377,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33899,'50%',5,0,14377,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33900,'75%',5,0,14377,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33901,'100%',5,0,14377,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33902,'0%',0,0,14378,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33903,'25%',5,0,14378,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33904,'50%',5,0,14378,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33905,'75%',5,0,14378,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33906,'100%',5,0,14378,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33907,'0%',0,0,14379,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33908,'25%',1,0,14379,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33909,'50%',1,0,14379,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33910,'75%',1,0,14379,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33911,'100%',1,0,14379,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33912,'Other',20,0,14380,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33913,'25%',1,0,14380,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33914,'50%',1,0,14380,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33915,'75%',1,0,14380,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33916,'100%',1,0,14380,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33917,'0%',0,0,14382,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33918,'25%',1,0,14382,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33919,'50%',1,0,14382,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33920,'75%',1,0,14382,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33921,'100%',1,0,14382,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33922,'0%',0,0,14383,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33923,'25%',2,0,14383,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33924,'50%',2,0,14383,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33925,'75%',2,0,14383,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33926,'100%',2,0,14383,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33927,'0%',0,0,14384,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33928,'25%',1,0,14384,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33929,'50%',1,0,14384,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33930,'75%',1,0,14384,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33931,'100%',1,0,14384,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33932,'Solid concrete all levels',0,0,14385,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33933,'Timber joists all levels',3,0,14385,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33934,'Concrete lowest floor – Timber above higher levels',3,0,14385,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33935,'Other',20,0,14385,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33936,'100%',1,0,14385,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33937,'Yes',1,0,14388,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33938,'No',6,0,14388,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33939,'Fan Heaters',4,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33940,'Electric Heaters',4,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33941,'Gas Heater',5,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33942,'Other Boilers',2,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33943,'Electrical Equipment',3,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33944,'Electrical Leads',3,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33945,'Portable Equipment',3,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33946,'Portable Lighting',2,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33947,'Cooking kitchen Equipment',6,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33948,'Other',20,0,14390,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33949,'Wood/Paper/Cardboard etc',3,0,14392,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33950,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14392,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33951,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14392,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33952,'Waste Material Controlled -in locked wheely bin or store',2,0,14392,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33953,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14392,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33954,'Other',20,0,14392,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33955,'Yes',0,0,14395,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33956,'Yes',0,0,14395,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33957,'No',5,0,14395,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33958,'N/A',0,0,14395,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33959,'Other',20,0,14395,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33960,'Yes',0,0,14396,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33961,'No',5,0,14396,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33962,'Other',20,0,14396,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33963,'N/A',0,0,14396,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33964,'Yes',0,0,14398,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33965,'Yes',2,0,14398,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33966,'No',5,0,14398,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33967,'N/A',0,0,14398,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33968,'Other',20,0,14398,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33969,'Yes',0,0,14400,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33970,'Yes',2,0,14400,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33971,'No',5,0,14400,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33972,'N/A',0,0,14400,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33973,'Other',20,0,14400,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33974,'Other',20,0,14400,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(33975,'Yes',0,0,14402,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33976,'Option',5,0,14402,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33977,'No',8,0,14402,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33978,'N/A',0,0,14402,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33979,'Other',20,0,14402,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33980,'Yes 1',1,0,14404,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33981,'Yes 2',0,0,14404,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33982,'No',7,0,14404,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33983,'N/A',0,0,14404,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33984,'Other',20,0,14404,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33985,'Yes',0,0,14406,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33986,'No 1',7,0,14406,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33987,'No 2',7,0,14406,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33988,'Other',20,0,14406,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33989,'N/A',0,0,14406,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33990,'Yes',0,0,14408,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33991,'No 1',5,0,14408,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33992,'No 2',5,0,14408,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33993,'Yes',0,0,14409,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33994,'No',8,0,14409,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33995,'Other',20,0,14409,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33996,'N/A',0,0,14409,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33997,'Yes',0,0,14410,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33998,'No',8,0,14410,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(33999,'Other',20,0,14410,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34000,'N/A',0,0,14410,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34001,'Yes',0,0,14411,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34002,'No',8,0,14411,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34003,'Other',20,0,14411,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34004,'N/A',0,0,14411,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34005,'Yes',0,0,14413,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34006,'No',8,0,14413,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34007,'Other',20,0,14413,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34008,'N/A',0,0,14413,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34009,'Yes',0,0,14414,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34010,'No',6,0,14414,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34011,'Other',20,0,14414,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34012,'N/A',0,0,14414,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34013,'Yes',0,0,14416,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34014,'No',2,0,14416,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34015,'Other',20,0,14416,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34016,'N/A',0,0,14416,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34017,'Yes',0,0,14417,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34018,'No',2,0,14417,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34019,'Other',20,0,14417,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34020,'N/A',0,0,14417,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34021,'Yes',0,0,14418,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34022,'No',2,0,14418,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34023,'Other',20,0,14418,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34024,'N/A',0,0,14418,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34025,'Yes',0,0,14420,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34026,'No',2,0,14420,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34027,'Other',20,0,14420,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34028,'N/A',0,0,14420,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34029,'Yes',0,0,14422,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34030,'No',2,0,14422,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34031,'Other',20,0,14422,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34032,'N/A',0,0,14422,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34033,'Yes',0,0,14423,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34034,'No',2,0,14423,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34035,'Other',20,0,14423,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34036,'N/A',0,0,14423,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34037,'Yes',0,0,14424,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34038,'No',3,0,14424,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34039,'Other',20,0,14424,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34040,'N/A',0,0,14424,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34041,'Yes',0,0,14426,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34042,'No',3,0,14426,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34043,'Other',20,0,14426,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34044,'N/A',0,0,14426,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34045,'N/A',0,0,14426,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34046,'Yes',0,0,14427,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34047,'No',4,0,14427,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34048,'No Disabled',0,0,14427,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34049,'Other',20,0,14427,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34050,'N/A',0,0,14427,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34051,'Yes',0,0,14428,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34052,'No',4,0,14428,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34053,'Other',20,0,14428,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34054,'N/A',0,0,14428,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34055,'Yes',0,0,14429,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34056,'No',3,0,14429,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34057,'Other',20,0,14429,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34058,'N/A',0,0,14429,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34059,'Yes',0,0,14430,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34060,'No',4,0,14430,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34061,'Other',20,0,14430,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34062,'N/A',0,0,14430,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34063,'Yes',0,0,14431,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34064,'No',4,0,14431,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34065,'Other',20,0,14431,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34066,'N/A',0,0,14431,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34067,'Yes',0,0,14432,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34068,'No',5,0,14432,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34069,'Other',20,0,14432,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34070,'N/A',0,0,14432,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34071,'1 Yes',0,0,14433,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34072,'2 Yes',3,0,14433,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34073,'No',6,0,14433,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34074,'Other',20,0,14433,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34075,'N/A',0,0,14433,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34076,'Yes',0,0,14434,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34077,'No',5,0,14434,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34078,'Other',20,0,14434,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34079,'N/A',0,0,14434,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34080,'Yes',0,0,14436,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34081,'No',4,0,14436,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34082,'No',7,0,14436,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34083,'N/A',0,0,14436,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34084,'Other',20,0,14436,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34085,'Yes',0,0,14437,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34086,'No',6,0,14437,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34087,'NA',0,0,14437,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34088,'Other',20,0,14437,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34089,'Yes',0,0,14438,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34090,'Yes',0,0,14438,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34091,'NA',0,0,14438,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34092,'Other',20,0,14438,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34093,'Yes',1,0,14439,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34094,'No',0,0,14439,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34095,'Other',20,0,14439,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34096,'Yes',0,0,14440,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34097,'No',9,0,14440,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34098,'NA',0,0,14440,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34099,'Other',20,0,14440,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34100,'Yes',0,0,14441,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34101,'No',7,0,14441,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34102,'NA',0,0,14441,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34103,'Other',20,0,14441,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34104,'Yes',0,0,14442,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34105,'No',6,0,14442,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34106,'NA',0,0,14442,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34107,'Other',20,0,14442,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34108,'Yes',0,0,14443,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34109,'No',6,0,14443,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34110,'NA',0,0,14443,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34111,'Other',20,0,14443,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34112,'Yes',0,0,14444,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34113,'No',8,0,14444,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34114,'NA',0,0,14444,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34115,'Other',20,0,14444,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34116,'Yes',3,0,14445,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34117,'Yes',4,0,14445,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34118,'Yes',5,0,14445,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34119,'Other',20,0,14445,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34120,'Director',0,0,14451,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34121,'Owner Landlord',0,0,14451,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34122,'Site Maitenance',0,0,14451,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34123,'Estate Agent',0,0,14451,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34124,'Letting Agent',0,0,14451,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34125,'Other',0,0,14451,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34126,'Property Agent',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34127,'Owner Landlord',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34128,'Site Manager',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34129,'Property Manager',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34130,'Construction Manager',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34131,'Fire Warden',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34132,'Director',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34133,'CEO',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34134,'Other',0,0,14452,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34135,'A Property Within Building Block',0,0,14453,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34136,'All Of The Property',0,0,14453,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34137,'Communal Areas Only',0,0,14453,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34138,'House',0,0,14453,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34139,'Flat',0,0,14453,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34140,'Other',0,0,14453,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34141,'Nebosh',0,0,14460,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34142,'Level 2 Fire Risk Assessor',0,0,14460,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34143,'Competant Person',0,0,14460,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34144,'Yes',1,0,14461,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34145,'Yes',0,0,14461,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34146,'No',5,0,14461,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34147,'Other',20,0,14461,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34148,'Yes',0,0,14462,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34149,'No',5,0,14462,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34150,'NA',5,0,14462,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34151,'Other',20,0,14462,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34152,'Yes',0,0,14463,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34153,'No',5,0,14463,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34154,'NA',0,0,14463,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34155,'Other',20,0,14463,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34156,'Choice 6',5,0,14463,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34157,'Yes',0,0,14464,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34158,'No',5,0,14464,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34159,'Other',20,0,14464,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34160,'Yes',0,0,14465,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34161,'No',5,0,14465,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34162,'NA',5,0,14465,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34163,'Other',20,0,14465,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34164,'Yes',0,0,14466,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34165,'No',5,0,14466,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34166,'NA',0,0,14466,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34167,'Other',20,0,14466,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34168,'Yes',0,0,14467,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34169,'No',5,0,14467,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34170,'NA',5,0,14467,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34171,'Other',20,0,14467,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34172,'Detached',1,0,14468,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34173,'Semi Detached',2,0,14468,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34174,'Terraced',3,0,14468,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34175,'Linked-Detached',1,0,14468,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34176,'Other',20,0,14468,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34177,'House',1,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34178,'Bungalow',1,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34179,'Block of Flats - Studios up to 6 Floor Levels',3,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34180,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34181,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34182,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34183,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34184,'Underground Property',1,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34185,'Factory/ Warehouse',3,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34186,'Garage/ Workshop',3,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34187,'Retail Shop',2,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34188,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34189,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34190,'Other',20,0,14469,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34191,'1-5',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34192,'5-10',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34193,'10-15',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34194,'15-20',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34195,'20-25',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34196,'25-30',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34197,'30-35',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34198,'35-40',0,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34199,'Other',20,0,14470,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34200,'1',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34201,'2',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34202,'3',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34203,'4',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34204,'5',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34205,'6',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34206,'7',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34207,'8',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34208,'9',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34209,'10',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34210,'11',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34211,'12',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34212,'13',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34213,'14',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34214,'15',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34215,'16',1,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34216,'N/A',0,0,14473,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34217,'1',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34218,'2',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34219,'3',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34220,'4',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34221,'5',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34222,'6',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34223,'7',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34224,'8',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34225,'9',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34226,'10',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34227,'11',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34228,'12',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34229,'13',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34230,'14',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34231,'15',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34232,'16',2,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34233,'N/A',0,0,14474,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34234,'Wood',2,0,14475,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34235,'Plastics',1,0,14475,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34236,'Aluminium',0,0,14475,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34237,'Stone',0,0,14475,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34238,'Other',20,0,14475,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34239,'Yes',1,0,14477,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34240,'No',3,0,14477,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34241,'Unknown',3,0,14477,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34242,'Yes',1,0,14478,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34243,'No',5,0,14478,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34244,'Unknown',5,0,14478,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34245,'Other',20,0,14479,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34246,'No',5,0,14479,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34247,'Unknown',5,0,14479,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34248,'Very Good',1,0,14480,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34249,'Good',1,0,14480,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34250,'Fair',1,0,14480,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34251,'Poor',2,0,14480,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34252,'Very Poor',2,0,14480,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34253,'0%',0,0,14483,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34254,'25%',0,0,14483,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34255,'50%',0,0,14483,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34256,'75%',0,0,14483,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34257,'100%',0,0,14483,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34258,'0%',0,0,14484,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34259,'25%',1,0,14484,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34260,'50%',1,0,14484,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34261,'75%',1,0,14484,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34262,'100%',1,0,14484,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34263,'0%',0,0,14485,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34264,'25%',0,0,14485,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34265,'50%',0,0,14485,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34266,'75%',0,0,14485,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34267,'100%',0,0,14485,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34268,'0%',0,0,14486,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34269,'25%',3,0,14486,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34270,'50%',3,0,14486,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34271,'75%',3,0,14486,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34272,'100%',3,0,14486,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34273,'0%',0,0,14487,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34274,'25%',1,0,14487,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34275,'50%',1,0,14487,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34276,'75%',1,0,14487,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34277,'100%',1,0,14487,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34278,'0%',0,0,14488,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34279,'25%',5,0,14488,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34280,'50%',5,0,14488,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34281,'75%',5,0,14488,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34282,'100%',5,0,14488,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34283,'0%',0,0,14489,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34284,'25%',5,0,14489,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34285,'50%',5,0,14489,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34286,'75%',5,0,14489,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34287,'100%',5,0,14489,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34288,'0%',0,0,14490,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34289,'25%',1,0,14490,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34290,'50%',1,0,14490,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34291,'75%',1,0,14490,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34292,'100%',1,0,14490,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34293,'Other',20,0,14491,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34294,'25%',1,0,14491,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34295,'50%',1,0,14491,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34296,'75%',1,0,14491,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34297,'100%',1,0,14491,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34298,'0%',0,0,14493,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34299,'25%',1,0,14493,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34300,'50%',1,0,14493,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34301,'75%',1,0,14493,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34302,'100%',1,0,14493,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34303,'0%',0,0,14494,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34304,'25%',2,0,14494,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34305,'50%',2,0,14494,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34306,'75%',2,0,14494,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34307,'100%',2,0,14494,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34308,'0%',0,0,14495,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34309,'25%',1,0,14495,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34310,'50%',1,0,14495,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34311,'75%',1,0,14495,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34312,'100%',1,0,14495,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34313,'Solid concrete all levels',0,0,14496,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34314,'Timber joists all levels',3,0,14496,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34315,'Concrete lowest floor – Timber above higher levels',3,0,14496,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34316,'Other',20,0,14496,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34317,'100%',1,0,14496,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34318,'Yes',1,0,14499,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34319,'No',6,0,14499,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34320,'Fan Heaters',4,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34321,'Electric Heaters',4,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34322,'Gas Heater',5,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34323,'Other Boilers',2,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34324,'Electrical Equipment',3,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34325,'Electrical Leads',3,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34326,'Portable Equipment',3,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34327,'Portable Lighting',2,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34328,'Cooking kitchen Equipment',6,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34329,'Other',20,0,14501,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34330,'Wood/Paper/Cardboard etc',3,0,14503,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34331,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14503,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34332,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14503,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34333,'Waste Material Controlled -in locked wheely bin or store',2,0,14503,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34334,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14503,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34335,'Other',20,0,14503,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34336,'Yes',0,0,14506,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34337,'Yes',0,0,14506,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34338,'No',5,0,14506,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34339,'N/A',0,0,14506,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34340,'Other',20,0,14506,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34341,'Yes',0,0,14507,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34342,'No',5,0,14507,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34343,'Other',20,0,14507,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34344,'N/A',0,0,14507,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34345,'Yes',0,0,14509,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34346,'Yes',2,0,14509,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34347,'No',5,0,14509,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34348,'N/A',0,0,14509,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34349,'Other',20,0,14509,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34350,'Yes',0,0,14511,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34351,'Yes',2,0,14511,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34352,'No',5,0,14511,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34353,'N/A',0,0,14511,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34354,'Other',20,0,14511,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34355,'Other',20,0,14511,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34356,'Yes',0,0,14513,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34357,'No',4,0,14513,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34358,'N/A',0,0,14513,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34359,'Other',20,0,14513,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(34360,'Yes',0,0,14514,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34361,'Option',5,0,14514,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34362,'No',8,0,14514,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34363,'N/A',0,0,14514,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34364,'Other',20,0,14514,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34365,'Yes 1',1,0,14516,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34366,'Yes 2',0,0,14516,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34367,'No',7,0,14516,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34368,'N/A',0,0,14516,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34369,'Other',20,0,14516,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34370,'Yes',0,0,14518,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34371,'No 1',7,0,14518,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34372,'No 2',7,0,14518,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34373,'Other',20,0,14518,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34374,'N/A',0,0,14518,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34375,'Yes',0,0,14520,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34376,'No 1',5,0,14520,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34377,'No 2',5,0,14520,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34378,'Yes',0,0,14521,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34379,'No',8,0,14521,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34380,'Other',20,0,14521,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34381,'N/A',0,0,14521,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34382,'Yes',0,0,14522,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34383,'No',8,0,14522,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34384,'Other',20,0,14522,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34385,'N/A',0,0,14522,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34386,'Yes',0,0,14523,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34387,'No',8,0,14523,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34388,'Other',20,0,14523,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34389,'N/A',0,0,14523,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34390,'Yes',0,0,14525,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34391,'No',8,0,14525,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34392,'Other',20,0,14525,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34393,'N/A',0,0,14525,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34394,'Yes',0,0,14526,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34395,'No',6,0,14526,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34396,'Other',20,0,14526,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34397,'N/A',0,0,14526,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34398,'Yes',0,0,14528,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34399,'No',2,0,14528,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34400,'Other',20,0,14528,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34401,'N/A',0,0,14528,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34402,'Yes',0,0,14529,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34403,'No',2,0,14529,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34404,'Other',20,0,14529,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34405,'N/A',0,0,14529,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34406,'Yes',0,0,14530,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34407,'No',2,0,14530,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34408,'Other',20,0,14530,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34409,'N/A',0,0,14530,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34410,'Yes',0,0,14532,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34411,'No',2,0,14532,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34412,'Other',20,0,14532,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34413,'N/A',0,0,14532,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34414,'Yes',0,0,14534,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34415,'No',2,0,14534,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34416,'Other',20,0,14534,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34417,'N/A',0,0,14534,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34418,'Yes',0,0,14535,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34419,'No',2,0,14535,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34420,'Other',20,0,14535,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34421,'N/A',0,0,14535,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34422,'Yes',0,0,14536,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34423,'No',3,0,14536,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34424,'Other',20,0,14536,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34425,'N/A',0,0,14536,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34426,'Yes',0,0,14538,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34427,'No',3,0,14538,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34428,'Other',20,0,14538,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34429,'N/A',0,0,14538,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34430,'N/A',0,0,14538,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34431,'Yes',0,0,14539,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34432,'No',4,0,14539,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34433,'No Disabled',0,0,14539,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34434,'Other',20,0,14539,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34435,'N/A',0,0,14539,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34436,'Yes',0,0,14540,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34437,'No',4,0,14540,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34438,'Other',20,0,14540,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34439,'N/A',0,0,14540,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34440,'Yes',0,0,14541,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34441,'No',3,0,14541,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34442,'Other',20,0,14541,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34443,'N/A',0,0,14541,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34444,'Yes',0,0,14542,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34445,'No',4,0,14542,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34446,'Other',20,0,14542,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34447,'N/A',0,0,14542,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34448,'Yes',0,0,14543,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34449,'No',4,0,14543,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34450,'Other',20,0,14543,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34451,'N/A',0,0,14543,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34452,'Yes',0,0,14544,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34453,'No',5,0,14544,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34454,'Other',20,0,14544,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34455,'N/A',0,0,14544,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34456,'1 Yes',0,0,14545,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34457,'2 Yes',3,0,14545,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34458,'No',6,0,14545,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34459,'Other',20,0,14545,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34460,'N/A',0,0,14545,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34461,'Yes',0,0,14546,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34462,'No',5,0,14546,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34463,'Other',20,0,14546,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34464,'N/A',0,0,14546,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34465,'Yes',0,0,14548,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34466,'No',4,0,14548,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34467,'No',7,0,14548,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34468,'N/A',0,0,14548,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34469,'Other',20,0,14548,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34470,'Yes',0,0,14549,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34471,'No',6,0,14549,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34472,'NA',0,0,14549,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34473,'Other',20,0,14549,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34474,'Yes',0,0,14550,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34475,'Yes',0,0,14550,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34476,'NA',0,0,14550,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34477,'Other',20,0,14550,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34478,'Yes',1,0,14551,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34479,'No',0,0,14551,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34480,'Other',20,0,14551,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34481,'Yes',0,0,14552,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34482,'No',9,0,14552,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34483,'NA',0,0,14552,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34484,'Other',20,0,14552,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34485,'Yes',0,0,14553,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34486,'No',7,0,14553,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34487,'NA',0,0,14553,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34488,'Other',20,0,14553,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34489,'Yes',0,0,14554,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34490,'No',6,0,14554,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34491,'NA',0,0,14554,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34492,'Other',20,0,14554,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34493,'Yes',0,0,14555,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34494,'No',6,0,14555,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34495,'NA',0,0,14555,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34496,'Other',20,0,14555,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34497,'Yes',0,0,14556,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34498,'No',8,0,14556,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34499,'NA',0,0,14556,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34500,'Other',20,0,14556,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34501,'Yes',3,0,14557,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34502,'Yes',4,0,14557,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34503,'Yes',5,0,14557,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34504,'Other',20,0,14557,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34505,'Director',0,0,14563,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34506,'Owner Landlord',0,0,14563,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34507,'Site Maitenance',0,0,14563,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34508,'Estate Agent',0,0,14563,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34509,'Letting Agent',0,0,14563,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34510,'Other',0,0,14563,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34511,'Property Agent',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34512,'Owner Landlord',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34513,'Site Manager',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34514,'Property Manager',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34515,'Construction Manager',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34516,'Fire Warden',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34517,'Director',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34518,'CEO',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34519,'Other',0,0,14564,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34520,'A Property Within Building Block',0,0,14565,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34521,'All Of The Property',0,0,14565,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34522,'Communal Areas Only',0,0,14565,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34523,'House',0,0,14565,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34524,'Flat',0,0,14565,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34525,'Other',0,0,14565,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34526,'Nebosh',0,0,14572,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34527,'Level 2 Fire Risk Assessor',0,0,14572,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34528,'Competant Person',0,0,14572,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34529,'Yes',1,0,14573,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34530,'Yes',0,0,14573,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34531,'No',5,0,14573,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34532,'Other',20,0,14573,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34533,'Yes',0,0,14574,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34534,'No',5,0,14574,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34535,'NA',5,0,14574,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34536,'Other',20,0,14574,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34537,'Yes',0,0,14575,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34538,'No',5,0,14575,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34539,'NA',0,0,14575,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34540,'Other',20,0,14575,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34541,'Choice 6',5,0,14575,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34542,'Yes',0,0,14576,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34543,'No',5,0,14576,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34544,'Other',20,0,14576,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34545,'Yes',0,0,14577,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34546,'No',5,0,14577,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34547,'NA',5,0,14577,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34548,'Other',20,0,14577,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34549,'Yes',0,0,14578,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(34550,'No',5,0,14578,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34551,'NA',0,0,14578,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34552,'Other',20,0,14578,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34553,'Yes',0,0,14579,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34554,'No',5,0,14579,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34555,'NA',5,0,14579,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34556,'Other',20,0,14579,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34557,'Detached',1,0,14580,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34558,'Semi Detached',2,0,14580,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34559,'Terraced',3,0,14580,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34560,'Linked-Detached',1,0,14580,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34561,'Other',20,0,14580,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34562,'House',1,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34563,'Bungalow',1,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34564,'Block of Flats - Studios up to 6 Floor Levels',3,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34565,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34566,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34567,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34568,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34569,'Underground Property',1,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34570,'Factory/ Warehouse',3,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34571,'Garage/ Workshop',3,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34572,'Retail Shop',2,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34573,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34574,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34575,'Other',20,0,14581,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34576,'1-5',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34577,'5-10',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34578,'10-15',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34579,'15-20',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34580,'20-25',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34581,'25-30',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34582,'30-35',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34583,'35-40',0,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34584,'Other',20,0,14582,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34585,'1',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34586,'2',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34587,'3',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34588,'4',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34589,'5',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34590,'6',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34591,'7',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34592,'8',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34593,'9',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34594,'10',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34595,'11',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34596,'12',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34597,'13',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34598,'14',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34599,'15',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34600,'16',1,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34601,'N/A',0,0,14585,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34602,'1',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34603,'2',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34604,'3',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34605,'4',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34606,'5',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34607,'6',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34608,'7',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34609,'8',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34610,'9',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34611,'10',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34612,'11',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34613,'12',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34614,'13',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34615,'14',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34616,'15',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34617,'16',2,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34618,'N/A',0,0,14586,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34619,'Wood',2,0,14587,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34620,'Plastics',1,0,14587,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34621,'Aluminium',0,0,14587,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34622,'Stone',0,0,14587,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34623,'Other',20,0,14587,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34624,'Yes',1,0,14589,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34625,'No',3,0,14589,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34626,'Unknown',3,0,14589,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34627,'Yes',1,0,14590,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34628,'No',5,0,14590,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34629,'Unknown',5,0,14590,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34630,'Other',20,0,14591,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34631,'No',5,0,14591,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34632,'Unknown',5,0,14591,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34633,'Very Good',1,0,14592,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34634,'Good',1,0,14592,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34635,'Fair',1,0,14592,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34636,'Poor',2,0,14592,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34637,'Very Poor',2,0,14592,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34638,'0%',0,0,14595,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34639,'25%',0,0,14595,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34640,'50%',0,0,14595,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34641,'75%',0,0,14595,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34642,'100%',0,0,14595,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34643,'0%',0,0,14596,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34644,'25%',1,0,14596,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34645,'50%',1,0,14596,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34646,'75%',1,0,14596,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34647,'100%',1,0,14596,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34648,'0%',0,0,14597,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34649,'25%',0,0,14597,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34650,'50%',0,0,14597,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34651,'75%',0,0,14597,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34652,'100%',0,0,14597,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34653,'0%',0,0,14598,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34654,'25%',3,0,14598,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34655,'50%',3,0,14598,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34656,'75%',3,0,14598,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34657,'100%',3,0,14598,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34658,'0%',0,0,14599,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34659,'25%',1,0,14599,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34660,'50%',1,0,14599,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34661,'75%',1,0,14599,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34662,'100%',1,0,14599,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34663,'0%',0,0,14600,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34664,'25%',5,0,14600,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34665,'50%',5,0,14600,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34666,'75%',5,0,14600,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34667,'100%',5,0,14600,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34668,'0%',0,0,14601,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34669,'25%',5,0,14601,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34670,'50%',5,0,14601,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34671,'75%',5,0,14601,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34672,'100%',5,0,14601,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34673,'0%',0,0,14602,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34674,'25%',1,0,14602,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34675,'50%',1,0,14602,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34676,'75%',1,0,14602,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34677,'100%',1,0,14602,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34678,'Other',20,0,14603,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34679,'25%',1,0,14603,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34680,'50%',1,0,14603,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34681,'75%',1,0,14603,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34682,'100%',1,0,14603,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34683,'0%',0,0,14605,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34684,'25%',1,0,14605,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34685,'50%',1,0,14605,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34686,'75%',1,0,14605,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34687,'100%',1,0,14605,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34688,'0%',0,0,14606,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34689,'25%',2,0,14606,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34690,'50%',2,0,14606,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34691,'75%',2,0,14606,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34692,'100%',2,0,14606,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34693,'0%',0,0,14607,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34694,'25%',1,0,14607,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34695,'50%',1,0,14607,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34696,'75%',1,0,14607,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34697,'100%',1,0,14607,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34698,'Solid concrete all levels',0,0,14608,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34699,'Timber joists all levels',3,0,14608,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34700,'Concrete lowest floor – Timber above higher levels',3,0,14608,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34701,'Other',20,0,14608,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34702,'100%',1,0,14608,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34703,'Yes',1,0,14611,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34704,'No',6,0,14611,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34705,'Fan Heaters',4,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34706,'Electric Heaters',4,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34707,'Gas Heater',5,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34708,'Other Boilers',2,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34709,'Electrical Equipment',3,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34710,'Electrical Leads',3,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34711,'Portable Equipment',3,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34712,'Portable Lighting',2,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34713,'Cooking kitchen Equipment',6,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34714,'Other',20,0,14613,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34715,'Wood/Paper/Cardboard etc',3,0,14615,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34716,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14615,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34717,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14615,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34718,'Waste Material Controlled -in locked wheely bin or store',2,0,14615,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34719,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14615,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34720,'Other',20,0,14615,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34721,'Yes',0,0,14618,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34722,'Yes',0,0,14618,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34723,'No',5,0,14618,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34724,'N/A',0,0,14618,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34725,'Other',20,0,14618,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34726,'Yes',0,0,14619,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34727,'No',5,0,14619,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34728,'Other',20,0,14619,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34729,'N/A',0,0,14619,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34730,'Yes',0,0,14621,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34731,'Yes',2,0,14621,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34732,'No',5,0,14621,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34733,'N/A',0,0,14621,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34734,'Other',20,0,14621,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34735,'Yes',0,0,14623,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34736,'Yes',2,0,14623,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34737,'No',5,0,14623,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34738,'N/A',0,0,14623,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34739,'Other',20,0,14623,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34740,'Yes',0,0,14625,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34741,'No',4,0,14625,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34742,'N/A',0,0,14625,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34743,'Other',20,0,14625,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34744,'Yes',0,0,14627,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34745,'No',5,0,14627,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34746,'N/A',0,0,14627,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34747,'Other',20,0,14627,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(34748,'Yes',0,0,14628,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34749,'Option',5,0,14628,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34750,'No',8,0,14628,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34751,'N/A',0,0,14628,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34752,'Other',20,0,14628,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34753,'Yes 1',1,0,14630,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34754,'Yes 2',0,0,14630,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34755,'No',7,0,14630,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34756,'N/A',0,0,14630,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34757,'Other',20,0,14630,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34758,'Yes',0,0,14632,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34759,'No 1',7,0,14632,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34760,'No 2',7,0,14632,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34761,'Other',20,0,14632,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34762,'N/A',0,0,14632,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34763,'Yes',0,0,14634,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34764,'No 1',5,0,14634,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34765,'No 2',5,0,14634,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34766,'Yes',0,0,14635,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34767,'No',8,0,14635,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34768,'Other',20,0,14635,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34769,'N/A',0,0,14635,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34770,'Yes',0,0,14636,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34771,'No',8,0,14636,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34772,'Other',20,0,14636,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34773,'N/A',0,0,14636,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34774,'Yes',0,0,14637,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34775,'No',8,0,14637,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34776,'Other',20,0,14637,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34777,'N/A',0,0,14637,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34778,'Yes',0,0,14639,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34779,'No',8,0,14639,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34780,'Other',20,0,14639,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34781,'N/A',0,0,14639,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34782,'Yes',0,0,14640,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34783,'No',6,0,14640,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34784,'Other',20,0,14640,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34785,'N/A',0,0,14640,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34786,'Yes',0,0,14642,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34787,'No',2,0,14642,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34788,'Other',20,0,14642,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34789,'N/A',0,0,14642,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34790,'Yes',0,0,14643,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34791,'No',2,0,14643,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34792,'Other',20,0,14643,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34793,'N/A',0,0,14643,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34794,'Yes',0,0,14644,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34795,'No',2,0,14644,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34796,'Other',20,0,14644,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34797,'N/A',0,0,14644,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34798,'Yes',0,0,14646,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34799,'No',2,0,14646,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34800,'Other',20,0,14646,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34801,'N/A',0,0,14646,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34802,'Yes',0,0,14648,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34803,'No',2,0,14648,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34804,'Other',20,0,14648,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34805,'N/A',0,0,14648,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34806,'Yes',0,0,14649,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34807,'No',2,0,14649,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34808,'Other',20,0,14649,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34809,'N/A',0,0,14649,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34810,'Yes',0,0,14650,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34811,'No',3,0,14650,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34812,'Other',20,0,14650,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34813,'N/A',0,0,14650,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34814,'Yes',0,0,14652,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34815,'No',3,0,14652,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34816,'Other',20,0,14652,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34817,'N/A',0,0,14652,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34818,'N/A',0,0,14652,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34819,'Yes',0,0,14653,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34820,'No',4,0,14653,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34821,'No Disabled',0,0,14653,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34822,'Other',20,0,14653,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34823,'N/A',0,0,14653,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34824,'Yes',0,0,14654,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34825,'No',4,0,14654,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34826,'Other',20,0,14654,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34827,'N/A',0,0,14654,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34828,'Yes',0,0,14655,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34829,'No',3,0,14655,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34830,'Other',20,0,14655,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34831,'N/A',0,0,14655,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34832,'Yes',0,0,14656,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34833,'No',4,0,14656,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34834,'Other',20,0,14656,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34835,'N/A',0,0,14656,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34836,'Yes',0,0,14657,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34837,'No',4,0,14657,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34838,'Other',20,0,14657,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34839,'N/A',0,0,14657,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34840,'Yes',0,0,14658,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34841,'No',5,0,14658,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34842,'Other',20,0,14658,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34843,'N/A',0,0,14658,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34844,'1 Yes',0,0,14659,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34845,'2 Yes',3,0,14659,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34846,'No',6,0,14659,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34847,'Other',20,0,14659,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34848,'N/A',0,0,14659,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34849,'Yes',0,0,14660,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34850,'No',5,0,14660,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34851,'Other',20,0,14660,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34852,'N/A',0,0,14660,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34853,'Yes',0,0,14662,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34854,'No',4,0,14662,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34855,'No',7,0,14662,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34856,'N/A',0,0,14662,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34857,'Other',20,0,14662,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34858,'Yes',0,0,14663,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34859,'No',6,0,14663,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34860,'NA',0,0,14663,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34861,'Other',20,0,14663,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34862,'Yes',0,0,14664,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34863,'Yes',0,0,14664,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34864,'NA',0,0,14664,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34865,'Other',20,0,14664,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34866,'Yes',1,0,14665,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34867,'No',0,0,14665,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34868,'Other',20,0,14665,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34869,'Yes',0,0,14666,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34870,'No',9,0,14666,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34871,'NA',0,0,14666,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34872,'Other',20,0,14666,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34873,'Yes',0,0,14667,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34874,'No',7,0,14667,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34875,'NA',0,0,14667,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34876,'Other',20,0,14667,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34877,'Yes',0,0,14668,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34878,'No',6,0,14668,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34879,'NA',0,0,14668,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34880,'Other',20,0,14668,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34881,'Yes',0,0,14669,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34882,'No',6,0,14669,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34883,'NA',0,0,14669,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34884,'Other',20,0,14669,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34885,'Yes',0,0,14670,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34886,'No',8,0,14670,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34887,'NA',0,0,14670,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34888,'Other',20,0,14670,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34889,'Yes',3,0,14671,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34890,'Yes',4,0,14671,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34891,'Yes',5,0,14671,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34892,'Other',20,0,14671,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34893,'Director',0,0,14677,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34894,'Owner Landlord',0,0,14677,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34895,'Site Maitenance',0,0,14677,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34896,'Estate Agent',0,0,14677,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34897,'Letting Agent',0,0,14677,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34898,'Other',0,0,14677,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34899,'Property Agent',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34900,'Owner Landlord',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34901,'Site Manager',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34902,'Property Manager',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34903,'Construction Manager',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34904,'Fire Warden',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34905,'Director',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34906,'CEO',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34907,'Other',0,0,14678,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34908,'A Property Within Building Block',0,0,14679,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34909,'All Of The Property',0,0,14679,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34910,'Communal Areas Only',0,0,14679,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34911,'House',0,0,14679,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34912,'Flat',0,0,14679,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34913,'Other',0,0,14679,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34914,'Nebosh',0,0,14686,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34915,'Level 2 Fire Risk Assessor',0,0,14686,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34916,'Competant Person',0,0,14686,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34917,'Yes',1,0,14687,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34918,'Yes',0,0,14687,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34919,'No',5,0,14687,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34920,'Other',20,0,14687,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34921,'Yes',0,0,14688,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34922,'No',5,0,14688,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34923,'NA',5,0,14688,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34924,'Other',20,0,14688,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34925,'Yes',0,0,14689,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34926,'No',5,0,14689,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34927,'NA',0,0,14689,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34928,'Other',20,0,14689,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34929,'Choice 6',5,0,14689,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34930,'Yes',0,0,14690,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34931,'No',5,0,14690,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34932,'Other',20,0,14690,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34933,'Yes',0,0,14691,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34934,'No',5,0,14691,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34935,'NA',5,0,14691,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34936,'Other',20,0,14691,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34937,'Yes',0,0,14692,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34938,'No',5,0,14692,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34939,'NA',0,0,14692,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34940,'Other',20,0,14692,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34941,'Yes',0,0,14693,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34942,'No',5,0,14693,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34943,'NA',5,0,14693,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34944,'Other',20,0,14693,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34945,'Detached',1,0,14694,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34946,'Semi Detached',2,0,14694,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34947,'Terraced',3,0,14694,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34948,'Linked-Detached',1,0,14694,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34949,'Other',20,0,14694,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34950,'House',1,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34951,'Bungalow',1,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34952,'Block of Flats - Studios up to 6 Floor Levels',3,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34953,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34954,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34955,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34956,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34957,'Underground Property',1,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34958,'Factory/ Warehouse',3,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34959,'Garage/ Workshop',3,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34960,'Retail Shop',2,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34961,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34962,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34963,'Other',20,0,14695,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34964,'1-5',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34965,'5-10',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34966,'10-15',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34967,'15-20',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34968,'20-25',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34969,'25-30',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34970,'30-35',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34971,'35-40',0,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34972,'Other',20,0,14696,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34973,'1',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34974,'2',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34975,'3',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34976,'4',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34977,'5',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34978,'6',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34979,'7',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34980,'8',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34981,'9',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34982,'10',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34983,'11',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34984,'12',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34985,'13',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34986,'14',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34987,'15',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34988,'16',1,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34989,'N/A',0,0,14699,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34990,'1',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34991,'2',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34992,'3',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34993,'4',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34994,'5',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34995,'6',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34996,'7',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34997,'8',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34998,'9',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(34999,'10',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35000,'11',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35001,'12',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35002,'13',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35003,'14',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35004,'15',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35005,'16',2,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35006,'N/A',0,0,14700,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35007,'Wood',2,0,14701,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35008,'Plastics',1,0,14701,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35009,'Aluminium',0,0,14701,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35010,'Stone',0,0,14701,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35011,'Other',20,0,14701,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35012,'Yes',1,0,14703,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35013,'No',3,0,14703,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35014,'Unknown',3,0,14703,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35015,'Yes',1,0,14704,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35016,'No',5,0,14704,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35017,'Unknown',5,0,14704,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35018,'Other',20,0,14705,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35019,'No',5,0,14705,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35020,'Unknown',5,0,14705,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35021,'Very Good',1,0,14706,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35022,'Good',1,0,14706,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35023,'Fair',1,0,14706,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35024,'Poor',2,0,14706,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35025,'Very Poor',2,0,14706,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35026,'0%',0,0,14709,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35027,'25%',0,0,14709,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35028,'50%',0,0,14709,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35029,'75%',0,0,14709,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35030,'100%',0,0,14709,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35031,'0%',0,0,14710,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35032,'25%',1,0,14710,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35033,'50%',1,0,14710,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35034,'75%',1,0,14710,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35035,'100%',1,0,14710,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35036,'0%',0,0,14711,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35037,'25%',0,0,14711,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35038,'50%',0,0,14711,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35039,'75%',0,0,14711,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35040,'100%',0,0,14711,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35041,'0%',0,0,14712,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35042,'25%',3,0,14712,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35043,'50%',3,0,14712,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35044,'75%',3,0,14712,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35045,'100%',3,0,14712,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35046,'0%',0,0,14713,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35047,'25%',1,0,14713,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35048,'50%',1,0,14713,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35049,'75%',1,0,14713,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35050,'100%',1,0,14713,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35051,'0%',0,0,14714,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35052,'25%',5,0,14714,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35053,'50%',5,0,14714,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35054,'75%',5,0,14714,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35055,'100%',5,0,14714,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35056,'0%',0,0,14715,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35057,'25%',5,0,14715,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35058,'50%',5,0,14715,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35059,'75%',5,0,14715,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35060,'100%',5,0,14715,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35061,'0%',0,0,14716,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35062,'25%',1,0,14716,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35063,'50%',1,0,14716,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35064,'75%',1,0,14716,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35065,'100%',1,0,14716,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35066,'Other',20,0,14717,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35067,'25%',1,0,14717,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35068,'50%',1,0,14717,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35069,'75%',1,0,14717,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35070,'100%',1,0,14717,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35071,'0%',0,0,14719,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35072,'25%',1,0,14719,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35073,'50%',1,0,14719,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35074,'75%',1,0,14719,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35075,'100%',1,0,14719,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35076,'0%',0,0,14720,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35077,'25%',2,0,14720,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35078,'50%',2,0,14720,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35079,'75%',2,0,14720,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35080,'100%',2,0,14720,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35081,'0%',0,0,14721,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35082,'25%',1,0,14721,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35083,'50%',1,0,14721,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35084,'75%',1,0,14721,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35085,'100%',1,0,14721,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35086,'Solid concrete all levels',0,0,14722,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35087,'Timber joists all levels',3,0,14722,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35088,'Concrete lowest floor – Timber above higher levels',3,0,14722,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35089,'Other',20,0,14722,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35090,'100%',1,0,14722,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35091,'Yes',1,0,14725,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35092,'No',6,0,14725,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35093,'Fan Heaters',4,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35094,'Electric Heaters',4,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35095,'Gas Heater',5,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35096,'Other Boilers',2,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35097,'Electrical Equipment',3,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35098,'Electrical Leads',3,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35099,'Portable Equipment',3,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35100,'Portable Lighting',2,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35101,'Cooking kitchen Equipment',6,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35102,'Other',20,0,14727,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35103,'Wood/Paper/Cardboard etc',3,0,14729,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35104,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14729,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35105,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14729,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35106,'Waste Material Controlled -in locked wheely bin or store',2,0,14729,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35107,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14729,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35108,'Other',20,0,14729,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35109,'Yes',0,0,14732,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35110,'Yes',0,0,14732,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(35111,'No',5,0,14732,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35112,'N/A',0,0,14732,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35113,'Other',20,0,14732,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35114,'Yes',0,0,14733,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35115,'No',5,0,14733,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35116,'Other',20,0,14733,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35117,'N/A',0,0,14733,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35118,'Yes',0,0,14735,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35119,'Yes',2,0,14735,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35120,'No',5,0,14735,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35121,'N/A',0,0,14735,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35122,'Other',20,0,14735,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35123,'Yes',0,0,14737,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35124,'Yes',2,0,14737,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35125,'No',5,0,14737,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35126,'N/A',0,0,14737,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35127,'Other',20,0,14737,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35128,'Yes',0,0,14739,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35129,'No',4,0,14739,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35130,'N/A',0,0,14739,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35131,'Other',20,0,14739,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35132,'Yes',0,0,14741,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35133,'No',5,0,14741,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35134,'N/A',0,0,14741,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35135,'Other',20,0,14741,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35136,'Yes',0,0,14743,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35137,'No',4,0,14743,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35138,'N/A',0,0,14743,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35139,'Other',20,0,14743,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(35140,'Yes',0,0,14744,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35141,'Option',5,0,14744,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35142,'No',8,0,14744,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35143,'N/A',0,0,14744,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35144,'Other',20,0,14744,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35145,'Yes 1',1,0,14746,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35146,'Yes 2',0,0,14746,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35147,'No',7,0,14746,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35148,'N/A',0,0,14746,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35149,'Other',20,0,14746,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35150,'Yes',0,0,14748,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35151,'No 1',7,0,14748,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35152,'No 2',7,0,14748,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35153,'Other',20,0,14748,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35154,'N/A',0,0,14748,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35155,'Yes',0,0,14750,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35156,'No 1',5,0,14750,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35157,'No 2',5,0,14750,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35158,'Yes',0,0,14751,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35159,'No',8,0,14751,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35160,'Other',20,0,14751,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35161,'N/A',0,0,14751,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35162,'Yes',0,0,14752,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35163,'No',8,0,14752,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35164,'Other',20,0,14752,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35165,'N/A',0,0,14752,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35166,'Yes',0,0,14753,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35167,'No',8,0,14753,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35168,'Other',20,0,14753,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35169,'N/A',0,0,14753,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35170,'Yes',0,0,14755,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35171,'No',8,0,14755,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35172,'Other',20,0,14755,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35173,'N/A',0,0,14755,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35174,'Yes',0,0,14756,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35175,'No',6,0,14756,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35176,'Other',20,0,14756,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35177,'N/A',0,0,14756,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35178,'Yes',0,0,14758,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35179,'No',2,0,14758,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35180,'Other',20,0,14758,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35181,'N/A',0,0,14758,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35182,'Yes',0,0,14759,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35183,'No',2,0,14759,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35184,'Other',20,0,14759,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35185,'N/A',0,0,14759,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35186,'Yes',0,0,14760,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35187,'No',2,0,14760,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35188,'Other',20,0,14760,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35189,'N/A',0,0,14760,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35190,'Yes',0,0,14762,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35191,'No',2,0,14762,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35192,'Other',20,0,14762,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35193,'N/A',0,0,14762,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35194,'Yes',0,0,14764,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35195,'No',2,0,14764,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35196,'Other',20,0,14764,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35197,'N/A',0,0,14764,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35198,'Yes',0,0,14765,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35199,'No',2,0,14765,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35200,'Other',20,0,14765,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35201,'N/A',0,0,14765,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35202,'Yes',0,0,14766,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35203,'No',3,0,14766,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35204,'Other',20,0,14766,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35205,'N/A',0,0,14766,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35206,'Yes',0,0,14768,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35207,'No',3,0,14768,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35208,'Other',20,0,14768,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35209,'N/A',0,0,14768,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35210,'N/A',0,0,14768,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35211,'Yes',0,0,14769,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35212,'No',4,0,14769,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35213,'No Disabled',0,0,14769,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35214,'Other',20,0,14769,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35215,'N/A',0,0,14769,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35216,'Yes',0,0,14770,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35217,'No',4,0,14770,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35218,'Other',20,0,14770,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35219,'N/A',0,0,14770,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35220,'Yes',0,0,14771,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35221,'No',3,0,14771,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35222,'Other',20,0,14771,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35223,'N/A',0,0,14771,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35224,'Yes',0,0,14772,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35225,'No',4,0,14772,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35226,'Other',20,0,14772,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35227,'N/A',0,0,14772,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35228,'Yes',0,0,14773,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35229,'No',4,0,14773,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35230,'Other',20,0,14773,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35231,'N/A',0,0,14773,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35232,'Yes',0,0,14774,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35233,'No',5,0,14774,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35234,'Other',20,0,14774,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35235,'N/A',0,0,14774,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35236,'1 Yes',0,0,14775,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35237,'2 Yes',3,0,14775,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35238,'No',6,0,14775,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35239,'Other',20,0,14775,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35240,'N/A',0,0,14775,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35241,'Yes',0,0,14776,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35242,'No',5,0,14776,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35243,'Other',20,0,14776,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35244,'N/A',0,0,14776,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35245,'Yes',0,0,14778,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35246,'No',4,0,14778,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35247,'No',7,0,14778,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35248,'N/A',0,0,14778,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35249,'Other',20,0,14778,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35250,'Yes',0,0,14779,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35251,'No',6,0,14779,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35252,'NA',0,0,14779,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35253,'Other',20,0,14779,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35254,'Yes',0,0,14780,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35255,'Yes',0,0,14780,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35256,'NA',0,0,14780,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35257,'Other',20,0,14780,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35258,'Yes',1,0,14781,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35259,'No',0,0,14781,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35260,'Other',20,0,14781,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35261,'Yes',0,0,14782,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35262,'No',9,0,14782,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35263,'NA',0,0,14782,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35264,'Other',20,0,14782,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35265,'Yes',0,0,14783,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35266,'No',7,0,14783,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35267,'NA',0,0,14783,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35268,'Other',20,0,14783,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35269,'Yes',0,0,14784,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35270,'No',6,0,14784,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35271,'NA',0,0,14784,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35272,'Other',20,0,14784,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35273,'Yes',0,0,14785,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35274,'No',6,0,14785,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35275,'NA',0,0,14785,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35276,'Other',20,0,14785,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35277,'Yes',0,0,14786,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35278,'No',8,0,14786,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35279,'NA',0,0,14786,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35280,'Other',20,0,14786,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35281,'Yes',3,0,14787,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35282,'Yes',4,0,14787,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35283,'Yes',5,0,14787,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35284,'Other',20,0,14787,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35285,'Director',0,0,14793,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35286,'Owner Landlord',0,0,14793,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35287,'Site Maitenance',0,0,14793,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35288,'Estate Agent',0,0,14793,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35289,'Letting Agent',0,0,14793,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35290,'Other',0,0,14793,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35291,'Property Agent',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35292,'Owner Landlord',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35293,'Site Manager',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35294,'Property Manager',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35295,'Construction Manager',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35296,'Fire Warden',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35297,'Director',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35298,'CEO',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35299,'Other',0,0,14794,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35300,'A Property Within Building Block',0,0,14795,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35301,'All Of The Property',0,0,14795,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35302,'Communal Areas Only',0,0,14795,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35303,'House',0,0,14795,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35304,'Flat',0,0,14795,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35305,'Other',0,0,14795,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35306,'Nebosh',0,0,14802,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35307,'Level 2 Fire Risk Assessor',0,0,14802,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35308,'Competant Person',0,0,14802,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(35309,'Yes',1,0,14803,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35310,'Yes',0,0,14803,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35311,'No',5,0,14803,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35312,'Other',20,0,14803,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35313,'Yes',0,0,14804,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35314,'No',5,0,14804,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35315,'NA',5,0,14804,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35316,'Other',20,0,14804,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35317,'Yes',0,0,14805,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35318,'No',5,0,14805,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35319,'NA',0,0,14805,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35320,'Other',20,0,14805,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35321,'Choice 6',5,0,14805,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35322,'Yes',0,0,14806,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35323,'No',5,0,14806,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35324,'Other',20,0,14806,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35325,'Yes',0,0,14807,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35326,'No',5,0,14807,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35327,'NA',5,0,14807,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35328,'Other',20,0,14807,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35329,'Yes',0,0,14808,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35330,'No',5,0,14808,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35331,'NA',0,0,14808,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35332,'Other',20,0,14808,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35333,'Yes',0,0,14809,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35334,'No',5,0,14809,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35335,'NA',5,0,14809,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35336,'Other',20,0,14809,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35337,'Detached',1,0,14810,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35338,'Semi Detached',2,0,14810,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35339,'Terraced',3,0,14810,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35340,'Linked-Detached',1,0,14810,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35341,'Other',20,0,14810,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35342,'House',1,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35343,'Bungalow',1,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35344,'Block of Flats - Studios up to 6 Floor Levels',3,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35345,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35346,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35347,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35348,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35349,'Underground Property',1,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35350,'Factory/ Warehouse',3,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35351,'Garage/ Workshop',3,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35352,'Retail Shop',2,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35353,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35354,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35355,'Other',20,0,14811,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35356,'1-5',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35357,'5-10',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35358,'10-15',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35359,'15-20',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35360,'20-25',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35361,'25-30',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35362,'30-35',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35363,'35-40',0,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35364,'Other',20,0,14812,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35365,'1',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35366,'2',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35367,'3',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35368,'4',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35369,'5',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35370,'6',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35371,'7',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35372,'8',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35373,'9',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35374,'10',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35375,'11',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35376,'12',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35377,'13',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35378,'14',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35379,'15',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35380,'16',1,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35381,'N/A',0,0,14815,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35382,'1',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35383,'2',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35384,'3',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35385,'4',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35386,'5',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35387,'6',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35388,'7',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35389,'8',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35390,'9',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35391,'10',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35392,'11',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35393,'12',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35394,'13',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35395,'14',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35396,'15',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35397,'16',2,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35398,'N/A',0,0,14816,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35399,'Wood',2,0,14817,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35400,'Plastics',1,0,14817,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35401,'Aluminium',0,0,14817,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35402,'Stone',0,0,14817,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35403,'Other',20,0,14817,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35404,'Yes',1,0,14819,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35405,'No',3,0,14819,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35406,'Unknown',3,0,14819,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35407,'Yes',1,0,14820,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35408,'No',5,0,14820,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35409,'Unknown',5,0,14820,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35410,'Other',20,0,14821,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35411,'No',5,0,14821,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35412,'Unknown',5,0,14821,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35413,'Very Good',1,0,14822,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35414,'Good',1,0,14822,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35415,'Fair',1,0,14822,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35416,'Poor',2,0,14822,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35417,'Very Poor',2,0,14822,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35418,'0%',0,0,14825,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35419,'25%',0,0,14825,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35420,'50%',0,0,14825,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35421,'75%',0,0,14825,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35422,'100%',0,0,14825,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35423,'0%',0,0,14826,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35424,'25%',1,0,14826,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35425,'50%',1,0,14826,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35426,'75%',1,0,14826,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35427,'100%',1,0,14826,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35428,'0%',0,0,14827,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35429,'25%',0,0,14827,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35430,'50%',0,0,14827,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35431,'75%',0,0,14827,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35432,'100%',0,0,14827,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35433,'0%',0,0,14828,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35434,'25%',3,0,14828,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35435,'50%',3,0,14828,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35436,'75%',3,0,14828,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35437,'100%',3,0,14828,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35438,'0%',0,0,14829,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35439,'25%',1,0,14829,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35440,'50%',1,0,14829,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35441,'75%',1,0,14829,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35442,'100%',1,0,14829,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35443,'0%',0,0,14830,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35444,'25%',5,0,14830,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35445,'50%',5,0,14830,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35446,'75%',5,0,14830,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35447,'100%',5,0,14830,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35448,'0%',0,0,14831,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35449,'25%',5,0,14831,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35450,'50%',5,0,14831,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35451,'75%',5,0,14831,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35452,'100%',5,0,14831,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35453,'0%',0,0,14832,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35454,'25%',1,0,14832,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35455,'50%',1,0,14832,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35456,'75%',1,0,14832,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35457,'100%',1,0,14832,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35458,'Other',20,0,14833,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35459,'25%',1,0,14833,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35460,'50%',1,0,14833,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35461,'75%',1,0,14833,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35462,'100%',1,0,14833,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35463,'0%',0,0,14835,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35464,'25%',1,0,14835,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35465,'50%',1,0,14835,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35466,'75%',1,0,14835,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35467,'100%',1,0,14835,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35468,'0%',0,0,14836,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35469,'25%',2,0,14836,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35470,'50%',2,0,14836,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35471,'75%',2,0,14836,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35472,'100%',2,0,14836,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35473,'0%',0,0,14837,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35474,'25%',1,0,14837,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35475,'50%',1,0,14837,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35476,'75%',1,0,14837,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35477,'100%',1,0,14837,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35478,'Solid concrete all levels',0,0,14838,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35479,'Timber joists all levels',3,0,14838,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35480,'Concrete lowest floor – Timber above higher levels',3,0,14838,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35481,'Other',20,0,14838,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35482,'100%',1,0,14838,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35483,'Yes',1,0,14841,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35484,'No',6,0,14841,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35485,'Fan Heaters',4,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35486,'Electric Heaters',4,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35487,'Gas Heater',5,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35488,'Other Boilers',2,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35489,'Electrical Equipment',3,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35490,'Electrical Leads',3,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35491,'Portable Equipment',3,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35492,'Portable Lighting',2,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35493,'Cooking kitchen Equipment',6,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35494,'Other',20,0,14843,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35495,'Wood/Paper/Cardboard etc',3,0,14845,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35496,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14845,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35497,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14845,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35498,'Waste Material Controlled -in locked wheely bin or store',2,0,14845,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35499,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14845,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35500,'Other',20,0,14845,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35501,'Yes',0,0,14848,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35502,'Yes',0,0,14848,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35503,'No',5,0,14848,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35504,'N/A',0,0,14848,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35505,'Other',20,0,14848,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35506,'Yes',0,0,14849,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35507,'No',5,0,14849,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35508,'Other',20,0,14849,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35509,'N/A',0,0,14849,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35510,'Yes',0,0,14851,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35511,'Yes',2,0,14851,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35512,'No',5,0,14851,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35513,'N/A',0,0,14851,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35514,'Other',20,0,14851,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35515,'Yes',0,0,14853,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35516,'Yes',2,0,14853,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35517,'No',5,0,14853,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35518,'N/A',0,0,14853,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35519,'Other',20,0,14853,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35520,'Yes',0,0,14855,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35521,'No',4,0,14855,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35522,'N/A',0,0,14855,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35523,'Other',20,0,14855,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35524,'Yes',0,0,14857,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35525,'No',5,0,14857,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35526,'N/A',0,0,14857,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35527,'Other',20,0,14857,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35528,'Yes',0,0,14859,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35529,'No',4,0,14859,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35530,'N/A',0,0,14859,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35531,'Other',20,0,14859,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35532,'Yes',0,0,14861,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35533,'No',5,0,14861,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35534,'N/A',0,0,14861,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35535,'Other',20,0,14861,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(35536,'Yes',0,0,14862,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35537,'Option',5,0,14862,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35538,'No',8,0,14862,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35539,'N/A',0,0,14862,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35540,'Other',20,0,14862,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35541,'Yes 1',1,0,14864,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35542,'Yes 2',0,0,14864,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35543,'No',7,0,14864,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35544,'N/A',0,0,14864,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35545,'Other',20,0,14864,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35546,'Yes',0,0,14866,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35547,'No 1',7,0,14866,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35548,'No 2',7,0,14866,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35549,'Other',20,0,14866,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35550,'N/A',0,0,14866,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35551,'Yes',0,0,14868,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35552,'No 1',5,0,14868,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35553,'No 2',5,0,14868,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35554,'Yes',0,0,14869,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35555,'No',8,0,14869,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35556,'Other',20,0,14869,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35557,'N/A',0,0,14869,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35558,'Yes',0,0,14870,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35559,'No',8,0,14870,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35560,'Other',20,0,14870,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35561,'N/A',0,0,14870,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35562,'Yes',0,0,14871,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35563,'No',8,0,14871,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35564,'Other',20,0,14871,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35565,'N/A',0,0,14871,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35566,'Yes',0,0,14873,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35567,'No',8,0,14873,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35568,'Other',20,0,14873,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35569,'N/A',0,0,14873,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35570,'Yes',0,0,14874,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35571,'No',6,0,14874,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35572,'Other',20,0,14874,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35573,'N/A',0,0,14874,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35574,'Yes',0,0,14876,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35575,'No',2,0,14876,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35576,'Other',20,0,14876,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35577,'N/A',0,0,14876,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35578,'Yes',0,0,14877,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35579,'No',2,0,14877,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35580,'Other',20,0,14877,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35581,'N/A',0,0,14877,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35582,'Yes',0,0,14878,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35583,'No',2,0,14878,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35584,'Other',20,0,14878,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35585,'N/A',0,0,14878,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35586,'Yes',0,0,14880,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35587,'No',2,0,14880,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35588,'Other',20,0,14880,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35589,'N/A',0,0,14880,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35590,'Yes',0,0,14882,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35591,'No',2,0,14882,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35592,'Other',20,0,14882,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35593,'N/A',0,0,14882,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35594,'Yes',0,0,14883,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35595,'No',2,0,14883,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35596,'Other',20,0,14883,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35597,'N/A',0,0,14883,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35598,'Yes',0,0,14884,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35599,'No',3,0,14884,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35600,'Other',20,0,14884,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35601,'N/A',0,0,14884,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35602,'Yes',0,0,14886,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35603,'No',3,0,14886,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35604,'Other',20,0,14886,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35605,'N/A',0,0,14886,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35606,'N/A',0,0,14886,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35607,'Yes',0,0,14887,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35608,'No',4,0,14887,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35609,'No Disabled',0,0,14887,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35610,'Other',20,0,14887,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35611,'N/A',0,0,14887,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35612,'Yes',0,0,14888,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35613,'No',4,0,14888,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(35614,'Other',20,0,14888,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35615,'N/A',0,0,14888,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35616,'Yes',0,0,14889,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35617,'No',3,0,14889,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35618,'Other',20,0,14889,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35619,'N/A',0,0,14889,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35620,'Yes',0,0,14890,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35621,'No',4,0,14890,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35622,'Other',20,0,14890,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35623,'N/A',0,0,14890,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35624,'Yes',0,0,14891,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35625,'No',4,0,14891,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35626,'Other',20,0,14891,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35627,'N/A',0,0,14891,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35628,'Yes',0,0,14892,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35629,'No',5,0,14892,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35630,'Other',20,0,14892,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35631,'N/A',0,0,14892,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35632,'1 Yes',0,0,14893,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35633,'2 Yes',3,0,14893,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35634,'No',6,0,14893,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35635,'Other',20,0,14893,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35636,'N/A',0,0,14893,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35637,'Yes',0,0,14894,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35638,'No',5,0,14894,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35639,'Other',20,0,14894,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35640,'N/A',0,0,14894,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35641,'Yes',0,0,14896,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35642,'No',4,0,14896,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35643,'No',7,0,14896,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35644,'N/A',0,0,14896,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35645,'Other',20,0,14896,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35646,'Yes',0,0,14897,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35647,'No',6,0,14897,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35648,'NA',0,0,14897,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35649,'Other',20,0,14897,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35650,'Yes',0,0,14898,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35651,'Yes',0,0,14898,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35652,'NA',0,0,14898,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35653,'Other',20,0,14898,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35654,'Yes',1,0,14899,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35655,'No',0,0,14899,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35656,'Other',20,0,14899,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35657,'Yes',0,0,14900,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35658,'No',9,0,14900,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35659,'NA',0,0,14900,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35660,'Other',20,0,14900,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35661,'Yes',0,0,14901,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35662,'No',7,0,14901,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35663,'NA',0,0,14901,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35664,'Other',20,0,14901,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35665,'Yes',0,0,14902,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35666,'No',6,0,14902,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35667,'NA',0,0,14902,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35668,'Other',20,0,14902,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35669,'Yes',0,0,14903,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35670,'No',6,0,14903,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35671,'NA',0,0,14903,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35672,'Other',20,0,14903,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35673,'Yes',0,0,14904,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35674,'No',8,0,14904,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35675,'NA',0,0,14904,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35676,'Other',20,0,14904,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35677,'Yes',3,0,14905,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35678,'Yes',4,0,14905,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35679,'Yes',5,0,14905,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35680,'Other',20,0,14905,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35681,'Director',0,0,14911,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35682,'Owner Landlord',0,0,14911,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35683,'Site Maitenance',0,0,14911,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35684,'Estate Agent',0,0,14911,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35685,'Letting Agent',0,0,14911,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35686,'Other',0,0,14911,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35687,'Property Agent',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35688,'Owner Landlord',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35689,'Site Manager',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35690,'Property Manager',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35691,'Construction Manager',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35692,'Fire Warden',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35693,'Director',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35694,'CEO',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35695,'Other',0,0,14912,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35696,'A Property Within Building Block',0,0,14913,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35697,'All Of The Property',0,0,14913,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35698,'Communal Areas Only',0,0,14913,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35699,'House',0,0,14913,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35700,'Flat',0,0,14913,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35701,'Other',0,0,14913,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35702,'Nebosh',0,0,14920,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35703,'Level 2 Fire Risk Assessor',0,0,14920,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35704,'Competant Person',0,0,14920,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35705,'Yes',1,0,14921,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35706,'Yes',0,0,14921,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35707,'No',5,0,14921,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35708,'Other',20,0,14921,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35709,'Yes',0,0,14922,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35710,'No',5,0,14922,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35711,'NA',5,0,14922,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35712,'Other',20,0,14922,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35713,'Yes',0,0,14923,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35714,'No',5,0,14923,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35715,'NA',0,0,14923,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35716,'Other',20,0,14923,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35717,'Choice 6',5,0,14923,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35718,'Yes',0,0,14924,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35719,'No',5,0,14924,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35720,'Other',20,0,14924,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35721,'Yes',0,0,14925,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35722,'No',5,0,14925,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35723,'NA',5,0,14925,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35724,'Other',20,0,14925,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35725,'Yes',0,0,14926,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35726,'No',5,0,14926,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35727,'NA',0,0,14926,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35728,'Other',20,0,14926,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35729,'Yes',0,0,14927,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35730,'No',5,0,14927,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35731,'NA',5,0,14927,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35732,'Other',20,0,14927,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35733,'Detached',1,0,14928,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35734,'Semi Detached',2,0,14928,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35735,'Terraced',3,0,14928,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35736,'Linked-Detached',1,0,14928,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35737,'Other',20,0,14928,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35738,'House',1,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35739,'Bungalow',1,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35740,'Block of Flats - Studios up to 6 Floor Levels',3,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35741,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35742,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35743,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35744,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35745,'Underground Property',1,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35746,'Factory/ Warehouse',3,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35747,'Garage/ Workshop',3,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35748,'Retail Shop',2,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35749,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35750,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35751,'Other',20,0,14929,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35752,'1-5',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35753,'5-10',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35754,'10-15',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35755,'15-20',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35756,'20-25',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35757,'25-30',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35758,'30-35',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35759,'35-40',0,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35760,'Other',20,0,14930,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35761,'1',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35762,'2',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35763,'3',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35764,'4',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35765,'5',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35766,'6',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35767,'7',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35768,'8',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35769,'9',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35770,'10',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35771,'11',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35772,'12',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35773,'13',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35774,'14',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35775,'15',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35776,'16',1,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35777,'N/A',0,0,14933,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35778,'1',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35779,'2',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35780,'3',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35781,'4',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35782,'5',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35783,'6',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35784,'7',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35785,'8',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35786,'9',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35787,'10',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35788,'11',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35789,'12',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35790,'13',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35791,'14',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35792,'15',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35793,'16',2,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35794,'N/A',0,0,14934,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35795,'Wood',2,0,14935,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35796,'Plastics',1,0,14935,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35797,'Aluminium',0,0,14935,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35798,'Stone',0,0,14935,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35799,'Other',20,0,14935,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35800,'Yes',1,0,14937,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35801,'No',3,0,14937,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35802,'Unknown',3,0,14937,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35803,'Yes',1,0,14938,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35804,'No',5,0,14938,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35805,'Unknown',5,0,14938,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35806,'Other',20,0,14939,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35807,'No',5,0,14939,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35808,'Unknown',5,0,14939,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35809,'Very Good',1,0,14940,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35810,'Good',1,0,14940,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35811,'Fair',1,0,14940,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35812,'Poor',2,0,14940,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35813,'Very Poor',2,0,14940,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35814,'0%',0,0,14943,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35815,'25%',0,0,14943,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35816,'50%',0,0,14943,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35817,'75%',0,0,14943,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35818,'100%',0,0,14943,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35819,'0%',0,0,14944,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35820,'25%',1,0,14944,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35821,'50%',1,0,14944,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35822,'75%',1,0,14944,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35823,'100%',1,0,14944,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35824,'0%',0,0,14945,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35825,'25%',0,0,14945,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35826,'50%',0,0,14945,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35827,'75%',0,0,14945,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35828,'100%',0,0,14945,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35829,'0%',0,0,14946,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35830,'25%',3,0,14946,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35831,'50%',3,0,14946,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35832,'75%',3,0,14946,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35833,'100%',3,0,14946,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35834,'0%',0,0,14947,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35835,'25%',1,0,14947,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35836,'50%',1,0,14947,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35837,'75%',1,0,14947,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35838,'100%',1,0,14947,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35839,'0%',0,0,14948,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35840,'25%',5,0,14948,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35841,'50%',5,0,14948,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35842,'75%',5,0,14948,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35843,'100%',5,0,14948,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35844,'0%',0,0,14949,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35845,'25%',5,0,14949,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35846,'50%',5,0,14949,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35847,'75%',5,0,14949,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35848,'100%',5,0,14949,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35849,'0%',0,0,14950,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35850,'25%',1,0,14950,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35851,'50%',1,0,14950,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35852,'75%',1,0,14950,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35853,'100%',1,0,14950,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35854,'Other',20,0,14951,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35855,'25%',1,0,14951,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35856,'50%',1,0,14951,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35857,'75%',1,0,14951,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35858,'100%',1,0,14951,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35859,'0%',0,0,14953,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35860,'25%',1,0,14953,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35861,'50%',1,0,14953,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35862,'75%',1,0,14953,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35863,'100%',1,0,14953,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35864,'0%',0,0,14954,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35865,'25%',2,0,14954,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35866,'50%',2,0,14954,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35867,'75%',2,0,14954,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35868,'100%',2,0,14954,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35869,'0%',0,0,14955,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35870,'25%',1,0,14955,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35871,'50%',1,0,14955,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35872,'75%',1,0,14955,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35873,'100%',1,0,14955,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35874,'Solid concrete all levels',0,0,14956,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35875,'Timber joists all levels',3,0,14956,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35876,'Concrete lowest floor – Timber above higher levels',3,0,14956,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35877,'Other',20,0,14956,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35878,'100%',1,0,14956,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35879,'Yes',1,0,14959,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35880,'No',6,0,14959,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35881,'Fan Heaters',4,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35882,'Electric Heaters',4,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35883,'Gas Heater',5,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35884,'Other Boilers',2,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35885,'Electrical Equipment',3,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35886,'Electrical Leads',3,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35887,'Portable Equipment',3,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35888,'Portable Lighting',2,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35889,'Cooking kitchen Equipment',6,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35890,'Other',20,0,14961,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35891,'Wood/Paper/Cardboard etc',3,0,14963,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35892,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,14963,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35893,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,14963,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35894,'Waste Material Controlled -in locked wheely bin or store',2,0,14963,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35895,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,14963,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35896,'Other',20,0,14963,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35897,'Yes',0,0,14966,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35898,'Yes',0,0,14966,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35899,'No',5,0,14966,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35900,'N/A',0,0,14966,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35901,'Other',20,0,14966,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35902,'Yes',0,0,14967,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35903,'No',5,0,14967,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35904,'Other',20,0,14967,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35905,'N/A',0,0,14967,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35906,'Yes',0,0,14969,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35907,'Yes',2,0,14969,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35908,'No',5,0,14969,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35909,'N/A',0,0,14969,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35910,'Other',20,0,14969,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35911,'Yes',0,0,14971,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35912,'Yes',2,0,14971,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35913,'No',5,0,14971,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35914,'N/A',0,0,14971,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35915,'Other',20,0,14971,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35916,'Yes',0,0,14973,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35917,'No',4,0,14973,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35918,'N/A',0,0,14973,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35919,'Other',20,0,14973,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35920,'Yes',0,0,14975,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35921,'No',5,0,14975,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35922,'N/A',0,0,14975,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35923,'Other',20,0,14975,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35924,'Yes',0,0,14977,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35925,'No',4,0,14977,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35926,'N/A',0,0,14977,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35927,'Other',20,0,14977,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35928,'Yes',0,0,14979,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35929,'No',5,0,14979,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35930,'N/A',0,0,14979,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35931,'Other',20,0,14979,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35932,'Yes',0,0,14981,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35933,'No',5,0,14981,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35934,'N/A',0,0,14981,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35935,'Other',20,0,14981,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(35936,'Yes',0,0,14982,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35937,'Option',5,0,14982,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35938,'No',8,0,14982,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35939,'N/A',0,0,14982,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35940,'Other',20,0,14982,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35941,'Yes 1',1,0,14984,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35942,'Yes 2',0,0,14984,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35943,'No',7,0,14984,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35944,'N/A',0,0,14984,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35945,'Other',20,0,14984,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35946,'Yes',0,0,14986,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35947,'No 1',7,0,14986,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35948,'No 2',7,0,14986,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35949,'Other',20,0,14986,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35950,'N/A',0,0,14986,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35951,'Yes',0,0,14988,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35952,'No 1',5,0,14988,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35953,'No 2',5,0,14988,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35954,'Yes',0,0,14989,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35955,'No',8,0,14989,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35956,'Other',20,0,14989,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35957,'N/A',0,0,14989,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35958,'Yes',0,0,14990,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35959,'No',8,0,14990,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35960,'Other',20,0,14990,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35961,'N/A',0,0,14990,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35962,'Yes',0,0,14991,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35963,'No',8,0,14991,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35964,'Other',20,0,14991,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35965,'N/A',0,0,14991,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35966,'Yes',0,0,14993,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35967,'No',8,0,14993,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35968,'Other',20,0,14993,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35969,'N/A',0,0,14993,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35970,'Yes',0,0,14994,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35971,'No',6,0,14994,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35972,'Other',20,0,14994,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35973,'N/A',0,0,14994,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35974,'Yes',0,0,14996,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35975,'No',2,0,14996,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35976,'Other',20,0,14996,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35977,'N/A',0,0,14996,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35978,'Yes',0,0,14997,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35979,'No',2,0,14997,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35980,'Other',20,0,14997,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35981,'N/A',0,0,14997,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35982,'Yes',0,0,14998,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35983,'No',2,0,14998,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35984,'Other',20,0,14998,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35985,'N/A',0,0,14998,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35986,'Yes',0,0,15000,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35987,'No',2,0,15000,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35988,'Other',20,0,15000,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35989,'N/A',0,0,15000,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35990,'Yes',0,0,15002,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35991,'No',2,0,15002,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35992,'Other',20,0,15002,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35993,'N/A',0,0,15002,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35994,'Yes',0,0,15003,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35995,'No',2,0,15003,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35996,'Other',20,0,15003,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35997,'N/A',0,0,15003,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35998,'Yes',0,0,15004,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(35999,'No',3,0,15004,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36000,'Other',20,0,15004,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36001,'N/A',0,0,15004,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36002,'Yes',0,0,15006,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36003,'No',3,0,15006,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36004,'Other',20,0,15006,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36005,'N/A',0,0,15006,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36006,'N/A',0,0,15006,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36007,'Yes',0,0,15007,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36008,'No',4,0,15007,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36009,'No Disabled',0,0,15007,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36010,'Other',20,0,15007,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36011,'N/A',0,0,15007,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36012,'Yes',0,0,15008,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36013,'No',4,0,15008,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36014,'Other',20,0,15008,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36015,'N/A',0,0,15008,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36016,'Yes',0,0,15009,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36017,'No',3,0,15009,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36018,'Other',20,0,15009,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36019,'N/A',0,0,15009,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36020,'Yes',0,0,15010,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36021,'No',4,0,15010,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36022,'Other',20,0,15010,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36023,'N/A',0,0,15010,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36024,'Yes',0,0,15011,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36025,'No',4,0,15011,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36026,'Other',20,0,15011,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36027,'N/A',0,0,15011,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36028,'Yes',0,0,15012,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36029,'No',5,0,15012,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36030,'Other',20,0,15012,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36031,'N/A',0,0,15012,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36032,'1 Yes',0,0,15013,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36033,'2 Yes',3,0,15013,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36034,'No',6,0,15013,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36035,'Other',20,0,15013,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36036,'N/A',0,0,15013,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36037,'Yes',0,0,15014,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36038,'No',5,0,15014,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36039,'Other',20,0,15014,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36040,'N/A',0,0,15014,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36041,'Yes',0,0,15016,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36042,'No',4,0,15016,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36043,'No',7,0,15016,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36044,'N/A',0,0,15016,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36045,'Other',20,0,15016,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36046,'Yes',0,0,15017,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36047,'No',6,0,15017,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36048,'NA',0,0,15017,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36049,'Other',20,0,15017,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36050,'Yes',0,0,15018,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36051,'Yes',0,0,15018,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36052,'NA',0,0,15018,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36053,'Other',20,0,15018,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36054,'Yes',1,0,15019,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36055,'No',0,0,15019,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36056,'Other',20,0,15019,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36057,'Yes',0,0,15020,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36058,'No',9,0,15020,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36059,'NA',0,0,15020,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36060,'Other',20,0,15020,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36061,'Yes',0,0,15021,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36062,'No',7,0,15021,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36063,'NA',0,0,15021,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36064,'Other',20,0,15021,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36065,'Yes',0,0,15022,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36066,'No',6,0,15022,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36067,'NA',0,0,15022,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36068,'Other',20,0,15022,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36069,'Yes',0,0,15023,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36070,'No',6,0,15023,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36071,'NA',0,0,15023,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36072,'Other',20,0,15023,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36073,'Yes',0,0,15024,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36074,'No',8,0,15024,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36075,'NA',0,0,15024,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36076,'Other',20,0,15024,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36077,'Yes',3,0,15025,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36078,'Yes',4,0,15025,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36079,'Yes',5,0,15025,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36080,'Other',20,0,15025,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36081,'Director',0,0,15031,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36082,'Owner Landlord',0,0,15031,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36083,'Site Maitenance',0,0,15031,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36084,'Estate Agent',0,0,15031,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36085,'Letting Agent',0,0,15031,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36086,'Other',0,0,15031,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36087,'Property Agent',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36088,'Owner Landlord',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36089,'Site Manager',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36090,'Property Manager',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36091,'Construction Manager',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36092,'Fire Warden',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36093,'Director',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36094,'CEO',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36095,'Other',0,0,15032,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36096,'A Property Within Building Block',0,0,15033,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36097,'All Of The Property',0,0,15033,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36098,'Communal Areas Only',0,0,15033,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36099,'House',0,0,15033,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36100,'Flat',0,0,15033,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36101,'Other',0,0,15033,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36102,'Nebosh',0,0,15040,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36103,'Level 2 Fire Risk Assessor',0,0,15040,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36104,'Competant Person',0,0,15040,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36105,'Yes',1,0,15041,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36106,'Yes',0,0,15041,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36107,'No',5,0,15041,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36108,'Other',20,0,15041,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36109,'Yes',0,0,15042,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36110,'No',5,0,15042,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36111,'NA',5,0,15042,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36112,'Other',20,0,15042,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36113,'Yes',0,0,15043,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36114,'No',5,0,15043,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36115,'NA',0,0,15043,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36116,'Other',20,0,15043,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36117,'Choice 6',5,0,15043,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36118,'Yes',0,0,15044,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36119,'No',5,0,15044,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36120,'Other',20,0,15044,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36121,'Yes',0,0,15045,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36122,'No',5,0,15045,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36123,'NA',5,0,15045,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36124,'Other',20,0,15045,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36125,'Yes',0,0,15046,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36126,'No',5,0,15046,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36127,'NA',0,0,15046,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36128,'Other',20,0,15046,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36129,'Yes',0,0,15047,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36130,'No',5,0,15047,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36131,'NA',5,0,15047,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36132,'Other',20,0,15047,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36133,'Detached',1,0,15048,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36134,'Semi Detached',2,0,15048,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36135,'Terraced',3,0,15048,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36136,'Linked-Detached',1,0,15048,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36137,'Other',20,0,15048,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36138,'House',1,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36139,'Bungalow',1,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36140,'Block of Flats - Studios up to 6 Floor Levels',3,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36141,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36142,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36143,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36144,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36145,'Underground Property',1,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36146,'Factory/ Warehouse',3,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36147,'Garage/ Workshop',3,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36148,'Retail Shop',2,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36149,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36150,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36151,'Other',20,0,15049,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36152,'1-5',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36153,'5-10',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36154,'10-15',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36155,'15-20',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36156,'20-25',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36157,'25-30',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36158,'30-35',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36159,'35-40',0,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36160,'Other',20,0,15050,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36161,'1',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36162,'2',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36163,'3',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36164,'4',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36165,'5',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36166,'6',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36167,'7',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36168,'8',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36169,'9',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36170,'10',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36171,'11',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36172,'12',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36173,'13',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36174,'14',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36175,'15',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36176,'16',1,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36177,'N/A',0,0,15053,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36178,'1',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36179,'2',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36180,'3',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36181,'4',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36182,'5',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36183,'6',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36184,'7',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36185,'8',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36186,'9',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36187,'10',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36188,'11',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36189,'12',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36190,'13',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36191,'14',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36192,'15',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36193,'16',2,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36194,'N/A',0,0,15054,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36195,'Wood',2,0,15055,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36196,'Plastics',1,0,15055,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36197,'Aluminium',0,0,15055,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36198,'Stone',0,0,15055,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36199,'Other',20,0,15055,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36200,'Yes',1,0,15057,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36201,'No',3,0,15057,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36202,'Unknown',3,0,15057,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36203,'Yes',1,0,15058,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36204,'No',5,0,15058,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36205,'Unknown',5,0,15058,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36206,'Other',20,0,15059,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36207,'No',5,0,15059,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36208,'Unknown',5,0,15059,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36209,'Very Good',1,0,15060,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36210,'Good',1,0,15060,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36211,'Fair',1,0,15060,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36212,'Poor',2,0,15060,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36213,'Very Poor',2,0,15060,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36214,'0%',0,0,15063,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36215,'25%',0,0,15063,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36216,'50%',0,0,15063,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36217,'75%',0,0,15063,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36218,'100%',0,0,15063,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36219,'0%',0,0,15064,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36220,'25%',1,0,15064,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36221,'50%',1,0,15064,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36222,'75%',1,0,15064,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36223,'100%',1,0,15064,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36224,'0%',0,0,15065,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36225,'25%',0,0,15065,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36226,'50%',0,0,15065,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36227,'75%',0,0,15065,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36228,'100%',0,0,15065,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36229,'0%',0,0,15066,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36230,'25%',3,0,15066,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36231,'50%',3,0,15066,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36232,'75%',3,0,15066,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36233,'100%',3,0,15066,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36234,'0%',0,0,15067,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36235,'25%',1,0,15067,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36236,'50%',1,0,15067,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36237,'75%',1,0,15067,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36238,'100%',1,0,15067,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36239,'0%',0,0,15068,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36240,'25%',5,0,15068,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36241,'50%',5,0,15068,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36242,'75%',5,0,15068,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36243,'100%',5,0,15068,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36244,'0%',0,0,15069,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36245,'25%',5,0,15069,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36246,'50%',5,0,15069,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36247,'75%',5,0,15069,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36248,'100%',5,0,15069,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36249,'0%',0,0,15070,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36250,'25%',1,0,15070,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36251,'50%',1,0,15070,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36252,'75%',1,0,15070,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36253,'100%',1,0,15070,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36254,'Other',20,0,15071,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36255,'25%',1,0,15071,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36256,'50%',1,0,15071,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36257,'75%',1,0,15071,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36258,'100%',1,0,15071,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36259,'0%',0,0,15073,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36260,'25%',1,0,15073,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36261,'50%',1,0,15073,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36262,'75%',1,0,15073,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36263,'100%',1,0,15073,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36264,'0%',0,0,15074,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36265,'25%',2,0,15074,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36266,'50%',2,0,15074,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36267,'75%',2,0,15074,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36268,'100%',2,0,15074,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36269,'0%',0,0,15075,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36270,'25%',1,0,15075,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36271,'50%',1,0,15075,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36272,'75%',1,0,15075,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36273,'100%',1,0,15075,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36274,'Solid concrete all levels',0,0,15076,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36275,'Timber joists all levels',3,0,15076,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36276,'Concrete lowest floor – Timber above higher levels',3,0,15076,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36277,'Other',20,0,15076,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36278,'100%',1,0,15076,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36279,'Yes',1,0,15079,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36280,'No',6,0,15079,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36281,'Fan Heaters',4,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36282,'Electric Heaters',4,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36283,'Gas Heater',5,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36284,'Other Boilers',2,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36285,'Electrical Equipment',3,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36286,'Electrical Leads',3,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36287,'Portable Equipment',3,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36288,'Portable Lighting',2,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36289,'Cooking kitchen Equipment',6,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36290,'Other',20,0,15081,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36291,'Wood/Paper/Cardboard etc',3,0,15083,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36292,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15083,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36293,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15083,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36294,'Waste Material Controlled -in locked wheely bin or store',2,0,15083,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36295,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15083,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36296,'Other',20,0,15083,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36297,'Yes',0,0,15086,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36298,'Yes',0,0,15086,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36299,'No',5,0,15086,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36300,'N/A',0,0,15086,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36301,'Other',20,0,15086,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36302,'Yes',0,0,15087,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36303,'No',5,0,15087,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36304,'Other',20,0,15087,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36305,'N/A',0,0,15087,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36306,'Yes',0,0,15089,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36307,'Yes',2,0,15089,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36308,'No',5,0,15089,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36309,'N/A',0,0,15089,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36310,'Other',20,0,15089,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36311,'Yes',0,0,15091,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36312,'Yes',2,0,15091,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36313,'No',5,0,15091,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36314,'N/A',0,0,15091,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36315,'Other',20,0,15091,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36316,'Yes',0,0,15093,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36317,'No',4,0,15093,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36318,'N/A',0,0,15093,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36319,'Other',20,0,15093,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36320,'Yes',0,0,15095,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36321,'No',5,0,15095,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36322,'N/A',0,0,15095,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36323,'Other',20,0,15095,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36324,'Yes',0,0,15097,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36325,'No',4,0,15097,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36326,'N/A',0,0,15097,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36327,'Other',20,0,15097,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36328,'Yes',0,0,15099,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36329,'No',5,0,15099,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36330,'N/A',0,0,15099,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36331,'Other',20,0,15099,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36332,'Yes',0,0,15101,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36333,'No',5,0,15101,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36334,'N/A',0,0,15101,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36335,'Other',20,0,15101,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36336,'Yes',0,0,15103,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36337,'No',7,0,15103,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36338,'N/A',0,0,15103,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36339,'Other',20,0,15103,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(36340,'Yes',0,0,15104,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36341,'Option',5,0,15104,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36342,'No',8,0,15104,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36343,'N/A',0,0,15104,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36344,'Other',20,0,15104,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36345,'Yes 1',1,0,15106,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36346,'Yes 2',0,0,15106,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36347,'No',7,0,15106,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36348,'N/A',0,0,15106,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36349,'Other',20,0,15106,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(36350,'Yes',0,0,15108,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36351,'No 1',7,0,15108,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36352,'No 2',7,0,15108,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36353,'Other',20,0,15108,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36354,'N/A',0,0,15108,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36355,'Yes',0,0,15110,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36356,'No 1',5,0,15110,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36357,'No 2',5,0,15110,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36358,'Yes',0,0,15111,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36359,'No',8,0,15111,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36360,'Other',20,0,15111,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36361,'N/A',0,0,15111,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36362,'Yes',0,0,15112,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36363,'No',8,0,15112,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36364,'Other',20,0,15112,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36365,'N/A',0,0,15112,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36366,'Yes',0,0,15113,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36367,'No',8,0,15113,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36368,'Other',20,0,15113,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36369,'N/A',0,0,15113,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36370,'Yes',0,0,15115,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36371,'No',8,0,15115,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36372,'Other',20,0,15115,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36373,'N/A',0,0,15115,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36374,'Yes',0,0,15116,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36375,'No',6,0,15116,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36376,'Other',20,0,15116,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36377,'N/A',0,0,15116,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36378,'Yes',0,0,15118,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36379,'No',2,0,15118,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36380,'Other',20,0,15118,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36381,'N/A',0,0,15118,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36382,'Yes',0,0,15119,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36383,'No',2,0,15119,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36384,'Other',20,0,15119,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36385,'N/A',0,0,15119,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36386,'Yes',0,0,15120,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36387,'No',2,0,15120,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36388,'Other',20,0,15120,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36389,'N/A',0,0,15120,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36390,'Yes',0,0,15122,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36391,'No',2,0,15122,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36392,'Other',20,0,15122,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36393,'N/A',0,0,15122,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36394,'Yes',0,0,15124,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36395,'No',2,0,15124,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36396,'Other',20,0,15124,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36397,'N/A',0,0,15124,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36398,'Yes',0,0,15125,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36399,'No',2,0,15125,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36400,'Other',20,0,15125,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36401,'N/A',0,0,15125,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36402,'Yes',0,0,15126,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36403,'No',3,0,15126,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36404,'Other',20,0,15126,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36405,'N/A',0,0,15126,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36406,'Yes',0,0,15128,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36407,'No',3,0,15128,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36408,'Other',20,0,15128,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36409,'N/A',0,0,15128,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36410,'N/A',0,0,15128,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36411,'Yes',0,0,15129,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36412,'No',4,0,15129,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36413,'No Disabled',0,0,15129,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36414,'Other',20,0,15129,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36415,'N/A',0,0,15129,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36416,'Yes',0,0,15130,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36417,'No',4,0,15130,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36418,'Other',20,0,15130,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36419,'N/A',0,0,15130,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36420,'Yes',0,0,15131,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36421,'No',3,0,15131,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36422,'Other',20,0,15131,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36423,'N/A',0,0,15131,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36424,'Yes',0,0,15132,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36425,'No',4,0,15132,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36426,'Other',20,0,15132,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36427,'N/A',0,0,15132,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36428,'Yes',0,0,15133,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36429,'No',4,0,15133,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36430,'Other',20,0,15133,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36431,'N/A',0,0,15133,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36432,'Yes',0,0,15134,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36433,'No',5,0,15134,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36434,'Other',20,0,15134,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36435,'N/A',0,0,15134,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36436,'1 Yes',0,0,15135,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36437,'2 Yes',3,0,15135,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36438,'No',6,0,15135,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36439,'Other',20,0,15135,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36440,'N/A',0,0,15135,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36441,'Yes',0,0,15136,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36442,'No',5,0,15136,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36443,'Other',20,0,15136,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36444,'N/A',0,0,15136,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36445,'Yes',0,0,15138,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36446,'No',4,0,15138,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36447,'No',7,0,15138,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36448,'N/A',0,0,15138,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36449,'Other',20,0,15138,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36450,'Yes',0,0,15139,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36451,'No',6,0,15139,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36452,'NA',0,0,15139,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36453,'Other',20,0,15139,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36454,'Yes',0,0,15140,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36455,'Yes',0,0,15140,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36456,'NA',0,0,15140,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36457,'Other',20,0,15140,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36458,'Yes',1,0,15141,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36459,'No',0,0,15141,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36460,'Other',20,0,15141,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36461,'Yes',0,0,15142,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36462,'No',9,0,15142,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36463,'NA',0,0,15142,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36464,'Other',20,0,15142,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36465,'Yes',0,0,15143,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36466,'No',7,0,15143,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36467,'NA',0,0,15143,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36468,'Other',20,0,15143,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36469,'Yes',0,0,15144,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36470,'No',6,0,15144,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36471,'NA',0,0,15144,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36472,'Other',20,0,15144,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36473,'Yes',0,0,15145,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36474,'No',6,0,15145,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36475,'NA',0,0,15145,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36476,'Other',20,0,15145,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36477,'Yes',0,0,15146,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36478,'No',8,0,15146,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36479,'NA',0,0,15146,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36480,'Other',20,0,15146,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36481,'Yes',3,0,15147,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36482,'Yes',4,0,15147,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36483,'Yes',5,0,15147,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36484,'Other',20,0,15147,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36485,'Director',0,0,15153,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36486,'Owner Landlord',0,0,15153,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36487,'Site Maitenance',0,0,15153,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36488,'Estate Agent',0,0,15153,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36489,'Letting Agent',0,0,15153,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36490,'Other',0,0,15153,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36491,'Property Agent',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36492,'Owner Landlord',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36493,'Site Manager',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36494,'Property Manager',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36495,'Construction Manager',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36496,'Fire Warden',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36497,'Director',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36498,'CEO',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36499,'Other',0,0,15154,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36500,'A Property Within Building Block',0,0,15155,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36501,'All Of The Property',0,0,15155,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36502,'Communal Areas Only',0,0,15155,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36503,'House',0,0,15155,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36504,'Flat',0,0,15155,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36505,'Other',0,0,15155,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36506,'Nebosh',0,0,15162,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36507,'Level 2 Fire Risk Assessor',0,0,15162,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36508,'Competant Person',0,0,15162,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36509,'Yes',1,0,15163,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36510,'Yes',0,0,15163,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36511,'No',5,0,15163,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36512,'Other',20,0,15163,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36513,'Yes',0,0,15164,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36514,'No',5,0,15164,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36515,'NA',5,0,15164,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36516,'Other',20,0,15164,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36517,'Yes',0,0,15165,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36518,'No',5,0,15165,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36519,'NA',0,0,15165,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36520,'Other',20,0,15165,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36521,'Choice 6',5,0,15165,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36522,'Yes',0,0,15166,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36523,'No',5,0,15166,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36524,'Other',20,0,15166,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36525,'Yes',0,0,15167,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36526,'No',5,0,15167,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36527,'NA',5,0,15167,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36528,'Other',20,0,15167,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36529,'Yes',0,0,15168,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36530,'No',5,0,15168,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36531,'NA',0,0,15168,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36532,'Other',20,0,15168,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36533,'Yes',0,0,15169,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36534,'No',5,0,15169,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36535,'NA',5,0,15169,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36536,'Other',20,0,15169,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36537,'Detached',1,0,15170,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36538,'Semi Detached',2,0,15170,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36539,'Terraced',3,0,15170,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36540,'Linked-Detached',1,0,15170,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36541,'Other',20,0,15170,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36542,'House',1,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36543,'Bungalow',1,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36544,'Block of Flats - Studios up to 6 Floor Levels',3,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36545,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36546,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36547,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36548,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36549,'Underground Property',1,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36550,'Factory/ Warehouse',3,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36551,'Garage/ Workshop',3,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36552,'Retail Shop',2,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36553,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36554,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36555,'Other',20,0,15171,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36556,'1-5',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36557,'5-10',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36558,'10-15',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36559,'15-20',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36560,'20-25',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36561,'25-30',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36562,'30-35',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36563,'35-40',0,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36564,'Other',20,0,15172,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36565,'1',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36566,'2',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36567,'3',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36568,'4',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36569,'5',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36570,'6',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36571,'7',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36572,'8',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36573,'9',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36574,'10',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36575,'11',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36576,'12',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36577,'13',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36578,'14',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36579,'15',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36580,'16',1,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36581,'N/A',0,0,15175,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36582,'1',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36583,'2',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36584,'3',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36585,'4',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36586,'5',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36587,'6',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36588,'7',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36589,'8',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36590,'9',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36591,'10',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36592,'11',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36593,'12',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36594,'13',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36595,'14',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36596,'15',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36597,'16',2,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36598,'N/A',0,0,15176,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36599,'Wood',2,0,15177,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36600,'Plastics',1,0,15177,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36601,'Aluminium',0,0,15177,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36602,'Stone',0,0,15177,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36603,'Other',20,0,15177,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36604,'Yes',1,0,15179,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36605,'No',3,0,15179,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36606,'Unknown',3,0,15179,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36607,'Yes',1,0,15180,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36608,'No',5,0,15180,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36609,'Unknown',5,0,15180,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36610,'Other',20,0,15181,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36611,'No',5,0,15181,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36612,'Unknown',5,0,15181,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36613,'Very Good',1,0,15182,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36614,'Good',1,0,15182,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36615,'Fair',1,0,15182,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36616,'Poor',2,0,15182,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36617,'Very Poor',2,0,15182,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36618,'0%',0,0,15185,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36619,'25%',0,0,15185,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36620,'50%',0,0,15185,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36621,'75%',0,0,15185,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36622,'100%',0,0,15185,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36623,'0%',0,0,15186,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36624,'25%',1,0,15186,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36625,'50%',1,0,15186,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36626,'75%',1,0,15186,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36627,'100%',1,0,15186,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36628,'0%',0,0,15187,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36629,'25%',0,0,15187,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36630,'50%',0,0,15187,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36631,'75%',0,0,15187,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36632,'100%',0,0,15187,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36633,'0%',0,0,15188,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36634,'25%',3,0,15188,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36635,'50%',3,0,15188,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36636,'75%',3,0,15188,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36637,'100%',3,0,15188,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36638,'0%',0,0,15189,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36639,'25%',1,0,15189,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36640,'50%',1,0,15189,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36641,'75%',1,0,15189,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36642,'100%',1,0,15189,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36643,'0%',0,0,15190,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36644,'25%',5,0,15190,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36645,'50%',5,0,15190,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36646,'75%',5,0,15190,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36647,'100%',5,0,15190,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36648,'0%',0,0,15191,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36649,'25%',5,0,15191,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36650,'50%',5,0,15191,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36651,'75%',5,0,15191,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36652,'100%',5,0,15191,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36653,'0%',0,0,15192,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36654,'25%',1,0,15192,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36655,'50%',1,0,15192,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36656,'75%',1,0,15192,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36657,'100%',1,0,15192,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36658,'Other',20,0,15193,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36659,'25%',1,0,15193,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36660,'50%',1,0,15193,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36661,'75%',1,0,15193,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36662,'100%',1,0,15193,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36663,'0%',0,0,15195,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36664,'25%',1,0,15195,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36665,'50%',1,0,15195,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36666,'75%',1,0,15195,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36667,'100%',1,0,15195,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36668,'0%',0,0,15196,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36669,'25%',2,0,15196,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36670,'50%',2,0,15196,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36671,'75%',2,0,15196,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36672,'100%',2,0,15196,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36673,'0%',0,0,15197,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36674,'25%',1,0,15197,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36675,'50%',1,0,15197,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36676,'75%',1,0,15197,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36677,'100%',1,0,15197,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36678,'Solid concrete all levels',0,0,15198,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36679,'Timber joists all levels',3,0,15198,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36680,'Concrete lowest floor – Timber above higher levels',3,0,15198,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36681,'Other',20,0,15198,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36682,'100%',1,0,15198,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36683,'Yes',1,0,15201,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36684,'No',6,0,15201,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36685,'Fan Heaters',4,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36686,'Electric Heaters',4,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36687,'Gas Heater',5,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36688,'Other Boilers',2,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36689,'Electrical Equipment',3,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36690,'Electrical Leads',3,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36691,'Portable Equipment',3,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36692,'Portable Lighting',2,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36693,'Cooking kitchen Equipment',6,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36694,'Other',20,0,15203,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36695,'Wood/Paper/Cardboard etc',3,0,15205,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36696,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15205,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36697,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15205,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36698,'Waste Material Controlled -in locked wheely bin or store',2,0,15205,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36699,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15205,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36700,'Other',20,0,15205,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36701,'Yes',0,0,15208,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36702,'Yes',0,0,15208,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36703,'No',5,0,15208,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36704,'N/A',0,0,15208,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36705,'Other',20,0,15208,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36706,'Yes',0,0,15209,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36707,'No',5,0,15209,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36708,'Other',20,0,15209,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36709,'N/A',0,0,15209,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36710,'Yes',0,0,15211,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36711,'Yes',2,0,15211,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36712,'No',5,0,15211,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36713,'N/A',0,0,15211,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36714,'Other',20,0,15211,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36715,'Yes',0,0,15213,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36716,'Yes',2,0,15213,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36717,'No',5,0,15213,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36718,'N/A',0,0,15213,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36719,'Other',20,0,15213,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36720,'Yes',0,0,15215,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36721,'No',4,0,15215,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36722,'N/A',0,0,15215,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36723,'Other',20,0,15215,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36724,'Yes',0,0,15217,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36725,'No',5,0,15217,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36726,'N/A',0,0,15217,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36727,'Other',20,0,15217,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36728,'Yes',0,0,15219,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36729,'No',4,0,15219,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36730,'N/A',0,0,15219,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36731,'Other',20,0,15219,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36732,'Yes',0,0,15221,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36733,'No',5,0,15221,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36734,'N/A',0,0,15221,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36735,'Other',20,0,15221,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36736,'Yes',0,0,15223,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36737,'No',5,0,15223,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36738,'N/A',0,0,15223,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36739,'Other',20,0,15223,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36740,'Yes',0,0,15225,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36741,'No',7,0,15225,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36742,'N/A',0,0,15225,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36743,'Other',20,0,15225,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36744,'Yes',2,0,15226,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36745,'No',6,0,15226,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36746,'No',0,0,15226,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36747,'N/A',0,0,15226,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(36748,'Yes',0,0,15227,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36749,'Option',5,0,15227,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36750,'No',8,0,15227,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36751,'N/A',0,0,15227,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36752,'Other',20,0,15227,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36753,'Yes 1',1,0,15229,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36754,'Yes 2',0,0,15229,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36755,'No',7,0,15229,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36756,'N/A',0,0,15229,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36757,'Other',20,0,15229,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36758,'Yes',0,0,15231,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36759,'No 1',7,0,15231,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36760,'No 2',7,0,15231,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36761,'Other',20,0,15231,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36762,'N/A',0,0,15231,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36763,'Yes',0,0,15233,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36764,'No 1',5,0,15233,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36765,'No 2',5,0,15233,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36766,'Yes',0,0,15234,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36767,'No',8,0,15234,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36768,'Other',20,0,15234,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36769,'N/A',0,0,15234,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36770,'Yes',0,0,15235,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36771,'No',8,0,15235,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36772,'Other',20,0,15235,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36773,'N/A',0,0,15235,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36774,'Yes',0,0,15236,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36775,'No',8,0,15236,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36776,'Other',20,0,15236,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36777,'N/A',0,0,15236,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(36778,'Yes',0,0,15238,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36779,'No',8,0,15238,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36780,'Other',20,0,15238,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36781,'N/A',0,0,15238,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36782,'Yes',0,0,15239,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36783,'No',6,0,15239,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36784,'Other',20,0,15239,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36785,'N/A',0,0,15239,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36786,'Yes',0,0,15241,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36787,'No',2,0,15241,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36788,'Other',20,0,15241,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36789,'N/A',0,0,15241,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36790,'Yes',0,0,15242,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36791,'No',2,0,15242,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36792,'Other',20,0,15242,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36793,'N/A',0,0,15242,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36794,'Yes',0,0,15243,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36795,'No',2,0,15243,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36796,'Other',20,0,15243,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36797,'N/A',0,0,15243,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36798,'Yes',0,0,15245,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36799,'No',2,0,15245,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36800,'Other',20,0,15245,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36801,'N/A',0,0,15245,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36802,'Yes',0,0,15247,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36803,'No',2,0,15247,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36804,'Other',20,0,15247,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36805,'N/A',0,0,15247,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36806,'Yes',0,0,15248,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36807,'No',2,0,15248,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36808,'Other',20,0,15248,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36809,'N/A',0,0,15248,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36810,'Yes',0,0,15249,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36811,'No',3,0,15249,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36812,'Other',20,0,15249,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36813,'N/A',0,0,15249,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36814,'Yes',0,0,15251,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36815,'No',3,0,15251,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36816,'Other',20,0,15251,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36817,'N/A',0,0,15251,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36818,'N/A',0,0,15251,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36819,'Yes',0,0,15252,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36820,'No',4,0,15252,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36821,'No Disabled',0,0,15252,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36822,'Other',20,0,15252,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36823,'N/A',0,0,15252,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36824,'Yes',0,0,15253,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36825,'No',4,0,15253,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36826,'Other',20,0,15253,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36827,'N/A',0,0,15253,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36828,'Yes',0,0,15254,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36829,'No',3,0,15254,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36830,'Other',20,0,15254,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36831,'N/A',0,0,15254,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36832,'Yes',0,0,15255,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36833,'No',4,0,15255,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36834,'Other',20,0,15255,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36835,'N/A',0,0,15255,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36836,'Yes',0,0,15256,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36837,'No',4,0,15256,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36838,'Other',20,0,15256,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36839,'N/A',0,0,15256,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36840,'Yes',0,0,15257,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36841,'No',5,0,15257,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36842,'Other',20,0,15257,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36843,'N/A',0,0,15257,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36844,'1 Yes',0,0,15258,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36845,'2 Yes',3,0,15258,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36846,'No',6,0,15258,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36847,'Other',20,0,15258,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36848,'N/A',0,0,15258,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36849,'Yes',0,0,15259,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36850,'No',5,0,15259,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36851,'Other',20,0,15259,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36852,'N/A',0,0,15259,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36853,'Yes',0,0,15261,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36854,'No',4,0,15261,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36855,'No',7,0,15261,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36856,'N/A',0,0,15261,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36857,'Other',20,0,15261,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36858,'Yes',0,0,15262,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36859,'No',6,0,15262,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36860,'NA',0,0,15262,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36861,'Other',20,0,15262,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36862,'Yes',0,0,15263,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36863,'Yes',0,0,15263,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36864,'NA',0,0,15263,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36865,'Other',20,0,15263,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36866,'Yes',1,0,15264,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36867,'No',0,0,15264,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36868,'Other',20,0,15264,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36869,'Yes',0,0,15265,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36870,'No',9,0,15265,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36871,'NA',0,0,15265,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36872,'Other',20,0,15265,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36873,'Yes',0,0,15266,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36874,'No',7,0,15266,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36875,'NA',0,0,15266,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36876,'Other',20,0,15266,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36877,'Yes',0,0,15267,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36878,'No',6,0,15267,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36879,'NA',0,0,15267,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36880,'Other',20,0,15267,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36881,'Yes',0,0,15268,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36882,'No',6,0,15268,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36883,'NA',0,0,15268,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36884,'Other',20,0,15268,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36885,'Yes',0,0,15269,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36886,'No',8,0,15269,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36887,'NA',0,0,15269,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36888,'Other',20,0,15269,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36889,'Yes',3,0,15270,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36890,'Yes',4,0,15270,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36891,'Yes',5,0,15270,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36892,'Other',20,0,15270,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36893,'Director',0,0,15276,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36894,'Owner Landlord',0,0,15276,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36895,'Site Maitenance',0,0,15276,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36896,'Estate Agent',0,0,15276,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36897,'Letting Agent',0,0,15276,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36898,'Other',0,0,15276,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36899,'Property Agent',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36900,'Owner Landlord',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36901,'Site Manager',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36902,'Property Manager',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36903,'Construction Manager',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36904,'Fire Warden',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36905,'Director',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36906,'CEO',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36907,'Other',0,0,15277,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36908,'A Property Within Building Block',0,0,15278,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36909,'All Of The Property',0,0,15278,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36910,'Communal Areas Only',0,0,15278,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36911,'House',0,0,15278,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36912,'Flat',0,0,15278,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36913,'Other',0,0,15278,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36914,'Nebosh',0,0,15285,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36915,'Level 2 Fire Risk Assessor',0,0,15285,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36916,'Competant Person',0,0,15285,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36917,'Yes',1,0,15286,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36918,'Yes',0,0,15286,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36919,'No',5,0,15286,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36920,'Other',20,0,15286,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36921,'Yes',0,0,15287,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36922,'No',5,0,15287,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36923,'NA',5,0,15287,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36924,'Other',20,0,15287,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36925,'Yes',0,0,15288,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36926,'No',5,0,15288,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36927,'NA',0,0,15288,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36928,'Other',20,0,15288,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36929,'Choice 6',5,0,15288,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36930,'Yes',0,0,15289,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36931,'No',5,0,15289,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36932,'Other',20,0,15289,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36933,'Yes',0,0,15290,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36934,'No',5,0,15290,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36935,'NA',5,0,15290,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36936,'Other',20,0,15290,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36937,'Yes',0,0,15291,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36938,'No',5,0,15291,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36939,'NA',0,0,15291,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36940,'Other',20,0,15291,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36941,'Yes',0,0,15292,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36942,'No',5,0,15292,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36943,'NA',5,0,15292,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36944,'Other',20,0,15292,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36945,'Detached',1,0,15293,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36946,'Semi Detached',2,0,15293,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36947,'Terraced',3,0,15293,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36948,'Linked-Detached',1,0,15293,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36949,'Other',20,0,15293,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36950,'House',1,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36951,'Bungalow',1,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36952,'Block of Flats - Studios up to 6 Floor Levels',3,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36953,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36954,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36955,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36956,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36957,'Underground Property',1,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36958,'Factory/ Warehouse',3,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36959,'Garage/ Workshop',3,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36960,'Retail Shop',2,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36961,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36962,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36963,'Other',20,0,15294,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36964,'1-5',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36965,'5-10',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36966,'10-15',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36967,'15-20',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36968,'20-25',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36969,'25-30',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36970,'30-35',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36971,'35-40',0,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36972,'Other',20,0,15295,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36973,'1',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36974,'2',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36975,'3',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36976,'4',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36977,'5',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36978,'6',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36979,'7',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36980,'8',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36981,'9',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36982,'10',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36983,'11',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36984,'12',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36985,'13',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36986,'14',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36987,'15',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36988,'16',1,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36989,'N/A',0,0,15298,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36990,'1',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36991,'2',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36992,'3',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36993,'4',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36994,'5',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36995,'6',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36996,'7',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36997,'8',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36998,'9',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(36999,'10',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37000,'11',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37001,'12',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37002,'13',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37003,'14',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37004,'15',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37005,'16',2,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37006,'N/A',0,0,15299,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37007,'Wood',2,0,15300,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37008,'Plastics',1,0,15300,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37009,'Aluminium',0,0,15300,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37010,'Stone',0,0,15300,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37011,'Other',20,0,15300,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37012,'Yes',1,0,15302,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37013,'No',3,0,15302,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37014,'Unknown',3,0,15302,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37015,'Yes',1,0,15303,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37016,'No',5,0,15303,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37017,'Unknown',5,0,15303,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37018,'Other',20,0,15304,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37019,'No',5,0,15304,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37020,'Unknown',5,0,15304,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37021,'Very Good',1,0,15305,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37022,'Good',1,0,15305,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37023,'Fair',1,0,15305,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37024,'Poor',2,0,15305,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37025,'Very Poor',2,0,15305,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37026,'0%',0,0,15308,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37027,'25%',0,0,15308,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37028,'50%',0,0,15308,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37029,'75%',0,0,15308,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37030,'100%',0,0,15308,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37031,'0%',0,0,15309,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37032,'25%',1,0,15309,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37033,'50%',1,0,15309,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37034,'75%',1,0,15309,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37035,'100%',1,0,15309,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37036,'0%',0,0,15310,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37037,'25%',0,0,15310,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37038,'50%',0,0,15310,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37039,'75%',0,0,15310,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37040,'100%',0,0,15310,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37041,'0%',0,0,15311,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37042,'25%',3,0,15311,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37043,'50%',3,0,15311,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37044,'75%',3,0,15311,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37045,'100%',3,0,15311,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37046,'0%',0,0,15312,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37047,'25%',1,0,15312,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37048,'50%',1,0,15312,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37049,'75%',1,0,15312,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37050,'100%',1,0,15312,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37051,'0%',0,0,15313,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37052,'25%',5,0,15313,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37053,'50%',5,0,15313,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37054,'75%',5,0,15313,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37055,'100%',5,0,15313,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37056,'0%',0,0,15314,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37057,'25%',5,0,15314,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37058,'50%',5,0,15314,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37059,'75%',5,0,15314,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37060,'100%',5,0,15314,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37061,'0%',0,0,15315,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37062,'25%',1,0,15315,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37063,'50%',1,0,15315,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37064,'75%',1,0,15315,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37065,'100%',1,0,15315,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37066,'Other',20,0,15316,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37067,'25%',1,0,15316,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37068,'50%',1,0,15316,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37069,'75%',1,0,15316,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37070,'100%',1,0,15316,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37071,'0%',0,0,15318,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37072,'25%',1,0,15318,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37073,'50%',1,0,15318,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37074,'75%',1,0,15318,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37075,'100%',1,0,15318,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37076,'0%',0,0,15319,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37077,'25%',2,0,15319,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37078,'50%',2,0,15319,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37079,'75%',2,0,15319,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37080,'100%',2,0,15319,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37081,'0%',0,0,15320,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37082,'25%',1,0,15320,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37083,'50%',1,0,15320,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37084,'75%',1,0,15320,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37085,'100%',1,0,15320,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37086,'Solid concrete all levels',0,0,15321,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37087,'Timber joists all levels',3,0,15321,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37088,'Concrete lowest floor – Timber above higher levels',3,0,15321,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37089,'Other',20,0,15321,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37090,'100%',1,0,15321,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37091,'Yes',1,0,15324,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37092,'No',6,0,15324,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37093,'Fan Heaters',4,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37094,'Electric Heaters',4,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37095,'Gas Heater',5,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37096,'Other Boilers',2,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37097,'Electrical Equipment',3,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37098,'Electrical Leads',3,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37099,'Portable Equipment',3,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37100,'Portable Lighting',2,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37101,'Cooking kitchen Equipment',6,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37102,'Other',20,0,15326,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37103,'Wood/Paper/Cardboard etc',3,0,15328,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37104,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15328,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37105,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15328,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37106,'Waste Material Controlled -in locked wheely bin or store',2,0,15328,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37107,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15328,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37108,'Other',20,0,15328,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37109,'Yes',0,0,15331,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37110,'Yes',2,0,15331,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37111,'No',5,0,15331,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37112,'N/A',0,0,15331,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37113,'Other',20,0,15331,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37114,'Yes',0,0,15333,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37115,'Yes',2,0,15333,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37116,'No',5,0,15333,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37117,'N/A',0,0,15333,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37118,'Other',20,0,15333,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37119,'Yes',0,0,15335,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37120,'No',4,0,15335,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37121,'N/A',0,0,15335,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37122,'Other',20,0,15335,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37123,'Yes',0,0,15337,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37124,'No',5,0,15337,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37125,'N/A',0,0,15337,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37126,'Other',20,0,15337,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37127,'Yes',0,0,15339,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37128,'No',4,0,15339,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37129,'N/A',0,0,15339,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37130,'Other',20,0,15339,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37131,'Yes',0,0,15341,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37132,'No',5,0,15341,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37133,'N/A',0,0,15341,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37134,'Other',20,0,15341,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37135,'Yes',0,0,15343,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37136,'No',5,0,15343,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37137,'N/A',0,0,15343,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37138,'Other',20,0,15343,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37139,'Yes',0,0,15345,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37140,'No',7,0,15345,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37141,'N/A',0,0,15345,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37142,'Other',20,0,15345,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37143,'Yes',2,0,15346,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37144,'No',6,0,15346,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37145,'No',0,0,15346,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37146,'N/A',0,0,15346,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37147,'Yes',0,0,15347,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37148,'Yes',0,0,15347,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37149,'No',5,0,15347,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37150,'N/A',0,0,15347,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37151,'Other',20,0,15347,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37152,'Yes',0,0,15348,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37153,'No',5,0,15348,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37154,'Other',20,0,15348,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37155,'N/A',0,0,15348,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(37156,'Yes',0,0,15349,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37157,'Option',5,0,15349,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37158,'No',8,0,15349,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37159,'N/A',0,0,15349,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37160,'Other',20,0,15349,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37161,'Yes 1',1,0,15351,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37162,'Yes 2',0,0,15351,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37163,'No',7,0,15351,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37164,'N/A',0,0,15351,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37165,'Other',20,0,15351,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37166,'Yes',0,0,15353,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37167,'No 1',7,0,15353,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37168,'No 2',7,0,15353,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37169,'Other',20,0,15353,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37170,'N/A',0,0,15353,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37171,'Yes',0,0,15355,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37172,'No 1',5,0,15355,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37173,'No 2',5,0,15355,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37174,'Yes',0,0,15356,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37175,'No',8,0,15356,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37176,'Other',20,0,15356,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37177,'N/A',0,0,15356,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37178,'Yes',0,0,15357,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37179,'No',8,0,15357,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37180,'Other',20,0,15357,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37181,'N/A',0,0,15357,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37182,'Yes',0,0,15358,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37183,'No',8,0,15358,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37184,'Other',20,0,15358,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37185,'N/A',0,0,15358,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37186,'Yes',0,0,15360,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37187,'No',8,0,15360,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37188,'Other',20,0,15360,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37189,'N/A',0,0,15360,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37190,'Yes',0,0,15361,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37191,'No',6,0,15361,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37192,'Other',20,0,15361,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37193,'N/A',0,0,15361,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37194,'Yes',0,0,15363,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37195,'No',2,0,15363,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37196,'Other',20,0,15363,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37197,'N/A',0,0,15363,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37198,'Yes',0,0,15364,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37199,'No',2,0,15364,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37200,'Other',20,0,15364,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37201,'N/A',0,0,15364,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37202,'Yes',0,0,15365,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37203,'No',2,0,15365,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37204,'Other',20,0,15365,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37205,'N/A',0,0,15365,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37206,'Yes',0,0,15367,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37207,'No',2,0,15367,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37208,'Other',20,0,15367,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37209,'N/A',0,0,15367,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37210,'Yes',0,0,15369,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37211,'No',2,0,15369,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37212,'Other',20,0,15369,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37213,'N/A',0,0,15369,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37214,'Yes',0,0,15370,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37215,'No',2,0,15370,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37216,'Other',20,0,15370,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37217,'N/A',0,0,15370,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37218,'Yes',0,0,15371,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37219,'No',3,0,15371,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37220,'Other',20,0,15371,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37221,'N/A',0,0,15371,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37222,'Yes',0,0,15373,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37223,'No',3,0,15373,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37224,'Other',20,0,15373,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37225,'N/A',0,0,15373,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37226,'N/A',0,0,15373,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37227,'Yes',0,0,15374,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37228,'No',4,0,15374,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37229,'No Disabled',0,0,15374,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37230,'Other',20,0,15374,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37231,'N/A',0,0,15374,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37232,'Yes',0,0,15375,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37233,'No',4,0,15375,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37234,'Other',20,0,15375,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37235,'N/A',0,0,15375,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37236,'Yes',0,0,15376,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37237,'No',3,0,15376,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37238,'Other',20,0,15376,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37239,'N/A',0,0,15376,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37240,'Yes',0,0,15377,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37241,'No',4,0,15377,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37242,'Other',20,0,15377,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37243,'N/A',0,0,15377,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37244,'Yes',0,0,15378,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37245,'No',4,0,15378,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37246,'Other',20,0,15378,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37247,'N/A',0,0,15378,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37248,'Yes',0,0,15379,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37249,'No',5,0,15379,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37250,'Other',20,0,15379,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37251,'N/A',0,0,15379,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37252,'1 Yes',0,0,15380,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37253,'2 Yes',3,0,15380,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37254,'No',6,0,15380,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37255,'Other',20,0,15380,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37256,'N/A',0,0,15380,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37257,'Yes',0,0,15381,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37258,'No',5,0,15381,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37259,'Other',20,0,15381,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37260,'N/A',0,0,15381,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37261,'Yes',0,0,15383,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37262,'No',4,0,15383,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37263,'No',7,0,15383,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37264,'N/A',0,0,15383,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37265,'Other',20,0,15383,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37266,'Yes',0,0,15384,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37267,'No',6,0,15384,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37268,'NA',0,0,15384,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37269,'Other',20,0,15384,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37270,'Yes',0,0,15385,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37271,'Yes',0,0,15385,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37272,'NA',0,0,15385,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37273,'Other',20,0,15385,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37274,'Yes',1,0,15386,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37275,'No',0,0,15386,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37276,'Other',20,0,15386,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37277,'Yes',0,0,15387,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37278,'No',9,0,15387,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37279,'NA',0,0,15387,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37280,'Other',20,0,15387,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37281,'Yes',0,0,15388,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37282,'No',7,0,15388,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37283,'NA',0,0,15388,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37284,'Other',20,0,15388,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37285,'Yes',0,0,15389,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37286,'No',6,0,15389,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37287,'NA',0,0,15389,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37288,'Other',20,0,15389,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37289,'Yes',0,0,15390,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37290,'No',6,0,15390,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37291,'NA',0,0,15390,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37292,'Other',20,0,15390,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37293,'Yes',0,0,15391,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37294,'No',8,0,15391,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37295,'NA',0,0,15391,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37296,'Other',20,0,15391,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37297,'Yes',3,0,15392,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37298,'Yes',4,0,15392,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37299,'Yes',5,0,15392,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37300,'Other',20,0,15392,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37301,'Director',0,0,15398,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37302,'Owner Landlord',0,0,15398,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37303,'Site Maitenance',0,0,15398,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37304,'Estate Agent',0,0,15398,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37305,'Letting Agent',0,0,15398,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37306,'Other',0,0,15398,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37307,'Property Agent',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37308,'Owner Landlord',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37309,'Site Manager',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37310,'Property Manager',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37311,'Construction Manager',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37312,'Fire Warden',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37313,'Director',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37314,'CEO',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37315,'Other',0,0,15399,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37316,'A Property Within Building Block',0,0,15400,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37317,'All Of The Property',0,0,15400,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37318,'Communal Areas Only',0,0,15400,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37319,'House',0,0,15400,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37320,'Flat',0,0,15400,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37321,'Other',0,0,15400,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37322,'Nebosh',0,0,15407,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37323,'Level 2 Fire Risk Assessor',0,0,15407,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37324,'Competant Person',0,0,15407,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37325,'Yes',1,0,15408,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37326,'Yes',0,0,15408,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37327,'No',5,0,15408,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37328,'Other',20,0,15408,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37329,'Yes',0,0,15409,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37330,'No',5,0,15409,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37331,'NA',5,0,15409,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37332,'Other',20,0,15409,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37333,'Yes',0,0,15410,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37334,'No',5,0,15410,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37335,'NA',0,0,15410,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37336,'Other',20,0,15410,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37337,'Choice 6',5,0,15410,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37338,'Yes',0,0,15411,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37339,'No',5,0,15411,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37340,'Other',20,0,15411,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37341,'Yes',0,0,15412,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37342,'No',5,0,15412,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37343,'NA',5,0,15412,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37344,'Other',20,0,15412,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37345,'Yes',0,0,15413,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37346,'No',5,0,15413,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37347,'NA',0,0,15413,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37348,'Other',20,0,15413,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37349,'Yes',0,0,15414,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37350,'No',5,0,15414,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37351,'NA',5,0,15414,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37352,'Other',20,0,15414,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37353,'Fan Heaters',4,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37354,'Electric Heaters',4,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37355,'Gas Heater',5,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37356,'Other Boilers',2,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37357,'Electrical Equipment',3,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37358,'Electrical Leads',3,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37359,'Portable Equipment',3,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37360,'Portable Lighting',2,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37361,'Cooking kitchen Equipment',6,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37362,'Other',20,0,15415,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37363,'Wood/Paper/Cardboard etc',3,0,15417,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37364,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15417,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37365,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15417,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37366,'Waste Material Controlled -in locked wheely bin or store',2,0,15417,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37367,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15417,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37368,'Other',20,0,15417,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37369,'Yes',0,0,15420,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37370,'Yes',2,0,15420,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37371,'No',5,0,15420,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37372,'N/A',0,0,15420,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37373,'Other',20,0,15420,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37374,'Yes',0,0,15422,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37375,'Yes',2,0,15422,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37376,'No',5,0,15422,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37377,'N/A',0,0,15422,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37378,'Other',20,0,15422,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37379,'Yes',0,0,15424,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37380,'No',4,0,15424,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37381,'N/A',0,0,15424,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37382,'Other',20,0,15424,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37383,'Yes',0,0,15426,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37384,'No',5,0,15426,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37385,'N/A',0,0,15426,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37386,'Other',20,0,15426,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37387,'Yes',0,0,15428,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37388,'No',4,0,15428,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37389,'N/A',0,0,15428,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37390,'Other',20,0,15428,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37391,'Yes',0,0,15430,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37392,'No',5,0,15430,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37393,'N/A',0,0,15430,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37394,'Other',20,0,15430,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37395,'Yes',0,0,15432,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37396,'No',5,0,15432,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37397,'N/A',0,0,15432,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37398,'Other',20,0,15432,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37399,'Yes',0,0,15434,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37400,'No',7,0,15434,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37401,'N/A',0,0,15434,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37402,'Other',20,0,15434,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37403,'Yes',2,0,15435,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37404,'No',6,0,15435,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37405,'No',0,0,15435,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37406,'N/A',0,0,15435,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37407,'Yes',0,0,15436,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37408,'Yes',0,0,15436,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37409,'No',5,0,15436,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(37410,'N/A',0,0,15436,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37411,'Other',20,0,15436,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37412,'Yes',0,0,15437,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37413,'No',5,0,15437,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37414,'Other',20,0,15437,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37415,'N/A',0,0,15437,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37416,'Detached',1,0,15438,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37417,'Semi Detached',2,0,15438,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37418,'Terraced',3,0,15438,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37419,'Linked-Detached',1,0,15438,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37420,'Other',20,0,15438,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37421,'House',1,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37422,'Bungalow',1,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37423,'Block of Flats - Studios up to 6 Floor Levels',3,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37424,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37425,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37426,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37427,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37428,'Underground Property',1,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37429,'Factory/ Warehouse',3,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37430,'Garage/ Workshop',3,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37431,'Retail Shop',2,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37432,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37433,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37434,'Other',20,0,15439,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37435,'1-5',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37436,'5-10',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37437,'10-15',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37438,'15-20',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37439,'20-25',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37440,'25-30',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37441,'30-35',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37442,'35-40',0,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37443,'Other',20,0,15440,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37444,'1',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37445,'2',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37446,'3',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37447,'4',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37448,'5',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37449,'6',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37450,'7',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37451,'8',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37452,'9',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37453,'10',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37454,'11',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37455,'12',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37456,'13',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37457,'14',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37458,'15',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37459,'16',1,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37460,'N/A',0,0,15443,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37461,'1',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37462,'2',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37463,'3',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37464,'4',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37465,'5',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37466,'6',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37467,'7',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37468,'8',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37469,'9',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37470,'10',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37471,'11',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37472,'12',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37473,'13',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37474,'14',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37475,'15',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37476,'16',2,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37477,'N/A',0,0,15444,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37478,'Wood',2,0,15445,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37479,'Plastics',1,0,15445,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37480,'Aluminium',0,0,15445,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37481,'Stone',0,0,15445,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37482,'Other',20,0,15445,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37483,'Yes',1,0,15447,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37484,'No',3,0,15447,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37485,'Unknown',3,0,15447,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37486,'Yes',1,0,15448,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37487,'No',5,0,15448,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37488,'Unknown',5,0,15448,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37489,'Other',20,0,15449,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37490,'No',5,0,15449,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37491,'Unknown',5,0,15449,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37492,'Very Good',1,0,15450,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37493,'Good',1,0,15450,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37494,'Fair',1,0,15450,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37495,'Poor',2,0,15450,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37496,'Very Poor',2,0,15450,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37497,'0%',0,0,15453,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37498,'25%',0,0,15453,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37499,'50%',0,0,15453,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37500,'75%',0,0,15453,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37501,'100%',0,0,15453,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37502,'0%',0,0,15454,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37503,'25%',1,0,15454,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37504,'50%',1,0,15454,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37505,'75%',1,0,15454,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37506,'100%',1,0,15454,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37507,'0%',0,0,15455,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37508,'25%',0,0,15455,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37509,'50%',0,0,15455,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37510,'75%',0,0,15455,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37511,'100%',0,0,15455,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37512,'0%',0,0,15456,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37513,'25%',3,0,15456,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37514,'50%',3,0,15456,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37515,'75%',3,0,15456,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37516,'100%',3,0,15456,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37517,'0%',0,0,15457,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37518,'25%',1,0,15457,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37519,'50%',1,0,15457,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37520,'75%',1,0,15457,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37521,'100%',1,0,15457,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37522,'0%',0,0,15458,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37523,'25%',5,0,15458,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37524,'50%',5,0,15458,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37525,'75%',5,0,15458,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37526,'100%',5,0,15458,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37527,'0%',0,0,15459,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37528,'25%',5,0,15459,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37529,'50%',5,0,15459,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37530,'75%',5,0,15459,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37531,'100%',5,0,15459,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37532,'0%',0,0,15460,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37533,'25%',1,0,15460,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37534,'50%',1,0,15460,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37535,'75%',1,0,15460,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37536,'100%',1,0,15460,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37537,'Other',20,0,15461,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37538,'25%',1,0,15461,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37539,'50%',1,0,15461,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37540,'75%',1,0,15461,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37541,'100%',1,0,15461,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37542,'0%',0,0,15463,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37543,'25%',1,0,15463,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37544,'50%',1,0,15463,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37545,'75%',1,0,15463,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37546,'100%',1,0,15463,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37547,'0%',0,0,15464,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37548,'25%',2,0,15464,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37549,'50%',2,0,15464,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37550,'75%',2,0,15464,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37551,'100%',2,0,15464,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37552,'0%',0,0,15465,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37553,'25%',1,0,15465,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37554,'50%',1,0,15465,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37555,'75%',1,0,15465,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37556,'100%',1,0,15465,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37557,'Solid concrete all levels',0,0,15466,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37558,'Timber joists all levels',3,0,15466,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37559,'Concrete lowest floor – Timber above higher levels',3,0,15466,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37560,'Other',20,0,15466,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37561,'100%',1,0,15466,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37562,'Yes',1,0,15469,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37563,'No',6,0,15469,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37564,'Yes',2,0,15471,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37565,'No',8,0,15471,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(37566,'Yes',0,0,15473,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37567,'Option',5,0,15473,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37568,'No',8,0,15473,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37569,'N/A',0,0,15473,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37570,'Other',20,0,15473,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37571,'Yes 1',1,0,15475,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37572,'Yes 2',0,0,15475,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37573,'No',7,0,15475,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37574,'N/A',0,0,15475,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37575,'Other',20,0,15475,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37576,'Yes',0,0,15477,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37577,'No 1',7,0,15477,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37578,'No 2',7,0,15477,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37579,'Other',20,0,15477,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37580,'N/A',0,0,15477,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37581,'Yes',0,0,15479,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37582,'No 1',5,0,15479,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37583,'No 2',5,0,15479,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37584,'Yes',0,0,15480,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37585,'No',8,0,15480,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37586,'Other',20,0,15480,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37587,'N/A',0,0,15480,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37588,'Yes',0,0,15481,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37589,'No',8,0,15481,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37590,'Other',20,0,15481,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37591,'N/A',0,0,15481,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37592,'Yes',0,0,15482,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37593,'No',8,0,15482,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37594,'Other',20,0,15482,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37595,'N/A',0,0,15482,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37596,'Yes',0,0,15484,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37597,'No',8,0,15484,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37598,'Other',20,0,15484,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37599,'N/A',0,0,15484,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37600,'Yes',0,0,15485,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37601,'No',6,0,15485,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37602,'Other',20,0,15485,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37603,'N/A',0,0,15485,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37604,'Yes',0,0,15487,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37605,'No',2,0,15487,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37606,'Other',20,0,15487,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37607,'N/A',0,0,15487,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37608,'Yes',0,0,15488,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37609,'No',2,0,15488,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37610,'Other',20,0,15488,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37611,'N/A',0,0,15488,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37612,'Yes',0,0,15489,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37613,'No',2,0,15489,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37614,'Other',20,0,15489,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37615,'N/A',0,0,15489,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37616,'Yes',0,0,15491,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37617,'No',2,0,15491,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37618,'Other',20,0,15491,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37619,'N/A',0,0,15491,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37620,'Yes',0,0,15493,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37621,'No',2,0,15493,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37622,'Other',20,0,15493,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37623,'N/A',0,0,15493,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37624,'Yes',0,0,15494,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37625,'No',2,0,15494,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37626,'Other',20,0,15494,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37627,'N/A',0,0,15494,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37628,'Yes',0,0,15495,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37629,'No',3,0,15495,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37630,'Other',20,0,15495,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37631,'N/A',0,0,15495,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37632,'Yes',0,0,15497,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37633,'No',3,0,15497,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37634,'Other',20,0,15497,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37635,'N/A',0,0,15497,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37636,'N/A',0,0,15497,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37637,'Yes',0,0,15498,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37638,'No',4,0,15498,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37639,'No Disabled',0,0,15498,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37640,'Other',20,0,15498,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37641,'N/A',0,0,15498,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37642,'Yes',0,0,15499,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37643,'No',4,0,15499,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37644,'Other',20,0,15499,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37645,'N/A',0,0,15499,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37646,'Yes',0,0,15500,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37647,'No',3,0,15500,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37648,'Other',20,0,15500,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37649,'N/A',0,0,15500,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37650,'Yes',0,0,15501,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37651,'No',4,0,15501,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37652,'Other',20,0,15501,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37653,'N/A',0,0,15501,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37654,'Yes',0,0,15502,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37655,'No',4,0,15502,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37656,'Other',20,0,15502,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37657,'N/A',0,0,15502,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37658,'Yes',0,0,15503,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37659,'No',5,0,15503,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37660,'Other',20,0,15503,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37661,'N/A',0,0,15503,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37662,'1 Yes',0,0,15504,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37663,'2 Yes',3,0,15504,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37664,'No',6,0,15504,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37665,'Other',20,0,15504,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37666,'N/A',0,0,15504,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37667,'Yes',0,0,15505,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37668,'No',5,0,15505,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37669,'Other',20,0,15505,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37670,'N/A',0,0,15505,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37671,'Yes',0,0,15507,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37672,'No',4,0,15507,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37673,'No',7,0,15507,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37674,'N/A',0,0,15507,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37675,'Other',20,0,15507,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37676,'Yes',0,0,15508,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37677,'No',6,0,15508,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37678,'NA',0,0,15508,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37679,'Other',20,0,15508,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37680,'Yes',0,0,15509,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37681,'Yes',0,0,15509,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37682,'NA',0,0,15509,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37683,'Other',20,0,15509,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37684,'Yes',1,0,15510,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37685,'No',0,0,15510,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37686,'Other',20,0,15510,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37687,'Yes',0,0,15511,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37688,'No',9,0,15511,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37689,'NA',0,0,15511,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37690,'Other',20,0,15511,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37691,'Yes',0,0,15512,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37692,'No',7,0,15512,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37693,'NA',0,0,15512,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37694,'Other',20,0,15512,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37695,'Yes',0,0,15513,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37696,'No',6,0,15513,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37697,'NA',0,0,15513,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37698,'Other',20,0,15513,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37699,'Yes',0,0,15514,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37700,'No',6,0,15514,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37701,'NA',0,0,15514,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37702,'Other',20,0,15514,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37703,'Yes',0,0,15515,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37704,'No',8,0,15515,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37705,'NA',0,0,15515,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37706,'Other',20,0,15515,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37707,'Yes',3,0,15516,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37708,'Yes',4,0,15516,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37709,'Yes',5,0,15516,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37710,'Other',20,0,15516,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(37711,'Director',0,0,15522,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37712,'Owner Landlord',0,0,15522,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37713,'Site Maitenance',0,0,15522,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37714,'Estate Agent',0,0,15522,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37715,'Letting Agent',0,0,15522,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37716,'Other',0,0,15522,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37717,'Property Agent',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37718,'Owner Landlord',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37719,'Site Manager',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37720,'Property Manager',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37721,'Construction Manager',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37722,'Fire Warden',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37723,'Director',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37724,'CEO',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37725,'Other',0,0,15523,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37726,'A Property Within Building Block',0,0,15524,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37727,'All Of The Property',0,0,15524,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37728,'Communal Areas Only',0,0,15524,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37729,'House',0,0,15524,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37730,'Flat',0,0,15524,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37731,'Other',0,0,15524,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37732,'Nebosh',0,0,15531,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37733,'Level 2 Fire Risk Assessor',0,0,15531,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37734,'Competant Person',0,0,15531,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37735,'Yes',1,0,15532,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37736,'Yes',0,0,15532,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37737,'No',5,0,15532,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37738,'Other',20,0,15532,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37739,'Yes',0,0,15533,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37740,'No',5,0,15533,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37741,'NA',5,0,15533,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37742,'Other',20,0,15533,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37743,'Yes',0,0,15534,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37744,'No',5,0,15534,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37745,'NA',0,0,15534,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37746,'Other',20,0,15534,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37747,'Choice 6',5,0,15534,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37748,'Yes',0,0,15535,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37749,'No',5,0,15535,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37750,'Other',20,0,15535,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37751,'Yes',0,0,15536,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37752,'No',5,0,15536,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37753,'NA',5,0,15536,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37754,'Other',20,0,15536,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37755,'Yes',0,0,15537,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37756,'No',5,0,15537,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37757,'NA',0,0,15537,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37758,'Other',20,0,15537,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37759,'Yes',0,0,15538,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37760,'No',5,0,15538,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37761,'NA',5,0,15538,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37762,'Other',20,0,15538,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37763,'Fan Heaters',4,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37764,'Electric Heaters',4,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37765,'Gas Heater',5,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37766,'Other Boilers',2,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37767,'Electrical Equipment',3,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37768,'Electrical Leads',3,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37769,'Portable Equipment',3,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37770,'Portable Lighting',2,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37771,'Cooking kitchen Equipment',6,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37772,'Other',20,0,15539,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37773,'Wood/Paper/Cardboard etc',3,0,15541,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37774,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15541,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37775,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15541,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37776,'Waste Material Controlled -in locked wheely bin or store',2,0,15541,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37777,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15541,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37778,'Other',20,0,15541,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37779,'Yes',0,0,15544,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37780,'Yes',2,0,15544,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37781,'No',5,0,15544,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37782,'N/A',0,0,15544,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37783,'Other',20,0,15544,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37784,'Yes',0,0,15546,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37785,'Yes',2,0,15546,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37786,'No',5,0,15546,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37787,'N/A',0,0,15546,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37788,'Other',20,0,15546,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37789,'Yes',0,0,15548,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37790,'No',4,0,15548,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37791,'N/A',0,0,15548,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37792,'Other',20,0,15548,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37793,'Yes',0,0,15550,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37794,'No',5,0,15550,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37795,'N/A',0,0,15550,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37796,'Other',20,0,15550,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37797,'Yes',0,0,15552,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37798,'No',4,0,15552,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37799,'N/A',0,0,15552,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37800,'Other',20,0,15552,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37801,'Yes',0,0,15554,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37802,'No',5,0,15554,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37803,'N/A',0,0,15554,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37804,'Other',20,0,15554,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37805,'Yes',0,0,15556,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37806,'No',5,0,15556,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37807,'N/A',0,0,15556,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37808,'Other',20,0,15556,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37809,'Yes',0,0,15558,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37810,'No',7,0,15558,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37811,'N/A',0,0,15558,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37812,'Other',20,0,15558,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37813,'Yes',2,0,15559,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37814,'No',6,0,15559,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37815,'No',0,0,15559,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37816,'N/A',0,0,15559,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37817,'Yes',0,0,15560,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37818,'Yes',0,0,15560,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37819,'No',5,0,15560,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37820,'N/A',0,0,15560,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37821,'Other',20,0,15560,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37822,'Yes',0,0,15561,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37823,'No',5,0,15561,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37824,'Other',20,0,15561,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37825,'N/A',0,0,15561,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37826,'Detached',1,0,15562,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37827,'Semi Detached',2,0,15562,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37828,'Terraced',3,0,15562,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37829,'Linked-Detached',1,0,15562,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37830,'Other',20,0,15562,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37831,'House',1,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37832,'Bungalow',1,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37833,'Block of Flats - Studios up to 6 Floor Levels',3,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37834,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37835,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37836,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37837,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37838,'Underground Property',1,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37839,'Factory/ Warehouse',3,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37840,'Garage/ Workshop',3,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37841,'Retail Shop',2,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37842,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37843,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37844,'Other',20,0,15563,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37845,'1-5',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37846,'5-10',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37847,'10-15',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37848,'15-20',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37849,'20-25',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37850,'25-30',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37851,'30-35',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37852,'35-40',0,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37853,'Other',20,0,15564,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37854,'1',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37855,'2',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37856,'3',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37857,'4',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37858,'5',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37859,'6',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37860,'7',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37861,'8',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37862,'9',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37863,'10',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37864,'11',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37865,'12',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37866,'13',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37867,'14',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37868,'15',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37869,'16',1,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37870,'N/A',0,0,15567,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37871,'1',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37872,'2',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37873,'3',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37874,'4',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37875,'5',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37876,'6',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37877,'7',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37878,'8',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37879,'9',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37880,'10',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37881,'11',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37882,'12',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37883,'13',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37884,'14',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37885,'15',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37886,'16',2,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37887,'N/A',0,0,15568,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37888,'Wood',2,0,15569,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37889,'Plastics',1,0,15569,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37890,'Aluminium',0,0,15569,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37891,'Stone',0,0,15569,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37892,'Other',20,0,15569,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37893,'Yes',1,0,15571,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37894,'No',3,0,15571,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37895,'Unknown',3,0,15571,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37896,'Yes',1,0,15572,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37897,'No',5,0,15572,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37898,'Unknown',5,0,15572,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37899,'Other',20,0,15573,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37900,'No',5,0,15573,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37901,'Unknown',5,0,15573,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37902,'Very Good',1,0,15574,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37903,'Good',1,0,15574,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37904,'Fair',1,0,15574,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37905,'Poor',2,0,15574,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37906,'Very Poor',2,0,15574,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37907,'0%',0,0,15577,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37908,'25%',0,0,15577,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37909,'50%',0,0,15577,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37910,'75%',0,0,15577,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37911,'100%',0,0,15577,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37912,'0%',0,0,15578,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37913,'25%',1,0,15578,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37914,'50%',1,0,15578,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37915,'75%',1,0,15578,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37916,'100%',1,0,15578,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37917,'0%',0,0,15579,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37918,'25%',0,0,15579,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37919,'50%',0,0,15579,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37920,'75%',0,0,15579,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37921,'100%',0,0,15579,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37922,'0%',0,0,15580,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37923,'25%',3,0,15580,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37924,'50%',3,0,15580,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37925,'75%',3,0,15580,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37926,'100%',3,0,15580,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37927,'0%',0,0,15581,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37928,'25%',1,0,15581,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37929,'50%',1,0,15581,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37930,'75%',1,0,15581,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37931,'100%',1,0,15581,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37932,'0%',0,0,15582,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37933,'25%',5,0,15582,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37934,'50%',5,0,15582,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37935,'75%',5,0,15582,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37936,'100%',5,0,15582,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37937,'0%',0,0,15583,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37938,'25%',5,0,15583,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37939,'50%',5,0,15583,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37940,'75%',5,0,15583,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37941,'100%',5,0,15583,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37942,'0%',0,0,15584,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37943,'25%',1,0,15584,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37944,'50%',1,0,15584,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37945,'75%',1,0,15584,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37946,'100%',1,0,15584,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37947,'Other',20,0,15585,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37948,'25%',1,0,15585,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37949,'50%',1,0,15585,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37950,'75%',1,0,15585,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37951,'100%',1,0,15585,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37952,'0%',0,0,15587,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37953,'25%',1,0,15587,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37954,'50%',1,0,15587,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37955,'75%',1,0,15587,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37956,'100%',1,0,15587,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37957,'0%',0,0,15588,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37958,'25%',2,0,15588,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37959,'50%',2,0,15588,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37960,'75%',2,0,15588,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37961,'100%',2,0,15588,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37962,'0%',0,0,15589,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37963,'25%',1,0,15589,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37964,'50%',1,0,15589,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37965,'75%',1,0,15589,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37966,'100%',1,0,15589,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37967,'Solid concrete all levels',0,0,15590,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37968,'Timber joists all levels',3,0,15590,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37969,'Concrete lowest floor – Timber above higher levels',3,0,15590,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37970,'Other',20,0,15590,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37971,'100%',1,0,15590,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37972,'Yes',1,0,15593,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37973,'No',6,0,15593,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37974,'Yes',2,0,15595,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37975,'No',8,0,15595,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37976,'Yes',1,0,15597,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37977,'No',6,0,15597,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(37978,'Yes',0,0,15599,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37979,'Option',5,0,15599,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37980,'No',8,0,15599,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37981,'N/A',0,0,15599,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37982,'Other',20,0,15599,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37983,'Yes 1',1,0,15601,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37984,'Yes 2',0,0,15601,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37985,'No',7,0,15601,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37986,'N/A',0,0,15601,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37987,'Other',20,0,15601,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37988,'Yes',0,0,15603,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37989,'No 1',7,0,15603,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37990,'No 2',7,0,15603,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37991,'Other',20,0,15603,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37992,'N/A',0,0,15603,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37993,'Yes',0,0,15605,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37994,'No 1',5,0,15605,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37995,'No 2',5,0,15605,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37996,'Yes',0,0,15606,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37997,'No',8,0,15606,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37998,'Other',20,0,15606,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(37999,'N/A',0,0,15606,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38000,'Yes',0,0,15607,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38001,'No',8,0,15607,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38002,'Other',20,0,15607,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38003,'N/A',0,0,15607,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38004,'Yes',0,0,15608,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38005,'No',8,0,15608,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38006,'Other',20,0,15608,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38007,'N/A',0,0,15608,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38008,'Yes',0,0,15610,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38009,'No',8,0,15610,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38010,'Other',20,0,15610,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38011,'N/A',0,0,15610,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38012,'Yes',0,0,15611,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38013,'No',6,0,15611,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38014,'Other',20,0,15611,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38015,'N/A',0,0,15611,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38016,'Yes',0,0,15613,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38017,'No',2,0,15613,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38018,'Other',20,0,15613,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38019,'N/A',0,0,15613,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38020,'Yes',0,0,15614,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38021,'No',2,0,15614,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38022,'Other',20,0,15614,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38023,'N/A',0,0,15614,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38024,'Yes',0,0,15615,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38025,'No',2,0,15615,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38026,'Other',20,0,15615,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38027,'N/A',0,0,15615,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38028,'Yes',0,0,15617,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38029,'No',2,0,15617,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38030,'Other',20,0,15617,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38031,'N/A',0,0,15617,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38032,'Yes',0,0,15619,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38033,'No',2,0,15619,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38034,'Other',20,0,15619,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38035,'N/A',0,0,15619,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38036,'Yes',0,0,15620,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38037,'No',2,0,15620,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38038,'Other',20,0,15620,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38039,'N/A',0,0,15620,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38040,'Yes',0,0,15621,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38041,'No',3,0,15621,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38042,'Other',20,0,15621,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38043,'N/A',0,0,15621,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38044,'Yes',0,0,15623,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38045,'No',3,0,15623,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38046,'Other',20,0,15623,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38047,'N/A',0,0,15623,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38048,'N/A',0,0,15623,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38049,'Yes',0,0,15624,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38050,'No',4,0,15624,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38051,'No Disabled',0,0,15624,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38052,'Other',20,0,15624,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38053,'N/A',0,0,15624,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38054,'Yes',0,0,15625,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38055,'No',4,0,15625,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38056,'Other',20,0,15625,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38057,'N/A',0,0,15625,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38058,'Yes',0,0,15626,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38059,'No',3,0,15626,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38060,'Other',20,0,15626,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38061,'N/A',0,0,15626,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38062,'Yes',0,0,15627,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38063,'No',4,0,15627,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38064,'Other',20,0,15627,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38065,'N/A',0,0,15627,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38066,'Yes',0,0,15628,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38067,'No',4,0,15628,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38068,'Other',20,0,15628,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38069,'N/A',0,0,15628,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38070,'Yes',0,0,15629,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38071,'No',5,0,15629,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38072,'Other',20,0,15629,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38073,'N/A',0,0,15629,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38074,'1 Yes',0,0,15630,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38075,'2 Yes',3,0,15630,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38076,'No',6,0,15630,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38077,'Other',20,0,15630,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38078,'N/A',0,0,15630,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38079,'Yes',0,0,15631,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38080,'No',5,0,15631,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38081,'Other',20,0,15631,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38082,'N/A',0,0,15631,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38083,'Yes',0,0,15633,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38084,'No',4,0,15633,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38085,'No',7,0,15633,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38086,'N/A',0,0,15633,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38087,'Other',20,0,15633,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38088,'Yes',0,0,15634,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38089,'No',6,0,15634,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38090,'NA',0,0,15634,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38091,'Other',20,0,15634,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38092,'Yes',0,0,15635,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38093,'Yes',0,0,15635,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38094,'NA',0,0,15635,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38095,'Other',20,0,15635,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38096,'Yes',1,0,15636,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38097,'No',0,0,15636,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38098,'Other',20,0,15636,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38099,'Yes',0,0,15637,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38100,'No',9,0,15637,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38101,'NA',0,0,15637,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38102,'Other',20,0,15637,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38103,'Yes',0,0,15638,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38104,'No',7,0,15638,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38105,'NA',0,0,15638,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38106,'Other',20,0,15638,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38107,'Yes',0,0,15639,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38108,'No',6,0,15639,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38109,'NA',0,0,15639,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38110,'Other',20,0,15639,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38111,'Yes',0,0,15640,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38112,'No',6,0,15640,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38113,'NA',0,0,15640,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38114,'Other',20,0,15640,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38115,'Yes',0,0,15641,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38116,'No',8,0,15641,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38117,'NA',0,0,15641,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38118,'Other',20,0,15641,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38119,'Yes',3,0,15642,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38120,'Yes',4,0,15642,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38121,'Yes',5,0,15642,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38122,'Other',20,0,15642,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38123,'Director',0,0,15648,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38124,'Owner Landlord',0,0,15648,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38125,'Site Maitenance',0,0,15648,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38126,'Estate Agent',0,0,15648,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38127,'Letting Agent',0,0,15648,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38128,'Other',0,0,15648,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38129,'Property Agent',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38130,'Owner Landlord',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38131,'Site Manager',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38132,'Property Manager',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38133,'Construction Manager',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38134,'Fire Warden',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38135,'Director',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38136,'CEO',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38137,'Other',0,0,15649,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38138,'A Property Within Building Block',0,0,15650,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38139,'All Of The Property',0,0,15650,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38140,'Communal Areas Only',0,0,15650,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38141,'House',0,0,15650,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38142,'Flat',0,0,15650,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38143,'Other',0,0,15650,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38144,'Nebosh',0,0,15657,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38145,'Level 2 Fire Risk Assessor',0,0,15657,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38146,'Competant Person',0,0,15657,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38147,'Yes',1,0,15658,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38148,'Yes',0,0,15658,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38149,'No',5,0,15658,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38150,'Other',20,0,15658,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38151,'Yes',0,0,15659,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38152,'No',5,0,15659,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38153,'NA',5,0,15659,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38154,'Other',20,0,15659,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38155,'Yes',0,0,15660,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38156,'No',5,0,15660,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38157,'NA',0,0,15660,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38158,'Other',20,0,15660,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38159,'Choice 6',5,0,15660,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38160,'Yes',0,0,15661,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38161,'No',5,0,15661,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38162,'Other',20,0,15661,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38163,'Yes',0,0,15662,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38164,'No',5,0,15662,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38165,'NA',5,0,15662,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38166,'Other',20,0,15662,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38167,'Yes',0,0,15663,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38168,'No',5,0,15663,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38169,'NA',0,0,15663,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38170,'Other',20,0,15663,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38171,'Yes',0,0,15664,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38172,'No',5,0,15664,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38173,'NA',5,0,15664,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38174,'Other',20,0,15664,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38175,'Fan Heaters',4,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38176,'Electric Heaters',4,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38177,'Gas Heater',5,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38178,'Other Boilers',2,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38179,'Electrical Equipment',3,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38180,'Electrical Leads',3,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38181,'Portable Equipment',3,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38182,'Portable Lighting',2,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38183,'Cooking kitchen Equipment',6,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38184,'Other',20,0,15665,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38185,'Wood/Paper/Cardboard etc',3,0,15667,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38186,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15667,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38187,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15667,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38188,'Waste Material Controlled -in locked wheely bin or store',2,0,15667,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38189,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15667,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38190,'Other',20,0,15667,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38191,'Yes',0,0,15670,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38192,'Yes',2,0,15670,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38193,'No',5,0,15670,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38194,'N/A',0,0,15670,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38195,'Other',20,0,15670,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38196,'Yes',0,0,15672,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38197,'Yes',2,0,15672,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38198,'No',5,0,15672,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38199,'N/A',0,0,15672,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38200,'Other',20,0,15672,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38201,'Yes',0,0,15674,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38202,'No',4,0,15674,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38203,'N/A',0,0,15674,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38204,'Other',20,0,15674,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38205,'Yes',0,0,15676,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38206,'No',5,0,15676,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38207,'N/A',0,0,15676,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38208,'Other',20,0,15676,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38209,'Yes',0,0,15678,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38210,'No',4,0,15678,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38211,'N/A',0,0,15678,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38212,'Other',20,0,15678,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38213,'Yes',0,0,15680,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38214,'No',5,0,15680,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38215,'N/A',0,0,15680,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38216,'Other',20,0,15680,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38217,'Yes',0,0,15682,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38218,'No',5,0,15682,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38219,'N/A',0,0,15682,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38220,'Other',20,0,15682,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38221,'Yes',0,0,15684,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38222,'No',7,0,15684,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38223,'N/A',0,0,15684,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38224,'Other',20,0,15684,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38225,'Yes',2,0,15685,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38226,'No',6,0,15685,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38227,'No',0,0,15685,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38228,'N/A',0,0,15685,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38229,'Yes',0,0,15686,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38230,'Yes',0,0,15686,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38231,'No',5,0,15686,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38232,'N/A',0,0,15686,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38233,'Other',20,0,15686,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38234,'Yes',0,0,15687,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38235,'No',5,0,15687,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38236,'Other',20,0,15687,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38237,'N/A',0,0,15687,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38238,'Detached',1,0,15688,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38239,'Semi Detached',2,0,15688,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38240,'Terraced',3,0,15688,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38241,'Linked-Detached',1,0,15688,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38242,'Other',20,0,15688,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38243,'House',1,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38244,'Bungalow',1,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38245,'Block of Flats - Studios up to 6 Floor Levels',3,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38246,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38247,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38248,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38249,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38250,'Underground Property',1,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38251,'Factory/ Warehouse',3,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38252,'Garage/ Workshop',3,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38253,'Retail Shop',2,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38254,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38255,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38256,'Other',20,0,15689,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38257,'1-5',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38258,'5-10',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38259,'10-15',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38260,'15-20',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38261,'20-25',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38262,'25-30',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38263,'30-35',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38264,'35-40',0,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38265,'Other',20,0,15690,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38266,'1',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38267,'2',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38268,'3',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38269,'4',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38270,'5',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38271,'6',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38272,'7',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38273,'8',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38274,'9',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38275,'10',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38276,'11',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38277,'12',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38278,'13',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38279,'14',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38280,'15',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38281,'16',1,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38282,'N/A',0,0,15693,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38283,'1',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38284,'2',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38285,'3',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38286,'4',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38287,'5',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38288,'6',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38289,'7',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38290,'8',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38291,'9',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38292,'10',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38293,'11',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38294,'12',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38295,'13',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38296,'14',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38297,'15',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38298,'16',2,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38299,'N/A',0,0,15694,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38300,'Wood',2,0,15695,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38301,'Plastics',1,0,15695,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38302,'Aluminium',0,0,15695,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38303,'Stone',0,0,15695,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38304,'Other',20,0,15695,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38305,'Yes',1,0,15697,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38306,'No',3,0,15697,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38307,'Unknown',3,0,15697,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38308,'Yes',1,0,15698,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38309,'No',5,0,15698,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38310,'Unknown',5,0,15698,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38311,'Other',20,0,15699,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38312,'No',5,0,15699,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38313,'Unknown',5,0,15699,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38314,'Very Good',1,0,15700,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38315,'Good',1,0,15700,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38316,'Fair',1,0,15700,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38317,'Poor',2,0,15700,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38318,'Very Poor',2,0,15700,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38319,'0%',0,0,15703,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38320,'25%',0,0,15703,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38321,'50%',0,0,15703,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38322,'75%',0,0,15703,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38323,'100%',0,0,15703,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38324,'0%',0,0,15704,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38325,'25%',1,0,15704,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38326,'50%',1,0,15704,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38327,'75%',1,0,15704,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38328,'100%',1,0,15704,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38329,'0%',0,0,15705,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38330,'25%',0,0,15705,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38331,'50%',0,0,15705,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38332,'75%',0,0,15705,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38333,'100%',0,0,15705,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38334,'0%',0,0,15706,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38335,'25%',3,0,15706,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38336,'50%',3,0,15706,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38337,'75%',3,0,15706,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38338,'100%',3,0,15706,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38339,'0%',0,0,15707,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38340,'25%',1,0,15707,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38341,'50%',1,0,15707,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38342,'75%',1,0,15707,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38343,'100%',1,0,15707,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38344,'0%',0,0,15708,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38345,'25%',5,0,15708,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38346,'50%',5,0,15708,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38347,'75%',5,0,15708,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38348,'100%',5,0,15708,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38349,'0%',0,0,15709,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38350,'25%',5,0,15709,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38351,'50%',5,0,15709,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38352,'75%',5,0,15709,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38353,'100%',5,0,15709,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38354,'0%',0,0,15710,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38355,'25%',1,0,15710,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38356,'50%',1,0,15710,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38357,'75%',1,0,15710,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38358,'100%',1,0,15710,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38359,'Other',20,0,15711,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38360,'25%',1,0,15711,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38361,'50%',1,0,15711,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38362,'75%',1,0,15711,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38363,'100%',1,0,15711,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38364,'0%',0,0,15713,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38365,'25%',1,0,15713,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38366,'50%',1,0,15713,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38367,'75%',1,0,15713,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38368,'100%',1,0,15713,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38369,'0%',0,0,15714,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38370,'25%',2,0,15714,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38371,'50%',2,0,15714,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38372,'75%',2,0,15714,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38373,'100%',2,0,15714,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38374,'0%',0,0,15715,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38375,'25%',1,0,15715,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38376,'50%',1,0,15715,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38377,'75%',1,0,15715,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38378,'100%',1,0,15715,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38379,'Solid concrete all levels',0,0,15716,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38380,'Timber joists all levels',3,0,15716,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38381,'Concrete lowest floor – Timber above higher levels',3,0,15716,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38382,'Other',20,0,15716,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38383,'100%',1,0,15716,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38384,'Yes',1,0,15719,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38385,'No',6,0,15719,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38386,'Yes',2,0,15721,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38387,'No',8,0,15721,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38388,'Yes',1,0,15723,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38389,'No',6,0,15723,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38390,'Yes',1,0,15725,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38391,'No',6,0,15725,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(38392,'Yes',0,0,15727,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38393,'Option',5,0,15727,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38394,'No',8,0,15727,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38395,'N/A',0,0,15727,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38396,'Other',20,0,15727,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38397,'Yes 1',1,0,15729,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38398,'Yes 2',0,0,15729,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38399,'No',7,0,15729,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38400,'N/A',0,0,15729,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38401,'Other',20,0,15729,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38402,'Yes',0,0,15731,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38403,'No 1',7,0,15731,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38404,'No 2',7,0,15731,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38405,'Other',20,0,15731,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38406,'N/A',0,0,15731,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38407,'Yes',0,0,15733,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38408,'No 1',5,0,15733,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38409,'No 2',5,0,15733,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38410,'Yes',0,0,15734,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38411,'No',8,0,15734,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38412,'Other',20,0,15734,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38413,'N/A',0,0,15734,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38414,'Yes',0,0,15735,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38415,'No',8,0,15735,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38416,'Other',20,0,15735,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38417,'N/A',0,0,15735,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38418,'Yes',0,0,15736,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38419,'No',8,0,15736,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38420,'Other',20,0,15736,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38421,'N/A',0,0,15736,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38422,'Yes',0,0,15738,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38423,'No',8,0,15738,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38424,'Other',20,0,15738,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38425,'N/A',0,0,15738,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38426,'Yes',0,0,15739,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38427,'No',6,0,15739,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38428,'Other',20,0,15739,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38429,'N/A',0,0,15739,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38430,'Yes',0,0,15741,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38431,'No',2,0,15741,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38432,'Other',20,0,15741,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38433,'N/A',0,0,15741,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38434,'Yes',0,0,15742,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38435,'No',2,0,15742,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38436,'Other',20,0,15742,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38437,'N/A',0,0,15742,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38438,'Yes',0,0,15744,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38439,'No',2,0,15744,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38440,'Other',20,0,15744,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38441,'N/A',0,0,15744,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38442,'Yes',0,0,15745,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38443,'No',2,0,15745,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38444,'Other',20,0,15745,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38445,'N/A',0,0,15745,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38446,'Yes',0,0,15747,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38447,'No',2,0,15747,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38448,'Other',20,0,15747,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38449,'N/A',0,0,15747,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38450,'Yes',0,0,15748,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38451,'No',2,0,15748,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38452,'Other',20,0,15748,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38453,'N/A',0,0,15748,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38454,'Yes',0,0,15749,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38455,'No',3,0,15749,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38456,'Other',20,0,15749,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38457,'N/A',0,0,15749,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38458,'Yes',0,0,15751,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38459,'No',3,0,15751,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38460,'Other',20,0,15751,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38461,'N/A',0,0,15751,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38462,'N/A',0,0,15751,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38463,'Yes',0,0,15752,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38464,'No',4,0,15752,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38465,'No Disabled',0,0,15752,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38466,'Other',20,0,15752,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38467,'N/A',0,0,15752,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38468,'Yes',0,0,15753,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38469,'No',4,0,15753,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38470,'Other',20,0,15753,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38471,'N/A',0,0,15753,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38472,'Yes',0,0,15754,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38473,'No',3,0,15754,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38474,'Other',20,0,15754,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38475,'N/A',0,0,15754,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38476,'Yes',0,0,15755,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38477,'No',4,0,15755,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38478,'Other',20,0,15755,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38479,'N/A',0,0,15755,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38480,'Yes',0,0,15756,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38481,'No',4,0,15756,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38482,'Other',20,0,15756,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38483,'N/A',0,0,15756,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38484,'Yes',0,0,15757,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38485,'No',5,0,15757,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38486,'Other',20,0,15757,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38487,'N/A',0,0,15757,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38488,'1 Yes',0,0,15758,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38489,'2 Yes',3,0,15758,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38490,'No',6,0,15758,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38491,'Other',20,0,15758,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38492,'N/A',0,0,15758,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38493,'Yes',0,0,15759,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38494,'No',5,0,15759,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38495,'Other',20,0,15759,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38496,'N/A',0,0,15759,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38497,'Yes',0,0,15761,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38498,'No',4,0,15761,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38499,'No',7,0,15761,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38500,'N/A',0,0,15761,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38501,'Other',20,0,15761,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38502,'Yes',0,0,15762,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38503,'No',6,0,15762,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38504,'NA',0,0,15762,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38505,'Other',20,0,15762,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38506,'Yes',0,0,15763,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38507,'Yes',0,0,15763,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38508,'NA',0,0,15763,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38509,'Other',20,0,15763,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38510,'Yes',1,0,15764,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38511,'No',0,0,15764,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38512,'Other',20,0,15764,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38513,'Yes',0,0,15765,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38514,'No',9,0,15765,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38515,'NA',0,0,15765,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38516,'Other',20,0,15765,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38517,'Yes',0,0,15766,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38518,'No',7,0,15766,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38519,'NA',0,0,15766,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38520,'Other',20,0,15766,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38521,'Yes',0,0,15767,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38522,'No',6,0,15767,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38523,'NA',0,0,15767,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38524,'Other',20,0,15767,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38525,'Yes',0,0,15768,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38526,'No',6,0,15768,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38527,'NA',0,0,15768,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38528,'Other',20,0,15768,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38529,'Yes',0,0,15769,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38530,'No',8,0,15769,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38531,'NA',0,0,15769,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38532,'Other',20,0,15769,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38533,'Yes',3,0,15770,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38534,'Yes',4,0,15770,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38535,'Yes',5,0,15770,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38536,'Other',20,0,15770,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(38537,'Director',0,0,15776,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38538,'Owner Landlord',0,0,15776,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38539,'Site Maitenance',0,0,15776,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38540,'Estate Agent',0,0,15776,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38541,'Letting Agent',0,0,15776,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38542,'Other',0,0,15776,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38543,'Property Agent',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38544,'Owner Landlord',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38545,'Site Manager',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38546,'Property Manager',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38547,'Construction Manager',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38548,'Fire Warden',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38549,'Director',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38550,'CEO',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38551,'Other',0,0,15777,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38552,'A Property Within Building Block',0,0,15778,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38553,'All Of The Property',0,0,15778,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38554,'Communal Areas Only',0,0,15778,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38555,'House',0,0,15778,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38556,'Flat',0,0,15778,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38557,'Other',0,0,15778,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38558,'Nebosh',0,0,15785,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38559,'Level 2 Fire Risk Assessor',0,0,15785,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38560,'Competant Person',0,0,15785,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38561,'Yes',1,0,15786,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38562,'Yes',0,0,15786,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38563,'No',5,0,15786,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38564,'Other',20,0,15786,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38565,'Yes',0,0,15787,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38566,'No',5,0,15787,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38567,'NA',5,0,15787,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38568,'Other',20,0,15787,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38569,'Yes',0,0,15788,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38570,'No',5,0,15788,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38571,'NA',0,0,15788,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38572,'Other',20,0,15788,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38573,'Choice 6',5,0,15788,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38574,'Yes',0,0,15789,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38575,'No',5,0,15789,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38576,'Other',20,0,15789,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38577,'Yes',0,0,15790,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38578,'No',5,0,15790,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38579,'NA',5,0,15790,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38580,'Other',20,0,15790,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38581,'Yes',0,0,15791,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38582,'No',5,0,15791,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38583,'NA',0,0,15791,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38584,'Other',20,0,15791,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38585,'Yes',0,0,15792,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38586,'No',5,0,15792,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38587,'NA',5,0,15792,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38588,'Other',20,0,15792,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38589,'Fan Heaters',4,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38590,'Electric Heaters',4,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38591,'Gas Heater',5,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38592,'Other Boilers',2,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38593,'Electrical Equipment',3,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38594,'Electrical Leads',3,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38595,'Portable Equipment',3,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38596,'Portable Lighting',2,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38597,'Cooking kitchen Equipment',6,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38598,'Other',20,0,15793,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38599,'Wood/Paper/Cardboard etc',3,0,15795,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38600,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15795,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38601,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15795,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38602,'Waste Material Controlled -in locked wheely bin or store',2,0,15795,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38603,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15795,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38604,'Other',20,0,15795,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38605,'Yes',0,0,15798,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38606,'Yes',2,0,15798,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38607,'No',5,0,15798,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38608,'N/A',0,0,15798,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38609,'Other',20,0,15798,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38610,'Yes',0,0,15800,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38611,'Yes',2,0,15800,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38612,'No',5,0,15800,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38613,'N/A',0,0,15800,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38614,'Other',20,0,15800,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38615,'Yes',0,0,15802,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38616,'No',4,0,15802,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38617,'N/A',0,0,15802,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38618,'Other',20,0,15802,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38619,'Yes',0,0,15804,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38620,'No',5,0,15804,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38621,'N/A',0,0,15804,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38622,'Other',20,0,15804,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38623,'Yes',0,0,15806,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38624,'No',4,0,15806,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38625,'N/A',0,0,15806,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38626,'Other',20,0,15806,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38627,'Yes',0,0,15808,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38628,'No',5,0,15808,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38629,'N/A',0,0,15808,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38630,'Other',20,0,15808,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38631,'Yes',0,0,15810,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38632,'No',5,0,15810,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38633,'N/A',0,0,15810,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38634,'Other',20,0,15810,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38635,'Yes',0,0,15812,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38636,'No',7,0,15812,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38637,'N/A',0,0,15812,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38638,'Other',20,0,15812,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38639,'Yes',2,0,15813,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38640,'No',6,0,15813,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38641,'No',0,0,15813,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38642,'N/A',0,0,15813,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38643,'Yes',0,0,15814,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38644,'Yes',0,0,15814,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38645,'No',5,0,15814,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38646,'N/A',0,0,15814,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38647,'Other',20,0,15814,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38648,'Yes',0,0,15815,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38649,'No',5,0,15815,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38650,'Other',20,0,15815,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38651,'N/A',0,0,15815,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38652,'Detached',1,0,15816,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38653,'Semi Detached',2,0,15816,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38654,'Terraced',3,0,15816,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38655,'Linked-Detached',1,0,15816,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38656,'Other',20,0,15816,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38657,'House',1,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38658,'Bungalow',1,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38659,'Block of Flats - Studios up to 6 Floor Levels',3,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38660,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38661,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38662,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38663,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38664,'Underground Property',1,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38665,'Factory/ Warehouse',3,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38666,'Garage/ Workshop',3,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38667,'Retail Shop',2,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38668,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38669,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38670,'Other',20,0,15817,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38671,'1-5',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38672,'5-10',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38673,'10-15',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38674,'15-20',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38675,'20-25',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38676,'25-30',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38677,'30-35',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38678,'35-40',0,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38679,'Other',20,0,15818,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38680,'1',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38681,'2',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38682,'3',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38683,'4',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38684,'5',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38685,'6',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38686,'7',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38687,'8',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38688,'9',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38689,'10',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38690,'11',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38691,'12',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38692,'13',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38693,'14',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38694,'15',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38695,'16',1,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38696,'N/A',0,0,15821,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38697,'1',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38698,'2',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38699,'3',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38700,'4',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38701,'5',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38702,'6',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38703,'7',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38704,'8',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38705,'9',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38706,'10',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38707,'11',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38708,'12',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38709,'13',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38710,'14',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38711,'15',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38712,'16',2,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38713,'N/A',0,0,15822,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38714,'Wood',2,0,15823,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38715,'Plastics',1,0,15823,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38716,'Aluminium',0,0,15823,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38717,'Stone',0,0,15823,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38718,'Other',20,0,15823,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38719,'Yes',1,0,15825,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38720,'No',3,0,15825,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38721,'Unknown',3,0,15825,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38722,'Yes',1,0,15826,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38723,'No',5,0,15826,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38724,'Unknown',5,0,15826,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38725,'Other',20,0,15827,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38726,'No',5,0,15827,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38727,'Unknown',5,0,15827,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38728,'Very Good',1,0,15828,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38729,'Good',1,0,15828,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38730,'Fair',1,0,15828,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38731,'Poor',2,0,15828,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38732,'Very Poor',2,0,15828,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38733,'0%',0,0,15831,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38734,'25%',0,0,15831,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38735,'50%',0,0,15831,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38736,'75%',0,0,15831,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38737,'100%',0,0,15831,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38738,'0%',0,0,15832,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38739,'25%',1,0,15832,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38740,'50%',1,0,15832,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38741,'75%',1,0,15832,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38742,'100%',1,0,15832,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38743,'0%',0,0,15833,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38744,'25%',0,0,15833,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38745,'50%',0,0,15833,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38746,'75%',0,0,15833,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38747,'100%',0,0,15833,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38748,'0%',0,0,15834,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38749,'25%',3,0,15834,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38750,'50%',3,0,15834,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38751,'75%',3,0,15834,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38752,'100%',3,0,15834,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38753,'0%',0,0,15835,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38754,'25%',1,0,15835,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38755,'50%',1,0,15835,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38756,'75%',1,0,15835,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38757,'100%',1,0,15835,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38758,'0%',0,0,15836,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38759,'25%',5,0,15836,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38760,'50%',5,0,15836,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38761,'75%',5,0,15836,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38762,'100%',5,0,15836,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38763,'0%',0,0,15837,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38764,'25%',5,0,15837,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38765,'50%',5,0,15837,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38766,'75%',5,0,15837,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38767,'100%',5,0,15837,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38768,'0%',0,0,15838,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38769,'25%',1,0,15838,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38770,'50%',1,0,15838,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38771,'75%',1,0,15838,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38772,'100%',1,0,15838,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38773,'Other',20,0,15839,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38774,'25%',1,0,15839,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38775,'50%',1,0,15839,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38776,'75%',1,0,15839,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38777,'100%',1,0,15839,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38778,'0%',0,0,15841,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38779,'25%',1,0,15841,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38780,'50%',1,0,15841,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38781,'75%',1,0,15841,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38782,'100%',1,0,15841,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38783,'0%',0,0,15842,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38784,'25%',2,0,15842,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38785,'50%',2,0,15842,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38786,'75%',2,0,15842,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38787,'100%',2,0,15842,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38788,'0%',0,0,15843,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38789,'25%',1,0,15843,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38790,'50%',1,0,15843,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38791,'75%',1,0,15843,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38792,'100%',1,0,15843,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38793,'Solid concrete all levels',0,0,15844,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38794,'Timber joists all levels',3,0,15844,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38795,'Concrete lowest floor – Timber above higher levels',3,0,15844,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38796,'Other',20,0,15844,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38797,'100%',1,0,15844,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38798,'Yes',1,0,15847,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38799,'No',6,0,15847,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38800,'Yes',2,0,15849,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38801,'No',8,0,15849,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38802,'Yes',1,0,15851,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38803,'No',6,0,15851,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38804,'Yes',1,0,15853,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38805,'No',6,0,15853,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38806,'Yes',1,0,15855,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38807,'No',6,0,15855,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(38808,'Yes',0,0,15857,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38809,'Option',5,0,15857,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38810,'No',8,0,15857,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38811,'N/A',0,0,15857,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38812,'Other',20,0,15857,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38813,'Yes 1',1,0,15859,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38814,'Yes 2',0,0,15859,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38815,'No',7,0,15859,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38816,'N/A',0,0,15859,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38817,'Other',20,0,15859,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38818,'Yes',0,0,15861,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38819,'No 1',7,0,15861,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38820,'No 2',7,0,15861,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38821,'Other',20,0,15861,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38822,'N/A',0,0,15861,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38823,'Yes',0,0,15863,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38824,'No 1',5,0,15863,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38825,'No 2',5,0,15863,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38826,'Yes',0,0,15864,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38827,'No',8,0,15864,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38828,'Other',20,0,15864,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38829,'N/A',0,0,15864,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38830,'Yes',0,0,15865,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38831,'No',8,0,15865,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38832,'Other',20,0,15865,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38833,'N/A',0,0,15865,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38834,'Yes',0,0,15866,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38835,'No',8,0,15866,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38836,'Other',20,0,15866,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38837,'N/A',0,0,15866,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38838,'Yes',0,0,15868,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38839,'No',8,0,15868,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38840,'Other',20,0,15868,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38841,'N/A',0,0,15868,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38842,'Yes',0,0,15869,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38843,'No',6,0,15869,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38844,'Other',20,0,15869,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38845,'N/A',0,0,15869,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38846,'Yes',0,0,15871,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38847,'No',2,0,15871,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38848,'Other',20,0,15871,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38849,'N/A',0,0,15871,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38850,'Yes',0,0,15872,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38851,'No',2,0,15872,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38852,'Other',20,0,15872,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38853,'N/A',0,0,15872,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38854,'Yes',0,0,15874,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38855,'No',2,0,15874,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38856,'Other',20,0,15874,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38857,'N/A',0,0,15874,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38858,'Yes',0,0,15875,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38859,'No',2,0,15875,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38860,'Other',20,0,15875,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38861,'N/A',0,0,15875,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38862,'Yes',0,0,15877,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38863,'No',2,0,15877,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38864,'Other',20,0,15877,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38865,'N/A',0,0,15877,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38866,'Yes',0,0,15878,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38867,'No',2,0,15878,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38868,'Other',20,0,15878,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38869,'N/A',0,0,15878,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38870,'Yes',0,0,15879,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38871,'No',3,0,15879,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38872,'Other',20,0,15879,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38873,'N/A',0,0,15879,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38874,'Yes',0,0,15881,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38875,'No',3,0,15881,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38876,'Other',20,0,15881,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38877,'N/A',0,0,15881,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38878,'N/A',0,0,15881,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38879,'Yes',0,0,15882,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38880,'No',4,0,15882,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38881,'No Disabled',0,0,15882,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38882,'Other',20,0,15882,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38883,'N/A',0,0,15882,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38884,'Yes',0,0,15883,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38885,'No',4,0,15883,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38886,'Other',20,0,15883,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38887,'N/A',0,0,15883,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38888,'Yes',0,0,15884,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38889,'No',3,0,15884,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38890,'Other',20,0,15884,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38891,'N/A',0,0,15884,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38892,'Yes',0,0,15885,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38893,'No',4,0,15885,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38894,'Other',20,0,15885,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38895,'N/A',0,0,15885,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38896,'Yes',0,0,15886,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38897,'No',4,0,15886,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38898,'Other',20,0,15886,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38899,'N/A',0,0,15886,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38900,'Yes',0,0,15887,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38901,'No',5,0,15887,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38902,'Other',20,0,15887,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38903,'N/A',0,0,15887,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38904,'1 Yes',0,0,15888,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38905,'2 Yes',3,0,15888,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38906,'No',6,0,15888,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38907,'Other',20,0,15888,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38908,'N/A',0,0,15888,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38909,'Yes',0,0,15889,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38910,'No',5,0,15889,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38911,'Other',20,0,15889,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38912,'N/A',0,0,15889,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38913,'Yes',0,0,15891,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38914,'No',4,0,15891,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38915,'No',7,0,15891,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38916,'N/A',0,0,15891,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38917,'Other',20,0,15891,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38918,'Yes',0,0,15892,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38919,'No',6,0,15892,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38920,'NA',0,0,15892,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38921,'Other',20,0,15892,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38922,'Yes',0,0,15893,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38923,'Yes',0,0,15893,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38924,'NA',0,0,15893,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38925,'Other',20,0,15893,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38926,'Yes',1,0,15894,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38927,'No',0,0,15894,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38928,'Other',20,0,15894,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38929,'Yes',0,0,15895,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38930,'No',9,0,15895,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38931,'NA',0,0,15895,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38932,'Other',20,0,15895,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38933,'Yes',0,0,15896,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38934,'No',7,0,15896,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38935,'NA',0,0,15896,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38936,'Other',20,0,15896,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38937,'Yes',0,0,15897,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38938,'No',6,0,15897,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38939,'NA',0,0,15897,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38940,'Other',20,0,15897,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38941,'Yes',0,0,15898,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38942,'No',6,0,15898,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38943,'NA',0,0,15898,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38944,'Other',20,0,15898,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38945,'Yes',0,0,15899,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38946,'No',8,0,15899,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38947,'NA',0,0,15899,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38948,'Other',20,0,15899,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38949,'Yes',3,0,15900,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38950,'Yes',4,0,15900,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38951,'Yes',5,0,15900,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38952,'Other',20,0,15900,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38953,'Director',0,0,15906,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38954,'Owner Landlord',0,0,15906,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38955,'Site Maitenance',0,0,15906,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38956,'Estate Agent',0,0,15906,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(38957,'Letting Agent',0,0,15906,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38958,'Other',0,0,15906,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38959,'Property Agent',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38960,'Owner Landlord',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38961,'Site Manager',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38962,'Property Manager',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38963,'Construction Manager',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38964,'Fire Warden',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38965,'Director',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38966,'CEO',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38967,'Other',0,0,15907,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38968,'A Property Within Building Block',0,0,15908,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38969,'All Of The Property',0,0,15908,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38970,'Communal Areas Only',0,0,15908,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38971,'House',0,0,15908,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38972,'Flat',0,0,15908,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38973,'Other',0,0,15908,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38974,'Nebosh',0,0,15915,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38975,'Level 2 Fire Risk Assessor',0,0,15915,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38976,'Competant Person',0,0,15915,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38977,'Yes',1,0,15916,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38978,'Yes',0,0,15916,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38979,'No',5,0,15916,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38980,'Other',20,0,15916,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38981,'Yes',0,0,15917,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38982,'No',5,0,15917,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38983,'NA',5,0,15917,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38984,'Other',20,0,15917,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38985,'Yes',0,0,15918,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38986,'No',5,0,15918,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38987,'NA',0,0,15918,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38988,'Other',20,0,15918,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38989,'Choice 6',5,0,15918,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38990,'Yes',0,0,15919,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38991,'No',5,0,15919,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38992,'Other',20,0,15919,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38993,'Yes',0,0,15920,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38994,'No',5,0,15920,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38995,'NA',5,0,15920,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38996,'Other',20,0,15920,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38997,'Yes',0,0,15921,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38998,'No',5,0,15921,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(38999,'NA',0,0,15921,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39000,'Other',20,0,15921,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39001,'Yes',0,0,15922,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39002,'No',5,0,15922,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39003,'NA',5,0,15922,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39004,'Other',20,0,15922,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39005,'Fan Heaters',4,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39006,'Electric Heaters',4,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39007,'Gas Heater',5,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39008,'Other Boilers',2,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39009,'Electrical Equipment',3,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39010,'Electrical Leads',3,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39011,'Portable Equipment',3,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39012,'Portable Lighting',2,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39013,'Cooking kitchen Equipment',6,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39014,'Other',20,0,15923,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39015,'Wood/Paper/Cardboard etc',3,0,15925,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39016,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,15925,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39017,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,15925,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39018,'Waste Material Controlled -in locked wheely bin or store',2,0,15925,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39019,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,15925,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39020,'Other',20,0,15925,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39021,'Yes',0,0,15928,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39022,'Yes',2,0,15928,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39023,'No',5,0,15928,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39024,'N/A',0,0,15928,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39025,'Other',20,0,15928,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39026,'Yes',0,0,15930,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39027,'Yes',2,0,15930,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39028,'No',5,0,15930,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39029,'N/A',0,0,15930,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39030,'Other',20,0,15930,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39031,'Yes',0,0,15932,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39032,'No',4,0,15932,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39033,'N/A',0,0,15932,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39034,'Other',20,0,15932,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39035,'Yes',0,0,15934,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39036,'No',5,0,15934,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39037,'N/A',0,0,15934,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39038,'Other',20,0,15934,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39039,'Yes',0,0,15936,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39040,'No',4,0,15936,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39041,'N/A',0,0,15936,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39042,'Other',20,0,15936,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39043,'Yes',0,0,15938,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39044,'No',5,0,15938,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39045,'N/A',0,0,15938,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39046,'Other',20,0,15938,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39047,'Yes',0,0,15940,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39048,'No',5,0,15940,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39049,'N/A',0,0,15940,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39050,'Other',20,0,15940,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39051,'Yes',0,0,15942,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39052,'No',7,0,15942,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39053,'N/A',0,0,15942,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39054,'Other',20,0,15942,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39055,'Yes',2,0,15943,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39056,'No',6,0,15943,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39057,'No',0,0,15943,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39058,'N/A',0,0,15943,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39059,'Yes',0,0,15944,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39060,'Yes',0,0,15944,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39061,'No',5,0,15944,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39062,'N/A',0,0,15944,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39063,'Other',20,0,15944,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39064,'Yes',0,0,15945,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39065,'No',5,0,15945,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39066,'Other',20,0,15945,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39067,'N/A',0,0,15945,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39068,'Detached',1,0,15946,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39069,'Semi Detached',2,0,15946,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39070,'Terraced',3,0,15946,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39071,'Linked-Detached',1,0,15946,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39072,'Other',20,0,15946,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39073,'House',1,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39074,'Bungalow',1,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39075,'Block of Flats - Studios up to 6 Floor Levels',3,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39076,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39077,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39078,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39079,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39080,'Underground Property',1,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39081,'Factory/ Warehouse',3,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39082,'Garage/ Workshop',3,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39083,'Retail Shop',2,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39084,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39085,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39086,'Other',20,0,15947,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39087,'1-5',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39088,'5-10',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39089,'10-15',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39090,'15-20',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39091,'20-25',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39092,'25-30',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39093,'30-35',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39094,'35-40',0,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39095,'Other',20,0,15948,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39096,'1',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39097,'2',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39098,'3',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39099,'4',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39100,'5',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39101,'6',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39102,'7',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39103,'8',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39104,'9',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39105,'10',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39106,'11',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39107,'12',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39108,'13',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39109,'14',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39110,'15',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39111,'16',1,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39112,'N/A',0,0,15951,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39113,'1',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39114,'2',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39115,'3',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39116,'4',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39117,'5',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39118,'6',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39119,'7',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39120,'8',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39121,'9',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39122,'10',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39123,'11',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39124,'12',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39125,'13',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39126,'14',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39127,'15',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39128,'16',2,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39129,'N/A',0,0,15952,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39130,'Wood',2,0,15953,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39131,'Plastics',1,0,15953,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39132,'Aluminium',0,0,15953,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39133,'Stone',0,0,15953,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39134,'Other',20,0,15953,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39135,'Yes',1,0,15955,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39136,'No',3,0,15955,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39137,'Unknown',3,0,15955,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39138,'Yes',1,0,15956,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39139,'No',5,0,15956,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39140,'Unknown',5,0,15956,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39141,'Other',20,0,15957,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39142,'No',5,0,15957,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39143,'Unknown',5,0,15957,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39144,'Very Good',1,0,15958,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39145,'Good',1,0,15958,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39146,'Fair',1,0,15958,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39147,'Poor',2,0,15958,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39148,'Very Poor',2,0,15958,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39149,'0%',0,0,15961,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39150,'25%',0,0,15961,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39151,'50%',0,0,15961,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39152,'75%',0,0,15961,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39153,'100%',0,0,15961,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39154,'0%',0,0,15962,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39155,'25%',1,0,15962,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39156,'50%',1,0,15962,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39157,'75%',1,0,15962,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39158,'100%',1,0,15962,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39159,'0%',0,0,15963,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39160,'25%',0,0,15963,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39161,'50%',0,0,15963,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39162,'75%',0,0,15963,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39163,'100%',0,0,15963,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39164,'0%',0,0,15964,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39165,'25%',3,0,15964,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39166,'50%',3,0,15964,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39167,'75%',3,0,15964,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39168,'100%',3,0,15964,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39169,'0%',0,0,15965,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39170,'25%',1,0,15965,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39171,'50%',1,0,15965,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39172,'75%',1,0,15965,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39173,'100%',1,0,15965,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39174,'0%',0,0,15966,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39175,'25%',5,0,15966,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39176,'50%',5,0,15966,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39177,'75%',5,0,15966,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39178,'100%',5,0,15966,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39179,'0%',0,0,15967,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39180,'25%',5,0,15967,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39181,'50%',5,0,15967,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39182,'75%',5,0,15967,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39183,'100%',5,0,15967,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39184,'0%',0,0,15968,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39185,'25%',1,0,15968,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39186,'50%',1,0,15968,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39187,'75%',1,0,15968,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39188,'100%',1,0,15968,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39189,'Other',20,0,15969,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39190,'25%',1,0,15969,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39191,'50%',1,0,15969,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39192,'75%',1,0,15969,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39193,'100%',1,0,15969,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39194,'0%',0,0,15971,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39195,'25%',1,0,15971,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39196,'50%',1,0,15971,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39197,'75%',1,0,15971,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39198,'100%',1,0,15971,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39199,'0%',0,0,15972,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39200,'25%',2,0,15972,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39201,'50%',2,0,15972,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39202,'75%',2,0,15972,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39203,'100%',2,0,15972,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39204,'0%',0,0,15973,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39205,'25%',1,0,15973,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39206,'50%',1,0,15973,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39207,'75%',1,0,15973,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39208,'100%',1,0,15973,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39209,'Solid concrete all levels',0,0,15974,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39210,'Timber joists all levels',3,0,15974,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39211,'Concrete lowest floor – Timber above higher levels',3,0,15974,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39212,'Other',20,0,15974,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39213,'100%',1,0,15974,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39214,'Yes',1,0,15977,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39215,'No',6,0,15977,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39216,'Yes',2,0,15979,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39217,'No',8,0,15979,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39218,'Yes',1,0,15981,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39219,'No',6,0,15981,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39220,'Yes',1,0,15983,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39221,'No',6,0,15983,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39222,'Yes',1,0,15985,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39223,'No',6,0,15985,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(39224,'Yes',0,0,15989,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39225,'Option',5,0,15989,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39226,'No',8,0,15989,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39227,'N/A',0,0,15989,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39228,'Other',20,0,15989,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39229,'Yes 1',1,0,15991,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39230,'Yes 2',0,0,15991,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39231,'No',7,0,15991,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39232,'N/A',0,0,15991,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39233,'Other',20,0,15991,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39234,'Yes',0,0,15993,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39235,'No 1',7,0,15993,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39236,'No 2',7,0,15993,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39237,'Other',20,0,15993,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39238,'N/A',0,0,15993,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39239,'Yes',0,0,15995,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39240,'No 1',5,0,15995,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39241,'No 2',5,0,15995,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39242,'Yes',0,0,15996,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39243,'No',8,0,15996,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39244,'Other',20,0,15996,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39245,'N/A',0,0,15996,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39246,'Yes',0,0,15997,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39247,'No',8,0,15997,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39248,'Other',20,0,15997,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39249,'N/A',0,0,15997,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39250,'Yes',0,0,15998,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39251,'No',8,0,15998,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39252,'Other',20,0,15998,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39253,'N/A',0,0,15998,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39254,'Yes',0,0,16000,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39255,'No',8,0,16000,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39256,'Other',20,0,16000,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39257,'N/A',0,0,16000,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39258,'Yes',0,0,16001,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39259,'No',6,0,16001,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39260,'Other',20,0,16001,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39261,'N/A',0,0,16001,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39262,'Yes',0,0,16003,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39263,'No',2,0,16003,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39264,'Other',20,0,16003,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39265,'N/A',0,0,16003,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39266,'Yes',0,0,16004,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39267,'No',2,0,16004,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39268,'Other',20,0,16004,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39269,'N/A',0,0,16004,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39270,'Yes',0,0,16006,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39271,'No',2,0,16006,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39272,'Other',20,0,16006,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39273,'N/A',0,0,16006,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39274,'Yes',0,0,16007,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39275,'No',2,0,16007,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39276,'Other',20,0,16007,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39277,'N/A',0,0,16007,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39278,'Yes',0,0,16009,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39279,'No',2,0,16009,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39280,'Other',20,0,16009,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39281,'N/A',0,0,16009,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39282,'Yes',0,0,16010,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39283,'No',2,0,16010,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39284,'Other',20,0,16010,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39285,'N/A',0,0,16010,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39286,'Yes',0,0,16011,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39287,'No',3,0,16011,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39288,'Other',20,0,16011,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39289,'N/A',0,0,16011,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39290,'Yes',0,0,16013,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39291,'No',3,0,16013,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39292,'Other',20,0,16013,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39293,'N/A',0,0,16013,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39294,'N/A',0,0,16013,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39295,'Yes',0,0,16014,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39296,'No',4,0,16014,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39297,'No Disabled',0,0,16014,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39298,'Other',20,0,16014,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39299,'N/A',0,0,16014,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39300,'Yes',0,0,16015,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39301,'No',4,0,16015,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39302,'Other',20,0,16015,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39303,'N/A',0,0,16015,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39304,'Yes',0,0,16016,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39305,'No',3,0,16016,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39306,'Other',20,0,16016,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39307,'N/A',0,0,16016,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39308,'Yes',0,0,16017,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39309,'No',4,0,16017,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39310,'Other',20,0,16017,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39311,'N/A',0,0,16017,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39312,'Yes',0,0,16018,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39313,'No',4,0,16018,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39314,'Other',20,0,16018,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39315,'N/A',0,0,16018,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39316,'Yes',0,0,16019,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39317,'No',5,0,16019,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39318,'Other',20,0,16019,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39319,'N/A',0,0,16019,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39320,'1 Yes',0,0,16020,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39321,'2 Yes',3,0,16020,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39322,'No',6,0,16020,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39323,'Other',20,0,16020,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39324,'N/A',0,0,16020,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39325,'Yes',0,0,16021,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39326,'No',5,0,16021,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39327,'Other',20,0,16021,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39328,'N/A',0,0,16021,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39329,'Yes',0,0,16023,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39330,'No',4,0,16023,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39331,'No',7,0,16023,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39332,'N/A',0,0,16023,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39333,'Other',20,0,16023,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39334,'Yes',0,0,16024,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39335,'No',6,0,16024,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39336,'NA',0,0,16024,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39337,'Other',20,0,16024,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39338,'Yes',0,0,16025,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39339,'Yes',0,0,16025,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39340,'NA',0,0,16025,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39341,'Other',20,0,16025,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39342,'Yes',1,0,16026,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39343,'No',0,0,16026,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39344,'Other',20,0,16026,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39345,'Yes',0,0,16027,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39346,'No',9,0,16027,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39347,'NA',0,0,16027,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39348,'Other',20,0,16027,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39349,'Yes',0,0,16028,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39350,'No',7,0,16028,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39351,'NA',0,0,16028,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39352,'Other',20,0,16028,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39353,'Yes',0,0,16029,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39354,'No',6,0,16029,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39355,'NA',0,0,16029,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39356,'Other',20,0,16029,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39357,'Yes',0,0,16030,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39358,'No',6,0,16030,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39359,'NA',0,0,16030,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39360,'Other',20,0,16030,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39361,'Yes',0,0,16031,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39362,'No',8,0,16031,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39363,'NA',0,0,16031,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39364,'Other',20,0,16031,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39365,'Yes',3,0,16032,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39366,'Yes',4,0,16032,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39367,'Yes',5,0,16032,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39368,'Other',20,0,16032,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39369,'Director',0,0,16038,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39370,'Owner Landlord',0,0,16038,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39371,'Site Maitenance',0,0,16038,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39372,'Estate Agent',0,0,16038,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39373,'Letting Agent',0,0,16038,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39374,'Other',0,0,16038,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39375,'Property Agent',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39376,'Owner Landlord',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39377,'Site Manager',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39378,'Property Manager',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39379,'Construction Manager',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39380,'Fire Warden',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39381,'Director',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39382,'CEO',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39383,'Other',0,0,16039,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39384,'A Property Within Building Block',0,0,16040,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39385,'All Of The Property',0,0,16040,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39386,'Communal Areas Only',0,0,16040,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39387,'House',0,0,16040,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39388,'Flat',0,0,16040,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39389,'Other',0,0,16040,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39390,'Nebosh',0,0,16047,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39391,'Level 2 Fire Risk Assessor',0,0,16047,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39392,'Competant Person',0,0,16047,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39393,'Yes',1,0,16048,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39394,'Yes',0,0,16048,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39395,'No',5,0,16048,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39396,'Other',20,0,16048,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39397,'Yes',0,0,16049,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39398,'No',5,0,16049,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39399,'NA',5,0,16049,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39400,'Other',20,0,16049,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39401,'Yes',0,0,16050,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39402,'No',5,0,16050,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39403,'NA',0,0,16050,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39404,'Other',20,0,16050,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39405,'Choice 6',5,0,16050,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39406,'Yes',0,0,16051,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39407,'No',5,0,16051,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39408,'Other',20,0,16051,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39409,'Yes',0,0,16052,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39410,'No',5,0,16052,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39411,'NA',5,0,16052,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39412,'Other',20,0,16052,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39413,'Yes',0,0,16053,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39414,'No',5,0,16053,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39415,'NA',0,0,16053,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39416,'Other',20,0,16053,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39417,'Yes',0,0,16054,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39418,'No',5,0,16054,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39419,'NA',5,0,16054,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39420,'Other',20,0,16054,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39421,'Fan Heaters',4,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39422,'Electric Heaters',4,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39423,'Gas Heater',5,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39424,'Other Boilers',2,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39425,'Electrical Equipment',3,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39426,'Electrical Leads',3,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39427,'Portable Equipment',3,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39428,'Portable Lighting',2,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39429,'Cooking kitchen Equipment',6,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39430,'Other',20,0,16055,'2022-12-01 21:18:56','2022-12-01 21:18:56');
INSERT INTO `question_choices` VALUES (39431,'Wood/Paper/Cardboard etc',3,0,16057,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39432,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16057,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39433,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16057,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39434,'Waste Material Controlled -in locked wheely bin or store',2,0,16057,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39435,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16057,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39436,'Other',20,0,16057,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39437,'Yes',0,0,16060,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39438,'Yes',2,0,16060,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39439,'No',5,0,16060,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39440,'N/A',0,0,16060,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39441,'Other',20,0,16060,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39442,'Yes',0,0,16062,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39443,'Yes',2,0,16062,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39444,'No',5,0,16062,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39445,'N/A',0,0,16062,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39446,'Other',20,0,16062,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39447,'Yes',0,0,16064,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39448,'No',4,0,16064,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39449,'N/A',0,0,16064,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39450,'Other',20,0,16064,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39451,'Yes',0,0,16066,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39452,'No',5,0,16066,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39453,'N/A',0,0,16066,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39454,'Other',20,0,16066,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39455,'Yes',0,0,16068,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39456,'No',4,0,16068,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39457,'N/A',0,0,16068,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39458,'Other',20,0,16068,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39459,'Yes',0,0,16070,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39460,'No',5,0,16070,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39461,'N/A',0,0,16070,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39462,'Other',20,0,16070,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39463,'Yes',0,0,16072,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39464,'No',5,0,16072,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39465,'N/A',0,0,16072,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39466,'Other',20,0,16072,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39467,'Yes',0,0,16074,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39468,'No',7,0,16074,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39469,'N/A',0,0,16074,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39470,'Other',20,0,16074,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39471,'Yes',2,0,16075,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39472,'No',6,0,16075,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39473,'No',0,0,16075,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39474,'N/A',0,0,16075,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39475,'Yes',0,0,16076,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39476,'Yes',0,0,16076,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39477,'No',5,0,16076,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39478,'N/A',0,0,16076,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39479,'Other',20,0,16076,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39480,'Yes',0,0,16077,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39481,'No',5,0,16077,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39482,'Other',20,0,16077,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39483,'N/A',0,0,16077,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39484,'Detached',1,0,16078,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39485,'Semi Detached',2,0,16078,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39486,'Terraced',3,0,16078,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39487,'Linked-Detached',1,0,16078,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39488,'Other',20,0,16078,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39489,'House',1,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39490,'Bungalow',1,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39491,'Block of Flats - Studios up to 6 Floor Levels',3,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39492,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39493,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39494,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39495,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39496,'Underground Property',1,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39497,'Factory/ Warehouse',3,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39498,'Garage/ Workshop',3,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39499,'Retail Shop',2,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39500,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39501,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39502,'Other',20,0,16079,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39503,'1-5',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39504,'5-10',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39505,'10-15',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39506,'15-20',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39507,'20-25',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39508,'25-30',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39509,'30-35',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39510,'35-40',0,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39511,'Other',20,0,16080,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39512,'1',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39513,'2',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39514,'3',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39515,'4',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39516,'5',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39517,'6',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39518,'7',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39519,'8',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39520,'9',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39521,'10',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39522,'11',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39523,'12',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39524,'13',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39525,'14',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39526,'15',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39527,'16',1,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39528,'N/A',0,0,16083,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39529,'1',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39530,'2',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39531,'3',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39532,'4',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39533,'5',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39534,'6',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39535,'7',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39536,'8',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39537,'9',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39538,'10',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39539,'11',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39540,'12',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39541,'13',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39542,'14',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39543,'15',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39544,'16',2,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39545,'N/A',0,0,16084,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39546,'Wood',2,0,16085,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39547,'Plastics',1,0,16085,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39548,'Aluminium',0,0,16085,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39549,'Stone',0,0,16085,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39550,'Other',20,0,16085,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39551,'Yes',1,0,16087,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39552,'No',3,0,16087,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39553,'Unknown',3,0,16087,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39554,'Yes',1,0,16088,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39555,'No',5,0,16088,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39556,'Unknown',5,0,16088,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39557,'Other',20,0,16089,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39558,'No',5,0,16089,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39559,'Unknown',5,0,16089,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39560,'Very Good',1,0,16090,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39561,'Good',1,0,16090,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39562,'Fair',1,0,16090,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39563,'Poor',2,0,16090,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39564,'Very Poor',2,0,16090,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39565,'0%',0,0,16093,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39566,'25%',0,0,16093,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39567,'50%',0,0,16093,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39568,'75%',0,0,16093,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39569,'100%',0,0,16093,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39570,'0%',0,0,16094,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39571,'25%',1,0,16094,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39572,'50%',1,0,16094,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39573,'75%',1,0,16094,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39574,'100%',1,0,16094,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39575,'0%',0,0,16095,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39576,'25%',0,0,16095,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39577,'50%',0,0,16095,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39578,'75%',0,0,16095,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39579,'100%',0,0,16095,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39580,'0%',0,0,16096,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39581,'25%',3,0,16096,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39582,'50%',3,0,16096,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39583,'75%',3,0,16096,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39584,'100%',3,0,16096,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39585,'0%',0,0,16097,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39586,'25%',1,0,16097,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39587,'50%',1,0,16097,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39588,'75%',1,0,16097,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39589,'100%',1,0,16097,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39590,'0%',0,0,16098,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39591,'25%',5,0,16098,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39592,'50%',5,0,16098,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39593,'75%',5,0,16098,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39594,'100%',5,0,16098,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39595,'0%',0,0,16099,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39596,'25%',5,0,16099,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39597,'50%',5,0,16099,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39598,'75%',5,0,16099,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39599,'100%',5,0,16099,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39600,'0%',0,0,16100,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39601,'25%',1,0,16100,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39602,'50%',1,0,16100,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39603,'75%',1,0,16100,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39604,'100%',1,0,16100,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39605,'Other',20,0,16101,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39606,'25%',1,0,16101,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39607,'50%',1,0,16101,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39608,'75%',1,0,16101,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39609,'100%',1,0,16101,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39610,'0%',0,0,16103,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39611,'25%',1,0,16103,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39612,'50%',1,0,16103,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39613,'75%',1,0,16103,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39614,'100%',1,0,16103,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39615,'0%',0,0,16104,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39616,'25%',2,0,16104,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39617,'50%',2,0,16104,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39618,'75%',2,0,16104,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39619,'100%',2,0,16104,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39620,'0%',0,0,16105,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39621,'25%',1,0,16105,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39622,'50%',1,0,16105,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39623,'75%',1,0,16105,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39624,'100%',1,0,16105,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39625,'Solid concrete all levels',0,0,16106,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39626,'Timber joists all levels',3,0,16106,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39627,'Concrete lowest floor – Timber above higher levels',3,0,16106,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39628,'Other',20,0,16106,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39629,'100%',1,0,16106,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39630,'Yes',1,0,16109,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39631,'No',6,0,16109,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39632,'Yes',2,0,16111,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39633,'No',8,0,16111,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39634,'Yes',1,0,16113,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39635,'No',6,0,16113,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39636,'Yes',1,0,16115,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39637,'No',6,0,16115,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39638,'Yes',1,0,16117,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39639,'No',6,0,16117,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39640,'Yes',1,0,16121,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39641,'No',3,0,16121,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39642,'Yes',1,0,16123,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39643,'No',3,0,16123,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(39644,'Yes',0,0,16125,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39645,'Option',5,0,16125,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39646,'No',8,0,16125,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39647,'N/A',0,0,16125,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39648,'Other',20,0,16125,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39649,'Yes 1',1,0,16127,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39650,'Yes 2',0,0,16127,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39651,'No',7,0,16127,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39652,'N/A',0,0,16127,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39653,'Other',20,0,16127,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39654,'Yes',0,0,16129,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39655,'No 1',7,0,16129,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39656,'No 2',7,0,16129,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39657,'Other',20,0,16129,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39658,'N/A',0,0,16129,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39659,'Yes',0,0,16131,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39660,'No 1',5,0,16131,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39661,'No 2',5,0,16131,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39662,'Yes',0,0,16132,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39663,'No',8,0,16132,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39664,'Other',20,0,16132,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39665,'N/A',0,0,16132,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39666,'Yes',0,0,16133,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39667,'No',8,0,16133,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39668,'Other',20,0,16133,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39669,'N/A',0,0,16133,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39670,'Yes',0,0,16134,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39671,'No',8,0,16134,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39672,'Other',20,0,16134,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39673,'N/A',0,0,16134,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39674,'Yes',0,0,16136,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39675,'No',8,0,16136,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39676,'Other',20,0,16136,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39677,'N/A',0,0,16136,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39678,'Yes',0,0,16137,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39679,'No',6,0,16137,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39680,'Other',20,0,16137,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39681,'N/A',0,0,16137,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39682,'Yes',0,0,16139,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39683,'No',2,0,16139,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39684,'Other',20,0,16139,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39685,'N/A',0,0,16139,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39686,'Yes',0,0,16140,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39687,'No',2,0,16140,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39688,'Other',20,0,16140,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39689,'N/A',0,0,16140,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39690,'Yes',0,0,16142,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39691,'No',2,0,16142,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39692,'Other',20,0,16142,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39693,'N/A',0,0,16142,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39694,'Yes',0,0,16143,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39695,'No',2,0,16143,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39696,'Other',20,0,16143,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39697,'N/A',0,0,16143,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39698,'Yes',0,0,16145,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39699,'No',2,0,16145,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39700,'Other',20,0,16145,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39701,'N/A',0,0,16145,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39702,'Yes',0,0,16146,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39703,'No',2,0,16146,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39704,'Other',20,0,16146,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39705,'N/A',0,0,16146,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39706,'Yes',0,0,16147,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39707,'No',3,0,16147,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39708,'Other',20,0,16147,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39709,'N/A',0,0,16147,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39710,'Yes',0,0,16149,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39711,'No',3,0,16149,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39712,'Other',20,0,16149,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39713,'N/A',0,0,16149,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39714,'N/A',0,0,16149,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39715,'Yes',0,0,16150,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39716,'No',4,0,16150,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39717,'No Disabled',0,0,16150,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39718,'Other',20,0,16150,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39719,'N/A',0,0,16150,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39720,'Yes',0,0,16151,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39721,'No',4,0,16151,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39722,'Other',20,0,16151,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39723,'N/A',0,0,16151,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39724,'Yes',0,0,16152,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39725,'No',3,0,16152,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39726,'Other',20,0,16152,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39727,'N/A',0,0,16152,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39728,'Yes',0,0,16153,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39729,'No',4,0,16153,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39730,'Other',20,0,16153,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39731,'N/A',0,0,16153,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39732,'Yes',0,0,16154,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39733,'No',4,0,16154,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39734,'Other',20,0,16154,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39735,'N/A',0,0,16154,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39736,'Yes',0,0,16155,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39737,'No',5,0,16155,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39738,'Other',20,0,16155,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39739,'N/A',0,0,16155,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39740,'1 Yes',0,0,16156,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39741,'2 Yes',3,0,16156,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39742,'No',6,0,16156,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39743,'Other',20,0,16156,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39744,'N/A',0,0,16156,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39745,'Yes',0,0,16157,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39746,'No',5,0,16157,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39747,'Other',20,0,16157,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39748,'N/A',0,0,16157,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39749,'Yes',0,0,16159,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39750,'No',4,0,16159,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39751,'No',7,0,16159,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39752,'N/A',0,0,16159,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39753,'Other',20,0,16159,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39754,'Yes',0,0,16160,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39755,'No',6,0,16160,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39756,'NA',0,0,16160,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39757,'Other',20,0,16160,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39758,'Yes',0,0,16161,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39759,'Yes',0,0,16161,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39760,'NA',0,0,16161,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39761,'Other',20,0,16161,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39762,'Yes',1,0,16162,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39763,'No',0,0,16162,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39764,'Other',20,0,16162,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39765,'Yes',0,0,16163,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39766,'No',9,0,16163,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39767,'NA',0,0,16163,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39768,'Other',20,0,16163,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39769,'Yes',0,0,16164,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39770,'No',7,0,16164,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39771,'NA',0,0,16164,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39772,'Other',20,0,16164,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39773,'Yes',0,0,16165,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39774,'No',6,0,16165,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39775,'NA',0,0,16165,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39776,'Other',20,0,16165,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39777,'Yes',0,0,16166,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39778,'No',6,0,16166,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39779,'NA',0,0,16166,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39780,'Other',20,0,16166,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39781,'Yes',0,0,16167,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39782,'No',8,0,16167,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39783,'NA',0,0,16167,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39784,'Other',20,0,16167,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39785,'Yes',3,0,16168,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39786,'Yes',4,0,16168,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39787,'Yes',5,0,16168,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39788,'Other',20,0,16168,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39789,'Director',0,0,16174,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39790,'Owner Landlord',0,0,16174,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39791,'Site Maitenance',0,0,16174,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39792,'Estate Agent',0,0,16174,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39793,'Letting Agent',0,0,16174,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39794,'Other',0,0,16174,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39795,'Property Agent',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39796,'Owner Landlord',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39797,'Site Manager',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39798,'Property Manager',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39799,'Construction Manager',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39800,'Fire Warden',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39801,'Director',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39802,'CEO',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39803,'Other',0,0,16175,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39804,'A Property Within Building Block',0,0,16176,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39805,'All Of The Property',0,0,16176,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39806,'Communal Areas Only',0,0,16176,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39807,'House',0,0,16176,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39808,'Flat',0,0,16176,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39809,'Other',0,0,16176,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39810,'Nebosh',0,0,16183,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39811,'Level 2 Fire Risk Assessor',0,0,16183,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39812,'Competant Person',0,0,16183,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39813,'Yes',1,0,16184,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39814,'Yes',0,0,16184,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39815,'No',5,0,16184,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39816,'Other',20,0,16184,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39817,'Yes',0,0,16185,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39818,'No',5,0,16185,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39819,'NA',5,0,16185,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39820,'Other',20,0,16185,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39821,'Yes',0,0,16186,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39822,'No',5,0,16186,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39823,'NA',0,0,16186,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39824,'Other',20,0,16186,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39825,'Choice 6',5,0,16186,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39826,'Yes',0,0,16187,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39827,'No',5,0,16187,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39828,'Other',20,0,16187,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39829,'Yes',0,0,16188,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39830,'No',5,0,16188,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39831,'NA',5,0,16188,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39832,'Other',20,0,16188,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39833,'Yes',0,0,16189,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39834,'No',5,0,16189,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39835,'NA',0,0,16189,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39836,'Other',20,0,16189,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39837,'Yes',0,0,16190,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39838,'No',5,0,16190,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39839,'NA',5,0,16190,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39840,'Other',20,0,16190,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(39841,'Fan Heaters',4,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39842,'Electric Heaters',4,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39843,'Gas Heater',5,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39844,'Other Boilers',2,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39845,'Electrical Equipment',3,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39846,'Electrical Leads',3,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39847,'Portable Equipment',3,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39848,'Portable Lighting',2,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39849,'Cooking kitchen Equipment',6,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39850,'Other',20,0,16191,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39851,'Wood/Paper/Cardboard etc',3,0,16193,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39852,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16193,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39853,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16193,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39854,'Waste Material Controlled -in locked wheely bin or store',2,0,16193,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39855,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16193,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39856,'Other',20,0,16193,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39857,'Yes',0,0,16196,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39858,'Yes',2,0,16196,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39859,'No',5,0,16196,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39860,'N/A',0,0,16196,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39861,'Other',20,0,16196,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39862,'Yes',0,0,16198,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39863,'Yes',2,0,16198,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39864,'No',5,0,16198,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39865,'N/A',0,0,16198,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39866,'Other',20,0,16198,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39867,'Yes',0,0,16200,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39868,'No',4,0,16200,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39869,'N/A',0,0,16200,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39870,'Other',20,0,16200,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39871,'Yes',0,0,16202,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39872,'No',5,0,16202,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39873,'N/A',0,0,16202,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39874,'Other',20,0,16202,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39875,'Yes',0,0,16204,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39876,'No',4,0,16204,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39877,'N/A',0,0,16204,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39878,'Other',20,0,16204,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39879,'Yes',0,0,16206,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39880,'No',5,0,16206,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39881,'N/A',0,0,16206,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39882,'Other',20,0,16206,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39883,'Yes',0,0,16208,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39884,'No',5,0,16208,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39885,'N/A',0,0,16208,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39886,'Other',20,0,16208,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39887,'Yes',0,0,16210,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39888,'No',7,0,16210,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39889,'N/A',0,0,16210,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39890,'Other',20,0,16210,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39891,'Yes',2,0,16211,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39892,'No',6,0,16211,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39893,'No',0,0,16211,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39894,'N/A',0,0,16211,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39895,'Yes',0,0,16212,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39896,'Yes',0,0,16212,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39897,'No',5,0,16212,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39898,'N/A',0,0,16212,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39899,'Other',20,0,16212,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39900,'Yes',0,0,16213,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39901,'No',5,0,16213,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39902,'Other',20,0,16213,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39903,'N/A',0,0,16213,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39904,'Detached',1,0,16214,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39905,'Semi Detached',2,0,16214,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39906,'Terraced',3,0,16214,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39907,'Linked-Detached',1,0,16214,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39908,'Other',20,0,16214,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39909,'House',1,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39910,'Bungalow',1,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39911,'Block of Flats - Studios up to 6 Floor Levels',3,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39912,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39913,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39914,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39915,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39916,'Underground Property',1,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39917,'Factory/ Warehouse',3,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39918,'Garage/ Workshop',3,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39919,'Retail Shop',2,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39920,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39921,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39922,'Other',20,0,16215,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39923,'1-5',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39924,'5-10',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39925,'10-15',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39926,'15-20',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39927,'20-25',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39928,'25-30',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39929,'30-35',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39930,'35-40',0,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39931,'Other',20,0,16216,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39932,'1',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39933,'2',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39934,'3',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39935,'4',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39936,'5',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39937,'6',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39938,'7',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39939,'8',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39940,'9',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39941,'10',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39942,'11',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39943,'12',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39944,'13',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39945,'14',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39946,'15',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39947,'16',1,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39948,'N/A',0,0,16219,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39949,'1',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39950,'2',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39951,'3',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39952,'4',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39953,'5',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39954,'6',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39955,'7',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39956,'8',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39957,'9',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39958,'10',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39959,'11',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39960,'12',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39961,'13',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39962,'14',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39963,'15',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39964,'16',2,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39965,'N/A',0,0,16220,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39966,'Wood',2,0,16221,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39967,'Plastics',1,0,16221,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39968,'Aluminium',0,0,16221,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39969,'Stone',0,0,16221,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39970,'Other',20,0,16221,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39971,'Yes',1,0,16223,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39972,'No',3,0,16223,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39973,'Unknown',3,0,16223,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39974,'Yes',1,0,16224,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39975,'No',5,0,16224,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39976,'Unknown',5,0,16224,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39977,'Other',20,0,16225,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39978,'No',5,0,16225,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39979,'Unknown',5,0,16225,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39980,'Very Good',1,0,16226,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39981,'Good',1,0,16226,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39982,'Fair',1,0,16226,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39983,'Poor',2,0,16226,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39984,'Very Poor',2,0,16226,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39985,'0%',0,0,16229,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39986,'25%',0,0,16229,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39987,'50%',0,0,16229,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39988,'75%',0,0,16229,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39989,'100%',0,0,16229,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39990,'0%',0,0,16230,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39991,'25%',1,0,16230,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39992,'50%',1,0,16230,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39993,'75%',1,0,16230,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39994,'100%',1,0,16230,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39995,'0%',0,0,16231,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39996,'25%',0,0,16231,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39997,'50%',0,0,16231,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39998,'75%',0,0,16231,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(39999,'100%',0,0,16231,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40000,'0%',0,0,16232,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40001,'25%',3,0,16232,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40002,'50%',3,0,16232,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40003,'75%',3,0,16232,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40004,'100%',3,0,16232,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40005,'0%',0,0,16233,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40006,'25%',1,0,16233,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40007,'50%',1,0,16233,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40008,'75%',1,0,16233,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40009,'100%',1,0,16233,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40010,'0%',0,0,16234,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40011,'25%',5,0,16234,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40012,'50%',5,0,16234,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40013,'75%',5,0,16234,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40014,'100%',5,0,16234,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40015,'0%',0,0,16235,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40016,'25%',5,0,16235,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40017,'50%',5,0,16235,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40018,'75%',5,0,16235,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40019,'100%',5,0,16235,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40020,'0%',0,0,16236,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40021,'25%',1,0,16236,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40022,'50%',1,0,16236,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40023,'75%',1,0,16236,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40024,'100%',1,0,16236,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40025,'Other',20,0,16237,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40026,'25%',1,0,16237,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40027,'50%',1,0,16237,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40028,'75%',1,0,16237,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40029,'100%',1,0,16237,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40030,'0%',0,0,16239,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40031,'25%',1,0,16239,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40032,'50%',1,0,16239,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40033,'75%',1,0,16239,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40034,'100%',1,0,16239,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40035,'0%',0,0,16240,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40036,'25%',2,0,16240,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40037,'50%',2,0,16240,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40038,'75%',2,0,16240,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40039,'100%',2,0,16240,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40040,'0%',0,0,16241,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40041,'25%',1,0,16241,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40042,'50%',1,0,16241,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40043,'75%',1,0,16241,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40044,'100%',1,0,16241,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40045,'Solid concrete all levels',0,0,16242,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40046,'Timber joists all levels',3,0,16242,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40047,'Concrete lowest floor – Timber above higher levels',3,0,16242,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40048,'Other',20,0,16242,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40049,'100%',1,0,16242,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40050,'Yes',1,0,16245,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40051,'No',6,0,16245,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40052,'Yes',2,0,16247,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40053,'No',8,0,16247,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40054,'Yes',1,0,16249,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40055,'No',6,0,16249,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40056,'Yes',1,0,16251,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40057,'No',6,0,16251,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40058,'Yes',1,0,16253,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40059,'No',6,0,16253,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40060,'Yes',1,0,16257,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40061,'No',3,0,16257,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40062,'Yes',1,0,16259,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40063,'No',3,0,16259,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40064,'Yes',1,0,16261,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40065,'No',3,0,16261,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(40066,'Yes',0,0,16264,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40067,'No 1',7,0,16264,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40068,'No 2',7,0,16264,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40069,'Other',20,0,16264,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40070,'N/A',0,0,16264,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40071,'Yes',0,0,16266,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40072,'No 1',5,0,16266,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40073,'No 2',5,0,16266,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40074,'Yes',0,0,16267,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40075,'Option',5,0,16267,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40076,'No',8,0,16267,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40077,'N/A',0,0,16267,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40078,'Other',20,0,16267,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40079,'Yes 1',1,0,16269,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40080,'Yes 2',0,0,16269,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40081,'No',7,0,16269,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40082,'N/A',0,0,16269,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40083,'Other',20,0,16269,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40084,'Yes',0,0,16270,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40085,'No',8,0,16270,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40086,'Other',20,0,16270,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40087,'N/A',0,0,16270,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40088,'Yes',0,0,16271,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40089,'No',8,0,16271,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40090,'Other',20,0,16271,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40091,'N/A',0,0,16271,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40092,'Yes',0,0,16272,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40093,'No',8,0,16272,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40094,'Other',20,0,16272,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40095,'N/A',0,0,16272,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40096,'Yes',0,0,16274,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40097,'No',8,0,16274,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40098,'Other',20,0,16274,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40099,'N/A',0,0,16274,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40100,'Yes',0,0,16275,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40101,'No',6,0,16275,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40102,'Other',20,0,16275,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40103,'N/A',0,0,16275,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40104,'Yes',0,0,16277,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40105,'No',2,0,16277,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40106,'Other',20,0,16277,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40107,'N/A',0,0,16277,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40108,'Yes',0,0,16278,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40109,'No',2,0,16278,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40110,'Other',20,0,16278,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40111,'N/A',0,0,16278,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40112,'Yes',0,0,16280,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40113,'No',2,0,16280,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40114,'Other',20,0,16280,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40115,'N/A',0,0,16280,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40116,'Yes',0,0,16281,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40117,'No',2,0,16281,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40118,'Other',20,0,16281,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40119,'N/A',0,0,16281,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40120,'Yes',0,0,16283,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40121,'No',2,0,16283,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40122,'Other',20,0,16283,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40123,'N/A',0,0,16283,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40124,'Yes',0,0,16284,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40125,'No',2,0,16284,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40126,'Other',20,0,16284,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40127,'N/A',0,0,16284,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40128,'Yes',0,0,16285,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40129,'No',3,0,16285,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40130,'Other',20,0,16285,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40131,'N/A',0,0,16285,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40132,'Yes',0,0,16287,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40133,'No',3,0,16287,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40134,'Other',20,0,16287,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40135,'N/A',0,0,16287,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40136,'N/A',0,0,16287,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40137,'Yes',0,0,16288,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40138,'No',4,0,16288,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40139,'No Disabled',0,0,16288,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40140,'Other',20,0,16288,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40141,'N/A',0,0,16288,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40142,'Yes',0,0,16289,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40143,'No',4,0,16289,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40144,'Other',20,0,16289,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40145,'N/A',0,0,16289,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40146,'Yes',0,0,16290,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40147,'No',3,0,16290,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40148,'Other',20,0,16290,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40149,'N/A',0,0,16290,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40150,'Yes',0,0,16291,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40151,'No',4,0,16291,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40152,'Other',20,0,16291,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40153,'N/A',0,0,16291,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40154,'Yes',0,0,16292,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40155,'No',4,0,16292,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40156,'Other',20,0,16292,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40157,'N/A',0,0,16292,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40158,'Yes',0,0,16293,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40159,'No',5,0,16293,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40160,'Other',20,0,16293,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40161,'N/A',0,0,16293,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40162,'1 Yes',0,0,16294,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40163,'2 Yes',3,0,16294,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40164,'No',6,0,16294,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40165,'Other',20,0,16294,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40166,'N/A',0,0,16294,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40167,'Yes',0,0,16295,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40168,'No',5,0,16295,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40169,'Other',20,0,16295,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40170,'N/A',0,0,16295,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(40171,'Yes',0,0,16297,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40172,'No',4,0,16297,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40173,'No',7,0,16297,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40174,'N/A',0,0,16297,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40175,'Other',20,0,16297,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40176,'Yes',0,0,16298,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40177,'No',6,0,16298,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40178,'NA',0,0,16298,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40179,'Other',20,0,16298,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40180,'Yes',0,0,16299,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40181,'Yes',0,0,16299,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40182,'NA',0,0,16299,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40183,'Other',20,0,16299,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40184,'Yes',1,0,16300,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40185,'No',0,0,16300,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40186,'Other',20,0,16300,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40187,'Yes',0,0,16301,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40188,'No',9,0,16301,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40189,'NA',0,0,16301,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40190,'Other',20,0,16301,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40191,'Yes',0,0,16302,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40192,'No',7,0,16302,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40193,'NA',0,0,16302,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40194,'Other',20,0,16302,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40195,'Yes',0,0,16303,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40196,'No',6,0,16303,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40197,'NA',0,0,16303,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40198,'Other',20,0,16303,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40199,'Yes',0,0,16304,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40200,'No',6,0,16304,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40201,'NA',0,0,16304,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40202,'Other',20,0,16304,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40203,'Yes',0,0,16305,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40204,'No',8,0,16305,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40205,'NA',0,0,16305,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40206,'Other',20,0,16305,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40207,'Yes',3,0,16306,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40208,'Yes',4,0,16306,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40209,'Yes',5,0,16306,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40210,'Other',20,0,16306,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40211,'Director',0,0,16312,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40212,'Owner Landlord',0,0,16312,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40213,'Site Maitenance',0,0,16312,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40214,'Estate Agent',0,0,16312,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40215,'Letting Agent',0,0,16312,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40216,'Other',0,0,16312,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40217,'Property Agent',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40218,'Owner Landlord',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40219,'Site Manager',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40220,'Property Manager',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40221,'Construction Manager',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40222,'Fire Warden',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40223,'Director',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40224,'CEO',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40225,'Other',0,0,16313,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40226,'A Property Within Building Block',0,0,16314,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40227,'All Of The Property',0,0,16314,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40228,'Communal Areas Only',0,0,16314,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40229,'House',0,0,16314,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40230,'Flat',0,0,16314,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40231,'Other',0,0,16314,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40232,'Nebosh',0,0,16321,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40233,'Level 2 Fire Risk Assessor',0,0,16321,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40234,'Competant Person',0,0,16321,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40235,'Yes',1,0,16322,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40236,'Yes',0,0,16322,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40237,'No',5,0,16322,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40238,'Other',20,0,16322,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40239,'Yes',0,0,16323,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40240,'No',5,0,16323,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40241,'NA',5,0,16323,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40242,'Other',20,0,16323,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40243,'Yes',0,0,16324,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40244,'No',5,0,16324,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40245,'NA',0,0,16324,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40246,'Other',20,0,16324,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40247,'Choice 6',5,0,16324,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40248,'Yes',0,0,16325,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40249,'No',5,0,16325,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40250,'Other',20,0,16325,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40251,'Yes',0,0,16326,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40252,'No',5,0,16326,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40253,'NA',5,0,16326,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40254,'Other',20,0,16326,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40255,'Yes',0,0,16327,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40256,'No',5,0,16327,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40257,'NA',0,0,16327,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40258,'Other',20,0,16327,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40259,'Yes',0,0,16328,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40260,'No',5,0,16328,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40261,'NA',5,0,16328,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40262,'Other',20,0,16328,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40263,'Fan Heaters',4,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40264,'Electric Heaters',4,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40265,'Gas Heater',5,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40266,'Other Boilers',2,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40267,'Electrical Equipment',3,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40268,'Electrical Leads',3,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40269,'Portable Equipment',3,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40270,'Portable Lighting',2,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40271,'Cooking kitchen Equipment',6,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40272,'Other',20,0,16329,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40273,'Wood/Paper/Cardboard etc',3,0,16331,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40274,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16331,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40275,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16331,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40276,'Waste Material Controlled -in locked wheely bin or store',2,0,16331,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40277,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16331,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40278,'Other',20,0,16331,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40279,'Yes',0,0,16334,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40280,'Yes',2,0,16334,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40281,'No',5,0,16334,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40282,'N/A',0,0,16334,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40283,'Other',20,0,16334,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40284,'Yes',0,0,16336,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40285,'Yes',2,0,16336,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40286,'No',5,0,16336,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40287,'N/A',0,0,16336,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40288,'Other',20,0,16336,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40289,'Yes',0,0,16338,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40290,'No',4,0,16338,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40291,'N/A',0,0,16338,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40292,'Other',20,0,16338,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40293,'Yes',0,0,16340,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40294,'No',5,0,16340,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40295,'N/A',0,0,16340,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40296,'Other',20,0,16340,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40297,'Yes',0,0,16342,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40298,'No',4,0,16342,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40299,'N/A',0,0,16342,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40300,'Other',20,0,16342,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40301,'Yes',0,0,16344,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40302,'No',5,0,16344,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40303,'N/A',0,0,16344,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40304,'Other',20,0,16344,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40305,'Yes',0,0,16346,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40306,'No',5,0,16346,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40307,'N/A',0,0,16346,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40308,'Other',20,0,16346,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40309,'Yes',0,0,16348,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40310,'No',7,0,16348,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40311,'N/A',0,0,16348,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40312,'Other',20,0,16348,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40313,'Yes',2,0,16349,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40314,'No',6,0,16349,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40315,'No',0,0,16349,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40316,'N/A',0,0,16349,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40317,'Yes',0,0,16350,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40318,'Yes',0,0,16350,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40319,'No',5,0,16350,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40320,'N/A',0,0,16350,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40321,'Other',20,0,16350,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40322,'Yes',0,0,16351,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40323,'No',5,0,16351,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40324,'Other',20,0,16351,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40325,'N/A',0,0,16351,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40326,'Detached',1,0,16352,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40327,'Semi Detached',2,0,16352,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40328,'Terraced',3,0,16352,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40329,'Linked-Detached',1,0,16352,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40330,'Other',20,0,16352,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40331,'House',1,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40332,'Bungalow',1,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40333,'Block of Flats - Studios up to 6 Floor Levels',3,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40334,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40335,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40336,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40337,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40338,'Underground Property',1,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40339,'Factory/ Warehouse',3,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40340,'Garage/ Workshop',3,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40341,'Retail Shop',2,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40342,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40343,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40344,'Other',20,0,16353,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40345,'1-5',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40346,'5-10',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40347,'10-15',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40348,'15-20',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40349,'20-25',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40350,'25-30',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40351,'30-35',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40352,'35-40',0,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40353,'Other',20,0,16354,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40354,'1',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40355,'2',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40356,'3',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40357,'4',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40358,'5',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40359,'6',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40360,'7',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40361,'8',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40362,'9',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40363,'10',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40364,'11',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40365,'12',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40366,'13',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40367,'14',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40368,'15',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40369,'16',1,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40370,'N/A',0,0,16357,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40371,'1',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40372,'2',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40373,'3',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40374,'4',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40375,'5',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40376,'6',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40377,'7',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40378,'8',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40379,'9',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40380,'10',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40381,'11',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40382,'12',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40383,'13',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40384,'14',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40385,'15',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40386,'16',2,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40387,'N/A',0,0,16358,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40388,'Yes',1,0,16360,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40389,'No',3,0,16360,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40390,'Unknown',3,0,16360,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40391,'Stone',0,0,16360,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40392,'Other',20,0,16360,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40393,'Yes',1,0,16361,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40394,'No',5,0,16361,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40395,'Unknown',5,0,16361,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40396,'Stone',0,0,16361,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40397,'Other',20,0,16361,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40398,'Other',20,0,16362,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40399,'No',5,0,16362,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40400,'Unknown',5,0,16362,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40401,'Stone',0,0,16362,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40402,'Other',20,0,16362,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40403,'Wood',2,0,16363,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40404,'Plastics',1,0,16363,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40405,'Aluminium',0,0,16363,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40406,'Stone',0,0,16363,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40407,'Other',20,0,16363,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40408,'0%',0,0,16365,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40409,'25%',0,0,16365,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40410,'50%',0,0,16365,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40411,'75%',0,0,16365,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40412,'100%',0,0,16365,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40413,'0%',0,0,16366,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40414,'25%',1,0,16366,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40415,'50%',1,0,16366,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40416,'75%',1,0,16366,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40417,'100%',1,0,16366,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40418,'0%',0,0,16367,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40419,'25%',0,0,16367,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40420,'50%',0,0,16367,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40421,'75%',0,0,16367,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40422,'100%',0,0,16367,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40423,'0%',0,0,16368,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40424,'25%',3,0,16368,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40425,'50%',3,0,16368,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40426,'75%',3,0,16368,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40427,'100%',3,0,16368,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40428,'0%',0,0,16369,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40429,'25%',1,0,16369,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40430,'50%',1,0,16369,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40431,'75%',1,0,16369,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40432,'100%',1,0,16369,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40433,'0%',0,0,16370,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40434,'25%',5,0,16370,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40435,'50%',5,0,16370,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40436,'75%',5,0,16370,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40437,'100%',5,0,16370,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40438,'0%',0,0,16371,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40439,'25%',5,0,16371,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40440,'50%',5,0,16371,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40441,'75%',5,0,16371,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40442,'100%',5,0,16371,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40443,'0%',0,0,16372,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40444,'25%',1,0,16372,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40445,'50%',1,0,16372,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40446,'75%',1,0,16372,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40447,'100%',1,0,16372,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40448,'Other',20,0,16373,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40449,'25%',1,0,16373,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40450,'50%',1,0,16373,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40451,'75%',1,0,16373,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40452,'100%',1,0,16373,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40453,'0%',0,0,16375,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40454,'25%',1,0,16375,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40455,'50%',1,0,16375,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40456,'75%',1,0,16375,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40457,'100%',1,0,16375,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40458,'0%',0,0,16376,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40459,'25%',2,0,16376,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40460,'50%',2,0,16376,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40461,'75%',2,0,16376,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40462,'100%',2,0,16376,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40463,'0%',0,0,16377,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40464,'25%',1,0,16377,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40465,'50%',1,0,16377,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40466,'75%',1,0,16377,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40467,'100%',1,0,16377,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40468,'Solid concrete all levels',0,0,16378,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40469,'Timber joists all levels',3,0,16378,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40470,'Concrete lowest floor – Timber above higher levels',3,0,16378,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40471,'Other',20,0,16378,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40472,'100%',1,0,16378,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40473,'Yes',1,0,16381,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40474,'No',6,0,16381,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40475,'Yes',2,0,16383,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40476,'No',8,0,16383,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40477,'Yes',1,0,16385,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40478,'No',6,0,16385,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40479,'Yes',1,0,16387,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40480,'No',6,0,16387,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40481,'Yes',1,0,16389,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40482,'No',6,0,16389,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40483,'Yes',1,0,16393,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40484,'No',3,0,16393,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40485,'Yes',1,0,16395,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40486,'No',3,0,16395,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40487,'Yes',1,0,16397,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40488,'No',3,0,16397,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40489,'Very Good',1,0,16399,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40490,'Good',1,0,16399,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40491,'Fair',1,0,16399,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40492,'Poor',2,0,16399,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40493,'Very Poor',2,0,16399,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(40494,'Yes',0,0,16402,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40495,'No 1',7,0,16402,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40496,'No 2',7,0,16402,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40497,'Other',20,0,16402,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40498,'N/A',0,0,16402,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40499,'Yes',0,0,16404,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40500,'No 1',5,0,16404,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40501,'No 2',5,0,16404,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40502,'Yes',0,0,16405,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40503,'Option',5,0,16405,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40504,'No',8,0,16405,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40505,'N/A',0,0,16405,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40506,'Other',20,0,16405,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40507,'Yes 1',1,0,16407,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40508,'Yes 2',0,0,16407,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40509,'No',7,0,16407,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40510,'N/A',0,0,16407,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40511,'Other',20,0,16407,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40512,'Yes',0,0,16408,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40513,'No',8,0,16408,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40514,'Other',20,0,16408,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40515,'N/A',0,0,16408,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40516,'Yes',0,0,16409,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40517,'No',8,0,16409,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40518,'Other',20,0,16409,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40519,'N/A',0,0,16409,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40520,'Yes',0,0,16410,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40521,'No',8,0,16410,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40522,'Other',20,0,16410,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40523,'N/A',0,0,16410,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40524,'Yes',0,0,16412,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40525,'No',8,0,16412,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40526,'Other',20,0,16412,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40527,'N/A',0,0,16412,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40528,'Yes',0,0,16413,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40529,'No',6,0,16413,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40530,'Other',20,0,16413,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40531,'N/A',0,0,16413,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(40532,'Yes',0,0,16415,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40533,'No',4,0,16415,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40534,'No',7,0,16415,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40535,'N/A',0,0,16415,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40536,'Other',20,0,16415,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40537,'Yes',0,0,16416,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40538,'No',6,0,16416,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40539,'NA',0,0,16416,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40540,'Other',20,0,16416,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40541,'Yes',0,0,16417,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40542,'Yes',0,0,16417,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40543,'NA',0,0,16417,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40544,'Other',20,0,16417,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40545,'Yes',1,0,16418,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40546,'No',0,0,16418,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40547,'Other',20,0,16418,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40548,'Yes',0,0,16419,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40549,'No',9,0,16419,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40550,'NA',0,0,16419,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40551,'Other',20,0,16419,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40552,'Yes',0,0,16420,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40553,'No',7,0,16420,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40554,'NA',0,0,16420,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40555,'Other',20,0,16420,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40556,'Yes',0,0,16421,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40557,'No',6,0,16421,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40558,'NA',0,0,16421,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40559,'Other',20,0,16421,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40560,'Yes',0,0,16422,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40561,'No',6,0,16422,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40562,'NA',0,0,16422,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40563,'Other',20,0,16422,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40564,'Yes',0,0,16423,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40565,'No',8,0,16423,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40566,'NA',0,0,16423,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40567,'Other',20,0,16423,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40568,'Yes',3,0,16424,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40569,'Yes',4,0,16424,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40570,'Yes',5,0,16424,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40571,'Other',20,0,16424,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40572,'Director',0,0,16430,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40573,'Owner Landlord',0,0,16430,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40574,'Site Maitenance',0,0,16430,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40575,'Estate Agent',0,0,16430,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40576,'Letting Agent',0,0,16430,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40577,'Other',0,0,16430,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40578,'Property Agent',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40579,'Owner Landlord',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40580,'Site Manager',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40581,'Property Manager',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40582,'Construction Manager',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40583,'Fire Warden',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40584,'Director',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40585,'CEO',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40586,'Other',0,0,16431,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40587,'A Property Within Building Block',0,0,16432,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40588,'All Of The Property',0,0,16432,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40589,'Communal Areas Only',0,0,16432,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40590,'House',0,0,16432,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40591,'Flat',0,0,16432,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40592,'Other',0,0,16432,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40593,'Nebosh',0,0,16439,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40594,'Level 2 Fire Risk Assessor',0,0,16439,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40595,'Competant Person',0,0,16439,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40596,'Yes',1,0,16440,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40597,'Yes',0,0,16440,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40598,'No',5,0,16440,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40599,'Other',20,0,16440,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40600,'Yes',0,0,16441,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40601,'No',5,0,16441,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40602,'NA',5,0,16441,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40603,'Other',20,0,16441,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40604,'Yes',0,0,16442,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40605,'No',5,0,16442,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40606,'NA',0,0,16442,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40607,'Other',20,0,16442,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40608,'Choice 6',5,0,16442,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40609,'Yes',0,0,16443,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40610,'No',5,0,16443,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40611,'Other',20,0,16443,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40612,'Yes',0,0,16444,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40613,'No',5,0,16444,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40614,'NA',5,0,16444,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40615,'Other',20,0,16444,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40616,'Yes',0,0,16445,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40617,'No',5,0,16445,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40618,'NA',0,0,16445,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40619,'Other',20,0,16445,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40620,'Yes',0,0,16446,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40621,'No',5,0,16446,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40622,'NA',5,0,16446,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40623,'Other',20,0,16446,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40624,'Fan Heaters',4,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40625,'Electric Heaters',4,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40626,'Gas Heater',5,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40627,'Other Boilers',2,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40628,'Electrical Equipment',3,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40629,'Electrical Leads',3,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40630,'Portable Equipment',3,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40631,'Portable Lighting',2,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40632,'Cooking kitchen Equipment',6,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40633,'Other',20,0,16447,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40634,'Wood/Paper/Cardboard etc',3,0,16449,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40635,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16449,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40636,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16449,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40637,'Waste Material Controlled -in locked wheely bin or store',2,0,16449,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40638,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16449,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40639,'Other',20,0,16449,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40640,'Yes',0,0,16452,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40641,'Yes',2,0,16452,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40642,'No',5,0,16452,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40643,'N/A',0,0,16452,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40644,'Other',20,0,16452,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40645,'Yes',0,0,16454,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40646,'Yes',2,0,16454,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40647,'No',5,0,16454,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40648,'N/A',0,0,16454,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40649,'Other',20,0,16454,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40650,'Yes',0,0,16456,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40651,'No',4,0,16456,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40652,'N/A',0,0,16456,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40653,'Other',20,0,16456,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40654,'Yes',0,0,16458,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40655,'No',5,0,16458,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40656,'N/A',0,0,16458,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40657,'Other',20,0,16458,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40658,'Yes',0,0,16460,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40659,'No',4,0,16460,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40660,'N/A',0,0,16460,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40661,'Other',20,0,16460,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40662,'Yes',0,0,16462,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40663,'No',5,0,16462,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40664,'N/A',0,0,16462,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40665,'Other',20,0,16462,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40666,'Yes',0,0,16464,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40667,'No',5,0,16464,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40668,'N/A',0,0,16464,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40669,'Other',20,0,16464,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40670,'Yes',0,0,16466,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40671,'No',7,0,16466,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40672,'N/A',0,0,16466,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40673,'Other',20,0,16466,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40674,'Yes',2,0,16467,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40675,'No',6,0,16467,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40676,'No',0,0,16467,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40677,'N/A',0,0,16467,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40678,'Yes',0,0,16468,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40679,'Yes',0,0,16468,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40680,'No',5,0,16468,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40681,'N/A',0,0,16468,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40682,'Other',20,0,16468,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40683,'Yes',0,0,16469,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40684,'No',5,0,16469,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40685,'Other',20,0,16469,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40686,'N/A',0,0,16469,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40687,'Detached',1,0,16470,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40688,'Semi Detached',2,0,16470,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40689,'Terraced',3,0,16470,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40690,'Linked-Detached',1,0,16470,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40691,'Other',20,0,16470,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40692,'House',1,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40693,'Bungalow',1,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40694,'Block of Flats - Studios up to 6 Floor Levels',3,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40695,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40696,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40697,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40698,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40699,'Underground Property',1,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40700,'Factory/ Warehouse',3,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40701,'Garage/ Workshop',3,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40702,'Retail Shop',2,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40703,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40704,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40705,'Other',20,0,16471,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40706,'1-5',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40707,'5-10',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40708,'10-15',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40709,'15-20',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40710,'20-25',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40711,'25-30',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40712,'30-35',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40713,'35-40',0,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40714,'Other',20,0,16472,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40715,'1',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40716,'2',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40717,'3',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40718,'4',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40719,'5',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40720,'6',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40721,'7',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40722,'8',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40723,'9',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40724,'10',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40725,'11',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40726,'12',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40727,'13',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40728,'14',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40729,'15',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40730,'16',1,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40731,'N/A',0,0,16475,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40732,'1',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40733,'2',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40734,'3',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40735,'4',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40736,'5',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40737,'6',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40738,'7',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40739,'8',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40740,'9',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40741,'10',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40742,'11',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40743,'12',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40744,'13',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40745,'14',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40746,'15',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40747,'16',2,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40748,'N/A',0,0,16476,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40749,'Yes',1,0,16478,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40750,'No',3,0,16478,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40751,'Unknown',3,0,16478,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40752,'Stone',0,0,16478,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40753,'Other',20,0,16478,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40754,'Yes',1,0,16479,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40755,'No',5,0,16479,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40756,'Unknown',5,0,16479,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40757,'Stone',0,0,16479,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40758,'Other',20,0,16479,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40759,'Other',20,0,16480,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40760,'No',5,0,16480,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40761,'Unknown',5,0,16480,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40762,'Stone',0,0,16480,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40763,'Other',20,0,16480,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40764,'Wood',2,0,16481,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40765,'Plastics',1,0,16481,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40766,'Aluminium',0,0,16481,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40767,'Stone',0,0,16481,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40768,'Other',20,0,16481,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40769,'0%',0,0,16482,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40770,'25%',0,0,16482,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40771,'50%',0,0,16482,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40772,'75%',0,0,16482,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40773,'100%',0,0,16482,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40774,'0%',0,0,16484,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40775,'25%',1,0,16484,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40776,'50%',1,0,16484,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40777,'75%',1,0,16484,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40778,'100%',1,0,16484,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40779,'0%',0,0,16485,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40780,'25%',0,0,16485,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40781,'50%',0,0,16485,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40782,'75%',0,0,16485,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40783,'100%',0,0,16485,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40784,'0%',0,0,16486,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40785,'25%',3,0,16486,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40786,'50%',3,0,16486,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40787,'75%',3,0,16486,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40788,'100%',3,0,16486,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40789,'0%',0,0,16487,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40790,'25%',1,0,16487,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40791,'50%',1,0,16487,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40792,'75%',1,0,16487,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40793,'100%',1,0,16487,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40794,'0%',0,0,16488,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40795,'25%',5,0,16488,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40796,'50%',5,0,16488,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40797,'75%',5,0,16488,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40798,'100%',5,0,16488,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40799,'0%',0,0,16489,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40800,'25%',5,0,16489,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40801,'50%',5,0,16489,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40802,'75%',5,0,16489,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40803,'100%',5,0,16489,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40804,'0%',0,0,16490,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40805,'25%',1,0,16490,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40806,'50%',1,0,16490,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40807,'75%',1,0,16490,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40808,'100%',1,0,16490,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40809,'Other',20,0,16491,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40810,'25%',1,0,16491,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40811,'50%',1,0,16491,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40812,'75%',1,0,16491,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40813,'100%',1,0,16491,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40814,'0%',0,0,16493,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40815,'25%',1,0,16493,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40816,'50%',1,0,16493,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40817,'75%',1,0,16493,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40818,'100%',1,0,16493,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40819,'0%',0,0,16494,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40820,'25%',2,0,16494,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40821,'50%',2,0,16494,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40822,'75%',2,0,16494,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40823,'100%',2,0,16494,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40824,'0%',0,0,16495,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40825,'25%',1,0,16495,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40826,'50%',1,0,16495,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40827,'75%',1,0,16495,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40828,'100%',1,0,16495,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40829,'Solid concrete all levels',0,0,16496,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40830,'Timber joists all levels',3,0,16496,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40831,'Concrete lowest floor – Timber above higher levels',3,0,16496,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40832,'Other',20,0,16496,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40833,'100%',1,0,16496,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40834,'Yes',1,0,16499,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40835,'No',6,0,16499,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40836,'Yes',2,0,16501,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40837,'No',8,0,16501,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40838,'Yes',1,0,16503,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40839,'No',6,0,16503,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40840,'Yes',1,0,16505,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40841,'No',6,0,16505,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40842,'Yes',1,0,16507,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40843,'No',6,0,16507,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40844,'Yes',1,0,16511,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40845,'No',3,0,16511,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40846,'Yes',1,0,16513,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40847,'No',3,0,16513,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40848,'Yes',1,0,16515,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40849,'No',3,0,16515,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40850,'Very Good',1,0,16517,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40851,'Good',1,0,16517,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40852,'Fair',1,0,16517,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40853,'Poor',2,0,16517,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40854,'Very Poor',2,0,16517,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40855,'Yes',0,0,16519,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40856,'No',2,0,16519,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40857,'Other',20,0,16519,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40858,'N/A',0,0,16519,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40859,'Yes',0,0,16520,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40860,'No',2,0,16520,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40861,'Other',20,0,16520,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40862,'N/A',0,0,16520,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40863,'Yes',0,0,16522,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40864,'No',2,0,16522,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40865,'Other',20,0,16522,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40866,'N/A',0,0,16522,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40867,'Yes',0,0,16523,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40868,'No',2,0,16523,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40869,'Other',20,0,16523,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40870,'N/A',0,0,16523,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40871,'Yes',0,0,16525,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40872,'No',2,0,16525,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40873,'Other',20,0,16525,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40874,'N/A',0,0,16525,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40875,'Yes',0,0,16526,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40876,'No',2,0,16526,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40877,'Other',20,0,16526,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40878,'N/A',0,0,16526,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40879,'Yes',0,0,16527,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40880,'No',3,0,16527,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40881,'Other',20,0,16527,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40882,'N/A',0,0,16527,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40883,'Yes',0,0,16529,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40884,'No',3,0,16529,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40885,'Other',20,0,16529,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40886,'N/A',0,0,16529,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40887,'Yes',0,0,16530,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40888,'No',4,0,16530,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40889,'No Disabled',0,0,16530,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40890,'Other',20,0,16530,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40891,'N/A',0,0,16530,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40892,'Yes',0,0,16531,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40893,'No',4,0,16531,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40894,'Other',20,0,16531,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40895,'N/A',0,0,16531,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40896,'Yes',0,0,16532,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40897,'No',3,0,16532,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40898,'Other',20,0,16532,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40899,'N/A',0,0,16532,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40900,'Yes',0,0,16533,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40901,'No',4,0,16533,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40902,'Other',20,0,16533,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40903,'N/A',0,0,16533,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40904,'Yes',0,0,16534,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40905,'No',4,0,16534,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40906,'Other',20,0,16534,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40907,'N/A',0,0,16534,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40908,'Yes',0,0,16535,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40909,'No',5,0,16535,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40910,'Other',20,0,16535,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40911,'N/A',0,0,16535,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40912,'Yes',0,0,16536,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40913,'Yes',3,0,16536,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40914,'No',6,0,16536,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40915,'Other',20,0,16536,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40916,'N/A',0,0,16536,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40917,'Yes',0,0,16537,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40918,'No',5,0,16537,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40919,'Other',20,0,16537,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40920,'N/A',0,0,16537,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(40921,'Yes',0,0,16539,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40922,'No',4,0,16539,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40923,'No',7,0,16539,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40924,'N/A',0,0,16539,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40925,'Other',20,0,16539,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40926,'Yes',0,0,16540,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40927,'No',6,0,16540,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40928,'NA',0,0,16540,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40929,'Other',20,0,16540,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40930,'Yes',0,0,16541,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40931,'Yes',0,0,16541,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40932,'NA',0,0,16541,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40933,'Other',20,0,16541,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40934,'Yes',1,0,16542,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40935,'No',0,0,16542,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40936,'Other',20,0,16542,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40937,'Yes',0,0,16543,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40938,'No',9,0,16543,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40939,'NA',0,0,16543,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40940,'Other',20,0,16543,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40941,'Yes',0,0,16544,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40942,'No',7,0,16544,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40943,'NA',0,0,16544,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40944,'Other',20,0,16544,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40945,'Yes',0,0,16545,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40946,'No',6,0,16545,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40947,'NA',0,0,16545,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40948,'Other',20,0,16545,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40949,'Yes',0,0,16546,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40950,'No',6,0,16546,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40951,'NA',0,0,16546,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40952,'Other',20,0,16546,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40953,'Yes',0,0,16547,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40954,'No',8,0,16547,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40955,'NA',0,0,16547,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40956,'Other',20,0,16547,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40957,'Yes',3,0,16548,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40958,'Yes',4,0,16548,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40959,'Yes',5,0,16548,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40960,'Other',20,0,16548,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40961,'Director',0,0,16554,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40962,'Owner Landlord',0,0,16554,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40963,'Site Maitenance',0,0,16554,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40964,'Estate Agent',0,0,16554,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40965,'Letting Agent',0,0,16554,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40966,'Other',0,0,16554,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40967,'Property Agent',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40968,'Owner Landlord',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40969,'Site Manager',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40970,'Property Manager',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40971,'Construction Manager',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40972,'Fire Warden',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40973,'Director',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40974,'CEO',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40975,'Other',0,0,16555,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40976,'A Property Within Building Block',0,0,16556,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40977,'All Of The Property',0,0,16556,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40978,'Communal Areas Only',0,0,16556,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40979,'House',0,0,16556,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40980,'Flat',0,0,16556,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40981,'Other',0,0,16556,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40982,'Nebosh',0,0,16563,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40983,'Level 2 Fire Risk Assessor',0,0,16563,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40984,'Competant Person',0,0,16563,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40985,'Yes',1,0,16564,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40986,'Yes',0,0,16564,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40987,'No',5,0,16564,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40988,'Other',20,0,16564,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40989,'Yes',0,0,16565,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40990,'No',5,0,16565,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40991,'NA',5,0,16565,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40992,'Other',20,0,16565,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40993,'Yes',0,0,16566,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40994,'No',5,0,16566,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40995,'NA',0,0,16566,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40996,'Other',20,0,16566,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40997,'Choice 6',5,0,16566,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40998,'Yes',0,0,16567,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(40999,'No',5,0,16567,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41000,'Other',20,0,16567,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41001,'Yes',0,0,16568,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41002,'No',5,0,16568,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41003,'NA',5,0,16568,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41004,'Other',20,0,16568,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41005,'Yes',0,0,16569,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41006,'No',5,0,16569,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41007,'NA',0,0,16569,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41008,'Other',20,0,16569,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41009,'Yes',0,0,16570,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41010,'No',5,0,16570,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41011,'NA',5,0,16570,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41012,'Other',20,0,16570,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41013,'Fan Heaters',4,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41014,'Electric Heaters',4,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41015,'Gas Heater',5,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41016,'Other Boilers',2,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41017,'Electrical Equipment',3,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41018,'Electrical Leads',3,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41019,'Portable Equipment',3,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41020,'Portable Lighting',2,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41021,'Cooking kitchen Equipment',6,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41022,'Other',20,0,16571,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41023,'Wood/Paper/Cardboard etc',3,0,16573,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41024,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16573,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41025,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16573,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41026,'Waste Material Controlled -in locked wheely bin or store',2,0,16573,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41027,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16573,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41028,'Other',20,0,16573,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41029,'Yes',0,0,16576,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41030,'Yes',2,0,16576,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41031,'No',5,0,16576,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41032,'N/A',0,0,16576,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41033,'Other',20,0,16576,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41034,'Yes',0,0,16578,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41035,'Yes',2,0,16578,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41036,'No',5,0,16578,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41037,'N/A',0,0,16578,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41038,'Other',20,0,16578,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41039,'Yes',0,0,16580,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41040,'No',4,0,16580,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41041,'N/A',0,0,16580,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41042,'Other',20,0,16580,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41043,'Yes',0,0,16582,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41044,'No',5,0,16582,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41045,'N/A',0,0,16582,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41046,'Other',20,0,16582,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41047,'Yes',0,0,16584,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41048,'No',4,0,16584,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41049,'N/A',0,0,16584,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41050,'Other',20,0,16584,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41051,'Yes',0,0,16586,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41052,'No',5,0,16586,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41053,'N/A',0,0,16586,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41054,'Other',20,0,16586,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41055,'Yes',0,0,16588,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41056,'No',5,0,16588,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41057,'N/A',0,0,16588,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41058,'Other',20,0,16588,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41059,'Yes',0,0,16590,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41060,'No',7,0,16590,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41061,'N/A',0,0,16590,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41062,'Other',20,0,16590,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41063,'Yes',2,0,16591,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41064,'No',6,0,16591,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41065,'No',0,0,16591,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41066,'N/A',0,0,16591,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41067,'Yes',0,0,16592,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41068,'Yes',0,0,16592,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41069,'No',5,0,16592,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41070,'N/A',0,0,16592,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41071,'Other',20,0,16592,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41072,'Yes',0,0,16593,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41073,'No',5,0,16593,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41074,'Other',20,0,16593,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41075,'N/A',0,0,16593,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41076,'Detached',1,0,16594,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41077,'Semi Detached',2,0,16594,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41078,'Terraced',3,0,16594,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41079,'Linked-Detached',1,0,16594,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41080,'Other',20,0,16594,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41081,'House',1,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41082,'Bungalow',1,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41083,'Block of Flats - Studios up to 6 Floor Levels',3,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41084,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41085,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41086,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41087,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41088,'Underground Property',1,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41089,'Factory/ Warehouse',3,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41090,'Garage/ Workshop',3,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41091,'Retail Shop',2,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41092,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41093,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41094,'Other',20,0,16595,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41095,'1-5',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41096,'5-10',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41097,'10-15',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41098,'15-20',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41099,'20-25',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41100,'25-30',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41101,'30-35',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41102,'35-40',0,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41103,'Other',20,0,16596,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41104,'1',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41105,'2',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41106,'3',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41107,'4',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41108,'5',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41109,'6',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41110,'7',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41111,'8',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41112,'9',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41113,'10',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41114,'11',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41115,'12',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41116,'13',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41117,'14',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41118,'15',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41119,'16',1,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41120,'N/A',0,0,16599,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41121,'1',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41122,'2',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41123,'3',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41124,'4',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41125,'5',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41126,'6',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41127,'7',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41128,'8',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41129,'9',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41130,'10',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41131,'11',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41132,'12',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41133,'13',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41134,'14',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41135,'15',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41136,'16',2,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41137,'N/A',0,0,16600,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41138,'Yes',1,0,16602,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41139,'No',3,0,16602,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41140,'Unknown',3,0,16602,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41141,'Stone',0,0,16602,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41142,'Other',20,0,16602,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41143,'Yes',1,0,16603,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41144,'No',5,0,16603,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41145,'Unknown',5,0,16603,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41146,'Stone',0,0,16603,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41147,'Other',20,0,16603,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41148,'Other',20,0,16604,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41149,'No',5,0,16604,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41150,'Unknown',5,0,16604,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41151,'Stone',0,0,16604,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41152,'Other',20,0,16604,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41153,'Wood',2,0,16605,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41154,'Plastics',1,0,16605,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41155,'Aluminium',0,0,16605,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41156,'Stone',0,0,16605,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41157,'Other',20,0,16605,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41158,'0%',0,0,16606,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41159,'25%',0,0,16606,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41160,'50%',0,0,16606,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41161,'75%',0,0,16606,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41162,'100%',0,0,16606,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41163,'0%',0,0,16608,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41164,'25%',1,0,16608,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41165,'50%',1,0,16608,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41166,'75%',1,0,16608,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41167,'100%',1,0,16608,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41168,'0%',0,0,16609,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41169,'25%',0,0,16609,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41170,'50%',0,0,16609,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41171,'75%',0,0,16609,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41172,'100%',0,0,16609,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41173,'0%',0,0,16610,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41174,'25%',3,0,16610,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41175,'50%',3,0,16610,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41176,'75%',3,0,16610,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41177,'100%',3,0,16610,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41178,'0%',0,0,16611,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41179,'25%',1,0,16611,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41180,'50%',1,0,16611,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41181,'75%',1,0,16611,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41182,'100%',1,0,16611,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41183,'0%',0,0,16612,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41184,'25%',5,0,16612,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41185,'50%',5,0,16612,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41186,'75%',5,0,16612,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41187,'100%',5,0,16612,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41188,'0%',0,0,16613,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41189,'25%',5,0,16613,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41190,'50%',5,0,16613,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41191,'75%',5,0,16613,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41192,'100%',5,0,16613,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41193,'0%',0,0,16614,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41194,'25%',1,0,16614,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41195,'50%',1,0,16614,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41196,'75%',1,0,16614,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41197,'100%',1,0,16614,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41198,'Other',20,0,16615,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41199,'25%',1,0,16615,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41200,'50%',1,0,16615,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41201,'75%',1,0,16615,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41202,'100%',1,0,16615,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41203,'0%',0,0,16617,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41204,'25%',1,0,16617,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41205,'50%',1,0,16617,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41206,'75%',1,0,16617,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41207,'100%',1,0,16617,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41208,'0%',0,0,16618,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41209,'25%',2,0,16618,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41210,'50%',2,0,16618,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41211,'75%',2,0,16618,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41212,'100%',2,0,16618,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41213,'0%',0,0,16619,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41214,'25%',1,0,16619,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41215,'50%',1,0,16619,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41216,'75%',1,0,16619,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41217,'100%',1,0,16619,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41218,'Solid concrete all levels',0,0,16620,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41219,'Timber joists all levels',3,0,16620,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41220,'Concrete lowest floor – Timber above higher levels',3,0,16620,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41221,'Other',20,0,16620,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41222,'100%',1,0,16620,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41223,'Yes',1,0,16623,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41224,'No',6,0,16623,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41225,'Yes',2,0,16625,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41226,'No',8,0,16625,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41227,'Yes',1,0,16627,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41228,'No',6,0,16627,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41229,'Yes',1,0,16629,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41230,'No',6,0,16629,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41231,'Yes',1,0,16631,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41232,'No',6,0,16631,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41233,'Yes',1,0,16635,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41234,'No',3,0,16635,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41235,'Yes',1,0,16637,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41236,'No',3,0,16637,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41237,'Yes',1,0,16639,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41238,'No',3,0,16639,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41239,'Very Good',1,0,16641,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41240,'Good',1,0,16641,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41241,'Fair',1,0,16641,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41242,'Poor',2,0,16641,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41243,'Very Poor',2,0,16641,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(41244,'Yes',0,0,16643,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41245,'No',2,0,16643,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41246,'Other',20,0,16643,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41247,'N/A',0,0,16643,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41248,'Yes',0,0,16644,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41249,'No',2,0,16644,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41250,'Other',20,0,16644,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41251,'N/A',0,0,16644,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41252,'Yes',0,0,16646,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41253,'No',2,0,16646,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41254,'Other',20,0,16646,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41255,'N/A',0,0,16646,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41256,'Yes',0,0,16647,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41257,'No',2,0,16647,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41258,'Other',20,0,16647,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41259,'N/A',0,0,16647,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41260,'Yes',0,0,16649,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41261,'No',2,0,16649,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41262,'Other',20,0,16649,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41263,'N/A',0,0,16649,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41264,'Yes',0,0,16650,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41265,'No',2,0,16650,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41266,'Other',20,0,16650,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41267,'N/A',0,0,16650,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41268,'Yes',0,0,16651,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41269,'No',3,0,16651,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41270,'Other',20,0,16651,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41271,'N/A',0,0,16651,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41272,'Yes',0,0,16653,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41273,'No',3,0,16653,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41274,'Other',20,0,16653,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41275,'N/A',0,0,16653,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41276,'Yes',0,0,16654,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41277,'No',4,0,16654,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41278,'No Disabled',0,0,16654,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41279,'Other',20,0,16654,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41280,'N/A',0,0,16654,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41281,'Yes',0,0,16655,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41282,'No',4,0,16655,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41283,'Other',20,0,16655,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41284,'N/A',0,0,16655,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41285,'Yes',0,0,16656,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41286,'No',3,0,16656,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41287,'Other',20,0,16656,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41288,'N/A',0,0,16656,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41289,'Yes',0,0,16657,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41290,'No',4,0,16657,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41291,'Other',20,0,16657,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41292,'N/A',0,0,16657,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41293,'Yes',0,0,16658,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41294,'No',4,0,16658,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41295,'Other',20,0,16658,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41296,'N/A',0,0,16658,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41297,'Yes',0,0,16659,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41298,'No',5,0,16659,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41299,'Other',20,0,16659,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41300,'N/A',0,0,16659,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41301,'Yes',0,0,16660,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41302,'Yes',3,0,16660,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41303,'No',6,0,16660,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41304,'Other',20,0,16660,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41305,'N/A',0,0,16660,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41306,'Yes',0,0,16661,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41307,'No',5,0,16661,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41308,'Other',20,0,16661,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41309,'N/A',0,0,16661,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41310,'Yes',0,0,16664,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41311,'No 1',7,0,16664,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41312,'No 2',7,0,16664,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41313,'Other',20,0,16664,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41314,'N/A',0,0,16664,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41315,'Yes',0,0,16666,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41316,'No 1',5,0,16666,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41317,'No 2',5,0,16666,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41318,'Yes',0,0,16667,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41319,'Option',5,0,16667,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41320,'No',8,0,16667,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41321,'N/A',0,0,16667,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41322,'Other',20,0,16667,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41323,'Yes 1',1,0,16669,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41324,'Yes 2',0,0,16669,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41325,'No',7,0,16669,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41326,'N/A',0,0,16669,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41327,'Other',20,0,16669,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41328,'Yes',0,0,16670,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41329,'No',8,0,16670,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41330,'Other',20,0,16670,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41331,'N/A',0,0,16670,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41332,'Yes',0,0,16671,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41333,'No',8,0,16671,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41334,'Other',20,0,16671,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41335,'N/A',0,0,16671,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41336,'Yes',0,0,16672,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41337,'No',8,0,16672,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41338,'Other',20,0,16672,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41339,'N/A',0,0,16672,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41340,'Yes',0,0,16674,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41341,'No',8,0,16674,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41342,'Other',20,0,16674,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41343,'N/A',0,0,16674,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41344,'Yes',0,0,16675,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41345,'No',6,0,16675,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41346,'Other',20,0,16675,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41347,'N/A',0,0,16675,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(41348,'Yes',0,0,16677,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41349,'No',4,0,16677,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41350,'No',7,0,16677,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41351,'N/A',0,0,16677,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41352,'Other',20,0,16677,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41353,'Yes',0,0,16678,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41354,'No',6,0,16678,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41355,'NA',0,0,16678,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41356,'Other',20,0,16678,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41357,'Yes',0,0,16679,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41358,'Yes',0,0,16679,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41359,'NA',0,0,16679,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41360,'Other',20,0,16679,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41361,'Yes',1,0,16680,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41362,'No',0,0,16680,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41363,'Other',20,0,16680,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41364,'Yes',0,0,16681,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41365,'No',9,0,16681,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41366,'NA',0,0,16681,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41367,'Other',20,0,16681,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41368,'Yes',0,0,16682,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41369,'No',7,0,16682,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41370,'NA',0,0,16682,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41371,'Other',20,0,16682,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41372,'Yes',0,0,16683,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41373,'No',6,0,16683,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41374,'NA',0,0,16683,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41375,'Other',20,0,16683,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41376,'Yes',0,0,16684,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41377,'No',6,0,16684,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41378,'NA',0,0,16684,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41379,'Other',20,0,16684,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41380,'Yes',0,0,16685,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41381,'No',8,0,16685,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41382,'NA',0,0,16685,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41383,'Other',20,0,16685,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41384,'Yes',3,0,16686,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41385,'Yes',4,0,16686,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41386,'Yes',5,0,16686,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41387,'Other',20,0,16686,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41388,'Director',0,0,16692,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41389,'Owner Landlord',0,0,16692,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41390,'Site Maitenance',0,0,16692,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41391,'Estate Agent',0,0,16692,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41392,'Letting Agent',0,0,16692,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41393,'Other',0,0,16692,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41394,'Property Agent',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41395,'Owner Landlord',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41396,'Site Manager',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41397,'Property Manager',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41398,'Construction Manager',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41399,'Fire Warden',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41400,'Director',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41401,'CEO',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41402,'Other',0,0,16693,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41403,'A Property Within Building Block',0,0,16694,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41404,'All Of The Property',0,0,16694,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41405,'Communal Areas Only',0,0,16694,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41406,'House',0,0,16694,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41407,'Flat',0,0,16694,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41408,'Other',0,0,16694,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41409,'Nebosh',0,0,16701,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41410,'Level 2 Fire Risk Assessor',0,0,16701,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41411,'Competant Person',0,0,16701,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41412,'Yes',1,0,16702,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41413,'Yes',0,0,16702,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41414,'No',5,0,16702,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41415,'Other',20,0,16702,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41416,'Yes',0,0,16703,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41417,'No',5,0,16703,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41418,'NA',5,0,16703,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41419,'Other',20,0,16703,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41420,'Yes',0,0,16704,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41421,'No',5,0,16704,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41422,'NA',0,0,16704,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41423,'Other',20,0,16704,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41424,'Choice 6',5,0,16704,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41425,'Yes',0,0,16705,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41426,'No',5,0,16705,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41427,'Other',20,0,16705,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41428,'Yes',0,0,16706,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41429,'No',5,0,16706,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41430,'NA',5,0,16706,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41431,'Other',20,0,16706,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41432,'Yes',0,0,16707,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41433,'No',5,0,16707,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41434,'NA',0,0,16707,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41435,'Other',20,0,16707,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41436,'Yes',0,0,16708,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41437,'No',5,0,16708,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41438,'NA',5,0,16708,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41439,'Other',20,0,16708,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41440,'Fan Heaters',4,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41441,'Electric Heaters',4,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41442,'Gas Heater',5,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41443,'Other Boilers',2,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41444,'Electrical Equipment',3,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41445,'Electrical Leads',3,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41446,'Portable Equipment',3,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41447,'Portable Lighting',2,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41448,'Cooking kitchen Equipment',6,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41449,'Other',20,0,16709,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41450,'Wood/Paper/Cardboard etc',3,0,16711,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41451,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16711,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41452,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16711,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41453,'Waste Material Controlled -in locked wheely bin or store',2,0,16711,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41454,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16711,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41455,'Other',20,0,16711,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41456,'Yes',0,0,16714,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41457,'Yes',0,0,16714,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41458,'No',5,0,16714,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41459,'N/A',0,0,16714,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41460,'Other',20,0,16714,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41461,'Yes',0,0,16715,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41462,'No',5,0,16715,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41463,'Other',20,0,16715,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41464,'N/A',0,0,16715,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41465,'Detached',1,0,16716,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41466,'Semi Detached',2,0,16716,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41467,'Terraced',3,0,16716,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41468,'Linked-Detached',1,0,16716,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41469,'Other',20,0,16716,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41470,'House',1,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41471,'Bungalow',1,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41472,'Block of Flats - Studios up to 6 Floor Levels',3,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41473,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41474,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41475,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41476,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41477,'Underground Property',1,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41478,'Factory/ Warehouse',3,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41479,'Garage/ Workshop',3,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41480,'Retail Shop',2,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41481,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41482,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41483,'Other',20,0,16717,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41484,'1-5',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41485,'5-10',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41486,'10-15',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41487,'15-20',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41488,'20-25',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41489,'25-30',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41490,'30-35',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41491,'35-40',0,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41492,'Other',20,0,16718,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41493,'1',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41494,'2',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41495,'3',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41496,'4',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41497,'5',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41498,'6',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41499,'7',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41500,'8',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41501,'9',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41502,'10',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41503,'11',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41504,'12',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41505,'13',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41506,'14',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41507,'15',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41508,'16',1,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41509,'N/A',0,0,16721,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41510,'1',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41511,'2',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41512,'3',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41513,'4',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41514,'5',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41515,'6',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41516,'7',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41517,'8',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41518,'9',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41519,'10',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41520,'11',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41521,'12',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41522,'13',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41523,'14',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41524,'15',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41525,'16',2,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41526,'N/A',0,0,16722,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41527,'Yes',1,0,16724,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41528,'No',3,0,16724,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41529,'Unknown',3,0,16724,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41530,'Stone',0,0,16724,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41531,'Other',20,0,16724,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41532,'Yes',1,0,16725,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41533,'No',5,0,16725,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41534,'Unknown',5,0,16725,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41535,'Stone',0,0,16725,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41536,'Other',20,0,16725,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41537,'Other',20,0,16726,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41538,'No',5,0,16726,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41539,'Unknown',5,0,16726,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41540,'Stone',0,0,16726,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41541,'Other',20,0,16726,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41542,'Wood',2,0,16727,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41543,'Plastics',1,0,16727,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41544,'Aluminium',0,0,16727,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41545,'Stone',0,0,16727,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41546,'Other',20,0,16727,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41547,'0%',0,0,16728,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41548,'25%',0,0,16728,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41549,'50%',0,0,16728,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41550,'75%',0,0,16728,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41551,'100%',0,0,16728,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41552,'0%',0,0,16730,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41553,'25%',1,0,16730,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41554,'50%',1,0,16730,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41555,'75%',1,0,16730,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41556,'100%',1,0,16730,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41557,'0%',0,0,16731,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41558,'25%',0,0,16731,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41559,'50%',0,0,16731,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41560,'75%',0,0,16731,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41561,'100%',0,0,16731,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41562,'0%',0,0,16732,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41563,'25%',3,0,16732,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41564,'50%',3,0,16732,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41565,'75%',3,0,16732,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41566,'100%',3,0,16732,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41567,'0%',0,0,16733,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41568,'25%',1,0,16733,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41569,'50%',1,0,16733,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41570,'75%',1,0,16733,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41571,'100%',1,0,16733,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41572,'0%',0,0,16734,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41573,'25%',5,0,16734,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41574,'50%',5,0,16734,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41575,'75%',5,0,16734,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41576,'100%',5,0,16734,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41577,'0%',0,0,16735,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41578,'25%',5,0,16735,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41579,'50%',5,0,16735,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41580,'75%',5,0,16735,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41581,'100%',5,0,16735,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41582,'0%',0,0,16736,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41583,'25%',1,0,16736,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41584,'50%',1,0,16736,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41585,'75%',1,0,16736,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41586,'100%',1,0,16736,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41587,'Other',20,0,16737,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41588,'25%',1,0,16737,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41589,'50%',1,0,16737,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41590,'75%',1,0,16737,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41591,'100%',1,0,16737,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41592,'0%',0,0,16739,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41593,'25%',1,0,16739,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41594,'50%',1,0,16739,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41595,'75%',1,0,16739,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41596,'100%',1,0,16739,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41597,'0%',0,0,16740,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41598,'25%',2,0,16740,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41599,'50%',2,0,16740,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41600,'75%',2,0,16740,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41601,'100%',2,0,16740,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41602,'0%',0,0,16741,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41603,'25%',1,0,16741,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41604,'50%',1,0,16741,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41605,'75%',1,0,16741,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41606,'100%',1,0,16741,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41607,'Solid concrete all levels',0,0,16742,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41608,'Timber joists all levels',3,0,16742,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41609,'Concrete lowest floor – Timber above higher levels',3,0,16742,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41610,'Other',20,0,16742,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41611,'100%',1,0,16742,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41612,'Yes',1,0,16745,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41613,'No',6,0,16745,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41614,'Yes',2,0,16747,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41615,'No',8,0,16747,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41616,'Yes',1,0,16749,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41617,'No',6,0,16749,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41618,'Yes',1,0,16751,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41619,'No',6,0,16751,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41620,'Yes',1,0,16753,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41621,'No',6,0,16753,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41622,'Yes',1,0,16757,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41623,'No',3,0,16757,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41624,'Yes',1,0,16759,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41625,'No',3,0,16759,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41626,'Yes',1,0,16761,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41627,'No',3,0,16761,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41628,'Very Good',1,0,16763,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41629,'Good',1,0,16763,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41630,'Fair',1,0,16763,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41631,'Poor',2,0,16763,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41632,'Very Poor',2,0,16763,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41633,'Yes',0,0,16765,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41634,'No',2,0,16765,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41635,'Other',20,0,16765,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41636,'N/A',0,0,16765,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41637,'Yes',0,0,16766,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41638,'No',2,0,16766,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41639,'Other',20,0,16766,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41640,'N/A',0,0,16766,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41641,'Yes',0,0,16768,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41642,'No',2,0,16768,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41643,'Other',20,0,16768,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41644,'N/A',0,0,16768,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41645,'Yes',0,0,16769,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41646,'No',2,0,16769,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41647,'Other',20,0,16769,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41648,'N/A',0,0,16769,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41649,'Yes',0,0,16771,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41650,'No',2,0,16771,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41651,'Other',20,0,16771,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41652,'N/A',0,0,16771,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41653,'Yes',0,0,16772,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41654,'No',2,0,16772,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41655,'Other',20,0,16772,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41656,'N/A',0,0,16772,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41657,'Yes',0,0,16773,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41658,'No',3,0,16773,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41659,'Other',20,0,16773,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41660,'N/A',0,0,16773,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41661,'Yes',0,0,16775,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41662,'No',3,0,16775,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41663,'Other',20,0,16775,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41664,'N/A',0,0,16775,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41665,'Yes',0,0,16776,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41666,'No',4,0,16776,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41667,'No Disabled',0,0,16776,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41668,'Other',20,0,16776,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41669,'N/A',0,0,16776,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41670,'Yes',0,0,16777,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41671,'No',4,0,16777,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41672,'Other',20,0,16777,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41673,'N/A',0,0,16777,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41674,'Yes',0,0,16778,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41675,'No',3,0,16778,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41676,'Other',20,0,16778,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41677,'N/A',0,0,16778,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41678,'Yes',0,0,16779,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41679,'No',4,0,16779,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41680,'Other',20,0,16779,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41681,'N/A',0,0,16779,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41682,'Yes',0,0,16780,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41683,'No',4,0,16780,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41684,'Other',20,0,16780,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41685,'N/A',0,0,16780,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41686,'Yes',0,0,16781,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41687,'No',5,0,16781,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41688,'Other',20,0,16781,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41689,'N/A',0,0,16781,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41690,'Yes',0,0,16782,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41691,'Yes',3,0,16782,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41692,'No',6,0,16782,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41693,'Other',20,0,16782,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41694,'N/A',0,0,16782,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41695,'Yes',0,0,16783,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41696,'No',5,0,16783,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41697,'Other',20,0,16783,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41698,'N/A',0,0,16783,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41699,'Yes',0,0,16786,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41700,'No 1',7,0,16786,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41701,'No 2',7,0,16786,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41702,'Other',20,0,16786,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41703,'N/A',0,0,16786,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41704,'Yes',0,0,16788,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41705,'No 1',5,0,16788,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41706,'No 2',5,0,16788,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41707,'Yes',0,0,16789,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41708,'Option',5,0,16789,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41709,'No',8,0,16789,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41710,'N/A',0,0,16789,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41711,'Other',20,0,16789,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41712,'Yes 1',1,0,16791,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41713,'Yes 2',0,0,16791,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41714,'No',7,0,16791,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41715,'N/A',0,0,16791,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41716,'Other',20,0,16791,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41717,'Yes',0,0,16792,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41718,'No',8,0,16792,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41719,'Other',20,0,16792,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41720,'N/A',0,0,16792,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41721,'Yes',0,0,16793,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41722,'No',8,0,16793,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41723,'Other',20,0,16793,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41724,'N/A',0,0,16793,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41725,'Yes',0,0,16794,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41726,'No',8,0,16794,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41727,'Other',20,0,16794,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41728,'N/A',0,0,16794,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41729,'Yes',0,0,16796,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41730,'No',8,0,16796,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41731,'Other',20,0,16796,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41732,'N/A',0,0,16796,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41733,'Yes',0,0,16797,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41734,'No',6,0,16797,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41735,'Other',20,0,16797,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41736,'N/A',0,0,16797,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41737,'Yes',0,0,16799,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41738,'Yes',2,0,16799,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41739,'No',5,0,16799,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41740,'N/A',0,0,16799,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41741,'Other',20,0,16799,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41742,'Yes',0,0,16801,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41743,'Yes',2,0,16801,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41744,'No',5,0,16801,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41745,'N/A',0,0,16801,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41746,'Other',20,0,16801,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41747,'Yes',0,0,16803,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41748,'No',4,0,16803,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41749,'N/A',0,0,16803,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41750,'Other',20,0,16803,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41751,'Yes',0,0,16805,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41752,'No',5,0,16805,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41753,'N/A',0,0,16805,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41754,'Other',20,0,16805,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41755,'Yes',0,0,16807,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41756,'No',4,0,16807,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41757,'N/A',0,0,16807,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41758,'Other',20,0,16807,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41759,'Yes',0,0,16809,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41760,'No',5,0,16809,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41761,'N/A',0,0,16809,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41762,'Other',20,0,16809,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41763,'Yes',0,0,16811,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41764,'No',5,0,16811,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41765,'N/A',0,0,16811,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41766,'Other',20,0,16811,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41767,'Yes',0,0,16813,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41768,'No',7,0,16813,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41769,'N/A',0,0,16813,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41770,'Other',20,0,16813,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(41771,'Yes',2,0,16814,'2022-12-01 21:36:02','2022-12-01 21:36:02'),(41772,'No',6,0,16814,'2022-12-01 21:36:02','2022-12-01 21:36:02'),(41773,'No',0,0,16814,'2022-12-01 21:36:02','2022-12-01 21:36:02'),(41774,'N/A',0,0,16814,'2022-12-01 21:36:02','2022-12-01 21:36:02'),(41775,'Director',0,0,16820,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41776,'Owner Landlord',0,0,16820,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41777,'Site Maitenance',0,0,16820,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41778,'Estate Agent',0,0,16820,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41779,'Letting Agent',0,0,16820,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41780,'Other',0,0,16820,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41781,'Property Agent',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41782,'Owner Landlord',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41783,'Site Manager',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41784,'Property Manager',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41785,'Construction Manager',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41786,'Fire Warden',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41787,'Director',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41788,'CEO',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41789,'Other',0,0,16821,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41790,'A Property Within Building Block',0,0,16822,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41791,'All Of The Property',0,0,16822,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41792,'Communal Areas Only',0,0,16822,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41793,'House',0,0,16822,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41794,'Flat',0,0,16822,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41795,'Other',0,0,16822,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41796,'Nebosh',0,0,16829,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41797,'Level 2 Fire Risk Assessor',0,0,16829,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41798,'Competant Person',0,0,16829,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41799,'Yes',1,0,16830,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41800,'Yes',0,0,16830,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41801,'No',5,0,16830,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41802,'Other',20,0,16830,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41803,'Yes',0,0,16831,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41804,'No',5,0,16831,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41805,'NA',5,0,16831,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41806,'Other',20,0,16831,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41807,'Yes',0,0,16832,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41808,'No',5,0,16832,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41809,'NA',0,0,16832,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41810,'Other',20,0,16832,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41811,'Choice 6',5,0,16832,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41812,'Yes',0,0,16833,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41813,'No',5,0,16833,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41814,'Other',20,0,16833,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41815,'Yes',0,0,16834,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41816,'No',5,0,16834,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41817,'NA',5,0,16834,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41818,'Other',20,0,16834,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41819,'Yes',0,0,16835,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41820,'No',5,0,16835,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41821,'NA',0,0,16835,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41822,'Other',20,0,16835,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41823,'Yes',0,0,16836,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41824,'No',5,0,16836,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41825,'NA',5,0,16836,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41826,'Other',20,0,16836,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41827,'Fan Heaters',4,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41828,'Electric Heaters',4,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41829,'Gas Heater',5,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41830,'Other Boilers',2,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41831,'Electrical Equipment',3,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41832,'Electrical Leads',3,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41833,'Portable Equipment',3,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41834,'Portable Lighting',2,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41835,'Cooking kitchen Equipment',6,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41836,'Other',20,0,16837,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41837,'Wood/Paper/Cardboard etc',3,0,16839,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41838,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16839,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41839,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16839,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41840,'Waste Material Controlled -in locked wheely bin or store',2,0,16839,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41841,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16839,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41842,'Other',20,0,16839,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41843,'Yes',0,0,16842,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41844,'Yes',0,0,16842,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41845,'No',5,0,16842,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41846,'N/A',0,0,16842,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41847,'Other',20,0,16842,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41848,'Yes',0,0,16843,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41849,'No',5,0,16843,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41850,'Other',20,0,16843,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41851,'N/A',0,0,16843,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41852,'Detached',1,0,16844,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41853,'Semi Detached',2,0,16844,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41854,'Terraced',3,0,16844,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41855,'Linked-Detached',1,0,16844,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41856,'Other',20,0,16844,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41857,'House',1,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41858,'Bungalow',1,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41859,'Block of Flats - Studios up to 6 Floor Levels',3,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41860,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41861,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41862,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41863,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41864,'Underground Property',1,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41865,'Factory/ Warehouse',3,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41866,'Garage/ Workshop',3,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41867,'Retail Shop',2,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41868,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41869,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41870,'Other',20,0,16845,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41871,'1-5',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41872,'5-10',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41873,'10-15',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41874,'15-20',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41875,'20-25',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41876,'25-30',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41877,'30-35',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41878,'35-40',0,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41879,'Other',20,0,16846,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41880,'1',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41881,'2',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41882,'3',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41883,'4',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41884,'5',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41885,'6',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41886,'7',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41887,'8',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41888,'9',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41889,'10',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41890,'11',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41891,'12',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41892,'13',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41893,'14',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41894,'15',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41895,'16',1,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41896,'N/A',0,0,16849,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41897,'1',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41898,'2',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41899,'3',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41900,'4',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41901,'5',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41902,'6',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41903,'7',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41904,'8',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41905,'9',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41906,'10',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41907,'11',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41908,'12',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41909,'13',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41910,'14',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41911,'15',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41912,'16',2,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41913,'N/A',0,0,16850,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41914,'Yes',1,0,16852,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41915,'No',3,0,16852,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41916,'Unknown',3,0,16852,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41917,'Stone',0,0,16852,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41918,'Other',20,0,16852,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41919,'Yes',1,0,16853,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41920,'No',5,0,16853,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41921,'Unknown',5,0,16853,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41922,'Stone',0,0,16853,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41923,'Other',20,0,16853,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41924,'Other',20,0,16854,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41925,'No',5,0,16854,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41926,'Unknown',5,0,16854,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41927,'Stone',0,0,16854,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41928,'Other',20,0,16854,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41929,'Wood',2,0,16855,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41930,'Plastics',1,0,16855,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41931,'Aluminium',0,0,16855,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41932,'Stone',0,0,16855,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41933,'Other',20,0,16855,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41934,'0%',0,0,16856,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41935,'25%',0,0,16856,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41936,'50%',0,0,16856,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41937,'75%',0,0,16856,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41938,'100%',0,0,16856,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41939,'0%',0,0,16858,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41940,'25%',1,0,16858,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41941,'50%',1,0,16858,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41942,'75%',1,0,16858,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41943,'100%',1,0,16858,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41944,'0%',0,0,16859,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41945,'25%',0,0,16859,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41946,'50%',0,0,16859,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41947,'75%',0,0,16859,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41948,'100%',0,0,16859,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41949,'0%',0,0,16860,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41950,'25%',3,0,16860,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41951,'50%',3,0,16860,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41952,'75%',3,0,16860,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41953,'100%',3,0,16860,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41954,'0%',0,0,16861,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41955,'25%',1,0,16861,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41956,'50%',1,0,16861,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41957,'75%',1,0,16861,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41958,'100%',1,0,16861,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41959,'0%',0,0,16862,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41960,'25%',5,0,16862,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41961,'50%',5,0,16862,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41962,'75%',5,0,16862,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41963,'100%',5,0,16862,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41964,'0%',0,0,16863,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41965,'25%',5,0,16863,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41966,'50%',5,0,16863,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41967,'75%',5,0,16863,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41968,'100%',5,0,16863,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41969,'0%',0,0,16864,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41970,'25%',1,0,16864,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41971,'50%',1,0,16864,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41972,'75%',1,0,16864,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41973,'100%',1,0,16864,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41974,'Other',20,0,16865,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41975,'25%',1,0,16865,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41976,'50%',1,0,16865,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41977,'75%',1,0,16865,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41978,'100%',1,0,16865,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41979,'0%',0,0,16867,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41980,'25%',1,0,16867,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41981,'50%',1,0,16867,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41982,'75%',1,0,16867,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41983,'100%',1,0,16867,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41984,'0%',0,0,16868,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41985,'25%',2,0,16868,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41986,'50%',2,0,16868,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41987,'75%',2,0,16868,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41988,'100%',2,0,16868,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41989,'0%',0,0,16869,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41990,'25%',1,0,16869,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41991,'50%',1,0,16869,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41992,'75%',1,0,16869,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41993,'100%',1,0,16869,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41994,'Solid concrete all levels',0,0,16870,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41995,'Timber joists all levels',3,0,16870,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41996,'Concrete lowest floor – Timber above higher levels',3,0,16870,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41997,'Other',20,0,16870,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41998,'100%',1,0,16870,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(41999,'Yes',1,0,16873,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42000,'No',6,0,16873,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42001,'Yes',2,0,16875,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42002,'No',8,0,16875,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42003,'Yes',1,0,16877,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42004,'No',6,0,16877,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42005,'Yes',1,0,16879,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42006,'No',6,0,16879,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42007,'Yes',1,0,16881,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42008,'No',6,0,16881,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42009,'Yes',1,0,16885,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42010,'No',3,0,16885,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42011,'Yes',1,0,16887,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42012,'No',3,0,16887,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42013,'Yes',1,0,16889,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42014,'No',3,0,16889,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42015,'Very Good',1,0,16891,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42016,'Good',1,0,16891,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42017,'Fair',1,0,16891,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42018,'Poor',2,0,16891,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42019,'Very Poor',2,0,16891,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42020,'Yes',0,0,16893,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42021,'No',2,0,16893,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42022,'Other',20,0,16893,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42023,'N/A',0,0,16893,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42024,'Yes',0,0,16894,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42025,'No',2,0,16894,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42026,'Other',20,0,16894,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42027,'N/A',0,0,16894,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42028,'Yes',0,0,16896,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42029,'No',2,0,16896,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42030,'Other',20,0,16896,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42031,'N/A',0,0,16896,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42032,'Yes',0,0,16897,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42033,'No',2,0,16897,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42034,'Other',20,0,16897,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42035,'N/A',0,0,16897,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42036,'Yes',0,0,16899,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42037,'No',2,0,16899,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42038,'Other',20,0,16899,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42039,'N/A',0,0,16899,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42040,'Yes',0,0,16900,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42041,'No',2,0,16900,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42042,'Other',20,0,16900,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42043,'N/A',0,0,16900,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42044,'Yes',0,0,16901,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42045,'No',3,0,16901,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42046,'Other',20,0,16901,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42047,'N/A',0,0,16901,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42048,'Yes',0,0,16903,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42049,'No',3,0,16903,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42050,'Other',20,0,16903,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42051,'N/A',0,0,16903,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42052,'Yes',0,0,16904,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42053,'No',4,0,16904,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42054,'No Disabled',0,0,16904,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42055,'Other',20,0,16904,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42056,'N/A',0,0,16904,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42057,'Yes',0,0,16905,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42058,'No',4,0,16905,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42059,'Other',20,0,16905,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42060,'N/A',0,0,16905,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42061,'Yes',0,0,16906,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42062,'No',3,0,16906,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42063,'Other',20,0,16906,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42064,'N/A',0,0,16906,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42065,'Yes',0,0,16907,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42066,'No',4,0,16907,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42067,'Other',20,0,16907,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42068,'N/A',0,0,16907,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42069,'Yes',0,0,16908,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42070,'No',4,0,16908,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42071,'Other',20,0,16908,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42072,'N/A',0,0,16908,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42073,'Yes',0,0,16909,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42074,'No',5,0,16909,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42075,'Other',20,0,16909,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42076,'N/A',0,0,16909,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42077,'Yes',0,0,16910,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42078,'Yes',3,0,16910,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42079,'No',6,0,16910,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42080,'Other',20,0,16910,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42081,'N/A',0,0,16910,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42082,'Yes',0,0,16911,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42083,'No',5,0,16911,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42084,'Other',20,0,16911,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42085,'N/A',0,0,16911,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42086,'Yes',0,0,16914,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42087,'No 1',7,0,16914,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42088,'No 2',7,0,16914,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42089,'Other',20,0,16914,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42090,'N/A',0,0,16914,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42091,'Yes',0,0,16916,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42092,'No 1',5,0,16916,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42093,'No 2',5,0,16916,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42094,'Yes',0,0,16917,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42095,'Option',5,0,16917,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42096,'No',8,0,16917,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42097,'N/A',0,0,16917,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42098,'Other',20,0,16917,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42099,'Yes 1',1,0,16919,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42100,'Yes 2',0,0,16919,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42101,'No',7,0,16919,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42102,'N/A',0,0,16919,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42103,'Other',20,0,16919,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42104,'Yes',0,0,16920,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42105,'No',8,0,16920,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42106,'Other',20,0,16920,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42107,'N/A',0,0,16920,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42108,'Yes',0,0,16921,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42109,'No',8,0,16921,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42110,'Other',20,0,16921,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42111,'N/A',0,0,16921,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42112,'Yes',0,0,16922,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42113,'No',8,0,16922,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42114,'Other',20,0,16922,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42115,'N/A',0,0,16922,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42116,'Yes',0,0,16924,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42117,'No',8,0,16924,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42118,'Other',20,0,16924,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42119,'N/A',0,0,16924,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42120,'Yes',0,0,16925,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42121,'No',6,0,16925,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42122,'Other',20,0,16925,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42123,'N/A',0,0,16925,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42124,'Yes',0,0,16927,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42125,'Yes',2,0,16927,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42126,'No',5,0,16927,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42127,'N/A',0,0,16927,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42128,'Other',20,0,16927,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42129,'Yes',0,0,16929,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42130,'Yes',2,0,16929,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42131,'No',5,0,16929,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42132,'N/A',0,0,16929,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42133,'Other',20,0,16929,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42134,'Yes',0,0,16931,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42135,'No',4,0,16931,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42136,'N/A',0,0,16931,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42137,'Other',20,0,16931,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42138,'Yes',0,0,16933,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42139,'No',5,0,16933,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42140,'N/A',0,0,16933,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42141,'Other',20,0,16933,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42142,'Yes',0,0,16935,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42143,'No',4,0,16935,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42144,'N/A',0,0,16935,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42145,'Other',20,0,16935,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42146,'Yes',0,0,16937,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42147,'No',5,0,16937,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42148,'N/A',0,0,16937,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42149,'Other',20,0,16937,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42150,'Yes',0,0,16939,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42151,'No',5,0,16939,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42152,'N/A',0,0,16939,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42153,'Other',20,0,16939,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42154,'Yes',0,0,16941,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42155,'No',7,0,16941,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42156,'N/A',0,0,16941,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42157,'Other',20,0,16941,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42158,'Yes',2,0,16942,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42159,'No',6,0,16942,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42160,'No',0,0,16942,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42161,'N/A',0,0,16942,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(42162,'Yes',0,0,16943,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42163,'No',4,0,16943,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42164,'No',7,0,16943,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42165,'N/A',0,0,16943,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42166,'Other',20,0,16943,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42167,'Yes',0,0,16944,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42168,'No',6,0,16944,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42169,'NA',0,0,16944,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42170,'Other',20,0,16944,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42171,'Yes',0,0,16945,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42172,'Yes',0,0,16945,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42173,'NA',0,0,16945,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42174,'Other',20,0,16945,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42175,'Yes',1,0,16946,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42176,'No',0,0,16946,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42177,'Other',20,0,16946,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42178,'Yes',0,0,16947,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42179,'No',9,0,16947,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42180,'NA',0,0,16947,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42181,'Other',20,0,16947,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42182,'Yes',0,0,16948,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42183,'No',7,0,16948,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42184,'NA',0,0,16948,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42185,'Other',20,0,16948,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42186,'Yes',0,0,16949,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42187,'No',6,0,16949,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42188,'NA',0,0,16949,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42189,'Other',20,0,16949,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42190,'Yes',0,0,16950,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42191,'No',6,0,16950,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42192,'NA',0,0,16950,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42193,'Other',20,0,16950,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42194,'Yes',0,0,16951,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42195,'No',8,0,16951,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42196,'NA',0,0,16951,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42197,'Other',20,0,16951,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42198,'Yes',3,0,16952,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42199,'Yes',4,0,16952,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42200,'Yes',5,0,16952,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42201,'Other',20,0,16952,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(42202,'Director',0,0,16958,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42203,'Owner Landlord',0,0,16958,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42204,'Site Maitenance',0,0,16958,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42205,'Estate Agent',0,0,16958,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42206,'Letting Agent',0,0,16958,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42207,'Other',0,0,16958,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42208,'Property Agent',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42209,'Owner Landlord',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42210,'Site Manager',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42211,'Property Manager',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42212,'Construction Manager',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42213,'Fire Warden',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42214,'Director',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42215,'CEO',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42216,'Other',0,0,16959,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42217,'A Property Within Building Block',0,0,16960,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42218,'All Of The Property',0,0,16960,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42219,'Communal Areas Only',0,0,16960,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42220,'House',0,0,16960,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42221,'Flat',0,0,16960,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42222,'Other',0,0,16960,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42223,'Nebosh',0,0,16967,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42224,'Level 2 Fire Risk Assessor',0,0,16967,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42225,'Competant Person',0,0,16967,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42226,'Fan Heaters',4,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42227,'Electric Heaters',4,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42228,'Gas Heater',5,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42229,'Other Boilers',2,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42230,'Electrical Equipment',3,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42231,'Electrical Leads',3,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42232,'Portable Equipment',3,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42233,'Portable Lighting',2,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42234,'Cooking kitchen Equipment',6,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42235,'Other',20,0,16968,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42236,'Wood/Paper/Cardboard etc',3,0,16970,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42237,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,16970,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42238,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,16970,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42239,'Waste Material Controlled -in locked wheely bin or store',2,0,16970,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42240,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,16970,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42241,'Other',20,0,16970,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42242,'Yes',0,0,16973,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42243,'Yes',0,0,16973,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42244,'No',5,0,16973,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42245,'N/A',0,0,16973,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42246,'Other',20,0,16973,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42247,'Yes',0,0,16974,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42248,'No',5,0,16974,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42249,'Other',20,0,16974,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42250,'N/A',0,0,16974,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42251,'Detached',1,0,16975,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42252,'Semi Detached',2,0,16975,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42253,'Terraced',3,0,16975,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42254,'Linked-Detached',1,0,16975,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42255,'Other',20,0,16975,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42256,'House',1,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42257,'Bungalow',1,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42258,'Block of Flats - Studios up to 6 Floor Levels',3,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42259,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42260,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42261,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42262,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42263,'Underground Property',1,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42264,'Factory/ Warehouse',3,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42265,'Garage/ Workshop',3,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42266,'Retail Shop',2,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42267,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42268,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42269,'Other',20,0,16976,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42270,'1-5',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42271,'5-10',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42272,'10-15',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42273,'15-20',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42274,'20-25',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42275,'25-30',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42276,'30-35',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42277,'35-40',0,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42278,'Other',20,0,16977,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42279,'1',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42280,'2',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42281,'3',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42282,'4',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42283,'5',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42284,'6',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42285,'7',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42286,'8',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42287,'9',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42288,'10',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42289,'11',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42290,'12',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42291,'13',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42292,'14',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42293,'15',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42294,'16',1,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42295,'N/A',0,0,16980,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42296,'1',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42297,'2',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42298,'3',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42299,'4',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42300,'5',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42301,'6',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42302,'7',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42303,'8',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42304,'9',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42305,'10',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42306,'11',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42307,'12',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42308,'13',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42309,'14',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42310,'15',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42311,'16',2,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42312,'N/A',0,0,16981,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42313,'Yes',1,0,16983,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42314,'No',3,0,16983,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42315,'Unknown',3,0,16983,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42316,'Stone',0,0,16983,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42317,'Other',20,0,16983,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42318,'Yes',1,0,16984,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42319,'No',5,0,16984,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42320,'Unknown',5,0,16984,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42321,'Stone',0,0,16984,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42322,'Other',20,0,16984,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42323,'Other',20,0,16985,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42324,'No',5,0,16985,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42325,'Unknown',5,0,16985,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42326,'Stone',0,0,16985,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42327,'Other',20,0,16985,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42328,'Wood',2,0,16986,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42329,'Plastics',1,0,16986,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42330,'Aluminium',0,0,16986,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42331,'Stone',0,0,16986,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42332,'Other',20,0,16986,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42333,'0%',0,0,16987,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42334,'25%',0,0,16987,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42335,'50%',0,0,16987,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42336,'75%',0,0,16987,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42337,'100%',0,0,16987,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42338,'0%',0,0,16989,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42339,'25%',1,0,16989,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42340,'50%',1,0,16989,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42341,'75%',1,0,16989,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42342,'100%',1,0,16989,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42343,'0%',0,0,16990,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42344,'25%',0,0,16990,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42345,'50%',0,0,16990,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42346,'75%',0,0,16990,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42347,'100%',0,0,16990,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42348,'0%',0,0,16991,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42349,'25%',3,0,16991,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42350,'50%',3,0,16991,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42351,'75%',3,0,16991,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42352,'100%',3,0,16991,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42353,'0%',0,0,16992,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42354,'25%',1,0,16992,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42355,'50%',1,0,16992,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42356,'75%',1,0,16992,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42357,'100%',1,0,16992,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42358,'0%',0,0,16993,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42359,'25%',5,0,16993,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42360,'50%',5,0,16993,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42361,'75%',5,0,16993,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42362,'100%',5,0,16993,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42363,'0%',0,0,16994,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42364,'25%',5,0,16994,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42365,'50%',5,0,16994,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42366,'75%',5,0,16994,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42367,'100%',5,0,16994,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42368,'0%',0,0,16995,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42369,'25%',1,0,16995,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42370,'50%',1,0,16995,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42371,'75%',1,0,16995,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42372,'100%',1,0,16995,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42373,'Other',20,0,16996,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42374,'25%',1,0,16996,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42375,'50%',1,0,16996,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42376,'75%',1,0,16996,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42377,'100%',1,0,16996,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42378,'0%',0,0,16998,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42379,'25%',1,0,16998,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42380,'50%',1,0,16998,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42381,'75%',1,0,16998,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42382,'100%',1,0,16998,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42383,'0%',0,0,16999,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42384,'25%',2,0,16999,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42385,'50%',2,0,16999,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42386,'75%',2,0,16999,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42387,'100%',2,0,16999,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42388,'0%',0,0,17000,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42389,'25%',1,0,17000,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42390,'50%',1,0,17000,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42391,'75%',1,0,17000,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42392,'100%',1,0,17000,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42393,'Solid concrete all levels',0,0,17001,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42394,'Timber joists all levels',3,0,17001,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42395,'Concrete lowest floor – Timber above higher levels',3,0,17001,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42396,'Other',20,0,17001,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42397,'100%',1,0,17001,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42398,'Yes',1,0,17004,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42399,'No',6,0,17004,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42400,'Yes',2,0,17006,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42401,'No',8,0,17006,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42402,'Yes',1,0,17008,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42403,'No',6,0,17008,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42404,'Yes',1,0,17010,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42405,'No',6,0,17010,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42406,'Yes',1,0,17012,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42407,'No',6,0,17012,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42408,'Yes',1,0,17016,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42409,'No',3,0,17016,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42410,'Yes',1,0,17018,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42411,'No',3,0,17018,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42412,'Yes',1,0,17020,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42413,'No',3,0,17020,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42414,'Very Good',1,0,17022,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42415,'Good',1,0,17022,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42416,'Fair',1,0,17022,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42417,'Poor',2,0,17022,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42418,'Very Poor',2,0,17022,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42419,'Yes',0,0,17024,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42420,'No',2,0,17024,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42421,'Other',20,0,17024,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42422,'N/A',0,0,17024,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42423,'Yes',0,0,17025,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42424,'No',2,0,17025,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42425,'Other',20,0,17025,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42426,'N/A',0,0,17025,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42427,'Yes',0,0,17026,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42428,'No',2,0,17026,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42429,'Other',20,0,17026,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42430,'N/A',0,0,17026,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42431,'Yes',0,0,17028,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42432,'No',2,0,17028,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42433,'Other',20,0,17028,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42434,'N/A',0,0,17028,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42435,'Yes',0,0,17030,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42436,'No',2,0,17030,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42437,'Other',20,0,17030,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42438,'N/A',0,0,17030,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42439,'Yes',0,0,17031,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42440,'No',2,0,17031,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42441,'Other',20,0,17031,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42442,'N/A',0,0,17031,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42443,'Yes',0,0,17032,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42444,'No',3,0,17032,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42445,'Other',20,0,17032,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42446,'N/A',0,0,17032,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42447,'Yes',0,0,17034,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42448,'No',3,0,17034,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42449,'Other',20,0,17034,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42450,'N/A',0,0,17034,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42451,'Yes',0,0,17035,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42452,'No',4,0,17035,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42453,'No Disabled',0,0,17035,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42454,'Other',20,0,17035,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42455,'N/A',0,0,17035,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42456,'Yes',0,0,17036,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42457,'No',4,0,17036,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42458,'Other',20,0,17036,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42459,'N/A',0,0,17036,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42460,'Yes',0,0,17037,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42461,'No',3,0,17037,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42462,'Other',20,0,17037,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42463,'N/A',0,0,17037,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42464,'Yes',0,0,17038,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42465,'No',4,0,17038,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42466,'Other',20,0,17038,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42467,'N/A',0,0,17038,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42468,'Yes',0,0,17039,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42469,'No',4,0,17039,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42470,'Other',20,0,17039,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42471,'N/A',0,0,17039,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42472,'Yes',0,0,17040,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42473,'No',5,0,17040,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42474,'Other',20,0,17040,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42475,'N/A',0,0,17040,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42476,'Yes',0,0,17041,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42477,'Yes',3,0,17041,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42478,'No',6,0,17041,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42479,'Other',20,0,17041,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42480,'N/A',0,0,17041,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42481,'Yes',0,0,17042,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42482,'No',5,0,17042,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42483,'Other',20,0,17042,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42484,'N/A',0,0,17042,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42485,'Yes',0,0,17045,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42486,'No 1',7,0,17045,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42487,'No 2',7,0,17045,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42488,'Other',20,0,17045,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42489,'N/A',0,0,17045,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42490,'Yes',0,0,17047,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42491,'No 1',5,0,17047,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42492,'No 2',5,0,17047,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42493,'Yes',0,0,17048,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42494,'Option',5,0,17048,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42495,'No',8,0,17048,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42496,'N/A',0,0,17048,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42497,'Other',20,0,17048,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42498,'Yes 1',1,0,17050,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42499,'Yes 2',0,0,17050,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42500,'No',7,0,17050,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42501,'N/A',0,0,17050,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42502,'Other',20,0,17050,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42503,'Yes',0,0,17051,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42504,'No',8,0,17051,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42505,'Other',20,0,17051,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42506,'N/A',0,0,17051,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42507,'Yes',0,0,17052,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42508,'No',8,0,17052,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42509,'Other',20,0,17052,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42510,'N/A',0,0,17052,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42511,'Yes',0,0,17053,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42512,'No',8,0,17053,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42513,'Other',20,0,17053,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42514,'N/A',0,0,17053,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42515,'Yes',0,0,17055,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42516,'No',8,0,17055,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42517,'Other',20,0,17055,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42518,'N/A',0,0,17055,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42519,'Yes',0,0,17056,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42520,'No',6,0,17056,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42521,'Other',20,0,17056,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42522,'N/A',0,0,17056,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42523,'Yes',0,0,17058,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42524,'Yes',2,0,17058,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42525,'No',5,0,17058,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42526,'N/A',0,0,17058,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42527,'Other',20,0,17058,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42528,'Yes',0,0,17060,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42529,'Yes',2,0,17060,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42530,'No',5,0,17060,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42531,'N/A',0,0,17060,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42532,'Other',20,0,17060,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42533,'Yes',0,0,17062,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42534,'No',4,0,17062,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42535,'N/A',0,0,17062,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42536,'Other',20,0,17062,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42537,'Yes',0,0,17064,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42538,'No',5,0,17064,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42539,'N/A',0,0,17064,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42540,'Other',20,0,17064,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42541,'Yes',0,0,17066,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42542,'No',4,0,17066,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42543,'N/A',0,0,17066,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42544,'Other',20,0,17066,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42545,'Yes',0,0,17068,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42546,'No',5,0,17068,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42547,'N/A',0,0,17068,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42548,'Other',20,0,17068,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42549,'Yes',0,0,17070,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42550,'No',5,0,17070,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42551,'N/A',0,0,17070,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42552,'Other',20,0,17070,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42553,'Yes',0,0,17072,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42554,'No',7,0,17072,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42555,'N/A',0,0,17072,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42556,'Other',20,0,17072,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42557,'Yes',2,0,17073,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42558,'No',6,0,17073,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42559,'No',0,0,17073,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42560,'N/A',0,0,17073,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42561,'Yes',0,0,17074,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42562,'No',4,0,17074,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42563,'No',7,0,17074,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42564,'N/A',0,0,17074,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42565,'Other',20,0,17074,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42566,'Yes',0,0,17075,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42567,'No',6,0,17075,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42568,'NA',0,0,17075,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42569,'Other',20,0,17075,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42570,'Yes',0,0,17076,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42571,'Yes',0,0,17076,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42572,'NA',0,0,17076,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42573,'Other',20,0,17076,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42574,'Yes',1,0,17077,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42575,'No',0,0,17077,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42576,'Other',20,0,17077,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42577,'Yes',0,0,17078,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42578,'No',9,0,17078,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42579,'NA',0,0,17078,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42580,'Other',20,0,17078,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42581,'Yes',0,0,17079,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42582,'No',7,0,17079,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42583,'NA',0,0,17079,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42584,'Other',20,0,17079,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42585,'Yes',0,0,17080,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42586,'No',6,0,17080,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42587,'NA',0,0,17080,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42588,'Other',20,0,17080,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42589,'Yes',0,0,17081,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42590,'No',6,0,17081,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42591,'NA',0,0,17081,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42592,'Other',20,0,17081,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42593,'Yes',0,0,17082,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42594,'No',8,0,17082,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42595,'NA',0,0,17082,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42596,'Other',20,0,17082,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42597,'Yes',3,0,17083,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42598,'Yes',4,0,17083,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42599,'Yes',5,0,17083,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42600,'Other',20,0,17083,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42601,'Yes',1,0,17084,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42602,'Yes',0,0,17084,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42603,'No',5,0,17084,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42604,'Other',20,0,17084,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42605,'Yes',0,0,17085,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42606,'No',5,0,17085,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42607,'NA',5,0,17085,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42608,'Other',20,0,17085,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42609,'Yes',0,0,17086,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42610,'No',5,0,17086,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42611,'N/A',0,0,17086,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42612,'Other',20,0,17086,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42613,'Yes',0,0,17087,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42614,'No',5,0,17087,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42615,'Other',20,0,17087,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42616,'N/A',0,0,17087,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42617,'Yes',0,0,17088,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42618,'No',5,0,17088,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42619,'NA',0,0,17088,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42620,'Other',20,0,17088,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42621,'Yes',0,0,17089,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42622,'No',5,0,17089,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42623,'NA',0,0,17089,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42624,'Other',20,0,17089,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42625,'Yes',0,0,17090,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42626,'No',5,0,17090,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42627,'NA',0,0,17090,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42628,'Other',20,0,17090,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(42629,'Director',0,0,17096,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42630,'Owner Landlord',0,0,17096,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42631,'Site Maitenance',0,0,17096,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42632,'Estate Agent',0,0,17096,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42633,'Letting Agent',0,0,17096,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42634,'Other',0,0,17096,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42635,'Property Agent',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42636,'Owner Landlord',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42637,'Site Manager',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42638,'Property Manager',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42639,'Construction Manager',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42640,'Fire Warden',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42641,'Director',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42642,'CEO',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42643,'Other',0,0,17097,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42644,'A Property Within Building Block',0,0,17098,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42645,'All Of The Property',0,0,17098,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42646,'Communal Areas Only',0,0,17098,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42647,'House',0,0,17098,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42648,'Flat',0,0,17098,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42649,'Other',0,0,17098,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42650,'Nebosh',0,0,17105,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42651,'Level 2 Fire Risk Assessor',0,0,17105,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42652,'Competant Person',0,0,17105,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42653,'Fan Heaters',4,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42654,'Electric Heaters',4,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42655,'Gas Heater',5,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42656,'Other Boilers',2,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42657,'Electrical Equipment',3,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42658,'Electrical Leads',3,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42659,'Portable Equipment',3,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42660,'Portable Lighting',2,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42661,'Cooking kitchen Equipment',6,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42662,'Other',20,0,17106,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42663,'Wood/Paper/Cardboard etc',3,0,17108,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42664,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,17108,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42665,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,17108,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42666,'Waste Material Controlled -in locked wheely bin or store',2,0,17108,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42667,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,17108,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42668,'Other',20,0,17108,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42669,'Detached',1,0,17111,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42670,'Semi Detached',2,0,17111,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42671,'Terraced',3,0,17111,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42672,'Linked-Detached',1,0,17111,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42673,'Other',20,0,17111,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42674,'House',1,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42675,'Bungalow',1,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42676,'Block of Flats - Studios up to 6 Floor Levels',3,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42677,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42678,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42679,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42680,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42681,'Underground Property',1,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42682,'Factory/ Warehouse',3,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42683,'Garage/ Workshop',3,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42684,'Retail Shop',2,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42685,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42686,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42687,'Other',20,0,17112,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42688,'1-5',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42689,'5-10',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42690,'10-15',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42691,'15-20',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42692,'20-25',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42693,'25-30',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42694,'30-35',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42695,'35-40',0,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42696,'Other',20,0,17113,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42697,'1',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42698,'2',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42699,'3',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42700,'4',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42701,'5',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42702,'6',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42703,'7',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42704,'8',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42705,'9',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42706,'10',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42707,'11',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42708,'12',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42709,'13',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42710,'14',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42711,'15',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42712,'16',1,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42713,'N/A',0,0,17116,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42714,'1',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42715,'2',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42716,'3',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42717,'4',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42718,'5',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42719,'6',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42720,'7',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42721,'8',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42722,'9',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42723,'10',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42724,'11',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42725,'12',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42726,'13',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42727,'14',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42728,'15',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42729,'16',2,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42730,'N/A',0,0,17117,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42731,'Yes',1,0,17119,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42732,'No',3,0,17119,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42733,'Unknown',3,0,17119,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42734,'Stone',0,0,17119,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42735,'Other',20,0,17119,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42736,'Yes',1,0,17120,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42737,'No',5,0,17120,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42738,'Unknown',5,0,17120,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42739,'Stone',0,0,17120,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42740,'Other',20,0,17120,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42741,'Other',20,0,17121,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42742,'No',5,0,17121,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42743,'Unknown',5,0,17121,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42744,'Stone',0,0,17121,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42745,'Other',20,0,17121,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42746,'Wood',2,0,17122,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42747,'Plastics',1,0,17122,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42748,'Aluminium',0,0,17122,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42749,'Stone',0,0,17122,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42750,'Other',20,0,17122,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42751,'0%',0,0,17123,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42752,'25%',0,0,17123,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42753,'50%',0,0,17123,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42754,'75%',0,0,17123,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42755,'100%',0,0,17123,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42756,'0%',0,0,17125,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42757,'25%',1,0,17125,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42758,'50%',1,0,17125,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42759,'75%',1,0,17125,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42760,'100%',1,0,17125,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42761,'0%',0,0,17126,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42762,'25%',0,0,17126,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42763,'50%',0,0,17126,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42764,'75%',0,0,17126,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42765,'100%',0,0,17126,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42766,'0%',0,0,17127,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42767,'25%',3,0,17127,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42768,'50%',3,0,17127,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42769,'75%',3,0,17127,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42770,'100%',3,0,17127,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42771,'0%',0,0,17128,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42772,'25%',1,0,17128,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42773,'50%',1,0,17128,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42774,'75%',1,0,17128,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42775,'100%',1,0,17128,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42776,'0%',0,0,17129,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42777,'25%',5,0,17129,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42778,'50%',5,0,17129,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42779,'75%',5,0,17129,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42780,'100%',5,0,17129,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42781,'0%',0,0,17130,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42782,'25%',5,0,17130,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42783,'50%',5,0,17130,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42784,'75%',5,0,17130,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42785,'100%',5,0,17130,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42786,'0%',0,0,17131,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42787,'25%',1,0,17131,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42788,'50%',1,0,17131,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42789,'75%',1,0,17131,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42790,'100%',1,0,17131,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42791,'Other',20,0,17132,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42792,'25%',1,0,17132,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42793,'50%',1,0,17132,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42794,'75%',1,0,17132,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42795,'100%',1,0,17132,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42796,'0%',0,0,17134,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42797,'25%',1,0,17134,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42798,'50%',1,0,17134,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42799,'75%',1,0,17134,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42800,'100%',1,0,17134,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42801,'0%',0,0,17135,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42802,'25%',2,0,17135,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42803,'50%',2,0,17135,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42804,'75%',2,0,17135,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42805,'100%',2,0,17135,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42806,'0%',0,0,17136,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42807,'25%',1,0,17136,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42808,'50%',1,0,17136,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42809,'75%',1,0,17136,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42810,'100%',1,0,17136,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42811,'Solid concrete all levels',0,0,17137,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42812,'Timber joists all levels',3,0,17137,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42813,'Concrete lowest floor – Timber above higher levels',3,0,17137,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42814,'Other',20,0,17137,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42815,'100%',1,0,17137,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42816,'Yes',1,0,17140,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42817,'No',6,0,17140,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42818,'Yes',2,0,17142,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42819,'No',8,0,17142,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42820,'Yes',1,0,17144,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42821,'No',6,0,17144,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42822,'Yes',1,0,17146,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42823,'No',6,0,17146,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42824,'Yes',1,0,17148,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42825,'No',6,0,17148,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42826,'Yes',1,0,17152,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42827,'No',3,0,17152,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42828,'Yes',1,0,17154,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42829,'No',3,0,17154,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42830,'Yes',1,0,17156,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42831,'No',3,0,17156,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42832,'Very Good',1,0,17158,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42833,'Good',1,0,17158,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42834,'Fair',1,0,17158,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42835,'Poor',2,0,17158,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42836,'Very Poor',2,0,17158,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42837,'Yes',0,0,17160,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42838,'No',2,0,17160,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42839,'Other',20,0,17160,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42840,'N/A',0,0,17160,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42841,'Yes',0,0,17161,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42842,'No',2,0,17161,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42843,'Other',20,0,17161,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42844,'N/A',0,0,17161,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42845,'Yes',0,0,17162,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42846,'No',2,0,17162,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42847,'Other',20,0,17162,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42848,'N/A',0,0,17162,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42849,'Yes',0,0,17164,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42850,'No',2,0,17164,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42851,'Other',20,0,17164,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42852,'N/A',0,0,17164,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42853,'Yes',0,0,17166,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42854,'No',2,0,17166,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42855,'Other',20,0,17166,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42856,'N/A',0,0,17166,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42857,'Yes',0,0,17167,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42858,'No',2,0,17167,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42859,'Other',20,0,17167,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42860,'N/A',0,0,17167,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42861,'Yes',0,0,17168,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42862,'No',3,0,17168,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42863,'Other',20,0,17168,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42864,'N/A',0,0,17168,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42865,'Yes',0,0,17170,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42866,'No',3,0,17170,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42867,'Other',20,0,17170,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42868,'N/A',0,0,17170,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42869,'Yes',0,0,17171,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42870,'No',4,0,17171,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42871,'No Disabled',0,0,17171,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42872,'Other',20,0,17171,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42873,'N/A',0,0,17171,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42874,'Yes',0,0,17172,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42875,'No',4,0,17172,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42876,'Other',20,0,17172,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42877,'N/A',0,0,17172,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42878,'Yes',0,0,17173,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42879,'No',3,0,17173,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42880,'Other',20,0,17173,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42881,'N/A',0,0,17173,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42882,'Yes',0,0,17174,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42883,'No',4,0,17174,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42884,'Other',20,0,17174,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42885,'N/A',0,0,17174,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42886,'Yes',0,0,17175,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42887,'No',4,0,17175,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42888,'Other',20,0,17175,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42889,'N/A',0,0,17175,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42890,'Yes',0,0,17176,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42891,'No',5,0,17176,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42892,'Other',20,0,17176,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42893,'N/A',0,0,17176,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42894,'Yes',0,0,17177,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42895,'Yes',3,0,17177,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42896,'No',6,0,17177,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42897,'Other',20,0,17177,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42898,'N/A',0,0,17177,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42899,'Yes',0,0,17178,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42900,'No',5,0,17178,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42901,'Other',20,0,17178,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42902,'N/A',0,0,17178,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42903,'Yes',0,0,17181,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42904,'No 1',7,0,17181,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42905,'No 2',7,0,17181,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42906,'Other',20,0,17181,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42907,'N/A',0,0,17181,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(42908,'Yes',0,0,17183,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42909,'No 1',5,0,17183,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42910,'No 2',5,0,17183,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42911,'Yes',0,0,17184,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42912,'Option',5,0,17184,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42913,'No',8,0,17184,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42914,'N/A',0,0,17184,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42915,'Other',20,0,17184,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42916,'Yes 1',1,0,17186,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42917,'Yes 2',0,0,17186,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42918,'No',7,0,17186,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42919,'N/A',0,0,17186,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42920,'Other',20,0,17186,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42921,'Yes',0,0,17187,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42922,'No',8,0,17187,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42923,'Other',20,0,17187,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42924,'N/A',0,0,17187,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42925,'Yes',0,0,17188,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42926,'No',8,0,17188,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42927,'Other',20,0,17188,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42928,'N/A',0,0,17188,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42929,'Yes',0,0,17189,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42930,'No',8,0,17189,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42931,'Other',20,0,17189,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42932,'N/A',0,0,17189,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42933,'Yes',0,0,17191,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42934,'No',8,0,17191,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42935,'Other',20,0,17191,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42936,'N/A',0,0,17191,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42937,'Yes',0,0,17192,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42938,'No',6,0,17192,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42939,'Other',20,0,17192,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42940,'N/A',0,0,17192,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42941,'Yes',0,0,17194,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42942,'Yes',2,0,17194,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42943,'No',5,0,17194,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42944,'N/A',0,0,17194,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42945,'Other',20,0,17194,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42946,'Yes',0,0,17196,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42947,'Yes',2,0,17196,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42948,'No',5,0,17196,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42949,'N/A',0,0,17196,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42950,'Other',20,0,17196,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42951,'Yes',0,0,17198,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42952,'No',4,0,17198,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42953,'N/A',0,0,17198,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42954,'Other',20,0,17198,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42955,'Yes',0,0,17200,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42956,'No',5,0,17200,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42957,'N/A',0,0,17200,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42958,'Other',20,0,17200,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42959,'Yes',0,0,17202,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42960,'No',4,0,17202,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42961,'N/A',0,0,17202,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42962,'Other',20,0,17202,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42963,'Yes',0,0,17204,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42964,'No',5,0,17204,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42965,'N/A',0,0,17204,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42966,'Other',20,0,17204,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42967,'Yes',0,0,17206,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42968,'No',5,0,17206,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42969,'N/A',0,0,17206,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42970,'Other',20,0,17206,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42971,'Yes',0,0,17208,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42972,'No',7,0,17208,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42973,'N/A',0,0,17208,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42974,'Other',20,0,17208,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42975,'Yes',2,0,17209,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42976,'No',6,0,17209,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42977,'No',0,0,17209,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42978,'N/A',0,0,17209,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42979,'Yes',0,0,17210,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42980,'No',4,0,17210,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42981,'No',7,0,17210,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42982,'N/A',0,0,17210,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42983,'Other',20,0,17210,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42984,'Yes',0,0,17211,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42985,'No',6,0,17211,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42986,'NA',0,0,17211,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42987,'Other',20,0,17211,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42988,'Yes',0,0,17212,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42989,'Yes',0,0,17212,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42990,'NA',0,0,17212,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42991,'Other',20,0,17212,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42992,'Yes',1,0,17213,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42993,'No',0,0,17213,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42994,'Other',20,0,17213,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42995,'Yes',0,0,17214,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42996,'No',9,0,17214,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42997,'NA',0,0,17214,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42998,'Other',20,0,17214,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(42999,'Yes',0,0,17215,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43000,'No',7,0,17215,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43001,'NA',0,0,17215,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43002,'Other',20,0,17215,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43003,'Yes',0,0,17216,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43004,'No',6,0,17216,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43005,'NA',0,0,17216,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43006,'Other',20,0,17216,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43007,'Yes',0,0,17217,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43008,'No',6,0,17217,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43009,'NA',0,0,17217,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43010,'Other',20,0,17217,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43011,'Yes',0,0,17218,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43012,'No',8,0,17218,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43013,'NA',0,0,17218,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43014,'Other',20,0,17218,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43015,'Yes',3,0,17219,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43016,'Yes',4,0,17219,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43017,'Yes',5,0,17219,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43018,'Other',20,0,17219,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43019,'Yes',1,0,17220,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43020,'Yes',0,0,17220,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43021,'No',5,0,17220,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43022,'Other',20,0,17220,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43023,'Yes',0,0,17221,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43024,'No',5,0,17221,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43025,'NA',5,0,17221,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43026,'Other',20,0,17221,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43027,'Yes',0,0,17222,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43028,'No',5,0,17222,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43029,'N/A',0,0,17222,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43030,'Other',20,0,17222,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43031,'Yes',0,0,17223,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43032,'No',5,0,17223,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43033,'Other',20,0,17223,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43034,'N/A',0,0,17223,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43035,'Yes',0,0,17224,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43036,'No',5,0,17224,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43037,'NA',0,0,17224,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43038,'Other',20,0,17224,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43039,'Yes',0,0,17225,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43040,'No',5,0,17225,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43041,'NA',0,0,17225,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43042,'Other',20,0,17225,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43043,'Yes',0,0,17226,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43044,'No',5,0,17226,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43045,'NA',0,0,17226,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43046,'Other',20,0,17226,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43047,'Yes',0,0,17227,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43048,'Yes',0,0,17227,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43049,'No',5,0,17227,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43050,'N/A',0,0,17227,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43051,'Other',20,0,17227,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43052,'Yes',0,0,17228,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43053,'No',5,0,17228,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43054,'Other',20,0,17228,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43055,'N/A',0,0,17228,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(43056,'Director',0,0,17234,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43057,'Owner Landlord',0,0,17234,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43058,'Site Maitenance',0,0,17234,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43059,'Estate Agent',0,0,17234,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43060,'Letting Agent',0,0,17234,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43061,'Other',0,0,17234,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43062,'Property Agent',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43063,'Owner Landlord',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43064,'Site Manager',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43065,'Property Manager',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43066,'Construction Manager',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43067,'Fire Warden',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43068,'Director',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43069,'CEO',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43070,'Other',0,0,17235,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43071,'A Property Within Building Block',0,0,17236,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43072,'All Of The Property',0,0,17236,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43073,'Communal Areas Only',0,0,17236,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43074,'House',0,0,17236,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43075,'Flat',0,0,17236,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43076,'Other',0,0,17236,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43077,'Nebosh',0,0,17243,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43078,'Level 2 Fire Risk Assessor',0,0,17243,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43079,'Competant Person',0,0,17243,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43080,'Fan Heaters',4,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43081,'Electric Heaters',4,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43082,'Gas Heater',5,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43083,'Other Boilers',2,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43084,'Electrical Equipment',3,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43085,'Electrical Leads',3,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43086,'Portable Equipment',3,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43087,'Portable Lighting',2,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43088,'Cooking kitchen Equipment',6,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43089,'Other',20,0,17244,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43090,'Wood/Paper/Cardboard etc',3,0,17246,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43091,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,17246,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43092,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,17246,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43093,'Waste Material Controlled -in locked wheely bin or store',2,0,17246,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43094,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,17246,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43095,'Other',20,0,17246,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43096,'Yes',0,0,17249,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43097,'No',2,0,17249,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43098,'Other',20,0,17249,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43099,'N/A',0,0,17249,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43100,'Yes',0,0,17250,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43101,'No',2,0,17250,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43102,'Other',20,0,17250,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43103,'N/A',0,0,17250,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43104,'Yes',0,0,17251,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43105,'No',2,0,17251,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43106,'Other',20,0,17251,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43107,'N/A',0,0,17251,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43108,'Yes',0,0,17253,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43109,'No',2,0,17253,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43110,'Other',20,0,17253,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43111,'N/A',0,0,17253,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43112,'Yes',0,0,17255,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43113,'No',2,0,17255,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43114,'Other',20,0,17255,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43115,'N/A',0,0,17255,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43116,'Yes',0,0,17256,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43117,'No',2,0,17256,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43118,'Other',20,0,17256,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43119,'N/A',0,0,17256,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43120,'Yes',0,0,17257,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43121,'No',3,0,17257,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43122,'Other',20,0,17257,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43123,'N/A',0,0,17257,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43124,'Yes',0,0,17259,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43125,'No',3,0,17259,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43126,'Other',20,0,17259,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43127,'N/A',0,0,17259,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43128,'Yes',0,0,17260,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43129,'No',4,0,17260,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43130,'No Disabled',0,0,17260,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43131,'Other',20,0,17260,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43132,'N/A',0,0,17260,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43133,'Yes',0,0,17261,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43134,'No',4,0,17261,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43135,'Other',20,0,17261,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43136,'N/A',0,0,17261,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43137,'Yes',0,0,17262,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43138,'No',3,0,17262,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43139,'Other',20,0,17262,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43140,'N/A',0,0,17262,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43141,'Yes',0,0,17263,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43142,'No',4,0,17263,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43143,'Other',20,0,17263,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43144,'N/A',0,0,17263,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43145,'Yes',0,0,17264,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43146,'No',4,0,17264,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43147,'Other',20,0,17264,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43148,'N/A',0,0,17264,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43149,'Yes',0,0,17265,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43150,'No',5,0,17265,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43151,'Other',20,0,17265,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43152,'N/A',0,0,17265,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43153,'Yes',0,0,17266,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43154,'Yes',3,0,17266,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43155,'No',6,0,17266,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43156,'Other',20,0,17266,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43157,'N/A',0,0,17266,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43158,'Yes',0,0,17267,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43159,'No',5,0,17267,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43160,'Other',20,0,17267,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43161,'N/A',0,0,17267,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43162,'Yes',0,0,17270,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43163,'No 1',7,0,17270,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43164,'No 2',7,0,17270,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43165,'Other',20,0,17270,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43166,'N/A',0,0,17270,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43167,'Yes',0,0,17272,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43168,'No 1',5,0,17272,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43169,'No 2',5,0,17272,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43170,'Yes',0,0,17273,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43171,'Option',5,0,17273,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43172,'No',8,0,17273,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43173,'N/A',0,0,17273,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43174,'Other',20,0,17273,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43175,'Yes 1',1,0,17275,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43176,'Yes 2',0,0,17275,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43177,'No',7,0,17275,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43178,'N/A',0,0,17275,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43179,'Other',20,0,17275,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43180,'Yes',0,0,17276,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(43181,'No',8,0,17276,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43182,'Other',20,0,17276,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43183,'N/A',0,0,17276,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43184,'Yes',0,0,17277,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43185,'No',8,0,17277,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43186,'Other',20,0,17277,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43187,'N/A',0,0,17277,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43188,'Yes',0,0,17278,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43189,'No',8,0,17278,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43190,'Other',20,0,17278,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43191,'N/A',0,0,17278,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43192,'Yes',0,0,17280,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43193,'No',8,0,17280,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43194,'Other',20,0,17280,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43195,'N/A',0,0,17280,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43196,'Yes',0,0,17281,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43197,'No',6,0,17281,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43198,'Other',20,0,17281,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43199,'N/A',0,0,17281,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43200,'Yes',0,0,17283,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43201,'Yes',2,0,17283,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43202,'No',5,0,17283,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43203,'N/A',0,0,17283,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43204,'Other',20,0,17283,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43205,'Yes',0,0,17285,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43206,'Yes',2,0,17285,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43207,'No',5,0,17285,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43208,'N/A',0,0,17285,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43209,'Other',20,0,17285,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43210,'Yes',0,0,17287,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43211,'No',4,0,17287,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43212,'N/A',0,0,17287,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43213,'Other',20,0,17287,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43214,'Yes',0,0,17289,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43215,'No',5,0,17289,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43216,'N/A',0,0,17289,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43217,'Other',20,0,17289,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43218,'Yes',0,0,17291,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43219,'No',4,0,17291,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43220,'N/A',0,0,17291,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43221,'Other',20,0,17291,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43222,'Yes',0,0,17293,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43223,'No',5,0,17293,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43224,'N/A',0,0,17293,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43225,'Other',20,0,17293,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43226,'Yes',0,0,17295,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43227,'No',5,0,17295,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43228,'N/A',0,0,17295,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43229,'Other',20,0,17295,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43230,'Yes',0,0,17297,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43231,'No',7,0,17297,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43232,'N/A',0,0,17297,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43233,'Other',20,0,17297,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43234,'Yes',2,0,17298,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43235,'No',6,0,17298,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43236,'No',0,0,17298,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43237,'N/A',0,0,17298,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43238,'Yes',0,0,17299,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43239,'No',4,0,17299,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43240,'No',7,0,17299,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43241,'N/A',0,0,17299,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43242,'Other',20,0,17299,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43243,'Yes',0,0,17300,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43244,'No',6,0,17300,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43245,'NA',0,0,17300,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43246,'Other',20,0,17300,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43247,'Yes',0,0,17301,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43248,'Yes',0,0,17301,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43249,'NA',0,0,17301,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43250,'Other',20,0,17301,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43251,'Yes',1,0,17302,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43252,'No',0,0,17302,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43253,'Other',20,0,17302,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43254,'Yes',0,0,17303,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43255,'No',9,0,17303,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43256,'NA',0,0,17303,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43257,'Other',20,0,17303,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43258,'Yes',0,0,17304,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43259,'No',7,0,17304,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43260,'NA',0,0,17304,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43261,'Other',20,0,17304,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43262,'Yes',0,0,17305,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43263,'No',6,0,17305,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43264,'NA',0,0,17305,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43265,'Other',20,0,17305,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43266,'Yes',0,0,17306,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43267,'No',6,0,17306,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43268,'NA',0,0,17306,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43269,'Other',20,0,17306,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43270,'Yes',0,0,17307,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43271,'No',8,0,17307,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43272,'NA',0,0,17307,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43273,'Other',20,0,17307,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43274,'Yes',3,0,17308,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43275,'Yes',4,0,17308,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43276,'Yes',5,0,17308,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43277,'Other',20,0,17308,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43278,'Yes',1,0,17309,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43279,'Yes',0,0,17309,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43280,'No',5,0,17309,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43281,'Other',20,0,17309,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43282,'Yes',0,0,17310,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43283,'No',5,0,17310,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43284,'NA',5,0,17310,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43285,'Other',20,0,17310,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43286,'Yes',0,0,17311,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43287,'No',5,0,17311,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43288,'N/A',0,0,17311,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43289,'Other',20,0,17311,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43290,'Yes',0,0,17312,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43291,'No',5,0,17312,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43292,'Other',20,0,17312,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43293,'N/A',0,0,17312,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43294,'Yes',0,0,17313,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43295,'No',5,0,17313,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43296,'NA',0,0,17313,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43297,'Other',20,0,17313,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43298,'Yes',0,0,17314,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43299,'No',5,0,17314,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43300,'NA',0,0,17314,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43301,'Other',20,0,17314,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43302,'Yes',0,0,17315,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43303,'No',5,0,17315,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43304,'NA',0,0,17315,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43305,'Other',20,0,17315,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43306,'Yes',0,0,17316,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43307,'Yes',0,0,17316,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43308,'No',5,0,17316,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43309,'N/A',0,0,17316,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43310,'Other',20,0,17316,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43311,'Yes',0,0,17317,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43312,'No',5,0,17317,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43313,'Other',20,0,17317,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43314,'N/A',0,0,17317,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43315,'Detached',1,0,17318,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43316,'Semi Detached',2,0,17318,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43317,'Terraced',3,0,17318,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43318,'Linked-Detached',1,0,17318,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43319,'Other',20,0,17318,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43320,'House',1,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43321,'Bungalow',1,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43322,'Block of Flats - Studios up to 6 Floor Levels',3,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43323,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43324,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43325,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43326,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43327,'Underground Property',1,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43328,'Factory/ Warehouse',3,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43329,'Garage/ Workshop',3,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43330,'Retail Shop',2,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43331,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43332,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43333,'Other',20,0,17319,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43334,'1-5',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43335,'5-10',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43336,'10-15',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43337,'15-20',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43338,'20-25',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43339,'25-30',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43340,'30-35',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43341,'35-40',0,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43342,'Other',20,0,17320,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43343,'1',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43344,'2',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43345,'3',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43346,'4',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43347,'5',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43348,'6',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43349,'7',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43350,'8',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43351,'9',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43352,'10',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43353,'11',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43354,'12',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43355,'13',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43356,'14',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43357,'15',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43358,'16',1,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43359,'N/A',0,0,17323,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43360,'1',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43361,'2',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43362,'3',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43363,'4',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43364,'5',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43365,'6',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43366,'7',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43367,'8',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43368,'9',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43369,'10',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43370,'11',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43371,'12',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43372,'13',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43373,'14',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43374,'15',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43375,'16',2,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43376,'N/A',0,0,17324,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43377,'Yes',1,0,17326,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43378,'No',3,0,17326,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43379,'Unknown',3,0,17326,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43380,'Stone',0,0,17326,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43381,'Other',20,0,17326,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43382,'Yes',1,0,17327,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43383,'No',5,0,17327,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43384,'Unknown',5,0,17327,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43385,'Stone',0,0,17327,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43386,'Other',20,0,17327,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43387,'No',5,0,17328,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43388,'Unknown',5,0,17328,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43389,'Stone',0,0,17328,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43390,'Other',20,0,17328,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43391,'Other',20,0,17328,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43392,'Wood',2,0,17329,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43393,'Plastics',1,0,17329,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43394,'Aluminium',0,0,17329,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43395,'Stone',0,0,17329,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43396,'Other',20,0,17329,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43397,'0%',0,0,17330,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43398,'25%',0,0,17330,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43399,'50%',0,0,17330,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43400,'75%',0,0,17330,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43401,'100%',0,0,17330,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43402,'0%',0,0,17332,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43403,'25%',1,0,17332,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43404,'50%',1,0,17332,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43405,'75%',1,0,17332,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43406,'100%',1,0,17332,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43407,'0%',0,0,17333,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43408,'25%',0,0,17333,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43409,'50%',0,0,17333,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43410,'75%',0,0,17333,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43411,'100%',0,0,17333,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43412,'0%',0,0,17334,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43413,'25%',3,0,17334,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43414,'50%',3,0,17334,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43415,'75%',3,0,17334,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43416,'100%',3,0,17334,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43417,'0%',0,0,17335,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43418,'25%',1,0,17335,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43419,'50%',1,0,17335,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43420,'75%',1,0,17335,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43421,'100%',1,0,17335,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43422,'0%',0,0,17336,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43423,'25%',5,0,17336,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43424,'50%',5,0,17336,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43425,'75%',5,0,17336,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43426,'100%',5,0,17336,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43427,'0%',0,0,17337,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43428,'25%',5,0,17337,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43429,'50%',5,0,17337,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43430,'75%',5,0,17337,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43431,'100%',5,0,17337,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43432,'0%',0,0,17338,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43433,'25%',1,0,17338,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43434,'50%',1,0,17338,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43435,'75%',1,0,17338,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43436,'100%',1,0,17338,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43437,'Other',20,0,17339,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43438,'25%',1,0,17339,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43439,'50%',1,0,17339,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43440,'75%',1,0,17339,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43441,'100%',1,0,17339,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43442,'0%',0,0,17341,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43443,'25%',1,0,17341,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43444,'50%',1,0,17341,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43445,'75%',1,0,17341,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43446,'100%',1,0,17341,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43447,'0%',0,0,17342,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43448,'25%',2,0,17342,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43449,'50%',2,0,17342,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43450,'75%',2,0,17342,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43451,'100%',2,0,17342,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43452,'0%',0,0,17343,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43453,'25%',1,0,17343,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43454,'50%',1,0,17343,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43455,'75%',1,0,17343,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43456,'100%',1,0,17343,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43457,'Solid concrete all levels',0,0,17344,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43458,'Timber joists all levels',3,0,17344,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43459,'Concrete lowest floor – Timber above higher levels',3,0,17344,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43460,'Other',20,0,17344,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43461,'100%',1,0,17344,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43462,'Yes',1,0,17347,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43463,'No',6,0,17347,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43464,'Yes',2,0,17349,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43465,'No',8,0,17349,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43466,'Yes',1,0,17351,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43467,'No',6,0,17351,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43468,'Yes',1,0,17353,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43469,'No',6,0,17353,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43470,'Yes',1,0,17355,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43471,'No',6,0,17355,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43472,'Yes',1,0,17359,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43473,'No',3,0,17359,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43474,'Yes',1,0,17361,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43475,'No',3,0,17361,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43476,'Yes',1,0,17363,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43477,'No',3,0,17363,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43478,'Very Good',1,0,17365,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43479,'Good',1,0,17365,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43480,'Fair',1,0,17365,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43481,'Poor',2,0,17365,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43482,'Very Poor',2,0,17365,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(43483,'Director',0,0,17372,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43484,'Owner Landlord',0,0,17372,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43485,'Site Maitenance',0,0,17372,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43486,'Estate Agent',0,0,17372,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43487,'Letting Agent',0,0,17372,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43488,'Other',0,0,17372,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43489,'Property Agent',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43490,'Owner Landlord',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43491,'Site Manager',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43492,'Property Manager',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43493,'Construction Manager',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43494,'Fire Warden',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43495,'Director',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43496,'CEO',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43497,'Other',0,0,17373,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43498,'A Property Within Building Block',0,0,17374,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43499,'All Of The Property',0,0,17374,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43500,'Communal Areas Only',0,0,17374,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43501,'House',0,0,17374,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43502,'Flat',0,0,17374,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43503,'Other',0,0,17374,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43504,'Nebosh',0,0,17381,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43505,'Level 2 Fire Risk Assessor',0,0,17381,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43506,'Competant Person',0,0,17381,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43507,'Fan Heaters',4,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43508,'Electric Heaters',4,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43509,'Gas Heater',5,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43510,'Other Boilers',2,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43511,'Electrical Equipment',3,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43512,'Electrical Leads',3,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43513,'Portable Equipment',3,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43514,'Portable Lighting',2,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43515,'Cooking kitchen Equipment',6,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43516,'Other',20,0,17382,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43517,'Wood/Paper/Cardboard etc',3,0,17384,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43518,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,17384,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43519,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,17384,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43520,'Waste Material Controlled -in locked wheely bin or store',2,0,17384,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43521,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,17384,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43522,'Other',20,0,17384,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43523,'Yes',0,0,17387,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43524,'No',2,0,17387,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43525,'Other',20,0,17387,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43526,'N/A',0,0,17387,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43527,'Yes',0,0,17388,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43528,'No',2,0,17388,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43529,'Other',20,0,17388,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43530,'N/A',0,0,17388,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43531,'Yes',0,0,17389,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43532,'No',2,0,17389,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43533,'Other',20,0,17389,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43534,'N/A',0,0,17389,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43535,'Yes',0,0,17391,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43536,'No',2,0,17391,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43537,'Other',20,0,17391,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43538,'N/A',0,0,17391,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43539,'Yes',0,0,17393,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43540,'No',2,0,17393,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43541,'Other',20,0,17393,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43542,'N/A',0,0,17393,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43543,'Yes',0,0,17394,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43544,'No',2,0,17394,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43545,'Other',20,0,17394,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43546,'N/A',0,0,17394,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43547,'Yes',0,0,17395,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43548,'No',3,0,17395,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43549,'Other',20,0,17395,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43550,'N/A',0,0,17395,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43551,'Yes',0,0,17397,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43552,'No',3,0,17397,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43553,'Other',20,0,17397,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43554,'N/A',0,0,17397,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43555,'Yes',0,0,17398,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43556,'No',4,0,17398,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43557,'No Disabled',0,0,17398,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43558,'Other',20,0,17398,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43559,'N/A',0,0,17398,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43560,'Yes',0,0,17399,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43561,'No',4,0,17399,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43562,'Other',20,0,17399,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43563,'N/A',0,0,17399,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43564,'Yes',0,0,17400,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43565,'No',3,0,17400,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43566,'Other',20,0,17400,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43567,'N/A',0,0,17400,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43568,'Yes',0,0,17401,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43569,'No',4,0,17401,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43570,'Other',20,0,17401,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43571,'N/A',0,0,17401,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43572,'Yes',0,0,17402,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43573,'No',4,0,17402,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43574,'Other',20,0,17402,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43575,'N/A',0,0,17402,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43576,'Yes',0,0,17403,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43577,'No',5,0,17403,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43578,'Other',20,0,17403,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43579,'N/A',0,0,17403,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43580,'Yes',0,0,17404,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43581,'Yes',3,0,17404,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43582,'No',6,0,17404,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43583,'Other',20,0,17404,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43584,'N/A',0,0,17404,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43585,'Yes',0,0,17405,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43586,'No',5,0,17405,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43587,'Other',20,0,17405,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43588,'N/A',0,0,17405,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43589,'Yes',0,0,17408,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43590,'No 1',7,0,17408,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43591,'No 2',7,0,17408,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43592,'Other',20,0,17408,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43593,'N/A',0,0,17408,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43594,'Yes',0,0,17410,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43595,'No 1',5,0,17410,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43596,'No 2',5,0,17410,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43597,'Yes',0,0,17411,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43598,'Option',5,0,17411,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43599,'No',8,0,17411,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43600,'N/A',0,0,17411,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43601,'Other',20,0,17411,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43602,'Yes 1',1,0,17413,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43603,'Yes 2',0,0,17413,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43604,'No',7,0,17413,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43605,'N/A',0,0,17413,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43606,'Other',20,0,17413,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43607,'Yes',0,0,17414,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43608,'No',8,0,17414,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43609,'Other',20,0,17414,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43610,'N/A',0,0,17414,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(43611,'Yes',0,0,17415,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43612,'No',8,0,17415,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43613,'Other',20,0,17415,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43614,'N/A',0,0,17415,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43615,'Yes',0,0,17416,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43616,'No',8,0,17416,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43617,'Other',20,0,17416,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43618,'N/A',0,0,17416,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43619,'Yes',0,0,17418,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43620,'No',8,0,17418,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43621,'Other',20,0,17418,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43622,'N/A',0,0,17418,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43623,'Yes',0,0,17419,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43624,'No',6,0,17419,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43625,'Other',20,0,17419,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43626,'N/A',0,0,17419,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43627,'Yes',0,0,17421,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43628,'Yes',2,0,17421,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43629,'No',5,0,17421,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43630,'N/A',0,0,17421,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43631,'Other',20,0,17421,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43632,'Yes',0,0,17423,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43633,'Yes',2,0,17423,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43634,'No',5,0,17423,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43635,'N/A',0,0,17423,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43636,'Other',20,0,17423,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43637,'Yes',0,0,17425,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43638,'No',4,0,17425,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43639,'N/A',0,0,17425,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43640,'Other',20,0,17425,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43641,'Yes',0,0,17427,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43642,'No',5,0,17427,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43643,'N/A',0,0,17427,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43644,'Other',20,0,17427,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43645,'Yes',0,0,17429,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43646,'No',4,0,17429,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43647,'N/A',0,0,17429,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43648,'Other',20,0,17429,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43649,'Yes',0,0,17431,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43650,'No',5,0,17431,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43651,'N/A',0,0,17431,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43652,'Other',20,0,17431,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43653,'Yes',0,0,17433,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43654,'No',5,0,17433,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43655,'N/A',0,0,17433,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43656,'Other',20,0,17433,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43657,'Yes',0,0,17435,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43658,'No',7,0,17435,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43659,'N/A',0,0,17435,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43660,'Other',20,0,17435,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43661,'Yes',2,0,17436,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43662,'No',6,0,17436,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43663,'No',0,0,17436,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43664,'N/A',0,0,17436,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43665,'Yes',0,0,17437,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43666,'No',4,0,17437,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43667,'No',7,0,17437,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43668,'N/A',0,0,17437,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43669,'Other',20,0,17437,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43670,'Yes',0,0,17438,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43671,'No',6,0,17438,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43672,'NA',0,0,17438,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43673,'Other',20,0,17438,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43674,'Yes',0,0,17439,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43675,'Yes',0,0,17439,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43676,'NA',0,0,17439,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43677,'Other',20,0,17439,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43678,'Yes',1,0,17440,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43679,'No',0,0,17440,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43680,'Other',20,0,17440,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43681,'Yes',0,0,17441,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43682,'No',9,0,17441,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43683,'NA',0,0,17441,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43684,'Other',20,0,17441,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43685,'Yes',0,0,17442,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43686,'No',7,0,17442,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43687,'NA',0,0,17442,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43688,'Other',20,0,17442,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43689,'Yes',0,0,17443,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43690,'No',6,0,17443,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43691,'NA',0,0,17443,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43692,'Other',20,0,17443,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43693,'Yes',0,0,17444,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43694,'No',6,0,17444,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43695,'NA',0,0,17444,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43696,'Other',20,0,17444,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43697,'Yes',0,0,17445,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43698,'No',8,0,17445,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43699,'NA',0,0,17445,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43700,'Other',20,0,17445,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43701,'Yes',3,0,17446,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43702,'Yes',4,0,17446,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43703,'Yes',5,0,17446,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43704,'Other',20,0,17446,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43705,'Yes',1,0,17447,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43706,'Yes',0,0,17447,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43707,'No',5,0,17447,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43708,'Other',20,0,17447,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43709,'Yes',0,0,17448,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43710,'No',5,0,17448,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43711,'NA',5,0,17448,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43712,'Other',20,0,17448,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43713,'Yes',0,0,17449,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43714,'No',5,0,17449,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43715,'N/A',0,0,17449,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43716,'Other',20,0,17449,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43717,'Yes',0,0,17450,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43718,'No',5,0,17450,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43719,'Other',20,0,17450,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43720,'N/A',0,0,17450,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43721,'Yes',0,0,17451,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43722,'No',5,0,17451,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43723,'NA',0,0,17451,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43724,'Other',20,0,17451,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43725,'Yes',0,0,17452,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43726,'No',5,0,17452,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43727,'NA',0,0,17452,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43728,'Other',20,0,17452,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43729,'Yes',0,0,17453,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43730,'No',5,0,17453,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43731,'NA',0,0,17453,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43732,'Other',20,0,17453,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43733,'Yes',0,0,17454,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43734,'Yes',0,0,17454,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43735,'No',5,0,17454,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43736,'N/A',0,0,17454,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43737,'Other',20,0,17454,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43738,'Yes',0,0,17455,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43739,'No',5,0,17455,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43740,'Other',20,0,17455,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43741,'N/A',0,0,17455,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43742,'Detached',1,0,17456,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43743,'Semi Detached',2,0,17456,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43744,'Terraced',3,0,17456,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43745,'Linked-Detached',1,0,17456,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43746,'Other',20,0,17456,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43747,'House',1,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43748,'Bungalow',1,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43749,'Block of Flats - Studios up to 6 Floor Levels',3,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43750,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43751,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43752,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43753,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43754,'Underground Property',1,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43755,'Factory/ Warehouse',3,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43756,'Garage/ Workshop',3,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43757,'Retail Shop',2,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43758,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43759,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43760,'Other',20,0,17457,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43761,'1-5',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43762,'5-10',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43763,'10-15',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43764,'15-20',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43765,'20-25',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43766,'25-30',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43767,'30-35',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43768,'35-40',0,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43769,'Other',20,0,17458,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43770,'1',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43771,'2',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43772,'3',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43773,'4',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43774,'5',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43775,'6',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43776,'7',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43777,'8',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43778,'9',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43779,'10',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43780,'11',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43781,'12',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43782,'13',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43783,'14',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43784,'15',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43785,'16',1,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43786,'N/A',0,0,17461,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43787,'1',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43788,'2',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43789,'3',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43790,'4',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43791,'5',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43792,'6',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43793,'7',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43794,'8',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43795,'9',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43796,'10',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43797,'11',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43798,'12',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43799,'13',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43800,'14',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43801,'15',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43802,'16',2,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43803,'N/A',0,0,17462,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43804,'Yes',1,0,17464,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43805,'No',3,0,17464,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43806,'Unknown',3,0,17464,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43807,'Stone',0,0,17464,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43808,'Other',20,0,17464,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43809,'Yes',1,0,17465,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43810,'No',5,0,17465,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43811,'Unknown',5,0,17465,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43812,'Stone',0,0,17465,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43813,'Other',20,0,17465,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43814,'No',5,0,17466,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43815,'Unknown',5,0,17466,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43816,'Stone',0,0,17466,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43817,'Other',20,0,17466,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43818,'Wood',2,0,17467,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43819,'Plastics',1,0,17467,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43820,'Aluminium',0,0,17467,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43821,'Stone',0,0,17467,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43822,'Other',20,0,17467,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43823,'0%',0,0,17468,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43824,'25%',0,0,17468,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43825,'50%',0,0,17468,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43826,'75%',0,0,17468,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43827,'100%',0,0,17468,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43828,'0%',0,0,17470,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43829,'25%',1,0,17470,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43830,'50%',1,0,17470,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43831,'75%',1,0,17470,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43832,'100%',1,0,17470,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43833,'0%',0,0,17471,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43834,'25%',0,0,17471,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43835,'50%',0,0,17471,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43836,'75%',0,0,17471,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43837,'100%',0,0,17471,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43838,'0%',0,0,17472,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43839,'25%',3,0,17472,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43840,'50%',3,0,17472,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43841,'75%',3,0,17472,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43842,'100%',3,0,17472,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43843,'0%',0,0,17473,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43844,'25%',1,0,17473,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43845,'50%',1,0,17473,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43846,'75%',1,0,17473,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43847,'100%',1,0,17473,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43848,'0%',0,0,17474,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43849,'25%',5,0,17474,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43850,'50%',5,0,17474,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43851,'75%',5,0,17474,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43852,'100%',5,0,17474,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43853,'0%',0,0,17475,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43854,'25%',5,0,17475,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43855,'50%',5,0,17475,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43856,'75%',5,0,17475,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43857,'100%',5,0,17475,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43858,'0%',0,0,17476,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43859,'25%',1,0,17476,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43860,'50%',1,0,17476,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43861,'75%',1,0,17476,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43862,'100%',1,0,17476,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43863,'Other',20,0,17477,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43864,'25%',1,0,17477,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43865,'50%',1,0,17477,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43866,'75%',1,0,17477,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43867,'100%',1,0,17477,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43868,'0%',0,0,17479,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43869,'25%',1,0,17479,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43870,'50%',1,0,17479,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43871,'75%',1,0,17479,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43872,'100%',1,0,17479,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43873,'0%',0,0,17480,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43874,'25%',2,0,17480,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43875,'50%',2,0,17480,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43876,'75%',2,0,17480,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43877,'100%',2,0,17480,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43878,'0%',0,0,17481,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43879,'25%',1,0,17481,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43880,'50%',1,0,17481,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43881,'75%',1,0,17481,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43882,'100%',1,0,17481,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43883,'Solid concrete all levels',0,0,17482,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43884,'Timber joists all levels',3,0,17482,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43885,'Concrete lowest floor – Timber above higher levels',3,0,17482,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43886,'Other',20,0,17482,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43887,'Yes',1,0,17485,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43888,'No',6,0,17485,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43889,'Yes',2,0,17487,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43890,'No',8,0,17487,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43891,'Yes',1,0,17489,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43892,'No',6,0,17489,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43893,'Yes',1,0,17491,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43894,'No',6,0,17491,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43895,'Yes',1,0,17493,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43896,'No',6,0,17493,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43897,'Yes',1,0,17497,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43898,'No',3,0,17497,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43899,'Yes',1,0,17499,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43900,'No',3,0,17499,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43901,'Yes',1,0,17501,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43902,'No',3,0,17501,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43903,'Very Good',1,0,17503,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43904,'Good',1,0,17503,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43905,'Fair',1,0,17503,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43906,'Poor',2,0,17503,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43907,'Very Poor',2,0,17503,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(43908,'Choice 1',10,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43909,'Choice 2',9,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43910,'Choice 3',8,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43911,'Choice 4',7,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43912,'Choice 5',6,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43913,'Choice 6',5,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43914,'Choice 7',4,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43915,'Choice 8',3,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43916,'Choice 9',2,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43917,'Choice 10',1,0,17505,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43918,'Choice 1',10,0,17510,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43919,'Choice 2',9,0,17510,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43920,'Choice 3',8,0,17510,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43921,'Choice 1',10,0,17511,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43922,'Choice 2',9,0,17511,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43923,'Choice 3',8,0,17511,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43924,'Choice 4',7,0,17511,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43925,'Choice 1',10,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43926,'Choice 2',9,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43927,'Choice 3',8,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43928,'Choice 4',7,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43929,'Choice 5',6,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43930,'Choice 6',5,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43931,'Choice 7',4,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43932,'Choice 8',3,0,17516,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43933,'Choice 1',10,0,17517,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43934,'Choice 2',9,0,17517,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43935,'Choice 3',8,0,17517,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43936,'Choice 4',7,0,17517,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43937,'Choice 5',6,0,17517,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43938,'Choice 6',5,0,17517,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43939,'Choice 1',10,0,17521,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43940,'Choice 2',9,0,17521,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43941,'Choice 3',8,0,17521,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43942,'Choice 4',7,0,17521,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43943,'Choice 5',6,0,17521,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43944,'Choice 1',10,0,17524,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43945,'Choice 2',9,0,17524,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43946,'Choice 3',8,0,17524,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43947,'Choice 4',7,0,17524,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43948,'Choice 1',10,0,17527,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43949,'Choice 2',9,0,17527,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43950,'Choice 3',8,0,17527,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43951,'Choice 4',7,0,17527,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43952,'Choice 5',6,0,17527,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43953,'Choice 1',10,0,17529,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43954,'Choice 2',9,0,17529,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43955,'Choice 3',8,0,17529,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43956,'Choice 1',10,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43957,'Choice 2',9,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43958,'Choice 3',8,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43959,'Choice 4',7,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43960,'Choice 5',6,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43961,'Choice 6',5,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43962,'Choice 7',4,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43963,'Choice 8',3,0,17534,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43964,'Choice 1',10,0,17538,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43965,'Choice 2',9,0,17538,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43966,'Choice 3',8,0,17538,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43967,'Choice 4',7,0,17538,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43968,'Choice 1',10,0,17540,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43969,'Choice 2',9,0,17540,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43970,'Choice 3',8,0,17540,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43971,'Choice 4',7,0,17540,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43972,'Choice 5',6,0,17540,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43973,'Choice 6',5,0,17540,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43974,'Choice 1',10,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43975,'Choice 2',9,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43976,'Choice 3',8,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43977,'Choice 4',7,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43978,'Choice 5',6,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43979,'Choice 6',5,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43980,'Choice 7',4,0,17541,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43981,'Choice 1',10,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43982,'Choice 2',9,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43983,'Choice 3',8,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43984,'Choice 4',7,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43985,'Choice 5',6,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43986,'Choice 6',5,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43987,'Choice 7',4,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43988,'Choice 8',3,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43989,'Choice 9',2,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43990,'Choice 10',1,0,17542,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43991,'Choice 1',10,0,17545,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43992,'Choice 2',9,0,17545,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43993,'Choice 3',8,0,17545,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43994,'Choice 1',10,0,17547,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43995,'Choice 2',9,0,17547,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43996,'Choice 3',8,0,17547,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43997,'Choice 1',10,0,17555,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43998,'Choice 2',9,0,17555,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(43999,'Choice 3',8,0,17555,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44000,'Choice 4',7,0,17555,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44001,'Choice 1',10,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44002,'Choice 2',9,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44003,'Choice 3',8,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44004,'Choice 4',7,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44005,'Choice 5',6,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44006,'Choice 6',5,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44007,'Choice 7',4,0,17559,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44008,'Choice 1',10,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44009,'Choice 2',9,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44010,'Choice 3',8,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44011,'Choice 4',7,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44012,'Choice 5',6,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44013,'Choice 6',5,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44014,'Choice 7',4,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44015,'Choice 8',3,0,17561,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44016,'Choice 1',10,0,17564,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44017,'Choice 2',9,0,17564,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44018,'Choice 3',8,0,17564,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44019,'Choice 4',7,0,17564,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44020,'Choice 1',10,0,17575,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44021,'Choice 2',9,0,17575,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44022,'Choice 3',8,0,17575,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44023,'Choice 1',10,0,17577,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44024,'Choice 2',9,0,17577,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44025,'Choice 3',8,0,17577,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44026,'Choice 4',7,0,17577,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44027,'Choice 5',6,0,17577,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44028,'Choice 6',5,0,17577,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44029,'Choice 1',10,0,17581,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44030,'Choice 2',9,0,17581,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44031,'Choice 3',8,0,17581,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44032,'Choice 4',7,0,17581,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(44033,'Director',0,0,17592,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44034,'Owner Landlord',0,0,17592,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44035,'Site Maitenance',0,0,17592,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44036,'Estate Agent',0,0,17592,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44037,'Letting Agent',0,0,17592,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44038,'Other',0,0,17592,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44039,'Property Agent',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44040,'Owner Landlord',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44041,'Site Manager',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44042,'Property Manager',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44043,'Construction Manager',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44044,'Fire Warden',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44045,'Director',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44046,'CEO',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44047,'Other',0,0,17593,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44048,'A Property Within Building Block',0,0,17594,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44049,'All Of The Property',0,0,17594,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44050,'Communal Areas Only',0,0,17594,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44051,'House',0,0,17594,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44052,'Flat',0,0,17594,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44053,'Other',0,0,17594,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44054,'Nebosh',0,0,17601,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44055,'Level 2 Fire Risk Assessor',0,0,17601,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44056,'Competant Person',0,0,17601,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44057,'Fan Heaters',4,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44058,'Electric Heaters',4,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44059,'Gas Heater',5,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44060,'Other Boilers',2,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44061,'Electrical Equipment',3,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44062,'Electrical Leads',3,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44063,'Portable Equipment',3,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44064,'Portable Lighting',2,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44065,'Cooking kitchen Equipment',6,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44066,'Other',20,0,17602,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(44067,'Wood/Paper/Cardboard etc',3,0,17604,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44068,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,17604,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44069,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,17604,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44070,'Waste Material Controlled -in locked wheely bin or store',2,0,17604,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44071,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,17604,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44072,'Other',20,0,17604,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44073,'Yes',0,0,17607,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44074,'No',2,0,17607,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44075,'Other',20,0,17607,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44076,'N/A',0,0,17607,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44077,'Yes',0,0,17608,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44078,'No',2,0,17608,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44079,'Other',20,0,17608,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44080,'N/A',0,0,17608,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44081,'Yes',0,0,17609,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44082,'No',2,0,17609,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44083,'Other',20,0,17609,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44084,'N/A',0,0,17609,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44085,'Yes',0,0,17611,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44086,'No',2,0,17611,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44087,'Other',20,0,17611,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44088,'N/A',0,0,17611,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44089,'Yes',0,0,17613,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44090,'No',2,0,17613,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44091,'Other',20,0,17613,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44092,'N/A',0,0,17613,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44093,'Yes',0,0,17614,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44094,'No',2,0,17614,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44095,'Other',20,0,17614,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44096,'N/A',0,0,17614,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44097,'Yes',0,0,17615,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44098,'No',3,0,17615,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44099,'Other',20,0,17615,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44100,'N/A',0,0,17615,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44101,'Yes',0,0,17617,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44102,'No',3,0,17617,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44103,'Other',20,0,17617,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44104,'N/A',0,0,17617,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44105,'Yes',0,0,17618,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44106,'No',4,0,17618,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44107,'No Disabled',0,0,17618,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44108,'Other',20,0,17618,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44109,'N/A',0,0,17618,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44110,'Yes',0,0,17619,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44111,'No',4,0,17619,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44112,'Other',20,0,17619,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44113,'N/A',0,0,17619,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44114,'Yes',0,0,17620,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44115,'No',3,0,17620,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44116,'Other',20,0,17620,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44117,'N/A',0,0,17620,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44118,'Yes',0,0,17621,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44119,'No',4,0,17621,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44120,'Other',20,0,17621,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44121,'N/A',0,0,17621,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44122,'Yes',0,0,17622,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44123,'No',4,0,17622,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44124,'Other',20,0,17622,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44125,'N/A',0,0,17622,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44126,'Yes',0,0,17623,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44127,'No',5,0,17623,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44128,'Other',20,0,17623,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44129,'N/A',0,0,17623,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44130,'Yes',0,0,17624,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44131,'Yes',3,0,17624,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44132,'No',6,0,17624,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44133,'Other',20,0,17624,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44134,'N/A',0,0,17624,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44135,'Yes',0,0,17625,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44136,'No',5,0,17625,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44137,'Other',20,0,17625,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44138,'N/A',0,0,17625,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44139,'Yes',0,0,17627,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44140,'No 1',7,0,17627,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44141,'No 2',7,0,17627,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44142,'Other',20,0,17627,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44143,'N/A',0,0,17627,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44144,'Yes',0,0,17629,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44145,'No 1',5,0,17629,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44146,'No 2',5,0,17629,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44147,'Yes',0,0,17630,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44148,'Option',5,0,17630,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44149,'No',8,0,17630,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44150,'N/A',0,0,17630,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44151,'Other',20,0,17630,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44152,'Yes 1',1,0,17632,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44153,'Yes 2',0,0,17632,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44154,'No',7,0,17632,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44155,'N/A',0,0,17632,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44156,'Other',20,0,17632,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44157,'Yes',0,0,17634,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44158,'No',8,0,17634,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44159,'Other',20,0,17634,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44160,'N/A',0,0,17634,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44161,'Yes',0,0,17635,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44162,'No',8,0,17635,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44163,'Other',20,0,17635,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44164,'N/A',0,0,17635,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44165,'Yes',0,0,17636,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44166,'No',8,0,17636,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44167,'Other',20,0,17636,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44168,'N/A',0,0,17636,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44169,'Yes',0,0,17638,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44170,'No',8,0,17638,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44171,'Other',20,0,17638,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44172,'N/A',0,0,17638,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44173,'Yes',0,0,17639,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44174,'No',6,0,17639,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44175,'Other',20,0,17639,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44176,'N/A',0,0,17639,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44177,'Yes',0,0,17641,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44178,'Yes',2,0,17641,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44179,'No',5,0,17641,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44180,'N/A',0,0,17641,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44181,'Other',20,0,17641,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44182,'Yes',0,0,17643,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44183,'Yes',2,0,17643,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44184,'No',5,0,17643,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44185,'N/A',0,0,17643,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44186,'Other',20,0,17643,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44187,'Yes',0,0,17645,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44188,'No',4,0,17645,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44189,'N/A',0,0,17645,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44190,'Other',20,0,17645,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44191,'Yes',0,0,17647,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44192,'No',5,0,17647,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44193,'N/A',0,0,17647,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44194,'Other',20,0,17647,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44195,'Yes',0,0,17649,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44196,'No',4,0,17649,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44197,'N/A',0,0,17649,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44198,'Other',20,0,17649,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44199,'Yes',0,0,17651,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44200,'No',5,0,17651,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44201,'N/A',0,0,17651,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44202,'Other',20,0,17651,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44203,'Yes',0,0,17653,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44204,'No',5,0,17653,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44205,'N/A',0,0,17653,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44206,'Other',20,0,17653,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44207,'Yes',0,0,17655,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44208,'No',7,0,17655,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44209,'N/A',0,0,17655,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44210,'Other',20,0,17655,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44211,'Yes',2,0,17656,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44212,'No',6,0,17656,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44213,'No',0,0,17656,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44214,'N/A',0,0,17656,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44215,'Yes',0,0,17657,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44216,'No',4,0,17657,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44217,'No',7,0,17657,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44218,'N/A',0,0,17657,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44219,'Other',20,0,17657,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44220,'Yes',0,0,17658,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44221,'No',6,0,17658,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44222,'NA',0,0,17658,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44223,'Other',20,0,17658,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44224,'Yes',0,0,17659,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44225,'Yes',0,0,17659,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44226,'NA',0,0,17659,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44227,'Other',20,0,17659,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44228,'Yes',1,0,17660,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44229,'No',0,0,17660,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44230,'Other',20,0,17660,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44231,'Yes',0,0,17661,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44232,'No',9,0,17661,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44233,'NA',0,0,17661,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44234,'Other',20,0,17661,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44235,'Yes',0,0,17662,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44236,'No',7,0,17662,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44237,'NA',0,0,17662,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44238,'Other',20,0,17662,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44239,'Yes',0,0,17663,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44240,'No',6,0,17663,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44241,'NA',0,0,17663,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44242,'Other',20,0,17663,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44243,'Yes',0,0,17664,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44244,'No',6,0,17664,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44245,'NA',0,0,17664,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44246,'Other',20,0,17664,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44247,'Yes',0,0,17665,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44248,'No',8,0,17665,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44249,'NA',0,0,17665,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44250,'Other',20,0,17665,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44251,'Yes',3,0,17666,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44252,'Yes',4,0,17666,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44253,'Yes',5,0,17666,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44254,'Other',20,0,17666,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44255,'Yes',1,0,17667,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44256,'Yes',0,0,17667,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44257,'No',5,0,17667,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44258,'Other',20,0,17667,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44259,'Yes',0,0,17668,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44260,'No',5,0,17668,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44261,'NA',5,0,17668,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44262,'Other',20,0,17668,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44263,'Yes',0,0,17669,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44264,'No',5,0,17669,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44265,'N/A',0,0,17669,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44266,'Other',20,0,17669,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44267,'Yes',0,0,17670,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44268,'No',5,0,17670,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44269,'Other',20,0,17670,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44270,'N/A',0,0,17670,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44271,'Yes',0,0,17671,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44272,'No',5,0,17671,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44273,'NA',0,0,17671,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44274,'Other',20,0,17671,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44275,'Yes',0,0,17672,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44276,'No',5,0,17672,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44277,'NA',0,0,17672,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44278,'Other',20,0,17672,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44279,'Yes',0,0,17673,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44280,'No',5,0,17673,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44281,'NA',0,0,17673,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44282,'Other',20,0,17673,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44283,'Yes',0,0,17674,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44284,'No',5,0,17674,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44285,'Other',20,0,17674,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44286,'N/A',0,0,17674,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44287,'Yes',0,0,17675,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44288,'Yes',0,0,17675,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44289,'No',5,0,17675,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44290,'N/A',0,0,17675,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44291,'Other',20,0,17675,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44292,'Detached',1,0,17676,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44293,'Semi Detached',2,0,17676,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44294,'Terraced',3,0,17676,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44295,'Linked-Detached',1,0,17676,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44296,'Other',20,0,17676,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44297,'House',1,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44298,'Bungalow',1,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44299,'Block of Flats - Studios up to 6 Floor Levels',3,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44300,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44301,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44302,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44303,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44304,'Underground Property',1,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44305,'Factory/ Warehouse',3,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44306,'Garage/ Workshop',3,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44307,'Retail Shop',2,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44308,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44309,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44310,'Other',20,0,17677,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44311,'1-5',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44312,'5-10',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44313,'10-15',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44314,'15-20',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44315,'20-25',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44316,'25-30',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44317,'30-35',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44318,'35-40',0,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44319,'Other',20,0,17678,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44320,'1',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44321,'2',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44322,'3',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44323,'4',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44324,'5',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44325,'6',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44326,'7',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44327,'8',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44328,'9',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44329,'10',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44330,'11',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44331,'12',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44332,'13',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44333,'14',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44334,'15',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44335,'16',1,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44336,'N/A',0,0,17681,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44337,'1',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44338,'2',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44339,'3',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44340,'4',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44341,'5',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44342,'6',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44343,'7',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44344,'8',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44345,'9',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44346,'10',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44347,'11',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44348,'12',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44349,'13',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44350,'14',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44351,'15',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44352,'16',2,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44353,'N/A',0,0,17682,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44354,'Yes',1,0,17684,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44355,'No',3,0,17684,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44356,'Unknown',3,0,17684,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44357,'Stone',0,0,17684,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44358,'Other',20,0,17684,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44359,'Yes',1,0,17685,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44360,'No',5,0,17685,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44361,'Unknown',5,0,17685,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44362,'Stone',0,0,17685,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44363,'Other',20,0,17685,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44364,'No',5,0,17686,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44365,'Unknown',5,0,17686,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44366,'Stone',0,0,17686,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44367,'Other',20,0,17686,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44368,'Wood',2,0,17687,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44369,'Plastics',1,0,17687,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44370,'Aluminium',0,0,17687,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44371,'Stone',0,0,17687,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44372,'Other',20,0,17687,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44373,'0%',0,0,17688,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44374,'25%',0,0,17688,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44375,'50%',0,0,17688,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44376,'75%',0,0,17688,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44377,'100%',0,0,17688,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44378,'0%',0,0,17690,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44379,'25%',1,0,17690,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44380,'50%',1,0,17690,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44381,'75%',1,0,17690,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44382,'100%',1,0,17690,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44383,'0%',0,0,17691,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44384,'25%',0,0,17691,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44385,'50%',0,0,17691,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44386,'75%',0,0,17691,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44387,'100%',0,0,17691,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44388,'0%',0,0,17692,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44389,'25%',3,0,17692,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44390,'50%',3,0,17692,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44391,'75%',3,0,17692,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44392,'100%',3,0,17692,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44393,'0%',0,0,17693,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44394,'25%',1,0,17693,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44395,'50%',1,0,17693,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44396,'75%',1,0,17693,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44397,'100%',1,0,17693,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44398,'0%',0,0,17694,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44399,'25%',5,0,17694,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44400,'50%',5,0,17694,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44401,'75%',5,0,17694,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44402,'100%',5,0,17694,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44403,'0%',0,0,17695,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44404,'25%',5,0,17695,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44405,'50%',5,0,17695,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44406,'75%',5,0,17695,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44407,'100%',5,0,17695,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44408,'0%',0,0,17696,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44409,'25%',1,0,17696,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44410,'50%',1,0,17696,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44411,'75%',1,0,17696,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44412,'100%',1,0,17696,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44413,'Other',20,0,17697,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44414,'25%',1,0,17697,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44415,'50%',1,0,17697,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44416,'75%',1,0,17697,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44417,'100%',1,0,17697,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44418,'0%',0,0,17699,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44419,'25%',1,0,17699,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44420,'50%',1,0,17699,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44421,'75%',1,0,17699,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44422,'100%',1,0,17699,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44423,'0%',0,0,17700,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44424,'25%',2,0,17700,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44425,'50%',2,0,17700,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44426,'75%',2,0,17700,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44427,'100%',2,0,17700,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44428,'0%',0,0,17701,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44429,'25%',1,0,17701,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44430,'50%',1,0,17701,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44431,'75%',1,0,17701,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44432,'100%',1,0,17701,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44433,'Solid concrete all levels',0,0,17702,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44434,'Timber joists all levels',3,0,17702,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44435,'Concrete lowest floor – Timber above higher levels',3,0,17702,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44436,'Other',20,0,17702,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44437,'Yes',1,0,17705,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44438,'No',6,0,17705,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44439,'Yes',2,0,17707,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44440,'No',8,0,17707,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44441,'Yes',1,0,17709,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44442,'No',6,0,17709,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44443,'Yes',1,0,17711,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44444,'No',6,0,17711,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44445,'Yes',1,0,17713,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44446,'No',6,0,17713,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44447,'Yes',1,0,17717,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44448,'No',3,0,17717,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44449,'Yes',1,0,17719,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44450,'No',3,0,17719,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44451,'Yes',1,0,17721,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44452,'No',3,0,17721,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44453,'Very Good',1,0,17723,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44454,'Good',1,0,17723,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44455,'Fair',1,0,17723,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44456,'Poor',2,0,17723,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44457,'Very Poor',2,0,17723,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(44458,'Director',0,0,17730,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44459,'Owner Landlord',0,0,17730,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44460,'Site Maitenance',0,0,17730,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44461,'Estate Agent',0,0,17730,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44462,'Letting Agent',0,0,17730,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44463,'Other',0,0,17730,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44464,'Property Agent',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44465,'Owner Landlord',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44466,'Site Manager',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44467,'Property Manager',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44468,'Construction Manager',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44469,'Fire Warden',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44470,'Director',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44471,'CEO',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44472,'Other',0,0,17731,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(44473,'A Property Within Building Block',0,0,17732,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44474,'All Of The Property',0,0,17732,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44475,'Communal Areas Only',0,0,17732,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44476,'House',0,0,17732,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44477,'Flat',0,0,17732,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44478,'Other',0,0,17732,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44479,'Nebosh',0,0,17739,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44480,'Level 2 Fire Risk Assessor',0,0,17739,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44481,'Competant Person',0,0,17739,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44482,'Fan Heaters',4,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44483,'Electric Heaters',4,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44484,'Gas Heater',5,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44485,'Other Boilers',2,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44486,'Electrical Equipment',3,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44487,'Electrical Leads',3,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44488,'Portable Equipment',3,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44489,'Portable Lighting',2,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44490,'Cooking kitchen Equipment',6,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44491,'Other',20,0,17740,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44492,'Wood/Paper/Cardboard etc',3,0,17742,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44493,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,17742,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44494,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,17742,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44495,'Waste Material Controlled -in locked wheely bin or store',2,0,17742,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44496,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,17742,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44497,'Other',20,0,17742,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44498,'Yes',0,0,17745,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44499,'No',2,0,17745,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44500,'Other',20,0,17745,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44501,'N/A',0,0,17745,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44502,'Yes',0,0,17746,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44503,'No',2,0,17746,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44504,'Other',20,0,17746,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44505,'N/A',0,0,17746,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44506,'Yes',0,0,17747,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44507,'No',2,0,17747,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44508,'Other',20,0,17747,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44509,'N/A',0,0,17747,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44510,'Yes',0,0,17749,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44511,'No',2,0,17749,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44512,'Other',20,0,17749,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44513,'N/A',0,0,17749,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44514,'Yes',0,0,17751,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44515,'No',2,0,17751,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44516,'Other',20,0,17751,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44517,'N/A',0,0,17751,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44518,'Yes',0,0,17752,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44519,'No',2,0,17752,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44520,'Other',20,0,17752,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44521,'N/A',0,0,17752,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44522,'Yes',0,0,17753,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44523,'No',3,0,17753,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44524,'Other',20,0,17753,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44525,'N/A',0,0,17753,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44526,'Yes',0,0,17755,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44527,'No',3,0,17755,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44528,'Other',20,0,17755,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44529,'N/A',0,0,17755,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44530,'Yes',0,0,17756,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44531,'No',4,0,17756,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44532,'No Disabled',0,0,17756,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44533,'Other',20,0,17756,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44534,'N/A',0,0,17756,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44535,'Yes',0,0,17757,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44536,'No',4,0,17757,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44537,'Other',20,0,17757,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44538,'N/A',0,0,17757,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44539,'Yes',0,0,17758,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44540,'No',3,0,17758,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44541,'Other',20,0,17758,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44542,'N/A',0,0,17758,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44543,'Yes',0,0,17759,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44544,'No',4,0,17759,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44545,'Other',20,0,17759,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44546,'N/A',0,0,17759,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44547,'Yes',0,0,17760,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44548,'No',4,0,17760,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44549,'Other',20,0,17760,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44550,'N/A',0,0,17760,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44551,'Yes',0,0,17761,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44552,'No',5,0,17761,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44553,'Other',20,0,17761,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44554,'N/A',0,0,17761,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44555,'Yes',0,0,17762,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44556,'Yes',3,0,17762,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44557,'No',6,0,17762,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44558,'Other',20,0,17762,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44559,'N/A',0,0,17762,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44560,'Yes',0,0,17763,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44561,'No',5,0,17763,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44562,'Other',20,0,17763,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44563,'N/A',0,0,17763,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44564,'Yes',0,0,17765,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44565,'No 1',7,0,17765,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44566,'No 2',7,0,17765,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44567,'Other',20,0,17765,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44568,'N/A',0,0,17765,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44569,'Yes',0,0,17767,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44570,'No 1',5,0,17767,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44571,'No 2',5,0,17767,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44572,'Yes',0,0,17768,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44573,'Option',5,0,17768,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44574,'No',8,0,17768,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44575,'N/A',0,0,17768,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44576,'Other',20,0,17768,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44577,'Yes 1',1,0,17770,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44578,'Yes 2',0,0,17770,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44579,'No',7,0,17770,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44580,'N/A',0,0,17770,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44581,'Other',20,0,17770,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44582,'Yes',0,0,17772,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44583,'No',8,0,17772,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44584,'Other',20,0,17772,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44585,'N/A',0,0,17772,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44586,'Yes',0,0,17773,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44587,'No',8,0,17773,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44588,'Other',20,0,17773,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44589,'N/A',0,0,17773,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44590,'Yes',0,0,17774,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44591,'No',8,0,17774,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44592,'Other',20,0,17774,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44593,'N/A',0,0,17774,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44594,'Yes',0,0,17776,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44595,'No',8,0,17776,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44596,'Other',20,0,17776,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44597,'N/A',0,0,17776,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44598,'Yes',0,0,17777,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44599,'No',6,0,17777,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44600,'Other',20,0,17777,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44601,'N/A',0,0,17777,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44602,'Yes',0,0,17779,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44603,'Yes',2,0,17779,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44604,'No',5,0,17779,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44605,'N/A',0,0,17779,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44606,'Other',20,0,17779,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44607,'Yes',0,0,17781,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44608,'Yes',2,0,17781,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44609,'No',5,0,17781,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44610,'N/A',0,0,17781,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44611,'Other',20,0,17781,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44612,'Yes',0,0,17783,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44613,'No',4,0,17783,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44614,'N/A',0,0,17783,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44615,'Other',20,0,17783,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44616,'Yes',0,0,17785,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44617,'No',5,0,17785,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44618,'N/A',0,0,17785,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44619,'Other',20,0,17785,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44620,'Yes',0,0,17787,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44621,'No',4,0,17787,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44622,'N/A',0,0,17787,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44623,'Other',20,0,17787,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44624,'Yes',0,0,17789,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44625,'No',5,0,17789,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44626,'N/A',0,0,17789,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44627,'Other',20,0,17789,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44628,'Yes',0,0,17791,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44629,'No',5,0,17791,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44630,'N/A',0,0,17791,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44631,'Other',20,0,17791,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44632,'Yes',0,0,17793,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44633,'No',7,0,17793,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44634,'N/A',0,0,17793,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44635,'Other',20,0,17793,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44636,'Yes',2,0,17794,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44637,'No',6,0,17794,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44638,'No',0,0,17794,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44639,'N/A',0,0,17794,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44640,'Yes',0,0,17795,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44641,'No',4,0,17795,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44642,'No',7,0,17795,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44643,'N/A',0,0,17795,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44644,'Other',20,0,17795,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44645,'Yes',0,0,17796,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44646,'No',6,0,17796,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44647,'NA',0,0,17796,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44648,'Other',20,0,17796,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44649,'Yes',0,0,17797,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44650,'Yes',0,0,17797,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44651,'NA',0,0,17797,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44652,'Other',20,0,17797,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44653,'Yes',1,0,17798,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44654,'No',0,0,17798,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44655,'Other',20,0,17798,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44656,'Yes',0,0,17799,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44657,'No',9,0,17799,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44658,'NA',0,0,17799,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44659,'Other',20,0,17799,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44660,'Yes',0,0,17800,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44661,'No',7,0,17800,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44662,'NA',0,0,17800,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44663,'Other',20,0,17800,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44664,'Yes',0,0,17801,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44665,'No',6,0,17801,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44666,'NA',0,0,17801,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44667,'Other',20,0,17801,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44668,'Yes',0,0,17802,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44669,'No',6,0,17802,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44670,'NA',0,0,17802,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44671,'Other',20,0,17802,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44672,'Yes',0,0,17803,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44673,'No',8,0,17803,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44674,'NA',0,0,17803,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44675,'Other',20,0,17803,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44676,'Yes',3,0,17804,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44677,'Yes',4,0,17804,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44678,'Yes',5,0,17804,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44679,'Other',20,0,17804,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44680,'Yes',1,0,17805,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44681,'Yes',0,0,17805,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44682,'No',5,0,17805,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44683,'Other',20,0,17805,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44684,'Yes',0,0,17806,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44685,'No',5,0,17806,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44686,'NA',5,0,17806,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44687,'Other',20,0,17806,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44688,'Yes',0,0,17807,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44689,'No',5,0,17807,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44690,'N/A',0,0,17807,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44691,'Other',20,0,17807,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44692,'Yes',0,0,17808,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44693,'No',5,0,17808,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44694,'Other',20,0,17808,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44695,'N/A',0,0,17808,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44696,'Yes',0,0,17809,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44697,'No',5,0,17809,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44698,'NA',0,0,17809,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44699,'Other',20,0,17809,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44700,'Yes',0,0,17810,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44701,'No',5,0,17810,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44702,'NA',0,0,17810,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44703,'Other',20,0,17810,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44704,'Yes',0,0,17811,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44705,'No',5,0,17811,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44706,'NA',0,0,17811,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44707,'Other',20,0,17811,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44708,'Yes',0,0,17812,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44709,'No',5,0,17812,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44710,'Other',20,0,17812,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44711,'N/A',0,0,17812,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44712,'Yes',0,0,17813,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44713,'Yes',0,0,17813,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44714,'No',5,0,17813,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44715,'N/A',0,0,17813,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44716,'Other',20,0,17813,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44717,'Detached',1,0,17814,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44718,'Semi Detached',2,0,17814,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44719,'Terraced',3,0,17814,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44720,'Linked-Detached',1,0,17814,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44721,'Other',20,0,17814,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44722,'House',1,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44723,'Bungalow',1,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44724,'Block of Flats - Studios up to 6 Floor Levels',3,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44725,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44726,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44727,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44728,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44729,'Underground Property',1,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44730,'Factory/ Warehouse',3,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44731,'Garage/ Workshop',3,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44732,'Retail Shop',2,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44733,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44734,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44735,'Other',20,0,17815,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44736,'1-5',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44737,'5-10',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44738,'10-15',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44739,'15-20',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44740,'20-25',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44741,'25-30',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44742,'30-35',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44743,'35-40',0,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44744,'Other',20,0,17816,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44745,'1',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44746,'2',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44747,'3',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44748,'4',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44749,'5',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44750,'6',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44751,'7',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44752,'8',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44753,'9',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44754,'10',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44755,'11',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44756,'12',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44757,'13',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44758,'14',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44759,'15',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44760,'16',1,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44761,'N/A',0,0,17819,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44762,'1',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44763,'2',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44764,'3',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44765,'4',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44766,'5',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44767,'6',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44768,'7',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44769,'8',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44770,'9',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44771,'10',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44772,'11',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44773,'12',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44774,'13',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44775,'14',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44776,'15',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44777,'16',2,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44778,'N/A',0,0,17820,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44779,'Yes',1,0,17822,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44780,'No',3,0,17822,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44781,'Unknown',3,0,17822,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44782,'Stone',0,0,17822,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44783,'Other',20,0,17822,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44784,'Yes',1,0,17823,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44785,'No',5,0,17823,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44786,'Unknown',5,0,17823,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44787,'Stone',0,0,17823,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44788,'Other',20,0,17823,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44789,'No',5,0,17824,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44790,'Unknown',5,0,17824,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44791,'Stone',0,0,17824,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44792,'Other',20,0,17824,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44793,'Wood',2,0,17825,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44794,'Plastics',1,0,17825,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44795,'Aluminium',0,0,17825,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44796,'Stone',0,0,17825,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44797,'Other',20,0,17825,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44798,'0%',0,0,17826,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44799,'25%',0,0,17826,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44800,'50%',0,0,17826,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44801,'75%',0,0,17826,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44802,'100%',0,0,17826,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44803,'0%',0,0,17828,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44804,'25%',1,0,17828,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44805,'50%',1,0,17828,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44806,'75%',1,0,17828,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44807,'100%',1,0,17828,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(44808,'0%',0,0,17829,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44809,'25%',0,0,17829,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44810,'50%',0,0,17829,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44811,'75%',0,0,17829,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44812,'100%',0,0,17829,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44813,'0%',0,0,17830,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44814,'25%',3,0,17830,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44815,'50%',3,0,17830,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44816,'75%',3,0,17830,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44817,'100%',3,0,17830,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44818,'0%',0,0,17831,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44819,'25%',1,0,17831,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44820,'50%',1,0,17831,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44821,'75%',1,0,17831,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44822,'100%',1,0,17831,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44823,'0%',0,0,17832,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44824,'25%',5,0,17832,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44825,'50%',5,0,17832,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44826,'75%',5,0,17832,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44827,'100%',5,0,17832,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44828,'0%',0,0,17833,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44829,'25%',5,0,17833,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44830,'50%',5,0,17833,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44831,'75%',5,0,17833,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44832,'100%',5,0,17833,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44833,'0%',0,0,17834,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44834,'25%',1,0,17834,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44835,'50%',1,0,17834,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44836,'75%',1,0,17834,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44837,'100%',1,0,17834,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44838,'Other',20,0,17835,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44839,'25%',1,0,17835,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44840,'50%',1,0,17835,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44841,'75%',1,0,17835,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44842,'100%',1,0,17835,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44843,'0%',0,0,17837,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44844,'25%',1,0,17837,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44845,'50%',1,0,17837,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44846,'75%',1,0,17837,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44847,'100%',1,0,17837,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44848,'0%',0,0,17838,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44849,'25%',2,0,17838,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44850,'50%',2,0,17838,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44851,'75%',2,0,17838,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44852,'100%',2,0,17838,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44853,'0%',0,0,17839,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44854,'25%',1,0,17839,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44855,'50%',1,0,17839,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44856,'75%',1,0,17839,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44857,'100%',1,0,17839,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44858,'Solid concrete all levels',0,0,17840,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44859,'Timber joists all levels',3,0,17840,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44860,'Concrete lowest floor – Timber above higher levels',3,0,17840,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44861,'Other',20,0,17840,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44862,'Yes',1,0,17843,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44863,'No',6,0,17843,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44864,'Yes',2,0,17845,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44865,'No',8,0,17845,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44866,'Yes',1,0,17847,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44867,'No',6,0,17847,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44868,'Yes',1,0,17849,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44869,'No',6,0,17849,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44870,'Yes',1,0,17851,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44871,'No',6,0,17851,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44872,'Yes',1,0,17855,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44873,'No',3,0,17855,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44874,'Yes',1,0,17857,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44875,'No',3,0,17857,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44876,'Yes',1,0,17859,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44877,'No',3,0,17859,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44878,'Very Good',1,0,17861,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44879,'Good',1,0,17861,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44880,'Fair',1,0,17861,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44881,'Poor',2,0,17861,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44882,'Very Poor',2,0,17861,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(44883,'Fan Heaters',4,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44884,'Electric Heaters',4,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44885,'Gas Heater',5,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44886,'Other Boilers',2,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44887,'Electrical Equipment',3,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44888,'Electrical Leads',3,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44889,'Portable Equipment',3,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44890,'Portable Lighting',2,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44891,'Cooking kitchen Equipment',6,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44892,'Other',20,0,17863,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44893,'Wood/Paper/Cardboard etc',3,0,17865,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44894,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,17865,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44895,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,17865,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44896,'Waste Material Controlled -in locked wheely bin or store',2,0,17865,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44897,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,17865,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44898,'Other',20,0,17865,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44899,'Yes',0,0,17868,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44900,'No',2,0,17868,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44901,'Other',20,0,17868,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44902,'N/A',0,0,17868,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44903,'Yes',0,0,17869,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44904,'No',2,0,17869,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44905,'Other',20,0,17869,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44906,'N/A',0,0,17869,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44907,'Yes',0,0,17870,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44908,'No',2,0,17870,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44909,'Other',20,0,17870,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44910,'N/A',0,0,17870,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44911,'Yes',0,0,17872,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44912,'No',2,0,17872,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44913,'Other',20,0,17872,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44914,'N/A',0,0,17872,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44915,'Yes',0,0,17874,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44916,'No',2,0,17874,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44917,'Other',20,0,17874,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44918,'N/A',0,0,17874,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44919,'Yes',0,0,17875,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44920,'No',2,0,17875,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44921,'Other',20,0,17875,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44922,'N/A',0,0,17875,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44923,'Yes',0,0,17876,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44924,'No',3,0,17876,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44925,'Other',20,0,17876,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44926,'N/A',0,0,17876,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44927,'Yes',0,0,17878,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44928,'No',3,0,17878,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44929,'Other',20,0,17878,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44930,'N/A',0,0,17878,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44931,'Yes',0,0,17879,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44932,'No',4,0,17879,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44933,'No Disabled',0,0,17879,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44934,'Other',20,0,17879,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44935,'N/A',0,0,17879,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44936,'Yes',0,0,17880,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44937,'No',4,0,17880,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44938,'Other',20,0,17880,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44939,'N/A',0,0,17880,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44940,'Yes',0,0,17881,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44941,'No',3,0,17881,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44942,'Other',20,0,17881,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44943,'N/A',0,0,17881,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44944,'Yes',0,0,17882,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44945,'No',4,0,17882,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44946,'Other',20,0,17882,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44947,'N/A',0,0,17882,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44948,'Yes',0,0,17883,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44949,'No',4,0,17883,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44950,'Other',20,0,17883,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44951,'N/A',0,0,17883,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44952,'Yes',0,0,17884,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44953,'No',5,0,17884,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44954,'Other',20,0,17884,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44955,'N/A',0,0,17884,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44956,'Yes',0,0,17885,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44957,'Yes',3,0,17885,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44958,'No',6,0,17885,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44959,'Other',20,0,17885,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44960,'N/A',0,0,17885,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44961,'Yes',0,0,17886,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44962,'No',5,0,17886,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44963,'Other',20,0,17886,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44964,'N/A',0,0,17886,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44965,'Yes',0,0,17888,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44966,'No 1',7,0,17888,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44967,'No 2',7,0,17888,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44968,'Other',20,0,17888,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44969,'N/A',0,0,17888,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44970,'Yes',0,0,17890,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44971,'No 1',5,0,17890,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44972,'No 2',5,0,17890,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44973,'Yes',0,0,17891,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44974,'Option',5,0,17891,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44975,'No',8,0,17891,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44976,'N/A',0,0,17891,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44977,'Other',20,0,17891,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44978,'Yes 1',1,0,17893,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44979,'Yes 2',0,0,17893,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44980,'No',7,0,17893,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44981,'N/A',0,0,17893,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44982,'Other',20,0,17893,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44983,'Yes',0,0,17895,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44984,'No',8,0,17895,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44985,'Other',20,0,17895,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44986,'N/A',0,0,17895,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44987,'Yes',0,0,17896,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44988,'No',8,0,17896,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44989,'Other',20,0,17896,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44990,'N/A',0,0,17896,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44991,'Yes',0,0,17897,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44992,'No',8,0,17897,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44993,'Other',20,0,17897,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44994,'N/A',0,0,17897,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44995,'Yes',0,0,17899,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44996,'No',8,0,17899,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44997,'Other',20,0,17899,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44998,'N/A',0,0,17899,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(44999,'Yes',0,0,17900,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45000,'No',6,0,17900,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45001,'Other',20,0,17900,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45002,'N/A',0,0,17900,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45003,'Yes',0,0,17902,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45004,'Yes',2,0,17902,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45005,'No',5,0,17902,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45006,'N/A',0,0,17902,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45007,'Other',20,0,17902,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45008,'Yes',0,0,17904,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45009,'Yes',2,0,17904,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45010,'No',5,0,17904,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45011,'N/A',0,0,17904,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45012,'Other',20,0,17904,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45013,'Yes',0,0,17906,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45014,'No',4,0,17906,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45015,'N/A',0,0,17906,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45016,'Other',20,0,17906,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45017,'Yes',0,0,17908,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45018,'No',5,0,17908,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45019,'N/A',0,0,17908,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45020,'Other',20,0,17908,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45021,'Yes',0,0,17910,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45022,'No',4,0,17910,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45023,'N/A',0,0,17910,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45024,'Other',20,0,17910,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45025,'Yes',0,0,17912,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45026,'No',5,0,17912,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45027,'N/A',0,0,17912,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45028,'Other',20,0,17912,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45029,'Yes',0,0,17914,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45030,'No',5,0,17914,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45031,'N/A',0,0,17914,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45032,'Other',20,0,17914,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45033,'Yes',0,0,17916,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45034,'No',7,0,17916,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45035,'N/A',0,0,17916,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45036,'Other',20,0,17916,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45037,'Yes',2,0,17917,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45038,'No',6,0,17917,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45039,'No',0,0,17917,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45040,'N/A',0,0,17917,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45041,'Yes',0,0,17918,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45042,'No',6,0,17918,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45043,'NA',0,0,17918,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45044,'Other',20,0,17918,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45045,'Yes',0,0,17919,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45046,'No',4,0,17919,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45047,'No',7,0,17919,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45048,'N/A',0,0,17919,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45049,'Other',20,0,17919,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45050,'Yes',0,0,17920,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45051,'No',6,0,17920,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45052,'NA',0,0,17920,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45053,'Other',20,0,17920,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45054,'Yes',0,0,17921,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45055,'Yes',0,0,17921,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45056,'NA',0,0,17921,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45057,'Other',20,0,17921,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45058,'Yes',1,0,17922,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45059,'No',0,0,17922,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45060,'Other',20,0,17922,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45061,'Yes',0,0,17923,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45062,'No',9,0,17923,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45063,'NA',0,0,17923,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45064,'Other',20,0,17923,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45065,'Yes',0,0,17924,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45066,'No',7,0,17924,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45067,'NA',0,0,17924,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45068,'Other',20,0,17924,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45069,'Yes',0,0,17925,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45070,'No',6,0,17925,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45071,'NA',0,0,17925,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45072,'Other',20,0,17925,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45073,'Yes',0,0,17926,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45074,'No',8,0,17926,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45075,'NA',0,0,17926,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45076,'Other',20,0,17926,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45077,'Yes',3,0,17927,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45078,'Yes',4,0,17927,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45079,'Yes',5,0,17927,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45080,'Other',20,0,17927,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45081,'Yes',1,0,17928,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45082,'Yes',0,0,17928,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45083,'No',5,0,17928,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45084,'Other',20,0,17928,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45085,'Yes',0,0,17929,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45086,'No',5,0,17929,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45087,'NA',5,0,17929,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45088,'Other',20,0,17929,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45089,'Yes',0,0,17930,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45090,'No',5,0,17930,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45091,'N/A',0,0,17930,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45092,'Other',20,0,17930,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45093,'Yes',0,0,17931,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45094,'No',5,0,17931,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45095,'Other',20,0,17931,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45096,'N/A',0,0,17931,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45097,'Yes',0,0,17932,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45098,'No',5,0,17932,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45099,'NA',0,0,17932,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45100,'Other',20,0,17932,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45101,'Yes',0,0,17933,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45102,'No',5,0,17933,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45103,'NA',0,0,17933,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45104,'Other',20,0,17933,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45105,'Yes',0,0,17934,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45106,'No',5,0,17934,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45107,'NA',0,0,17934,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45108,'Other',20,0,17934,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45109,'Yes',0,0,17935,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45110,'No',5,0,17935,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45111,'Other',20,0,17935,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45112,'N/A',0,0,17935,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45113,'Yes',0,0,17936,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45114,'Yes',0,0,17936,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45115,'No',5,0,17936,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45116,'N/A',0,0,17936,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45117,'Other',20,0,17936,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45118,'Detached',1,0,17937,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45119,'Semi Detached',2,0,17937,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45120,'Terraced',3,0,17937,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45121,'Linked-Detached',1,0,17937,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45122,'Other',20,0,17937,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45123,'House',1,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45124,'Bungalow',1,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45125,'Block of Flats - Studios up to 6 Floor Levels',3,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45126,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45127,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45128,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45129,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45130,'Underground Property',1,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45131,'Factory/ Warehouse',3,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45132,'Garage/ Workshop',3,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45133,'Retail Shop',2,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45134,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45135,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45136,'Other',20,0,17938,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45137,'1-5',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45138,'5-10',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45139,'10-15',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45140,'15-20',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45141,'20-25',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45142,'25-30',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45143,'30-35',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45144,'35-40',0,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45145,'Other',20,0,17939,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45146,'1',1,0,17942,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45147,'2',1,0,17942,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45148,'3',1,0,17942,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45149,'4',1,0,17942,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45150,'5',1,0,17942,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(45151,'6',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45152,'7',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45153,'8',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45154,'9',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45155,'10',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45156,'11',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45157,'12',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45158,'13',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45159,'14',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45160,'15',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45161,'16',1,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45162,'N/A',0,0,17942,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45163,'1',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45164,'2',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45165,'3',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45166,'4',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45167,'5',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45168,'6',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45169,'7',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45170,'8',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45171,'9',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45172,'10',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45173,'11',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45174,'12',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45175,'13',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45176,'14',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45177,'15',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45178,'16',2,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45179,'N/A',0,0,17943,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45180,'Yes',1,0,17945,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45181,'No',3,0,17945,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45182,'Unknown',3,0,17945,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45183,'Stone',0,0,17945,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45184,'Other',20,0,17945,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45185,'Yes',1,0,17946,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45186,'No',5,0,17946,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45187,'Unknown',5,0,17946,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45188,'Stone',0,0,17946,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45189,'Other',20,0,17946,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45190,'No',5,0,17947,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45191,'Unknown',5,0,17947,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45192,'Stone',0,0,17947,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45193,'Other',20,0,17947,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45194,'Wood',2,0,17948,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45195,'Plastics',1,0,17948,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45196,'Aluminium',0,0,17948,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45197,'Stone',0,0,17948,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45198,'Other',20,0,17948,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45199,'0%',0,0,17949,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45200,'25%',0,0,17949,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45201,'50%',0,0,17949,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45202,'75%',0,0,17949,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45203,'100%',0,0,17949,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45204,'0%',0,0,17951,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45205,'25%',1,0,17951,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45206,'50%',1,0,17951,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45207,'75%',1,0,17951,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45208,'100%',1,0,17951,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45209,'0%',0,0,17952,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45210,'25%',0,0,17952,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45211,'50%',0,0,17952,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45212,'75%',0,0,17952,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45213,'100%',0,0,17952,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45214,'0%',0,0,17953,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45215,'25%',3,0,17953,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45216,'50%',3,0,17953,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45217,'75%',3,0,17953,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45218,'100%',3,0,17953,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45219,'0%',0,0,17954,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45220,'25%',1,0,17954,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45221,'50%',1,0,17954,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45222,'75%',1,0,17954,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45223,'100%',1,0,17954,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45224,'0%',0,0,17955,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45225,'25%',5,0,17955,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45226,'50%',5,0,17955,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45227,'75%',5,0,17955,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45228,'100%',5,0,17955,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45229,'0%',0,0,17956,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45230,'25%',5,0,17956,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45231,'50%',5,0,17956,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45232,'75%',5,0,17956,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45233,'100%',5,0,17956,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45234,'0%',0,0,17957,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45235,'25%',1,0,17957,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45236,'50%',1,0,17957,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45237,'75%',1,0,17957,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45238,'100%',1,0,17957,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45239,'Other',20,0,17958,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45240,'25%',1,0,17958,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45241,'50%',1,0,17958,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45242,'75%',1,0,17958,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45243,'100%',1,0,17958,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45244,'0%',0,0,17960,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45245,'25%',1,0,17960,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45246,'50%',1,0,17960,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45247,'75%',1,0,17960,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45248,'100%',1,0,17960,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45249,'0%',0,0,17961,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45250,'25%',2,0,17961,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45251,'50%',2,0,17961,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45252,'75%',2,0,17961,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45253,'100%',2,0,17961,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45254,'0%',0,0,17962,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45255,'25%',1,0,17962,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45256,'50%',1,0,17962,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45257,'75%',1,0,17962,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45258,'100%',1,0,17962,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45259,'Solid concrete all levels',0,0,17963,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45260,'Timber joists all levels',3,0,17963,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45261,'Concrete lowest floor – Timber above higher levels',3,0,17963,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45262,'Other',20,0,17963,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45263,'Yes',1,0,17966,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45264,'No',6,0,17966,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45265,'Yes',2,0,17968,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45266,'No',8,0,17968,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45267,'Yes',1,0,17970,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45268,'No',6,0,17970,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45269,'Yes',1,0,17972,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45270,'No',6,0,17972,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45271,'Yes',1,0,17974,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45272,'No',6,0,17974,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45273,'Yes',1,0,17978,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45274,'No',3,0,17978,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45275,'Yes',1,0,17980,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45276,'No',3,0,17980,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45277,'Yes',1,0,17982,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45278,'No',3,0,17982,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45279,'Very Good',1,0,17984,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45280,'Good',1,0,17984,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45281,'Fair',1,0,17984,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45282,'Poor',2,0,17984,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45283,'Very Poor',2,0,17984,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(45284,'Director',0,0,17991,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(45285,'Owner Landlord',0,0,17991,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(45286,'Site Maitenance',0,0,17991,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(45287,'Estate Agent',0,0,17991,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45288,'Letting Agent',0,0,17991,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45289,'Other',0,0,17991,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45290,'Property Agent',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45291,'Owner Landlord',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45292,'Site Manager',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45293,'Property Manager',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45294,'Construction Manager',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45295,'Fire Warden',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45296,'Director',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45297,'CEO',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45298,'Other',0,0,17992,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45299,'A Property Within Building Block',0,0,17993,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45300,'All Of The Property',0,0,17993,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45301,'Communal Areas Only',0,0,17993,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45302,'House',0,0,17993,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45303,'Flat',0,0,17993,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45304,'Other',0,0,17993,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45305,'Nebosh',0,0,18000,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45306,'Level 2 Fire Risk Assessor',0,0,18000,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45307,'Competant Person',0,0,18000,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45308,'Fan Heaters',4,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45309,'Electric Heaters',4,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45310,'Gas Heater',5,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45311,'Other Boilers',2,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45312,'Electrical Equipment',3,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45313,'Electrical Leads',3,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45314,'Portable Equipment',3,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45315,'Portable Lighting',2,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45316,'Cooking kitchen Equipment',6,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45317,'Other',20,0,18001,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45318,'Wood/Paper/Cardboard etc',3,0,18003,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45319,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,18003,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45320,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,18003,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45321,'Waste Material Controlled -in locked wheely bin or store',2,0,18003,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45322,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,18003,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45323,'Other',20,0,18003,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45324,'Yes',0,0,18006,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45325,'No',2,0,18006,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45326,'Other',20,0,18006,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45327,'N/A',0,0,18006,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45328,'Yes',0,0,18007,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45329,'No',2,0,18007,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45330,'Other',20,0,18007,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45331,'N/A',0,0,18007,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45332,'Yes',0,0,18008,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45333,'No',2,0,18008,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45334,'Other',20,0,18008,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45335,'N/A',0,0,18008,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45336,'Yes',0,0,18010,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45337,'No',2,0,18010,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45338,'Other',20,0,18010,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45339,'N/A',0,0,18010,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45340,'Yes',0,0,18012,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45341,'No',2,0,18012,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45342,'Other',20,0,18012,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45343,'N/A',0,0,18012,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45344,'Yes',0,0,18013,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45345,'No',2,0,18013,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45346,'Other',20,0,18013,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45347,'N/A',0,0,18013,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45348,'Yes',0,0,18014,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45349,'No',3,0,18014,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45350,'Other',20,0,18014,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45351,'N/A',0,0,18014,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45352,'Yes',0,0,18016,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45353,'No',3,0,18016,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45354,'Other',20,0,18016,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45355,'N/A',0,0,18016,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45356,'Yes',0,0,18017,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45357,'No',4,0,18017,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45358,'No Disabled',0,0,18017,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45359,'Other',20,0,18017,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45360,'N/A',0,0,18017,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45361,'Yes',0,0,18018,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45362,'No',4,0,18018,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45363,'Other',20,0,18018,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45364,'N/A',0,0,18018,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45365,'Yes',0,0,18019,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45366,'No',3,0,18019,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45367,'Other',20,0,18019,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45368,'N/A',0,0,18019,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45369,'Yes',0,0,18020,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45370,'No',4,0,18020,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45371,'Other',20,0,18020,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45372,'N/A',0,0,18020,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45373,'Yes',0,0,18021,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45374,'No',4,0,18021,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45375,'Other',20,0,18021,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45376,'N/A',0,0,18021,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45377,'Yes',0,0,18022,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45378,'No',5,0,18022,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45379,'Other',20,0,18022,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45380,'N/A',0,0,18022,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45381,'Yes',0,0,18023,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45382,'Yes',3,0,18023,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45383,'No',6,0,18023,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45384,'Other',20,0,18023,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45385,'N/A',0,0,18023,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45386,'Yes',0,0,18024,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45387,'No',5,0,18024,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45388,'Other',20,0,18024,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45389,'N/A',0,0,18024,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45390,'Yes',0,0,18026,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45391,'No 1',7,0,18026,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45392,'No 2',7,0,18026,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45393,'Other',20,0,18026,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45394,'N/A',0,0,18026,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45395,'Yes',0,0,18028,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45396,'No 1',5,0,18028,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45397,'No 2',5,0,18028,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45398,'Yes',0,0,18029,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45399,'Option',5,0,18029,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45400,'No',8,0,18029,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45401,'N/A',0,0,18029,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45402,'Other',20,0,18029,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45403,'Yes 1',1,0,18031,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45404,'Yes 2',0,0,18031,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45405,'No',7,0,18031,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45406,'N/A',0,0,18031,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45407,'Other',20,0,18031,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45408,'Yes',0,0,18033,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45409,'No',8,0,18033,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45410,'Other',20,0,18033,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45411,'N/A',0,0,18033,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45412,'Yes',0,0,18034,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45413,'No',8,0,18034,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45414,'Other',20,0,18034,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45415,'N/A',0,0,18034,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45416,'Yes',0,0,18035,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45417,'No',8,0,18035,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45418,'Other',20,0,18035,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45419,'N/A',0,0,18035,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45420,'Yes',0,0,18037,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45421,'No',8,0,18037,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45422,'Other',20,0,18037,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45423,'N/A',0,0,18037,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45424,'Yes',0,0,18038,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45425,'No',6,0,18038,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45426,'Other',20,0,18038,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45427,'N/A',0,0,18038,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45428,'Yes',0,0,18040,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45429,'Yes',2,0,18040,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45430,'No',5,0,18040,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45431,'N/A',0,0,18040,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45432,'Other',20,0,18040,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45433,'Yes',0,0,18042,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45434,'Yes',2,0,18042,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45435,'No',5,0,18042,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45436,'N/A',0,0,18042,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45437,'Other',20,0,18042,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45438,'Yes',0,0,18044,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45439,'No',4,0,18044,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45440,'N/A',0,0,18044,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45441,'Other',20,0,18044,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45442,'Yes',0,0,18046,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45443,'No',5,0,18046,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45444,'N/A',0,0,18046,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45445,'Other',20,0,18046,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45446,'Yes',0,0,18048,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45447,'No',4,0,18048,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45448,'N/A',0,0,18048,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45449,'Other',20,0,18048,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45450,'Yes',0,0,18050,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45451,'No',5,0,18050,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45452,'N/A',0,0,18050,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45453,'Other',20,0,18050,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45454,'Yes',0,0,18052,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45455,'No',5,0,18052,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45456,'N/A',0,0,18052,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45457,'Other',20,0,18052,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45458,'Yes',0,0,18054,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45459,'No',7,0,18054,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45460,'N/A',0,0,18054,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45461,'Other',20,0,18054,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45462,'Yes',2,0,18055,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45463,'No',6,0,18055,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45464,'No',0,0,18055,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45465,'N/A',0,0,18055,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45466,'Yes',0,0,18056,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45467,'No',4,0,18056,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45468,'No',7,0,18056,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45469,'N/A',0,0,18056,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45470,'Other',20,0,18056,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45471,'Yes',0,0,18057,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45472,'No',6,0,18057,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45473,'NA',0,0,18057,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45474,'Other',20,0,18057,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45475,'Yes',0,0,18058,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45476,'Yes',0,0,18058,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45477,'NA',0,0,18058,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45478,'Other',20,0,18058,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45479,'Yes',1,0,18059,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45480,'No',0,0,18059,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45481,'Other',20,0,18059,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45482,'Yes',0,0,18060,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45483,'No',9,0,18060,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45484,'NA',0,0,18060,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45485,'Other',20,0,18060,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45486,'Yes',0,0,18061,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45487,'No',7,0,18061,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45488,'NA',0,0,18061,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45489,'Other',20,0,18061,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45490,'Yes',0,0,18062,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45491,'No',6,0,18062,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45492,'NA',0,0,18062,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45493,'Other',20,0,18062,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45494,'Yes',0,0,18063,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45495,'No',6,0,18063,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45496,'NA',0,0,18063,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45497,'Other',20,0,18063,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45498,'Yes',0,0,18064,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45499,'No',8,0,18064,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45500,'NA',0,0,18064,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45501,'Other',20,0,18064,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45502,'Yes',3,0,18065,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45503,'Yes',4,0,18065,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45504,'Yes',5,0,18065,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45505,'Other',20,0,18065,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45506,'Yes',1,0,18066,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45507,'Yes',0,0,18066,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45508,'No',5,0,18066,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45509,'Other',20,0,18066,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45510,'Yes',0,0,18067,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45511,'No',5,0,18067,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45512,'NA',5,0,18067,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45513,'Other',20,0,18067,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45514,'Yes',0,0,18068,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45515,'No',5,0,18068,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45516,'N/A',0,0,18068,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45517,'Other',20,0,18068,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45518,'Yes',0,0,18069,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45519,'No',5,0,18069,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45520,'Other',20,0,18069,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45521,'N/A',0,0,18069,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45522,'Yes',0,0,18070,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45523,'No',5,0,18070,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45524,'NA',0,0,18070,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45525,'Other',20,0,18070,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45526,'Yes',0,0,18071,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45527,'No',5,0,18071,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45528,'NA',0,0,18071,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45529,'Other',20,0,18071,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45530,'Yes',0,0,18072,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45531,'No',5,0,18072,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45532,'NA',0,0,18072,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45533,'Other',20,0,18072,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45534,'Yes',0,0,18073,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45535,'No',5,0,18073,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45536,'Other',20,0,18073,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45537,'N/A',0,0,18073,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45538,'Yes',0,0,18074,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45539,'Yes',0,0,18074,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45540,'No',5,0,18074,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45541,'N/A',0,0,18074,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45542,'Other',20,0,18074,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45543,'Detached',1,0,18075,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45544,'Semi Detached',2,0,18075,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45545,'Terraced',3,0,18075,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45546,'Linked-Detached',1,0,18075,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45547,'Other',20,0,18075,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45548,'House',1,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45549,'Bungalow',1,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45550,'Block of Flats - Studios up to 6 Floor Levels',3,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45551,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45552,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45553,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45554,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45555,'Underground Property',1,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45556,'Factory/ Warehouse',3,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45557,'Garage/ Workshop',3,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45558,'Retail Shop',2,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45559,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45560,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45561,'Other',20,0,18076,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45562,'1-5',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45563,'5-10',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45564,'10-15',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45565,'15-20',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45566,'20-25',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45567,'25-30',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45568,'30-35',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45569,'35-40',0,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45570,'Other',20,0,18077,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45571,'1',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45572,'2',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45573,'3',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45574,'4',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45575,'5',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45576,'6',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45577,'7',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45578,'8',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45579,'9',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45580,'10',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45581,'11',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45582,'12',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45583,'13',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45584,'14',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45585,'15',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45586,'16',1,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45587,'N/A',0,0,18080,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45588,'1',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45589,'2',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45590,'3',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45591,'4',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45592,'5',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45593,'6',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45594,'7',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45595,'8',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45596,'9',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45597,'10',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45598,'11',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45599,'12',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45600,'13',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45601,'14',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45602,'15',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45603,'16',2,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45604,'N/A',0,0,18081,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45605,'Yes',1,0,18083,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45606,'No',3,0,18083,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45607,'Unknown',3,0,18083,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45608,'Stone',0,0,18083,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45609,'Other',20,0,18083,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45610,'Yes',1,0,18084,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45611,'No',5,0,18084,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45612,'Unknown',5,0,18084,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45613,'Stone',0,0,18084,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45614,'Other',20,0,18084,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45615,'No',5,0,18085,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45616,'Unknown',5,0,18085,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45617,'Stone',0,0,18085,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45618,'Other',20,0,18085,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45619,'Wood',2,0,18086,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45620,'Plastics',1,0,18086,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45621,'Aluminium',0,0,18086,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45622,'Stone',0,0,18086,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45623,'Other',20,0,18086,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45624,'0%',0,0,18087,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45625,'25%',0,0,18087,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45626,'50%',0,0,18087,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45627,'75%',0,0,18087,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45628,'100%',0,0,18087,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45629,'0%',0,0,18089,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45630,'25%',1,0,18089,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45631,'50%',1,0,18089,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45632,'75%',1,0,18089,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45633,'100%',1,0,18089,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45634,'0%',0,0,18090,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45635,'25%',0,0,18090,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45636,'50%',0,0,18090,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45637,'75%',0,0,18090,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45638,'100%',0,0,18090,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45639,'0%',0,0,18091,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45640,'25%',3,0,18091,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45641,'50%',3,0,18091,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45642,'75%',3,0,18091,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45643,'100%',3,0,18091,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45644,'0%',0,0,18092,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45645,'25%',1,0,18092,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45646,'50%',1,0,18092,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45647,'75%',1,0,18092,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45648,'100%',1,0,18092,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45649,'0%',0,0,18093,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45650,'25%',5,0,18093,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45651,'50%',5,0,18093,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45652,'75%',5,0,18093,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45653,'100%',5,0,18093,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45654,'0%',0,0,18094,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45655,'25%',5,0,18094,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45656,'50%',5,0,18094,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45657,'75%',5,0,18094,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45658,'100%',5,0,18094,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45659,'0%',0,0,18095,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45660,'25%',1,0,18095,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45661,'50%',1,0,18095,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45662,'75%',1,0,18095,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45663,'100%',1,0,18095,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45664,'Other',20,0,18096,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45665,'25%',1,0,18096,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45666,'50%',1,0,18096,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45667,'75%',1,0,18096,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45668,'100%',1,0,18096,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45669,'0%',0,0,18098,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45670,'25%',1,0,18098,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45671,'50%',1,0,18098,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45672,'75%',1,0,18098,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45673,'100%',1,0,18098,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45674,'0%',0,0,18099,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45675,'25%',2,0,18099,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45676,'50%',2,0,18099,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45677,'75%',2,0,18099,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45678,'100%',2,0,18099,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45679,'0%',0,0,18100,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45680,'25%',1,0,18100,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45681,'50%',1,0,18100,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45682,'75%',1,0,18100,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45683,'100%',1,0,18100,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45684,'Solid concrete all levels',0,0,18101,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45685,'Timber joists all levels',3,0,18101,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45686,'Concrete lowest floor – Timber above higher levels',3,0,18101,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45687,'Other',20,0,18101,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45688,'Yes',1,0,18104,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45689,'No',6,0,18104,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45690,'Yes',2,0,18106,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45691,'No',8,0,18106,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45692,'Yes',1,0,18108,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45693,'No',6,0,18108,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45694,'Yes',1,0,18110,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45695,'No',6,0,18110,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45696,'Yes',1,0,18112,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45697,'No',6,0,18112,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45698,'Yes',1,0,18116,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45699,'No',3,0,18116,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45700,'Yes',1,0,18118,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45701,'No',3,0,18118,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45702,'Yes',1,0,18120,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45703,'No',3,0,18120,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45704,'Very Good',1,0,18122,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45705,'Good',1,0,18122,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45706,'Fair',1,0,18122,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45707,'Poor',2,0,18122,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45708,'Very Poor',2,0,18122,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(45709,'Director',0,0,18129,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45710,'Owner Landlord',0,0,18129,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45711,'Site Maitenance',0,0,18129,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45712,'Estate Agent',0,0,18129,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45713,'Letting Agent',0,0,18129,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45714,'Other',0,0,18129,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45715,'Property Agent',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45716,'Owner Landlord',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45717,'Site Manager',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45718,'Property Manager',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45719,'Construction Manager',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45720,'Fire Warden',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45721,'Director',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45722,'CEO',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45723,'Other',0,0,18130,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45724,'A Property Within Building Block',0,0,18131,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45725,'All Of The Property',0,0,18131,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45726,'Communal Areas Only',0,0,18131,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45727,'House',0,0,18131,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45728,'Flat',0,0,18131,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45729,'Other',0,0,18131,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45730,'Nebosh',0,0,18138,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45731,'Level 2 Fire Risk Assessor',0,0,18138,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45732,'Competant Person',0,0,18138,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45733,'Fan Heaters',4,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45734,'Electric Heaters',4,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45735,'Gas Heater',5,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45736,'Other Boilers',2,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45737,'Electrical Equipment',3,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45738,'Electrical Leads',3,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45739,'Portable Equipment',3,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45740,'Portable Lighting',2,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45741,'Cooking kitchen Equipment',6,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45742,'Other',20,0,18139,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45743,'Wood/Paper/Cardboard etc',3,0,18141,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45744,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,18141,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45745,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,18141,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45746,'Waste Material Controlled -in locked wheely bin or store',2,0,18141,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45747,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,18141,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45748,'Other',20,0,18141,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45749,'Yes',0,0,18144,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45750,'No',2,0,18144,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45751,'Other',20,0,18144,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45752,'N/A',0,0,18144,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45753,'Yes',0,0,18145,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45754,'No',2,0,18145,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45755,'Other',20,0,18145,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45756,'N/A',0,0,18145,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45757,'Yes',0,0,18146,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45758,'No',2,0,18146,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45759,'Other',20,0,18146,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45760,'N/A',0,0,18146,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45761,'Yes',0,0,18148,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45762,'No',2,0,18148,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45763,'Other',20,0,18148,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45764,'N/A',0,0,18148,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45765,'Yes',0,0,18150,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45766,'No',2,0,18150,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45767,'Other',20,0,18150,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45768,'N/A',0,0,18150,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45769,'Yes',0,0,18151,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45770,'No',2,0,18151,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45771,'Other',20,0,18151,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45772,'N/A',0,0,18151,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45773,'Yes',0,0,18152,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45774,'No',3,0,18152,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45775,'Other',20,0,18152,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45776,'N/A',0,0,18152,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45777,'Yes',0,0,18154,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45778,'No',3,0,18154,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45779,'Other',20,0,18154,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45780,'N/A',0,0,18154,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45781,'Yes',0,0,18155,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45782,'No',4,0,18155,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45783,'No Disabled',0,0,18155,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45784,'Other',20,0,18155,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45785,'N/A',0,0,18155,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45786,'Yes',0,0,18156,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45787,'No',4,0,18156,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45788,'Other',20,0,18156,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45789,'N/A',0,0,18156,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(45790,'Yes',0,0,18157,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45791,'No',3,0,18157,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45792,'Other',20,0,18157,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45793,'N/A',0,0,18157,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45794,'Yes',0,0,18158,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45795,'No',4,0,18158,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45796,'Other',20,0,18158,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45797,'N/A',0,0,18158,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45798,'Yes',0,0,18159,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45799,'No',4,0,18159,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45800,'Other',20,0,18159,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45801,'N/A',0,0,18159,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45802,'Yes',0,0,18160,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45803,'No',5,0,18160,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45804,'Other',20,0,18160,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45805,'N/A',0,0,18160,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45806,'Yes',0,0,18161,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45807,'Yes',3,0,18161,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45808,'No',6,0,18161,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45809,'Other',20,0,18161,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45810,'N/A',0,0,18161,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45811,'Yes',0,0,18162,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45812,'No',5,0,18162,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45813,'Other',20,0,18162,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45814,'N/A',0,0,18162,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45815,'Yes',0,0,18164,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45816,'No 1',7,0,18164,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45817,'No 2',7,0,18164,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45818,'Other',20,0,18164,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45819,'N/A',0,0,18164,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45820,'Yes',0,0,18166,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45821,'No 1',5,0,18166,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45822,'No 2',5,0,18166,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45823,'Yes',0,0,18167,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45824,'Option',5,0,18167,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45825,'No',8,0,18167,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45826,'N/A',0,0,18167,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45827,'Other',20,0,18167,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45828,'Yes 1',1,0,18169,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45829,'Yes 2',0,0,18169,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45830,'No',7,0,18169,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45831,'N/A',0,0,18169,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45832,'Other',20,0,18169,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45833,'Yes',0,0,18171,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45834,'No',8,0,18171,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45835,'Other',20,0,18171,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45836,'N/A',0,0,18171,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45837,'Yes',0,0,18172,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45838,'No',8,0,18172,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45839,'Other',20,0,18172,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45840,'N/A',0,0,18172,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45841,'Yes',0,0,18173,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45842,'No',8,0,18173,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45843,'Other',20,0,18173,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45844,'N/A',0,0,18173,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45845,'Yes',0,0,18175,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45846,'No',8,0,18175,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45847,'Other',20,0,18175,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45848,'N/A',0,0,18175,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45849,'Yes',0,0,18176,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45850,'No',6,0,18176,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45851,'Other',20,0,18176,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45852,'N/A',0,0,18176,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45853,'Yes',0,0,18178,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45854,'Yes',2,0,18178,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45855,'No',5,0,18178,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45856,'N/A',0,0,18178,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45857,'Other',20,0,18178,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45858,'Yes',0,0,18180,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45859,'Yes',2,0,18180,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45860,'No',5,0,18180,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45861,'N/A',0,0,18180,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45862,'Other',20,0,18180,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45863,'Yes',0,0,18182,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45864,'No',4,0,18182,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45865,'N/A',0,0,18182,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45866,'Other',20,0,18182,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45867,'Yes',0,0,18184,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45868,'No',5,0,18184,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45869,'N/A',0,0,18184,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45870,'Other',20,0,18184,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45871,'Yes',0,0,18186,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45872,'No',4,0,18186,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45873,'N/A',0,0,18186,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45874,'Other',20,0,18186,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45875,'Yes',0,0,18188,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45876,'No',5,0,18188,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45877,'N/A',0,0,18188,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45878,'Other',20,0,18188,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45879,'Yes',0,0,18190,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45880,'No',5,0,18190,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45881,'N/A',0,0,18190,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45882,'Other',20,0,18190,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45883,'Yes',0,0,18192,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45884,'No',7,0,18192,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45885,'N/A',0,0,18192,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45886,'Other',20,0,18192,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45887,'Yes',2,0,18193,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45888,'No',6,0,18193,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45889,'No',0,0,18193,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45890,'N/A',0,0,18193,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45891,'Yes',0,0,18194,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45892,'No',4,0,18194,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45893,'No',7,0,18194,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45894,'N/A',0,0,18194,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45895,'Other',20,0,18194,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45896,'Yes',0,0,18195,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45897,'No',6,0,18195,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45898,'NA',0,0,18195,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45899,'Other',20,0,18195,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45900,'Yes',0,0,18196,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45901,'Yes',0,0,18196,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45902,'NA',0,0,18196,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45903,'Other',20,0,18196,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45904,'Yes',1,0,18197,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45905,'No',0,0,18197,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45906,'Other',20,0,18197,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45907,'Yes',0,0,18198,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45908,'No',9,0,18198,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45909,'NA',0,0,18198,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45910,'Other',20,0,18198,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45911,'Yes',0,0,18199,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45912,'No',7,0,18199,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45913,'NA',0,0,18199,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45914,'Other',20,0,18199,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45915,'Yes',0,0,18200,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45916,'No',6,0,18200,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45917,'NA',0,0,18200,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45918,'Other',20,0,18200,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45919,'Yes',0,0,18201,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45920,'No',6,0,18201,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45921,'NA',0,0,18201,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45922,'Other',20,0,18201,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45923,'Yes',0,0,18202,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45924,'No',8,0,18202,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45925,'NA',0,0,18202,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45926,'Other',20,0,18202,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45927,'Yes',3,0,18203,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45928,'Yes',4,0,18203,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45929,'Yes',5,0,18203,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45930,'Other',20,0,18203,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45931,'Yes',1,0,18204,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45932,'Yes',0,0,18204,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45933,'No',5,0,18204,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45934,'Other',20,0,18204,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45935,'Yes',0,0,18205,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45936,'No',5,0,18205,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45937,'NA',5,0,18205,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45938,'Other',20,0,18205,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45939,'Yes',0,0,18206,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45940,'No',5,0,18206,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45941,'N/A',0,0,18206,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45942,'Other',20,0,18206,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45943,'Yes',0,0,18207,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45944,'No',5,0,18207,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45945,'Other',20,0,18207,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45946,'N/A',0,0,18207,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45947,'Yes',0,0,18208,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45948,'No',5,0,18208,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45949,'NA',0,0,18208,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45950,'Other',20,0,18208,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45951,'Yes',0,0,18209,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45952,'No',5,0,18209,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45953,'NA',0,0,18209,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45954,'Other',20,0,18209,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45955,'Yes',0,0,18210,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45956,'No',5,0,18210,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45957,'NA',0,0,18210,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45958,'Other',20,0,18210,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45959,'Yes',0,0,18211,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45960,'No',5,0,18211,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45961,'Other',20,0,18211,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45962,'N/A',0,0,18211,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45963,'Yes',0,0,18212,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45964,'Yes',0,0,18212,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45965,'No',5,0,18212,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45966,'N/A',0,0,18212,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45967,'Other',20,0,18212,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45968,'Detached',1,0,18213,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45969,'Semi Detached',2,0,18213,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45970,'Terraced',3,0,18213,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45971,'Linked-Detached',1,0,18213,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45972,'Other',20,0,18213,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45973,'House',1,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45974,'Bungalow',1,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45975,'Block of Flats - Studios up to 6 Floor Levels',3,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45976,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45977,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45978,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45979,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45980,'Underground Property',1,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45981,'Factory/ Warehouse',3,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45982,'Garage/ Workshop',3,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45983,'Retail Shop',2,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45984,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45985,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45986,'Other',20,0,18214,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45987,'1-5',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45988,'5-10',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45989,'10-15',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45990,'15-20',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45991,'20-25',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45992,'25-30',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45993,'30-35',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45994,'35-40',0,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45995,'Other',20,0,18215,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45996,'1',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45997,'2',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45998,'3',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(45999,'4',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46000,'5',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46001,'6',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46002,'7',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46003,'8',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46004,'9',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46005,'10',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46006,'11',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46007,'12',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46008,'13',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46009,'14',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46010,'15',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46011,'16',1,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46012,'N/A',0,0,18218,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46013,'1',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46014,'2',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46015,'3',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46016,'4',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46017,'5',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46018,'6',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46019,'7',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46020,'8',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46021,'9',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46022,'10',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46023,'11',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46024,'12',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46025,'13',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46026,'14',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46027,'15',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46028,'16',2,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46029,'N/A',0,0,18219,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46030,'Yes',1,0,18221,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46031,'No',3,0,18221,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46032,'Unknown',3,0,18221,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46033,'Stone',0,0,18221,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46034,'Other',20,0,18221,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46035,'Yes',1,0,18222,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46036,'No',5,0,18222,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46037,'Unknown',5,0,18222,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46038,'Stone',0,0,18222,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46039,'Other',20,0,18222,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46040,'No',5,0,18223,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46041,'Unknown',5,0,18223,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46042,'Stone',0,0,18223,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46043,'Other',20,0,18223,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46044,'Wood',2,0,18224,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46045,'Plastics',1,0,18224,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46046,'Aluminium',0,0,18224,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46047,'Stone',0,0,18224,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46048,'Other',20,0,18224,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46049,'0%',0,0,18225,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46050,'25%',0,0,18225,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46051,'50%',0,0,18225,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46052,'75%',0,0,18225,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46053,'100%',0,0,18225,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46054,'0%',0,0,18227,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46055,'25%',1,0,18227,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46056,'50%',1,0,18227,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46057,'75%',1,0,18227,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46058,'100%',1,0,18227,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46059,'0%',0,0,18228,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46060,'25%',0,0,18228,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46061,'50%',0,0,18228,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46062,'75%',0,0,18228,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46063,'100%',0,0,18228,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46064,'0%',0,0,18229,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46065,'25%',3,0,18229,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46066,'50%',3,0,18229,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46067,'75%',3,0,18229,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46068,'100%',3,0,18229,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46069,'0%',0,0,18230,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46070,'25%',1,0,18230,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46071,'50%',1,0,18230,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46072,'75%',1,0,18230,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46073,'100%',1,0,18230,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46074,'0%',0,0,18231,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46075,'25%',5,0,18231,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46076,'50%',5,0,18231,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46077,'75%',5,0,18231,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46078,'100%',5,0,18231,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46079,'0%',0,0,18232,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46080,'25%',5,0,18232,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46081,'50%',5,0,18232,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46082,'75%',5,0,18232,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46083,'100%',5,0,18232,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46084,'0%',0,0,18233,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46085,'25%',1,0,18233,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46086,'50%',1,0,18233,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46087,'75%',1,0,18233,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46088,'100%',1,0,18233,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46089,'Other',20,0,18234,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46090,'25%',1,0,18234,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46091,'50%',1,0,18234,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46092,'75%',1,0,18234,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46093,'100%',1,0,18234,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46094,'0%',0,0,18236,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46095,'25%',1,0,18236,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46096,'50%',1,0,18236,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46097,'75%',1,0,18236,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46098,'100%',1,0,18236,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46099,'0%',0,0,18237,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46100,'25%',2,0,18237,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46101,'50%',2,0,18237,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46102,'75%',2,0,18237,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46103,'100%',2,0,18237,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46104,'0%',0,0,18238,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46105,'25%',1,0,18238,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46106,'50%',1,0,18238,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46107,'75%',1,0,18238,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46108,'100%',1,0,18238,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46109,'Solid concrete all levels',0,0,18239,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46110,'Timber joists all levels',3,0,18239,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46111,'Concrete lowest floor – Timber above higher levels',3,0,18239,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46112,'Other',20,0,18239,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46113,'Yes',1,0,18242,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46114,'No',6,0,18242,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46115,'Yes',2,0,18244,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46116,'No',8,0,18244,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46117,'Yes',1,0,18246,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46118,'No',6,0,18246,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46119,'Yes',1,0,18248,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46120,'No',6,0,18248,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46121,'Yes',1,0,18250,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46122,'No',6,0,18250,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46123,'Yes',1,0,18254,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46124,'No',3,0,18254,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46125,'Yes',1,0,18256,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46126,'No',3,0,18256,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46127,'Yes',1,0,18258,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46128,'No',3,0,18258,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46129,'Very Good',1,0,18260,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46130,'Good',1,0,18260,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46131,'Fair',1,0,18260,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46132,'Poor',2,0,18260,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46133,'Very Poor',2,0,18260,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(46134,'Fan Heaters',4,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46135,'Electric Heaters',4,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46136,'Gas Heater',5,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46137,'Other Boilers',2,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46138,'Electrical Equipment',3,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46139,'Electrical Leads',3,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46140,'Portable Equipment',3,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46141,'Portable Lighting',2,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46142,'Cooking kitchen Equipment',6,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46143,'Other',20,0,18262,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46144,'Wood/Paper/Cardboard etc',3,0,18264,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46145,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,18264,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46146,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,18264,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46147,'Waste Material Controlled -in locked wheely bin or store',2,0,18264,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46148,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,18264,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46149,'Other',20,0,18264,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46150,'Yes',0,0,18267,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46151,'No',2,0,18267,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46152,'Other',20,0,18267,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46153,'N/A',0,0,18267,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46154,'Yes',0,0,18268,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46155,'No',2,0,18268,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46156,'Other',20,0,18268,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46157,'N/A',0,0,18268,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46158,'Yes',0,0,18269,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46159,'No',2,0,18269,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46160,'Other',20,0,18269,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46161,'N/A',0,0,18269,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46162,'Yes',0,0,18271,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46163,'No',2,0,18271,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46164,'Other',20,0,18271,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46165,'N/A',0,0,18271,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46166,'Yes',0,0,18273,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46167,'No',2,0,18273,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46168,'Other',20,0,18273,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46169,'N/A',0,0,18273,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46170,'Yes',0,0,18274,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46171,'No',2,0,18274,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46172,'Other',20,0,18274,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46173,'N/A',0,0,18274,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46174,'Yes',0,0,18275,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46175,'No',3,0,18275,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46176,'Other',20,0,18275,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46177,'N/A',0,0,18275,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46178,'Yes',0,0,18277,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46179,'No',3,0,18277,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46180,'Other',20,0,18277,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46181,'N/A',0,0,18277,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46182,'Yes',0,0,18278,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46183,'No',4,0,18278,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46184,'No Disabled',0,0,18278,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46185,'Other',20,0,18278,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46186,'N/A',0,0,18278,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46187,'Yes',0,0,18279,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46188,'No',4,0,18279,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46189,'Other',20,0,18279,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46190,'N/A',0,0,18279,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46191,'Yes',0,0,18280,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46192,'No',3,0,18280,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46193,'Other',20,0,18280,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46194,'N/A',0,0,18280,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46195,'Yes',0,0,18281,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46196,'No',4,0,18281,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46197,'Other',20,0,18281,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46198,'N/A',0,0,18281,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46199,'Yes',0,0,18282,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46200,'No',4,0,18282,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46201,'Other',20,0,18282,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46202,'N/A',0,0,18282,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46203,'Yes',0,0,18283,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46204,'No',5,0,18283,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46205,'Other',20,0,18283,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46206,'N/A',0,0,18283,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46207,'Yes',0,0,18284,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46208,'Yes',3,0,18284,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46209,'No',6,0,18284,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46210,'Other',20,0,18284,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46211,'N/A',0,0,18284,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46212,'Yes',0,0,18285,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46213,'No',5,0,18285,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46214,'Other',20,0,18285,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46215,'N/A',0,0,18285,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46216,'Yes',0,0,18287,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46217,'No 1',7,0,18287,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46218,'No 2',7,0,18287,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46219,'Other',20,0,18287,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46220,'N/A',0,0,18287,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46221,'Yes',0,0,18289,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46222,'No 1',5,0,18289,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46223,'No 2',5,0,18289,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46224,'Yes',0,0,18290,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46225,'Option',5,0,18290,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46226,'No',8,0,18290,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46227,'N/A',0,0,18290,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46228,'Other',20,0,18290,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46229,'Yes 1',1,0,18292,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46230,'Yes 2',0,0,18292,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46231,'No',7,0,18292,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46232,'N/A',0,0,18292,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46233,'Other',20,0,18292,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46234,'Yes',0,0,18294,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46235,'No',8,0,18294,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46236,'Other',20,0,18294,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46237,'N/A',0,0,18294,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46238,'Yes',0,0,18295,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46239,'No',8,0,18295,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46240,'Other',20,0,18295,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46241,'N/A',0,0,18295,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46242,'Yes',0,0,18296,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46243,'No',8,0,18296,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46244,'Other',20,0,18296,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46245,'N/A',0,0,18296,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46246,'Yes',0,0,18298,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46247,'No',8,0,18298,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46248,'Other',20,0,18298,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46249,'N/A',0,0,18298,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46250,'Yes',0,0,18299,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(46251,'No',6,0,18299,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46252,'Other',20,0,18299,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46253,'N/A',0,0,18299,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46254,'Yes',0,0,18301,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46255,'Yes',2,0,18301,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46256,'No',5,0,18301,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46257,'N/A',0,0,18301,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46258,'Other',20,0,18301,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46259,'Yes',0,0,18303,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46260,'Yes',2,0,18303,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46261,'No',5,0,18303,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46262,'N/A',0,0,18303,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46263,'Other',20,0,18303,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46264,'Yes',0,0,18305,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46265,'No',4,0,18305,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46266,'N/A',0,0,18305,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46267,'Other',20,0,18305,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46268,'Yes',0,0,18307,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46269,'No',5,0,18307,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46270,'N/A',0,0,18307,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46271,'Other',20,0,18307,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46272,'Yes',0,0,18309,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46273,'No',4,0,18309,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46274,'N/A',0,0,18309,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46275,'Other',20,0,18309,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46276,'Yes',0,0,18311,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46277,'No',5,0,18311,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46278,'N/A',0,0,18311,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46279,'Other',20,0,18311,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46280,'Yes',0,0,18313,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46281,'No',5,0,18313,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46282,'N/A',0,0,18313,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46283,'Other',20,0,18313,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46284,'Yes',0,0,18315,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46285,'No',7,0,18315,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46286,'N/A',0,0,18315,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46287,'Other',20,0,18315,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46288,'Yes',2,0,18316,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46289,'No',6,0,18316,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46290,'No',0,0,18316,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46291,'N/A',0,0,18316,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46292,'Yes',0,0,18317,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46293,'No',4,0,18317,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46294,'No',7,0,18317,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46295,'N/A',0,0,18317,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46296,'Other',20,0,18317,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46297,'Yes',0,0,18318,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46298,'No',6,0,18318,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46299,'NA',0,0,18318,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46300,'Other',20,0,18318,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46301,'Yes',0,0,18319,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46302,'Yes',0,0,18319,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46303,'NA',0,0,18319,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46304,'Other',20,0,18319,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46305,'Yes',1,0,18320,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46306,'No',0,0,18320,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46307,'Other',20,0,18320,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46308,'Yes',0,0,18321,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46309,'No',9,0,18321,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46310,'NA',0,0,18321,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46311,'Other',20,0,18321,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46312,'Yes',0,0,18322,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46313,'No',7,0,18322,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46314,'NA',0,0,18322,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46315,'Other',20,0,18322,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46316,'Yes',0,0,18323,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46317,'No',6,0,18323,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46318,'NA',0,0,18323,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46319,'Other',20,0,18323,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46320,'Yes',0,0,18324,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46321,'No',6,0,18324,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46322,'NA',0,0,18324,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46323,'Other',20,0,18324,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46324,'Yes',0,0,18325,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46325,'No',8,0,18325,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46326,'NA',0,0,18325,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46327,'Other',20,0,18325,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46328,'Yes',3,0,18326,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46329,'Yes',4,0,18326,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46330,'Yes',5,0,18326,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46331,'Other',20,0,18326,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46332,'Yes',1,0,18327,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46333,'Yes',0,0,18327,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46334,'No',5,0,18327,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46335,'Other',20,0,18327,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46336,'Yes',0,0,18328,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46337,'No',5,0,18328,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46338,'NA',5,0,18328,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46339,'Other',20,0,18328,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46340,'Yes',0,0,18329,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46341,'No',5,0,18329,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46342,'N/A',0,0,18329,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46343,'Other',20,0,18329,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46344,'Yes',0,0,18330,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46345,'No',5,0,18330,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46346,'Other',20,0,18330,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46347,'N/A',0,0,18330,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46348,'Yes',0,0,18331,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46349,'No',5,0,18331,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46350,'NA',0,0,18331,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46351,'Other',20,0,18331,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46352,'Yes',0,0,18332,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46353,'No',5,0,18332,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46354,'NA',0,0,18332,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46355,'Other',20,0,18332,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46356,'Yes',0,0,18333,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46357,'No',5,0,18333,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46358,'NA',0,0,18333,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46359,'Other',20,0,18333,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46360,'Yes',0,0,18334,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46361,'No',5,0,18334,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46362,'Other',20,0,18334,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46363,'N/A',0,0,18334,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46364,'Yes',0,0,18335,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46365,'Yes',0,0,18335,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46366,'No',5,0,18335,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46367,'N/A',0,0,18335,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46368,'Other',20,0,18335,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46369,'Detached',1,0,18336,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46370,'Semi Detached',2,0,18336,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46371,'Terraced',3,0,18336,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46372,'Linked-Detached',1,0,18336,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46373,'Other',20,0,18336,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46374,'House',1,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46375,'Bungalow',1,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46376,'Block of Flats - Studios up to 6 Floor Levels',3,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46377,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46378,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46379,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46380,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46381,'Underground Property',1,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46382,'Factory/ Warehouse',3,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46383,'Garage/ Workshop',3,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46384,'Retail Shop',2,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46385,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46386,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46387,'Other',20,0,18337,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46388,'1-5',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46389,'5-10',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46390,'10-15',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46391,'15-20',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46392,'20-25',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46393,'25-30',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46394,'30-35',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46395,'35-40',0,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46396,'Other',20,0,18338,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46397,'1',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46398,'2',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46399,'3',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46400,'4',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46401,'5',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46402,'6',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46403,'7',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46404,'8',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46405,'9',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46406,'10',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46407,'11',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46408,'12',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46409,'13',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46410,'14',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46411,'15',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46412,'16',1,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46413,'N/A',0,0,18341,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46414,'1',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46415,'2',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46416,'3',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46417,'4',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46418,'5',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46419,'6',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46420,'7',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46421,'8',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46422,'9',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46423,'10',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46424,'11',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46425,'12',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46426,'13',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46427,'14',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46428,'15',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46429,'16',2,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46430,'N/A',0,0,18342,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46431,'Yes',1,0,18344,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46432,'No',3,0,18344,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46433,'Unknown',3,0,18344,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46434,'Stone',0,0,18344,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46435,'Other',20,0,18344,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46436,'Yes',1,0,18345,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46437,'No',5,0,18345,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46438,'Unknown',5,0,18345,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46439,'Stone',0,0,18345,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46440,'Other',20,0,18345,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46441,'No',5,0,18346,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46442,'Unknown',5,0,18346,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46443,'Stone',0,0,18346,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46444,'Other',20,0,18346,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46445,'Wood',2,0,18347,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46446,'Plastics',1,0,18347,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46447,'Aluminium',0,0,18347,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46448,'Stone',0,0,18347,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46449,'Other',20,0,18347,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46450,'0%',0,0,18348,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46451,'25%',0,0,18348,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46452,'50%',0,0,18348,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46453,'75%',0,0,18348,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46454,'100%',0,0,18348,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46455,'0%',0,0,18350,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46456,'25%',1,0,18350,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46457,'50%',1,0,18350,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46458,'75%',1,0,18350,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46459,'100%',1,0,18350,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46460,'0%',0,0,18351,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46461,'25%',0,0,18351,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46462,'50%',0,0,18351,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46463,'75%',0,0,18351,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46464,'100%',0,0,18351,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46465,'0%',0,0,18352,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46466,'25%',3,0,18352,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46467,'50%',3,0,18352,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46468,'75%',3,0,18352,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46469,'100%',3,0,18352,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46470,'0%',0,0,18353,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46471,'25%',1,0,18353,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46472,'50%',1,0,18353,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46473,'75%',1,0,18353,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46474,'100%',1,0,18353,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46475,'0%',0,0,18354,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46476,'25%',5,0,18354,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46477,'50%',5,0,18354,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46478,'75%',5,0,18354,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46479,'100%',5,0,18354,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46480,'0%',0,0,18355,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46481,'25%',5,0,18355,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46482,'50%',5,0,18355,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46483,'75%',5,0,18355,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46484,'100%',5,0,18355,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46485,'0%',0,0,18356,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46486,'25%',1,0,18356,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46487,'50%',1,0,18356,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46488,'75%',1,0,18356,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46489,'100%',1,0,18356,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46490,'Other',20,0,18357,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46491,'25%',1,0,18357,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46492,'50%',1,0,18357,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46493,'75%',1,0,18357,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46494,'100%',1,0,18357,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46495,'0%',0,0,18359,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46496,'25%',1,0,18359,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46497,'50%',1,0,18359,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46498,'75%',1,0,18359,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46499,'100%',1,0,18359,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46500,'0%',0,0,18360,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46501,'25%',2,0,18360,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46502,'50%',2,0,18360,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46503,'75%',2,0,18360,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46504,'100%',2,0,18360,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46505,'0%',0,0,18361,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46506,'25%',1,0,18361,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46507,'50%',1,0,18361,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46508,'75%',1,0,18361,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46509,'100%',1,0,18361,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46510,'Solid concrete all levels',0,0,18362,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46511,'Timber joists all levels',3,0,18362,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46512,'Concrete lowest floor – Timber above higher levels',3,0,18362,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46513,'Other',20,0,18362,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46514,'Yes',1,0,18365,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46515,'No',6,0,18365,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46516,'Yes',2,0,18367,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46517,'No',8,0,18367,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46518,'Yes',1,0,18369,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46519,'No',6,0,18369,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46520,'Yes',1,0,18371,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46521,'No',6,0,18371,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46522,'Yes',1,0,18373,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46523,'No',6,0,18373,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46524,'Yes',1,0,18377,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46525,'No',3,0,18377,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46526,'Yes',1,0,18379,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46527,'No',3,0,18379,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46528,'Yes',1,0,18381,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46529,'No',3,0,18381,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46530,'Very Good',1,0,18383,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46531,'Good',1,0,18383,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46532,'Fair',1,0,18383,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46533,'Poor',2,0,18383,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46534,'Very Poor',2,0,18383,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(46535,'Director',0,0,18390,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46536,'Owner Landlord',0,0,18390,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46537,'Site Maitenance',0,0,18390,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46538,'Estate Agent',0,0,18390,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46539,'Letting Agent',0,0,18390,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46540,'Other',0,0,18390,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46541,'Property Agent',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46542,'Owner Landlord',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46543,'Site Manager',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46544,'Property Manager',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46545,'Construction Manager',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46546,'Fire Warden',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46547,'Director',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46548,'CEO',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46549,'Other',0,0,18391,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46550,'A Property Within Building Block',0,0,18392,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46551,'All Of The Property',0,0,18392,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46552,'Communal Areas Only',0,0,18392,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46553,'House',0,0,18392,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46554,'Flat',0,0,18392,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46555,'Other',0,0,18392,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46556,'Nebosh',0,0,18399,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46557,'Level 2 Fire Risk Assessor',0,0,18399,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46558,'Competant Person',0,0,18399,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46559,'Yes',0,0,18401,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46560,'No',2,0,18401,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46561,'Other',20,0,18401,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46562,'N/A',0,0,18401,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46563,'Yes',0,0,18402,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46564,'No',2,0,18402,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46565,'Other',20,0,18402,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46566,'N/A',0,0,18402,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46567,'Yes',0,0,18403,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46568,'No',2,0,18403,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46569,'Other',20,0,18403,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46570,'N/A',0,0,18403,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46571,'Yes',0,0,18405,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46572,'No',2,0,18405,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46573,'Other',20,0,18405,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46574,'N/A',0,0,18405,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46575,'Yes',0,0,18407,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46576,'No',2,0,18407,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46577,'Other',20,0,18407,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46578,'N/A',0,0,18407,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46579,'Yes',0,0,18408,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46580,'No',2,0,18408,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46581,'Other',20,0,18408,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46582,'N/A',0,0,18408,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46583,'Yes',0,0,18409,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46584,'No',3,0,18409,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46585,'Other',20,0,18409,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46586,'N/A',0,0,18409,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46587,'Yes',0,0,18411,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46588,'No',3,0,18411,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46589,'Other',20,0,18411,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46590,'N/A',0,0,18411,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46591,'Yes',0,0,18412,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46592,'No',4,0,18412,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46593,'No Disabled',0,0,18412,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46594,'Other',20,0,18412,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46595,'N/A',0,0,18412,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46596,'Yes',0,0,18413,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46597,'No',4,0,18413,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46598,'Other',20,0,18413,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46599,'N/A',0,0,18413,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46600,'Yes',0,0,18414,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46601,'No',3,0,18414,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46602,'Other',20,0,18414,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46603,'N/A',0,0,18414,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46604,'Yes',0,0,18415,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46605,'No',4,0,18415,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46606,'Other',20,0,18415,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46607,'N/A',0,0,18415,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46608,'Yes',0,0,18416,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46609,'No',4,0,18416,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46610,'Other',20,0,18416,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46611,'N/A',0,0,18416,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46612,'Yes',0,0,18417,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46613,'No',5,0,18417,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46614,'Other',20,0,18417,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46615,'N/A',0,0,18417,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46616,'Yes',0,0,18418,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46617,'Yes',3,0,18418,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46618,'No',6,0,18418,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46619,'Other',20,0,18418,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46620,'N/A',0,0,18418,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46621,'Yes',0,0,18419,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46622,'No',5,0,18419,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46623,'Other',20,0,18419,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46624,'N/A',0,0,18419,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46625,'Yes',0,0,18421,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46626,'No 1',7,0,18421,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46627,'No 2',7,0,18421,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46628,'Other',20,0,18421,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46629,'N/A',0,0,18421,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46630,'Yes',0,0,18423,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46631,'No 1',5,0,18423,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46632,'No 2',5,0,18423,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46633,'Yes',0,0,18424,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46634,'Option',5,0,18424,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46635,'No',8,0,18424,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46636,'N/A',0,0,18424,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46637,'Other',20,0,18424,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46638,'Yes 1',1,0,18426,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46639,'Yes 2',0,0,18426,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46640,'No',7,0,18426,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46641,'N/A',0,0,18426,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46642,'Other',20,0,18426,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46643,'Yes',0,0,18428,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46644,'No',8,0,18428,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46645,'Other',20,0,18428,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46646,'N/A',0,0,18428,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46647,'Yes',0,0,18429,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46648,'No',8,0,18429,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46649,'Other',20,0,18429,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46650,'N/A',0,0,18429,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46651,'Yes',0,0,18430,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46652,'No',8,0,18430,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46653,'Other',20,0,18430,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46654,'N/A',0,0,18430,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46655,'Yes',0,0,18432,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46656,'No',8,0,18432,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46657,'Other',20,0,18432,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46658,'N/A',0,0,18432,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46659,'Yes',0,0,18433,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46660,'No',6,0,18433,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46661,'Other',20,0,18433,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46662,'N/A',0,0,18433,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46663,'Yes',0,0,18435,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46664,'Yes',2,0,18435,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46665,'No',5,0,18435,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46666,'N/A',0,0,18435,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46667,'Other',20,0,18435,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46668,'Yes',0,0,18437,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46669,'Yes',2,0,18437,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46670,'No',5,0,18437,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46671,'N/A',0,0,18437,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46672,'Other',20,0,18437,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46673,'Yes',0,0,18439,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46674,'No',4,0,18439,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46675,'N/A',0,0,18439,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46676,'Other',20,0,18439,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46677,'Yes',0,0,18441,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46678,'No',5,0,18441,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46679,'N/A',0,0,18441,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46680,'Other',20,0,18441,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46681,'Yes',0,0,18443,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46682,'No',4,0,18443,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46683,'N/A',0,0,18443,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46684,'Other',20,0,18443,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46685,'Yes',0,0,18445,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46686,'No',5,0,18445,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46687,'N/A',0,0,18445,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46688,'Other',20,0,18445,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46689,'Yes',0,0,18447,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46690,'No',5,0,18447,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46691,'N/A',0,0,18447,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46692,'Other',20,0,18447,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46693,'Yes',0,0,18449,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46694,'No',7,0,18449,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46695,'N/A',0,0,18449,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46696,'Other',20,0,18449,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46697,'Yes',2,0,18450,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46698,'No',6,0,18450,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46699,'No',0,0,18450,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46700,'N/A',0,0,18450,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46701,'Yes',0,0,18451,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46702,'No',4,0,18451,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46703,'No',7,0,18451,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46704,'N/A',0,0,18451,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46705,'Other',20,0,18451,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46706,'Yes',0,0,18452,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46707,'No',6,0,18452,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46708,'NA',0,0,18452,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46709,'Other',20,0,18452,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46710,'Yes',0,0,18453,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46711,'Yes',0,0,18453,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46712,'NA',0,0,18453,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46713,'Other',20,0,18453,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46714,'Yes',1,0,18454,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46715,'No',0,0,18454,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46716,'Other',20,0,18454,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46717,'Yes',0,0,18455,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46718,'No',9,0,18455,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46719,'NA',0,0,18455,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46720,'Other',20,0,18455,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46721,'Yes',0,0,18456,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46722,'No',7,0,18456,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46723,'NA',0,0,18456,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46724,'Other',20,0,18456,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46725,'Yes',0,0,18457,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46726,'No',6,0,18457,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46727,'NA',0,0,18457,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46728,'Other',20,0,18457,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46729,'Yes',0,0,18458,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46730,'No',6,0,18458,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46731,'NA',0,0,18458,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46732,'Other',20,0,18458,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46733,'Yes',0,0,18459,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46734,'No',8,0,18459,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46735,'NA',0,0,18459,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46736,'Other',20,0,18459,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46737,'Yes',3,0,18460,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46738,'Yes',4,0,18460,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46739,'Yes',5,0,18460,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46740,'Other',20,0,18460,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46741,'Yes',1,0,18461,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46742,'Yes',0,0,18461,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46743,'No',5,0,18461,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46744,'Other',20,0,18461,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46745,'Yes',0,0,18462,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46746,'No',5,0,18462,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46747,'NA',5,0,18462,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46748,'Other',20,0,18462,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46749,'Yes',0,0,18463,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46750,'No',5,0,18463,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46751,'N/A',0,0,18463,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46752,'Other',20,0,18463,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46753,'Yes',0,0,18464,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46754,'No',5,0,18464,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46755,'Other',20,0,18464,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46756,'N/A',0,0,18464,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46757,'Yes',0,0,18465,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46758,'No',5,0,18465,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46759,'NA',0,0,18465,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46760,'Other',20,0,18465,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46761,'Yes',0,0,18466,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46762,'No',5,0,18466,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46763,'NA',0,0,18466,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46764,'Other',20,0,18466,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46765,'Yes',0,0,18467,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46766,'No',5,0,18467,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46767,'NA',0,0,18467,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46768,'Other',20,0,18467,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46769,'Yes',0,0,18468,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46770,'No',5,0,18468,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46771,'Other',20,0,18468,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46772,'N/A',0,0,18468,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46773,'Yes',0,0,18469,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46774,'Yes',0,0,18469,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46775,'No',5,0,18469,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46776,'N/A',0,0,18469,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46777,'Other',20,0,18469,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46778,'Detached',1,0,18470,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46779,'Semi Detached',2,0,18470,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46780,'Terraced',3,0,18470,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46781,'Linked-Detached',1,0,18470,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46782,'Other',20,0,18470,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46783,'House',1,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46784,'Bungalow',1,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46785,'Block of Flats - Studios up to 6 Floor Levels',3,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46786,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46787,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46788,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46789,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46790,'Underground Property',1,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46791,'Factory/ Warehouse',3,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46792,'Garage/ Workshop',3,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46793,'Retail Shop',2,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46794,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46795,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46796,'Other',20,0,18471,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46797,'1-5',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46798,'5-10',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46799,'10-15',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46800,'15-20',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46801,'20-25',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46802,'25-30',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46803,'30-35',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46804,'35-40',0,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46805,'Other',20,0,18472,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46806,'1',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46807,'2',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46808,'3',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46809,'4',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46810,'5',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46811,'6',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46812,'7',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46813,'8',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46814,'9',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46815,'10',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46816,'11',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46817,'12',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46818,'13',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46819,'14',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46820,'15',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46821,'16',1,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46822,'N/A',0,0,18475,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46823,'1',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46824,'2',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46825,'3',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46826,'4',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46827,'5',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46828,'6',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46829,'7',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46830,'8',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46831,'9',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46832,'10',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46833,'11',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46834,'12',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46835,'13',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46836,'14',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46837,'15',2,0,18476,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(46838,'16',2,0,18476,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46839,'N/A',0,0,18476,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46840,'0%',0,0,18478,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46841,'25%',0,0,18478,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46842,'50%',0,0,18478,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46843,'75%',0,0,18478,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46844,'100%',0,0,18478,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46845,'0%',0,0,18479,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46846,'25%',1,0,18479,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46847,'50%',1,0,18479,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46848,'75%',1,0,18479,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46849,'100%',1,0,18479,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46850,'0%',0,0,18480,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46851,'25%',0,0,18480,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46852,'50%',0,0,18480,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46853,'75%',0,0,18480,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46854,'100%',0,0,18480,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46855,'0%',0,0,18481,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46856,'25%',3,0,18481,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46857,'50%',3,0,18481,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46858,'75%',3,0,18481,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46859,'100%',3,0,18481,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46860,'0%',0,0,18482,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46861,'25%',1,0,18482,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46862,'50%',1,0,18482,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46863,'75%',1,0,18482,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46864,'100%',1,0,18482,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46865,'0%',0,0,18483,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46866,'25%',5,0,18483,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46867,'50%',5,0,18483,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46868,'75%',5,0,18483,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46869,'100%',5,0,18483,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46870,'0%',0,0,18484,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46871,'25%',5,0,18484,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46872,'50%',5,0,18484,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46873,'75%',5,0,18484,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46874,'100%',5,0,18484,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46875,'0%',0,0,18485,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46876,'25%',1,0,18485,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46877,'50%',1,0,18485,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46878,'75%',1,0,18485,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46879,'100%',1,0,18485,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46880,'Other',20,0,18486,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46881,'25%',1,0,18486,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46882,'50%',1,0,18486,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46883,'75%',1,0,18486,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46884,'100%',1,0,18486,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46885,'Solid concrete all levels',0,0,18487,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46886,'Timber joists all levels',3,0,18487,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46887,'Concrete lowest floor – Timber above higher levels',3,0,18487,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46888,'Other',20,0,18487,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46889,'Yes',1,0,18488,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46890,'No',3,0,18488,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46891,'Unknown',3,0,18488,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46892,'Stone',0,0,18488,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46893,'Other',20,0,18488,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46894,'Yes',1,0,18490,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46895,'No',5,0,18490,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46896,'Unknown',5,0,18490,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46897,'Stone',0,0,18490,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46898,'Other',20,0,18490,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46899,'No',5,0,18491,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46900,'Unknown',5,0,18491,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46901,'Stone',0,0,18491,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46902,'Other',20,0,18491,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46903,'Wood',2,0,18492,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46904,'Plastics',1,0,18492,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46905,'Aluminium',0,0,18492,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46906,'Stone',0,0,18492,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46907,'Other',20,0,18492,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46908,'0%',0,0,18494,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46909,'25%',1,0,18494,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46910,'50%',1,0,18494,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46911,'75%',1,0,18494,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46912,'100%',1,0,18494,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46913,'0%',0,0,18495,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46914,'25%',2,0,18495,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46915,'50%',2,0,18495,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46916,'75%',2,0,18495,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46917,'100%',2,0,18495,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46918,'0%',0,0,18496,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46919,'25%',1,0,18496,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46920,'50%',1,0,18496,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46921,'75%',1,0,18496,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46922,'100%',1,0,18496,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46923,'Yes',1,0,18499,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46924,'No',6,0,18499,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46925,'Yes',2,0,18501,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46926,'No',8,0,18501,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46927,'Yes',1,0,18503,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46928,'No',6,0,18503,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46929,'Yes',1,0,18505,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46930,'No',6,0,18505,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46931,'Yes',1,0,18507,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46932,'No',6,0,18507,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46933,'Yes',1,0,18511,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46934,'No',3,0,18511,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46935,'Yes',1,0,18513,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46936,'No',3,0,18513,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46937,'Yes',1,0,18515,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46938,'No',3,0,18515,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46939,'Very Good',1,0,18517,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46940,'Good',1,0,18517,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46941,'Fair',1,0,18517,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46942,'Poor',2,0,18517,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46943,'Very Poor',2,0,18517,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(46944,'Director',0,0,18524,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46945,'Owner Landlord',0,0,18524,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46946,'Site Maitenance',0,0,18524,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46947,'Estate Agent',0,0,18524,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46948,'Letting Agent',0,0,18524,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46949,'Other',0,0,18524,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46950,'Property Agent',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46951,'Owner Landlord',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46952,'Site Manager',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46953,'Property Manager',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46954,'Construction Manager',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46955,'Fire Warden',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46956,'Director',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46957,'CEO',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46958,'Other',0,0,18525,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46959,'A Property Within Building Block',0,0,18526,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46960,'All Of The Property',0,0,18526,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46961,'Communal Areas Only',0,0,18526,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46962,'House',0,0,18526,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46963,'Flat',0,0,18526,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46964,'Other',0,0,18526,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46965,'Nebosh',0,0,18533,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46966,'Level 2 Fire Risk Assessor',0,0,18533,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46967,'Competant Person',0,0,18533,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46968,'Yes',0,0,18535,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46969,'No',2,0,18535,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46970,'Other',20,0,18535,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46971,'N/A',0,0,18535,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46972,'Yes',0,0,18536,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46973,'No',2,0,18536,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46974,'Other',20,0,18536,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46975,'N/A',0,0,18536,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46976,'Yes',0,0,18537,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46977,'No',2,0,18537,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46978,'Other',20,0,18537,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46979,'N/A',0,0,18537,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46980,'Yes',0,0,18539,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46981,'No',2,0,18539,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46982,'Other',20,0,18539,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46983,'N/A',0,0,18539,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46984,'Yes',0,0,18541,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46985,'No',2,0,18541,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46986,'Other',20,0,18541,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46987,'N/A',0,0,18541,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46988,'Yes',0,0,18542,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46989,'No',2,0,18542,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46990,'Other',20,0,18542,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46991,'N/A',0,0,18542,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46992,'Yes',0,0,18543,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46993,'No',3,0,18543,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46994,'Other',20,0,18543,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46995,'N/A',0,0,18543,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46996,'Yes',0,0,18545,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46997,'No',3,0,18545,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46998,'Other',20,0,18545,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(46999,'N/A',0,0,18545,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47000,'Yes',0,0,18546,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47001,'No',4,0,18546,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47002,'No Disabled',0,0,18546,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47003,'Other',20,0,18546,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47004,'N/A',0,0,18546,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47005,'Yes',0,0,18547,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47006,'No',4,0,18547,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47007,'Other',20,0,18547,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47008,'N/A',0,0,18547,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47009,'Yes',0,0,18548,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47010,'No',3,0,18548,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47011,'Other',20,0,18548,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47012,'N/A',0,0,18548,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47013,'Yes',0,0,18549,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47014,'No',4,0,18549,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47015,'Other',20,0,18549,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47016,'N/A',0,0,18549,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47017,'Yes',0,0,18550,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47018,'No',4,0,18550,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47019,'Other',20,0,18550,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47020,'N/A',0,0,18550,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47021,'Yes',0,0,18551,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47022,'No',5,0,18551,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47023,'Other',20,0,18551,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47024,'N/A',0,0,18551,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47025,'Yes',0,0,18552,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47026,'Yes',3,0,18552,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47027,'No',6,0,18552,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47028,'Other',20,0,18552,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47029,'N/A',0,0,18552,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47030,'Yes',0,0,18553,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47031,'No',5,0,18553,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47032,'Other',20,0,18553,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47033,'N/A',0,0,18553,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47034,'Yes',0,0,18555,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47035,'No 1',7,0,18555,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47036,'No 2',7,0,18555,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47037,'Other',20,0,18555,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47038,'N/A',0,0,18555,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47039,'Yes',0,0,18557,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47040,'No 1',5,0,18557,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47041,'No 2',5,0,18557,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47042,'Yes',0,0,18558,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47043,'Option',5,0,18558,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47044,'No',8,0,18558,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47045,'N/A',0,0,18558,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47046,'Other',20,0,18558,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47047,'Yes 1',1,0,18560,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47048,'Yes 2',0,0,18560,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47049,'No',7,0,18560,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47050,'N/A',0,0,18560,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47051,'Other',20,0,18560,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47052,'Yes',0,0,18562,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47053,'No',8,0,18562,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47054,'Other',20,0,18562,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47055,'N/A',0,0,18562,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47056,'Yes',0,0,18563,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47057,'No',8,0,18563,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47058,'Other',20,0,18563,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47059,'N/A',0,0,18563,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47060,'Yes',0,0,18564,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47061,'No',8,0,18564,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47062,'Other',20,0,18564,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47063,'N/A',0,0,18564,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47064,'Yes',0,0,18566,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47065,'No',8,0,18566,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47066,'Other',20,0,18566,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47067,'N/A',0,0,18566,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47068,'Yes',0,0,18567,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47069,'No',6,0,18567,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47070,'Other',20,0,18567,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47071,'N/A',0,0,18567,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47072,'Yes',0,0,18569,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47073,'Yes',2,0,18569,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47074,'No',5,0,18569,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47075,'N/A',0,0,18569,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47076,'Other',20,0,18569,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47077,'Yes',0,0,18571,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47078,'Yes',2,0,18571,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47079,'No',5,0,18571,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47080,'N/A',0,0,18571,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47081,'Other',20,0,18571,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47082,'Yes',0,0,18573,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47083,'No',4,0,18573,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47084,'N/A',0,0,18573,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47085,'Other',20,0,18573,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47086,'Yes',0,0,18575,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47087,'No',5,0,18575,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47088,'N/A',0,0,18575,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47089,'Other',20,0,18575,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47090,'Yes',0,0,18577,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47091,'No',4,0,18577,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47092,'N/A',0,0,18577,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47093,'Other',20,0,18577,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47094,'Yes',0,0,18579,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47095,'No',5,0,18579,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47096,'N/A',0,0,18579,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47097,'Other',20,0,18579,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47098,'Yes',0,0,18581,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47099,'No',5,0,18581,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47100,'N/A',0,0,18581,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47101,'Other',20,0,18581,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47102,'Yes',0,0,18583,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47103,'No',7,0,18583,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47104,'N/A',0,0,18583,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47105,'Other',20,0,18583,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47106,'Yes',2,0,18584,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47107,'No',6,0,18584,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47108,'No',0,0,18584,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47109,'N/A',0,0,18584,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47110,'Yes',0,0,18585,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47111,'No',4,0,18585,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47112,'No',7,0,18585,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47113,'N/A',0,0,18585,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47114,'Other',20,0,18585,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47115,'Yes',0,0,18586,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47116,'No',6,0,18586,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47117,'NA',0,0,18586,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47118,'Other',20,0,18586,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47119,'Yes',0,0,18587,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47120,'Yes',0,0,18587,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47121,'NA',0,0,18587,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47122,'Other',20,0,18587,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47123,'Yes',1,0,18588,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47124,'No',0,0,18588,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47125,'Other',20,0,18588,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47126,'Yes',0,0,18589,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47127,'No',9,0,18589,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47128,'NA',0,0,18589,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47129,'Other',20,0,18589,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47130,'Yes',0,0,18590,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47131,'No',7,0,18590,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47132,'NA',0,0,18590,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47133,'Other',20,0,18590,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47134,'Yes',0,0,18591,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47135,'No',6,0,18591,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47136,'NA',0,0,18591,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47137,'Other',20,0,18591,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47138,'Yes',0,0,18592,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47139,'No',6,0,18592,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47140,'NA',0,0,18592,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47141,'Other',20,0,18592,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47142,'Yes',0,0,18593,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47143,'No',8,0,18593,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47144,'NA',0,0,18593,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47145,'Other',20,0,18593,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47146,'Yes',3,0,18594,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47147,'Yes',4,0,18594,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47148,'Yes',5,0,18594,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47149,'Other',20,0,18594,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47150,'Yes',1,0,18595,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47151,'Yes',0,0,18595,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47152,'No',5,0,18595,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47153,'Other',20,0,18595,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47154,'Yes',0,0,18596,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47155,'No',5,0,18596,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47156,'NA',5,0,18596,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47157,'Other',20,0,18596,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47158,'Yes',0,0,18597,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47159,'No',5,0,18597,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47160,'N/A',0,0,18597,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47161,'Other',20,0,18597,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47162,'Yes',0,0,18598,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47163,'No',5,0,18598,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47164,'Other',20,0,18598,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47165,'N/A',0,0,18598,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47166,'Yes',0,0,18599,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47167,'No',5,0,18599,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47168,'NA',0,0,18599,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47169,'Other',20,0,18599,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47170,'Yes',0,0,18600,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47171,'No',5,0,18600,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47172,'NA',0,0,18600,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47173,'Other',20,0,18600,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47174,'Yes',0,0,18601,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47175,'No',5,0,18601,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47176,'NA',0,0,18601,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47177,'Other',20,0,18601,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47178,'Yes',0,0,18602,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47179,'No',5,0,18602,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47180,'Other',20,0,18602,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47181,'N/A',0,0,18602,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47182,'Yes',0,0,18603,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47183,'Yes',0,0,18603,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47184,'No',5,0,18603,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47185,'N/A',0,0,18603,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47186,'Other',20,0,18603,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47187,'Detached',1,0,18604,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47188,'Semi Detached',2,0,18604,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47189,'Terraced',3,0,18604,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47190,'Linked-Detached',1,0,18604,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47191,'Other',20,0,18604,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47192,'House',1,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47193,'Bungalow',1,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47194,'Block of Flats - Studios up to 6 Floor Levels',3,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47195,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47196,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47197,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47198,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47199,'Underground Property',1,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47200,'Factory/ Warehouse',3,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47201,'Garage/ Workshop',3,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47202,'Retail Shop',2,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47203,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47204,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47205,'Other',20,0,18605,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47206,'1-5',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47207,'5-10',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47208,'10-15',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47209,'15-20',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47210,'20-25',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47211,'25-30',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47212,'30-35',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47213,'35-40',0,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47214,'Other',20,0,18606,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47215,'1',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47216,'2',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47217,'3',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47218,'4',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47219,'5',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47220,'6',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47221,'7',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47222,'8',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47223,'9',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47224,'10',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47225,'11',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47226,'12',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47227,'13',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47228,'14',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47229,'15',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47230,'16',1,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47231,'N/A',0,0,18609,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47232,'1',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47233,'2',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47234,'3',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47235,'4',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47236,'5',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47237,'6',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47238,'7',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47239,'8',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47240,'9',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47241,'10',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47242,'11',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47243,'12',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47244,'13',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47245,'14',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47246,'15',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47247,'16',2,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47248,'N/A',0,0,18610,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47249,'0%',0,0,18612,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47250,'25%',0,0,18612,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47251,'50%',0,0,18612,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47252,'75%',0,0,18612,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47253,'100%',0,0,18612,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47254,'0%',0,0,18613,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47255,'25%',1,0,18613,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47256,'50%',1,0,18613,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47257,'75%',1,0,18613,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47258,'100%',1,0,18613,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47259,'0%',0,0,18614,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47260,'25%',0,0,18614,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47261,'50%',0,0,18614,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47262,'75%',0,0,18614,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47263,'100%',0,0,18614,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47264,'0%',0,0,18615,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47265,'25%',3,0,18615,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47266,'50%',3,0,18615,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47267,'75%',3,0,18615,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47268,'100%',3,0,18615,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47269,'0%',0,0,18616,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47270,'25%',1,0,18616,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47271,'50%',1,0,18616,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47272,'75%',1,0,18616,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47273,'100%',1,0,18616,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47274,'0%',0,0,18617,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47275,'25%',5,0,18617,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47276,'50%',5,0,18617,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47277,'75%',5,0,18617,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47278,'100%',5,0,18617,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47279,'0%',0,0,18618,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47280,'25%',5,0,18618,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47281,'50%',5,0,18618,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47282,'75%',5,0,18618,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47283,'100%',5,0,18618,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47284,'0%',0,0,18619,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47285,'25%',1,0,18619,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47286,'50%',1,0,18619,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47287,'75%',1,0,18619,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47288,'100%',1,0,18619,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47289,'Other',20,0,18620,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47290,'25%',1,0,18620,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47291,'50%',1,0,18620,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47292,'75%',1,0,18620,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47293,'100%',1,0,18620,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47294,'Solid concrete all levels',0,0,18621,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47295,'Timber joists all levels',3,0,18621,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47296,'Concrete lowest floor – Timber above higher levels',3,0,18621,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47297,'Other',20,0,18621,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47298,'Yes',1,0,18622,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47299,'No',3,0,18622,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47300,'Unknown',3,0,18622,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47301,'Stone',0,0,18622,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47302,'Other',20,0,18622,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47303,'Yes',1,0,18624,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47304,'No',5,0,18624,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47305,'Unknown',5,0,18624,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47306,'Stone',0,0,18624,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47307,'Other',20,0,18624,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47308,'No',5,0,18625,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47309,'Unknown',5,0,18625,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47310,'Stone',0,0,18625,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47311,'Other',20,0,18625,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47312,'Wood',2,0,18626,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47313,'Plastics',1,0,18626,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47314,'Aluminium',0,0,18626,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47315,'Stone',0,0,18626,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47316,'Other',20,0,18626,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47317,'0%',0,0,18628,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47318,'25%',1,0,18628,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47319,'50%',1,0,18628,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47320,'75%',1,0,18628,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47321,'100%',1,0,18628,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47322,'0%',0,0,18629,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47323,'25%',2,0,18629,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47324,'50%',2,0,18629,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47325,'75%',2,0,18629,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47326,'100%',2,0,18629,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47327,'0%',0,0,18630,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47328,'25%',1,0,18630,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47329,'50%',1,0,18630,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47330,'75%',1,0,18630,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47331,'100%',1,0,18630,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47332,'Yes',1,0,18633,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47333,'No',6,0,18633,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47334,'Yes',2,0,18635,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47335,'No',8,0,18635,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47336,'Yes',1,0,18637,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47337,'No',6,0,18637,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47338,'Yes',1,0,18639,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47339,'No',6,0,18639,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47340,'Yes',1,0,18641,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47341,'No',6,0,18641,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47342,'Yes',1,0,18645,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47343,'No',3,0,18645,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47344,'Yes',1,0,18647,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47345,'No',3,0,18647,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47346,'Yes',1,0,18649,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47347,'No',3,0,18649,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47348,'Very Good',1,0,18651,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47349,'Good',1,0,18651,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47350,'Fair',1,0,18651,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47351,'Poor',2,0,18651,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47352,'Very Poor',2,0,18651,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(47353,'Director',0,0,18659,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47354,'Owner Landlord',0,0,18659,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47355,'Site Maitenance',0,0,18659,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47356,'Estate Agent',0,0,18659,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47357,'Letting Agent',0,0,18659,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47358,'Other',0,0,18659,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47359,'Property Agent',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47360,'Owner Landlord',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47361,'Site Manager',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47362,'Property Manager',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47363,'Construction Manager',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47364,'Fire Warden',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47365,'Director',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47366,'CEO',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47367,'Other',0,0,18660,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47368,'A Property Within Building Block',0,0,18661,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47369,'All Of The Property',0,0,18661,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47370,'Communal Areas Only',0,0,18661,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47371,'House',0,0,18661,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47372,'Flat',0,0,18661,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47373,'Other',0,0,18661,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47374,'Nebosh',0,0,18668,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47375,'Level 2 Fire Risk Assessor',0,0,18668,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47376,'Competant Person',0,0,18668,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47377,'Yes',0,0,18670,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47378,'No',2,0,18670,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47379,'Other',20,0,18670,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47380,'N/A',0,0,18670,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47381,'Yes',0,0,18671,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47382,'No',2,0,18671,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47383,'Other',20,0,18671,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47384,'N/A',0,0,18671,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47385,'Yes',0,0,18672,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47386,'No',2,0,18672,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47387,'Other',20,0,18672,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47388,'N/A',0,0,18672,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47389,'Yes',0,0,18674,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47390,'No',2,0,18674,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47391,'Other',20,0,18674,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47392,'N/A',0,0,18674,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47393,'Yes',0,0,18676,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47394,'No',2,0,18676,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47395,'Other',20,0,18676,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47396,'N/A',0,0,18676,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47397,'Yes',0,0,18677,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47398,'No',2,0,18677,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47399,'Other',20,0,18677,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47400,'N/A',0,0,18677,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47401,'Yes',0,0,18678,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47402,'No',3,0,18678,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47403,'Other',20,0,18678,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47404,'N/A',0,0,18678,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47405,'Yes',0,0,18680,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47406,'No',3,0,18680,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47407,'Other',20,0,18680,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47408,'N/A',0,0,18680,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47409,'Yes',0,0,18681,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47410,'No',4,0,18681,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47411,'No Disabled',0,0,18681,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47412,'Other',20,0,18681,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47413,'N/A',0,0,18681,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47414,'Yes',0,0,18682,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47415,'No',4,0,18682,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47416,'Other',20,0,18682,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47417,'N/A',0,0,18682,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47418,'Yes',0,0,18683,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47419,'No',3,0,18683,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47420,'Other',20,0,18683,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47421,'N/A',0,0,18683,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47422,'Yes',0,0,18684,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47423,'No',4,0,18684,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47424,'Other',20,0,18684,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47425,'N/A',0,0,18684,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47426,'Yes',0,0,18685,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47427,'No',4,0,18685,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47428,'Other',20,0,18685,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47429,'N/A',0,0,18685,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47430,'Yes',0,0,18686,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47431,'No',5,0,18686,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47432,'Other',20,0,18686,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47433,'N/A',0,0,18686,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47434,'Yes',0,0,18687,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47435,'Yes',3,0,18687,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47436,'No',6,0,18687,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47437,'Other',20,0,18687,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47438,'N/A',0,0,18687,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47439,'Yes',0,0,18688,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47440,'No',5,0,18688,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47441,'Other',20,0,18688,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47442,'N/A',0,0,18688,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47443,'Yes',0,0,18690,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47444,'No 1',7,0,18690,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47445,'No 2',7,0,18690,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47446,'Other',20,0,18690,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47447,'N/A',0,0,18690,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47448,'Yes',0,0,18692,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47449,'No 1',5,0,18692,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47450,'No 2',5,0,18692,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47451,'Yes',0,0,18693,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47452,'Option',5,0,18693,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47453,'No',8,0,18693,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47454,'N/A',0,0,18693,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47455,'Other',20,0,18693,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47456,'Yes 1',1,0,18695,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47457,'Yes 2',0,0,18695,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47458,'No',7,0,18695,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47459,'N/A',0,0,18695,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47460,'Other',20,0,18695,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47461,'Yes',0,0,18697,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47462,'No',8,0,18697,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47463,'Other',20,0,18697,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47464,'N/A',0,0,18697,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47465,'Yes',0,0,18698,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47466,'No',8,0,18698,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47467,'Other',20,0,18698,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47468,'N/A',0,0,18698,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47469,'Yes',0,0,18699,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47470,'No',8,0,18699,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47471,'Other',20,0,18699,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47472,'N/A',0,0,18699,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47473,'Yes',0,0,18701,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47474,'No',8,0,18701,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47475,'Other',20,0,18701,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47476,'N/A',0,0,18701,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47477,'Yes',0,0,18702,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47478,'No',6,0,18702,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47479,'Other',20,0,18702,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47480,'N/A',0,0,18702,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47481,'Yes',0,0,18704,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47482,'Yes',2,0,18704,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47483,'No',5,0,18704,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47484,'N/A',0,0,18704,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47485,'Other',20,0,18704,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47486,'Yes',0,0,18706,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47487,'Yes',2,0,18706,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47488,'No',5,0,18706,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47489,'N/A',0,0,18706,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47490,'Other',20,0,18706,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47491,'Yes',0,0,18708,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47492,'No',4,0,18708,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47493,'N/A',0,0,18708,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47494,'Other',20,0,18708,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47495,'Yes',0,0,18710,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47496,'No',5,0,18710,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47497,'N/A',0,0,18710,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47498,'Other',20,0,18710,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47499,'Yes',0,0,18712,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47500,'No',4,0,18712,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47501,'N/A',0,0,18712,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47502,'Other',20,0,18712,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47503,'Yes',0,0,18714,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47504,'No',5,0,18714,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47505,'N/A',0,0,18714,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47506,'Other',20,0,18714,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47507,'Yes',0,0,18716,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47508,'No',5,0,18716,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47509,'N/A',0,0,18716,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47510,'Other',20,0,18716,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47511,'Yes',0,0,18718,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47512,'No',7,0,18718,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47513,'N/A',0,0,18718,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47514,'Other',20,0,18718,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47515,'Yes',2,0,18719,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47516,'No',6,0,18719,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47517,'No',0,0,18719,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47518,'N/A',0,0,18719,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47519,'Yes',0,0,18720,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47520,'No',4,0,18720,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47521,'No',7,0,18720,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47522,'N/A',0,0,18720,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47523,'Other',20,0,18720,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47524,'Yes',0,0,18721,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47525,'No',6,0,18721,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47526,'NA',0,0,18721,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47527,'Other',20,0,18721,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47528,'Yes',0,0,18722,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47529,'Yes',0,0,18722,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47530,'NA',0,0,18722,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47531,'Other',20,0,18722,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47532,'Yes',1,0,18723,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47533,'No',0,0,18723,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47534,'Other',20,0,18723,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47535,'Yes',0,0,18724,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47536,'No',9,0,18724,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47537,'NA',0,0,18724,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47538,'Other',20,0,18724,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47539,'Yes',0,0,18725,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47540,'No',7,0,18725,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47541,'NA',0,0,18725,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47542,'Other',20,0,18725,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47543,'Yes',0,0,18726,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47544,'No',6,0,18726,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47545,'NA',0,0,18726,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47546,'Other',20,0,18726,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47547,'Yes',0,0,18727,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47548,'No',6,0,18727,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47549,'NA',0,0,18727,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47550,'Other',20,0,18727,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47551,'Yes',0,0,18728,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47552,'No',8,0,18728,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47553,'NA',0,0,18728,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47554,'Other',20,0,18728,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47555,'Yes',3,0,18729,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47556,'Yes',4,0,18729,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47557,'Yes',5,0,18729,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47558,'Other',20,0,18729,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47559,'Yes',1,0,18730,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47560,'Yes',0,0,18730,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47561,'No',5,0,18730,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47562,'Other',20,0,18730,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47563,'Yes',0,0,18731,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47564,'No',5,0,18731,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47565,'NA',5,0,18731,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47566,'Other',20,0,18731,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47567,'Yes',0,0,18732,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47568,'No',5,0,18732,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47569,'N/A',0,0,18732,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47570,'Other',20,0,18732,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47571,'Yes',0,0,18733,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47572,'No',5,0,18733,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47573,'Other',20,0,18733,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47574,'N/A',0,0,18733,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47575,'Yes',0,0,18734,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47576,'No',5,0,18734,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47577,'NA',0,0,18734,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47578,'Other',20,0,18734,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47579,'Yes',0,0,18735,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47580,'No',5,0,18735,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47581,'NA',0,0,18735,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47582,'Other',20,0,18735,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47583,'Yes',0,0,18736,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47584,'No',5,0,18736,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47585,'NA',0,0,18736,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47586,'Other',20,0,18736,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47587,'Yes',0,0,18737,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47588,'No',5,0,18737,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47589,'Other',20,0,18737,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47590,'N/A',0,0,18737,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47591,'Yes',0,0,18738,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47592,'Yes',0,0,18738,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47593,'No',5,0,18738,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47594,'N/A',0,0,18738,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47595,'Other',20,0,18738,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47596,'Detached',1,0,18739,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47597,'Semi Detached',2,0,18739,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47598,'Terraced',3,0,18739,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47599,'Linked-Detached',1,0,18739,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47600,'Other',20,0,18739,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47601,'House',1,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47602,'Bungalow',1,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47603,'Block of Flats - Studios up to 6 Floor Levels',3,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47604,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47605,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47606,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47607,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47608,'Underground Property',1,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47609,'Factory/ Warehouse',3,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47610,'Garage/ Workshop',3,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47611,'Retail Shop',2,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47612,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47613,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47614,'Other',20,0,18740,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47615,'1-5',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47616,'5-10',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47617,'10-15',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47618,'15-20',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47619,'20-25',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47620,'25-30',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47621,'30-35',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47622,'35-40',0,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47623,'Other',20,0,18741,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47624,'1',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47625,'2',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47626,'3',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47627,'4',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47628,'5',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47629,'6',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47630,'7',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47631,'8',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47632,'9',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47633,'10',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47634,'11',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47635,'12',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47636,'13',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47637,'14',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47638,'15',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47639,'16',1,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47640,'N/A',0,0,18744,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47641,'1',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47642,'2',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47643,'3',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47644,'4',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47645,'5',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47646,'6',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47647,'7',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47648,'8',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47649,'9',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47650,'10',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47651,'11',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47652,'12',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47653,'13',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47654,'14',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47655,'15',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47656,'16',2,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47657,'N/A',0,0,18745,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47658,'0%',0,0,18747,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47659,'25%',0,0,18747,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47660,'50%',0,0,18747,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47661,'75%',0,0,18747,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47662,'100%',0,0,18747,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47663,'0%',0,0,18748,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47664,'25%',1,0,18748,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47665,'50%',1,0,18748,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47666,'75%',1,0,18748,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47667,'100%',1,0,18748,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47668,'0%',0,0,18749,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47669,'25%',0,0,18749,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47670,'50%',0,0,18749,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(47671,'75%',0,0,18749,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47672,'100%',0,0,18749,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47673,'0%',0,0,18750,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47674,'25%',3,0,18750,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47675,'50%',3,0,18750,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47676,'75%',3,0,18750,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47677,'100%',3,0,18750,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47678,'0%',0,0,18751,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47679,'25%',1,0,18751,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47680,'50%',1,0,18751,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47681,'75%',1,0,18751,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47682,'100%',1,0,18751,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47683,'0%',0,0,18752,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47684,'25%',5,0,18752,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47685,'50%',5,0,18752,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47686,'75%',5,0,18752,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47687,'100%',5,0,18752,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47688,'0%',0,0,18753,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47689,'25%',5,0,18753,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47690,'50%',5,0,18753,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47691,'75%',5,0,18753,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47692,'100%',5,0,18753,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47693,'0%',0,0,18754,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47694,'25%',1,0,18754,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47695,'50%',1,0,18754,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47696,'75%',1,0,18754,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47697,'100%',1,0,18754,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47698,'Other',20,0,18755,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47699,'25%',1,0,18755,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47700,'50%',1,0,18755,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47701,'75%',1,0,18755,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47702,'100%',1,0,18755,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47703,'Solid concrete all levels',0,0,18756,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47704,'Timber joists all levels',3,0,18756,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47705,'Concrete lowest floor – Timber above higher levels',3,0,18756,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47706,'Other',20,0,18756,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47707,'Yes',1,0,18757,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47708,'No',3,0,18757,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47709,'Unknown',3,0,18757,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47710,'Stone',0,0,18757,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47711,'Other',20,0,18757,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47712,'Yes',1,0,18759,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47713,'No',5,0,18759,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47714,'Unknown',5,0,18759,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47715,'Stone',0,0,18759,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47716,'Other',20,0,18759,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47717,'No',5,0,18760,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47718,'Unknown',5,0,18760,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47719,'Stone',0,0,18760,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47720,'Other',20,0,18760,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47721,'Wood',2,0,18761,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47722,'Plastics',1,0,18761,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47723,'Aluminium',0,0,18761,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47724,'Stone',0,0,18761,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47725,'Other',20,0,18761,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47726,'0%',0,0,18763,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47727,'25%',1,0,18763,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47728,'50%',1,0,18763,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47729,'75%',1,0,18763,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47730,'100%',1,0,18763,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47731,'0%',0,0,18764,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47732,'25%',2,0,18764,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47733,'50%',2,0,18764,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47734,'75%',2,0,18764,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47735,'100%',2,0,18764,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47736,'0%',0,0,18765,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47737,'25%',1,0,18765,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47738,'50%',1,0,18765,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47739,'75%',1,0,18765,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47740,'100%',1,0,18765,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47741,'Yes',1,0,18768,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47742,'No',6,0,18768,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47743,'Yes',2,0,18770,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47744,'No',8,0,18770,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47745,'Yes',1,0,18772,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47746,'No',6,0,18772,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47747,'Yes',1,0,18774,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47748,'No',6,0,18774,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47749,'Yes',1,0,18776,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47750,'No',6,0,18776,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47751,'Yes',1,0,18780,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47752,'No',3,0,18780,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47753,'Yes',1,0,18782,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47754,'No',3,0,18782,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47755,'Yes',1,0,18784,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47756,'No',3,0,18784,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47757,'Very Good',1,0,18786,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47758,'Good',1,0,18786,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47759,'Fair',1,0,18786,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47760,'Poor',2,0,18786,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47761,'Very Poor',2,0,18786,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(47762,'Director',0,0,18793,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47763,'Owner Landlord',0,0,18793,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47764,'Site Maitenance',0,0,18793,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47765,'Estate Agent',0,0,18793,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47766,'Letting Agent',0,0,18793,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47767,'Other',0,0,18793,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47768,'Property Agent',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47769,'Owner Landlord',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47770,'Site Manager',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47771,'Property Manager',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47772,'Construction Manager',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47773,'Fire Warden',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47774,'Director',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47775,'CEO',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47776,'Other',0,0,18794,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47777,'A Property Within Building Block',0,0,18795,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47778,'All Of The Property',0,0,18795,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47779,'Communal Areas Only',0,0,18795,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47780,'House',0,0,18795,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47781,'Flat',0,0,18795,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47782,'Other',0,0,18795,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47783,'Nebosh',0,0,18802,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47784,'Level 2 Fire Risk Assessor',0,0,18802,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47785,'Competant Person',0,0,18802,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47786,'Fan Heaters',4,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47787,'Electric Heaters',4,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47788,'Gas Heater',5,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47789,'Other Boilers',2,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47790,'Electrical Equipment',3,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47791,'Electrical Leads',3,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47792,'Portable Equipment',3,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47793,'Portable Lighting',2,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47794,'Cooking kitchen Equipment',6,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47795,'Other',20,0,18803,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47796,'Wood/Paper/Cardboard etc',3,0,18805,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47797,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,18805,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47798,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,18805,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47799,'Waste Material Controlled -in locked wheely bin or store',2,0,18805,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47800,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,18805,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47801,'Other',20,0,18805,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47802,'Yes',0,0,18808,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47803,'No',2,0,18808,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47804,'Other',20,0,18808,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47805,'N/A',0,0,18808,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47806,'Yes',0,0,18809,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47807,'No',2,0,18809,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47808,'Other',20,0,18809,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47809,'N/A',0,0,18809,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47810,'Yes',0,0,18810,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47811,'No',2,0,18810,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47812,'Other',20,0,18810,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47813,'N/A',0,0,18810,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47814,'Yes',0,0,18812,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47815,'No',2,0,18812,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47816,'Other',20,0,18812,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47817,'N/A',0,0,18812,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47818,'Yes',0,0,18814,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47819,'No',2,0,18814,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47820,'Other',20,0,18814,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47821,'N/A',0,0,18814,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47822,'Yes',0,0,18815,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47823,'No',2,0,18815,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47824,'Other',20,0,18815,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47825,'N/A',0,0,18815,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47826,'Yes',0,0,18816,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47827,'No',3,0,18816,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47828,'Other',20,0,18816,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47829,'N/A',0,0,18816,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47830,'Yes',0,0,18818,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47831,'No',3,0,18818,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47832,'Other',20,0,18818,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47833,'N/A',0,0,18818,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47834,'Yes',0,0,18819,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47835,'No',4,0,18819,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47836,'No Disabled',0,0,18819,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47837,'Other',20,0,18819,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47838,'N/A',0,0,18819,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47839,'Yes',0,0,18820,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47840,'No',4,0,18820,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47841,'Other',20,0,18820,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47842,'N/A',0,0,18820,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47843,'Yes',0,0,18821,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47844,'No',3,0,18821,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47845,'Other',20,0,18821,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47846,'N/A',0,0,18821,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47847,'Yes',0,0,18822,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47848,'No',4,0,18822,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47849,'Other',20,0,18822,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47850,'N/A',0,0,18822,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47851,'Yes',0,0,18823,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47852,'No',4,0,18823,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47853,'Other',20,0,18823,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47854,'N/A',0,0,18823,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47855,'Yes',0,0,18824,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47856,'No',5,0,18824,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47857,'Other',20,0,18824,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47858,'N/A',0,0,18824,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47859,'Yes',0,0,18825,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47860,'Yes',3,0,18825,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47861,'No',6,0,18825,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47862,'Other',20,0,18825,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47863,'N/A',0,0,18825,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47864,'Yes',0,0,18826,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47865,'No',5,0,18826,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47866,'Other',20,0,18826,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47867,'N/A',0,0,18826,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47868,'Yes',0,0,18828,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47869,'No 1',7,0,18828,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47870,'No 2',7,0,18828,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47871,'Other',20,0,18828,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47872,'N/A',0,0,18828,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47873,'Yes',0,0,18830,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47874,'No 1',5,0,18830,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47875,'No 2',5,0,18830,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47876,'Yes',0,0,18831,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47877,'Option',5,0,18831,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47878,'No',8,0,18831,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47879,'N/A',0,0,18831,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47880,'Other',20,0,18831,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47881,'Yes 1',1,0,18833,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47882,'Yes 2',0,0,18833,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47883,'No',7,0,18833,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47884,'N/A',0,0,18833,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47885,'Other',20,0,18833,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47886,'Yes',0,0,18835,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47887,'No',8,0,18835,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47888,'Other',20,0,18835,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47889,'N/A',0,0,18835,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47890,'Yes',0,0,18836,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47891,'No',8,0,18836,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47892,'Other',20,0,18836,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47893,'N/A',0,0,18836,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47894,'Yes',0,0,18837,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47895,'No',8,0,18837,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47896,'Other',20,0,18837,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47897,'N/A',0,0,18837,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47898,'Yes',0,0,18839,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47899,'No',8,0,18839,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47900,'Other',20,0,18839,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47901,'N/A',0,0,18839,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47902,'Yes',0,0,18840,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47903,'No',6,0,18840,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47904,'Other',20,0,18840,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47905,'N/A',0,0,18840,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47906,'Yes',0,0,18842,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47907,'Yes',2,0,18842,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47908,'No',5,0,18842,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47909,'N/A',0,0,18842,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47910,'Other',20,0,18842,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47911,'Yes',0,0,18844,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47912,'Yes',2,0,18844,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47913,'No',5,0,18844,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47914,'N/A',0,0,18844,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47915,'Other',20,0,18844,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47916,'Yes',0,0,18846,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47917,'No',4,0,18846,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47918,'N/A',0,0,18846,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47919,'Other',20,0,18846,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47920,'Yes',0,0,18848,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47921,'No',5,0,18848,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47922,'N/A',0,0,18848,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47923,'Other',20,0,18848,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47924,'Yes',0,0,18850,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47925,'No',4,0,18850,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47926,'N/A',0,0,18850,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47927,'Other',20,0,18850,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47928,'Yes',0,0,18852,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47929,'No',5,0,18852,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47930,'N/A',0,0,18852,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47931,'Other',20,0,18852,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47932,'Yes',0,0,18854,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47933,'No',5,0,18854,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47934,'N/A',0,0,18854,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47935,'Other',20,0,18854,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47936,'Yes',0,0,18856,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47937,'No',7,0,18856,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47938,'N/A',0,0,18856,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47939,'Other',20,0,18856,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47940,'Yes',2,0,18857,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47941,'No',6,0,18857,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47942,'No',0,0,18857,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47943,'N/A',0,0,18857,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47944,'Yes',0,0,18858,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47945,'No',4,0,18858,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47946,'No',7,0,18858,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47947,'N/A',0,0,18858,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47948,'Other',20,0,18858,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47949,'Yes',0,0,18859,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47950,'No',6,0,18859,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47951,'NA',0,0,18859,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47952,'Other',20,0,18859,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47953,'Yes',0,0,18860,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47954,'Yes',0,0,18860,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47955,'NA',0,0,18860,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47956,'Other',20,0,18860,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47957,'Yes',1,0,18861,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47958,'No',0,0,18861,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47959,'Other',20,0,18861,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47960,'Yes',0,0,18862,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47961,'No',9,0,18862,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47962,'NA',0,0,18862,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47963,'Other',20,0,18862,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47964,'Yes',0,0,18863,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47965,'No',7,0,18863,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47966,'NA',0,0,18863,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47967,'Other',20,0,18863,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47968,'Yes',0,0,18864,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47969,'No',6,0,18864,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47970,'NA',0,0,18864,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47971,'Other',20,0,18864,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47972,'Yes',0,0,18865,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47973,'No',6,0,18865,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47974,'NA',0,0,18865,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47975,'Other',20,0,18865,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47976,'Yes',0,0,18866,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47977,'No',8,0,18866,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47978,'NA',0,0,18866,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47979,'Other',20,0,18866,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47980,'Yes',3,0,18867,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47981,'Yes',4,0,18867,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47982,'Yes',5,0,18867,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47983,'Other',20,0,18867,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47984,'Yes',1,0,18868,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47985,'Yes',0,0,18868,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47986,'No',5,0,18868,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47987,'Other',20,0,18868,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47988,'Yes',0,0,18869,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47989,'No',5,0,18869,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47990,'NA',5,0,18869,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47991,'Other',20,0,18869,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47992,'Yes',0,0,18870,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47993,'No',5,0,18870,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47994,'N/A',0,0,18870,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47995,'Other',20,0,18870,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47996,'Yes',0,0,18871,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47997,'No',5,0,18871,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47998,'Other',20,0,18871,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(47999,'N/A',0,0,18871,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48000,'Yes',0,0,18872,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48001,'No',5,0,18872,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48002,'NA',0,0,18872,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48003,'Other',20,0,18872,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48004,'Yes',0,0,18873,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48005,'No',5,0,18873,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48006,'NA',0,0,18873,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48007,'Other',20,0,18873,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48008,'Yes',0,0,18874,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48009,'No',5,0,18874,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48010,'NA',0,0,18874,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48011,'Other',20,0,18874,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48012,'Detached',1,0,18875,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48013,'Semi Detached',2,0,18875,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48014,'Terraced',3,0,18875,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48015,'Linked-Detached',1,0,18875,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48016,'Other',20,0,18875,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48017,'House',1,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48018,'Bungalow',1,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48019,'Block of Flats - Studios up to 6 Floor Levels',3,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48020,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48021,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48022,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48023,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48024,'Underground Property',1,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48025,'Factory/ Warehouse',3,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48026,'Garage/ Workshop',3,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48027,'Retail Shop',2,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48028,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48029,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48030,'Other',20,0,18876,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48031,'1-5',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48032,'5-10',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48033,'10-15',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48034,'15-20',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48035,'20-25',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48036,'25-30',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48037,'30-35',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48038,'35-40',0,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48039,'Other',20,0,18877,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48040,'1',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48041,'2',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48042,'3',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48043,'4',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48044,'5',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48045,'6',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48046,'7',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48047,'8',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48048,'9',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48049,'10',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48050,'11',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48051,'12',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48052,'13',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48053,'14',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48054,'15',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48055,'16',1,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48056,'N/A',0,0,18880,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48057,'1',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48058,'2',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48059,'3',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48060,'4',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48061,'5',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48062,'6',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48063,'7',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48064,'8',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48065,'9',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48066,'10',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48067,'11',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48068,'12',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48069,'13',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48070,'14',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48071,'15',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48072,'16',2,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48073,'N/A',0,0,18881,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48074,'Yes',1,0,18883,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48075,'No',3,0,18883,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48076,'Unknown',3,0,18883,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48077,'Stone',0,0,18883,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48078,'Other',20,0,18883,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48079,'Yes',1,0,18884,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48080,'No',5,0,18884,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48081,'Unknown',5,0,18884,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48082,'Stone',0,0,18884,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48083,'Other',20,0,18884,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48084,'No',5,0,18885,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48085,'Unknown',5,0,18885,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48086,'Stone',0,0,18885,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48087,'Other',20,0,18885,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48088,'Wood',2,0,18886,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48089,'Plastics',1,0,18886,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48090,'Aluminium',0,0,18886,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48091,'Stone',0,0,18886,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48092,'Other',20,0,18886,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48093,'0%',0,0,18887,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48094,'25%',0,0,18887,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48095,'50%',0,0,18887,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48096,'75%',0,0,18887,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48097,'100%',0,0,18887,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48098,'0%',0,0,18889,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48099,'25%',1,0,18889,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48100,'50%',1,0,18889,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48101,'75%',1,0,18889,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48102,'100%',1,0,18889,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48103,'0%',0,0,18890,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48104,'25%',0,0,18890,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48105,'50%',0,0,18890,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48106,'75%',0,0,18890,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48107,'100%',0,0,18890,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48108,'0%',0,0,18891,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48109,'25%',3,0,18891,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48110,'50%',3,0,18891,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48111,'75%',3,0,18891,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48112,'100%',3,0,18891,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48113,'0%',0,0,18892,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48114,'25%',1,0,18892,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48115,'50%',1,0,18892,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48116,'75%',1,0,18892,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48117,'100%',1,0,18892,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48118,'0%',0,0,18893,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48119,'25%',5,0,18893,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48120,'50%',5,0,18893,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48121,'75%',5,0,18893,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48122,'100%',5,0,18893,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48123,'0%',0,0,18894,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48124,'25%',5,0,18894,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48125,'50%',5,0,18894,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48126,'75%',5,0,18894,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48127,'100%',5,0,18894,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48128,'0%',0,0,18895,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48129,'25%',1,0,18895,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48130,'50%',1,0,18895,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48131,'75%',1,0,18895,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48132,'100%',1,0,18895,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48133,'Other',20,0,18896,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48134,'25%',1,0,18896,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48135,'50%',1,0,18896,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48136,'75%',1,0,18896,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48137,'100%',1,0,18896,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48138,'0%',0,0,18898,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48139,'25%',1,0,18898,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48140,'50%',1,0,18898,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48141,'75%',1,0,18898,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48142,'100%',1,0,18898,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48143,'0%',0,0,18899,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48144,'25%',2,0,18899,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48145,'50%',2,0,18899,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48146,'75%',2,0,18899,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48147,'100%',2,0,18899,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48148,'0%',0,0,18900,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48149,'25%',1,0,18900,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48150,'50%',1,0,18900,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48151,'75%',1,0,18900,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48152,'100%',1,0,18900,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48153,'Solid concrete all levels',0,0,18901,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48154,'Timber joists all levels',3,0,18901,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48155,'Concrete lowest floor – Timber above higher levels',3,0,18901,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48156,'Other',20,0,18901,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48157,'Yes',1,0,18904,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48158,'No',6,0,18904,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48159,'Yes',2,0,18906,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48160,'No',8,0,18906,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48161,'Yes',1,0,18908,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48162,'No',6,0,18908,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48163,'Yes',1,0,18910,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48164,'No',6,0,18910,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48165,'Yes',1,0,18912,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48166,'No',6,0,18912,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48167,'Yes',1,0,18916,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48168,'No',3,0,18916,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48169,'Yes',1,0,18918,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48170,'No',3,0,18918,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48171,'Yes',1,0,18920,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48172,'No',3,0,18920,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48173,'Very Good',1,0,18922,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48174,'Good',1,0,18922,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48175,'Fair',1,0,18922,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48176,'Poor',2,0,18922,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48177,'Very Poor',2,0,18922,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(48178,'Answer 1',0,0,18924,'2023-02-22 15:58:54','2023-02-22 15:58:54'),(48179,'Answer 2',0,0,18924,'2023-02-22 15:58:54','2023-02-22 15:58:54'),(48180,'Answer 3',0,0,18924,'2023-02-22 15:58:54','2023-02-22 15:58:54'),(48181,'Answer 1',0,0,18925,'2023-02-22 15:59:00','2023-02-22 15:59:00'),(48182,'Answer 2',0,0,18925,'2023-02-22 15:59:00','2023-02-22 15:59:00'),(48183,'Answer 3',0,0,18925,'2023-02-22 15:59:00','2023-02-22 15:59:00'),(48184,'Director',0,0,18931,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48185,'Owner Landlord',0,0,18931,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48186,'Site Maitenance',0,0,18931,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48187,'Estate Agent',0,0,18931,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48188,'Letting Agent',0,0,18931,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48189,'Other',0,0,18931,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48190,'Property Agent',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48191,'Owner Landlord',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48192,'Site Manager',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48193,'Property Manager',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48194,'Construction Manager',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48195,'Fire Warden',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48196,'Director',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48197,'CEO',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48198,'Other',0,0,18932,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48199,'A Property Within Building Block',0,0,18933,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48200,'All Of The Property',0,0,18933,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48201,'Communal Areas Only',0,0,18933,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48202,'House',0,0,18933,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48203,'Flat',0,0,18933,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48204,'Other',0,0,18933,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48205,'Nebosh',0,0,18940,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48206,'Level 2 Fire Risk Assessor',0,0,18940,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48207,'Competant Person',0,0,18940,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48208,'Yes',0,0,18942,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48209,'No',2,0,18942,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48210,'Other',20,0,18942,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48211,'N/A',0,0,18942,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48212,'Yes',0,0,18943,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48213,'No',2,0,18943,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48214,'Other',20,0,18943,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48215,'N/A',0,0,18943,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48216,'Yes',0,0,18944,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48217,'No',2,0,18944,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48218,'Other',20,0,18944,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48219,'N/A',0,0,18944,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48220,'Yes',0,0,18946,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48221,'No',2,0,18946,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48222,'Other',20,0,18946,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48223,'N/A',0,0,18946,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48224,'Yes',0,0,18948,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48225,'No',2,0,18948,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48226,'Other',20,0,18948,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48227,'N/A',0,0,18948,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48228,'Yes',0,0,18949,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48229,'No',2,0,18949,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48230,'Other',20,0,18949,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48231,'N/A',0,0,18949,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48232,'Yes',0,0,18950,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48233,'No',3,0,18950,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48234,'Other',20,0,18950,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48235,'N/A',0,0,18950,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48236,'Yes',0,0,18952,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48237,'No',3,0,18952,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48238,'Other',20,0,18952,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48239,'N/A',0,0,18952,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48240,'Yes',0,0,18953,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48241,'No',4,0,18953,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48242,'No Disabled',0,0,18953,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48243,'Other',20,0,18953,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48244,'N/A',0,0,18953,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48245,'Yes',0,0,18954,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48246,'No',4,0,18954,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48247,'Other',20,0,18954,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48248,'N/A',0,0,18954,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48249,'Yes',0,0,18955,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48250,'No',3,0,18955,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48251,'Other',20,0,18955,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48252,'N/A',0,0,18955,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48253,'Yes',0,0,18956,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48254,'No',4,0,18956,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48255,'Other',20,0,18956,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48256,'N/A',0,0,18956,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48257,'Yes',0,0,18957,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48258,'No',4,0,18957,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48259,'Other',20,0,18957,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48260,'N/A',0,0,18957,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48261,'Yes',0,0,18958,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48262,'No',5,0,18958,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48263,'Other',20,0,18958,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48264,'N/A',0,0,18958,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48265,'Yes',0,0,18959,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48266,'Yes',3,0,18959,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48267,'No',6,0,18959,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48268,'Other',20,0,18959,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48269,'N/A',0,0,18959,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48270,'Yes',0,0,18960,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48271,'No',5,0,18960,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48272,'Other',20,0,18960,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48273,'N/A',0,0,18960,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48274,'Yes',0,0,18962,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48275,'No 1',7,0,18962,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48276,'No 2',7,0,18962,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48277,'Other',20,0,18962,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48278,'N/A',0,0,18962,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48279,'Yes',0,0,18964,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48280,'No 1',5,0,18964,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48281,'No 2',5,0,18964,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48282,'Yes',0,0,18965,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48283,'Option',5,0,18965,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48284,'No',8,0,18965,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48285,'N/A',0,0,18965,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48286,'Other',20,0,18965,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48287,'Yes 1',1,0,18967,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48288,'Yes 2',0,0,18967,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48289,'No',7,0,18967,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48290,'N/A',0,0,18967,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48291,'Other',20,0,18967,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48292,'Yes',0,0,18969,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48293,'No',8,0,18969,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48294,'Other',20,0,18969,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48295,'N/A',0,0,18969,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48296,'Yes',0,0,18970,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48297,'No',8,0,18970,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48298,'Other',20,0,18970,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48299,'N/A',0,0,18970,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48300,'Yes',0,0,18971,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48301,'No',8,0,18971,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48302,'Other',20,0,18971,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48303,'N/A',0,0,18971,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48304,'Yes',0,0,18973,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48305,'No',8,0,18973,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48306,'Other',20,0,18973,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48307,'N/A',0,0,18973,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48308,'Yes',0,0,18974,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48309,'No',6,0,18974,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48310,'Other',20,0,18974,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48311,'N/A',0,0,18974,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48312,'Yes',0,0,18976,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48313,'Yes',2,0,18976,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48314,'No',5,0,18976,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48315,'N/A',0,0,18976,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48316,'Other',20,0,18976,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48317,'Yes',0,0,18978,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48318,'Yes',2,0,18978,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48319,'No',5,0,18978,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48320,'N/A',0,0,18978,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48321,'Other',20,0,18978,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48322,'Yes',0,0,18980,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48323,'No',4,0,18980,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48324,'N/A',0,0,18980,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48325,'Other',20,0,18980,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48326,'Yes',0,0,18982,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48327,'No',5,0,18982,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(48328,'N/A',0,0,18982,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48329,'Other',20,0,18982,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48330,'Yes',0,0,18984,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48331,'No',4,0,18984,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48332,'N/A',0,0,18984,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48333,'Other',20,0,18984,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48334,'Yes',0,0,18986,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48335,'No',5,0,18986,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48336,'N/A',0,0,18986,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48337,'Other',20,0,18986,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48338,'Yes',0,0,18988,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48339,'No',5,0,18988,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48340,'N/A',0,0,18988,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48341,'Other',20,0,18988,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48342,'Yes',0,0,18990,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48343,'No',7,0,18990,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48344,'N/A',0,0,18990,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48345,'Other',20,0,18990,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48346,'Yes',2,0,18991,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48347,'No',6,0,18991,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48348,'No',0,0,18991,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48349,'N/A',0,0,18991,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48350,'Yes',0,0,18992,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48351,'No',4,0,18992,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48352,'No',7,0,18992,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48353,'N/A',0,0,18992,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48354,'Other',20,0,18992,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48355,'Yes',0,0,18993,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48356,'No',6,0,18993,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48357,'NA',0,0,18993,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48358,'Other',20,0,18993,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48359,'Yes',0,0,18994,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48360,'Yes',0,0,18994,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48361,'NA',0,0,18994,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48362,'Other',20,0,18994,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48363,'Yes',1,0,18995,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48364,'No',0,0,18995,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48365,'Other',20,0,18995,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48366,'Yes',0,0,18996,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48367,'No',9,0,18996,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48368,'NA',0,0,18996,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48369,'Other',20,0,18996,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48370,'Yes',0,0,18997,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48371,'No',7,0,18997,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48372,'NA',0,0,18997,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48373,'Other',20,0,18997,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48374,'Yes',0,0,18998,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48375,'No',6,0,18998,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48376,'NA',0,0,18998,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48377,'Other',20,0,18998,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48378,'Yes',0,0,18999,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48379,'No',6,0,18999,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48380,'NA',0,0,18999,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48381,'Other',20,0,18999,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48382,'Yes',0,0,19000,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48383,'No',8,0,19000,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48384,'NA',0,0,19000,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48385,'Other',20,0,19000,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48386,'Yes',3,0,19001,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48387,'Yes',4,0,19001,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48388,'Yes',5,0,19001,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48389,'Other',20,0,19001,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48390,'Yes',1,0,19002,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48391,'Yes',0,0,19002,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48392,'No',5,0,19002,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48393,'Other',20,0,19002,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48394,'Yes',0,0,19003,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48395,'No',5,0,19003,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48396,'NA',5,0,19003,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48397,'Other',20,0,19003,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48398,'Yes',0,0,19004,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48399,'No',5,0,19004,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48400,'N/A',0,0,19004,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48401,'Other',20,0,19004,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48402,'Yes',0,0,19005,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48403,'No',5,0,19005,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48404,'Other',20,0,19005,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48405,'N/A',0,0,19005,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48406,'Yes',0,0,19006,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48407,'No',5,0,19006,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48408,'NA',0,0,19006,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48409,'Other',20,0,19006,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48410,'Yes',0,0,19007,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48411,'No',5,0,19007,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48412,'NA',0,0,19007,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48413,'Other',20,0,19007,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48414,'Yes',0,0,19008,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48415,'No',5,0,19008,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48416,'NA',0,0,19008,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48417,'Other',20,0,19008,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48418,'Detached',1,0,19009,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48419,'Semi Detached',2,0,19009,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48420,'Terraced',3,0,19009,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48421,'Linked-Detached',1,0,19009,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48422,'Other',20,0,19009,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48423,'House',1,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48424,'Bungalow',1,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48425,'Block of Flats - Studios up to 6 Floor Levels',3,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48426,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48427,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48428,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48429,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48430,'Underground Property',1,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48431,'Factory/ Warehouse',3,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48432,'Garage/ Workshop',3,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48433,'Retail Shop',2,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48434,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48435,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48436,'Other',20,0,19010,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48437,'1-5',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48438,'5-10',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48439,'10-15',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48440,'15-20',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48441,'20-25',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48442,'25-30',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48443,'30-35',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48444,'35-40',0,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48445,'Other',20,0,19011,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48446,'1',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48447,'2',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48448,'3',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48449,'4',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48450,'5',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48451,'6',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48452,'7',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48453,'8',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48454,'9',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48455,'10',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48456,'11',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48457,'12',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48458,'13',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48459,'14',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48460,'15',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48461,'16',1,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48462,'N/A',0,0,19014,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48463,'1',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48464,'2',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48465,'3',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48466,'4',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48467,'5',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48468,'6',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48469,'7',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48470,'8',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48471,'9',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48472,'10',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48473,'11',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48474,'12',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48475,'13',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48476,'14',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48477,'15',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48478,'16',2,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48479,'N/A',0,0,19015,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48480,'Yes',1,0,19017,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48481,'No',3,0,19017,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48482,'Unknown',3,0,19017,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48483,'Stone',0,0,19017,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48484,'Other',20,0,19017,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48485,'Yes',1,0,19018,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48486,'No',5,0,19018,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48487,'Unknown',5,0,19018,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48488,'Stone',0,0,19018,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48489,'Other',20,0,19018,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48490,'No',5,0,19019,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48491,'Unknown',5,0,19019,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48492,'Stone',0,0,19019,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48493,'Other',20,0,19019,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48494,'Wood',2,0,19020,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48495,'Plastics',1,0,19020,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48496,'Aluminium',0,0,19020,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48497,'Stone',0,0,19020,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48498,'Other',20,0,19020,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48499,'0%',0,0,19021,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48500,'25%',0,0,19021,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48501,'50%',0,0,19021,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48502,'75%',0,0,19021,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48503,'100%',0,0,19021,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48504,'0%',0,0,19023,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48505,'25%',1,0,19023,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48506,'50%',1,0,19023,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48507,'75%',1,0,19023,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48508,'100%',1,0,19023,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48509,'0%',0,0,19024,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48510,'25%',0,0,19024,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48511,'50%',0,0,19024,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48512,'75%',0,0,19024,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48513,'100%',0,0,19024,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48514,'0%',0,0,19025,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48515,'25%',3,0,19025,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48516,'50%',3,0,19025,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48517,'75%',3,0,19025,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48518,'100%',3,0,19025,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48519,'0%',0,0,19026,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48520,'25%',1,0,19026,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48521,'50%',1,0,19026,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48522,'75%',1,0,19026,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48523,'100%',1,0,19026,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48524,'0%',0,0,19027,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48525,'25%',5,0,19027,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48526,'50%',5,0,19027,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48527,'75%',5,0,19027,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48528,'100%',5,0,19027,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48529,'0%',0,0,19028,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48530,'25%',5,0,19028,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48531,'50%',5,0,19028,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48532,'75%',5,0,19028,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48533,'100%',5,0,19028,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48534,'0%',0,0,19029,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48535,'25%',1,0,19029,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48536,'50%',1,0,19029,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48537,'75%',1,0,19029,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48538,'100%',1,0,19029,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48539,'Other',20,0,19030,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48540,'25%',1,0,19030,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48541,'50%',1,0,19030,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48542,'75%',1,0,19030,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48543,'100%',1,0,19030,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48544,'0%',0,0,19032,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48545,'25%',1,0,19032,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48546,'50%',1,0,19032,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48547,'75%',1,0,19032,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48548,'100%',1,0,19032,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48549,'0%',0,0,19033,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48550,'25%',2,0,19033,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48551,'50%',2,0,19033,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48552,'75%',2,0,19033,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48553,'100%',2,0,19033,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48554,'0%',0,0,19034,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48555,'25%',1,0,19034,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48556,'50%',1,0,19034,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48557,'75%',1,0,19034,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48558,'100%',1,0,19034,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48559,'Solid concrete all levels',0,0,19035,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48560,'Timber joists all levels',3,0,19035,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48561,'Concrete lowest floor – Timber above higher levels',3,0,19035,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48562,'Other',20,0,19035,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48563,'Yes',1,0,19038,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48564,'No',6,0,19038,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48565,'Yes',2,0,19040,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48566,'No',8,0,19040,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48567,'Yes',1,0,19042,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48568,'No',6,0,19042,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48569,'Yes',1,0,19044,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48570,'No',6,0,19044,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48571,'Yes',1,0,19046,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48572,'No',6,0,19046,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48573,'Yes',1,0,19050,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48574,'No',3,0,19050,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48575,'Yes',1,0,19052,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48576,'No',3,0,19052,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48577,'Yes',1,0,19054,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48578,'No',3,0,19054,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48579,'Very Good',1,0,19056,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48580,'Good',1,0,19056,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48581,'Fair',1,0,19056,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48582,'Poor',2,0,19056,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48583,'Very Poor',2,0,19056,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48584,'Fan Heaters',4,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48585,'Electric Heaters',4,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48586,'Gas Heater',5,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48587,'Other Boilers',2,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48588,'Electrical Equipment',3,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48589,'Electrical Leads',3,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48590,'Portable Equipment',3,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48591,'Portable Lighting',2,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48592,'Cooking kitchen Equipment',6,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48593,'Other',20,0,19058,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48594,'Wood/Paper/Cardboard etc',3,0,19060,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48595,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19060,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48596,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19060,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48597,'Waste Material Controlled -in locked wheely bin or store',2,0,19060,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48598,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19060,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48599,'Other',20,0,19060,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(48600,'Director',0,0,19067,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48601,'Owner Landlord',0,0,19067,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48602,'Site Maitenance',0,0,19067,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48603,'Estate Agent',0,0,19067,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48604,'Letting Agent',0,0,19067,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48605,'Other',0,0,19067,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48606,'Property Agent',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48607,'Owner Landlord',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48608,'Site Manager',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48609,'Property Manager',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48610,'Construction Manager',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48611,'Fire Warden',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48612,'Director',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48613,'CEO',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48614,'Other',0,0,19068,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48615,'A Property Within Building Block',0,0,19069,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48616,'All Of The Property',0,0,19069,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48617,'Communal Areas Only',0,0,19069,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48618,'House',0,0,19069,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48619,'Flat',0,0,19069,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48620,'Other',0,0,19069,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48621,'Nebosh',0,0,19076,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48622,'Level 2 Fire Risk Assessor',0,0,19076,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48623,'Competant Person',0,0,19076,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48624,'Yes',0,0,19078,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48625,'No',2,0,19078,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48626,'Other',20,0,19078,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48627,'N/A',0,0,19078,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48628,'Yes',0,0,19079,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48629,'No',2,0,19079,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48630,'Other',20,0,19079,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48631,'N/A',0,0,19079,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48632,'Yes',0,0,19080,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48633,'No',2,0,19080,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48634,'Other',20,0,19080,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48635,'N/A',0,0,19080,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48636,'Yes',0,0,19082,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48637,'No',2,0,19082,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48638,'Other',20,0,19082,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48639,'N/A',0,0,19082,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48640,'Yes',0,0,19084,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48641,'No',2,0,19084,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48642,'Other',20,0,19084,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48643,'N/A',0,0,19084,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48644,'Yes',0,0,19085,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48645,'No',2,0,19085,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48646,'Other',20,0,19085,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48647,'N/A',0,0,19085,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48648,'Yes',0,0,19086,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48649,'No',3,0,19086,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48650,'Other',20,0,19086,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48651,'N/A',0,0,19086,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48652,'Yes',0,0,19088,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48653,'No',3,0,19088,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48654,'Other',20,0,19088,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48655,'N/A',0,0,19088,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48656,'Yes',0,0,19089,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48657,'No',4,0,19089,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48658,'No Disabled',0,0,19089,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48659,'Other',20,0,19089,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48660,'N/A',0,0,19089,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48661,'Yes',0,0,19090,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48662,'No',4,0,19090,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48663,'Other',20,0,19090,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48664,'N/A',0,0,19090,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48665,'Yes',0,0,19091,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48666,'No',3,0,19091,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48667,'Other',20,0,19091,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48668,'N/A',0,0,19091,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48669,'Yes',0,0,19092,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48670,'No',4,0,19092,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48671,'Other',20,0,19092,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48672,'N/A',0,0,19092,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48673,'Yes',0,0,19093,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48674,'No',4,0,19093,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48675,'Other',20,0,19093,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48676,'N/A',0,0,19093,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48677,'Yes',0,0,19094,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48678,'No',5,0,19094,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48679,'Other',20,0,19094,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48680,'N/A',0,0,19094,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48681,'Yes',0,0,19095,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48682,'Yes',3,0,19095,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48683,'No',6,0,19095,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48684,'Other',20,0,19095,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48685,'N/A',0,0,19095,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48686,'Yes',0,0,19096,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48687,'No',5,0,19096,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48688,'Other',20,0,19096,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48689,'N/A',0,0,19096,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48690,'Yes',0,0,19098,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48691,'No 1',7,0,19098,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48692,'No 2',7,0,19098,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48693,'Other',20,0,19098,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48694,'N/A',0,0,19098,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48695,'Yes',0,0,19100,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48696,'No 1',5,0,19100,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48697,'No 2',5,0,19100,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48698,'Yes',0,0,19101,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48699,'Option',5,0,19101,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48700,'No',8,0,19101,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48701,'N/A',0,0,19101,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48702,'Other',20,0,19101,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48703,'Yes 1',1,0,19103,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48704,'Yes 2',0,0,19103,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48705,'No',7,0,19103,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48706,'N/A',0,0,19103,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48707,'Other',20,0,19103,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48708,'Yes',0,0,19105,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48709,'No',8,0,19105,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48710,'Other',20,0,19105,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48711,'N/A',0,0,19105,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48712,'Yes',0,0,19106,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48713,'No',8,0,19106,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48714,'Other',20,0,19106,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48715,'N/A',0,0,19106,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48716,'Yes',0,0,19107,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48717,'No',8,0,19107,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48718,'Other',20,0,19107,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48719,'N/A',0,0,19107,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48720,'Yes',0,0,19109,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48721,'No',8,0,19109,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48722,'Other',20,0,19109,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48723,'N/A',0,0,19109,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48724,'Yes',0,0,19110,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48725,'No',6,0,19110,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48726,'Other',20,0,19110,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48727,'N/A',0,0,19110,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48728,'Yes',0,0,19112,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48729,'Yes',2,0,19112,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48730,'No',5,0,19112,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48731,'N/A',0,0,19112,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48732,'Other',20,0,19112,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48733,'Yes',0,0,19114,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48734,'Yes',2,0,19114,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48735,'No',5,0,19114,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48736,'N/A',0,0,19114,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48737,'Other',20,0,19114,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48738,'Yes',0,0,19116,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48739,'No',4,0,19116,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48740,'N/A',0,0,19116,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48741,'Other',20,0,19116,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48742,'Yes',0,0,19118,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48743,'No',5,0,19118,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48744,'N/A',0,0,19118,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48745,'Other',20,0,19118,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48746,'Yes',0,0,19120,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48747,'No',4,0,19120,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48748,'N/A',0,0,19120,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48749,'Other',20,0,19120,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48750,'Yes',0,0,19122,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48751,'No',5,0,19122,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48752,'N/A',0,0,19122,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48753,'Other',20,0,19122,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48754,'Yes',0,0,19124,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48755,'No',5,0,19124,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48756,'N/A',0,0,19124,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48757,'Other',20,0,19124,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48758,'Yes',0,0,19126,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48759,'No',7,0,19126,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48760,'N/A',0,0,19126,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48761,'Other',20,0,19126,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48762,'Yes',2,0,19127,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48763,'No',6,0,19127,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48764,'No',0,0,19127,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48765,'N/A',0,0,19127,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48766,'Yes',0,0,19128,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48767,'No',4,0,19128,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48768,'No',7,0,19128,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48769,'N/A',0,0,19128,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48770,'Other',20,0,19128,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48771,'Yes',0,0,19129,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48772,'No',6,0,19129,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48773,'NA',0,0,19129,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48774,'Other',20,0,19129,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48775,'Yes',0,0,19130,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48776,'Yes',0,0,19130,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(48777,'NA',0,0,19130,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48778,'Other',20,0,19130,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48779,'Yes',1,0,19131,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48780,'No',0,0,19131,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48781,'Other',20,0,19131,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48782,'Yes',0,0,19132,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48783,'No',9,0,19132,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48784,'NA',0,0,19132,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48785,'Other',20,0,19132,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48786,'Yes',0,0,19133,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48787,'No',7,0,19133,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48788,'NA',0,0,19133,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48789,'Other',20,0,19133,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48790,'Yes',0,0,19134,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48791,'No',6,0,19134,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48792,'NA',0,0,19134,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48793,'Other',20,0,19134,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48794,'Yes',0,0,19135,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48795,'No',6,0,19135,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48796,'NA',0,0,19135,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48797,'Other',20,0,19135,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48798,'Yes',0,0,19136,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48799,'No',8,0,19136,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48800,'NA',0,0,19136,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48801,'Other',20,0,19136,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48802,'Yes',3,0,19137,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48803,'Yes',4,0,19137,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48804,'Yes',5,0,19137,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48805,'Other',20,0,19137,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48806,'Detached',1,0,19138,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48807,'Semi Detached',2,0,19138,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48808,'Terraced',3,0,19138,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48809,'Linked-Detached',1,0,19138,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48810,'Other',20,0,19138,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48811,'House',1,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48812,'Bungalow',1,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48813,'Block of Flats - Studios up to 6 Floor Levels',3,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48814,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48815,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48816,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48817,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48818,'Underground Property',1,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48819,'Factory/ Warehouse',3,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48820,'Garage/ Workshop',3,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48821,'Retail Shop',2,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48822,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48823,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48824,'Other',20,0,19139,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48825,'1-5',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48826,'5-10',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48827,'10-15',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48828,'15-20',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48829,'20-25',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48830,'25-30',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48831,'30-35',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48832,'35-40',0,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48833,'Other',20,0,19140,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48834,'1',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48835,'2',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48836,'3',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48837,'4',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48838,'5',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48839,'6',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48840,'7',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48841,'8',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48842,'9',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48843,'10',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48844,'11',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48845,'12',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48846,'13',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48847,'14',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48848,'15',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48849,'16',1,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48850,'N/A',0,0,19143,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48851,'1',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48852,'2',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48853,'3',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48854,'4',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48855,'5',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48856,'6',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48857,'7',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48858,'8',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48859,'9',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48860,'10',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48861,'11',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48862,'12',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48863,'13',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48864,'14',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48865,'15',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48866,'16',2,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48867,'N/A',0,0,19144,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48868,'Yes',1,0,19146,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48869,'No',3,0,19146,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48870,'Unknown',3,0,19146,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48871,'Stone',0,0,19146,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48872,'Other',20,0,19146,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48873,'Yes',1,0,19147,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48874,'No',5,0,19147,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48875,'Unknown',5,0,19147,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48876,'Stone',0,0,19147,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48877,'Other',20,0,19147,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48878,'No',5,0,19148,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48879,'Unknown',5,0,19148,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48880,'Stone',0,0,19148,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48881,'Other',20,0,19148,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48882,'Wood',2,0,19149,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48883,'Plastics',1,0,19149,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48884,'Aluminium',0,0,19149,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48885,'Stone',0,0,19149,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48886,'Other',20,0,19149,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48887,'0%',0,0,19150,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48888,'25%',0,0,19150,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48889,'50%',0,0,19150,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48890,'75%',0,0,19150,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48891,'100%',0,0,19150,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48892,'0%',0,0,19152,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48893,'25%',1,0,19152,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48894,'50%',1,0,19152,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48895,'75%',1,0,19152,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48896,'100%',1,0,19152,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48897,'0%',0,0,19153,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48898,'25%',0,0,19153,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48899,'50%',0,0,19153,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48900,'75%',0,0,19153,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48901,'100%',0,0,19153,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48902,'0%',0,0,19154,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48903,'25%',3,0,19154,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48904,'50%',3,0,19154,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48905,'75%',3,0,19154,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48906,'100%',3,0,19154,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48907,'0%',0,0,19155,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48908,'25%',1,0,19155,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48909,'50%',1,0,19155,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48910,'75%',1,0,19155,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48911,'100%',1,0,19155,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48912,'0%',0,0,19156,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48913,'25%',5,0,19156,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48914,'50%',5,0,19156,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48915,'75%',5,0,19156,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48916,'100%',5,0,19156,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48917,'0%',0,0,19157,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48918,'25%',5,0,19157,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48919,'50%',5,0,19157,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48920,'75%',5,0,19157,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48921,'100%',5,0,19157,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48922,'0%',0,0,19158,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48923,'25%',1,0,19158,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48924,'50%',1,0,19158,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48925,'75%',1,0,19158,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48926,'100%',1,0,19158,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48927,'Other',20,0,19159,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48928,'25%',1,0,19159,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48929,'50%',1,0,19159,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48930,'75%',1,0,19159,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48931,'100%',1,0,19159,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48932,'0%',0,0,19161,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48933,'25%',1,0,19161,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48934,'50%',1,0,19161,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48935,'75%',1,0,19161,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48936,'100%',1,0,19161,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48937,'0%',0,0,19162,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48938,'25%',2,0,19162,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48939,'50%',2,0,19162,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48940,'75%',2,0,19162,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48941,'100%',2,0,19162,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48942,'0%',0,0,19163,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48943,'25%',1,0,19163,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48944,'50%',1,0,19163,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48945,'75%',1,0,19163,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48946,'100%',1,0,19163,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48947,'Solid concrete all levels',0,0,19164,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48948,'Timber joists all levels',3,0,19164,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48949,'Concrete lowest floor – Timber above higher levels',3,0,19164,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48950,'Other',20,0,19164,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48951,'Yes',1,0,19167,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48952,'No',6,0,19167,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48953,'Yes',2,0,19169,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48954,'No',8,0,19169,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48955,'Yes',1,0,19171,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48956,'No',6,0,19171,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48957,'Yes',1,0,19173,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48958,'No',6,0,19173,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48959,'Yes',1,0,19175,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48960,'No',6,0,19175,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48961,'Yes',1,0,19179,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48962,'No',3,0,19179,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48963,'Yes',1,0,19181,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48964,'No',3,0,19181,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48965,'Yes',1,0,19183,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48966,'No',3,0,19183,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48967,'Very Good',1,0,19185,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48968,'Good',1,0,19185,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48969,'Fair',1,0,19185,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48970,'Poor',2,0,19185,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48971,'Very Poor',2,0,19185,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48972,'Fan Heaters',4,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48973,'Electric Heaters',4,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48974,'Gas Heater',5,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48975,'Other Boilers',2,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48976,'Electrical Equipment',3,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48977,'Electrical Leads',3,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48978,'Portable Equipment',3,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48979,'Portable Lighting',2,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48980,'Cooking kitchen Equipment',6,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48981,'Other',20,0,19187,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48982,'Wood/Paper/Cardboard etc',3,0,19189,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48983,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19189,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48984,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19189,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48985,'Waste Material Controlled -in locked wheely bin or store',2,0,19189,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48986,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19189,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48987,'Other',20,0,19189,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48988,'Yes',1,0,19191,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48989,'Yes',0,0,19191,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48990,'No',5,0,19191,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48991,'Other',20,0,19191,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48992,'Yes',0,0,19192,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48993,'No',5,0,19192,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48994,'NA',5,0,19192,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48995,'Other',20,0,19192,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48996,'Yes',0,0,19193,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48997,'No',5,0,19193,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48998,'N/A',0,0,19193,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(48999,'Other',20,0,19193,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49000,'Yes',0,0,19194,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49001,'No',5,0,19194,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49002,'Other',20,0,19194,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49003,'N/A',0,0,19194,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49004,'Yes',0,0,19195,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49005,'No',5,0,19195,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49006,'NA',0,0,19195,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49007,'Other',20,0,19195,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49008,'Yes',0,0,19196,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49009,'No',5,0,19196,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49010,'NA',0,0,19196,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49011,'Other',20,0,19196,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49012,'Yes',0,0,19197,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49013,'No',5,0,19197,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49014,'NA',0,0,19197,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49015,'Other',20,0,19197,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(49016,'Director',0,0,19203,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49017,'Owner Landlord',0,0,19203,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49018,'Site Maitenance',0,0,19203,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49019,'Estate Agent',0,0,19203,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49020,'Letting Agent',0,0,19203,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49021,'Other',0,0,19203,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49022,'Property Agent',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49023,'Owner Landlord',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49024,'Site Manager',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49025,'Property Manager',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49026,'Construction Manager',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49027,'Fire Warden',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49028,'Director',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49029,'CEO',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49030,'Other',0,0,19204,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49031,'A Property Within Building Block',0,0,19205,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49032,'All Of The Property',0,0,19205,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49033,'Communal Areas Only',0,0,19205,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49034,'House',0,0,19205,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49035,'Flat',0,0,19205,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49036,'Other',0,0,19205,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49037,'Nebosh',0,0,19212,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49038,'Level 2 Fire Risk Assessor',0,0,19212,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49039,'Competant Person',0,0,19212,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49040,'Yes',0,0,19214,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49041,'No',2,0,19214,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49042,'Other',20,0,19214,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49043,'N/A',0,0,19214,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49044,'Yes',0,0,19215,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49045,'No',2,0,19215,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49046,'Other',20,0,19215,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49047,'N/A',0,0,19215,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49048,'Yes',0,0,19216,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49049,'No',2,0,19216,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49050,'Other',20,0,19216,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49051,'N/A',0,0,19216,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49052,'Yes',0,0,19218,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49053,'No',2,0,19218,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49054,'Other',20,0,19218,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49055,'N/A',0,0,19218,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49056,'Yes',0,0,19220,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49057,'No',2,0,19220,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49058,'Other',20,0,19220,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49059,'N/A',0,0,19220,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49060,'Yes',0,0,19221,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49061,'No',2,0,19221,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49062,'Other',20,0,19221,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49063,'N/A',0,0,19221,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49064,'Yes',0,0,19222,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49065,'No',3,0,19222,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49066,'Other',20,0,19222,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49067,'N/A',0,0,19222,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49068,'Yes',0,0,19224,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49069,'No',3,0,19224,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49070,'Other',20,0,19224,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49071,'N/A',0,0,19224,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49072,'Yes',0,0,19225,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49073,'No',4,0,19225,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49074,'No Disabled',0,0,19225,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49075,'Other',20,0,19225,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49076,'N/A',0,0,19225,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49077,'Yes',0,0,19226,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49078,'No',4,0,19226,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49079,'Other',20,0,19226,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49080,'N/A',0,0,19226,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49081,'Yes',0,0,19227,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49082,'No',3,0,19227,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49083,'Other',20,0,19227,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49084,'N/A',0,0,19227,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49085,'Yes',0,0,19228,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49086,'No',4,0,19228,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49087,'Other',20,0,19228,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49088,'N/A',0,0,19228,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49089,'Yes',0,0,19229,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49090,'No',4,0,19229,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49091,'Other',20,0,19229,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49092,'N/A',0,0,19229,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49093,'Yes',0,0,19230,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49094,'No',5,0,19230,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49095,'Other',20,0,19230,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49096,'N/A',0,0,19230,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49097,'Yes',0,0,19231,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49098,'Yes',3,0,19231,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49099,'No',6,0,19231,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49100,'Other',20,0,19231,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49101,'N/A',0,0,19231,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49102,'Yes',0,0,19232,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49103,'No',5,0,19232,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49104,'Other',20,0,19232,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49105,'N/A',0,0,19232,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49106,'Yes',0,0,19234,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49107,'No 1',7,0,19234,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49108,'No 2',7,0,19234,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49109,'Other',20,0,19234,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49110,'N/A',0,0,19234,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49111,'Yes',0,0,19236,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49112,'No 1',5,0,19236,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49113,'No 2',5,0,19236,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49114,'Yes',0,0,19237,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49115,'Option',5,0,19237,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49116,'No',8,0,19237,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49117,'N/A',0,0,19237,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49118,'Other',20,0,19237,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49119,'Yes 1',1,0,19239,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49120,'Yes 2',0,0,19239,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49121,'No',7,0,19239,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49122,'N/A',0,0,19239,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49123,'Other',20,0,19239,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49124,'Yes',0,0,19241,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49125,'No',8,0,19241,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49126,'Other',20,0,19241,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49127,'N/A',0,0,19241,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49128,'Yes',0,0,19242,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49129,'No',8,0,19242,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49130,'Other',20,0,19242,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49131,'N/A',0,0,19242,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49132,'Yes',0,0,19243,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49133,'No',8,0,19243,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49134,'Other',20,0,19243,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49135,'N/A',0,0,19243,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49136,'Yes',0,0,19245,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49137,'No',8,0,19245,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49138,'Other',20,0,19245,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49139,'N/A',0,0,19245,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49140,'Yes',0,0,19246,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49141,'No',6,0,19246,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49142,'Other',20,0,19246,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49143,'N/A',0,0,19246,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49144,'Yes',0,0,19248,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49145,'Yes',2,0,19248,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49146,'No',5,0,19248,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49147,'N/A',0,0,19248,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49148,'Other',20,0,19248,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49149,'Yes',0,0,19250,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49150,'Yes',2,0,19250,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49151,'No',5,0,19250,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49152,'N/A',0,0,19250,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49153,'Other',20,0,19250,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49154,'Yes',0,0,19252,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49155,'No',4,0,19252,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49156,'N/A',0,0,19252,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49157,'Other',20,0,19252,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49158,'Yes',0,0,19254,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49159,'No',5,0,19254,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49160,'N/A',0,0,19254,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49161,'Other',20,0,19254,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49162,'Yes',0,0,19256,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49163,'No',4,0,19256,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49164,'N/A',0,0,19256,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49165,'Other',20,0,19256,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49166,'Yes',0,0,19258,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49167,'No',5,0,19258,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49168,'N/A',0,0,19258,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49169,'Other',20,0,19258,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49170,'Yes',0,0,19260,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49171,'No',5,0,19260,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49172,'N/A',0,0,19260,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49173,'Other',20,0,19260,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49174,'Yes',0,0,19262,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49175,'No',7,0,19262,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49176,'N/A',0,0,19262,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49177,'Other',20,0,19262,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49178,'Yes',2,0,19263,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49179,'No',6,0,19263,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49180,'No',0,0,19263,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49181,'N/A',0,0,19263,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49182,'Yes',0,0,19264,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49183,'No',4,0,19264,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49184,'No',7,0,19264,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49185,'N/A',0,0,19264,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49186,'Other',20,0,19264,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49187,'Yes',0,0,19265,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49188,'No',6,0,19265,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49189,'NA',0,0,19265,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49190,'Other',20,0,19265,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49191,'Yes',0,0,19266,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49192,'Yes',0,0,19266,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49193,'NA',0,0,19266,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49194,'Other',20,0,19266,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49195,'Yes',1,0,19267,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49196,'No',0,0,19267,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49197,'Other',20,0,19267,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49198,'Yes',0,0,19268,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49199,'No',9,0,19268,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49200,'NA',0,0,19268,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49201,'Other',20,0,19268,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49202,'Yes',0,0,19269,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49203,'No',7,0,19269,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49204,'NA',0,0,19269,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49205,'Other',20,0,19269,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49206,'Yes',0,0,19270,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49207,'No',6,0,19270,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49208,'NA',0,0,19270,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49209,'Other',20,0,19270,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49210,'Yes',0,0,19271,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49211,'No',6,0,19271,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49212,'NA',0,0,19271,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49213,'Other',20,0,19271,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49214,'Yes',0,0,19272,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49215,'No',8,0,19272,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49216,'NA',0,0,19272,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49217,'Other',20,0,19272,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49218,'Yes',3,0,19273,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49219,'Yes',4,0,19273,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49220,'Yes',5,0,19273,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49221,'Other',20,0,19273,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49222,'Detached',1,0,19274,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49223,'Semi Detached',2,0,19274,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49224,'Terraced',3,0,19274,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49225,'Linked-Detached',1,0,19274,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49226,'Other',20,0,19274,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49227,'House',1,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49228,'Bungalow',1,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49229,'Block of Flats - Studios up to 6 Floor Levels',3,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49230,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49231,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49232,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49233,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49234,'Underground Property',1,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49235,'Factory/ Warehouse',3,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49236,'Garage/ Workshop',3,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49237,'Retail Shop',2,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49238,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49239,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49240,'Other',20,0,19275,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49241,'1-5',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49242,'5-10',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49243,'10-15',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49244,'15-20',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49245,'20-25',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49246,'25-30',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49247,'30-35',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49248,'35-40',0,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49249,'Other',20,0,19276,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49250,'1',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49251,'2',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49252,'3',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49253,'4',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49254,'5',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49255,'6',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49256,'7',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49257,'8',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49258,'9',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49259,'10',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49260,'11',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49261,'12',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49262,'13',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49263,'14',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49264,'15',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49265,'16',1,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49266,'N/A',0,0,19279,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49267,'1',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49268,'2',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49269,'3',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49270,'4',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49271,'5',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49272,'6',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49273,'7',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49274,'8',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49275,'9',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49276,'10',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49277,'11',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49278,'12',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49279,'13',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49280,'14',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49281,'15',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49282,'16',2,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49283,'N/A',0,0,19280,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49284,'Yes',1,0,19282,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49285,'No',3,0,19282,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49286,'Unknown',3,0,19282,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49287,'Stone',0,0,19282,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49288,'Other',20,0,19282,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49289,'Yes',1,0,19283,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49290,'No',5,0,19283,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49291,'Unknown',5,0,19283,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49292,'Stone',0,0,19283,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49293,'Other',20,0,19283,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49294,'No',5,0,19284,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49295,'Unknown',5,0,19284,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(49296,'Stone',0,0,19284,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49297,'Other',20,0,19284,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49298,'Wood',2,0,19285,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49299,'Plastics',1,0,19285,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49300,'Aluminium',0,0,19285,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49301,'Stone',0,0,19285,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49302,'Other',20,0,19285,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49303,'0%',0,0,19286,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49304,'25%',0,0,19286,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49305,'50%',0,0,19286,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49306,'75%',0,0,19286,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49307,'100%',0,0,19286,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49308,'0%',0,0,19288,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49309,'25%',1,0,19288,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49310,'50%',1,0,19288,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49311,'75%',1,0,19288,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49312,'100%',1,0,19288,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49313,'0%',0,0,19289,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49314,'25%',0,0,19289,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49315,'50%',0,0,19289,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49316,'75%',0,0,19289,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49317,'100%',0,0,19289,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49318,'0%',0,0,19290,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49319,'25%',3,0,19290,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49320,'50%',3,0,19290,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49321,'75%',3,0,19290,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49322,'100%',3,0,19290,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49323,'0%',0,0,19291,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49324,'25%',1,0,19291,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49325,'50%',1,0,19291,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49326,'75%',1,0,19291,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49327,'100%',1,0,19291,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49328,'0%',0,0,19292,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49329,'25%',5,0,19292,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49330,'50%',5,0,19292,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49331,'75%',5,0,19292,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49332,'100%',5,0,19292,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49333,'0%',0,0,19293,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49334,'25%',5,0,19293,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49335,'50%',5,0,19293,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49336,'75%',5,0,19293,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49337,'100%',5,0,19293,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49338,'0%',0,0,19294,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49339,'25%',1,0,19294,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49340,'50%',1,0,19294,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49341,'75%',1,0,19294,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49342,'100%',1,0,19294,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49343,'Other',20,0,19295,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49344,'25%',1,0,19295,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49345,'50%',1,0,19295,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49346,'75%',1,0,19295,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49347,'100%',1,0,19295,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49348,'0%',0,0,19297,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49349,'25%',1,0,19297,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49350,'50%',1,0,19297,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49351,'75%',1,0,19297,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49352,'100%',1,0,19297,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49353,'0%',0,0,19298,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49354,'25%',2,0,19298,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49355,'50%',2,0,19298,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49356,'75%',2,0,19298,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49357,'100%',2,0,19298,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49358,'0%',0,0,19299,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49359,'25%',1,0,19299,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49360,'50%',1,0,19299,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49361,'75%',1,0,19299,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49362,'100%',1,0,19299,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49363,'Solid concrete all levels',0,0,19300,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49364,'Timber joists all levels',3,0,19300,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49365,'Concrete lowest floor – Timber above higher levels',3,0,19300,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49366,'Other',20,0,19300,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49367,'Yes',1,0,19303,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49368,'No',6,0,19303,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49369,'Yes',2,0,19305,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49370,'No',8,0,19305,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49371,'Yes',1,0,19307,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49372,'No',6,0,19307,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49373,'Yes',1,0,19309,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49374,'No',6,0,19309,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49375,'Yes',1,0,19311,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49376,'No',6,0,19311,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49377,'Yes',1,0,19315,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49378,'No',3,0,19315,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49379,'Yes',1,0,19317,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49380,'No',3,0,19317,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49381,'Yes',1,0,19319,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49382,'No',3,0,19319,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49383,'Very Good',1,0,19321,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49384,'Good',1,0,19321,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49385,'Fair',1,0,19321,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49386,'Poor',2,0,19321,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49387,'Very Poor',2,0,19321,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49388,'Fan Heaters',4,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49389,'Electric Heaters',4,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49390,'Gas Heater',5,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49391,'Other Boilers',2,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49392,'Electrical Equipment',3,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49393,'Electrical Leads',3,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49394,'Portable Equipment',3,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49395,'Portable Lighting',2,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49396,'Cooking kitchen Equipment',6,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49397,'Other',20,0,19323,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49398,'Wood/Paper/Cardboard etc',3,0,19325,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49399,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19325,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49400,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19325,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49401,'Waste Material Controlled -in locked wheely bin or store',2,0,19325,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49402,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19325,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49403,'Other',20,0,19325,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49404,'Yes',1,0,19327,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49405,'Yes',2,0,19327,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49406,'No',5,0,19327,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49407,'Other',20,0,19327,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49408,'Yes',0,0,19328,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49409,'No',5,0,19328,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49410,'NA',5,0,19328,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49411,'Other',20,0,19328,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49412,'Yes',0,0,19329,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49413,'No',5,0,19329,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49414,'N/A',0,0,19329,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49415,'Other',20,0,19329,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49416,'Yes',0,0,19330,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49417,'No',5,0,19330,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49418,'Other',20,0,19330,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49419,'N/A',0,0,19330,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49420,'Yes',0,0,19331,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49421,'No',5,0,19331,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49422,'NA',0,0,19331,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49423,'Other',20,0,19331,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49424,'Yes',0,0,19332,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49425,'No',5,0,19332,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49426,'NA',0,0,19332,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49427,'Other',20,0,19332,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49428,'Yes',1,0,19333,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49429,'No',5,0,19333,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49430,'NA',0,0,19333,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49431,'Other',20,0,19333,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(49432,'Director',0,0,19339,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49433,'Owner Landlord',0,0,19339,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49434,'Site Maitenance',0,0,19339,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49435,'Estate Agent',0,0,19339,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49436,'Letting Agent',0,0,19339,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49437,'Other',0,0,19339,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49438,'Property Agent',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49439,'Owner Landlord',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49440,'Site Manager',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49441,'Property Manager',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49442,'Construction Manager',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49443,'Fire Warden',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49444,'Director',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49445,'CEO',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49446,'Other',0,0,19340,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49447,'A Property Within Building Block',0,0,19341,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49448,'All Of The Property',0,0,19341,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49449,'Communal Areas Only',0,0,19341,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49450,'House',0,0,19341,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49451,'Flat',0,0,19341,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49452,'Other',0,0,19341,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49453,'Nebosh',0,0,19348,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49454,'Level 2 Fire Risk Assessor',0,0,19348,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49455,'Competant Person',0,0,19348,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49456,'Yes',0,0,19350,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49457,'No',2,0,19350,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49458,'Other',20,0,19350,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49459,'N/A',0,0,19350,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49460,'Yes',0,0,19351,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49461,'No',2,0,19351,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49462,'Other',20,0,19351,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49463,'N/A',0,0,19351,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49464,'Yes',0,0,19355,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49465,'No',2,0,19355,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49466,'Other',20,0,19355,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49467,'Director',0,0,19358,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49468,'N/A',0,0,19355,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49469,'Owner Landlord',0,0,19358,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49470,'Site Maitenance',0,0,19358,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49471,'Estate Agent',0,0,19358,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49472,'Yes',0,0,19360,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49473,'Letting Agent',0,0,19358,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49474,'No',2,0,19360,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49475,'Other',0,0,19358,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49476,'Other',20,0,19360,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49477,'N/A',0,0,19360,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49478,'Property Agent',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49479,'Owner Landlord',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49480,'Site Manager',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49481,'Yes',0,0,19363,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49482,'Property Manager',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49483,'No',2,0,19363,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49484,'Construction Manager',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49485,'Other',20,0,19363,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49486,'Fire Warden',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49487,'N/A',0,0,19363,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49488,'Director',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49489,'CEO',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49490,'Yes',0,0,19364,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49491,'Other',0,0,19361,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49492,'No',2,0,19364,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49493,'Other',20,0,19364,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49494,'A Property Within Building Block',0,0,19365,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49495,'N/A',0,0,19364,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49496,'All Of The Property',0,0,19365,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49497,'Communal Areas Only',0,0,19365,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49498,'Yes',0,0,19366,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49499,'House',0,0,19365,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49500,'No',3,0,19366,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49501,'Flat',0,0,19365,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49502,'Other',20,0,19366,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49503,'Other',0,0,19365,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49504,'N/A',0,0,19366,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49505,'Yes',0,0,19370,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49506,'No',3,0,19370,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49507,'Other',20,0,19370,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49508,'N/A',0,0,19370,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49509,'Yes',0,0,19372,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49510,'Yes',1,0,19373,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49511,'No',4,0,19372,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49512,'Yes',2,0,19373,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49513,'No Disabled',0,0,19372,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49514,'No',5,0,19373,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49515,'Other',20,0,19372,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49516,'Other',20,0,19373,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49517,'N/A',0,0,19372,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49518,'Yes',0,0,19374,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49519,'Yes',0,0,19375,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49520,'No',5,0,19374,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49521,'No',4,0,19375,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49522,'NA',5,0,19374,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49523,'Other',20,0,19375,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49524,'Other',20,0,19374,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49525,'N/A',0,0,19375,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49526,'Yes',0,0,19376,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49527,'Yes',0,0,19377,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49528,'No',5,0,19376,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49529,'No',3,0,19377,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49530,'N/A',0,0,19376,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49531,'Other',20,0,19377,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49532,'Other',20,0,19376,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49533,'N/A',0,0,19377,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49534,'Yes',0,0,19378,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49535,'Yes',0,0,19379,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49536,'No',5,0,19378,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49537,'No',4,0,19379,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49538,'Other',20,0,19378,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49539,'Other',20,0,19379,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49540,'N/A',0,0,19378,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49541,'N/A',0,0,19379,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49542,'Yes',0,0,19380,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49543,'Yes',0,0,19381,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49544,'No',5,0,19380,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49545,'No',4,0,19381,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49546,'NA',0,0,19380,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49547,'Other',20,0,19381,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49548,'Other',20,0,19380,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49549,'N/A',0,0,19381,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49550,'Yes',0,0,19382,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49551,'Yes',0,0,19383,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49552,'No',5,0,19382,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49553,'No',5,0,19383,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49554,'NA',0,0,19382,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49555,'Other',20,0,19383,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49556,'Other',20,0,19382,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49557,'N/A',0,0,19383,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49558,'Yes',1,0,19384,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49559,'Yes',0,0,19385,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49560,'No',5,0,19384,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49561,'Yes',3,0,19385,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49562,'NA',0,0,19384,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49563,'No',6,0,19385,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49564,'Other',20,0,19385,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49565,'Other',20,0,19384,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49566,'N/A',0,0,19385,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49567,'Yes',0,0,19387,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49568,'No',5,0,19387,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49569,'Other',20,0,19387,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49570,'N/A',0,0,19387,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49571,'Yes',0,0,19389,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49572,'No 1',7,0,19389,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49573,'No 2',7,0,19389,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49574,'Other',20,0,19389,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49575,'N/A',0,0,19389,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49576,'Yes',0,0,19391,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49577,'No 1',5,0,19391,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49578,'No 2',5,0,19391,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49579,'Yes',0,0,19392,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49580,'Option',5,0,19392,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49581,'No',8,0,19392,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49582,'N/A',0,0,19392,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49583,'Other',20,0,19392,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49584,'Yes 1',1,0,19394,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49585,'Yes 2',0,0,19394,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49586,'No',7,0,19394,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49587,'N/A',0,0,19394,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49588,'Other',20,0,19394,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49589,'Yes',0,0,19396,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49590,'No',8,0,19396,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49591,'Other',20,0,19396,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49592,'N/A',0,0,19396,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49593,'Yes',0,0,19397,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49594,'No',8,0,19397,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49595,'Other',20,0,19397,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49596,'N/A',0,0,19397,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49597,'Yes',0,0,19398,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49598,'No',8,0,19398,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49599,'Other',20,0,19398,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49600,'N/A',0,0,19398,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49601,'Yes',0,0,19400,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49602,'No',8,0,19400,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49603,'Other',20,0,19400,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49604,'N/A',0,0,19400,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49605,'Yes',0,0,19401,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49606,'No',6,0,19401,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49607,'Other',20,0,19401,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49608,'N/A',0,0,19401,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49609,'Yes',0,0,19403,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49610,'Yes',2,0,19403,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49611,'No',5,0,19403,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49612,'N/A',0,0,19403,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49613,'Other',20,0,19403,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49614,'Yes',0,0,19405,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49615,'Yes',2,0,19405,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49616,'No',5,0,19405,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49617,'N/A',0,0,19405,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49618,'Other',20,0,19405,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49619,'Yes',0,0,19407,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49620,'No',4,0,19407,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49621,'N/A',0,0,19407,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49622,'Other',20,0,19407,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49623,'Yes',0,0,19409,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49624,'No',5,0,19409,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49625,'N/A',0,0,19409,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49626,'Other',20,0,19409,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49627,'Yes',0,0,19411,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49628,'No',4,0,19411,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49629,'N/A',0,0,19411,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49630,'Other',20,0,19411,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49631,'Yes',0,0,19413,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49632,'No',5,0,19413,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49633,'N/A',0,0,19413,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49634,'Other',20,0,19413,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49635,'Yes',0,0,19415,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49636,'No',5,0,19415,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49637,'N/A',0,0,19415,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49638,'Other',20,0,19415,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49639,'Yes',0,0,19417,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49640,'No',7,0,19417,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49641,'N/A',0,0,19417,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49642,'Other',20,0,19417,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49643,'Yes',2,0,19418,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49644,'No',6,0,19418,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49645,'No',0,0,19418,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49646,'N/A',0,0,19418,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49647,'Yes',0,0,19419,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49648,'No',4,0,19419,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49649,'No',7,0,19419,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49650,'N/A',0,0,19419,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49651,'Other',20,0,19419,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49652,'Yes',0,0,19420,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49653,'No',6,0,19420,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49654,'NA',0,0,19420,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49655,'Other',20,0,19420,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49656,'Yes',0,0,19421,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49657,'Yes',0,0,19421,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49658,'NA',0,0,19421,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49659,'Other',20,0,19421,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49660,'Yes',1,0,19422,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49661,'No',0,0,19422,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49662,'Other',20,0,19422,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49663,'Yes',0,0,19423,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49664,'No',9,0,19423,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49665,'NA',0,0,19423,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49666,'Other',20,0,19423,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49667,'Yes',0,0,19424,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49668,'No',7,0,19424,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49669,'NA',0,0,19424,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49670,'Other',20,0,19424,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49671,'Yes',0,0,19425,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49672,'No',6,0,19425,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49673,'NA',0,0,19425,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49674,'Other',20,0,19425,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49675,'Yes',0,0,19426,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49676,'No',6,0,19426,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49677,'NA',0,0,19426,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49678,'Other',20,0,19426,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49679,'Yes',0,0,19427,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49680,'No',8,0,19427,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49681,'NA',0,0,19427,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49682,'Other',20,0,19427,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49683,'Yes',3,0,19428,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49684,'Yes',4,0,19428,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49685,'Yes',5,0,19428,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49686,'Other',20,0,19428,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49687,'Detached',1,0,19429,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49688,'Semi Detached',2,0,19429,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49689,'Terraced',3,0,19429,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49690,'Linked-Detached',1,0,19429,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49691,'Other',20,0,19429,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49692,'House',1,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49693,'Bungalow',1,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49694,'Block of Flats - Studios up to 6 Floor Levels',3,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49695,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49696,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49697,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49698,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49699,'Underground Property',1,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49700,'Factory/ Warehouse',3,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49701,'Garage/ Workshop',3,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49702,'Retail Shop',2,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49703,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49704,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49705,'Other',20,0,19430,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49706,'1-5',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49707,'5-10',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49708,'10-15',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49709,'15-20',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49710,'20-25',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49711,'25-30',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49712,'30-35',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49713,'35-40',0,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49714,'Other',20,0,19431,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49715,'1',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49716,'2',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49717,'3',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49718,'4',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49719,'5',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49720,'6',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49721,'7',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49722,'8',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49723,'9',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49724,'10',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49725,'11',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49726,'12',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49727,'13',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49728,'14',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49729,'15',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49730,'16',1,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49731,'N/A',0,0,19434,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49732,'1',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49733,'2',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49734,'3',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49735,'4',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49736,'5',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49737,'6',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49738,'7',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49739,'8',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49740,'9',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49741,'10',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49742,'11',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49743,'12',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49744,'13',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49745,'14',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49746,'15',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49747,'16',2,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49748,'N/A',0,0,19435,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49749,'Yes',1,0,19437,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49750,'No',3,0,19437,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49751,'Unknown',3,0,19437,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49752,'Stone',0,0,19437,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49753,'Other',20,0,19437,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49754,'Yes',1,0,19438,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49755,'No',5,0,19438,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49756,'Unknown',5,0,19438,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49757,'Stone',0,0,19438,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49758,'Other',20,0,19438,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49759,'No',5,0,19439,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49760,'Unknown',5,0,19439,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49761,'Stone',0,0,19439,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49762,'Other',20,0,19439,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49763,'Wood',2,0,19440,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49764,'Plastics',1,0,19440,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49765,'Aluminium',0,0,19440,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49766,'Stone',0,0,19440,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49767,'Other',20,0,19440,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49768,'0%',0,0,19441,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49769,'25%',0,0,19441,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49770,'50%',0,0,19441,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49771,'75%',0,0,19441,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49772,'100%',0,0,19441,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49773,'0%',0,0,19443,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49774,'25%',1,0,19443,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49775,'50%',1,0,19443,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49776,'75%',1,0,19443,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49777,'100%',1,0,19443,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49778,'0%',0,0,19444,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49779,'25%',0,0,19444,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49780,'50%',0,0,19444,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49781,'75%',0,0,19444,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49782,'100%',0,0,19444,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49783,'0%',0,0,19445,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49784,'25%',3,0,19445,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49785,'50%',3,0,19445,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49786,'75%',3,0,19445,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49787,'100%',3,0,19445,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49788,'0%',0,0,19446,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49789,'25%',1,0,19446,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49790,'50%',1,0,19446,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49791,'75%',1,0,19446,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49792,'100%',1,0,19446,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49793,'0%',0,0,19447,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49794,'25%',5,0,19447,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49795,'50%',5,0,19447,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49796,'75%',5,0,19447,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49797,'100%',5,0,19447,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49798,'0%',0,0,19448,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49799,'25%',5,0,19448,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49800,'50%',5,0,19448,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49801,'75%',5,0,19448,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49802,'100%',5,0,19448,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49803,'0%',0,0,19449,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49804,'25%',1,0,19449,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49805,'50%',1,0,19449,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49806,'75%',1,0,19449,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49807,'100%',1,0,19449,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49808,'Other',20,0,19450,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49809,'25%',1,0,19450,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49810,'50%',1,0,19450,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49811,'75%',1,0,19450,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49812,'100%',1,0,19450,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49813,'0%',0,0,19452,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49814,'25%',1,0,19452,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49815,'50%',1,0,19452,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49816,'75%',1,0,19452,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49817,'100%',1,0,19452,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49818,'0%',0,0,19453,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49819,'25%',2,0,19453,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49820,'50%',2,0,19453,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49821,'75%',2,0,19453,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49822,'100%',2,0,19453,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49823,'0%',0,0,19454,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49824,'25%',1,0,19454,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49825,'50%',1,0,19454,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49826,'75%',1,0,19454,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49827,'100%',1,0,19454,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49828,'Solid concrete all levels',0,0,19455,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49829,'Timber joists all levels',3,0,19455,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49830,'Concrete lowest floor – Timber above higher levels',3,0,19455,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49831,'Other',20,0,19455,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49832,'Yes',1,0,19458,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49833,'No',6,0,19458,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49834,'Yes',2,0,19460,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49835,'No',8,0,19460,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49836,'Yes',1,0,19462,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49837,'No',6,0,19462,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49838,'Yes',1,0,19464,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49839,'No',6,0,19464,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49840,'Yes',1,0,19466,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49841,'No',6,0,19466,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49842,'Yes',1,0,19470,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49843,'No',3,0,19470,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49844,'Yes',1,0,19472,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49845,'No',3,0,19472,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49846,'Yes',1,0,19474,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49847,'No',3,0,19474,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49848,'Very Good',1,0,19476,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49849,'Good',1,0,19476,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49850,'Fair',1,0,19476,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49851,'Poor',2,0,19476,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49852,'Very Poor',2,0,19476,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49853,'Fan Heaters',4,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49854,'Electric Heaters',4,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49855,'Gas Heater',5,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49856,'Other Boilers',2,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49857,'Electrical Equipment',3,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49858,'Electrical Leads',3,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49859,'Portable Equipment',3,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49860,'Portable Lighting',2,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49861,'Cooking kitchen Equipment',6,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49862,'Other',20,0,19478,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49863,'Wood/Paper/Cardboard etc',3,0,19480,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49864,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19480,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49865,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19480,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49866,'Waste Material Controlled -in locked wheely bin or store',2,0,19480,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49867,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19480,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49868,'Other',20,0,19480,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49869,'Yes',1,0,19482,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49870,'Yes',2,0,19482,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49871,'No',5,0,19482,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49872,'Other',20,0,19482,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49873,'Yes',0,0,19483,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49874,'No',5,0,19483,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49875,'NA',5,0,19483,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49876,'Other',20,0,19483,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49877,'Yes',0,0,19484,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49878,'No',5,0,19484,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49879,'N/A',0,0,19484,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49880,'Other',20,0,19484,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49881,'Yes',0,0,19485,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49882,'No',5,0,19485,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49883,'Other',20,0,19485,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49884,'N/A',0,0,19485,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49885,'Yes',0,0,19486,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49886,'No',5,0,19486,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49887,'NA',0,0,19486,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49888,'Other',20,0,19486,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49889,'Yes',0,0,19487,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49890,'No',5,0,19487,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49891,'NA',0,0,19487,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49892,'Other',20,0,19487,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49893,'Yes',1,0,19488,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49894,'No',5,0,19488,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49895,'NA',0,0,19488,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49896,'Other',20,0,19488,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(49897,'Yes',0,0,19491,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49898,'No',2,0,19491,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49899,'Other',20,0,19491,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49900,'N/A',0,0,19491,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49901,'Yes',0,0,19492,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49902,'No',2,0,19492,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49903,'Other',20,0,19492,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49904,'N/A',0,0,19492,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49905,'Yes',0,0,19493,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49906,'No',2,0,19493,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49907,'Other',20,0,19493,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49908,'N/A',0,0,19493,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49909,'Yes',0,0,19495,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49910,'No',2,0,19495,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49911,'Other',20,0,19495,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49912,'N/A',0,0,19495,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49913,'Yes',0,0,19497,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49914,'No',2,0,19497,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49915,'Other',20,0,19497,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49916,'N/A',0,0,19497,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49917,'Yes',0,0,19498,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49918,'No',2,0,19498,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49919,'Other',20,0,19498,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49920,'N/A',0,0,19498,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49921,'Yes',0,0,19499,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49922,'No',3,0,19499,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49923,'Other',20,0,19499,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49924,'N/A',0,0,19499,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49925,'Yes',0,0,19501,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49926,'No',3,0,19501,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49927,'Other',20,0,19501,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49928,'N/A',0,0,19501,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49929,'Yes',0,0,19502,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49930,'No',4,0,19502,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49931,'No Disabled',0,0,19502,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49932,'Other',20,0,19502,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49933,'N/A',0,0,19502,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49934,'Yes',0,0,19503,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49935,'No',4,0,19503,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49936,'Other',20,0,19503,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49937,'N/A',0,0,19503,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49938,'Yes',0,0,19504,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49939,'No',3,0,19504,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49940,'Other',20,0,19504,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49941,'N/A',0,0,19504,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49942,'Yes',0,0,19505,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49943,'No',4,0,19505,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49944,'Other',20,0,19505,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49945,'N/A',0,0,19505,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49946,'Yes',0,0,19506,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49947,'No',4,0,19506,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49948,'Other',20,0,19506,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49949,'N/A',0,0,19506,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49950,'Yes',0,0,19507,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49951,'No',5,0,19507,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49952,'Other',20,0,19507,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49953,'N/A',0,0,19507,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49954,'Yes',0,0,19508,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49955,'Yes',3,0,19508,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49956,'No',6,0,19508,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49957,'Other',20,0,19508,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49958,'N/A',0,0,19508,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49959,'Yes',0,0,19509,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49960,'No',5,0,19509,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49961,'Other',20,0,19509,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49962,'N/A',0,0,19509,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49963,'Director',0,0,19516,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49964,'Owner Landlord',0,0,19516,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49965,'Site Maitenance',0,0,19516,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49966,'Estate Agent',0,0,19516,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49967,'Letting Agent',0,0,19516,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49968,'Other',0,0,19516,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49969,'Property Agent',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49970,'Owner Landlord',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49971,'Site Manager',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49972,'Property Manager',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49973,'Construction Manager',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49974,'Fire Warden',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49975,'Director',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49976,'CEO',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49977,'Other',0,0,19517,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49978,'A Property Within Building Block',0,0,19518,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49979,'All Of The Property',0,0,19518,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49980,'Communal Areas Only',0,0,19518,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49981,'House',0,0,19518,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49982,'Flat',0,0,19518,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49983,'Other',0,0,19518,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49984,'Yes',1,0,19522,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49985,'Yes',2,0,19522,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49986,'No',5,0,19522,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49987,'Other',20,0,19522,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49988,'Yes',0,0,19523,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49989,'No',5,0,19523,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49990,'NA',5,0,19523,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49991,'Other',20,0,19523,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49992,'Yes',0,0,19524,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49993,'No',5,0,19524,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49994,'N/A',0,0,19524,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49995,'Other',20,0,19524,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49996,'Yes',0,0,19525,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49997,'No',5,0,19525,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49998,'Other',20,0,19525,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(49999,'N/A',0,0,19525,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50000,'Yes',0,0,19526,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50001,'No',5,0,19526,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50002,'NA',0,0,19526,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50003,'Other',20,0,19526,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50004,'Yes',0,0,19527,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50005,'No',5,0,19527,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50006,'NA',0,0,19527,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50007,'Other',20,0,19527,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50008,'Yes',1,0,19528,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50009,'No',5,0,19528,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50010,'NA',0,0,19528,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50011,'Other',20,0,19528,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50012,'Yes',0,0,19530,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50013,'No 1',7,0,19530,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50014,'No 2',7,0,19530,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50015,'Other',20,0,19530,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50016,'N/A',0,0,19530,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50017,'Yes',0,0,19532,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50018,'No 1',5,0,19532,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50019,'No 2',5,0,19532,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50020,'Yes',0,0,19533,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50021,'Option',5,0,19533,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50022,'No',8,0,19533,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50023,'N/A',0,0,19533,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50024,'Other',20,0,19533,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50025,'Yes 1',1,0,19535,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50026,'Yes 2',0,0,19535,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50027,'No',7,0,19535,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50028,'N/A',0,0,19535,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50029,'Other',20,0,19535,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50030,'Yes',0,0,19537,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50031,'No',8,0,19537,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50032,'Other',20,0,19537,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50033,'N/A',0,0,19537,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50034,'Yes',0,0,19538,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50035,'No',8,0,19538,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50036,'Other',20,0,19538,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50037,'N/A',0,0,19538,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50038,'Yes',0,0,19539,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50039,'No',8,0,19539,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50040,'Other',20,0,19539,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50041,'N/A',0,0,19539,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50042,'Yes',0,0,19541,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50043,'No',8,0,19541,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50044,'Other',20,0,19541,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50045,'N/A',0,0,19541,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50046,'Yes',0,0,19542,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50047,'No',6,0,19542,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50048,'Other',20,0,19542,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50049,'N/A',0,0,19542,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50050,'Yes',0,0,19544,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50051,'Yes',2,0,19544,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50052,'No',5,0,19544,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50053,'N/A',0,0,19544,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50054,'Other',20,0,19544,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50055,'Yes',0,0,19546,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50056,'Yes',2,0,19546,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50057,'No',5,0,19546,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50058,'N/A',0,0,19546,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50059,'Other',20,0,19546,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50060,'Yes',0,0,19548,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50061,'No',4,0,19548,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50062,'N/A',0,0,19548,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50063,'Other',20,0,19548,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50064,'Yes',0,0,19550,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50065,'No',5,0,19550,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50066,'N/A',0,0,19550,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50067,'Other',20,0,19550,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50068,'Yes',0,0,19552,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50069,'No',4,0,19552,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50070,'N/A',0,0,19552,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50071,'Other',20,0,19552,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50072,'Yes',0,0,19554,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50073,'No',5,0,19554,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50074,'N/A',0,0,19554,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50075,'Other',20,0,19554,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50076,'Yes',0,0,19556,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50077,'No',5,0,19556,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50078,'N/A',0,0,19556,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50079,'Other',20,0,19556,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50080,'Yes',0,0,19558,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50081,'No',7,0,19558,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50082,'N/A',0,0,19558,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50083,'Other',20,0,19558,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50084,'Yes',2,0,19559,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50085,'No',6,0,19559,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50086,'No',0,0,19559,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50087,'N/A',0,0,19559,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50088,'Detached',1,0,19560,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50089,'Semi Detached',2,0,19560,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50090,'Terraced',3,0,19560,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50091,'Linked-Detached',1,0,19560,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50092,'Other',20,0,19560,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50093,'House',1,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50094,'Bungalow',1,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50095,'Block of Flats - Studios up to 6 Floor Levels',3,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50096,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50097,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50098,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50099,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50100,'Underground Property',1,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50101,'Factory/ Warehouse',3,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50102,'Garage/ Workshop',3,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50103,'Retail Shop',2,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50104,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50105,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50106,'Other',20,0,19561,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50107,'1-5',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50108,'5-10',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50109,'10-15',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50110,'15-20',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50111,'20-25',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50112,'25-30',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50113,'30-35',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50114,'35-40',0,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50115,'Other',20,0,19562,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50116,'1',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50117,'2',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50118,'3',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50119,'4',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50120,'5',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50121,'6',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50122,'7',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50123,'8',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50124,'9',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50125,'10',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50126,'11',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50127,'12',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50128,'13',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50129,'14',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50130,'15',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50131,'16',1,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50132,'N/A',0,0,19565,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50133,'1',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50134,'2',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50135,'3',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50136,'4',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50137,'5',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50138,'6',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50139,'7',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50140,'8',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50141,'9',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50142,'10',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50143,'11',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50144,'12',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50145,'13',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50146,'14',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50147,'15',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50148,'16',2,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50149,'N/A',0,0,19566,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50150,'Yes',1,0,19568,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50151,'No',3,0,19568,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50152,'Unknown',3,0,19568,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50153,'Stone',0,0,19568,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50154,'Other',20,0,19568,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50155,'Yes',1,0,19569,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50156,'No',5,0,19569,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50157,'Unknown',5,0,19569,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50158,'Stone',0,0,19569,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50159,'Other',20,0,19569,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50160,'No',5,0,19570,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50161,'Unknown',5,0,19570,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50162,'Stone',0,0,19570,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50163,'Other',20,0,19570,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50164,'Wood',2,0,19571,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50165,'Plastics',1,0,19571,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50166,'Aluminium',0,0,19571,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50167,'Stone',0,0,19571,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50168,'Other',20,0,19571,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50169,'0%',0,0,19572,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50170,'25%',0,0,19572,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50171,'50%',0,0,19572,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50172,'75%',0,0,19572,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50173,'100%',0,0,19572,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50174,'0%',0,0,19574,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50175,'25%',1,0,19574,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50176,'50%',1,0,19574,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50177,'75%',1,0,19574,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50178,'100%',1,0,19574,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50179,'0%',0,0,19575,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50180,'25%',0,0,19575,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50181,'50%',0,0,19575,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50182,'75%',0,0,19575,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50183,'100%',0,0,19575,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50184,'0%',0,0,19576,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50185,'25%',3,0,19576,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50186,'50%',3,0,19576,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50187,'75%',3,0,19576,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50188,'100%',3,0,19576,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50189,'0%',0,0,19577,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50190,'25%',1,0,19577,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50191,'50%',1,0,19577,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50192,'75%',1,0,19577,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50193,'100%',1,0,19577,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50194,'0%',0,0,19578,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50195,'25%',5,0,19578,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50196,'50%',5,0,19578,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50197,'75%',5,0,19578,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50198,'100%',5,0,19578,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50199,'0%',0,0,19579,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50200,'25%',5,0,19579,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50201,'50%',5,0,19579,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50202,'75%',5,0,19579,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50203,'100%',5,0,19579,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50204,'0%',0,0,19580,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50205,'25%',1,0,19580,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50206,'50%',1,0,19580,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50207,'75%',1,0,19580,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50208,'100%',1,0,19580,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50209,'Other',20,0,19581,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50210,'25%',1,0,19581,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50211,'50%',1,0,19581,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50212,'75%',1,0,19581,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50213,'100%',1,0,19581,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50214,'0%',0,0,19583,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50215,'25%',1,0,19583,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50216,'50%',1,0,19583,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50217,'75%',1,0,19583,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50218,'100%',1,0,19583,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50219,'0%',0,0,19584,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50220,'25%',2,0,19584,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50221,'50%',2,0,19584,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50222,'75%',2,0,19584,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50223,'100%',2,0,19584,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50224,'0%',0,0,19585,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50225,'25%',1,0,19585,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50226,'50%',1,0,19585,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50227,'75%',1,0,19585,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50228,'100%',1,0,19585,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50229,'Solid concrete all levels',0,0,19586,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50230,'Timber joists all levels',3,0,19586,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50231,'Concrete lowest floor – Timber above higher levels',3,0,19586,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50232,'Other',20,0,19586,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50233,'Yes',1,0,19589,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50234,'No',6,0,19589,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50235,'Yes',2,0,19591,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50236,'No',8,0,19591,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50237,'Yes',1,0,19593,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50238,'No',6,0,19593,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50239,'Yes',1,0,19595,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50240,'No',6,0,19595,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50241,'Yes',1,0,19597,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50242,'No',6,0,19597,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50243,'Yes',1,0,19601,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50244,'No',3,0,19601,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50245,'Yes',1,0,19603,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50246,'No',3,0,19603,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50247,'Yes',1,0,19605,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50248,'No',3,0,19605,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50249,'Very Good',1,0,19607,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50250,'Good',1,0,19607,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50251,'Fair',1,0,19607,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50252,'Poor',2,0,19607,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50253,'Very Poor',2,0,19607,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50254,'Fan Heaters',4,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50255,'Electric Heaters',4,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50256,'Gas Heater',5,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50257,'Other Boilers',2,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50258,'Electrical Equipment',3,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50259,'Electrical Leads',3,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50260,'Portable Equipment',3,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50261,'Portable Lighting',2,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50262,'Cooking kitchen Equipment',6,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50263,'Other',20,0,19609,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50264,'Wood/Paper/Cardboard etc',3,0,19611,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50265,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19611,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50266,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19611,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50267,'Waste Material Controlled -in locked wheely bin or store',2,0,19611,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50268,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19611,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50269,'Other',20,0,19611,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50270,'Yes',1,0,19613,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50271,'Yes',2,0,19613,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50272,'No',5,0,19613,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50273,'Other',20,0,19613,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50274,'Yes',0,0,19614,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50275,'No',5,0,19614,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50276,'NA',5,0,19614,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50277,'Other',20,0,19614,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50278,'Yes',0,0,19615,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50279,'No',5,0,19615,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50280,'N/A',0,0,19615,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50281,'Other',20,0,19615,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50282,'Yes',0,0,19616,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50283,'No',5,0,19616,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50284,'Other',20,0,19616,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50285,'N/A',0,0,19616,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50286,'Yes',0,0,19617,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50287,'No',5,0,19617,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50288,'NA',0,0,19617,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50289,'Other',20,0,19617,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50290,'Yes',0,0,19618,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50291,'No',5,0,19618,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50292,'NA',0,0,19618,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50293,'Other',20,0,19618,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50294,'Yes',1,0,19619,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50295,'No',5,0,19619,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50296,'NA',0,0,19619,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50297,'Other',20,0,19619,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50298,'Yes',1,0,19621,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50299,'No',4,0,19621,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50300,'No',7,0,19621,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50301,'N/A',0,0,19621,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50302,'Other',20,0,19621,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50303,'Yes',0,0,19622,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50304,'No',6,0,19622,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50305,'NA',0,0,19622,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50306,'Other',20,0,19622,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50307,'Yes',0,0,19623,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50308,'Yes',0,0,19623,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50309,'NA',0,0,19623,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50310,'Other',20,0,19623,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50311,'Yes',1,0,19624,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50312,'No',0,0,19624,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50313,'Other',20,0,19624,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50314,'Yes',0,0,19625,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50315,'No',9,0,19625,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50316,'NA',0,0,19625,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50317,'Other',20,0,19625,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50318,'Yes',0,0,19626,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50319,'No',7,0,19626,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50320,'NA',0,0,19626,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50321,'Other',20,0,19626,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50322,'Yes',0,0,19627,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50323,'No',6,0,19627,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50324,'NA',0,0,19627,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50325,'Other',20,0,19627,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50326,'Yes',0,0,19628,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50327,'No',6,0,19628,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50328,'NA',0,0,19628,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50329,'Other',20,0,19628,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50330,'Yes',0,0,19629,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50331,'No',8,0,19629,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50332,'NA',0,0,19629,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50333,'Other',20,0,19629,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50334,'Yes',3,0,19630,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50335,'Yes',4,0,19630,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50336,'Yes',5,0,19630,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50337,'Other',20,0,19630,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(50338,'Yes',0,0,19632,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50339,'No',2,0,19632,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50340,'Other',20,0,19632,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50341,'N/A',0,0,19632,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50342,'Yes',0,0,19633,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50343,'No',2,0,19633,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50344,'Other',20,0,19633,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50345,'N/A',0,0,19633,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50346,'Yes',0,0,19634,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50347,'No',2,0,19634,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50348,'Other',20,0,19634,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50349,'N/A',0,0,19634,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50350,'Yes',0,0,19636,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50351,'No',2,0,19636,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50352,'Other',20,0,19636,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50353,'N/A',0,0,19636,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50354,'Yes',0,0,19638,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50355,'No',2,0,19638,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50356,'Other',20,0,19638,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50357,'N/A',0,0,19638,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50358,'Yes',0,0,19639,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50359,'No',2,0,19639,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50360,'Other',20,0,19639,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50361,'N/A',0,0,19639,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50362,'Yes',0,0,19640,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50363,'No',3,0,19640,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50364,'Other',20,0,19640,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50365,'N/A',0,0,19640,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50366,'Yes',0,0,19642,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50367,'No',3,0,19642,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50368,'Other',20,0,19642,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50369,'N/A',0,0,19642,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50370,'Yes',0,0,19643,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50371,'No',4,0,19643,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50372,'No Disabled',0,0,19643,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50373,'Other',20,0,19643,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50374,'N/A',0,0,19643,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50375,'Yes',0,0,19644,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50376,'No',4,0,19644,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50377,'Other',20,0,19644,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50378,'N/A',0,0,19644,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50379,'Yes',0,0,19645,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50380,'No',3,0,19645,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50381,'Other',20,0,19645,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50382,'N/A',0,0,19645,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50383,'Yes',0,0,19646,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50384,'No',4,0,19646,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50385,'Other',20,0,19646,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50386,'N/A',0,0,19646,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50387,'Yes',0,0,19647,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50388,'No',4,0,19647,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50389,'Other',20,0,19647,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50390,'N/A',0,0,19647,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50391,'Yes',0,0,19648,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50392,'No',5,0,19648,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50393,'Other',20,0,19648,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50394,'N/A',0,0,19648,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50395,'Yes',0,0,19649,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50396,'Yes',3,0,19649,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50397,'No',6,0,19649,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50398,'Other',20,0,19649,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50399,'N/A',0,0,19649,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50400,'Yes',0,0,19650,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50401,'No',5,0,19650,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50402,'Other',20,0,19650,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50403,'N/A',0,0,19650,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50404,'Director',0,0,19657,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50405,'Owner Landlord',0,0,19657,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50406,'Site Maitenance',0,0,19657,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50407,'Estate Agent',0,0,19657,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50408,'Letting Agent',0,0,19657,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50409,'Other',0,0,19657,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50410,'Property Agent',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50411,'Owner Landlord',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50412,'Site Manager',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50413,'Property Manager',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50414,'Construction Manager',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50415,'Fire Warden',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50416,'Director',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50417,'CEO',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50418,'Other',0,0,19658,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50419,'A Property Within Building Block',0,0,19659,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50420,'All Of The Property',0,0,19659,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50421,'Communal Areas Only',0,0,19659,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50422,'House',0,0,19659,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50423,'Flat',0,0,19659,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(50424,'Other',0,0,19659,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50425,'Yes',1,0,19663,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50426,'Yes',2,0,19663,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50427,'No',5,0,19663,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50428,'Other',20,0,19663,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50429,'Yes',0,0,19664,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50430,'No',5,0,19664,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50431,'NA',5,0,19664,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50432,'Other',20,0,19664,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50433,'Yes',0,0,19665,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50434,'No',5,0,19665,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50435,'N/A',0,0,19665,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50436,'Other',20,0,19665,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50437,'Yes',0,0,19666,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50438,'No',5,0,19666,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50439,'Other',20,0,19666,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50440,'N/A',0,0,19666,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50441,'Yes',0,0,19667,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50442,'No',5,0,19667,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50443,'NA',0,0,19667,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50444,'Other',20,0,19667,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50445,'Yes',0,0,19668,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50446,'No',5,0,19668,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50447,'NA',0,0,19668,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50448,'Other',20,0,19668,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50449,'Yes',1,0,19669,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50450,'No',5,0,19669,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50451,'NA',0,0,19669,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50452,'Other',20,0,19669,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50453,'Yes',0,0,19671,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50454,'No 1',7,0,19671,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50455,'No 2',7,0,19671,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50456,'Other',20,0,19671,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50457,'N/A',0,0,19671,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50458,'Yes',0,0,19673,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50459,'No 1',5,0,19673,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50460,'No 2',5,0,19673,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50461,'Yes',0,0,19674,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50462,'Option',5,0,19674,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50463,'No',8,0,19674,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50464,'N/A',0,0,19674,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50465,'Other',20,0,19674,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50466,'Yes 1',1,0,19676,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50467,'Yes 2',0,0,19676,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50468,'No',7,0,19676,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50469,'N/A',0,0,19676,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50470,'Other',20,0,19676,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50471,'Yes',0,0,19678,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50472,'No',8,0,19678,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50473,'Other',20,0,19678,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50474,'N/A',0,0,19678,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50475,'Yes',0,0,19679,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50476,'No',8,0,19679,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50477,'Other',20,0,19679,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50478,'N/A',0,0,19679,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50479,'Yes',0,0,19680,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50480,'No',8,0,19680,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50481,'Other',20,0,19680,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50482,'N/A',0,0,19680,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50483,'Yes',0,0,19682,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50484,'No',8,0,19682,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50485,'Other',20,0,19682,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50486,'N/A',0,0,19682,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50487,'Yes',0,0,19683,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50488,'No',6,0,19683,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50489,'Other',20,0,19683,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50490,'N/A',0,0,19683,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50491,'Yes',0,0,19685,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50492,'Yes',2,0,19685,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50493,'No',5,0,19685,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50494,'N/A',0,0,19685,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50495,'Other',20,0,19685,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50496,'Yes',0,0,19687,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50497,'Yes',2,0,19687,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50498,'No',5,0,19687,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50499,'N/A',0,0,19687,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50500,'Other',20,0,19687,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50501,'Yes',0,0,19689,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50502,'No',4,0,19689,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50503,'N/A',0,0,19689,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50504,'Other',20,0,19689,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50505,'Yes',0,0,19691,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50506,'No',5,0,19691,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50507,'N/A',0,0,19691,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50508,'Other',20,0,19691,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50509,'Yes',0,0,19693,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50510,'No',4,0,19693,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50511,'N/A',0,0,19693,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50512,'Other',20,0,19693,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50513,'Yes',0,0,19695,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50514,'No',5,0,19695,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50515,'N/A',0,0,19695,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50516,'Other',20,0,19695,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50517,'Yes',0,0,19697,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50518,'No',5,0,19697,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50519,'N/A',0,0,19697,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50520,'Other',20,0,19697,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50521,'Yes',0,0,19699,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50522,'No',7,0,19699,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50523,'N/A',0,0,19699,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50524,'Other',20,0,19699,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50525,'Yes',2,0,19700,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50526,'No',6,0,19700,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50527,'No',0,0,19700,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50528,'N/A',0,0,19700,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50529,'Detached',1,0,19701,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50530,'Semi Detached',2,0,19701,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50531,'Terraced',3,0,19701,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50532,'Linked-Detached',1,0,19701,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50533,'Other',20,0,19701,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50534,'House',1,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50535,'Bungalow',1,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50536,'Block of Flats - Studios up to 6 Floor Levels',3,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50537,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50538,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50539,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50540,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50541,'Underground Property',1,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50542,'Factory/ Warehouse',3,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50543,'Garage/ Workshop',3,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50544,'Retail Shop',2,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50545,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50546,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50547,'Other',20,0,19702,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50548,'1-5',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50549,'5-10',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50550,'10-15',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50551,'15-20',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50552,'20-25',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50553,'25-30',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50554,'30-35',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50555,'35-40',0,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50556,'Other',20,0,19703,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50557,'1',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50558,'2',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50559,'3',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50560,'4',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50561,'5',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50562,'6',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50563,'7',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50564,'8',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50565,'9',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50566,'10',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50567,'11',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50568,'12',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50569,'13',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50570,'14',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50571,'15',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50572,'16',1,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50573,'N/A',0,0,19706,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50574,'1',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50575,'2',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50576,'3',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50577,'4',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50578,'5',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50579,'6',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50580,'7',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50581,'8',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50582,'9',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50583,'10',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50584,'11',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50585,'12',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50586,'13',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50587,'14',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50588,'15',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50589,'16',2,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50590,'N/A',0,0,19707,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50591,'Yes',1,0,19709,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50592,'No',3,0,19709,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50593,'Unknown',3,0,19709,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50594,'Stone',0,0,19709,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50595,'Other',20,0,19709,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50596,'Yes',1,0,19710,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50597,'No',5,0,19710,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50598,'Unknown',5,0,19710,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50599,'Stone',0,0,19710,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50600,'Other',20,0,19710,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50601,'No',5,0,19711,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50602,'Unknown',5,0,19711,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50603,'Stone',0,0,19711,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50604,'Other',20,0,19711,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50605,'Wood',2,0,19712,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50606,'Plastics',1,0,19712,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50607,'Aluminium',0,0,19712,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50608,'Stone',0,0,19712,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50609,'Other',20,0,19712,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50610,'0%',0,0,19713,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50611,'25%',0,0,19713,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50612,'50%',0,0,19713,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50613,'75%',0,0,19713,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50614,'100%',0,0,19713,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50615,'0%',0,0,19715,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50616,'25%',1,0,19715,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50617,'50%',1,0,19715,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50618,'75%',1,0,19715,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50619,'100%',1,0,19715,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50620,'0%',0,0,19716,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50621,'25%',0,0,19716,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50622,'50%',0,0,19716,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50623,'75%',0,0,19716,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50624,'100%',0,0,19716,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50625,'0%',0,0,19717,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50626,'25%',3,0,19717,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50627,'50%',3,0,19717,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50628,'75%',3,0,19717,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50629,'100%',3,0,19717,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50630,'0%',0,0,19718,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50631,'25%',1,0,19718,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50632,'50%',1,0,19718,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50633,'75%',1,0,19718,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50634,'100%',1,0,19718,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50635,'0%',0,0,19719,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50636,'25%',5,0,19719,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50637,'50%',5,0,19719,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50638,'75%',5,0,19719,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50639,'100%',5,0,19719,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50640,'0%',0,0,19720,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50641,'25%',5,0,19720,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50642,'50%',5,0,19720,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50643,'75%',5,0,19720,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50644,'100%',5,0,19720,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50645,'0%',0,0,19721,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50646,'25%',1,0,19721,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50647,'50%',1,0,19721,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50648,'75%',1,0,19721,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50649,'100%',1,0,19721,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50650,'Other',20,0,19722,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50651,'25%',1,0,19722,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50652,'50%',1,0,19722,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50653,'75%',1,0,19722,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50654,'100%',1,0,19722,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50655,'0%',0,0,19724,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50656,'25%',1,0,19724,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50657,'50%',1,0,19724,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50658,'75%',1,0,19724,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50659,'100%',1,0,19724,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50660,'0%',0,0,19725,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50661,'25%',2,0,19725,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50662,'50%',2,0,19725,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50663,'75%',2,0,19725,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50664,'100%',2,0,19725,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50665,'0%',0,0,19726,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50666,'25%',1,0,19726,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50667,'50%',1,0,19726,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50668,'75%',1,0,19726,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50669,'100%',1,0,19726,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50670,'Solid concrete all levels',0,0,19727,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50671,'Timber joists all levels',3,0,19727,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50672,'Concrete lowest floor – Timber above higher levels',3,0,19727,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50673,'Other',20,0,19727,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50674,'Yes',1,0,19730,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50675,'No',6,0,19730,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50676,'Yes',2,0,19732,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50677,'No',8,0,19732,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50678,'Yes',1,0,19734,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50679,'No',6,0,19734,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50680,'Yes',1,0,19736,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50681,'No',6,0,19736,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50682,'Yes',1,0,19738,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50683,'No',6,0,19738,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50684,'Yes',1,0,19742,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50685,'No',3,0,19742,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50686,'Yes',1,0,19744,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50687,'No',3,0,19744,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50688,'Yes',1,0,19746,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50689,'No',3,0,19746,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50690,'Very Good',1,0,19748,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50691,'Good',1,0,19748,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50692,'Fair',1,0,19748,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50693,'Poor',2,0,19748,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50694,'Very Poor',2,0,19748,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50695,'Fan Heaters',4,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50696,'Electric Heaters',4,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50697,'Gas Heater',5,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50698,'Other Boilers',2,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50699,'Electrical Equipment',3,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50700,'Electrical Leads',3,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50701,'Portable Equipment',3,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50702,'Portable Lighting',2,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50703,'Cooking kitchen Equipment',6,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50704,'Other',20,0,19750,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50705,'Wood/Paper/Cardboard etc',3,0,19752,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50706,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19752,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50707,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19752,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50708,'Waste Material Controlled -in locked wheely bin or store',2,0,19752,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50709,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19752,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50710,'Other',20,0,19752,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50711,'Yes',1,0,19754,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50712,'Yes',2,0,19754,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50713,'No',5,0,19754,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50714,'Other',20,0,19754,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50715,'Yes',0,0,19755,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50716,'No',5,0,19755,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50717,'NA',5,0,19755,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50718,'Other',20,0,19755,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50719,'Yes',0,0,19756,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50720,'No',5,0,19756,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50721,'N/A',0,0,19756,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50722,'Other',20,0,19756,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50723,'Yes',0,0,19757,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50724,'No',5,0,19757,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50725,'Other',20,0,19757,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50726,'N/A',0,0,19757,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50727,'Yes',0,0,19758,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50728,'No',5,0,19758,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50729,'NA',0,0,19758,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50730,'Other',20,0,19758,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50731,'Yes',0,0,19759,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50732,'No',5,0,19759,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50733,'NA',0,0,19759,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50734,'Other',20,0,19759,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50735,'Yes',1,0,19760,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50736,'No',5,0,19760,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50737,'NA',0,0,19760,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50738,'Other',20,0,19760,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50739,'Yes',1,0,19762,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50740,'No',4,0,19762,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50741,'No',7,0,19762,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50742,'N/A',0,0,19762,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50743,'Other',20,0,19762,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50744,'Yes',0,0,19763,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50745,'No',6,0,19763,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50746,'NA',0,0,19763,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50747,'Other',20,0,19763,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50748,'Yes',0,0,19764,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50749,'Yes',0,0,19764,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50750,'NA',0,0,19764,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50751,'Other',20,0,19764,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50752,'Yes',1,0,19765,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50753,'No',0,0,19765,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50754,'Other',20,0,19765,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50755,'Yes',0,0,19766,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50756,'No',9,0,19766,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50757,'NA',0,0,19766,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50758,'Other',20,0,19766,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50759,'Yes',0,0,19767,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50760,'No',7,0,19767,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50761,'NA',0,0,19767,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50762,'Other',20,0,19767,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50763,'Yes',0,0,19768,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50764,'No',6,0,19768,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50765,'NA',0,0,19768,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50766,'Other',20,0,19768,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50767,'Yes',0,0,19769,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50768,'No',6,0,19769,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50769,'NA',0,0,19769,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50770,'Other',20,0,19769,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50771,'Yes',0,0,19770,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50772,'No',8,0,19770,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50773,'NA',0,0,19770,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50774,'Other',20,0,19770,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50775,'Yes',3,0,19771,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50776,'Yes',4,0,19771,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50777,'Yes',5,0,19771,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50778,'Other',20,0,19771,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(50779,'Director',0,0,19778,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50780,'Owner Landlord',0,0,19778,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50781,'Site Maitenance',0,0,19778,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50782,'Estate Agent',0,0,19778,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50783,'Letting Agent',0,0,19778,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50784,'Other',0,0,19778,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50785,'Property Agent',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50786,'Owner Landlord',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50787,'Site Manager',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50788,'Property Manager',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50789,'Construction Manager',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50790,'Fire Warden',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50791,'Director',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50792,'CEO',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50793,'Other',0,0,19779,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50794,'A Property Within Building Block',0,0,19780,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50795,'All Of The Property',0,0,19780,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50796,'Communal Areas Only',0,0,19780,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50797,'House',0,0,19780,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50798,'Flat',0,0,19780,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50799,'Other',0,0,19780,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50800,'Nebosh',0,0,19787,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50801,'Level 2 Fire Risk Assessor',0,0,19787,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50802,'Competant Person',0,0,19787,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50803,'Fan Heaters',4,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50804,'Electric Heaters',4,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50805,'Gas Heater',5,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50806,'Other Boilers',2,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50807,'Electrical Equipment',3,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50808,'Electrical Leads',3,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50809,'Portable Equipment',3,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50810,'Portable Lighting',2,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50811,'Cooking kitchen Equipment',6,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50812,'Other',20,0,19788,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50813,'Wood/Paper/Cardboard etc',3,0,19790,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50814,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,19790,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50815,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,19790,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50816,'Waste Material Controlled -in locked wheely bin or store',2,0,19790,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50817,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,19790,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50818,'Other',20,0,19790,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50819,'Yes',0,0,19793,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50820,'No',2,0,19793,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50821,'Other',20,0,19793,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50822,'N/A',0,0,19793,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50823,'Yes',0,0,19794,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50824,'No',2,0,19794,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50825,'Other',20,0,19794,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50826,'N/A',0,0,19794,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50827,'Yes',0,0,19795,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50828,'No',2,0,19795,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50829,'Other',20,0,19795,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50830,'N/A',0,0,19795,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50831,'Yes',0,0,19797,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50832,'No',2,0,19797,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50833,'Other',20,0,19797,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50834,'N/A',0,0,19797,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50835,'Yes',0,0,19799,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50836,'No',2,0,19799,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50837,'Other',20,0,19799,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50838,'N/A',0,0,19799,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50839,'Yes',0,0,19800,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50840,'No',2,0,19800,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50841,'Other',20,0,19800,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50842,'N/A',0,0,19800,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50843,'Yes',0,0,19801,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50844,'No',3,0,19801,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50845,'Other',20,0,19801,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50846,'N/A',0,0,19801,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50847,'Yes',0,0,19803,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50848,'No',3,0,19803,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50849,'Other',20,0,19803,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50850,'N/A',0,0,19803,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50851,'Yes',0,0,19804,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50852,'No',4,0,19804,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50853,'No Disabled',0,0,19804,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50854,'Other',20,0,19804,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50855,'N/A',0,0,19804,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50856,'Yes',0,0,19805,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50857,'No',4,0,19805,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50858,'Other',20,0,19805,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50859,'N/A',0,0,19805,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50860,'Yes',0,0,19806,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50861,'No',3,0,19806,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50862,'Other',20,0,19806,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50863,'N/A',0,0,19806,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50864,'Yes',0,0,19807,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50865,'No',4,0,19807,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50866,'Other',20,0,19807,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50867,'N/A',0,0,19807,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50868,'Yes',0,0,19808,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50869,'No',4,0,19808,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50870,'Other',20,0,19808,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50871,'N/A',0,0,19808,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50872,'Yes',0,0,19809,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50873,'No',5,0,19809,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50874,'Other',20,0,19809,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50875,'N/A',0,0,19809,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50876,'Yes',0,0,19810,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50877,'Yes',3,0,19810,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50878,'No',6,0,19810,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50879,'Other',20,0,19810,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50880,'N/A',0,0,19810,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50881,'Yes',0,0,19811,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50882,'No',5,0,19811,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50883,'Other',20,0,19811,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50884,'N/A',0,0,19811,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50885,'Yes',0,0,19813,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50886,'No 1',7,0,19813,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50887,'No 2',7,0,19813,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50888,'Other',20,0,19813,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50889,'N/A',0,0,19813,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50890,'Yes',0,0,19815,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50891,'No 1',5,0,19815,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50892,'No 2',5,0,19815,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50893,'Yes',0,0,19816,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50894,'Option',5,0,19816,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50895,'No',8,0,19816,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50896,'N/A',0,0,19816,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50897,'Other',20,0,19816,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50898,'Yes 1',1,0,19818,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50899,'Yes 2',0,0,19818,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50900,'No',7,0,19818,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50901,'N/A',0,0,19818,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50902,'Other',20,0,19818,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(50903,'Yes',0,0,19820,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50904,'No',8,0,19820,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50905,'Other',20,0,19820,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50906,'N/A',0,0,19820,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50907,'Yes',0,0,19821,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50908,'No',8,0,19821,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50909,'Other',20,0,19821,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50910,'N/A',0,0,19821,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50911,'Yes',0,0,19822,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50912,'No',8,0,19822,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50913,'Other',20,0,19822,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50914,'N/A',0,0,19822,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50915,'Yes',0,0,19824,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50916,'No',8,0,19824,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50917,'Other',20,0,19824,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50918,'N/A',0,0,19824,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50919,'Yes',0,0,19825,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50920,'No',6,0,19825,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50921,'Other',20,0,19825,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50922,'N/A',0,0,19825,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50923,'Yes',0,0,19827,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50924,'Yes',2,0,19827,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50925,'No',5,0,19827,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50926,'N/A',0,0,19827,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50927,'Other',20,0,19827,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50928,'Yes',0,0,19829,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50929,'Yes',2,0,19829,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50930,'No',5,0,19829,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50931,'N/A',0,0,19829,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50932,'Other',20,0,19829,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50933,'Yes',0,0,19831,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50934,'No',4,0,19831,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50935,'N/A',0,0,19831,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50936,'Other',20,0,19831,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50937,'Yes',0,0,19833,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50938,'No',5,0,19833,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50939,'N/A',0,0,19833,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50940,'Other',20,0,19833,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50941,'Yes',0,0,19835,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50942,'No',4,0,19835,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50943,'N/A',0,0,19835,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50944,'Other',20,0,19835,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50945,'Yes',0,0,19837,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50946,'No',5,0,19837,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50947,'N/A',0,0,19837,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50948,'Other',20,0,19837,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50949,'Yes',0,0,19839,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50950,'No',5,0,19839,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50951,'N/A',0,0,19839,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50952,'Other',20,0,19839,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50953,'Yes',0,0,19841,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50954,'No',7,0,19841,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50955,'N/A',0,0,19841,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50956,'Other',20,0,19841,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50957,'Yes',2,0,19842,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50958,'No',6,0,19842,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50959,'No',0,0,19842,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50960,'N/A',0,0,19842,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50961,'Yes',0,0,19843,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50962,'No',4,0,19843,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50963,'No',7,0,19843,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50964,'N/A',0,0,19843,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50965,'Other',20,0,19843,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50966,'Yes',0,0,19844,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50967,'No',6,0,19844,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50968,'NA',0,0,19844,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50969,'Other',20,0,19844,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50970,'Yes',0,0,19845,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50971,'Yes',0,0,19845,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50972,'NA',0,0,19845,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50973,'Other',20,0,19845,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50974,'Yes',1,0,19846,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50975,'No',0,0,19846,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50976,'Other',20,0,19846,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50977,'Yes',0,0,19847,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50978,'No',9,0,19847,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50979,'NA',0,0,19847,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50980,'Other',20,0,19847,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50981,'Yes',0,0,19848,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50982,'No',7,0,19848,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50983,'NA',0,0,19848,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50984,'Other',20,0,19848,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50985,'Yes',0,0,19849,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50986,'No',6,0,19849,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50987,'NA',0,0,19849,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50988,'Other',20,0,19849,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50989,'Yes',0,0,19850,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50990,'No',6,0,19850,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50991,'NA',0,0,19850,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50992,'Other',20,0,19850,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50993,'Yes',0,0,19851,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50994,'No',8,0,19851,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50995,'NA',0,0,19851,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50996,'Other',20,0,19851,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50997,'Yes',3,0,19852,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50998,'Yes',4,0,19852,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(50999,'Yes',5,0,19852,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51000,'Other',20,0,19852,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51001,'Yes',1,0,19853,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51002,'Yes',0,0,19853,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51003,'No',5,0,19853,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51004,'Other',20,0,19853,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51005,'Yes',0,0,19854,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51006,'No',5,0,19854,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51007,'NA',5,0,19854,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51008,'Other',20,0,19854,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51009,'Yes',0,0,19855,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51010,'No',5,0,19855,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51011,'N/A',0,0,19855,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51012,'Other',20,0,19855,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51013,'Yes',0,0,19856,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51014,'No',5,0,19856,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51015,'Other',20,0,19856,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51016,'N/A',0,0,19856,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51017,'Yes',0,0,19857,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51018,'No',5,0,19857,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51019,'NA',0,0,19857,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51020,'Other',20,0,19857,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51021,'Yes',0,0,19858,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51022,'No',5,0,19858,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51023,'NA',0,0,19858,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51024,'Other',20,0,19858,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51025,'Yes',0,0,19859,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51026,'No',5,0,19859,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51027,'NA',0,0,19859,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51028,'Other',20,0,19859,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51029,'Yes',0,0,19860,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51030,'No',5,0,19860,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51031,'Other',20,0,19860,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51032,'N/A',0,0,19860,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51033,'Yes',0,0,19861,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51034,'Yes',0,0,19861,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51035,'No',5,0,19861,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51036,'N/A',0,0,19861,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51037,'Other',20,0,19861,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51038,'Detached',1,0,19862,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51039,'Semi Detached',2,0,19862,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51040,'Terraced',3,0,19862,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51041,'Linked-Detached',1,0,19862,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51042,'Other',20,0,19862,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51043,'House',1,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51044,'Bungalow',1,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51045,'Block of Flats - Studios up to 6 Floor Levels',3,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51046,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51047,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51048,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51049,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51050,'Underground Property',1,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51051,'Factory/ Warehouse',3,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51052,'Garage/ Workshop',3,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51053,'Retail Shop',2,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51054,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51055,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51056,'Other',20,0,19863,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51057,'1-5',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51058,'5-10',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51059,'10-15',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51060,'15-20',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51061,'20-25',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51062,'25-30',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51063,'30-35',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51064,'35-40',0,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51065,'Other',20,0,19864,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51066,'1',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51067,'2',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51068,'3',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51069,'4',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51070,'5',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51071,'6',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51072,'7',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51073,'8',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51074,'9',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51075,'10',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51076,'11',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51077,'12',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51078,'13',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51079,'14',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51080,'15',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51081,'16',1,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51082,'N/A',0,0,19867,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51083,'1',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51084,'2',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51085,'3',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51086,'4',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51087,'5',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51088,'6',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51089,'7',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51090,'8',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51091,'9',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51092,'10',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51093,'11',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51094,'12',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51095,'13',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51096,'14',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51097,'15',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51098,'16',2,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51099,'N/A',0,0,19868,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51100,'Yes',1,0,19870,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51101,'No',3,0,19870,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51102,'Unknown',3,0,19870,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51103,'Stone',0,0,19870,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51104,'Other',20,0,19870,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51105,'Yes',1,0,19871,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51106,'No',5,0,19871,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51107,'Unknown',5,0,19871,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51108,'Stone',0,0,19871,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51109,'Other',20,0,19871,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51110,'No',5,0,19872,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51111,'Unknown',5,0,19872,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51112,'Stone',0,0,19872,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51113,'Other',20,0,19872,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51114,'Wood',2,0,19873,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51115,'Plastics',1,0,19873,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51116,'Aluminium',0,0,19873,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51117,'Stone',0,0,19873,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51118,'Other',20,0,19873,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51119,'0%',0,0,19874,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51120,'25%',0,0,19874,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51121,'50%',0,0,19874,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51122,'75%',0,0,19874,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51123,'100%',0,0,19874,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51124,'0%',0,0,19876,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51125,'25%',1,0,19876,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51126,'50%',1,0,19876,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51127,'75%',1,0,19876,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51128,'100%',1,0,19876,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51129,'0%',0,0,19877,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51130,'25%',0,0,19877,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51131,'50%',0,0,19877,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51132,'75%',0,0,19877,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51133,'100%',0,0,19877,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51134,'0%',0,0,19878,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51135,'25%',3,0,19878,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51136,'50%',3,0,19878,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51137,'75%',3,0,19878,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51138,'100%',3,0,19878,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51139,'0%',0,0,19879,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51140,'25%',1,0,19879,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51141,'50%',1,0,19879,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51142,'75%',1,0,19879,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51143,'100%',1,0,19879,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51144,'0%',0,0,19880,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51145,'25%',5,0,19880,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51146,'50%',5,0,19880,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51147,'75%',5,0,19880,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51148,'100%',5,0,19880,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51149,'0%',0,0,19881,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51150,'25%',5,0,19881,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51151,'50%',5,0,19881,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51152,'75%',5,0,19881,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51153,'100%',5,0,19881,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51154,'0%',0,0,19882,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51155,'25%',1,0,19882,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51156,'50%',1,0,19882,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51157,'75%',1,0,19882,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51158,'100%',1,0,19882,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51159,'Other',20,0,19883,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51160,'25%',1,0,19883,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51161,'50%',1,0,19883,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51162,'75%',1,0,19883,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51163,'100%',1,0,19883,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51164,'0%',0,0,19885,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51165,'25%',1,0,19885,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51166,'50%',1,0,19885,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51167,'75%',1,0,19885,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51168,'100%',1,0,19885,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51169,'0%',0,0,19886,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51170,'25%',2,0,19886,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51171,'50%',2,0,19886,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51172,'75%',2,0,19886,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51173,'100%',2,0,19886,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51174,'0%',0,0,19887,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51175,'25%',1,0,19887,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51176,'50%',1,0,19887,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51177,'75%',1,0,19887,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51178,'100%',1,0,19887,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51179,'Solid concrete all levels',0,0,19888,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51180,'Timber joists all levels',3,0,19888,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51181,'Concrete lowest floor – Timber above higher levels',3,0,19888,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51182,'Other',20,0,19888,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51183,'Yes',1,0,19891,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51184,'No',6,0,19891,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51185,'Yes',2,0,19893,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51186,'No',8,0,19893,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51187,'Yes',1,0,19895,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51188,'No',6,0,19895,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51189,'Yes',1,0,19897,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51190,'No',6,0,19897,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51191,'Yes',1,0,19899,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51192,'No',6,0,19899,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51193,'Yes',1,0,19903,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51194,'No',3,0,19903,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51195,'Yes',1,0,19905,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51196,'No',3,0,19905,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51197,'Yes',1,0,19907,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51198,'No',3,0,19907,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51199,'Very Good',1,0,19909,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51200,'Good',1,0,19909,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51201,'Fair',1,0,19909,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51202,'Poor',2,0,19909,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51203,'Very Poor',2,0,19909,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(51204,'Answer 1',1,0,19911,'2023-03-16 21:16:13','2023-03-16 21:16:13'),(51205,'Answer 2',3,0,19911,'2023-03-16 21:16:13','2023-03-16 21:16:13'),(51206,'Answer 3',4,0,19911,'2023-03-16 21:16:13','2023-03-16 21:16:13'),(51207,'Choice 1',10,0,19912,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51208,'Choice 2',9,0,19912,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51209,'Choice 3',8,0,19912,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51210,'Choice 4',7,0,19912,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51211,'Choice 5',6,0,19912,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51212,'Choice 6',5,0,19912,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51213,'Choice 1',10,0,19916,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51214,'Choice 2',9,0,19916,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51215,'Choice 3',8,0,19916,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51216,'Choice 4',7,0,19916,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51217,'Choice 5',6,0,19916,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51218,'Choice 1',10,0,19919,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51219,'Choice 2',9,0,19919,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51220,'Choice 3',8,0,19919,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51221,'Choice 4',7,0,19919,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51222,'Choice 1',10,0,19922,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51223,'Choice 2',9,0,19922,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51224,'Choice 3',8,0,19922,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51225,'Choice 4',7,0,19922,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51226,'Choice 5',6,0,19922,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51227,'Choice 1',10,0,19924,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51228,'Choice 2',9,0,19924,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51229,'Choice 3',8,0,19924,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51230,'Choice 1',10,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51231,'Choice 2',9,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51232,'Choice 3',8,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51233,'Choice 4',7,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51234,'Choice 5',6,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51235,'Choice 6',5,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51236,'Choice 7',4,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51237,'Choice 8',3,0,19929,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51238,'Choice 1',10,0,19933,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51239,'Choice 2',9,0,19933,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51240,'Choice 3',8,0,19933,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51241,'Choice 4',7,0,19933,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51242,'Choice 1',10,0,19935,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51243,'Choice 2',9,0,19935,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51244,'Choice 3',8,0,19935,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51245,'Choice 4',7,0,19935,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51246,'Choice 5',6,0,19935,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51247,'Choice 6',5,0,19935,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51248,'Choice 1',10,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51249,'Choice 2',9,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51250,'Choice 3',8,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51251,'Choice 4',7,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51252,'Choice 5',6,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51253,'Choice 6',5,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51254,'Choice 7',4,0,19936,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51255,'Choice 1',10,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51256,'Choice 2',9,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51257,'Choice 3',8,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51258,'Choice 4',7,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51259,'Choice 5',6,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51260,'Choice 6',5,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51261,'Choice 7',4,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51262,'Choice 8',3,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51263,'Choice 9',2,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51264,'Choice 10',1,0,19937,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51265,'Choice 1',10,0,19940,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51266,'Choice 2',9,0,19940,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51267,'Choice 3',8,0,19940,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51268,'Choice 1',10,0,19942,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51269,'Choice 2',9,0,19942,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51270,'Choice 3',8,0,19942,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51271,'Choice 1',10,0,19950,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51272,'Choice 2',9,0,19950,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51273,'Choice 3',8,0,19950,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51274,'Choice 4',7,0,19950,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51275,'Choice 1',10,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51276,'Choice 2',9,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51277,'Choice 3',8,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51278,'Choice 4',7,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51279,'Choice 5',6,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51280,'Choice 6',5,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51281,'Choice 7',4,0,19954,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51282,'Choice 1',10,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51283,'Choice 2',9,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51284,'Choice 3',8,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51285,'Choice 4',7,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51286,'Choice 5',6,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51287,'Choice 6',5,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51288,'Choice 7',4,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51289,'Choice 8',3,0,19956,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51290,'Choice 1',10,0,19959,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51291,'Choice 2',9,0,19959,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51292,'Choice 3',8,0,19959,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51293,'Choice 4',7,0,19959,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51294,'Choice 1',10,0,19970,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51295,'Choice 2',9,0,19970,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51296,'Choice 3',8,0,19970,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51297,'Choice 1',10,0,19972,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51298,'Choice 2',9,0,19972,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51299,'Choice 3',8,0,19972,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51300,'Choice 4',7,0,19972,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51301,'Choice 5',6,0,19972,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51302,'Choice 6',5,0,19972,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51303,'Choice 1',10,0,19976,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51304,'Choice 2',9,0,19976,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51305,'Choice 3',8,0,19976,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51306,'Choice 4',7,0,19976,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51307,'Question1',0,0,19982,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51308,'Question2',1,0,19982,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51309,'Choice 1',10,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51310,'Choice 2',9,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51311,'Choice 3',8,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51312,'Choice 4',7,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51313,'Choice 5',6,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51314,'Choice 6',5,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51315,'Choice 7',4,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51316,'Choice 8',3,0,19988,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(51317,'Choice 1',10,0,19989,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51318,'Choice 2',9,0,19989,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51319,'Choice 3',8,0,19989,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51320,'Choice 4',7,0,19989,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51321,'Choice 5',6,0,19989,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51322,'Choice 6',5,0,19989,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51323,'Choice 1',10,0,19993,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51324,'Choice 2',9,0,19993,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51325,'Choice 3',8,0,19993,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51326,'Choice 4',7,0,19993,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51327,'Choice 5',6,0,19993,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51328,'Choice 1',10,0,19996,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51329,'Choice 2',9,0,19996,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51330,'Choice 3',8,0,19996,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51331,'Choice 4',7,0,19996,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51332,'Choice 1',10,0,19999,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51333,'Choice 2',9,0,19999,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51334,'Choice 3',8,0,19999,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51335,'Choice 4',7,0,19999,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51336,'Choice 5',6,0,19999,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51337,'Choice 1',10,0,20001,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51338,'Choice 2',9,0,20001,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51339,'Choice 3',8,0,20001,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51340,'Choice 1',10,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51341,'Choice 2',9,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51342,'Choice 3',8,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51343,'Choice 4',7,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51344,'Choice 5',6,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51345,'Choice 6',5,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51346,'Choice 7',4,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51347,'Choice 8',3,0,20006,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51348,'Choice 1',10,0,20010,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51349,'Choice 2',9,0,20010,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51350,'Choice 3',8,0,20010,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51351,'Choice 4',7,0,20010,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51352,'Choice 1',10,0,20012,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51353,'Choice 2',9,0,20012,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51354,'Choice 3',8,0,20012,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51355,'Choice 4',7,0,20012,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51356,'Choice 5',6,0,20012,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51357,'Choice 6',5,0,20012,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51358,'Choice 1',10,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51359,'Choice 2',9,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51360,'Choice 3',8,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51361,'Choice 4',7,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51362,'Choice 5',6,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51363,'Choice 6',5,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51364,'Choice 7',4,0,20013,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51365,'Choice 1',10,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51366,'Choice 2',9,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51367,'Choice 3',8,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51368,'Choice 4',7,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51369,'Choice 5',6,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51370,'Choice 6',5,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51371,'Choice 7',4,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51372,'Choice 8',3,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51373,'Choice 9',2,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51374,'Choice 10',1,0,20014,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51375,'Choice 1',10,0,20017,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51376,'Choice 2',9,0,20017,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51377,'Choice 3',8,0,20017,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51378,'Choice 1',10,0,20019,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51379,'Choice 2',9,0,20019,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51380,'Choice 3',8,0,20019,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51381,'Choice 1',10,0,20027,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51382,'Choice 2',9,0,20027,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51383,'Choice 3',8,0,20027,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51384,'Choice 4',7,0,20027,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51385,'Choice 1',10,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51386,'Choice 2',9,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51387,'Choice 3',8,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51388,'Choice 4',7,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51389,'Choice 5',6,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51390,'Choice 6',5,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51391,'Choice 7',4,0,20031,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51392,'Choice 1',10,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51393,'Choice 2',9,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51394,'Choice 3',8,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51395,'Choice 4',7,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51396,'Choice 5',6,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51397,'Choice 6',5,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51398,'Choice 7',4,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51399,'Choice 8',3,0,20033,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51400,'Choice 1',10,0,20036,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51401,'Choice 2',9,0,20036,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51402,'Choice 3',8,0,20036,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51403,'Choice 4',7,0,20036,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51404,'Choice 1',10,0,20042,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51405,'Choice 2',9,0,20042,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51406,'Choice 3',8,0,20042,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51407,'Choice 1',10,0,20044,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51408,'Choice 2',9,0,20044,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51409,'Choice 3',8,0,20044,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51410,'Choice 4',7,0,20044,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51411,'Choice 5',6,0,20044,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51412,'Choice 6',5,0,20044,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51413,'Choice 1',10,0,20053,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51414,'Choice 2',9,0,20053,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51415,'Choice 3',8,0,20053,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51416,'Choice 4',7,0,20053,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51417,'Question1',0,0,20059,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51418,'Question2',1,0,20059,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51419,'Choice 1',10,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51420,'Choice 2',9,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51421,'Choice 3',8,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51422,'Choice 4',7,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51423,'Choice 5',6,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51424,'Choice 6',5,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51425,'Choice 7',4,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51426,'Choice 8',3,0,20065,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(51427,'Choice 1',10,0,20066,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51428,'Choice 2',9,0,20066,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51429,'Choice 3',8,0,20066,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51430,'Choice 4',7,0,20066,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51431,'Choice 5',6,0,20066,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51432,'Choice 6',5,0,20066,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51433,'Choice 1',10,0,20070,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51434,'Choice 2',9,0,20070,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51435,'Choice 3',8,0,20070,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51436,'Choice 4',7,0,20070,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51437,'Choice 5',6,0,20070,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51438,'Choice 1',10,0,20073,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51439,'Choice 2',9,0,20073,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51440,'Choice 3',8,0,20073,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51441,'Choice 4',7,0,20073,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51442,'Choice 1',10,0,20076,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51443,'Choice 2',9,0,20076,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51444,'Choice 3',8,0,20076,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51445,'Choice 4',7,0,20076,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51446,'Choice 5',6,0,20076,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51447,'Choice 1',10,0,20078,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51448,'Choice 2',9,0,20078,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51449,'Choice 3',8,0,20078,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51450,'Choice 1',10,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51451,'Choice 2',9,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51452,'Choice 3',8,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51453,'Choice 4',7,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51454,'Choice 5',6,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51455,'Choice 6',5,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51456,'Choice 7',4,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51457,'Choice 8',3,0,20083,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51458,'Choice 1',10,0,20087,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51459,'Choice 2',9,0,20087,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51460,'Choice 3',8,0,20087,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51461,'Choice 4',7,0,20087,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51462,'Choice 1',10,0,20089,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51463,'Choice 2',9,0,20089,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51464,'Choice 3',8,0,20089,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51465,'Choice 4',7,0,20089,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51466,'Choice 5',6,0,20089,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51467,'Choice 6',5,0,20089,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51468,'Choice 1',10,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51469,'Choice 2',9,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51470,'Choice 3',8,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51471,'Choice 4',7,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51472,'Choice 5',6,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51473,'Choice 6',5,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51474,'Choice 7',4,0,20090,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51475,'Choice 1',10,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51476,'Choice 2',9,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51477,'Choice 3',8,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51478,'Choice 4',7,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51479,'Choice 5',6,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51480,'Choice 6',5,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51481,'Choice 7',4,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51482,'Choice 8',3,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51483,'Choice 9',2,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51484,'Choice 10',1,0,20091,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51485,'Choice 1',10,0,20094,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51486,'Choice 2',9,0,20094,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51487,'Choice 3',8,0,20094,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51488,'Choice 1',10,0,20096,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51489,'Choice 2',9,0,20096,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51490,'Choice 3',8,0,20096,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51491,'Choice 1',10,0,20104,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51492,'Choice 2',9,0,20104,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51493,'Choice 3',8,0,20104,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51494,'Choice 4',7,0,20104,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51495,'Choice 1',10,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51496,'Choice 2',9,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51497,'Choice 3',8,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51498,'Choice 4',7,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51499,'Choice 5',6,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51500,'Choice 6',5,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51501,'Choice 7',4,0,20108,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51502,'Choice 1',10,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51503,'Choice 2',9,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51504,'Choice 3',8,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51505,'Choice 4',7,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51506,'Choice 5',6,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51507,'Choice 6',5,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51508,'Choice 7',4,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51509,'Choice 8',3,0,20110,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51510,'Choice 1',10,0,20113,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51511,'Choice 2',9,0,20113,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51512,'Choice 3',8,0,20113,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51513,'Choice 4',7,0,20113,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51514,'Choice 1',10,0,20119,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51515,'Choice 2',9,0,20119,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51516,'Choice 3',8,0,20119,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51517,'Choice 1',10,0,20121,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51518,'Choice 2',9,0,20121,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51519,'Choice 3',8,0,20121,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51520,'Choice 4',7,0,20121,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51521,'Choice 5',6,0,20121,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51522,'Choice 6',5,0,20121,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51523,'Choice 1',10,0,20130,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51524,'Choice 2',9,0,20130,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51525,'Choice 3',8,0,20130,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51526,'Choice 4',7,0,20130,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(51527,'Choice 1',10,0,20139,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51528,'Choice 2',9,0,20139,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51529,'Choice 3',8,0,20139,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51530,'Choice 4',7,0,20139,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51531,'Choice 5',6,0,20139,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51532,'Choice 6',5,0,20139,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51533,'Choice 1',10,0,20143,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51534,'Choice 2',9,0,20143,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51535,'Choice 3',8,0,20143,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51536,'Choice 4',7,0,20143,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51537,'Choice 5',6,0,20143,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51538,'Choice 1',10,0,20146,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51539,'Choice 2',9,0,20146,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51540,'Choice 3',8,0,20146,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51541,'Choice 4',7,0,20146,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51542,'Choice 1',10,0,20149,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51543,'Choice 2',9,0,20149,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51544,'Choice 3',8,0,20149,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51545,'Choice 4',7,0,20149,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51546,'Choice 5',6,0,20149,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51547,'Choice 1',10,0,20151,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51548,'Choice 2',9,0,20151,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51549,'Choice 3',8,0,20151,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51550,'Choice 1',10,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51551,'Choice 2',9,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51552,'Choice 3',8,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51553,'Choice 4',7,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51554,'Choice 5',6,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51555,'Choice 6',5,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51556,'Choice 7',4,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51557,'Choice 8',3,0,20156,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51558,'Choice 1',10,0,20160,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51559,'Choice 2',9,0,20160,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51560,'Choice 3',8,0,20160,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51561,'Choice 4',7,0,20160,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51562,'Choice 1',10,0,20162,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51563,'Choice 2',9,0,20162,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51564,'Choice 3',8,0,20162,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51565,'Choice 4',7,0,20162,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51566,'Choice 5',6,0,20162,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51567,'Choice 6',5,0,20162,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51568,'Choice 1',10,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51569,'Choice 2',9,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51570,'Choice 3',8,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51571,'Choice 4',7,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51572,'Choice 5',6,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51573,'Choice 6',5,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51574,'Choice 7',4,0,20163,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51575,'Choice 1',10,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51576,'Choice 2',9,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51577,'Choice 3',8,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51578,'Choice 4',7,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51579,'Choice 5',6,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51580,'Choice 6',5,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51581,'Choice 7',4,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51582,'Choice 8',3,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51583,'Choice 9',2,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51584,'Choice 10',1,0,20164,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51585,'Choice 1',10,0,20167,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51586,'Choice 2',9,0,20167,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51587,'Choice 3',8,0,20167,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51588,'Choice 1',10,0,20169,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51589,'Choice 2',9,0,20169,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51590,'Choice 3',8,0,20169,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51591,'Choice 1',10,0,20177,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51592,'Choice 2',9,0,20177,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51593,'Choice 3',8,0,20177,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51594,'Choice 4',7,0,20177,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51595,'Choice 1',10,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51596,'Choice 2',9,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51597,'Choice 3',8,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51598,'Choice 4',7,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51599,'Choice 5',6,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51600,'Choice 6',5,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51601,'Choice 7',4,0,20181,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51602,'Choice 1',10,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51603,'Choice 2',9,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51604,'Choice 3',8,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51605,'Choice 4',7,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51606,'Choice 5',6,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51607,'Choice 6',5,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51608,'Choice 7',4,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51609,'Choice 8',3,0,20183,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51610,'Choice 1',10,0,20186,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51611,'Choice 2',9,0,20186,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51612,'Choice 3',8,0,20186,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51613,'Choice 4',7,0,20186,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51614,'Choice 1',10,0,20192,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51615,'Choice 2',9,0,20192,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51616,'Choice 3',8,0,20192,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51617,'Choice 1',10,0,20194,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51618,'Choice 2',9,0,20194,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51619,'Choice 3',8,0,20194,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51620,'Choice 4',7,0,20194,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51621,'Choice 5',6,0,20194,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51622,'Choice 6',5,0,20194,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51623,'Choice 1',10,0,20203,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51624,'Choice 2',9,0,20203,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51625,'Choice 3',8,0,20203,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51626,'Choice 4',7,0,20203,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(51627,'Choice 1',10,0,20213,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51628,'Choice 2',9,0,20213,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51629,'Choice 3',8,0,20213,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51630,'Choice 4',7,0,20213,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51631,'Choice 5',6,0,20213,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51632,'Choice 6',5,0,20213,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51633,'Choice 1',10,0,20217,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51634,'Choice 2',9,0,20217,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51635,'Choice 3',8,0,20217,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51636,'Choice 4',7,0,20217,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51637,'Choice 5',6,0,20217,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51638,'Choice 1',10,0,20220,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51639,'Choice 2',9,0,20220,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51640,'Choice 3',8,0,20220,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51641,'Choice 4',7,0,20220,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51642,'Choice 1',10,0,20223,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51643,'Choice 2',9,0,20223,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51644,'Choice 3',8,0,20223,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51645,'Choice 4',7,0,20223,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51646,'Choice 5',6,0,20223,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51647,'Choice 1',10,0,20225,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51648,'Choice 2',9,0,20225,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51649,'Choice 3',8,0,20225,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51650,'Choice 1',10,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51651,'Choice 2',9,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51652,'Choice 3',8,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51653,'Choice 4',7,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51654,'Choice 5',6,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51655,'Choice 6',5,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51656,'Choice 7',4,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51657,'Choice 8',3,0,20230,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51658,'Choice 1',10,0,20234,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51659,'Choice 2',9,0,20234,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51660,'Choice 3',8,0,20234,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51661,'Choice 4',7,0,20234,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51662,'Choice 1',10,0,20236,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51663,'Choice 2',9,0,20236,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51664,'Choice 3',8,0,20236,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51665,'Choice 4',7,0,20236,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51666,'Choice 5',6,0,20236,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51667,'Choice 6',5,0,20236,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51668,'Choice 1',10,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51669,'Choice 2',9,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51670,'Choice 3',8,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51671,'Choice 4',7,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51672,'Choice 5',6,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51673,'Choice 6',5,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51674,'Choice 7',4,0,20237,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51675,'Choice 1',10,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51676,'Choice 2',9,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51677,'Choice 3',8,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51678,'Choice 4',7,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51679,'Choice 5',6,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51680,'Choice 6',5,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51681,'Choice 7',4,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51682,'Choice 8',3,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51683,'Choice 9',2,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51684,'Choice 10',1,0,20238,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51685,'Choice 1',10,0,20241,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51686,'Choice 2',9,0,20241,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51687,'Choice 3',8,0,20241,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51688,'Choice 1',10,0,20243,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51689,'Choice 2',9,0,20243,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51690,'Choice 3',8,0,20243,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51691,'Choice 1',10,0,20251,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51692,'Choice 2',9,0,20251,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51693,'Choice 3',8,0,20251,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51694,'Choice 4',7,0,20251,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51695,'Choice 1',10,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51696,'Choice 2',9,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51697,'Choice 3',8,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51698,'Choice 4',7,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51699,'Choice 5',6,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51700,'Choice 6',5,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51701,'Choice 7',4,0,20255,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51702,'Choice 1',10,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51703,'Choice 2',9,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51704,'Choice 3',8,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51705,'Choice 4',7,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51706,'Choice 5',6,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51707,'Choice 6',5,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51708,'Choice 7',4,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51709,'Choice 8',3,0,20257,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51710,'Choice 1',10,0,20260,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51711,'Choice 2',9,0,20260,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51712,'Choice 3',8,0,20260,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51713,'Choice 4',7,0,20260,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51714,'Choice 1',10,0,20266,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51715,'Choice 2',9,0,20266,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51716,'Choice 3',8,0,20266,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51717,'Choice 1',10,0,20268,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51718,'Choice 2',9,0,20268,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51719,'Choice 3',8,0,20268,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51720,'Choice 4',7,0,20268,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51721,'Choice 5',6,0,20268,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51722,'Choice 6',5,0,20268,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51723,'Choice 1',10,0,20277,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51724,'Choice 2',9,0,20277,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51725,'Choice 3',8,0,20277,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51726,'Choice 4',7,0,20277,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(51727,'Choice 1',10,0,20287,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51728,'Choice 2',9,0,20287,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51729,'Choice 3',8,0,20287,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51730,'Choice 4',7,0,20287,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51731,'Choice 5',6,0,20287,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51732,'Choice 6',5,0,20287,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51733,'Choice 1',10,0,20291,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51734,'Choice 2',9,0,20291,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51735,'Choice 3',8,0,20291,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51736,'Choice 4',7,0,20291,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51737,'Choice 5',6,0,20291,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51738,'Choice 1',10,0,20294,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51739,'Choice 2',9,0,20294,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51740,'Choice 3',8,0,20294,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51741,'Choice 4',7,0,20294,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51742,'Choice 1',10,0,20296,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51743,'Choice 2',9,0,20296,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51744,'Choice 3',8,0,20296,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51745,'Choice 1',10,0,20303,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51746,'Choice 2',9,0,20303,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51747,'Choice 3',8,0,20303,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51748,'Choice 4',7,0,20303,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51749,'Choice 5',6,0,20303,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51750,'Choice 1',10,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51751,'Choice 2',9,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51752,'Choice 3',8,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51753,'Choice 4',7,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51754,'Choice 5',6,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51755,'Choice 6',5,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51756,'Choice 7',4,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51757,'Choice 8',3,0,20304,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51758,'Choice 1',10,0,20308,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51759,'Choice 2',9,0,20308,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51760,'Choice 3',8,0,20308,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51761,'Choice 4',7,0,20308,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51762,'Choice 1',10,0,20310,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51763,'Choice 2',9,0,20310,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51764,'Choice 3',8,0,20310,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51765,'Choice 4',7,0,20310,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51766,'Choice 5',6,0,20310,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51767,'Choice 6',5,0,20310,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51768,'Choice 1',10,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51769,'Choice 2',9,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51770,'Choice 3',8,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51771,'Choice 4',7,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51772,'Choice 5',6,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51773,'Choice 6',5,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51774,'Choice 7',4,0,20311,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51775,'Choice 1',10,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51776,'Choice 2',9,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51777,'Choice 3',8,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51778,'Choice 4',7,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51779,'Choice 5',6,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51780,'Choice 6',5,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51781,'Choice 7',4,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51782,'Choice 8',3,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51783,'Choice 9',2,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51784,'Choice 10',1,0,20312,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51785,'Choice 1',10,0,20315,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51786,'Choice 2',9,0,20315,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51787,'Choice 3',8,0,20315,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51788,'Choice 1',10,0,20317,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51789,'Choice 2',9,0,20317,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51790,'Choice 3',8,0,20317,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51791,'Choice 1',10,0,20325,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51792,'Choice 2',9,0,20325,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51793,'Choice 3',8,0,20325,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51794,'Choice 4',7,0,20325,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51795,'Choice 1',10,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51796,'Choice 2',9,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51797,'Choice 3',8,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51798,'Choice 4',7,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51799,'Choice 5',6,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51800,'Choice 6',5,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51801,'Choice 7',4,0,20329,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51802,'Choice 1',10,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51803,'Choice 2',9,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51804,'Choice 3',8,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51805,'Choice 4',7,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51806,'Choice 5',6,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51807,'Choice 6',5,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51808,'Choice 7',4,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51809,'Choice 8',3,0,20331,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51810,'Choice 1',10,0,20334,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51811,'Choice 2',9,0,20334,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51812,'Choice 3',8,0,20334,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51813,'Choice 4',7,0,20334,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51814,'Choice 1',10,0,20340,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51815,'Choice 2',9,0,20340,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51816,'Choice 3',8,0,20340,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51817,'Choice 1',10,0,20342,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51818,'Choice 2',9,0,20342,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51819,'Choice 3',8,0,20342,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51820,'Choice 4',7,0,20342,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51821,'Choice 5',6,0,20342,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51822,'Choice 6',5,0,20342,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51823,'Choice 1',10,0,20351,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51824,'Choice 2',9,0,20351,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51825,'Choice 3',8,0,20351,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51826,'Choice 4',7,0,20351,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(51827,'Choice 1',10,0,20361,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51828,'Choice 2',9,0,20361,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51829,'Choice 3',8,0,20361,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51830,'Choice 4',7,0,20361,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51831,'Choice 5',6,0,20361,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51832,'Choice 6',5,0,20361,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51833,'Choice 1',10,0,20365,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51834,'Choice 2',9,0,20365,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51835,'Choice 3',8,0,20365,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51836,'Choice 4',7,0,20365,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51837,'Choice 5',6,0,20365,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51838,'Choice 1',10,0,20368,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51839,'Choice 2',9,0,20368,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51840,'Choice 3',8,0,20368,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51841,'Choice 4',7,0,20368,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51842,'Choice 1',10,0,20370,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51843,'Choice 2',9,0,20370,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51844,'Choice 3',8,0,20370,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51845,'Choice 1',10,0,20377,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51846,'Choice 2',9,0,20377,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51847,'Choice 3',8,0,20377,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51848,'Choice 4',7,0,20377,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51849,'Choice 5',6,0,20377,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51850,'Choice 1',10,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51851,'Choice 2',9,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51852,'Choice 3',8,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51853,'Choice 4',7,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51854,'Choice 5',6,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51855,'Choice 6',5,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51856,'Choice 7',4,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51857,'Choice 8',3,0,20378,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51858,'Choice 1',10,0,20382,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51859,'Choice 2',9,0,20382,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51860,'Choice 3',8,0,20382,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51861,'Choice 4',7,0,20382,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51862,'Choice 1',10,0,20384,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51863,'Choice 2',9,0,20384,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51864,'Choice 3',8,0,20384,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51865,'Choice 4',7,0,20384,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51866,'Choice 5',6,0,20384,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51867,'Choice 6',5,0,20384,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51868,'Choice 1',10,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51869,'Choice 2',9,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51870,'Choice 3',8,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51871,'Choice 4',7,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51872,'Choice 5',6,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51873,'Choice 6',5,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51874,'Choice 7',4,0,20385,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51875,'Choice 1',10,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51876,'Choice 2',9,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51877,'Choice 3',8,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51878,'Choice 4',7,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51879,'Choice 5',6,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51880,'Choice 6',5,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51881,'Choice 7',4,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51882,'Choice 8',3,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51883,'Choice 9',2,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51884,'Choice 10',1,0,20386,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51885,'Choice 1',10,0,20389,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51886,'Choice 2',9,0,20389,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51887,'Choice 3',8,0,20389,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51888,'Choice 1',10,0,20391,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51889,'Choice 2',9,0,20391,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51890,'Choice 3',8,0,20391,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51891,'Choice 1',10,0,20399,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51892,'Choice 2',9,0,20399,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51893,'Choice 3',8,0,20399,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51894,'Choice 4',7,0,20399,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51895,'Choice 1',10,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51896,'Choice 2',9,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51897,'Choice 3',8,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51898,'Choice 4',7,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51899,'Choice 5',6,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51900,'Choice 6',5,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51901,'Choice 7',4,0,20403,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51902,'Choice 1',10,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51903,'Choice 2',9,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51904,'Choice 3',8,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51905,'Choice 4',7,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51906,'Choice 5',6,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51907,'Choice 6',5,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51908,'Choice 7',4,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51909,'Choice 8',3,0,20405,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51910,'Choice 1',10,0,20408,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51911,'Choice 2',9,0,20408,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51912,'Choice 3',8,0,20408,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51913,'Choice 4',7,0,20408,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51914,'Choice 1',10,0,20414,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(51915,'Choice 2',9,0,20414,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51916,'Choice 3',8,0,20414,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51917,'Choice 1',10,0,20416,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51918,'Choice 2',9,0,20416,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51919,'Choice 3',8,0,20416,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51920,'Choice 4',7,0,20416,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51921,'Choice 5',6,0,20416,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51922,'Choice 6',5,0,20416,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51923,'Choice 1',10,0,20425,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51924,'Choice 2',9,0,20425,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51925,'Choice 3',8,0,20425,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51926,'Choice 4',7,0,20425,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51927,'Choice 1',2,0,20435,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51928,'Choice 2',7,0,20435,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51929,'Choice 1',4,0,20436,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51930,'Choice 2',8,0,20436,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(51931,'Choice 1',10,0,20437,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51932,'Choice 2',9,0,20437,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51933,'Choice 3',8,0,20437,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51934,'Choice 4',7,0,20437,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51935,'Choice 5',6,0,20437,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51936,'Choice 6',5,0,20437,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51937,'Choice 1',10,0,20441,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51938,'Choice 2',9,0,20441,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51939,'Choice 3',8,0,20441,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51940,'Choice 4',7,0,20441,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51941,'Choice 5',6,0,20441,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51942,'Choice 1',10,0,20444,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51943,'Choice 2',9,0,20444,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51944,'Choice 3',8,0,20444,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51945,'Choice 4',7,0,20444,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51946,'Choice 1',10,0,20446,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51947,'Choice 2',9,0,20446,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51948,'Choice 3',8,0,20446,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51949,'Choice 1',10,0,20453,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51950,'Choice 2',9,0,20453,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51951,'Choice 3',8,0,20453,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51952,'Choice 4',7,0,20453,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51953,'Choice 5',6,0,20453,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51954,'Choice 1',10,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51955,'Choice 2',9,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51956,'Choice 3',8,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51957,'Choice 4',7,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51958,'Choice 5',6,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51959,'Choice 6',5,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51960,'Choice 7',4,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51961,'Choice 8',3,0,20454,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51962,'Choice 1',10,0,20458,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51963,'Choice 2',9,0,20458,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51964,'Choice 3',8,0,20458,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51965,'Choice 4',7,0,20458,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51966,'Choice 1',10,0,20460,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51967,'Choice 2',9,0,20460,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51968,'Choice 3',8,0,20460,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51969,'Choice 4',7,0,20460,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51970,'Choice 5',6,0,20460,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51971,'Choice 6',5,0,20460,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51972,'Choice 1',10,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51973,'Choice 2',9,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51974,'Choice 3',8,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51975,'Choice 4',7,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51976,'Choice 5',6,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51977,'Choice 6',5,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51978,'Choice 7',4,0,20461,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51979,'Choice 1',10,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51980,'Choice 2',9,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51981,'Choice 3',8,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51982,'Choice 4',7,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51983,'Choice 5',6,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51984,'Choice 6',5,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51985,'Choice 7',4,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51986,'Choice 8',3,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51987,'Choice 9',2,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51988,'Choice 10',1,0,20462,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51989,'Choice 1',10,0,20465,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51990,'Choice 2',9,0,20465,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51991,'Choice 3',8,0,20465,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51992,'Choice 1',10,0,20467,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51993,'Choice 2',9,0,20467,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51994,'Choice 3',8,0,20467,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51995,'Choice 1',10,0,20475,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51996,'Choice 2',9,0,20475,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51997,'Choice 3',8,0,20475,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51998,'Choice 4',7,0,20475,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(51999,'Choice 1',10,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52000,'Choice 2',9,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52001,'Choice 3',8,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52002,'Choice 4',7,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52003,'Choice 5',6,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52004,'Choice 6',5,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52005,'Choice 7',4,0,20479,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52006,'Choice 1',10,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52007,'Choice 2',9,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52008,'Choice 3',8,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52009,'Choice 4',7,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52010,'Choice 5',6,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52011,'Choice 6',5,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52012,'Choice 7',4,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52013,'Choice 8',3,0,20481,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52014,'Choice 1',10,0,20484,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52015,'Choice 2',9,0,20484,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52016,'Choice 3',8,0,20484,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52017,'Choice 4',7,0,20484,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52018,'Choice 1',10,0,20490,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52019,'Choice 2',9,0,20490,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52020,'Choice 3',8,0,20490,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52021,'Choice 1',10,0,20492,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52022,'Choice 2',9,0,20492,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52023,'Choice 3',8,0,20492,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52024,'Choice 4',7,0,20492,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52025,'Choice 5',6,0,20492,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52026,'Choice 6',5,0,20492,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52027,'Choice 1',10,0,20501,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52028,'Choice 2',9,0,20501,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52029,'Choice 3',8,0,20501,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52030,'Choice 4',7,0,20501,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52031,'Choice 1',2,0,20511,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52032,'Choice 2',7,0,20511,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52033,'Choice 1',4,0,20512,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52034,'Choice 2',8,0,20512,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(52035,'Choice 1',10,0,20513,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52036,'Choice 2',9,0,20513,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52037,'Choice 3',8,0,20513,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52038,'Choice 4',7,0,20513,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52039,'Choice 5',6,0,20513,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52040,'Choice 6',5,0,20513,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52041,'Choice 1',10,0,20517,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52042,'Choice 2',9,0,20517,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52043,'Choice 3',8,0,20517,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52044,'Choice 4',7,0,20517,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52045,'Choice 5',6,0,20517,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52046,'Choice 1',10,0,20520,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52047,'Choice 2',9,0,20520,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52048,'Choice 3',8,0,20520,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52049,'Choice 4',7,0,20520,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52050,'Choice 1',10,0,20522,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52051,'Choice 2',9,0,20522,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52052,'Choice 3',8,0,20522,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52053,'Choice 1',10,0,20529,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52054,'Choice 2',9,0,20529,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52055,'Choice 3',8,0,20529,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52056,'Choice 4',7,0,20529,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52057,'Choice 5',6,0,20529,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52058,'Choice 1',10,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52059,'Choice 2',9,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52060,'Choice 3',8,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52061,'Choice 4',7,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52062,'Choice 5',6,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52063,'Choice 6',5,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52064,'Choice 7',4,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52065,'Choice 8',3,0,20530,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52066,'Choice 1',10,0,20534,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52067,'Choice 2',9,0,20534,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52068,'Choice 3',8,0,20534,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52069,'Choice 4',7,0,20534,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52070,'Choice 1',10,0,20536,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52071,'Choice 2',9,0,20536,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52072,'Choice 3',8,0,20536,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52073,'Choice 4',7,0,20536,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52074,'Choice 5',6,0,20536,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52075,'Choice 6',5,0,20536,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52076,'Choice 1',10,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52077,'Choice 2',9,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52078,'Choice 3',8,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52079,'Choice 4',7,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52080,'Choice 5',6,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52081,'Choice 6',5,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52082,'Choice 7',4,0,20537,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52083,'Choice 1',10,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52084,'Choice 2',9,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52085,'Choice 3',8,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52086,'Choice 4',7,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52087,'Choice 5',6,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52088,'Choice 6',5,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52089,'Choice 7',4,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52090,'Choice 8',3,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52091,'Choice 9',2,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52092,'Choice 10',1,0,20538,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52093,'Choice 1',10,0,20541,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52094,'Choice 2',9,0,20541,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52095,'Choice 3',8,0,20541,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52096,'Choice 1',10,0,20543,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52097,'Choice 2',9,0,20543,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52098,'Choice 3',8,0,20543,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52099,'Choice 1',10,0,20552,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52100,'Choice 2',9,0,20552,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52101,'Choice 3',8,0,20552,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52102,'Choice 4',7,0,20552,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52103,'Choice 1',10,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52104,'Choice 2',9,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52105,'Choice 3',8,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52106,'Choice 4',7,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52107,'Choice 5',6,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52108,'Choice 6',5,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52109,'Choice 7',4,0,20556,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52110,'Choice 1',10,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52111,'Choice 2',9,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52112,'Choice 3',8,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52113,'Choice 4',7,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52114,'Choice 5',6,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52115,'Choice 6',5,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52116,'Choice 7',4,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52117,'Choice 8',3,0,20557,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52118,'Choice 1',10,0,20560,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52119,'Choice 2',9,0,20560,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52120,'Choice 3',8,0,20560,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52121,'Choice 4',7,0,20560,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52122,'Choice 1',10,0,20566,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52123,'Choice 2',9,0,20566,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52124,'Choice 3',8,0,20566,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52125,'Choice 1',10,0,20568,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52126,'Choice 2',9,0,20568,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52127,'Choice 3',8,0,20568,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52128,'Choice 4',7,0,20568,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52129,'Choice 5',6,0,20568,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52130,'Choice 6',5,0,20568,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52131,'Choice 1',10,0,20577,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52132,'Choice 2',9,0,20577,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52133,'Choice 3',8,0,20577,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52134,'Choice 4',7,0,20577,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52135,'Choice 1',2,0,20584,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52136,'Choice 2',7,0,20584,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52137,'Choice 1',4,0,20585,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52138,'Choice 2',8,0,20585,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(52139,'Choice 1',10,0,20586,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52140,'Choice 2',9,0,20586,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52141,'Choice 3',8,0,20586,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52142,'Choice 4',7,0,20586,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52143,'Choice 5',6,0,20586,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52144,'Choice 6',5,0,20586,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52145,'Choice 1',10,0,20590,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52146,'Choice 2',9,0,20590,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52147,'Choice 3',8,0,20590,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52148,'Choice 4',7,0,20590,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52149,'Choice 5',6,0,20590,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52150,'Choice 1',10,0,20593,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52151,'Choice 2',9,0,20593,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52152,'Choice 3',8,0,20593,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52153,'Choice 4',7,0,20593,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52154,'Choice 1',10,0,20595,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52155,'Choice 2',9,0,20595,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52156,'Choice 3',8,0,20595,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52157,'Choice 1',10,0,20602,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52158,'Choice 2',9,0,20602,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52159,'Choice 3',8,0,20602,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52160,'Choice 4',7,0,20602,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52161,'Choice 5',6,0,20602,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52162,'Choice 1',10,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52163,'Choice 2',9,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52164,'Choice 3',8,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52165,'Choice 4',7,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52166,'Choice 5',6,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52167,'Choice 6',5,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52168,'Choice 7',4,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52169,'Choice 8',3,0,20603,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52170,'Choice 1',10,0,20607,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52171,'Choice 2',9,0,20607,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52172,'Choice 3',8,0,20607,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52173,'Choice 4',7,0,20607,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52174,'Choice 1',10,0,20609,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52175,'Choice 2',9,0,20609,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52176,'Choice 3',8,0,20609,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52177,'Choice 4',7,0,20609,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52178,'Choice 5',6,0,20609,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52179,'Choice 6',5,0,20609,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52180,'Choice 1',10,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52181,'Choice 2',9,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52182,'Choice 3',8,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52183,'Choice 4',7,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52184,'Choice 5',6,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52185,'Choice 6',5,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52186,'Choice 7',4,0,20610,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52187,'Choice 1',10,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52188,'Choice 2',9,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52189,'Choice 3',8,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52190,'Choice 4',7,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52191,'Choice 5',6,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52192,'Choice 6',5,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52193,'Choice 7',4,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52194,'Choice 8',3,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52195,'Choice 9',2,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52196,'Choice 10',1,0,20611,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52197,'Choice 1',10,0,20614,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52198,'Choice 2',9,0,20614,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52199,'Choice 3',8,0,20614,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52200,'Choice 1',10,0,20616,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52201,'Choice 2',9,0,20616,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52202,'Choice 3',8,0,20616,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52203,'Choice 1',10,0,20625,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52204,'Choice 2',9,0,20625,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52205,'Choice 3',8,0,20625,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52206,'Choice 4',7,0,20625,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52207,'Choice 1',10,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52208,'Choice 2',9,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52209,'Choice 3',8,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52210,'Choice 4',7,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52211,'Choice 5',6,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52212,'Choice 6',5,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52213,'Choice 7',4,0,20629,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52214,'Choice 1',10,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52215,'Choice 2',9,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52216,'Choice 3',8,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52217,'Choice 4',7,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52218,'Choice 5',6,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52219,'Choice 6',5,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52220,'Choice 7',4,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52221,'Choice 8',3,0,20630,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52222,'Choice 1',10,0,20633,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52223,'Choice 2',9,0,20633,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52224,'Choice 3',8,0,20633,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52225,'Choice 4',7,0,20633,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52226,'Choice 1',10,0,20639,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52227,'Choice 2',9,0,20639,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52228,'Choice 3',8,0,20639,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52229,'Choice 1',10,0,20641,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52230,'Choice 2',9,0,20641,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52231,'Choice 3',8,0,20641,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52232,'Choice 4',7,0,20641,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52233,'Choice 5',6,0,20641,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52234,'Choice 6',5,0,20641,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52235,'Choice 1',10,0,20650,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52236,'Choice 2',9,0,20650,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52237,'Choice 3',8,0,20650,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52238,'Choice 4',7,0,20650,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52239,'Choice 1',2,0,20657,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52240,'Choice 2',7,0,20657,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52241,'Choice 1',4,0,20658,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52242,'Choice 2',8,0,20658,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(52243,'Choice 1',10,0,20659,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52244,'Choice 2',9,0,20659,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52245,'Choice 3',8,0,20659,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52246,'Choice 4',7,0,20659,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52247,'Choice 5',6,0,20659,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52248,'Choice 6',5,0,20659,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52249,'Choice 1',10,0,20663,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52250,'Choice 2',9,0,20663,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52251,'Choice 3',8,0,20663,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52252,'Choice 4',7,0,20663,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52253,'Choice 5',6,0,20663,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52254,'Choice 1',10,0,20666,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52255,'Choice 2',9,0,20666,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52256,'Choice 3',8,0,20666,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52257,'Choice 4',7,0,20666,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52258,'Choice 1',10,0,20668,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52259,'Choice 2',9,0,20668,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52260,'Choice 3',8,0,20668,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52261,'Choice 1',10,0,20675,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52262,'Choice 2',9,0,20675,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52263,'Choice 3',8,0,20675,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52264,'Choice 4',7,0,20675,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52265,'Choice 5',6,0,20675,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52266,'Choice 1',10,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52267,'Choice 2',9,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52268,'Choice 3',8,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52269,'Choice 4',7,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52270,'Choice 5',6,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52271,'Choice 6',5,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52272,'Choice 7',4,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52273,'Choice 8',3,0,20676,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52274,'Choice 1',10,0,20680,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52275,'Choice 2',9,0,20680,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52276,'Choice 3',8,0,20680,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52277,'Choice 4',7,0,20680,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52278,'Choice 1',10,0,20682,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52279,'Choice 2',9,0,20682,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52280,'Choice 3',8,0,20682,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52281,'Choice 4',7,0,20682,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52282,'Choice 5',6,0,20682,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52283,'Choice 6',5,0,20682,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52284,'Choice 1',10,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52285,'Choice 2',9,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52286,'Choice 3',8,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52287,'Choice 4',7,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52288,'Choice 5',6,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52289,'Choice 6',5,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52290,'Choice 7',4,0,20683,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52291,'Choice 1',10,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52292,'Choice 2',9,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52293,'Choice 3',8,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52294,'Choice 4',7,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52295,'Choice 5',6,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52296,'Choice 6',5,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52297,'Choice 7',4,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52298,'Choice 8',3,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52299,'Choice 9',2,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52300,'Choice 10',1,0,20684,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52301,'Choice 1',10,0,20687,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52302,'Choice 2',9,0,20687,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52303,'Choice 3',8,0,20687,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52304,'Choice 1',10,0,20689,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52305,'Choice 2',9,0,20689,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52306,'Choice 3',8,0,20689,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52307,'Choice 1',10,0,20698,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52308,'Choice 2',9,0,20698,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52309,'Choice 3',8,0,20698,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52310,'Choice 4',7,0,20698,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52311,'Choice 1',10,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52312,'Choice 2',9,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52313,'Choice 3',8,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52314,'Choice 4',7,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52315,'Choice 5',6,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52316,'Choice 6',5,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52317,'Choice 7',4,0,20702,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52318,'Choice 1',10,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52319,'Choice 2',9,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52320,'Choice 3',8,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52321,'Choice 4',7,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52322,'Choice 5',6,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52323,'Choice 6',5,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52324,'Choice 7',4,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52325,'Choice 8',3,0,20703,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52326,'Choice 1',10,0,20706,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52327,'Choice 2',9,0,20706,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52328,'Choice 3',8,0,20706,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52329,'Choice 4',7,0,20706,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52330,'Choice 1',10,0,20712,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52331,'Choice 2',9,0,20712,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52332,'Choice 3',8,0,20712,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52333,'Choice 1',10,0,20714,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52334,'Choice 2',9,0,20714,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52335,'Choice 3',8,0,20714,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52336,'Choice 4',7,0,20714,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52337,'Choice 5',6,0,20714,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52338,'Choice 6',5,0,20714,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52339,'Choice 1',10,0,20723,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52340,'Choice 2',9,0,20723,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52341,'Choice 3',8,0,20723,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52342,'Choice 4',7,0,20723,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52343,'Choice 1',2,0,20730,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52344,'Choice 2',7,0,20730,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52345,'Choice 1',4,0,20731,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52346,'Choice 2',8,0,20731,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(52347,'Choice 1',10,0,20732,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52348,'Choice 2',9,0,20732,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52349,'Choice 3',8,0,20732,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52350,'Choice 4',7,0,20732,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52351,'Choice 5',6,0,20732,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52352,'Choice 6',5,0,20732,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52353,'Choice 1',10,0,20736,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52354,'Choice 2',9,0,20736,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52355,'Choice 3',8,0,20736,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52356,'Choice 4',7,0,20736,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52357,'Choice 5',6,0,20736,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52358,'Choice 1',10,0,20739,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52359,'Choice 2',9,0,20739,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52360,'Choice 3',8,0,20739,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52361,'Choice 4',7,0,20739,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52362,'Choice 1',10,0,20741,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52363,'Choice 2',9,0,20741,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52364,'Choice 3',8,0,20741,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52365,'Choice 1',10,0,20748,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52366,'Choice 2',9,0,20748,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52367,'Choice 3',8,0,20748,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52368,'Choice 4',7,0,20748,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52369,'Choice 5',6,0,20748,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52370,'Choice 1',10,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52371,'Choice 2',9,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52372,'Choice 3',8,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52373,'Choice 4',7,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52374,'Choice 5',6,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52375,'Choice 6',5,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52376,'Choice 7',4,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52377,'Choice 8',3,0,20749,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52378,'Choice 1',10,0,20753,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52379,'Choice 2',9,0,20753,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52380,'Choice 3',8,0,20753,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52381,'Choice 4',7,0,20753,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52382,'Choice 1',10,0,20755,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52383,'Choice 2',9,0,20755,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52384,'Choice 3',8,0,20755,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52385,'Choice 4',7,0,20755,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52386,'Choice 5',6,0,20755,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52387,'Choice 6',5,0,20755,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52388,'Choice 1',10,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52389,'Choice 2',9,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52390,'Choice 3',8,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52391,'Choice 4',7,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52392,'Choice 5',6,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52393,'Choice 6',5,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52394,'Choice 7',4,0,20756,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52395,'Choice 1',10,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52396,'Choice 2',9,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52397,'Choice 3',8,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52398,'Choice 4',7,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52399,'Choice 5',6,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52400,'Choice 6',5,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52401,'Choice 7',4,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52402,'Choice 8',3,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52403,'Choice 9',2,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52404,'Choice 10',1,0,20757,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52405,'Choice 1',10,0,20760,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52406,'Choice 2',9,0,20760,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52407,'Choice 3',8,0,20760,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52408,'Choice 1',10,0,20762,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52409,'Choice 2',9,0,20762,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52410,'Choice 3',8,0,20762,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52411,'Choice 1',10,0,20771,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52412,'Choice 2',9,0,20771,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52413,'Choice 3',8,0,20771,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52414,'Choice 4',7,0,20771,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52415,'Choice 1',10,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52416,'Choice 2',9,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52417,'Choice 3',8,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52418,'Choice 4',7,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52419,'Choice 5',6,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52420,'Choice 6',5,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52421,'Choice 7',4,0,20775,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52422,'Choice 1',10,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52423,'Choice 2',9,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52424,'Choice 3',8,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52425,'Choice 4',7,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52426,'Choice 5',6,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52427,'Choice 6',5,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52428,'Choice 7',4,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52429,'Choice 8',3,0,20776,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52430,'Choice 1',10,0,20779,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52431,'Choice 2',9,0,20779,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52432,'Choice 3',8,0,20779,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52433,'Choice 4',7,0,20779,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52434,'Choice 1',10,0,20785,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52435,'Choice 2',9,0,20785,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52436,'Choice 3',8,0,20785,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52437,'Choice 1',10,0,20787,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52438,'Choice 2',9,0,20787,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52439,'Choice 3',8,0,20787,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52440,'Choice 4',7,0,20787,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52441,'Choice 5',6,0,20787,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52442,'Choice 6',5,0,20787,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52443,'Choice 1',10,0,20796,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52444,'Choice 2',9,0,20796,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52445,'Choice 3',8,0,20796,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52446,'Choice 4',7,0,20796,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52447,'No Lift',0,0,20802,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52448,'Has Lift',7,0,20802,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52449,'Choice 1',4,0,20803,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52450,'Choice 2',8,0,20803,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52451,'Choice 1',4,0,20804,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52452,'Choice 2',8,0,20804,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(52453,'Director',0,0,20810,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52454,'Owner Landlord',0,0,20810,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52455,'Site Maitenance',0,0,20810,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52456,'Estate Agent',0,0,20810,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52457,'Letting Agent',0,0,20810,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52458,'Other',0,0,20810,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52459,'Property Agent',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52460,'Owner Landlord',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52461,'Site Manager',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52462,'Property Manager',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52463,'Construction Manager',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52464,'Fire Warden',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52465,'Director',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52466,'CEO',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52467,'Other',0,0,20811,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52468,'A Property Within Building Block',0,0,20812,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52469,'All Of The Property',0,0,20812,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52470,'Communal Areas Only',0,0,20812,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52471,'House',0,0,20812,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52472,'Flat',0,0,20812,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52473,'Other',0,0,20812,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52474,'Nebosh',0,0,20819,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52475,'Level 2 Fire Risk Assessor',0,0,20819,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52476,'Competant Person',0,0,20819,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52477,'Yes',0,0,20821,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52478,'No',2,0,20821,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52479,'Other',20,0,20821,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52480,'N/A',0,0,20821,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52481,'Yes',0,0,20822,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52482,'No',2,0,20822,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52483,'Other',20,0,20822,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52484,'N/A',0,0,20822,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52485,'Yes',0,0,20823,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52486,'No',2,0,20823,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52487,'Other',20,0,20823,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52488,'N/A',0,0,20823,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52489,'Yes',0,0,20825,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52490,'No',2,0,20825,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52491,'Other',20,0,20825,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52492,'N/A',0,0,20825,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52493,'Yes',0,0,20827,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52494,'No',2,0,20827,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52495,'Other',20,0,20827,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52496,'N/A',0,0,20827,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52497,'Yes',0,0,20828,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52498,'No',2,0,20828,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52499,'Other',20,0,20828,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52500,'N/A',0,0,20828,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52501,'Yes',0,0,20829,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52502,'No',3,0,20829,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52503,'Other',20,0,20829,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52504,'N/A',0,0,20829,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52505,'Yes',0,0,20831,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52506,'No',3,0,20831,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52507,'Other',20,0,20831,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52508,'N/A',0,0,20831,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52509,'Yes',0,0,20832,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52510,'No',4,0,20832,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52511,'No Disabled',0,0,20832,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52512,'Other',20,0,20832,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52513,'N/A',0,0,20832,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52514,'Yes',0,0,20833,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52515,'No',4,0,20833,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52516,'Other',20,0,20833,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52517,'N/A',0,0,20833,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52518,'Yes',0,0,20834,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52519,'No',3,0,20834,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52520,'Other',20,0,20834,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52521,'N/A',0,0,20834,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52522,'Yes',0,0,20835,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52523,'No',4,0,20835,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52524,'Other',20,0,20835,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52525,'N/A',0,0,20835,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52526,'Yes',0,0,20836,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52527,'No',4,0,20836,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52528,'Other',20,0,20836,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52529,'N/A',0,0,20836,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52530,'Yes',0,0,20837,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52531,'No',5,0,20837,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52532,'Other',20,0,20837,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52533,'N/A',0,0,20837,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52534,'Yes',0,0,20838,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52535,'Yes',3,0,20838,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52536,'No',6,0,20838,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52537,'Other',20,0,20838,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52538,'N/A',0,0,20838,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52539,'Yes',0,0,20839,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52540,'No',5,0,20839,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52541,'Other',20,0,20839,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52542,'N/A',0,0,20839,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52543,'Yes',0,0,20841,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52544,'No 1',7,0,20841,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52545,'No 2',7,0,20841,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52546,'Other',20,0,20841,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52547,'N/A',0,0,20841,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52548,'Yes',0,0,20843,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52549,'No 1',5,0,20843,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52550,'No 2',5,0,20843,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52551,'Yes',0,0,20844,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52552,'Option',5,0,20844,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52553,'No',8,0,20844,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52554,'N/A',0,0,20844,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52555,'Other',20,0,20844,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52556,'Yes 1',1,0,20846,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52557,'Yes 2',0,0,20846,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52558,'No',7,0,20846,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52559,'N/A',0,0,20846,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52560,'Other',20,0,20846,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52561,'Yes',0,0,20848,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52562,'No',8,0,20848,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52563,'Other',20,0,20848,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52564,'N/A',0,0,20848,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52565,'Yes',0,0,20849,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52566,'No',8,0,20849,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52567,'Other',20,0,20849,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52568,'N/A',0,0,20849,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52569,'Yes',0,0,20850,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52570,'No',8,0,20850,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52571,'Other',20,0,20850,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52572,'N/A',0,0,20850,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52573,'Yes',0,0,20852,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52574,'No',8,0,20852,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52575,'Other',20,0,20852,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52576,'N/A',0,0,20852,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52577,'Yes',0,0,20853,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52578,'No',6,0,20853,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52579,'Other',20,0,20853,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52580,'N/A',0,0,20853,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52581,'Yes',0,0,20855,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52582,'Yes',2,0,20855,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52583,'No',5,0,20855,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52584,'N/A',0,0,20855,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52585,'Other',20,0,20855,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52586,'Yes',0,0,20857,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52587,'Yes',2,0,20857,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52588,'No',5,0,20857,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52589,'N/A',0,0,20857,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52590,'Other',20,0,20857,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52591,'Yes',0,0,20859,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52592,'No',4,0,20859,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52593,'N/A',0,0,20859,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52594,'Other',20,0,20859,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52595,'Yes',0,0,20861,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52596,'No',5,0,20861,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52597,'N/A',0,0,20861,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52598,'Other',20,0,20861,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52599,'Yes',0,0,20863,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52600,'No',4,0,20863,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52601,'N/A',0,0,20863,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52602,'Other',20,0,20863,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52603,'Yes',0,0,20865,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52604,'No',5,0,20865,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52605,'N/A',0,0,20865,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52606,'Other',20,0,20865,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52607,'Yes',0,0,20867,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52608,'No',5,0,20867,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52609,'N/A',0,0,20867,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52610,'Other',20,0,20867,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52611,'Yes',0,0,20869,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52612,'No',7,0,20869,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52613,'N/A',0,0,20869,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52614,'Other',20,0,20869,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52615,'Yes',2,0,20870,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52616,'No',6,0,20870,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52617,'No',0,0,20870,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52618,'N/A',0,0,20870,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52619,'Yes',0,0,20871,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52620,'No',4,0,20871,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52621,'No',7,0,20871,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52622,'N/A',0,0,20871,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52623,'Other',20,0,20871,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52624,'Yes',0,0,20872,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52625,'No',6,0,20872,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52626,'NA',0,0,20872,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52627,'Other',20,0,20872,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52628,'Yes',0,0,20873,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52629,'Yes',0,0,20873,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52630,'NA',0,0,20873,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52631,'Other',20,0,20873,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52632,'Yes',1,0,20874,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52633,'No',0,0,20874,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52634,'Other',20,0,20874,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52635,'Yes',0,0,20875,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52636,'No',9,0,20875,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52637,'NA',0,0,20875,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52638,'Other',20,0,20875,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52639,'Yes',0,0,20876,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52640,'No',7,0,20876,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52641,'NA',0,0,20876,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52642,'Other',20,0,20876,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52643,'Yes',0,0,20877,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52644,'No',6,0,20877,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52645,'NA',0,0,20877,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52646,'Other',20,0,20877,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52647,'Yes',0,0,20878,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52648,'No',6,0,20878,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52649,'NA',0,0,20878,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52650,'Other',20,0,20878,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52651,'Yes',0,0,20879,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52652,'No',8,0,20879,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52653,'NA',0,0,20879,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52654,'Other',20,0,20879,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52655,'Yes',3,0,20880,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52656,'Yes',4,0,20880,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52657,'Yes',5,0,20880,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52658,'Other',20,0,20880,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52659,'Yes',1,0,20881,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52660,'Yes',0,0,20881,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52661,'No',5,0,20881,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52662,'Other',20,0,20881,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52663,'Yes',0,0,20882,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52664,'No',5,0,20882,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52665,'NA',5,0,20882,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52666,'Other',20,0,20882,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52667,'Yes',0,0,20883,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52668,'No',5,0,20883,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52669,'N/A',0,0,20883,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52670,'Other',20,0,20883,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52671,'Yes',0,0,20884,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52672,'No',5,0,20884,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52673,'Other',20,0,20884,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52674,'N/A',0,0,20884,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52675,'Yes',0,0,20885,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52676,'No',5,0,20885,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52677,'NA',0,0,20885,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52678,'Other',20,0,20885,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52679,'Yes',0,0,20886,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52680,'No',5,0,20886,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52681,'NA',0,0,20886,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52682,'Other',20,0,20886,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52683,'Yes',0,0,20887,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52684,'No',5,0,20887,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52685,'NA',0,0,20887,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52686,'Other',20,0,20887,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52687,'Yes',0,0,20888,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52688,'No',5,0,20888,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52689,'Other',20,0,20888,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52690,'N/A',0,0,20888,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52691,'Yes',0,0,20889,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52692,'Yes',0,0,20889,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52693,'No',5,0,20889,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52694,'N/A',0,0,20889,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52695,'Other',20,0,20889,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52696,'Detached',1,0,20890,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52697,'Semi Detached',2,0,20890,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52698,'Terraced',3,0,20890,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52699,'Linked-Detached',1,0,20890,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52700,'Other',20,0,20890,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52701,'House',1,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52702,'Bungalow',1,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52703,'Block of Flats - Studios up to 6 Floor Levels',3,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52704,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52705,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52706,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52707,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52708,'Underground Property',1,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52709,'Factory/ Warehouse',3,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52710,'Garage/ Workshop',3,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52711,'Retail Shop',2,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52712,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52713,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52714,'Other',20,0,20891,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52715,'1-5',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52716,'5-10',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52717,'10-15',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52718,'15-20',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52719,'20-25',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52720,'25-30',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52721,'30-35',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52722,'35-40',0,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52723,'Other',20,0,20892,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52724,'1',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52725,'2',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52726,'3',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52727,'4',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52728,'5',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52729,'6',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52730,'7',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52731,'8',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52732,'9',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52733,'10',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52734,'11',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52735,'12',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52736,'13',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52737,'14',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52738,'15',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52739,'16',1,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52740,'N/A',0,0,20895,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52741,'1',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52742,'2',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52743,'3',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52744,'4',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52745,'5',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52746,'6',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52747,'7',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52748,'8',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52749,'9',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52750,'10',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52751,'11',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52752,'12',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52753,'13',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52754,'14',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52755,'15',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52756,'16',2,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52757,'N/A',0,0,20896,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52758,'Yes',1,0,20898,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52759,'No',3,0,20898,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52760,'Unknown',3,0,20898,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52761,'Stone',0,0,20898,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52762,'Other',20,0,20898,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52763,'Yes',1,0,20899,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52764,'No',5,0,20899,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52765,'Unknown',5,0,20899,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52766,'Stone',0,0,20899,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52767,'Other',20,0,20899,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52768,'No',5,0,20900,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52769,'Unknown',5,0,20900,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52770,'Stone',0,0,20900,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52771,'Other',20,0,20900,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52772,'Wood',2,0,20901,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52773,'Plastics',1,0,20901,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52774,'Aluminium',0,0,20901,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52775,'Stone',0,0,20901,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52776,'Other',20,0,20901,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52777,'0%',0,0,20902,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52778,'25%',0,0,20902,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52779,'50%',0,0,20902,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52780,'75%',0,0,20902,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52781,'100%',0,0,20902,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52782,'0%',0,0,20904,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52783,'25%',1,0,20904,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52784,'50%',1,0,20904,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52785,'75%',1,0,20904,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52786,'100%',1,0,20904,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52787,'0%',0,0,20905,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52788,'25%',0,0,20905,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52789,'50%',0,0,20905,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52790,'75%',0,0,20905,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52791,'100%',0,0,20905,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52792,'0%',0,0,20906,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52793,'25%',3,0,20906,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52794,'50%',3,0,20906,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52795,'75%',3,0,20906,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52796,'100%',3,0,20906,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(52797,'0%',0,0,20907,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52798,'25%',1,0,20907,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52799,'50%',1,0,20907,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52800,'75%',1,0,20907,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52801,'100%',1,0,20907,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52802,'0%',0,0,20908,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52803,'25%',5,0,20908,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52804,'50%',5,0,20908,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52805,'75%',5,0,20908,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52806,'100%',5,0,20908,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52807,'0%',0,0,20909,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52808,'25%',5,0,20909,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52809,'50%',5,0,20909,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52810,'75%',5,0,20909,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52811,'100%',5,0,20909,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52812,'0%',0,0,20910,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52813,'25%',1,0,20910,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52814,'50%',1,0,20910,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52815,'75%',1,0,20910,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52816,'100%',1,0,20910,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52817,'Other',20,0,20911,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52818,'25%',1,0,20911,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52819,'50%',1,0,20911,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52820,'75%',1,0,20911,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52821,'100%',1,0,20911,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52822,'0%',0,0,20913,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52823,'25%',1,0,20913,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52824,'50%',1,0,20913,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52825,'75%',1,0,20913,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52826,'100%',1,0,20913,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52827,'0%',0,0,20914,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52828,'25%',2,0,20914,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52829,'50%',2,0,20914,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52830,'75%',2,0,20914,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52831,'100%',2,0,20914,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52832,'0%',0,0,20915,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52833,'25%',1,0,20915,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52834,'50%',1,0,20915,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52835,'75%',1,0,20915,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52836,'100%',1,0,20915,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52837,'Solid concrete all levels',0,0,20916,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52838,'Timber joists all levels',3,0,20916,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52839,'Concrete lowest floor – Timber above higher levels',3,0,20916,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52840,'Other',20,0,20916,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52841,'Yes',1,0,20919,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52842,'No',6,0,20919,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52843,'Yes',2,0,20921,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52844,'No',8,0,20921,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52845,'Yes',1,0,20923,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52846,'No',6,0,20923,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52847,'Yes',1,0,20925,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52848,'No',6,0,20925,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52849,'Yes',1,0,20927,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52850,'No',6,0,20927,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52851,'Yes',1,0,20931,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52852,'No',3,0,20931,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52853,'Yes',1,0,20933,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52854,'No',3,0,20933,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52855,'Yes',1,0,20935,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52856,'No',3,0,20935,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52857,'Very Good',1,0,20937,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52858,'Good',1,0,20937,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52859,'Fair',1,0,20937,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52860,'Poor',2,0,20937,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52861,'Very Poor',2,0,20937,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52862,'Fan Heaters',4,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52863,'Electric Heaters',4,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52864,'Gas Heater',5,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52865,'Other Boilers',2,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52866,'Electrical Equipment',3,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52867,'Electrical Leads',3,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52868,'Portable Equipment',3,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52869,'Portable Lighting',2,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52870,'Cooking kitchen Equipment',6,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52871,'Other',20,0,20939,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52872,'Wood/Paper/Cardboard etc',3,0,20941,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52873,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,20941,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52874,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,20941,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52875,'Waste Material Controlled -in locked wheely bin or store',2,0,20941,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52876,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,20941,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52877,'Other',20,0,20941,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(52878,'Director',0,0,20950,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52879,'Owner Landlord',0,0,20950,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52880,'Site Maitenance',0,0,20950,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52881,'Estate Agent',0,0,20950,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52882,'Director',0,0,20954,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52883,'Letting Agent',0,0,20950,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52884,'Owner Landlord',0,0,20954,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52885,'Other',0,0,20950,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52886,'Site Maitenance',0,0,20954,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52887,'Estate Agent',0,0,20954,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52888,'Letting Agent',0,0,20954,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52889,'Property Agent',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52890,'Other',0,0,20954,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52891,'Owner Landlord',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52892,'Site Manager',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52893,'Property Agent',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52894,'Property Manager',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52895,'Owner Landlord',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52896,'Construction Manager',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52897,'Site Manager',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52898,'Fire Warden',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52899,'Property Manager',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52900,'Director',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52901,'Construction Manager',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52902,'CEO',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52903,'Fire Warden',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52904,'Other',0,0,20955,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52905,'Director',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52906,'CEO',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52907,'Other',0,0,20956,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52908,'A Property Within Building Block',0,0,20957,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52909,'All Of The Property',0,0,20957,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52910,'A Property Within Building Block',0,0,20958,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52911,'Communal Areas Only',0,0,20957,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52912,'All Of The Property',0,0,20958,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52913,'House',0,0,20957,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52914,'Communal Areas Only',0,0,20958,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52915,'Flat',0,0,20957,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52916,'House',0,0,20958,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52917,'Other',0,0,20957,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52918,'Flat',0,0,20958,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52919,'Other',0,0,20958,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52920,'Nebosh',0,0,20971,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52921,'Nebosh',0,0,20972,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52922,'Level 2 Fire Risk Assessor',0,0,20971,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52923,'Level 2 Fire Risk Assessor',0,0,20972,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52924,'Competant Person',0,0,20971,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52925,'Competant Person',0,0,20972,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52926,'Yes',0,0,20975,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52927,'Yes',0,0,20976,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52928,'No',2,0,20975,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52929,'No',2,0,20976,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52930,'Other',20,0,20975,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52931,'Other',20,0,20976,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52932,'N/A',0,0,20975,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52933,'N/A',0,0,20976,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52934,'Yes',0,0,20977,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52935,'Yes',0,0,20978,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52936,'No',2,0,20977,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52937,'No',2,0,20978,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52938,'Other',20,0,20977,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52939,'Other',20,0,20978,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52940,'N/A',0,0,20977,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52941,'N/A',0,0,20978,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52942,'Yes',0,0,20979,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52943,'Yes',0,0,20980,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52944,'No',2,0,20979,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52945,'No',2,0,20980,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52946,'Other',20,0,20979,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52947,'Other',20,0,20980,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52948,'N/A',0,0,20979,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52949,'N/A',0,0,20980,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52950,'Yes',0,0,20983,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52951,'Yes',0,0,20984,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52952,'No',2,0,20983,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52953,'No',2,0,20984,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52954,'Other',20,0,20983,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52955,'Other',20,0,20984,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52956,'N/A',0,0,20983,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52957,'N/A',0,0,20984,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52958,'Yes',0,0,20987,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52959,'Yes',0,0,20988,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52960,'No',2,0,20987,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52961,'No',2,0,20988,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52962,'Other',20,0,20987,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52963,'Other',20,0,20988,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52964,'N/A',0,0,20987,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52965,'N/A',0,0,20988,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52966,'Yes',0,0,20989,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52967,'Yes',0,0,20990,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52968,'No',2,0,20989,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52969,'No',2,0,20990,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52970,'Other',20,0,20989,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52971,'Other',20,0,20990,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52972,'N/A',0,0,20989,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52973,'N/A',0,0,20990,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52974,'Yes',0,0,20991,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52975,'Yes',0,0,20992,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52976,'No',3,0,20991,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52977,'No',3,0,20992,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52978,'Other',20,0,20991,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52979,'Other',20,0,20992,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52980,'N/A',0,0,20991,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52981,'N/A',0,0,20992,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52982,'Yes',0,0,20994,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52983,'No',3,0,20994,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52984,'Yes',0,0,20996,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52985,'Other',20,0,20994,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52986,'No',3,0,20996,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52987,'N/A',0,0,20994,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52988,'Other',20,0,20996,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52989,'N/A',0,0,20996,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52990,'Yes',0,0,20997,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52991,'No',4,0,20997,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52992,'Yes',0,0,20998,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52993,'No Disabled',0,0,20997,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52994,'No',4,0,20998,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52995,'Other',20,0,20997,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52996,'No Disabled',0,0,20998,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52997,'N/A',0,0,20997,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52998,'Other',20,0,20998,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(52999,'N/A',0,0,20998,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53000,'Yes',0,0,20999,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53001,'No',4,0,20999,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53002,'Yes',0,0,21000,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53003,'Other',20,0,20999,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53004,'No',4,0,21000,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53005,'N/A',0,0,20999,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53006,'Other',20,0,21000,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53007,'N/A',0,0,21000,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53008,'Yes',0,0,21001,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53009,'No',3,0,21001,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53010,'Yes',0,0,21002,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53011,'Other',20,0,21001,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53012,'No',3,0,21002,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53013,'N/A',0,0,21001,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53014,'Other',20,0,21002,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53015,'N/A',0,0,21002,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53016,'Yes',0,0,21003,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53017,'No',4,0,21003,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53018,'Yes',0,0,21004,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53019,'Other',20,0,21003,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53020,'No',4,0,21004,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53021,'N/A',0,0,21003,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53022,'Other',20,0,21004,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53023,'N/A',0,0,21004,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53024,'Yes',0,0,21005,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53025,'Yes',0,0,21006,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53026,'No',4,0,21005,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53027,'No',4,0,21006,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53028,'Other',20,0,21005,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53029,'Other',20,0,21006,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53030,'N/A',0,0,21005,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53031,'N/A',0,0,21006,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53032,'Yes',0,0,21007,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53033,'Yes',0,0,21008,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53034,'No',5,0,21007,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53035,'No',5,0,21008,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53036,'Other',20,0,21007,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53037,'Other',20,0,21008,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53038,'N/A',0,0,21007,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53039,'N/A',0,0,21008,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53040,'Yes',0,0,21009,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53041,'Yes',0,0,21010,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53042,'Yes',3,0,21009,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53043,'Yes',3,0,21010,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53044,'No',6,0,21009,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53045,'No',6,0,21010,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53046,'Other',20,0,21009,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53047,'Other',20,0,21010,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53048,'N/A',0,0,21009,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53049,'N/A',0,0,21010,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53050,'Yes',0,0,21011,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53051,'Yes',0,0,21012,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53052,'No',5,0,21011,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53053,'No',5,0,21012,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53054,'Other',20,0,21011,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53055,'Other',20,0,21012,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53056,'N/A',0,0,21011,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53057,'N/A',0,0,21012,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53058,'Yes',0,0,21015,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53059,'Yes',0,0,21016,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53060,'No 1',7,0,21015,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53061,'No 1',7,0,21016,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53062,'No 2',7,0,21015,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53063,'No 2',7,0,21016,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53064,'Other',20,0,21015,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53065,'Other',20,0,21016,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53066,'N/A',0,0,21015,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53067,'N/A',0,0,21016,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53068,'Yes',0,0,21019,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53069,'Yes',0,0,21020,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53070,'No 1',5,0,21019,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53071,'No 1',5,0,21020,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53072,'No 2',5,0,21019,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53073,'No 2',5,0,21020,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53074,'Yes',0,0,21021,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53075,'Yes',0,0,21022,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53076,'Option',5,0,21021,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53077,'Option',5,0,21022,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53078,'No',8,0,21021,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53079,'No',8,0,21022,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53080,'N/A',0,0,21021,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53081,'N/A',0,0,21022,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53082,'Other',20,0,21021,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53083,'Other',20,0,21022,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53084,'Yes 1',1,0,21025,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53085,'Yes 1',1,0,21026,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53086,'Yes 2',0,0,21025,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53087,'Yes 2',0,0,21026,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53088,'No',7,0,21025,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53089,'No',7,0,21026,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53090,'N/A',0,0,21025,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53091,'N/A',0,0,21026,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53092,'Other',20,0,21025,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53093,'Other',20,0,21026,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53094,'Yes',0,0,21029,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53095,'Yes',0,0,21030,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53096,'No',8,0,21029,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53097,'No',8,0,21030,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53098,'Other',20,0,21029,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53099,'Other',20,0,21030,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53100,'N/A',0,0,21029,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53101,'N/A',0,0,21030,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53102,'Yes',0,0,21031,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53103,'Yes',0,0,21032,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53104,'No',8,0,21031,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53105,'No',8,0,21032,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53106,'Other',20,0,21031,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53107,'Other',20,0,21032,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53108,'N/A',0,0,21031,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53109,'N/A',0,0,21032,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53110,'Yes',0,0,21033,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53111,'Yes',0,0,21034,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53112,'No',8,0,21033,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53113,'No',8,0,21034,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53114,'Other',20,0,21033,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53115,'Other',20,0,21034,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53116,'N/A',0,0,21033,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53117,'N/A',0,0,21034,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53118,'Yes',0,0,21037,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53119,'Yes',0,0,21038,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53120,'No',8,0,21037,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53121,'No',8,0,21038,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53122,'Other',20,0,21037,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53123,'Other',20,0,21038,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53124,'N/A',0,0,21037,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53125,'N/A',0,0,21038,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53126,'Yes',0,0,21039,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53127,'Yes',0,0,21040,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53128,'No',6,0,21039,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53129,'No',6,0,21040,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53130,'Other',20,0,21039,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53131,'Other',20,0,21040,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53132,'N/A',0,0,21039,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53133,'N/A',0,0,21040,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53134,'Yes',0,0,21043,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53135,'Yes',0,0,21044,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53136,'Yes',2,0,21043,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53137,'Yes',2,0,21044,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53138,'No',5,0,21043,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53139,'No',5,0,21044,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53140,'N/A',0,0,21043,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53141,'N/A',0,0,21044,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53142,'Other',20,0,21043,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53143,'Other',20,0,21044,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53144,'Yes',0,0,21047,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53145,'Yes',0,0,21048,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53146,'Yes',2,0,21047,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53147,'Yes',2,0,21048,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53148,'No',5,0,21047,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53149,'No',5,0,21048,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(53150,'N/A',0,0,21047,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53151,'N/A',0,0,21048,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53152,'Other',20,0,21048,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53153,'Other',20,0,21047,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53154,'Yes',0,0,21051,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53155,'Yes',0,0,21052,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53156,'No',4,0,21051,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53157,'No',4,0,21052,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53158,'N/A',0,0,21051,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53159,'N/A',0,0,21052,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53160,'Other',20,0,21051,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53161,'Other',20,0,21052,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53162,'Yes',0,0,21055,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53163,'Yes',0,0,21056,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53164,'No',5,0,21055,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53165,'No',5,0,21056,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53166,'N/A',0,0,21055,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53167,'N/A',0,0,21056,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53168,'Other',20,0,21055,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53169,'Other',20,0,21056,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53170,'Yes',0,0,21059,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53171,'Yes',0,0,21060,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53172,'No',4,0,21059,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53173,'No',4,0,21060,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53174,'N/A',0,0,21059,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53175,'N/A',0,0,21060,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53176,'Other',20,0,21059,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53177,'Other',20,0,21060,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53178,'Yes',0,0,21063,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53179,'Yes',0,0,21064,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53180,'No',5,0,21063,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53181,'No',5,0,21064,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53182,'N/A',0,0,21063,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53183,'N/A',0,0,21064,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53184,'Other',20,0,21063,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53185,'Other',20,0,21064,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53186,'Yes',0,0,21067,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53187,'Yes',0,0,21068,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53188,'No',5,0,21067,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53189,'No',5,0,21068,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53190,'N/A',0,0,21067,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53191,'N/A',0,0,21068,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53192,'Other',20,0,21067,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53193,'Other',20,0,21068,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53194,'Yes',0,0,21071,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53195,'Yes',0,0,21072,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53196,'No',7,0,21071,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53197,'No',7,0,21072,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53198,'N/A',0,0,21071,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53199,'N/A',0,0,21072,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53200,'Other',20,0,21071,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53201,'Other',20,0,21072,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53202,'Yes',2,0,21073,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53203,'Yes',2,0,21074,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53204,'No',6,0,21073,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53205,'No',6,0,21074,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53206,'No',0,0,21073,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53207,'No',0,0,21074,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53208,'N/A',0,0,21073,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53209,'N/A',0,0,21074,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53210,'Yes',0,0,21075,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53211,'Yes',0,0,21076,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53212,'No',4,0,21075,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53213,'No',4,0,21076,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53214,'No',7,0,21075,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53215,'No',7,0,21076,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53216,'N/A',0,0,21075,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53217,'N/A',0,0,21076,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53218,'Other',20,0,21075,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53219,'Other',20,0,21076,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53220,'Yes',0,0,21077,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53221,'Yes',0,0,21078,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53222,'No',6,0,21077,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53223,'No',6,0,21078,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53224,'NA',0,0,21077,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53225,'NA',0,0,21078,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53226,'Other',20,0,21077,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53227,'Other',20,0,21078,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53228,'Yes',0,0,21079,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53229,'Yes',0,0,21080,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53230,'Yes',0,0,21079,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53231,'Yes',0,0,21080,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53232,'NA',0,0,21079,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53233,'NA',0,0,21080,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53234,'Other',20,0,21079,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53235,'Other',20,0,21080,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53236,'Yes',1,0,21081,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53237,'Yes',1,0,21082,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53238,'No',0,0,21081,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53239,'No',0,0,21082,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53240,'Other',20,0,21081,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53241,'Other',20,0,21082,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53242,'Yes',0,0,21083,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53243,'Yes',0,0,21084,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53244,'No',9,0,21083,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53245,'No',9,0,21084,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53246,'NA',0,0,21083,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53247,'NA',0,0,21084,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53248,'Other',20,0,21083,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53249,'Other',20,0,21084,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53250,'Yes',0,0,21085,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53251,'Yes',0,0,21086,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53252,'No',7,0,21085,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53253,'No',7,0,21086,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53254,'NA',0,0,21085,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53255,'NA',0,0,21086,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53256,'Other',20,0,21085,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53257,'Other',20,0,21086,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53258,'Yes',0,0,21087,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53259,'Yes',0,0,21088,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53260,'No',6,0,21087,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53261,'No',6,0,21088,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53262,'NA',0,0,21087,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53263,'Other',20,0,21087,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53264,'NA',0,0,21088,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53265,'Other',20,0,21088,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53266,'Yes',0,0,21089,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53267,'No',6,0,21089,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53268,'Yes',0,0,21090,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53269,'NA',0,0,21089,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53270,'No',6,0,21090,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53271,'Other',20,0,21089,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53272,'NA',0,0,21090,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53273,'Other',20,0,21090,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53274,'Yes',0,0,21091,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53275,'No',8,0,21091,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53276,'Yes',0,0,21092,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53277,'NA',0,0,21091,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53278,'No',8,0,21092,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53279,'Other',20,0,21091,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53280,'NA',0,0,21092,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53281,'Other',20,0,21092,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53282,'Yes',3,0,21093,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53283,'Yes',4,0,21093,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53284,'Yes',3,0,21094,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53285,'Yes',5,0,21093,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53286,'Yes',4,0,21094,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53287,'Other',20,0,21093,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53288,'Yes',5,0,21094,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53289,'Other',20,0,21094,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53290,'Yes',1,0,21095,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53291,'Yes',1,0,21096,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53292,'Yes',0,0,21095,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53293,'Yes',0,0,21096,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53294,'No',5,0,21096,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53295,'No',5,0,21095,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53296,'Other',20,0,21096,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53297,'Other',20,0,21095,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53298,'Yes',0,0,21097,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53299,'Yes',0,0,21098,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53300,'No',5,0,21097,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53301,'No',5,0,21098,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53302,'NA',5,0,21097,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53303,'NA',5,0,21098,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53304,'Other',20,0,21097,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53305,'Other',20,0,21098,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53306,'Yes',0,0,21099,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53307,'Yes',0,0,21100,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53308,'No',5,0,21099,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53309,'No',5,0,21100,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53310,'N/A',0,0,21099,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53311,'N/A',0,0,21100,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53312,'Other',20,0,21099,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53313,'Other',20,0,21100,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53314,'Yes',0,0,21101,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53315,'Yes',0,0,21102,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53316,'No',5,0,21101,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53317,'No',5,0,21102,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53318,'Other',20,0,21101,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53319,'Other',20,0,21102,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53320,'N/A',0,0,21101,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53321,'N/A',0,0,21102,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53322,'Yes',0,0,21103,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53323,'Yes',0,0,21104,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53324,'No',5,0,21103,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53325,'No',5,0,21104,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53326,'NA',0,0,21103,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53327,'NA',0,0,21104,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53328,'Other',20,0,21103,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53329,'Other',20,0,21104,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53330,'Yes',0,0,21105,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53331,'Yes',0,0,21106,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53332,'No',5,0,21105,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53333,'No',5,0,21106,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53334,'NA',0,0,21105,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53335,'NA',0,0,21106,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53336,'Other',20,0,21105,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53337,'Other',20,0,21106,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53338,'Yes',0,0,21107,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53339,'Yes',0,0,21108,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53340,'No',5,0,21107,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53341,'No',5,0,21108,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53342,'NA',0,0,21107,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53343,'NA',0,0,21108,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53344,'Other',20,0,21107,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53345,'Other',20,0,21108,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53346,'Yes',0,0,21109,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53347,'Yes',0,0,21110,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53348,'No',5,0,21109,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53349,'No',5,0,21110,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53350,'Other',20,0,21109,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53351,'Other',20,0,21110,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53352,'N/A',0,0,21109,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53353,'N/A',0,0,21110,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53354,'Yes',0,0,21111,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53355,'Yes',0,0,21112,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53356,'Yes',0,0,21111,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53357,'Yes',0,0,21112,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53358,'No',5,0,21111,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53359,'No',5,0,21112,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53360,'N/A',0,0,21111,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53361,'N/A',0,0,21112,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53362,'Other',20,0,21111,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53363,'Other',20,0,21112,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53364,'Fan Heaters',4,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53365,'Fan Heaters',4,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53366,'Electric Heaters',4,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53367,'Electric Heaters',4,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53368,'Gas Heater',5,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53369,'Gas Heater',5,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53370,'Other Boilers',2,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53371,'Other Boilers',2,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53372,'Electrical Equipment',3,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53373,'Electrical Equipment',3,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53374,'Electrical Leads',3,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53375,'Electrical Leads',3,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53376,'Portable Equipment',3,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53377,'Portable Equipment',3,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53378,'Portable Lighting',2,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53379,'Portable Lighting',2,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53380,'Cooking kitchen Equipment',6,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53381,'Cooking kitchen Equipment',6,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53382,'Other',20,0,21113,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53383,'Other',20,0,21114,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53384,'Wood/Paper/Cardboard etc',3,0,21117,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53385,'Wood/Paper/Cardboard etc',3,0,21118,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53386,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21117,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53387,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21118,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53388,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21117,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53389,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21118,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53390,'Waste Material Controlled -in locked wheely bin or store',2,0,21117,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53391,'Waste Material Controlled -in locked wheely bin or store',2,0,21118,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53392,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21117,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53393,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21118,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53394,'Other',20,0,21117,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53395,'Other',20,0,21118,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53396,'Detached',1,0,21121,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53397,'Detached',1,0,21122,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53398,'Semi Detached',2,0,21121,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53399,'Semi Detached',2,0,21122,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53400,'Terraced',3,0,21121,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53401,'Terraced',3,0,21122,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53402,'Linked-Detached',1,0,21121,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53403,'Linked-Detached',1,0,21122,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53404,'Other',20,0,21121,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53405,'Other',20,0,21122,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53406,'House',1,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53407,'House',1,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53408,'Bungalow',1,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53409,'Bungalow',1,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53410,'Block of Flats - Studios up to 6 Floor Levels',3,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53411,'Block of Flats - Studios up to 6 Floor Levels',3,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53412,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53413,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53414,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53415,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53416,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53417,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53418,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53419,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53420,'Underground Property',1,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53421,'Underground Property',1,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53422,'Factory/ Warehouse',3,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53423,'Factory/ Warehouse',3,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53424,'Garage/ Workshop',3,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53425,'Garage/ Workshop',3,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53426,'Retail Shop',2,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53427,'Retail Shop',2,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53428,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53429,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53430,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53431,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53432,'Other',20,0,21123,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53433,'Other',20,0,21124,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53434,'1-5',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53435,'1-5',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53436,'5-10',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53437,'5-10',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53438,'10-15',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53439,'10-15',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53440,'15-20',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53441,'15-20',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53442,'20-25',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53443,'20-25',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53444,'25-30',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53445,'25-30',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53446,'30-35',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53447,'30-35',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53448,'35-40',0,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53449,'35-40',0,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53450,'Other',20,0,21125,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53451,'Other',20,0,21126,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53452,'NA',0,0,21135,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53453,'NA',0,0,21136,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53454,'1',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53455,'1',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53456,'2',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53457,'2',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53458,'3',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53459,'3',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53460,'4',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53461,'4',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53462,'5',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53463,'5',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53464,'6',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53465,'6',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53466,'7',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53467,'7',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53468,'8',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53469,'8',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53470,'9',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53471,'9',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53472,'10',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53473,'10',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53474,'11',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53475,'11',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53476,'12',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53477,'12',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53478,'13',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53479,'13',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53480,'14',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53481,'14',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53482,'15',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53483,'15',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53484,'16',2,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53485,'16',2,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53486,'N/A',0,0,21137,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53487,'N/A',0,0,21138,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53488,'Yes',1,0,21141,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53489,'Yes',1,0,21142,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53490,'No',3,0,21141,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53491,'No',3,0,21142,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53492,'Unknown',3,0,21141,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53493,'Unknown',3,0,21142,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53494,'Stone',0,0,21141,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53495,'Stone',0,0,21142,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53496,'Other',20,0,21141,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53497,'Other',20,0,21142,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53498,'Yes',1,0,21143,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53499,'Yes',1,0,21144,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53500,'No',5,0,21143,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53501,'No',5,0,21144,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53502,'Unknown',5,0,21143,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53503,'Unknown',5,0,21144,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53504,'Stone',0,0,21143,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53505,'Stone',0,0,21144,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53506,'Other',20,0,21143,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53507,'Other',20,0,21144,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53508,'No',5,0,21145,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53509,'No',5,0,21146,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53510,'Unknown',5,0,21145,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53511,'Unknown',5,0,21146,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53512,'Stone',0,0,21145,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53513,'Stone',0,0,21146,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53514,'Other',20,0,21145,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53515,'Other',20,0,21146,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53516,'Wood',2,0,21147,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53517,'Wood',2,0,21148,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53518,'Plastics',1,0,21147,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53519,'Aluminium',0,0,21147,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53520,'Plastics',1,0,21148,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53521,'Stone',0,0,21147,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53522,'Aluminium',0,0,21148,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53523,'Other',20,0,21147,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53524,'Stone',0,0,21148,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53525,'Other',20,0,21148,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53526,'0%',0,0,21149,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53527,'25%',0,0,21149,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53528,'0%',0,0,21150,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53529,'50%',0,0,21149,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53530,'25%',0,0,21150,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53531,'75%',0,0,21149,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53532,'50%',0,0,21150,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53533,'100%',0,0,21149,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53534,'75%',0,0,21150,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53535,'100%',0,0,21150,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53536,'0%',0,0,21152,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53537,'25%',1,0,21152,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53538,'0%',0,0,21154,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53539,'50%',1,0,21152,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53540,'25%',1,0,21154,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53541,'75%',1,0,21152,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53542,'50%',1,0,21154,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53543,'100%',1,0,21152,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53544,'75%',1,0,21154,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53545,'100%',1,0,21154,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53546,'0%',0,0,21155,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53547,'25%',0,0,21155,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53548,'0%',0,0,21156,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53549,'50%',0,0,21155,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53550,'25%',0,0,21156,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53551,'75%',0,0,21155,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53552,'50%',0,0,21156,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53553,'100%',0,0,21155,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53554,'75%',0,0,21156,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53555,'100%',0,0,21156,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53556,'0%',0,0,21157,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53557,'25%',3,0,21157,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53558,'0%',0,0,21158,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53559,'50%',3,0,21157,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53560,'25%',3,0,21158,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53561,'75%',3,0,21157,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53562,'50%',3,0,21158,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53563,'100%',3,0,21157,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53564,'75%',3,0,21158,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53565,'100%',3,0,21158,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53566,'0%',0,0,21159,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53567,'25%',1,0,21159,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53568,'0%',0,0,21160,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53569,'50%',1,0,21159,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53570,'25%',1,0,21160,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53571,'75%',1,0,21159,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53572,'50%',1,0,21160,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53573,'100%',1,0,21159,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53574,'75%',1,0,21160,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53575,'100%',1,0,21160,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53576,'0%',0,0,21161,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53577,'25%',5,0,21161,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53578,'0%',0,0,21162,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53579,'50%',5,0,21161,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53580,'25%',5,0,21162,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53581,'75%',5,0,21161,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53582,'50%',5,0,21162,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53583,'100%',5,0,21161,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53584,'75%',5,0,21162,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53585,'100%',5,0,21162,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53586,'0%',0,0,21163,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53587,'0%',0,0,21164,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53588,'25%',5,0,21163,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53589,'25%',5,0,21164,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53590,'50%',5,0,21163,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53591,'50%',5,0,21164,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53592,'75%',5,0,21163,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53593,'75%',5,0,21164,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53594,'100%',5,0,21163,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53595,'100%',5,0,21164,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53596,'0%',0,0,21165,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53597,'0%',0,0,21166,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53598,'25%',1,0,21165,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53599,'25%',1,0,21166,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53600,'50%',1,0,21165,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53601,'50%',1,0,21166,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53602,'75%',1,0,21165,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53603,'75%',1,0,21166,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53604,'100%',1,0,21165,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53605,'100%',1,0,21166,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53606,'Other',20,0,21167,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53607,'Other',20,0,21168,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53608,'25%',1,0,21167,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53609,'25%',1,0,21168,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53610,'50%',1,0,21167,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53611,'50%',1,0,21168,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53612,'75%',1,0,21167,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53613,'75%',1,0,21168,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53614,'100%',1,0,21167,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53615,'100%',1,0,21168,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53616,'0%',0,0,21171,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53617,'0%',0,0,21172,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53618,'25%',1,0,21171,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53619,'25%',1,0,21172,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53620,'50%',1,0,21171,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53621,'50%',1,0,21172,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53622,'75%',1,0,21171,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53623,'75%',1,0,21172,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53624,'100%',1,0,21171,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53625,'100%',1,0,21172,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53626,'0%',0,0,21173,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53627,'0%',0,0,21174,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53628,'25%',2,0,21173,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53629,'25%',2,0,21174,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53630,'50%',2,0,21173,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53631,'50%',2,0,21174,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53632,'75%',2,0,21173,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53633,'75%',2,0,21174,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53634,'100%',2,0,21173,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53635,'100%',2,0,21174,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53636,'0%',0,0,21175,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53637,'0%',0,0,21176,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53638,'25%',1,0,21175,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53639,'25%',1,0,21176,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53640,'50%',1,0,21175,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53641,'50%',1,0,21176,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53642,'75%',1,0,21175,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53643,'75%',1,0,21176,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53644,'100%',1,0,21175,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53645,'100%',1,0,21176,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53646,'Solid concrete all levels',0,0,21177,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53647,'Solid concrete all levels',0,0,21178,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53648,'Timber joists all levels',3,0,21177,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53649,'Timber joists all levels',3,0,21178,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53650,'Concrete lowest floor – Timber above higher levels',3,0,21177,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53651,'Concrete lowest floor – Timber above higher levels',3,0,21178,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53652,'Other',20,0,21177,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53653,'Other',20,0,21178,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53654,'Yes',1,0,21183,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53655,'Yes',1,0,21184,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53656,'No',6,0,21183,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53657,'No',6,0,21184,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53658,'Yes',2,0,21187,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53659,'Yes',2,0,21188,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53660,'No',8,0,21187,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53661,'No',8,0,21188,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53662,'Yes',1,0,21191,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53663,'Yes',1,0,21192,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53664,'No',6,0,21191,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53665,'No',6,0,21192,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53666,'Yes',1,0,21195,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53667,'Yes',1,0,21196,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53668,'No',6,0,21195,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53669,'No',6,0,21196,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53670,'Yes',1,0,21199,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53671,'Yes',1,0,21200,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53672,'No',6,0,21199,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53673,'No',6,0,21200,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53674,'Yes',1,0,21207,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53675,'Yes',1,0,21208,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53676,'No',3,0,21207,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53677,'No',3,0,21208,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53678,'Yes',1,0,21211,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53679,'Yes',1,0,21212,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53680,'No',3,0,21211,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53681,'No',3,0,21212,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53682,'Yes',1,0,21215,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53683,'Yes',1,0,21216,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53684,'No',3,0,21215,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53685,'No',3,0,21216,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53686,'Very Good',1,0,21219,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53687,'Very Good',1,0,21220,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53688,'Good',1,0,21219,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53689,'Good',1,0,21220,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53690,'Fair',1,0,21219,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53691,'Fair',1,0,21220,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53692,'Poor',2,0,21219,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53693,'Poor',2,0,21220,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53694,'Very Poor',2,0,21219,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53695,'Very Poor',2,0,21220,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(53696,'Director',0,0,21228,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53697,'Owner Landlord',0,0,21228,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53698,'Site Maitenance',0,0,21228,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53699,'Estate Agent',0,0,21228,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53700,'Letting Agent',0,0,21228,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53701,'Other',0,0,21228,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53702,'Property Agent',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53703,'Owner Landlord',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53704,'Site Manager',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53705,'Property Manager',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53706,'Construction Manager',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53707,'Fire Warden',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53708,'Director',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53709,'CEO',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53710,'Other',0,0,21229,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53711,'A Property Within Building Block',0,0,21230,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53712,'All Of The Property',0,0,21230,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53713,'Communal Areas Only',0,0,21230,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53714,'House',0,0,21230,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53715,'Flat',0,0,21230,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53716,'Other',0,0,21230,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53717,'Nebosh',0,0,21237,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53718,'Level 2 Fire Risk Assessor',0,0,21237,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53719,'Competant Person',0,0,21237,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53720,'Director',0,0,21243,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53721,'Owner Landlord',0,0,21243,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53722,'Site Maitenance',0,0,21243,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53723,'Estate Agent',0,0,21243,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53724,'Letting Agent',0,0,21243,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53725,'Other',0,0,21243,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53726,'Property Agent',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53727,'Owner Landlord',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53728,'Site Manager',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53729,'Property Manager',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53730,'Construction Manager',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53731,'Fire Warden',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53732,'Director',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53733,'CEO',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53734,'Other',0,0,21244,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53735,'A Property Within Building Block',0,0,21245,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53736,'All Of The Property',0,0,21245,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53737,'Communal Areas Only',0,0,21245,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53738,'House',0,0,21245,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53739,'Flat',0,0,21245,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53740,'Other',0,0,21245,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53741,'Nebosh',0,0,21252,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53742,'Level 2 Fire Risk Assessor',0,0,21252,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53743,'Competant Person',0,0,21252,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53744,'Yes',0,0,21255,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53745,'No',2,0,21255,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53746,'Other',20,0,21255,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53747,'N/A',0,0,21255,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53748,'Yes',0,0,21256,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53749,'No',2,0,21256,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53750,'Other',20,0,21256,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53751,'N/A',0,0,21256,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53752,'Yes',0,0,21257,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53753,'No',2,0,21257,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53754,'Other',20,0,21257,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53755,'N/A',0,0,21257,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53756,'Yes',0,0,21259,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53757,'No',2,0,21259,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53758,'Other',20,0,21259,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53759,'N/A',0,0,21259,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53760,'Yes',0,0,21261,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53761,'No',2,0,21261,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53762,'Other',20,0,21261,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53763,'N/A',0,0,21261,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53764,'Yes',0,0,21262,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53765,'No',2,0,21262,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53766,'Other',20,0,21262,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53767,'N/A',0,0,21262,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53768,'Yes',0,0,21263,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53769,'No',3,0,21263,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53770,'Other',20,0,21263,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53771,'N/A',0,0,21263,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53772,'Yes',0,0,21265,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53773,'No',3,0,21265,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53774,'Other',20,0,21265,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53775,'N/A',0,0,21265,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53776,'Yes',0,0,21266,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53777,'No',4,0,21266,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53778,'No Disabled',0,0,21266,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53779,'Other',20,0,21266,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53780,'N/A',0,0,21266,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53781,'Yes',0,0,21267,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53782,'No',4,0,21267,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53783,'Other',20,0,21267,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53784,'N/A',0,0,21267,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53785,'Yes',0,0,21268,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53786,'No',3,0,21268,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53787,'Other',20,0,21268,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53788,'N/A',0,0,21268,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53789,'Yes',0,0,21269,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53790,'No',4,0,21269,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53791,'Other',20,0,21269,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53792,'N/A',0,0,21269,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53793,'Yes',0,0,21270,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53794,'No',4,0,21270,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53795,'Other',20,0,21270,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53796,'N/A',0,0,21270,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53797,'Yes',0,0,21271,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53798,'No',5,0,21271,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53799,'Other',20,0,21271,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53800,'N/A',0,0,21271,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53801,'Yes',0,0,21272,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53802,'Yes',3,0,21272,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53803,'No',6,0,21272,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53804,'Other',20,0,21272,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53805,'N/A',0,0,21272,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53806,'Yes',0,0,21273,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53807,'No',5,0,21273,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53808,'Other',20,0,21273,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53809,'N/A',0,0,21273,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53810,'Yes',0,0,21275,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53811,'No',2,0,21275,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53812,'Other',20,0,21275,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53813,'N/A',0,0,21275,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53814,'Yes',0,0,21276,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53815,'No',2,0,21276,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53816,'Other',20,0,21276,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53817,'N/A',0,0,21276,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53818,'Yes',0,0,21277,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53819,'No',2,0,21277,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53820,'Other',20,0,21277,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53821,'N/A',0,0,21277,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53822,'Yes',0,0,21279,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53823,'No',2,0,21279,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53824,'Other',20,0,21279,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53825,'N/A',0,0,21279,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53826,'Yes',0,0,21281,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53827,'No',2,0,21281,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53828,'Other',20,0,21281,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53829,'N/A',0,0,21281,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53830,'Yes',0,0,21282,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53831,'No',3,0,21282,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53832,'Other',20,0,21282,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53833,'N/A',0,0,21282,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53834,'Yes',0,0,21283,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53835,'No',2,0,21283,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53836,'Other',20,0,21283,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53837,'N/A',0,0,21283,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53838,'Yes',0,0,21285,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53839,'No',3,0,21285,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53840,'Other',20,0,21285,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53841,'N/A',0,0,21285,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53842,'Yes',0,0,21286,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53843,'No',4,0,21286,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53844,'No Disabled',0,0,21286,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53845,'Other',20,0,21286,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53846,'N/A',0,0,21286,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53847,'Yes',0,0,21287,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53848,'No',4,0,21287,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53849,'Other',20,0,21287,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53850,'N/A',0,0,21287,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53851,'Yes',0,0,21288,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53852,'No',3,0,21288,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53853,'Other',20,0,21288,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53854,'N/A',0,0,21288,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53855,'Yes',0,0,21289,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53856,'No',4,0,21289,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53857,'Other',20,0,21289,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53858,'N/A',0,0,21289,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53859,'Yes',0,0,21290,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53860,'No',4,0,21290,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53861,'Other',20,0,21290,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53862,'N/A',0,0,21290,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53863,'Yes',0,0,21291,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53864,'No',5,0,21291,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53865,'Other',20,0,21291,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53866,'N/A',0,0,21291,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53867,'Yes',0,0,21292,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53868,'Yes',3,0,21292,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53869,'No',6,0,21292,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53870,'Other',20,0,21292,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53871,'N/A',0,0,21292,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53872,'Yes',0,0,21293,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53873,'No',5,0,21293,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53874,'Other',20,0,21293,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53875,'N/A',0,0,21293,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53876,'Yes',0,0,21295,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53877,'No 1',7,0,21295,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53878,'No 2',7,0,21295,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53879,'Other',20,0,21295,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53880,'N/A',0,0,21295,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53881,'Yes',0,0,21297,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53882,'No 1',5,0,21297,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53883,'No 2',5,0,21297,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53884,'Yes',0,0,21298,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53885,'Option',5,0,21298,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53886,'No',8,0,21298,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53887,'N/A',0,0,21298,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53888,'Other',20,0,21298,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53889,'Yes 1',1,0,21300,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53890,'Yes 2',0,0,21300,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53891,'No',7,0,21300,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53892,'N/A',0,0,21300,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53893,'Other',20,0,21300,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53894,'Yes',0,0,21302,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53895,'No',8,0,21302,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53896,'Other',20,0,21302,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53897,'N/A',0,0,21302,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53898,'Yes',0,0,21303,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53899,'No',8,0,21303,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53900,'Other',20,0,21303,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53901,'N/A',0,0,21303,'2023-03-21 23:05:18','2023-03-21 23:05:18');
INSERT INTO `question_choices` VALUES (53902,'Yes',0,0,21304,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53903,'No',8,0,21304,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53904,'Other',20,0,21304,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53905,'N/A',0,0,21304,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53906,'Yes',0,0,21306,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53907,'No',8,0,21306,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53908,'Other',20,0,21306,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53909,'N/A',0,0,21306,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53910,'Yes',0,0,21307,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53911,'No',6,0,21307,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53912,'Other',20,0,21307,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53913,'N/A',0,0,21307,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53914,'Yes',0,0,21309,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53915,'No 1',7,0,21309,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53916,'No 2',7,0,21309,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53917,'Other',20,0,21309,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53918,'N/A',0,0,21309,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53919,'Yes',0,0,21311,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53920,'No 1',5,0,21311,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53921,'No 2',5,0,21311,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53922,'Yes',0,0,21312,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53923,'Option',5,0,21312,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53924,'No',8,0,21312,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53925,'N/A',0,0,21312,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53926,'Other',20,0,21312,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53927,'Yes 1',1,0,21314,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53928,'Yes 2',0,0,21314,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53929,'No',7,0,21314,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53930,'N/A',0,0,21314,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53931,'Other',20,0,21314,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53932,'Yes',0,0,21316,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53933,'No',8,0,21316,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53934,'Other',20,0,21316,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53935,'N/A',0,0,21316,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53936,'Yes',0,0,21317,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53937,'No',8,0,21317,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53938,'Other',20,0,21317,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53939,'N/A',0,0,21317,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53940,'Yes',0,0,21318,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53941,'No',8,0,21318,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53942,'Other',20,0,21318,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53943,'N/A',0,0,21318,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53944,'Yes',0,0,21320,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53945,'No',8,0,21320,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53946,'Other',20,0,21320,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53947,'N/A',0,0,21320,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53948,'Yes',0,0,21321,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53949,'No',6,0,21321,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53950,'Other',20,0,21321,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53951,'N/A',0,0,21321,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53952,'Yes',0,0,21323,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53953,'Yes',2,0,21323,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53954,'No',5,0,21323,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53955,'N/A',0,0,21323,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53956,'Other',20,0,21323,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53957,'Yes',0,0,21325,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53958,'Yes',2,0,21325,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53959,'No',5,0,21325,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53960,'N/A',0,0,21325,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53961,'Other',20,0,21325,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53962,'Yes',0,0,21327,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53963,'No',4,0,21327,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53964,'N/A',0,0,21327,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53965,'Other',20,0,21327,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53966,'Yes',0,0,21329,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53967,'No',5,0,21329,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53968,'N/A',0,0,21329,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53969,'Other',20,0,21329,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53970,'Yes',0,0,21331,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53971,'No',4,0,21331,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53972,'N/A',0,0,21331,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53973,'Other',20,0,21331,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53974,'Yes',0,0,21333,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53975,'No',5,0,21333,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53976,'N/A',0,0,21333,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53977,'Other',20,0,21333,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53978,'Yes',0,0,21335,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53979,'No',5,0,21335,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53980,'N/A',0,0,21335,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53981,'Other',20,0,21335,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53982,'Yes',0,0,21337,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53983,'No',7,0,21337,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53984,'N/A',0,0,21337,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53985,'Other',20,0,21337,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53986,'Yes',2,0,21338,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53987,'No',6,0,21338,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53988,'No',0,0,21338,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53989,'N/A',0,0,21338,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53990,'Yes',0,0,21339,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53991,'Yes',2,0,21339,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53992,'No',5,0,21339,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53993,'N/A',0,0,21339,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53994,'Other',20,0,21339,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53995,'Yes',0,0,21341,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53996,'Yes',2,0,21341,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53997,'No',5,0,21341,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53998,'N/A',0,0,21341,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(53999,'Other',20,0,21341,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54000,'Yes',0,0,21343,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54001,'No',4,0,21343,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54002,'N/A',0,0,21343,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54003,'Other',20,0,21343,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54004,'Yes',0,0,21345,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54005,'No',5,0,21345,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54006,'N/A',0,0,21345,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54007,'Other',20,0,21345,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54008,'Yes',0,0,21347,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54009,'No',4,0,21347,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54010,'N/A',0,0,21347,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54011,'Other',20,0,21347,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54012,'Yes',0,0,21349,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54013,'No',5,0,21349,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54014,'N/A',0,0,21349,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54015,'Other',20,0,21349,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54016,'Yes',0,0,21351,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54017,'No',5,0,21351,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54018,'N/A',0,0,21351,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54019,'Other',20,0,21351,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54020,'Yes',0,0,21353,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54021,'No',7,0,21353,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54022,'N/A',0,0,21353,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54023,'Other',20,0,21353,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54024,'Yes',2,0,21354,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54025,'No',6,0,21354,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54026,'No',0,0,21354,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54027,'N/A',0,0,21354,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54028,'Yes',0,0,21355,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54029,'No',4,0,21355,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54030,'No',7,0,21355,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54031,'N/A',0,0,21355,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54032,'Other',20,0,21355,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54033,'Yes',0,0,21356,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54034,'No',6,0,21356,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54035,'NA',0,0,21356,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54036,'Other',20,0,21356,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54037,'Yes',0,0,21357,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54038,'Yes',0,0,21357,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54039,'NA',0,0,21357,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54040,'Other',20,0,21357,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54041,'Yes',1,0,21358,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54042,'No',0,0,21358,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54043,'Other',20,0,21358,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54044,'Yes',0,0,21359,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54045,'No',9,0,21359,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54046,'NA',0,0,21359,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54047,'Other',20,0,21359,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54048,'Yes',0,0,21360,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54049,'No',7,0,21360,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54050,'NA',0,0,21360,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54051,'Other',20,0,21360,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54052,'Yes',0,0,21361,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54053,'No',6,0,21361,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54054,'NA',0,0,21361,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54055,'Other',20,0,21361,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54056,'Yes',0,0,21362,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54057,'No',6,0,21362,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54058,'NA',0,0,21362,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54059,'Other',20,0,21362,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54060,'Yes',0,0,21363,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54061,'No',8,0,21363,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54062,'NA',0,0,21363,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54063,'Other',20,0,21363,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54064,'Yes',3,0,21364,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54065,'Yes',4,0,21364,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54066,'Yes',5,0,21364,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54067,'Other',20,0,21364,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54068,'Yes',0,0,21365,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54069,'No',4,0,21365,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54070,'No',7,0,21365,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54071,'N/A',0,0,21365,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54072,'Other',20,0,21365,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54073,'Yes',0,0,21366,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54074,'No',6,0,21366,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54075,'NA',0,0,21366,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54076,'Other',20,0,21366,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54077,'Yes',0,0,21367,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54078,'Yes',0,0,21367,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54079,'NA',0,0,21367,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54080,'Other',20,0,21367,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54081,'Yes',1,0,21368,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54082,'No',0,0,21368,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54083,'Other',20,0,21368,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54084,'Yes',0,0,21369,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54085,'No',9,0,21369,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54086,'NA',0,0,21369,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54087,'Other',20,0,21369,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54088,'Yes',0,0,21370,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54089,'No',7,0,21370,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54090,'NA',0,0,21370,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54091,'Other',20,0,21370,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54092,'Yes',0,0,21371,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54093,'No',6,0,21371,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54094,'NA',0,0,21371,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54095,'Other',20,0,21371,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54096,'Yes',0,0,21372,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54097,'No',6,0,21372,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54098,'NA',0,0,21372,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54099,'Other',20,0,21372,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54100,'Yes',0,0,21373,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54101,'No',8,0,21373,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54102,'NA',0,0,21373,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54103,'Other',20,0,21373,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54104,'Yes',3,0,21374,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54105,'Yes',4,0,21374,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54106,'Yes',5,0,21374,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54107,'Other',20,0,21374,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54108,'Yes',1,0,21375,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54109,'Yes',0,0,21375,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54110,'No',5,0,21375,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54111,'Other',20,0,21375,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54112,'Yes',0,0,21376,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54113,'No',5,0,21376,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54114,'NA',5,0,21376,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54115,'Other',20,0,21376,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54116,'Yes',0,0,21377,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54117,'No',5,0,21377,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54118,'N/A',0,0,21377,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54119,'Other',20,0,21377,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54120,'Yes',0,0,21378,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54121,'No',5,0,21378,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54122,'Other',20,0,21378,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54123,'N/A',0,0,21378,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54124,'Yes',0,0,21379,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54125,'No',5,0,21379,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54126,'NA',0,0,21379,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54127,'Other',20,0,21379,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54128,'Yes',0,0,21380,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54129,'No',5,0,21380,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54130,'NA',0,0,21380,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54131,'Other',20,0,21380,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54132,'Yes',0,0,21381,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54133,'No',5,0,21381,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54134,'NA',0,0,21381,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54135,'Other',20,0,21381,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54136,'Yes',1,0,21382,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54137,'Yes',0,0,21382,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54138,'No',5,0,21382,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54139,'Other',20,0,21382,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54140,'Yes',0,0,21383,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54141,'No',5,0,21383,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54142,'NA',5,0,21383,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54143,'Other',20,0,21383,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54144,'Yes',0,0,21384,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54145,'No',5,0,21384,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54146,'N/A',0,0,21384,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54147,'Other',20,0,21384,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54148,'Yes',0,0,21385,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54149,'No',5,0,21385,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54150,'Other',20,0,21385,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54151,'N/A',0,0,21385,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54152,'Yes',0,0,21386,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54153,'No',5,0,21386,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54154,'NA',0,0,21386,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54155,'Other',20,0,21386,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54156,'Yes',0,0,21387,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54157,'No',5,0,21387,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54158,'NA',0,0,21387,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54159,'Other',20,0,21387,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54160,'Yes',0,0,21388,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54161,'No',5,0,21388,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54162,'NA',0,0,21388,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54163,'Other',20,0,21388,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54164,'Yes',0,0,21389,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54165,'No',5,0,21389,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54166,'Other',20,0,21389,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54167,'N/A',0,0,21389,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54168,'Yes',0,0,21390,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54169,'Yes',0,0,21390,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54170,'No',5,0,21390,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54171,'N/A',0,0,21390,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54172,'Other',20,0,21390,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54173,'Yes',0,0,21391,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54174,'No',5,0,21391,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54175,'Other',20,0,21391,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54176,'N/A',0,0,21391,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54177,'Yes',0,0,21392,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54178,'Yes',0,0,21392,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54179,'No',5,0,21392,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54180,'N/A',0,0,21392,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54181,'Other',20,0,21392,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54182,'Fan Heaters',4,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54183,'Electric Heaters',4,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54184,'Gas Heater',5,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54185,'Other Boilers',2,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54186,'Electrical Equipment',3,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54187,'Electrical Leads',3,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54188,'Portable Equipment',3,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54189,'Portable Lighting',2,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54190,'Cooking kitchen Equipment',6,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54191,'Other',20,0,21393,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54192,'Wood/Paper/Cardboard etc',3,0,21395,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54193,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21395,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54194,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21395,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54195,'Waste Material Controlled -in locked wheely bin or store',2,0,21395,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54196,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21395,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54197,'Other',20,0,21395,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54198,'Fan Heaters',4,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54199,'Electric Heaters',4,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54200,'Gas Heater',5,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54201,'Other Boilers',2,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54202,'Electrical Equipment',3,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54203,'Electrical Leads',3,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54204,'Portable Equipment',3,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54205,'Portable Lighting',2,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54206,'Cooking kitchen Equipment',6,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54207,'Other',20,0,21397,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54208,'Wood/Paper/Cardboard etc',3,0,21399,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54209,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21399,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54210,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21399,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54211,'Waste Material Controlled -in locked wheely bin or store',2,0,21399,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54212,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21399,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54213,'Other',20,0,21399,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54214,'Detached',1,0,21401,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54215,'Semi Detached',2,0,21401,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54216,'Terraced',3,0,21401,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54217,'Linked-Detached',1,0,21401,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54218,'Other',20,0,21401,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54219,'House',1,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54220,'Bungalow',1,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54221,'Block of Flats - Studios up to 6 Floor Levels',3,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54222,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54223,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54224,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54225,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54226,'Underground Property',1,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54227,'Factory/ Warehouse',3,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54228,'Garage/ Workshop',3,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54229,'Retail Shop',2,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54230,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54231,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54232,'Other',20,0,21402,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54233,'1-5',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54234,'5-10',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54235,'10-15',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54236,'15-20',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54237,'20-25',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54238,'25-30',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54239,'30-35',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54240,'35-40',0,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54241,'Other',20,0,21403,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54242,'NA',0,0,21408,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54243,'1',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54244,'2',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54245,'3',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54246,'4',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54247,'5',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54248,'6',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54249,'7',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54250,'8',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54251,'9',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54252,'10',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54253,'11',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54254,'12',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54255,'13',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54256,'14',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54257,'15',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54258,'16',2,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54259,'N/A',0,0,21409,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54260,'Yes',1,0,21411,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54261,'No',3,0,21411,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54262,'Unknown',3,0,21411,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54263,'Stone',0,0,21411,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54264,'Other',20,0,21411,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54265,'Yes',1,0,21412,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54266,'No',5,0,21412,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54267,'Unknown',5,0,21412,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54268,'Stone',0,0,21412,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54269,'Other',20,0,21412,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54270,'No',5,0,21413,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54271,'Unknown',5,0,21413,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54272,'Stone',0,0,21413,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54273,'Other',20,0,21413,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(54274,'Wood',2,0,21414,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54275,'Plastics',1,0,21414,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54276,'Aluminium',0,0,21414,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54277,'Stone',0,0,21414,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54278,'Other',20,0,21414,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54279,'0%',0,0,21415,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54280,'25%',0,0,21415,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54281,'50%',0,0,21415,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54282,'75%',0,0,21415,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54283,'100%',0,0,21415,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54284,'0%',0,0,21417,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54285,'25%',1,0,21417,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54286,'50%',1,0,21417,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54287,'75%',1,0,21417,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54288,'100%',1,0,21417,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54289,'0%',0,0,21418,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54290,'25%',0,0,21418,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54291,'50%',0,0,21418,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54292,'75%',0,0,21418,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54293,'100%',0,0,21418,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54294,'0%',0,0,21419,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54295,'25%',3,0,21419,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54296,'50%',3,0,21419,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54297,'75%',3,0,21419,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54298,'100%',3,0,21419,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54299,'0%',0,0,21420,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54300,'25%',1,0,21420,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54301,'50%',1,0,21420,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54302,'75%',1,0,21420,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54303,'100%',1,0,21420,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54304,'0%',0,0,21421,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54305,'25%',5,0,21421,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54306,'50%',5,0,21421,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54307,'75%',5,0,21421,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54308,'100%',5,0,21421,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54309,'0%',0,0,21422,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54310,'25%',5,0,21422,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54311,'50%',5,0,21422,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54312,'75%',5,0,21422,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54313,'100%',5,0,21422,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54314,'0%',0,0,21423,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54315,'25%',1,0,21423,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54316,'50%',1,0,21423,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54317,'75%',1,0,21423,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54318,'100%',1,0,21423,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54319,'Other',20,0,21424,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54320,'25%',1,0,21424,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54321,'50%',1,0,21424,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54322,'75%',1,0,21424,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54323,'100%',1,0,21424,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54324,'0%',0,0,21426,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54325,'25%',1,0,21426,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54326,'50%',1,0,21426,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54327,'75%',1,0,21426,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54328,'100%',1,0,21426,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54329,'0%',0,0,21427,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54330,'25%',2,0,21427,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54331,'50%',2,0,21427,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54332,'75%',2,0,21427,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54333,'100%',2,0,21427,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54334,'0%',0,0,21428,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54335,'25%',1,0,21428,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54336,'50%',1,0,21428,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54337,'75%',1,0,21428,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54338,'100%',1,0,21428,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54339,'Solid concrete all levels',0,0,21429,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54340,'Timber joists all levels',3,0,21429,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54341,'Concrete lowest floor – Timber above higher levels',3,0,21429,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54342,'Other',20,0,21429,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54343,'Yes',1,0,21432,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54344,'No',6,0,21432,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54345,'Yes',2,0,21434,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54346,'No',8,0,21434,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54347,'Yes',1,0,21436,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54348,'No',6,0,21436,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54349,'Yes',1,0,21438,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54350,'No',6,0,21438,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54351,'Yes',1,0,21440,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54352,'No',6,0,21440,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54353,'Yes',1,0,21444,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54354,'No',3,0,21444,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54355,'Yes',1,0,21446,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54356,'No',3,0,21446,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54357,'Yes',1,0,21448,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54358,'No',3,0,21448,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54359,'Very Good',1,0,21450,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54360,'Good',1,0,21450,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54361,'Fair',1,0,21450,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54362,'Poor',2,0,21450,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54363,'Very Poor',2,0,21450,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(54364,'Director',0,0,21457,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54365,'Owner Landlord',0,0,21457,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54366,'Site Maitenance',0,0,21457,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54367,'Estate Agent',0,0,21457,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54368,'Letting Agent',0,0,21457,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54369,'Other',0,0,21457,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54370,'Property Agent',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54371,'Owner Landlord',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54372,'Site Manager',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54373,'Property Manager',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54374,'Construction Manager',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54375,'Fire Warden',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54376,'Director',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54377,'CEO',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54378,'Other',0,0,21458,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54379,'A Property Within Building Block',0,0,21459,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54380,'All Of The Property',0,0,21459,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54381,'Communal Areas Only',0,0,21459,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54382,'House',0,0,21459,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54383,'Flat',0,0,21459,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54384,'Other',0,0,21459,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54385,'Nebosh',0,0,21466,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54386,'Level 2 Fire Risk Assessor',0,0,21466,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54387,'Competant Person',0,0,21466,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54388,'Director',0,0,21472,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54389,'Owner Landlord',0,0,21472,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54390,'Site Maitenance',0,0,21472,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54391,'Estate Agent',0,0,21472,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54392,'Letting Agent',0,0,21472,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54393,'Other',0,0,21472,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54394,'Property Agent',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54395,'Owner Landlord',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54396,'Site Manager',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54397,'Property Manager',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54398,'Construction Manager',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54399,'Fire Warden',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54400,'Director',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54401,'CEO',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54402,'Other',0,0,21473,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54403,'A Property Within Building Block',0,0,21474,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54404,'All Of The Property',0,0,21474,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54405,'Communal Areas Only',0,0,21474,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54406,'House',0,0,21474,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54407,'Flat',0,0,21474,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54408,'Other',0,0,21474,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54409,'Nebosh',0,0,21481,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54410,'Level 2 Fire Risk Assessor',0,0,21481,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54411,'Competant Person',0,0,21481,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54412,'Yes',0,0,21484,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54413,'No',2,0,21484,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54414,'Other',20,0,21484,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54415,'N/A',0,0,21484,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54416,'Yes',0,0,21485,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54417,'No',2,0,21485,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54418,'Other',20,0,21485,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54419,'N/A',0,0,21485,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54420,'Yes',0,0,21486,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54421,'No',2,0,21486,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54422,'Other',20,0,21486,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54423,'N/A',0,0,21486,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54424,'Yes',0,0,21488,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54425,'No',2,0,21488,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54426,'Other',20,0,21488,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54427,'N/A',0,0,21488,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54428,'Yes',0,0,21490,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54429,'No',2,0,21490,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54430,'Other',20,0,21490,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54431,'N/A',0,0,21490,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54432,'Yes',0,0,21491,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54433,'No',2,0,21491,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54434,'Other',20,0,21491,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54435,'N/A',0,0,21491,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54436,'Yes',0,0,21492,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54437,'No',3,0,21492,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54438,'Other',20,0,21492,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54439,'N/A',0,0,21492,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54440,'Yes',0,0,21494,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54441,'No',3,0,21494,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54442,'Other',20,0,21494,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54443,'N/A',0,0,21494,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54444,'Yes',0,0,21495,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54445,'No',4,0,21495,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54446,'No Disabled',0,0,21495,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54447,'Other',20,0,21495,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54448,'N/A',0,0,21495,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54449,'Yes',0,0,21496,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54450,'No',4,0,21496,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54451,'Other',20,0,21496,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54452,'N/A',0,0,21496,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54453,'Yes',0,0,21497,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54454,'No',3,0,21497,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54455,'Other',20,0,21497,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54456,'N/A',0,0,21497,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54457,'Yes',0,0,21498,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54458,'No',4,0,21498,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54459,'Other',20,0,21498,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54460,'N/A',0,0,21498,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54461,'Yes',0,0,21499,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54462,'No',4,0,21499,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54463,'Other',20,0,21499,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54464,'N/A',0,0,21499,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54465,'Yes',0,0,21500,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54466,'No',5,0,21500,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54467,'Other',20,0,21500,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54468,'N/A',0,0,21500,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54469,'Yes',0,0,21501,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54470,'Yes',3,0,21501,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54471,'No',6,0,21501,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54472,'Other',20,0,21501,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54473,'N/A',0,0,21501,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54474,'Yes',0,0,21502,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54475,'No',5,0,21502,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54476,'Other',20,0,21502,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54477,'N/A',0,0,21502,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54478,'Yes',0,0,21504,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54479,'No',2,0,21504,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54480,'Other',20,0,21504,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54481,'N/A',0,0,21504,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54482,'Yes',0,0,21505,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54483,'No',2,0,21505,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54484,'Other',20,0,21505,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54485,'N/A',0,0,21505,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54486,'Yes',0,0,21506,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54487,'No',2,0,21506,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54488,'Other',20,0,21506,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54489,'N/A',0,0,21506,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54490,'Yes',0,0,21508,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54491,'No',2,0,21508,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54492,'Other',20,0,21508,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54493,'N/A',0,0,21508,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54494,'Yes',0,0,21510,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54495,'No',2,0,21510,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54496,'Other',20,0,21510,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54497,'N/A',0,0,21510,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54498,'Yes',0,0,21511,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54499,'No',3,0,21511,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54500,'Other',20,0,21511,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54501,'N/A',0,0,21511,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54502,'Yes',0,0,21512,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54503,'No',2,0,21512,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54504,'Other',20,0,21512,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54505,'N/A',0,0,21512,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54506,'Yes',0,0,21514,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54507,'No',3,0,21514,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54508,'Other',20,0,21514,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54509,'N/A',0,0,21514,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54510,'Yes',0,0,21515,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54511,'No',4,0,21515,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54512,'No Disabled',0,0,21515,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54513,'Other',20,0,21515,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54514,'N/A',0,0,21515,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54515,'Yes',0,0,21516,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54516,'No',4,0,21516,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54517,'Other',20,0,21516,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54518,'N/A',0,0,21516,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54519,'Yes',0,0,21517,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54520,'No',3,0,21517,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54521,'Other',20,0,21517,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54522,'N/A',0,0,21517,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54523,'Yes',0,0,21518,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54524,'No',4,0,21518,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54525,'Other',20,0,21518,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54526,'N/A',0,0,21518,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54527,'Yes',0,0,21519,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54528,'No',4,0,21519,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54529,'Other',20,0,21519,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54530,'N/A',0,0,21519,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54531,'Yes',0,0,21520,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54532,'No',5,0,21520,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54533,'Other',20,0,21520,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54534,'N/A',0,0,21520,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54535,'Yes',0,0,21521,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54536,'Yes',3,0,21521,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54537,'No',6,0,21521,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54538,'Other',20,0,21521,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54539,'N/A',0,0,21521,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54540,'Yes',0,0,21522,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54541,'No',5,0,21522,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54542,'Other',20,0,21522,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54543,'N/A',0,0,21522,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54544,'Yes',0,0,21524,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54545,'No 1',7,0,21524,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54546,'No 2',7,0,21524,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54547,'Other',20,0,21524,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54548,'N/A',0,0,21524,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54549,'Yes',0,0,21526,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54550,'No 1',5,0,21526,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54551,'No 2',5,0,21526,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54552,'Yes',0,0,21527,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54553,'Option',5,0,21527,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54554,'No',8,0,21527,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54555,'N/A',0,0,21527,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54556,'Other',20,0,21527,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54557,'Yes 1',1,0,21529,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54558,'Yes 2',0,0,21529,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54559,'No',7,0,21529,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54560,'N/A',0,0,21529,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54561,'Other',20,0,21529,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54562,'Yes',0,0,21531,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54563,'No',8,0,21531,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54564,'Other',20,0,21531,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54565,'N/A',0,0,21531,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54566,'Yes',0,0,21532,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54567,'No',8,0,21532,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54568,'Other',20,0,21532,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54569,'N/A',0,0,21532,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54570,'Yes',0,0,21533,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54571,'No',8,0,21533,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54572,'Other',20,0,21533,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54573,'N/A',0,0,21533,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54574,'Yes',0,0,21535,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54575,'No',8,0,21535,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54576,'Other',20,0,21535,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54577,'N/A',0,0,21535,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54578,'Yes',0,0,21536,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54579,'No',6,0,21536,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54580,'Other',20,0,21536,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54581,'N/A',0,0,21536,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54582,'Yes',0,0,21538,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54583,'No 1',7,0,21538,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54584,'No 2',7,0,21538,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54585,'Other',20,0,21538,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54586,'N/A',0,0,21538,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54587,'Yes',0,0,21540,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54588,'No 1',5,0,21540,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54589,'No 2',5,0,21540,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54590,'Yes',0,0,21541,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54591,'Option',5,0,21541,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54592,'No',8,0,21541,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54593,'N/A',0,0,21541,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54594,'Other',20,0,21541,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54595,'Yes 1',1,0,21543,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54596,'Yes 2',0,0,21543,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54597,'No',7,0,21543,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54598,'N/A',0,0,21543,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54599,'Other',20,0,21543,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54600,'Yes',0,0,21545,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54601,'No',8,0,21545,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54602,'Other',20,0,21545,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54603,'N/A',0,0,21545,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54604,'Yes',0,0,21546,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54605,'No',8,0,21546,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54606,'Other',20,0,21546,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54607,'N/A',0,0,21546,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54608,'Yes',0,0,21547,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54609,'No',8,0,21547,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54610,'Other',20,0,21547,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54611,'N/A',0,0,21547,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54612,'Yes',0,0,21549,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54613,'No',8,0,21549,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54614,'Other',20,0,21549,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54615,'N/A',0,0,21549,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54616,'Yes',0,0,21550,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54617,'No',6,0,21550,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54618,'Other',20,0,21550,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54619,'N/A',0,0,21550,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54620,'Yes',0,0,21552,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54621,'Yes',2,0,21552,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54622,'No',5,0,21552,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54623,'N/A',0,0,21552,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54624,'Other',20,0,21552,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54625,'Yes',0,0,21554,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54626,'Yes',2,0,21554,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54627,'No',5,0,21554,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54628,'N/A',0,0,21554,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54629,'Other',20,0,21554,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54630,'Yes',0,0,21556,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54631,'No',4,0,21556,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54632,'N/A',0,0,21556,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54633,'Other',20,0,21556,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54634,'Yes',0,0,21558,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54635,'No',5,0,21558,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54636,'N/A',0,0,21558,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54637,'Other',20,0,21558,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54638,'Yes',0,0,21560,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54639,'No',4,0,21560,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54640,'N/A',0,0,21560,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54641,'Other',20,0,21560,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54642,'Yes',0,0,21562,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54643,'No',5,0,21562,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54644,'N/A',0,0,21562,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54645,'Other',20,0,21562,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54646,'Yes',0,0,21564,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54647,'No',5,0,21564,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54648,'N/A',0,0,21564,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54649,'Other',20,0,21564,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54650,'Yes',0,0,21566,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54651,'No',7,0,21566,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54652,'N/A',0,0,21566,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54653,'Other',20,0,21566,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54654,'Yes',2,0,21567,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54655,'No',6,0,21567,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54656,'No',0,0,21567,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54657,'N/A',0,0,21567,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54658,'Yes',0,0,21568,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54659,'Yes',2,0,21568,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(54660,'No',5,0,21568,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54661,'N/A',0,0,21568,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54662,'Other',20,0,21568,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54663,'Yes',0,0,21570,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54664,'Yes',2,0,21570,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54665,'No',5,0,21570,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54666,'N/A',0,0,21570,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54667,'Other',20,0,21570,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54668,'Yes',0,0,21572,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54669,'No',4,0,21572,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54670,'N/A',0,0,21572,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54671,'Other',20,0,21572,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54672,'Yes',0,0,21574,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54673,'No',5,0,21574,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54674,'N/A',0,0,21574,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54675,'Other',20,0,21574,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54676,'Yes',0,0,21576,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54677,'No',4,0,21576,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54678,'N/A',0,0,21576,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54679,'Other',20,0,21576,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54680,'Yes',0,0,21578,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54681,'No',5,0,21578,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54682,'N/A',0,0,21578,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54683,'Other',20,0,21578,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54684,'Yes',0,0,21580,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54685,'No',5,0,21580,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54686,'N/A',0,0,21580,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54687,'Other',20,0,21580,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54688,'Yes',0,0,21582,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54689,'No',7,0,21582,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54690,'N/A',0,0,21582,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54691,'Other',20,0,21582,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54692,'Yes',2,0,21583,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54693,'No',6,0,21583,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54694,'No',0,0,21583,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54695,'N/A',0,0,21583,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54696,'Yes',0,0,21584,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54697,'No',4,0,21584,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54698,'No',7,0,21584,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54699,'N/A',0,0,21584,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54700,'Other',20,0,21584,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54701,'Yes',0,0,21585,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54702,'No',6,0,21585,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54703,'NA',0,0,21585,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54704,'Other',20,0,21585,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54705,'Yes',0,0,21586,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54706,'Yes',0,0,21586,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54707,'NA',0,0,21586,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54708,'Other',20,0,21586,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54709,'Yes',1,0,21587,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54710,'No',0,0,21587,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54711,'Other',20,0,21587,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54712,'Yes',0,0,21588,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54713,'No',9,0,21588,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54714,'NA',0,0,21588,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54715,'Other',20,0,21588,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54716,'Yes',0,0,21589,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54717,'No',7,0,21589,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54718,'NA',0,0,21589,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54719,'Other',20,0,21589,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54720,'Yes',0,0,21590,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54721,'No',6,0,21590,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54722,'NA',0,0,21590,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54723,'Other',20,0,21590,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54724,'Yes',0,0,21591,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54725,'No',6,0,21591,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54726,'NA',0,0,21591,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54727,'Other',20,0,21591,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54728,'Yes',0,0,21592,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54729,'No',8,0,21592,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54730,'NA',0,0,21592,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54731,'Other',20,0,21592,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54732,'Yes',3,0,21593,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54733,'Yes',4,0,21593,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54734,'Yes',5,0,21593,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54735,'Other',20,0,21593,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54736,'Yes',0,0,21594,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54737,'No',4,0,21594,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54738,'No',7,0,21594,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54739,'N/A',0,0,21594,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54740,'Other',20,0,21594,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54741,'Yes',0,0,21595,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54742,'No',6,0,21595,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54743,'NA',0,0,21595,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54744,'Other',20,0,21595,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54745,'Yes',0,0,21596,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54746,'Yes',0,0,21596,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54747,'NA',0,0,21596,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54748,'Other',20,0,21596,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54749,'Yes',1,0,21597,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54750,'No',0,0,21597,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54751,'Other',20,0,21597,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54752,'Yes',0,0,21598,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54753,'No',9,0,21598,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54754,'NA',0,0,21598,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54755,'Other',20,0,21598,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54756,'Yes',0,0,21599,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54757,'No',7,0,21599,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54758,'NA',0,0,21599,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54759,'Other',20,0,21599,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54760,'Yes',0,0,21600,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54761,'No',6,0,21600,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54762,'NA',0,0,21600,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54763,'Other',20,0,21600,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54764,'Yes',0,0,21601,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54765,'No',6,0,21601,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54766,'NA',0,0,21601,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54767,'Other',20,0,21601,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54768,'Yes',0,0,21602,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54769,'No',8,0,21602,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54770,'NA',0,0,21602,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54771,'Other',20,0,21602,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54772,'Yes',3,0,21603,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54773,'Yes',4,0,21603,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54774,'Yes',5,0,21603,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54775,'Other',20,0,21603,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54776,'Yes',1,0,21604,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54777,'Yes',0,0,21604,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54778,'No',5,0,21604,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54779,'Other',20,0,21604,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54780,'Yes',0,0,21605,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54781,'No',5,0,21605,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54782,'NA',5,0,21605,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54783,'Other',20,0,21605,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54784,'Yes',0,0,21606,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54785,'No',5,0,21606,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54786,'N/A',0,0,21606,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54787,'Other',20,0,21606,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54788,'Yes',0,0,21607,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54789,'No',5,0,21607,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54790,'Other',20,0,21607,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54791,'N/A',0,0,21607,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54792,'Yes',0,0,21608,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54793,'No',5,0,21608,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54794,'NA',0,0,21608,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54795,'Other',20,0,21608,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54796,'Yes',0,0,21609,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54797,'No',5,0,21609,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54798,'NA',0,0,21609,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54799,'Other',20,0,21609,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54800,'Yes',0,0,21610,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54801,'No',5,0,21610,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54802,'NA',0,0,21610,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54803,'Other',20,0,21610,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54804,'Yes',1,0,21611,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54805,'Yes',0,0,21611,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54806,'No',5,0,21611,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54807,'Other',20,0,21611,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54808,'Yes',0,0,21612,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54809,'No',5,0,21612,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54810,'NA',5,0,21612,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54811,'Other',20,0,21612,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54812,'Yes',0,0,21613,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54813,'No',5,0,21613,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54814,'N/A',0,0,21613,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54815,'Other',20,0,21613,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54816,'Yes',0,0,21614,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54817,'No',5,0,21614,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54818,'Other',20,0,21614,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54819,'N/A',0,0,21614,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54820,'Yes',0,0,21615,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54821,'No',5,0,21615,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54822,'NA',0,0,21615,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54823,'Other',20,0,21615,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54824,'Yes',0,0,21616,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54825,'No',5,0,21616,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54826,'NA',0,0,21616,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54827,'Other',20,0,21616,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54828,'Yes',0,0,21617,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54829,'No',5,0,21617,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54830,'NA',0,0,21617,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54831,'Other',20,0,21617,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54832,'Yes',0,0,21618,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54833,'No',5,0,21618,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54834,'Other',20,0,21618,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54835,'N/A',0,0,21618,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54836,'Yes',0,0,21619,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54837,'Yes',0,0,21619,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54838,'No',5,0,21619,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54839,'N/A',0,0,21619,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54840,'Other',20,0,21619,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54841,'Yes',0,0,21620,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54842,'No',5,0,21620,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54843,'Other',20,0,21620,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54844,'N/A',0,0,21620,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54845,'Yes',0,0,21621,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54846,'Yes',0,0,21621,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54847,'No',5,0,21621,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54848,'N/A',0,0,21621,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54849,'Other',20,0,21621,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54850,'Fan Heaters',4,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54851,'Electric Heaters',4,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54852,'Gas Heater',5,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54853,'Other Boilers',2,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54854,'Electrical Equipment',3,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54855,'Electrical Leads',3,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54856,'Portable Equipment',3,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54857,'Portable Lighting',2,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54858,'Cooking kitchen Equipment',6,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54859,'Other',20,0,21622,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54860,'Wood/Paper/Cardboard etc',3,0,21624,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54861,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21624,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54862,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21624,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54863,'Waste Material Controlled -in locked wheely bin or store',2,0,21624,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54864,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21624,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54865,'Other',20,0,21624,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54866,'Fan Heaters',4,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54867,'Electric Heaters',4,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54868,'Gas Heater',5,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54869,'Other Boilers',2,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54870,'Electrical Equipment',3,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54871,'Electrical Leads',3,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54872,'Portable Equipment',3,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54873,'Portable Lighting',2,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54874,'Cooking kitchen Equipment',6,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54875,'Other',20,0,21626,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54876,'Wood/Paper/Cardboard etc',3,0,21628,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54877,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21628,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54878,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21628,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54879,'Waste Material Controlled -in locked wheely bin or store',2,0,21628,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54880,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21628,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54881,'Other',20,0,21628,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54882,'Detached',1,0,21630,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54883,'Semi Detached',2,0,21630,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54884,'Terraced',3,0,21630,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54885,'Linked-Detached',1,0,21630,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54886,'Other',20,0,21630,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54887,'House',1,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54888,'Bungalow',1,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54889,'Block of Flats - Studios up to 6 Floor Levels',3,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54890,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54891,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54892,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54893,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54894,'Underground Property',1,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54895,'Factory/ Warehouse',3,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54896,'Garage/ Workshop',3,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54897,'Retail Shop',2,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54898,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54899,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54900,'Other',20,0,21631,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54901,'1-5',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54902,'5-10',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54903,'10-15',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54904,'15-20',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54905,'20-25',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54906,'25-30',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54907,'30-35',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54908,'35-40',0,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54909,'Other',20,0,21632,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54910,'NA',0,0,21636,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54911,'Number of staircase',2,0,21636,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54912,'NA',0,0,21637,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54913,'1',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54914,'2',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54915,'3',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54916,'4',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54917,'5',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54918,'6',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54919,'7',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54920,'8',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54921,'9',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54922,'10',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54923,'11',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54924,'12',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54925,'13',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54926,'14',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54927,'15',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54928,'16',2,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54929,'N/A',0,0,21638,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54930,'Yes',1,0,21640,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54931,'No',3,0,21640,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54932,'Unknown',3,0,21640,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54933,'Stone',0,0,21640,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54934,'Other',20,0,21640,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54935,'Yes',1,0,21641,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54936,'No',5,0,21641,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54937,'Unknown',5,0,21641,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54938,'Stone',0,0,21641,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54939,'Other',20,0,21641,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54940,'No',5,0,21642,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54941,'Unknown',5,0,21642,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54942,'Stone',0,0,21642,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54943,'Other',20,0,21642,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54944,'Wood',2,0,21643,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54945,'Plastics',1,0,21643,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54946,'Aluminium',0,0,21643,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54947,'Stone',0,0,21643,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54948,'Other',20,0,21643,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54949,'0%',0,0,21644,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54950,'25%',0,0,21644,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54951,'50%',0,0,21644,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54952,'75%',0,0,21644,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54953,'100%',0,0,21644,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54954,'0%',0,0,21646,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54955,'25%',1,0,21646,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54956,'50%',1,0,21646,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54957,'75%',1,0,21646,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54958,'100%',1,0,21646,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54959,'0%',0,0,21647,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54960,'25%',0,0,21647,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54961,'50%',0,0,21647,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54962,'75%',0,0,21647,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54963,'100%',0,0,21647,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54964,'0%',0,0,21648,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54965,'25%',3,0,21648,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54966,'50%',3,0,21648,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54967,'75%',3,0,21648,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54968,'100%',3,0,21648,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54969,'0%',0,0,21649,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54970,'25%',1,0,21649,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54971,'50%',1,0,21649,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54972,'75%',1,0,21649,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54973,'100%',1,0,21649,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54974,'0%',0,0,21650,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54975,'25%',5,0,21650,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54976,'50%',5,0,21650,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54977,'75%',5,0,21650,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54978,'100%',5,0,21650,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54979,'0%',0,0,21651,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54980,'25%',5,0,21651,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54981,'50%',5,0,21651,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54982,'75%',5,0,21651,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54983,'100%',5,0,21651,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54984,'0%',0,0,21652,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54985,'25%',1,0,21652,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54986,'50%',1,0,21652,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54987,'75%',1,0,21652,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54988,'100%',1,0,21652,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54989,'Other',20,0,21653,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54990,'25%',1,0,21653,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54991,'50%',1,0,21653,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54992,'75%',1,0,21653,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54993,'100%',1,0,21653,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54994,'0%',0,0,21655,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54995,'25%',1,0,21655,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54996,'50%',1,0,21655,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54997,'75%',1,0,21655,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54998,'100%',1,0,21655,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(54999,'0%',0,0,21656,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55000,'25%',2,0,21656,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55001,'50%',2,0,21656,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55002,'75%',2,0,21656,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55003,'100%',2,0,21656,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55004,'0%',0,0,21657,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55005,'25%',1,0,21657,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55006,'50%',1,0,21657,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55007,'75%',1,0,21657,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55008,'100%',1,0,21657,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55009,'Solid concrete all levels',0,0,21658,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55010,'Timber joists all levels',3,0,21658,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55011,'Concrete lowest floor – Timber above higher levels',3,0,21658,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55012,'Other',20,0,21658,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55013,'Yes',1,0,21661,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55014,'No',6,0,21661,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55015,'Yes',2,0,21663,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55016,'No',8,0,21663,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55017,'Yes',1,0,21665,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55018,'No',6,0,21665,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55019,'Yes',1,0,21667,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55020,'No',6,0,21667,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55021,'Yes',1,0,21669,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55022,'No',6,0,21669,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55023,'Yes',1,0,21673,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55024,'No',3,0,21673,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55025,'Yes',1,0,21675,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55026,'No',3,0,21675,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55027,'Yes',1,0,21677,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55028,'No',3,0,21677,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55029,'Very Good',1,0,21679,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55030,'Good',1,0,21679,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55031,'Fair',1,0,21679,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55032,'Poor',2,0,21679,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55033,'Very Poor',2,0,21679,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(55034,'Director',0,0,21686,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55035,'Owner Landlord',0,0,21686,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55036,'Site Maitenance',0,0,21686,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55037,'Estate Agent',0,0,21686,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55038,'Letting Agent',0,0,21686,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55039,'Other',0,0,21686,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55040,'Property Agent',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55041,'Owner Landlord',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55042,'Site Manager',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55043,'Property Manager',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55044,'Construction Manager',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55045,'Fire Warden',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55046,'Director',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55047,'CEO',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55048,'Other',0,0,21687,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55049,'A Property Within Building Block',0,0,21688,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55050,'All Of The Property',0,0,21688,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55051,'Communal Areas Only',0,0,21688,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55052,'House',0,0,21688,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55053,'Flat',0,0,21688,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55054,'Other',0,0,21688,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55055,'Nebosh',0,0,21695,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55056,'Level 2 Fire Risk Assessor',0,0,21695,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55057,'Competant Person',0,0,21695,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55058,'Director',0,0,21701,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55059,'Owner Landlord',0,0,21701,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55060,'Site Maitenance',0,0,21701,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55061,'Estate Agent',0,0,21701,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55062,'Letting Agent',0,0,21701,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55063,'Other',0,0,21701,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55064,'Property Agent',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55065,'Owner Landlord',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55066,'Site Manager',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55067,'Property Manager',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55068,'Construction Manager',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55069,'Fire Warden',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55070,'Director',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55071,'CEO',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55072,'Other',0,0,21702,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55073,'A Property Within Building Block',0,0,21703,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55074,'All Of The Property',0,0,21703,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55075,'Communal Areas Only',0,0,21703,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55076,'House',0,0,21703,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55077,'Flat',0,0,21703,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55078,'Other',0,0,21703,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55079,'Nebosh',0,0,21710,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55080,'Level 2 Fire Risk Assessor',0,0,21710,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55081,'Competant Person',0,0,21710,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55082,'Yes',0,0,21713,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55083,'No',2,0,21713,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55084,'Other',20,0,21713,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55085,'N/A',0,0,21713,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55086,'Yes',0,0,21714,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55087,'No',2,0,21714,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55088,'Other',20,0,21714,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55089,'N/A',0,0,21714,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55090,'Yes',0,0,21715,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55091,'No',2,0,21715,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55092,'Other',20,0,21715,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55093,'N/A',0,0,21715,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55094,'Yes',0,0,21717,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55095,'No',2,0,21717,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55096,'Other',20,0,21717,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55097,'N/A',0,0,21717,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(55098,'Yes',0,0,21719,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55099,'No',2,0,21719,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55100,'Other',20,0,21719,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55101,'N/A',0,0,21719,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55102,'Yes',0,0,21720,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55103,'No',2,0,21720,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55104,'Other',20,0,21720,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55105,'N/A',0,0,21720,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55106,'Yes',0,0,21721,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55107,'No',3,0,21721,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55108,'Other',20,0,21721,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55109,'N/A',0,0,21721,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55110,'Yes',0,0,21723,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55111,'No',3,0,21723,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55112,'Other',20,0,21723,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55113,'N/A',0,0,21723,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55114,'Yes',0,0,21724,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55115,'No',4,0,21724,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55116,'No Disabled',0,0,21724,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55117,'Other',20,0,21724,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55118,'N/A',0,0,21724,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55119,'Yes',0,0,21725,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55120,'No',4,0,21725,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55121,'Other',20,0,21725,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55122,'N/A',0,0,21725,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55123,'Yes',0,0,21726,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55124,'No',3,0,21726,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55125,'Other',20,0,21726,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55126,'N/A',0,0,21726,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55127,'Yes',0,0,21727,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55128,'No',4,0,21727,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55129,'Other',20,0,21727,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55130,'N/A',0,0,21727,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55131,'Yes',0,0,21728,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55132,'No',4,0,21728,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55133,'Other',20,0,21728,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55134,'N/A',0,0,21728,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55135,'Yes',0,0,21729,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55136,'No',5,0,21729,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55137,'Other',20,0,21729,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55138,'N/A',0,0,21729,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55139,'Yes',0,0,21730,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55140,'Yes',3,0,21730,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55141,'No',6,0,21730,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55142,'Other',20,0,21730,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55143,'N/A',0,0,21730,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55144,'Yes',0,0,21731,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55145,'No',5,0,21731,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55146,'Other',20,0,21731,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55147,'N/A',0,0,21731,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55148,'Yes',0,0,21733,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55149,'No',2,0,21733,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55150,'Other',20,0,21733,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55151,'N/A',0,0,21733,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55152,'Yes',0,0,21734,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55153,'No',2,0,21734,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55154,'Other',20,0,21734,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55155,'N/A',0,0,21734,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55156,'Yes',0,0,21735,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55157,'No',2,0,21735,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55158,'Other',20,0,21735,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55159,'N/A',0,0,21735,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55160,'Yes',0,0,21737,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55161,'No',2,0,21737,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55162,'Other',20,0,21737,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55163,'N/A',0,0,21737,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55164,'Yes',0,0,21739,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55165,'No',2,0,21739,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55166,'Other',20,0,21739,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55167,'N/A',0,0,21739,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55168,'Yes',0,0,21740,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55169,'No',3,0,21740,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55170,'Other',20,0,21740,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55171,'N/A',0,0,21740,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55172,'Yes',0,0,21741,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55173,'No',2,0,21741,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55174,'Other',20,0,21741,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55175,'N/A',0,0,21741,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55176,'Yes',0,0,21743,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55177,'No',3,0,21743,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55178,'Other',20,0,21743,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55179,'N/A',0,0,21743,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55180,'Yes',0,0,21744,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55181,'No',4,0,21744,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55182,'No Disabled',0,0,21744,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55183,'Other',20,0,21744,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55184,'N/A',0,0,21744,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55185,'Yes',0,0,21745,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55186,'No',4,0,21745,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55187,'Other',20,0,21745,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55188,'N/A',0,0,21745,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55189,'Yes',0,0,21746,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55190,'No',3,0,21746,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55191,'Other',20,0,21746,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55192,'N/A',0,0,21746,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55193,'Yes',0,0,21747,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55194,'No',4,0,21747,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55195,'Other',20,0,21747,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55196,'N/A',0,0,21747,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55197,'Yes',0,0,21748,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55198,'No',4,0,21748,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55199,'Other',20,0,21748,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55200,'N/A',0,0,21748,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55201,'Yes',0,0,21749,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55202,'No',5,0,21749,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55203,'Other',20,0,21749,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55204,'N/A',0,0,21749,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55205,'Yes',0,0,21750,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55206,'Yes',3,0,21750,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55207,'No',6,0,21750,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55208,'Other',20,0,21750,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55209,'N/A',0,0,21750,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55210,'Yes',0,0,21751,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55211,'No',5,0,21751,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55212,'Other',20,0,21751,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55213,'N/A',0,0,21751,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55214,'Yes',0,0,21753,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55215,'No 1',7,0,21753,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55216,'No 2',7,0,21753,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55217,'Other',20,0,21753,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55218,'N/A',0,0,21753,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55219,'Yes',0,0,21755,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55220,'No 1',5,0,21755,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55221,'No 2',5,0,21755,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55222,'Yes',0,0,21756,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55223,'Option',5,0,21756,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55224,'No',8,0,21756,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55225,'N/A',0,0,21756,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55226,'Other',20,0,21756,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55227,'Yes 1',1,0,21758,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55228,'Yes 2',0,0,21758,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55229,'No',7,0,21758,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55230,'N/A',0,0,21758,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55231,'Other',20,0,21758,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55232,'Yes',0,0,21760,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55233,'No',8,0,21760,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55234,'Other',20,0,21760,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55235,'N/A',0,0,21760,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55236,'Yes',0,0,21761,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55237,'No',8,0,21761,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55238,'Other',20,0,21761,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55239,'N/A',0,0,21761,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55240,'Yes',0,0,21762,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55241,'No',8,0,21762,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55242,'Other',20,0,21762,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55243,'N/A',0,0,21762,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55244,'Yes',0,0,21764,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55245,'No',8,0,21764,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55246,'Other',20,0,21764,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55247,'N/A',0,0,21764,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55248,'Yes',0,0,21765,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55249,'No',6,0,21765,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55250,'Other',20,0,21765,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55251,'N/A',0,0,21765,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55252,'Yes',0,0,21767,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55253,'No 1',7,0,21767,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55254,'No 2',7,0,21767,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55255,'Other',20,0,21767,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55256,'N/A',0,0,21767,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55257,'Yes',0,0,21769,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55258,'No 1',5,0,21769,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55259,'No 2',5,0,21769,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55260,'Yes',0,0,21770,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55261,'Option',5,0,21770,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55262,'No',8,0,21770,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55263,'N/A',0,0,21770,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55264,'Other',20,0,21770,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55265,'Yes 1',1,0,21772,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55266,'Yes 2',0,0,21772,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55267,'No',7,0,21772,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55268,'N/A',0,0,21772,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55269,'Other',20,0,21772,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55270,'Yes',0,0,21774,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55271,'No',8,0,21774,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55272,'Other',20,0,21774,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55273,'N/A',0,0,21774,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55274,'Yes',0,0,21775,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55275,'No',8,0,21775,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55276,'Other',20,0,21775,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55277,'N/A',0,0,21775,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55278,'Yes',0,0,21776,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55279,'No',8,0,21776,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55280,'Other',20,0,21776,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55281,'N/A',0,0,21776,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55282,'Yes',0,0,21778,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55283,'No',8,0,21778,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55284,'Other',20,0,21778,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55285,'N/A',0,0,21778,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55286,'Yes',0,0,21779,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55287,'No',6,0,21779,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55288,'Other',20,0,21779,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55289,'N/A',0,0,21779,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55290,'Yes',0,0,21781,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55291,'Yes',2,0,21781,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55292,'No',5,0,21781,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55293,'N/A',0,0,21781,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55294,'Other',20,0,21781,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55295,'Yes',0,0,21783,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55296,'Yes',2,0,21783,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55297,'No',5,0,21783,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55298,'N/A',0,0,21783,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55299,'Other',20,0,21783,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55300,'Yes',0,0,21785,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55301,'No',4,0,21785,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55302,'N/A',0,0,21785,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55303,'Other',20,0,21785,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55304,'Yes',0,0,21787,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55305,'No',5,0,21787,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55306,'N/A',0,0,21787,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55307,'Other',20,0,21787,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55308,'Yes',0,0,21789,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55309,'No',4,0,21789,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55310,'N/A',0,0,21789,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55311,'Other',20,0,21789,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55312,'Yes',0,0,21791,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55313,'No',5,0,21791,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55314,'N/A',0,0,21791,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55315,'Other',20,0,21791,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55316,'Yes',0,0,21793,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55317,'No',5,0,21793,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55318,'N/A',0,0,21793,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55319,'Other',20,0,21793,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55320,'Yes',0,0,21795,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55321,'No',7,0,21795,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55322,'N/A',0,0,21795,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55323,'Other',20,0,21795,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55324,'Yes',2,0,21796,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55325,'No',6,0,21796,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55326,'No',0,0,21796,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55327,'N/A',0,0,21796,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55328,'Yes',0,0,21797,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55329,'Yes',2,0,21797,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55330,'No',5,0,21797,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55331,'N/A',0,0,21797,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55332,'Other',20,0,21797,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55333,'Yes',0,0,21799,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55334,'Yes',2,0,21799,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55335,'No',5,0,21799,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55336,'N/A',0,0,21799,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55337,'Other',20,0,21799,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55338,'Yes',0,0,21801,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55339,'No',4,0,21801,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55340,'N/A',0,0,21801,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55341,'Other',20,0,21801,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55342,'Yes',0,0,21803,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55343,'No',5,0,21803,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55344,'N/A',0,0,21803,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55345,'Other',20,0,21803,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55346,'Yes',0,0,21805,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55347,'No',4,0,21805,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55348,'N/A',0,0,21805,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55349,'Other',20,0,21805,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55350,'Yes',0,0,21807,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55351,'No',5,0,21807,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55352,'N/A',0,0,21807,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55353,'Other',20,0,21807,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55354,'Yes',0,0,21809,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55355,'No',5,0,21809,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55356,'N/A',0,0,21809,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55357,'Other',20,0,21809,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55358,'Yes',0,0,21811,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55359,'No',7,0,21811,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55360,'N/A',0,0,21811,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55361,'Other',20,0,21811,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55362,'Yes',2,0,21812,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55363,'No',6,0,21812,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55364,'No',0,0,21812,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55365,'N/A',0,0,21812,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55366,'Yes',0,0,21813,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55367,'No',4,0,21813,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55368,'No',7,0,21813,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55369,'N/A',0,0,21813,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55370,'Other',20,0,21813,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55371,'Yes',0,0,21814,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55372,'No',6,0,21814,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55373,'NA',0,0,21814,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55374,'Other',20,0,21814,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55375,'Yes',0,0,21815,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55376,'Yes',0,0,21815,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55377,'NA',0,0,21815,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55378,'Other',20,0,21815,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55379,'Yes',1,0,21816,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55380,'No',0,0,21816,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55381,'Other',20,0,21816,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55382,'Yes',0,0,21817,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55383,'No',9,0,21817,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55384,'NA',0,0,21817,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55385,'Other',20,0,21817,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55386,'Yes',0,0,21818,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55387,'No',7,0,21818,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55388,'NA',0,0,21818,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55389,'Other',20,0,21818,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55390,'Yes',0,0,21819,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55391,'No',6,0,21819,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55392,'NA',0,0,21819,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55393,'Other',20,0,21819,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55394,'Yes',0,0,21820,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55395,'No',6,0,21820,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55396,'NA',0,0,21820,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55397,'Other',20,0,21820,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55398,'Yes',0,0,21821,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55399,'No',8,0,21821,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55400,'NA',0,0,21821,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55401,'Other',20,0,21821,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55402,'Yes',3,0,21822,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55403,'Yes',4,0,21822,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55404,'Yes',5,0,21822,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55405,'Other',20,0,21822,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55406,'Yes',0,0,21823,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55407,'No',4,0,21823,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55408,'No',7,0,21823,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55409,'N/A',0,0,21823,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55410,'Other',20,0,21823,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55411,'Yes',0,0,21824,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55412,'No',6,0,21824,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55413,'NA',0,0,21824,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55414,'Other',20,0,21824,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55415,'Yes',0,0,21825,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55416,'Yes',0,0,21825,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55417,'NA',0,0,21825,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55418,'Other',20,0,21825,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55419,'Yes',1,0,21826,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55420,'No',0,0,21826,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55421,'Other',20,0,21826,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55422,'Yes',0,0,21827,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55423,'No',9,0,21827,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55424,'NA',0,0,21827,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55425,'Other',20,0,21827,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55426,'Yes',0,0,21828,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55427,'No',7,0,21828,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55428,'NA',0,0,21828,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55429,'Other',20,0,21828,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55430,'Yes',0,0,21829,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55431,'No',6,0,21829,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55432,'NA',0,0,21829,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55433,'Other',20,0,21829,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55434,'Yes',0,0,21830,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55435,'No',6,0,21830,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55436,'NA',0,0,21830,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55437,'Other',20,0,21830,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55438,'Yes',0,0,21831,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55439,'No',8,0,21831,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55440,'NA',0,0,21831,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55441,'Other',20,0,21831,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55442,'Yes',3,0,21832,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55443,'Yes',4,0,21832,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55444,'Yes',5,0,21832,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55445,'Other',20,0,21832,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55446,'Yes',1,0,21833,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55447,'Yes',0,0,21833,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55448,'No',5,0,21833,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55449,'Other',20,0,21833,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55450,'Yes',0,0,21834,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55451,'No',5,0,21834,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55452,'NA',5,0,21834,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55453,'Other',20,0,21834,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55454,'Yes',0,0,21835,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55455,'No',5,0,21835,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55456,'N/A',0,0,21835,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55457,'Other',20,0,21835,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55458,'Yes',0,0,21836,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55459,'No',5,0,21836,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55460,'Other',20,0,21836,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55461,'N/A',0,0,21836,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55462,'Yes',0,0,21837,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55463,'No',5,0,21837,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55464,'NA',0,0,21837,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55465,'Other',20,0,21837,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55466,'Yes',0,0,21838,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55467,'No',5,0,21838,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55468,'NA',0,0,21838,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55469,'Other',20,0,21838,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55470,'Yes',0,0,21839,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55471,'No',5,0,21839,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55472,'NA',0,0,21839,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55473,'Other',20,0,21839,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55474,'Yes',1,0,21840,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55475,'Yes',0,0,21840,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55476,'No',5,0,21840,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55477,'Other',20,0,21840,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55478,'Yes',0,0,21841,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55479,'No',5,0,21841,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55480,'NA',5,0,21841,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55481,'Other',20,0,21841,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55482,'Yes',0,0,21842,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55483,'No',5,0,21842,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55484,'N/A',0,0,21842,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55485,'Other',20,0,21842,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55486,'Yes',0,0,21843,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55487,'No',5,0,21843,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55488,'Other',20,0,21843,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55489,'N/A',0,0,21843,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55490,'Yes',0,0,21844,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55491,'No',5,0,21844,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55492,'NA',0,0,21844,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55493,'Other',20,0,21844,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55494,'Yes',0,0,21845,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55495,'No',5,0,21845,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55496,'NA',0,0,21845,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55497,'Other',20,0,21845,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55498,'Yes',0,0,21846,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55499,'No',5,0,21846,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55500,'NA',0,0,21846,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55501,'Other',20,0,21846,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55502,'Yes',0,0,21847,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55503,'No',5,0,21847,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55504,'Other',20,0,21847,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55505,'N/A',0,0,21847,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55506,'Yes',0,0,21848,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55507,'Yes',0,0,21848,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55508,'No',5,0,21848,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55509,'N/A',0,0,21848,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55510,'Other',20,0,21848,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55511,'Yes',0,0,21849,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55512,'No',5,0,21849,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55513,'Other',20,0,21849,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55514,'N/A',0,0,21849,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55515,'Yes',0,0,21850,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55516,'Yes',0,0,21850,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55517,'No',5,0,21850,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55518,'N/A',0,0,21850,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55519,'Other',20,0,21850,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55520,'Fan Heaters',4,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55521,'Electric Heaters',4,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55522,'Gas Heater',5,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55523,'Other Boilers',2,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55524,'Electrical Equipment',3,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55525,'Electrical Leads',3,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55526,'Portable Equipment',3,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55527,'Portable Lighting',2,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55528,'Cooking kitchen Equipment',6,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55529,'Other',20,0,21851,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55530,'Wood/Paper/Cardboard etc',3,0,21853,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55531,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21853,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55532,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21853,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55533,'Waste Material Controlled -in locked wheely bin or store',2,0,21853,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55534,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21853,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55535,'Other',20,0,21853,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55536,'Fan Heaters',4,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55537,'Electric Heaters',4,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55538,'Gas Heater',5,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55539,'Other Boilers',2,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55540,'Electrical Equipment',3,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55541,'Electrical Leads',3,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55542,'Portable Equipment',3,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55543,'Portable Lighting',2,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55544,'Cooking kitchen Equipment',6,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55545,'Other',20,0,21855,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55546,'Wood/Paper/Cardboard etc',3,0,21857,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55547,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,21857,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55548,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,21857,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55549,'Waste Material Controlled -in locked wheely bin or store',2,0,21857,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55550,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,21857,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55551,'Other',20,0,21857,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55552,'Detached',1,0,21859,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55553,'Semi Detached',2,0,21859,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55554,'Terraced',3,0,21859,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55555,'Linked-Detached',1,0,21859,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55556,'Other',20,0,21859,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55557,'House',1,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55558,'Bungalow',1,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55559,'Block of Flats - Studios up to 6 Floor Levels',3,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55560,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55561,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55562,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55563,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55564,'Underground Property',1,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55565,'Factory/ Warehouse',3,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55566,'Garage/ Workshop',3,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55567,'Retail Shop',2,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55568,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55569,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55570,'Other',20,0,21860,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55571,'1-5',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55572,'5-10',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55573,'10-15',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55574,'15-20',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55575,'20-25',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55576,'25-30',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55577,'30-35',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55578,'35-40',0,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55579,'Other',20,0,21861,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55580,'NA',0,0,21865,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55581,'Number of staircase',2,0,21865,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55582,'NA',0,0,21866,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55583,'1',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55584,'2',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55585,'3',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55586,'4',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55587,'5',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55588,'6',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55589,'7',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55590,'8',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55591,'9',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55592,'10',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55593,'11',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55594,'12',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55595,'13',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55596,'14',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55597,'15',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55598,'16',2,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55599,'N/A',0,0,21867,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55600,'Yes',1,0,21869,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55601,'No',3,0,21869,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55602,'Unknown',3,0,21869,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55603,'Stone',0,0,21869,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55604,'Other',20,0,21869,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55605,'Yes',1,0,21870,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55606,'No',5,0,21870,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55607,'Unknown',5,0,21870,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55608,'Stone',0,0,21870,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55609,'Other',20,0,21870,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55610,'No',5,0,21871,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55611,'Unknown',5,0,21871,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55612,'Stone',0,0,21871,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55613,'Other',20,0,21871,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55614,'Wood',2,0,21872,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55615,'Plastics',1,0,21872,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55616,'Aluminium',0,0,21872,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55617,'Stone',0,0,21872,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55618,'Other',20,0,21872,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55619,'0%',0,0,21873,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55620,'25%',0,0,21873,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55621,'50%',0,0,21873,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55622,'75%',0,0,21873,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55623,'100%',0,0,21873,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55624,'0%',0,0,21875,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55625,'25%',1,0,21875,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55626,'50%',1,0,21875,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55627,'75%',1,0,21875,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55628,'100%',1,0,21875,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55629,'0%',0,0,21876,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55630,'25%',0,0,21876,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55631,'50%',0,0,21876,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55632,'75%',0,0,21876,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55633,'100%',0,0,21876,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55634,'0%',0,0,21878,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55635,'25%',1,0,21878,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55636,'50%',1,0,21878,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55637,'75%',1,0,21878,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55638,'100%',1,0,21878,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55639,'0%',0,0,21879,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55640,'25%',5,0,21879,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55641,'50%',5,0,21879,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55642,'75%',5,0,21879,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55643,'100%',5,0,21879,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55644,'0%',0,0,21880,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55645,'25%',5,0,21880,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55646,'50%',5,0,21880,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55647,'75%',5,0,21880,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55648,'100%',5,0,21880,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55649,'0%',0,0,21881,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55650,'25%',1,0,21881,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55651,'50%',1,0,21881,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55652,'75%',1,0,21881,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55653,'100%',1,0,21881,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55654,'Other',20,0,21882,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55655,'25%',1,0,21882,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55656,'50%',1,0,21882,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55657,'75%',1,0,21882,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55658,'100%',1,0,21882,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55659,'0%',0,0,21884,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55660,'25%',1,0,21884,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55661,'50%',1,0,21884,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55662,'75%',1,0,21884,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55663,'100%',1,0,21884,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55664,'0%',0,0,21885,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55665,'25%',2,0,21885,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55666,'50%',2,0,21885,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55667,'75%',2,0,21885,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55668,'100%',2,0,21885,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55669,'0%',0,0,21886,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55670,'25%',1,0,21886,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55671,'50%',1,0,21886,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55672,'75%',1,0,21886,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55673,'100%',1,0,21886,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55674,'Solid concrete all levels',0,0,21887,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55675,'Timber joists all levels',3,0,21887,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55676,'Concrete lowest floor – Timber above higher levels',3,0,21887,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55677,'Other',20,0,21887,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55678,'Yes',1,0,21890,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55679,'No',6,0,21890,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55680,'Yes',2,0,21892,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55681,'No',8,0,21892,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55682,'Yes',1,0,21894,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55683,'No',6,0,21894,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55684,'Yes',1,0,21896,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55685,'No',6,0,21896,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55686,'Yes',1,0,21898,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55687,'No',6,0,21898,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55688,'Yes',1,0,21902,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55689,'No',3,0,21902,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55690,'Yes',1,0,21904,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55691,'No',3,0,21904,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55692,'Yes',1,0,21906,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55693,'No',3,0,21906,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55694,'Very Good',1,0,21908,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55695,'Good',1,0,21908,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55696,'Fair',1,0,21908,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55697,'Poor',2,0,21908,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55698,'Very Poor',2,0,21908,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(55699,'Director',0,0,21915,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55700,'Owner Landlord',0,0,21915,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55701,'Site Maitenance',0,0,21915,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55702,'Estate Agent',0,0,21915,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55703,'Letting Agent',0,0,21915,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55704,'Other',0,0,21915,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55705,'Property Agent',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55706,'Owner Landlord',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55707,'Site Manager',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55708,'Property Manager',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55709,'Construction Manager',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55710,'Fire Warden',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55711,'Director',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55712,'CEO',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55713,'Other',0,0,21916,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55714,'A Property Within Building Block',0,0,21917,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55715,'All Of The Property',0,0,21917,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55716,'Communal Areas Only',0,0,21917,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55717,'House',0,0,21917,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55718,'Flat',0,0,21917,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55719,'Other',0,0,21917,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55720,'Nebosh',0,0,21924,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55721,'Level 2 Fire Risk Assessor',0,0,21924,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55722,'Competant Person',0,0,21924,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55723,'Director',0,0,21930,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55724,'Owner Landlord',0,0,21930,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55725,'Site Maitenance',0,0,21930,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55726,'Estate Agent',0,0,21930,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55727,'Letting Agent',0,0,21930,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55728,'Other',0,0,21930,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55729,'Property Agent',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55730,'Owner Landlord',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55731,'Site Manager',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55732,'Property Manager',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55733,'Construction Manager',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55734,'Fire Warden',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55735,'Director',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55736,'CEO',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55737,'Other',0,0,21931,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55738,'A Property Within Building Block',0,0,21932,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55739,'All Of The Property',0,0,21932,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55740,'Communal Areas Only',0,0,21932,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55741,'House',0,0,21932,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55742,'Flat',0,0,21932,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55743,'Other',0,0,21932,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55744,'Nebosh',0,0,21939,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55745,'Level 2 Fire Risk Assessor',0,0,21939,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55746,'Competant Person',0,0,21939,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55747,'Yes',0,0,21942,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55748,'No',2,0,21942,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55749,'Other',20,0,21942,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55750,'N/A',0,0,21942,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55751,'Yes',0,0,21943,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55752,'No',2,0,21943,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55753,'Other',20,0,21943,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55754,'N/A',0,0,21943,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55755,'Yes',0,0,21944,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55756,'No',2,0,21944,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55757,'Other',20,0,21944,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55758,'N/A',0,0,21944,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55759,'Yes',0,0,21946,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55760,'No',2,0,21946,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55761,'Other',20,0,21946,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55762,'N/A',0,0,21946,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55763,'Yes',0,0,21948,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55764,'No',2,0,21948,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55765,'Other',20,0,21948,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55766,'N/A',0,0,21948,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55767,'Yes',0,0,21949,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55768,'No',2,0,21949,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55769,'Other',20,0,21949,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55770,'N/A',0,0,21949,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55771,'Yes',0,0,21950,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55772,'No',3,0,21950,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55773,'Other',20,0,21950,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55774,'N/A',0,0,21950,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55775,'Yes',0,0,21952,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55776,'No',3,0,21952,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55777,'Other',20,0,21952,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55778,'N/A',0,0,21952,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55779,'Yes',0,0,21953,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55780,'No',4,0,21953,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55781,'No Disabled',0,0,21953,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55782,'Other',20,0,21953,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55783,'N/A',0,0,21953,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55784,'Yes',0,0,21954,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55785,'No',4,0,21954,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55786,'Other',20,0,21954,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55787,'N/A',0,0,21954,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55788,'Yes',0,0,21955,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55789,'No',3,0,21955,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55790,'Other',20,0,21955,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55791,'N/A',0,0,21955,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55792,'Yes',0,0,21956,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55793,'No',4,0,21956,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55794,'Other',20,0,21956,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55795,'N/A',0,0,21956,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55796,'Yes',0,0,21957,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55797,'No',4,0,21957,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55798,'Other',20,0,21957,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55799,'N/A',0,0,21957,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55800,'Yes',0,0,21958,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55801,'No',5,0,21958,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55802,'Other',20,0,21958,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55803,'N/A',0,0,21958,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55804,'Yes',0,0,21959,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55805,'Yes',3,0,21959,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55806,'No',6,0,21959,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55807,'Other',20,0,21959,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55808,'N/A',0,0,21959,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55809,'Yes',0,0,21960,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55810,'No',5,0,21960,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55811,'Other',20,0,21960,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55812,'N/A',0,0,21960,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55813,'Yes',0,0,21962,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55814,'No',2,0,21962,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55815,'Other',20,0,21962,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55816,'N/A',0,0,21962,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55817,'Yes',0,0,21963,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55818,'No',2,0,21963,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55819,'Other',20,0,21963,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55820,'N/A',0,0,21963,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55821,'Yes',0,0,21964,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55822,'No',2,0,21964,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55823,'Other',20,0,21964,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55824,'N/A',0,0,21964,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55825,'Yes',0,0,21966,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55826,'No',2,0,21966,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55827,'Other',20,0,21966,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55828,'N/A',0,0,21966,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55829,'Yes',0,0,21968,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55830,'No',2,0,21968,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55831,'Other',20,0,21968,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55832,'N/A',0,0,21968,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55833,'Yes',0,0,21969,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55834,'No',3,0,21969,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55835,'Other',20,0,21969,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55836,'N/A',0,0,21969,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55837,'Yes',0,0,21970,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55838,'No',2,0,21970,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55839,'Other',20,0,21970,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55840,'N/A',0,0,21970,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55841,'Yes',0,0,21972,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55842,'No',3,0,21972,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55843,'Other',20,0,21972,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55844,'N/A',0,0,21972,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55845,'Yes',0,0,21973,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55846,'No',4,0,21973,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55847,'No Disabled',0,0,21973,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55848,'Other',20,0,21973,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55849,'N/A',0,0,21973,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55850,'Yes',0,0,21974,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55851,'No',4,0,21974,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55852,'Other',20,0,21974,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55853,'N/A',0,0,21974,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55854,'Yes',0,0,21975,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55855,'No',3,0,21975,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55856,'Other',20,0,21975,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55857,'N/A',0,0,21975,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55858,'Yes',0,0,21976,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55859,'No',4,0,21976,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55860,'Other',20,0,21976,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55861,'N/A',0,0,21976,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55862,'Yes',0,0,21977,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55863,'No',4,0,21977,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55864,'Other',20,0,21977,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55865,'N/A',0,0,21977,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55866,'Yes',0,0,21978,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55867,'No',5,0,21978,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55868,'Other',20,0,21978,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55869,'N/A',0,0,21978,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55870,'Yes',0,0,21979,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55871,'Yes',3,0,21979,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55872,'No',6,0,21979,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55873,'Other',20,0,21979,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55874,'N/A',0,0,21979,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55875,'Yes',0,0,21980,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55876,'No',5,0,21980,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55877,'Other',20,0,21980,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55878,'N/A',0,0,21980,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55879,'Yes',0,0,21982,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55880,'No 1',7,0,21982,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55881,'No 2',7,0,21982,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55882,'Other',20,0,21982,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55883,'N/A',0,0,21982,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55884,'Yes',0,0,21984,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55885,'No 1',5,0,21984,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55886,'No 2',5,0,21984,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55887,'Yes',0,0,21985,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55888,'Option',5,0,21985,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55889,'No',8,0,21985,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55890,'N/A',0,0,21985,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55891,'Other',20,0,21985,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55892,'Yes 1',1,0,21987,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55893,'Yes 2',0,0,21987,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55894,'No',7,0,21987,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55895,'N/A',0,0,21987,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55896,'Other',20,0,21987,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55897,'Yes',0,0,21989,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55898,'No',8,0,21989,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55899,'Other',20,0,21989,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55900,'N/A',0,0,21989,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55901,'Yes',0,0,21990,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55902,'No',8,0,21990,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55903,'Other',20,0,21990,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55904,'N/A',0,0,21990,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55905,'Yes',0,0,21991,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55906,'No',8,0,21991,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55907,'Other',20,0,21991,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55908,'N/A',0,0,21991,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55909,'Yes',0,0,21993,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55910,'No',8,0,21993,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55911,'Other',20,0,21993,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55912,'N/A',0,0,21993,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55913,'Yes',0,0,21994,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55914,'No',6,0,21994,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55915,'Other',20,0,21994,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55916,'N/A',0,0,21994,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55917,'Yes',0,0,21996,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55918,'No 1',7,0,21996,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55919,'No 2',7,0,21996,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55920,'Other',20,0,21996,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55921,'N/A',0,0,21996,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55922,'Yes',0,0,21998,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55923,'No 1',5,0,21998,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55924,'No 2',5,0,21998,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55925,'Yes',0,0,21999,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55926,'Option',5,0,21999,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55927,'No',8,0,21999,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55928,'N/A',0,0,21999,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55929,'Other',20,0,21999,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55930,'Yes 1',1,0,22001,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55931,'Yes 2',0,0,22001,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55932,'No',7,0,22001,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55933,'N/A',0,0,22001,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55934,'Other',20,0,22001,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55935,'Yes',0,0,22003,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55936,'No',8,0,22003,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55937,'Other',20,0,22003,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55938,'N/A',0,0,22003,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55939,'Yes',0,0,22004,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55940,'No',8,0,22004,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55941,'Other',20,0,22004,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55942,'N/A',0,0,22004,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55943,'Yes',0,0,22005,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55944,'No',8,0,22005,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55945,'Other',20,0,22005,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55946,'N/A',0,0,22005,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55947,'Yes',0,0,22007,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55948,'No',8,0,22007,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55949,'Other',20,0,22007,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55950,'N/A',0,0,22007,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55951,'Yes',0,0,22008,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55952,'No',6,0,22008,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55953,'Other',20,0,22008,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55954,'N/A',0,0,22008,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55955,'Yes',0,0,22010,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55956,'Yes',2,0,22010,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55957,'No',5,0,22010,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55958,'N/A',0,0,22010,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55959,'Other',20,0,22010,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55960,'Yes',0,0,22012,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55961,'Yes',2,0,22012,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55962,'No',5,0,22012,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55963,'N/A',0,0,22012,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55964,'Other',20,0,22012,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55965,'Yes',0,0,22014,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55966,'No',4,0,22014,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55967,'N/A',0,0,22014,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55968,'Other',20,0,22014,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55969,'Yes',0,0,22016,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55970,'No',5,0,22016,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55971,'N/A',0,0,22016,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55972,'Other',20,0,22016,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55973,'Yes',0,0,22018,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55974,'No',4,0,22018,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55975,'N/A',0,0,22018,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55976,'Other',20,0,22018,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55977,'Yes',0,0,22020,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55978,'No',5,0,22020,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55979,'N/A',0,0,22020,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55980,'Other',20,0,22020,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55981,'Yes',0,0,22022,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55982,'No',5,0,22022,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55983,'N/A',0,0,22022,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55984,'Other',20,0,22022,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55985,'Yes',0,0,22024,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55986,'No',7,0,22024,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55987,'N/A',0,0,22024,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55988,'Other',20,0,22024,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55989,'Yes',2,0,22025,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55990,'No',6,0,22025,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55991,'No',0,0,22025,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55992,'N/A',0,0,22025,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55993,'Yes',0,0,22026,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55994,'Yes',2,0,22026,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55995,'No',5,0,22026,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55996,'N/A',0,0,22026,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55997,'Other',20,0,22026,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55998,'Yes',0,0,22028,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(55999,'Yes',2,0,22028,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56000,'No',5,0,22028,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56001,'N/A',0,0,22028,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56002,'Other',20,0,22028,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56003,'Yes',0,0,22030,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56004,'No',4,0,22030,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56005,'N/A',0,0,22030,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56006,'Other',20,0,22030,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56007,'Yes',0,0,22032,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56008,'No',5,0,22032,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56009,'N/A',0,0,22032,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56010,'Other',20,0,22032,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56011,'Yes',0,0,22034,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56012,'No',4,0,22034,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56013,'N/A',0,0,22034,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56014,'Other',20,0,22034,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56015,'Yes',0,0,22036,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56016,'No',5,0,22036,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56017,'N/A',0,0,22036,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56018,'Other',20,0,22036,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56019,'Yes',0,0,22038,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56020,'No',5,0,22038,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56021,'N/A',0,0,22038,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56022,'Other',20,0,22038,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56023,'Yes',0,0,22040,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56024,'No',7,0,22040,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56025,'N/A',0,0,22040,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56026,'Other',20,0,22040,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56027,'Yes',2,0,22041,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56028,'No',6,0,22041,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56029,'No',0,0,22041,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56030,'N/A',0,0,22041,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56031,'Yes',0,0,22042,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56032,'No',4,0,22042,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56033,'No',7,0,22042,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56034,'N/A',0,0,22042,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56035,'Other',20,0,22042,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56036,'Yes',0,0,22043,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56037,'No',6,0,22043,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56038,'NA',0,0,22043,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56039,'Other',20,0,22043,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56040,'Yes',0,0,22044,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56041,'Yes',0,0,22044,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56042,'NA',0,0,22044,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56043,'Other',20,0,22044,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56044,'Yes',1,0,22045,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56045,'No',0,0,22045,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56046,'Other',20,0,22045,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56047,'Yes',0,0,22046,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56048,'No',9,0,22046,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(56049,'NA',0,0,22046,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56050,'Other',20,0,22046,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56051,'Yes',0,0,22047,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56052,'No',7,0,22047,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56053,'NA',0,0,22047,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56054,'Other',20,0,22047,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56055,'Yes',0,0,22048,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56056,'No',6,0,22048,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56057,'NA',0,0,22048,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56058,'Other',20,0,22048,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56059,'Yes',0,0,22049,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56060,'No',6,0,22049,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56061,'NA',0,0,22049,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56062,'Other',20,0,22049,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56063,'Yes',0,0,22050,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56064,'No',8,0,22050,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56065,'NA',0,0,22050,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56066,'Other',20,0,22050,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56067,'Yes',3,0,22051,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56068,'Yes',4,0,22051,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56069,'Yes',5,0,22051,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56070,'Other',20,0,22051,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56071,'Yes',0,0,22052,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56072,'No',4,0,22052,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56073,'No',7,0,22052,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56074,'N/A',0,0,22052,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56075,'Other',20,0,22052,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56076,'Yes',0,0,22053,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56077,'No',6,0,22053,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56078,'NA',0,0,22053,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56079,'Other',20,0,22053,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56080,'Yes',0,0,22054,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56081,'Yes',0,0,22054,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56082,'NA',0,0,22054,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56083,'Other',20,0,22054,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56084,'Yes',1,0,22055,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56085,'No',0,0,22055,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56086,'Other',20,0,22055,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56087,'Yes',0,0,22056,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56088,'No',9,0,22056,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56089,'NA',0,0,22056,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56090,'Other',20,0,22056,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56091,'Yes',0,0,22057,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56092,'No',7,0,22057,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56093,'NA',0,0,22057,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56094,'Other',20,0,22057,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56095,'Yes',0,0,22058,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56096,'No',6,0,22058,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56097,'NA',0,0,22058,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56098,'Other',20,0,22058,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56099,'Yes',0,0,22059,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56100,'No',6,0,22059,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56101,'NA',0,0,22059,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56102,'Other',20,0,22059,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56103,'Yes',0,0,22060,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56104,'No',8,0,22060,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56105,'NA',0,0,22060,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56106,'Other',20,0,22060,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56107,'Yes',3,0,22061,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56108,'Yes',4,0,22061,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56109,'Yes',5,0,22061,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56110,'Other',20,0,22061,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56111,'Yes',1,0,22062,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56112,'Yes',0,0,22062,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56113,'No',5,0,22062,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56114,'Other',20,0,22062,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56115,'Yes',0,0,22063,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56116,'No',5,0,22063,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56117,'NA',5,0,22063,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56118,'Other',20,0,22063,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56119,'Yes',0,0,22064,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56120,'No',5,0,22064,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56121,'N/A',0,0,22064,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56122,'Other',20,0,22064,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56123,'Yes',0,0,22065,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56124,'No',5,0,22065,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56125,'Other',20,0,22065,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56126,'N/A',0,0,22065,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56127,'Yes',0,0,22066,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56128,'No',5,0,22066,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56129,'NA',0,0,22066,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56130,'Other',20,0,22066,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56131,'Yes',0,0,22067,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56132,'No',5,0,22067,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56133,'NA',0,0,22067,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56134,'Other',20,0,22067,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56135,'Yes',0,0,22068,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56136,'No',5,0,22068,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56137,'NA',0,0,22068,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56138,'Other',20,0,22068,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56139,'Yes',1,0,22069,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56140,'Yes',0,0,22069,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56141,'No',5,0,22069,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56142,'Other',20,0,22069,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56143,'Yes',0,0,22070,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56144,'No',5,0,22070,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56145,'NA',5,0,22070,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56146,'Other',20,0,22070,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56147,'Yes',0,0,22071,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56148,'No',5,0,22071,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56149,'N/A',0,0,22071,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56150,'Other',20,0,22071,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56151,'Yes',0,0,22072,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56152,'No',5,0,22072,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56153,'Other',20,0,22072,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56154,'N/A',0,0,22072,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56155,'Yes',0,0,22073,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56156,'No',5,0,22073,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56157,'NA',0,0,22073,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56158,'Other',20,0,22073,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56159,'Yes',0,0,22074,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56160,'No',5,0,22074,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56161,'NA',0,0,22074,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56162,'Other',20,0,22074,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56163,'Yes',0,0,22075,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56164,'No',5,0,22075,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56165,'NA',0,0,22075,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56166,'Other',20,0,22075,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56167,'Yes',0,0,22076,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56168,'No',5,0,22076,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56169,'Other',20,0,22076,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56170,'N/A',0,0,22076,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56171,'Yes',0,0,22077,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56172,'Yes',0,0,22077,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56173,'No',5,0,22077,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56174,'N/A',0,0,22077,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56175,'Other',20,0,22077,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56176,'Yes',0,0,22078,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56177,'No',5,0,22078,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56178,'Other',20,0,22078,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56179,'N/A',0,0,22078,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56180,'Yes',0,0,22079,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56181,'Yes',0,0,22079,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56182,'No',5,0,22079,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56183,'N/A',0,0,22079,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56184,'Other',20,0,22079,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56185,'Fan Heaters',4,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56186,'Electric Heaters',4,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56187,'Gas Heater',5,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56188,'Other Boilers',2,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56189,'Electrical Equipment',3,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56190,'Electrical Leads',3,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56191,'Portable Equipment',3,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56192,'Portable Lighting',2,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56193,'Cooking kitchen Equipment',6,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56194,'Other',20,0,22080,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56195,'Wood/Paper/Cardboard etc',3,0,22082,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56196,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22082,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56197,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22082,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56198,'Waste Material Controlled -in locked wheely bin or store',2,0,22082,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56199,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22082,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56200,'Other',20,0,22082,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56201,'Fan Heaters',4,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56202,'Electric Heaters',4,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56203,'Gas Heater',5,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56204,'Other Boilers',2,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56205,'Electrical Equipment',3,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56206,'Electrical Leads',3,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56207,'Portable Equipment',3,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56208,'Portable Lighting',2,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56209,'Cooking kitchen Equipment',6,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56210,'Other',20,0,22084,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56211,'Wood/Paper/Cardboard etc',3,0,22086,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56212,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22086,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56213,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22086,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56214,'Waste Material Controlled -in locked wheely bin or store',2,0,22086,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56215,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22086,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56216,'Other',20,0,22086,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56217,'Detached',1,0,22088,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56218,'Semi Detached',2,0,22088,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56219,'Terraced',3,0,22088,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56220,'Linked-Detached',1,0,22088,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56221,'Other',20,0,22088,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56222,'House',1,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56223,'Bungalow',1,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56224,'Block of Flats - Studios up to 6 Floor Levels',3,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56225,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56226,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56227,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56228,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56229,'Underground Property',1,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56230,'Factory/ Warehouse',3,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56231,'Garage/ Workshop',3,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56232,'Retail Shop',2,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56233,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56234,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56235,'Other',20,0,22089,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56236,'1-5',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56237,'5-10',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56238,'10-15',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56239,'15-20',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56240,'20-25',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56241,'25-30',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56242,'30-35',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56243,'35-40',0,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56244,'Other',20,0,22090,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56245,'NA',0,0,22094,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56246,'Number of staircase',2,0,22094,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56247,'NA',0,0,22095,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56248,'1',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56249,'2',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56250,'3',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56251,'4',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56252,'5',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56253,'6',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56254,'7',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56255,'8',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56256,'9',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56257,'10',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56258,'11',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56259,'12',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56260,'13',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56261,'14',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56262,'15',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56263,'16',2,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56264,'N/A',0,0,22096,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56265,'Yes',1,0,22098,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56266,'No',3,0,22098,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56267,'Unknown',3,0,22098,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56268,'Stone',0,0,22098,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56269,'Other',20,0,22098,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56270,'Yes',1,0,22099,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56271,'No',5,0,22099,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56272,'Unknown',5,0,22099,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56273,'Stone',0,0,22099,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56274,'Other',20,0,22099,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56275,'No',5,0,22100,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56276,'Unknown',5,0,22100,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56277,'Stone',0,0,22100,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56278,'Other',20,0,22100,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56279,'Wood',2,0,22101,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56280,'Plastics',1,0,22101,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56281,'Aluminium',0,0,22101,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56282,'Stone',0,0,22101,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56283,'Other',20,0,22101,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56284,'0%',0,0,22102,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56285,'25%',0,0,22102,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56286,'50%',0,0,22102,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56287,'75%',0,0,22102,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56288,'100%',0,0,22102,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56289,'0%',0,0,22104,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56290,'25%',1,0,22104,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56291,'50%',1,0,22104,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56292,'75%',1,0,22104,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56293,'100%',1,0,22104,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56294,'0%',0,0,22105,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56295,'25%',0,0,22105,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56296,'50%',0,0,22105,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56297,'75%',0,0,22105,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56298,'100%',0,0,22105,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56299,'0%',0,0,22107,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56300,'25%',1,0,22107,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56301,'50%',1,0,22107,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56302,'75%',1,0,22107,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56303,'100%',1,0,22107,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56304,'0%',0,0,22108,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56305,'25%',5,0,22108,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56306,'50%',5,0,22108,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56307,'75%',5,0,22108,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56308,'100%',5,0,22108,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56309,'0%',0,0,22109,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56310,'25%',5,0,22109,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56311,'50%',5,0,22109,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56312,'75%',5,0,22109,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56313,'100%',5,0,22109,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56314,'0%',0,0,22110,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56315,'25%',1,0,22110,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56316,'50%',1,0,22110,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56317,'75%',1,0,22110,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56318,'100%',1,0,22110,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56319,'Other',20,0,22111,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56320,'25%',1,0,22111,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56321,'50%',1,0,22111,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56322,'75%',1,0,22111,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56323,'100%',1,0,22111,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56324,'0%',0,0,22113,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56325,'25%',1,0,22113,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56326,'50%',1,0,22113,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56327,'75%',1,0,22113,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56328,'100%',1,0,22113,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56329,'0%',0,0,22114,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56330,'25%',2,0,22114,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56331,'50%',2,0,22114,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56332,'75%',2,0,22114,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56333,'100%',2,0,22114,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56334,'0%',0,0,22115,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56335,'25%',1,0,22115,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56336,'50%',1,0,22115,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56337,'75%',1,0,22115,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56338,'100%',1,0,22115,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56339,'Solid concrete all levels',0,0,22116,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56340,'Timber joists all levels',3,0,22116,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56341,'Concrete lowest floor – Timber above higher levels',3,0,22116,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56342,'Other',20,0,22116,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56343,'Yes',1,0,22119,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56344,'No',6,0,22119,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56345,'Yes',2,0,22121,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56346,'No',8,0,22121,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56347,'Yes',1,0,22123,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56348,'No',6,0,22123,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56349,'Yes',1,0,22125,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56350,'No',6,0,22125,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56351,'Yes',1,0,22127,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56352,'No',6,0,22127,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56353,'Yes',1,0,22131,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56354,'No',3,0,22131,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56355,'Yes',1,0,22133,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56356,'No',3,0,22133,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56357,'Yes',1,0,22135,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56358,'No',3,0,22135,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56359,'Very Good',1,0,22137,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56360,'Good',1,0,22137,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56361,'Fair',1,0,22137,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56362,'Poor',2,0,22137,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56363,'Very Poor',2,0,22137,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(56364,'Director',0,0,22144,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56365,'Owner Landlord',0,0,22144,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56366,'Site Maitenance',0,0,22144,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56367,'Estate Agent',0,0,22144,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56368,'Letting Agent',0,0,22144,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56369,'Other',0,0,22144,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56370,'Property Agent',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56371,'Owner Landlord',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56372,'Site Manager',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56373,'Property Manager',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56374,'Construction Manager',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56375,'Fire Warden',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56376,'Director',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56377,'CEO',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56378,'Other',0,0,22145,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56379,'A Property Within Building Block',0,0,22146,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56380,'All Of The Property',0,0,22146,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56381,'Communal Areas Only',0,0,22146,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56382,'House',0,0,22146,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56383,'Flat',0,0,22146,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56384,'Other',0,0,22146,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56385,'Nebosh',0,0,22153,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56386,'Level 2 Fire Risk Assessor',0,0,22153,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56387,'Competant Person',0,0,22153,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56388,'Director',0,0,22159,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56389,'Owner Landlord',0,0,22159,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56390,'Site Maitenance',0,0,22159,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56391,'Estate Agent',0,0,22159,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56392,'Letting Agent',0,0,22159,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56393,'Other',0,0,22159,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(56394,'Property Agent',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56395,'Owner Landlord',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56396,'Site Manager',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56397,'Property Manager',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56398,'Construction Manager',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56399,'Fire Warden',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56400,'Director',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56401,'CEO',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56402,'Other',0,0,22160,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56403,'A Property Within Building Block',0,0,22161,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56404,'All Of The Property',0,0,22161,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56405,'Communal Areas Only',0,0,22161,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56406,'House',0,0,22161,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56407,'Flat',0,0,22161,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56408,'Other',0,0,22161,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56409,'Nebosh',0,0,22168,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56410,'Level 2 Fire Risk Assessor',0,0,22168,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56411,'Competant Person',0,0,22168,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56412,'Yes',0,0,22171,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56413,'No',2,0,22171,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56414,'Other',20,0,22171,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56415,'N/A',0,0,22171,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56416,'Yes',0,0,22172,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56417,'No',2,0,22172,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56418,'Other',20,0,22172,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56419,'N/A',0,0,22172,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56420,'Yes',0,0,22173,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56421,'No',2,0,22173,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56422,'Other',20,0,22173,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56423,'N/A',0,0,22173,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56424,'Yes',0,0,22175,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56425,'No',2,0,22175,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56426,'Other',20,0,22175,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56427,'N/A',0,0,22175,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56428,'Yes',0,0,22177,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56429,'No',2,0,22177,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56430,'Other',20,0,22177,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56431,'N/A',0,0,22177,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56432,'Yes',0,0,22178,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56433,'No',2,0,22178,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56434,'Other',20,0,22178,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56435,'N/A',0,0,22178,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56436,'Yes',0,0,22179,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56437,'No',3,0,22179,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56438,'Other',20,0,22179,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56439,'N/A',0,0,22179,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56440,'Yes',0,0,22181,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56441,'No',3,0,22181,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56442,'Other',20,0,22181,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56443,'N/A',0,0,22181,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56444,'Yes',0,0,22182,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56445,'No',4,0,22182,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56446,'No Disabled',0,0,22182,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56447,'Other',20,0,22182,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56448,'N/A',0,0,22182,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56449,'Yes',0,0,22183,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56450,'No',4,0,22183,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56451,'Other',20,0,22183,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56452,'N/A',0,0,22183,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56453,'Yes',0,0,22184,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56454,'No',3,0,22184,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56455,'Other',20,0,22184,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56456,'N/A',0,0,22184,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56457,'Yes',0,0,22185,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56458,'No',4,0,22185,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56459,'Other',20,0,22185,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56460,'N/A',0,0,22185,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56461,'Yes',0,0,22186,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56462,'No',4,0,22186,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56463,'Other',20,0,22186,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56464,'N/A',0,0,22186,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56465,'Yes',0,0,22187,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56466,'No',5,0,22187,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56467,'Other',20,0,22187,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56468,'N/A',0,0,22187,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56469,'Yes',0,0,22188,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56470,'Yes',3,0,22188,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56471,'No',6,0,22188,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56472,'Other',20,0,22188,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56473,'N/A',0,0,22188,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56474,'Yes',0,0,22189,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56475,'No',5,0,22189,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56476,'Other',20,0,22189,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56477,'N/A',0,0,22189,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56478,'Yes',0,0,22191,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56479,'No',2,0,22191,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56480,'Other',20,0,22191,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56481,'N/A',0,0,22191,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56482,'Yes',0,0,22192,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56483,'No',2,0,22192,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56484,'Other',20,0,22192,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56485,'N/A',0,0,22192,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56486,'Yes',0,0,22193,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56487,'No',2,0,22193,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56488,'Other',20,0,22193,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56489,'N/A',0,0,22193,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56490,'Yes',0,0,22195,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56491,'No',2,0,22195,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56492,'Other',20,0,22195,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56493,'N/A',0,0,22195,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56494,'Yes',0,0,22197,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56495,'No',2,0,22197,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56496,'Other',20,0,22197,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56497,'N/A',0,0,22197,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56498,'Yes',0,0,22198,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56499,'No',3,0,22198,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56500,'Other',20,0,22198,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56501,'N/A',0,0,22198,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56502,'Yes',0,0,22199,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56503,'No',2,0,22199,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56504,'Other',20,0,22199,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56505,'N/A',0,0,22199,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56506,'Yes',0,0,22201,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56507,'No',3,0,22201,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56508,'Other',20,0,22201,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56509,'N/A',0,0,22201,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56510,'Yes',0,0,22202,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56511,'No',4,0,22202,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56512,'No Disabled',0,0,22202,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56513,'Other',20,0,22202,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56514,'N/A',0,0,22202,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56515,'Yes',0,0,22203,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56516,'No',4,0,22203,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56517,'Other',20,0,22203,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56518,'N/A',0,0,22203,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56519,'Yes',0,0,22204,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56520,'No',3,0,22204,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56521,'Other',20,0,22204,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56522,'N/A',0,0,22204,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56523,'Yes',0,0,22205,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56524,'No',4,0,22205,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56525,'Other',20,0,22205,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56526,'N/A',0,0,22205,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56527,'Yes',0,0,22206,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56528,'No',4,0,22206,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56529,'Other',20,0,22206,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56530,'N/A',0,0,22206,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56531,'Yes',0,0,22207,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56532,'No',5,0,22207,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56533,'Other',20,0,22207,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56534,'N/A',0,0,22207,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56535,'Yes',0,0,22208,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56536,'Yes',3,0,22208,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56537,'No',6,0,22208,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56538,'Other',20,0,22208,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56539,'N/A',0,0,22208,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56540,'Yes',0,0,22209,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56541,'No',5,0,22209,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56542,'Other',20,0,22209,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56543,'N/A',0,0,22209,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56544,'Yes',0,0,22211,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56545,'No 1',7,0,22211,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56546,'No 2',7,0,22211,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56547,'Other',20,0,22211,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56548,'N/A',0,0,22211,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56549,'Yes',0,0,22213,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56550,'No 1',5,0,22213,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56551,'No 2',5,0,22213,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56552,'Yes',0,0,22214,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56553,'Option',5,0,22214,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56554,'No',8,0,22214,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56555,'N/A',0,0,22214,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56556,'Other',20,0,22214,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56557,'Yes 1',1,0,22216,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56558,'Yes 2',0,0,22216,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56559,'No',7,0,22216,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56560,'N/A',0,0,22216,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56561,'Other',20,0,22216,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56562,'Yes',0,0,22218,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56563,'No',8,0,22218,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56564,'Other',20,0,22218,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56565,'N/A',0,0,22218,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56566,'Yes',0,0,22219,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56567,'No',8,0,22219,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56568,'Other',20,0,22219,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56569,'N/A',0,0,22219,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56570,'Yes',0,0,22220,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56571,'No',8,0,22220,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56572,'Other',20,0,22220,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56573,'N/A',0,0,22220,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56574,'Yes',0,0,22222,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56575,'No',8,0,22222,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56576,'Other',20,0,22222,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56577,'N/A',0,0,22222,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56578,'Yes',0,0,22223,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56579,'No',6,0,22223,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56580,'Other',20,0,22223,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56581,'N/A',0,0,22223,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56582,'Yes',0,0,22225,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56583,'No 1',7,0,22225,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56584,'No 2',7,0,22225,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56585,'Other',20,0,22225,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56586,'N/A',0,0,22225,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56587,'Yes',0,0,22227,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56588,'No 1',5,0,22227,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56589,'No 2',5,0,22227,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56590,'Yes',0,0,22228,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56591,'Option',5,0,22228,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56592,'No',8,0,22228,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56593,'N/A',0,0,22228,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56594,'Other',20,0,22228,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56595,'Yes 1',1,0,22230,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56596,'Yes 2',0,0,22230,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56597,'No',7,0,22230,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56598,'N/A',0,0,22230,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56599,'Other',20,0,22230,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56600,'Yes',0,0,22232,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56601,'No',8,0,22232,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56602,'Other',20,0,22232,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56603,'N/A',0,0,22232,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56604,'Yes',0,0,22233,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56605,'No',8,0,22233,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56606,'Other',20,0,22233,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56607,'N/A',0,0,22233,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56608,'Yes',0,0,22234,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56609,'No',8,0,22234,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56610,'Other',20,0,22234,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56611,'N/A',0,0,22234,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56612,'Yes',0,0,22236,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56613,'No',8,0,22236,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56614,'Other',20,0,22236,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56615,'N/A',0,0,22236,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56616,'Yes',0,0,22237,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56617,'No',6,0,22237,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56618,'Other',20,0,22237,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56619,'N/A',0,0,22237,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56620,'Yes',0,0,22239,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56621,'Yes',2,0,22239,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56622,'No',5,0,22239,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56623,'N/A',0,0,22239,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56624,'Other',20,0,22239,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56625,'Yes',0,0,22241,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56626,'Yes',2,0,22241,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56627,'No',5,0,22241,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56628,'N/A',0,0,22241,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56629,'Other',20,0,22241,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56630,'Yes',0,0,22243,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56631,'No',4,0,22243,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56632,'N/A',0,0,22243,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56633,'Other',20,0,22243,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56634,'Yes',0,0,22245,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56635,'No',5,0,22245,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56636,'N/A',0,0,22245,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56637,'Other',20,0,22245,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56638,'Yes',0,0,22247,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56639,'No',4,0,22247,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56640,'N/A',0,0,22247,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56641,'Other',20,0,22247,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56642,'Yes',0,0,22249,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56643,'No',5,0,22249,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56644,'N/A',0,0,22249,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56645,'Other',20,0,22249,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56646,'Yes',0,0,22251,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56647,'No',5,0,22251,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56648,'N/A',0,0,22251,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56649,'Other',20,0,22251,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56650,'Yes',0,0,22253,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56651,'No',7,0,22253,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56652,'N/A',0,0,22253,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56653,'Other',20,0,22253,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56654,'Yes',2,0,22254,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56655,'No',6,0,22254,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56656,'No',0,0,22254,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56657,'N/A',0,0,22254,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56658,'Yes',0,0,22255,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56659,'Yes',2,0,22255,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56660,'No',5,0,22255,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56661,'N/A',0,0,22255,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56662,'Other',20,0,22255,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56663,'Yes',0,0,22257,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56664,'Yes',2,0,22257,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56665,'No',5,0,22257,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56666,'N/A',0,0,22257,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56667,'Other',20,0,22257,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56668,'Yes',0,0,22259,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56669,'No',4,0,22259,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56670,'N/A',0,0,22259,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56671,'Other',20,0,22259,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56672,'Yes',0,0,22261,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56673,'No',5,0,22261,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56674,'N/A',0,0,22261,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56675,'Other',20,0,22261,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56676,'Yes',0,0,22263,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56677,'No',4,0,22263,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56678,'N/A',0,0,22263,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56679,'Other',20,0,22263,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56680,'Yes',0,0,22265,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56681,'No',5,0,22265,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56682,'N/A',0,0,22265,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56683,'Other',20,0,22265,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56684,'Yes',0,0,22267,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56685,'No',5,0,22267,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56686,'N/A',0,0,22267,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56687,'Other',20,0,22267,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56688,'Yes',0,0,22269,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56689,'No',7,0,22269,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56690,'N/A',0,0,22269,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56691,'Other',20,0,22269,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56692,'Yes',2,0,22270,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56693,'No',6,0,22270,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56694,'No',0,0,22270,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56695,'N/A',0,0,22270,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56696,'Yes',0,0,22271,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56697,'No',4,0,22271,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56698,'No',7,0,22271,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56699,'N/A',0,0,22271,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56700,'Other',20,0,22271,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56701,'Yes',0,0,22272,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56702,'No',6,0,22272,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56703,'NA',0,0,22272,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56704,'Other',20,0,22272,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56705,'Yes',0,0,22273,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56706,'Yes',0,0,22273,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56707,'NA',0,0,22273,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56708,'Other',20,0,22273,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56709,'Yes',1,0,22274,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56710,'No',0,0,22274,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56711,'Other',20,0,22274,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56712,'Yes',0,0,22275,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56713,'No',9,0,22275,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56714,'NA',0,0,22275,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56715,'Other',20,0,22275,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56716,'Yes',0,0,22276,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56717,'No',7,0,22276,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56718,'NA',0,0,22276,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56719,'Other',20,0,22276,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56720,'Yes',0,0,22277,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56721,'No',6,0,22277,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56722,'NA',0,0,22277,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56723,'Other',20,0,22277,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56724,'Yes',0,0,22278,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56725,'No',6,0,22278,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56726,'NA',0,0,22278,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56727,'Other',20,0,22278,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56728,'Yes',0,0,22279,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56729,'No',8,0,22279,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56730,'NA',0,0,22279,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56731,'Other',20,0,22279,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56732,'Yes',3,0,22280,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56733,'Yes',4,0,22280,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56734,'Yes',5,0,22280,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56735,'Other',20,0,22280,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56736,'Yes',0,0,22281,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56737,'No',4,0,22281,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56738,'No',7,0,22281,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56739,'N/A',0,0,22281,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56740,'Other',20,0,22281,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56741,'Yes',0,0,22282,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56742,'No',6,0,22282,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56743,'NA',0,0,22282,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56744,'Other',20,0,22282,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56745,'Yes',0,0,22283,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56746,'Yes',0,0,22283,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56747,'NA',0,0,22283,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56748,'Other',20,0,22283,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56749,'Yes',1,0,22284,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56750,'No',0,0,22284,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56751,'Other',20,0,22284,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56752,'Yes',0,0,22285,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56753,'No',9,0,22285,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56754,'NA',0,0,22285,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56755,'Other',20,0,22285,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56756,'Yes',0,0,22286,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56757,'No',7,0,22286,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56758,'NA',0,0,22286,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56759,'Other',20,0,22286,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56760,'Yes',0,0,22287,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56761,'No',6,0,22287,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56762,'NA',0,0,22287,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56763,'Other',20,0,22287,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56764,'Yes',0,0,22288,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56765,'No',6,0,22288,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56766,'NA',0,0,22288,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56767,'Other',20,0,22288,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56768,'Yes',0,0,22289,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56769,'No',8,0,22289,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56770,'NA',0,0,22289,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56771,'Other',20,0,22289,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56772,'Yes',3,0,22290,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56773,'Yes',4,0,22290,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56774,'Yes',5,0,22290,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56775,'Other',20,0,22290,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56776,'Yes',1,0,22291,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56777,'Yes',0,0,22291,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56778,'No',5,0,22291,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56779,'Other',20,0,22291,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56780,'Yes',0,0,22292,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56781,'No',5,0,22292,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56782,'NA',5,0,22292,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56783,'Other',20,0,22292,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56784,'Yes',0,0,22293,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56785,'No',5,0,22293,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56786,'N/A',0,0,22293,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56787,'Other',20,0,22293,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56788,'Yes',0,0,22294,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56789,'No',5,0,22294,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56790,'Other',20,0,22294,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56791,'N/A',0,0,22294,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56792,'Yes',0,0,22295,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56793,'No',5,0,22295,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56794,'NA',0,0,22295,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56795,'Other',20,0,22295,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56796,'Yes',0,0,22296,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56797,'No',5,0,22296,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56798,'NA',0,0,22296,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56799,'Other',20,0,22296,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56800,'Yes',0,0,22297,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56801,'No',5,0,22297,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56802,'NA',0,0,22297,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56803,'Other',20,0,22297,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56804,'Yes',1,0,22298,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56805,'Yes',0,0,22298,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56806,'No',5,0,22298,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56807,'Other',20,0,22298,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56808,'Yes',0,0,22299,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56809,'No',5,0,22299,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56810,'NA',5,0,22299,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56811,'Other',20,0,22299,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56812,'Yes',0,0,22300,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56813,'No',5,0,22300,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56814,'N/A',0,0,22300,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56815,'Other',20,0,22300,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56816,'Yes',0,0,22301,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56817,'No',5,0,22301,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56818,'Other',20,0,22301,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56819,'N/A',0,0,22301,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56820,'Yes',0,0,22302,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56821,'No',5,0,22302,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56822,'NA',0,0,22302,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56823,'Other',20,0,22302,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56824,'Yes',0,0,22303,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56825,'No',5,0,22303,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56826,'NA',0,0,22303,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56827,'Other',20,0,22303,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56828,'Yes',0,0,22304,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56829,'No',5,0,22304,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56830,'NA',0,0,22304,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56831,'Other',20,0,22304,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56832,'Yes',0,0,22305,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56833,'No',5,0,22305,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56834,'Other',20,0,22305,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56835,'N/A',0,0,22305,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56836,'Yes',0,0,22306,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56837,'Yes',0,0,22306,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56838,'No',5,0,22306,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56839,'N/A',0,0,22306,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56840,'Other',20,0,22306,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56841,'Yes',0,0,22307,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56842,'No',5,0,22307,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56843,'Other',20,0,22307,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56844,'N/A',0,0,22307,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56845,'Yes',0,0,22308,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56846,'Yes',0,0,22308,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56847,'No',5,0,22308,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56848,'N/A',0,0,22308,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56849,'Other',20,0,22308,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56850,'Fan Heaters',4,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56851,'Electric Heaters',4,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56852,'Gas Heater',5,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56853,'Other Boilers',2,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56854,'Electrical Equipment',3,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56855,'Electrical Leads',3,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56856,'Portable Equipment',3,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56857,'Portable Lighting',2,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56858,'Cooking kitchen Equipment',6,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56859,'Other',20,0,22309,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56860,'Wood/Paper/Cardboard etc',3,0,22311,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56861,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22311,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56862,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22311,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56863,'Waste Material Controlled -in locked wheely bin or store',2,0,22311,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56864,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22311,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56865,'Other',20,0,22311,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56866,'Fan Heaters',4,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56867,'Electric Heaters',4,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56868,'Gas Heater',5,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56869,'Other Boilers',2,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56870,'Electrical Equipment',3,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56871,'Electrical Leads',3,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56872,'Portable Equipment',3,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56873,'Portable Lighting',2,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56874,'Cooking kitchen Equipment',6,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56875,'Other',20,0,22313,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56876,'Wood/Paper/Cardboard etc',3,0,22315,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56877,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22315,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56878,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22315,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56879,'Waste Material Controlled -in locked wheely bin or store',2,0,22315,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56880,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22315,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56881,'Other',20,0,22315,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56882,'Detached',1,0,22317,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56883,'Semi Detached',2,0,22317,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56884,'Terraced',3,0,22317,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56885,'Linked-Detached',1,0,22317,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56886,'Other',20,0,22317,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56887,'House',1,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56888,'Bungalow',1,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56889,'Block of Flats - Studios up to 6 Floor Levels',3,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56890,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56891,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56892,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56893,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56894,'Underground Property',1,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56895,'Factory/ Warehouse',3,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56896,'Garage/ Workshop',3,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56897,'Retail Shop',2,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56898,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56899,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56900,'Other',20,0,22318,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56901,'1-5',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56902,'5-10',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56903,'10-15',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56904,'15-20',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56905,'20-25',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56906,'25-30',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56907,'30-35',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56908,'35-40',0,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56909,'Other',20,0,22319,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56910,'NA',0,0,22323,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56911,'Number of staircase',2,0,22323,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56912,'NA',0,0,22324,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56913,'1',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56914,'2',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56915,'3',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56916,'4',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56917,'5',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56918,'6',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56919,'7',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56920,'8',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56921,'9',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56922,'10',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56923,'11',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56924,'12',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56925,'13',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56926,'14',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56927,'15',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56928,'16',2,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56929,'N/A',0,0,22325,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56930,'Yes',1,0,22327,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56931,'No',3,0,22327,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56932,'Unknown',3,0,22327,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56933,'Stone',0,0,22327,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56934,'Other',20,0,22327,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56935,'Yes',1,0,22328,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56936,'No',5,0,22328,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56937,'Unknown',5,0,22328,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56938,'Stone',0,0,22328,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56939,'Other',20,0,22328,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56940,'No',5,0,22329,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56941,'Unknown',5,0,22329,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56942,'Stone',0,0,22329,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56943,'Other',20,0,22329,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56944,'Wood',2,0,22330,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56945,'Plastics',1,0,22330,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56946,'Aluminium',0,0,22330,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56947,'Stone',0,0,22330,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56948,'Other',20,0,22330,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56949,'0%',0,0,22331,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56950,'25%',0,0,22331,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56951,'50%',0,0,22331,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56952,'75%',0,0,22331,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56953,'100%',0,0,22331,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56954,'0%',0,0,22333,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56955,'25%',1,0,22333,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56956,'50%',1,0,22333,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56957,'75%',1,0,22333,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56958,'100%',1,0,22333,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56959,'0%',0,0,22334,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56960,'25%',0,0,22334,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56961,'50%',0,0,22334,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56962,'75%',0,0,22334,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56963,'100%',0,0,22334,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56964,'0%',0,0,22336,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56965,'25%',1,0,22336,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56966,'50%',1,0,22336,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56967,'75%',1,0,22336,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56968,'100%',1,0,22336,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56969,'0%',0,0,22337,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56970,'25%',5,0,22337,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56971,'50%',5,0,22337,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56972,'75%',5,0,22337,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56973,'100%',5,0,22337,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56974,'0%',0,0,22338,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56975,'25%',5,0,22338,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56976,'50%',5,0,22338,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56977,'75%',5,0,22338,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56978,'100%',5,0,22338,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56979,'0%',0,0,22339,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56980,'25%',1,0,22339,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56981,'50%',1,0,22339,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56982,'75%',1,0,22339,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56983,'100%',1,0,22339,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56984,'25%',1,0,22340,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56985,'50%',1,0,22340,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56986,'75%',1,0,22340,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56987,'100%',1,0,22340,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56988,'Other',20,0,22340,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56989,'0%',0,0,22342,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56990,'25%',1,0,22342,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56991,'50%',1,0,22342,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56992,'75%',1,0,22342,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56993,'100%',1,0,22342,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56994,'0%',0,0,22343,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56995,'25%',2,0,22343,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56996,'50%',2,0,22343,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56997,'75%',2,0,22343,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56998,'100%',2,0,22343,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(56999,'0%',0,0,22344,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57000,'25%',1,0,22344,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57001,'50%',1,0,22344,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57002,'75%',1,0,22344,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57003,'100%',1,0,22344,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57004,'Solid concrete all levels',0,0,22345,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57005,'Timber joists all levels',3,0,22345,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57006,'Concrete lowest floor – Timber above higher levels',3,0,22345,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57007,'Other',20,0,22345,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57008,'Yes',1,0,22348,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57009,'No',6,0,22348,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57010,'Yes',2,0,22350,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57011,'No',8,0,22350,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57012,'Yes',1,0,22352,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57013,'No',6,0,22352,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57014,'Yes',1,0,22354,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57015,'No',6,0,22354,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57016,'Yes',1,0,22356,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57017,'No',6,0,22356,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57018,'Yes',1,0,22360,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57019,'No',3,0,22360,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57020,'Yes',1,0,22362,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57021,'No',3,0,22362,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57022,'Yes',1,0,22364,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57023,'No',3,0,22364,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57024,'Very Good',1,0,22366,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57025,'Good',1,0,22366,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57026,'Fair',1,0,22366,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57027,'Poor',2,0,22366,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57028,'Very Poor',2,0,22366,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(57029,'Yes',0,0,22370,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57030,'No',2,0,22370,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57031,'Other',20,0,22370,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57032,'N/A',0,0,22370,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57033,'Yes',0,0,22371,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57034,'No',2,0,22371,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57035,'Other',20,0,22371,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57036,'N/A',0,0,22371,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57037,'Yes',0,0,22372,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57038,'No',2,0,22372,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57039,'Other',20,0,22372,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57040,'N/A',0,0,22372,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57041,'Yes',0,0,22374,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57042,'No',2,0,22374,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57043,'Other',20,0,22374,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57044,'N/A',0,0,22374,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57045,'Yes',0,0,22376,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57046,'No',2,0,22376,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57047,'Other',20,0,22376,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57048,'N/A',0,0,22376,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57049,'Yes',0,0,22377,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57050,'No',2,0,22377,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57051,'Other',20,0,22377,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57052,'N/A',0,0,22377,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57053,'Yes',0,0,22378,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57054,'No',3,0,22378,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57055,'Other',20,0,22378,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57056,'N/A',0,0,22378,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57057,'Yes',0,0,22380,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57058,'No',3,0,22380,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57059,'Other',20,0,22380,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57060,'N/A',0,0,22380,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57061,'Yes',0,0,22381,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57062,'No',4,0,22381,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57063,'No Disabled',0,0,22381,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57064,'Other',20,0,22381,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57065,'N/A',0,0,22381,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57066,'Yes',0,0,22382,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57067,'No',4,0,22382,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57068,'Other',20,0,22382,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57069,'N/A',0,0,22382,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57070,'Yes',0,0,22383,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57071,'No',3,0,22383,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57072,'Other',20,0,22383,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57073,'N/A',0,0,22383,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57074,'Yes',0,0,22384,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57075,'No',4,0,22384,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57076,'Other',20,0,22384,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57077,'N/A',0,0,22384,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57078,'Yes',0,0,22385,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57079,'No',4,0,22385,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57080,'Other',20,0,22385,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57081,'N/A',0,0,22385,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57082,'Yes',0,0,22386,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57083,'No',5,0,22386,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57084,'Other',20,0,22386,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57085,'N/A',0,0,22386,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57086,'Yes',0,0,22387,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57087,'Yes',3,0,22387,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57088,'No',6,0,22387,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57089,'Other',20,0,22387,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57090,'N/A',0,0,22387,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57091,'Yes',0,0,22388,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57092,'No',5,0,22388,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57093,'Other',20,0,22388,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57094,'N/A',0,0,22388,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57095,'Yes',0,0,22390,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57096,'No',2,0,22390,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57097,'Other',20,0,22390,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57098,'N/A',0,0,22390,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57099,'Yes',0,0,22391,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57100,'No',2,0,22391,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57101,'Other',20,0,22391,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57102,'N/A',0,0,22391,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57103,'Yes',0,0,22392,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57104,'No',2,0,22392,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57105,'Other',20,0,22392,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57106,'N/A',0,0,22392,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57107,'Yes',0,0,22394,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57108,'No',2,0,22394,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57109,'Other',20,0,22394,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57110,'N/A',0,0,22394,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57111,'Yes',0,0,22396,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57112,'No',2,0,22396,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57113,'Other',20,0,22396,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57114,'N/A',0,0,22396,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57115,'Yes',0,0,22397,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57116,'No',3,0,22397,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57117,'Other',20,0,22397,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57118,'N/A',0,0,22397,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57119,'Yes',0,0,22398,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57120,'No',2,0,22398,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57121,'Other',20,0,22398,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57122,'N/A',0,0,22398,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(57123,'Yes',0,0,22400,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57124,'No',3,0,22400,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57125,'Other',20,0,22400,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57126,'N/A',0,0,22400,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57127,'Yes',0,0,22401,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57128,'No',4,0,22401,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57129,'No Disabled',0,0,22401,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57130,'Other',20,0,22401,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57131,'N/A',0,0,22401,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57132,'Yes',0,0,22402,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57133,'No',4,0,22402,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57134,'Other',20,0,22402,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57135,'N/A',0,0,22402,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57136,'Yes',0,0,22403,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57137,'No',3,0,22403,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57138,'Other',20,0,22403,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57139,'N/A',0,0,22403,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57140,'Yes',0,0,22404,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57141,'No',4,0,22404,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57142,'Other',20,0,22404,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57143,'N/A',0,0,22404,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57144,'Yes',0,0,22405,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57145,'No',4,0,22405,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57146,'Other',20,0,22405,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57147,'N/A',0,0,22405,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57148,'Yes',0,0,22406,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57149,'No',5,0,22406,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57150,'Other',20,0,22406,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57151,'N/A',0,0,22406,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57152,'Yes',0,0,22407,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57153,'Yes',3,0,22407,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57154,'No',6,0,22407,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57155,'Other',20,0,22407,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57156,'N/A',0,0,22407,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57157,'Yes',0,0,22408,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57158,'No',5,0,22408,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57159,'Other',20,0,22408,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57160,'N/A',0,0,22408,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57161,'Yes',0,0,22410,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57162,'No 1',7,0,22410,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57163,'No 2',7,0,22410,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57164,'Other',20,0,22410,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57165,'N/A',0,0,22410,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57166,'Yes',0,0,22412,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57167,'No 1',5,0,22412,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57168,'No 2',5,0,22412,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57169,'Yes',0,0,22413,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57170,'Option',5,0,22413,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57171,'No',8,0,22413,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57172,'N/A',0,0,22413,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57173,'Other',20,0,22413,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57174,'Yes 1',1,0,22415,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57175,'Yes 2',0,0,22415,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57176,'No',7,0,22415,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57177,'N/A',0,0,22415,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57178,'Other',20,0,22415,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57179,'Yes',0,0,22417,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57180,'No',8,0,22417,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57181,'Other',20,0,22417,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57182,'N/A',0,0,22417,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57183,'Yes',0,0,22418,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57184,'No',8,0,22418,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57185,'Other',20,0,22418,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57186,'N/A',0,0,22418,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57187,'Yes',0,0,22419,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57188,'No',8,0,22419,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57189,'Other',20,0,22419,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57190,'N/A',0,0,22419,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57191,'Yes',0,0,22421,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57192,'No',8,0,22421,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57193,'Other',20,0,22421,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57194,'N/A',0,0,22421,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57195,'Yes',0,0,22422,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57196,'No',6,0,22422,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57197,'Other',20,0,22422,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57198,'N/A',0,0,22422,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57199,'Yes',0,0,22424,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57200,'No 1',7,0,22424,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57201,'No 2',7,0,22424,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57202,'Other',20,0,22424,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57203,'N/A',0,0,22424,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57204,'Yes',0,0,22426,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57205,'No 1',5,0,22426,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57206,'No 2',5,0,22426,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57207,'Yes',0,0,22427,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57208,'Option',5,0,22427,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57209,'No',8,0,22427,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57210,'N/A',0,0,22427,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57211,'Other',20,0,22427,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57212,'Yes 1',1,0,22429,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57213,'Yes 2',0,0,22429,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57214,'No',7,0,22429,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57215,'N/A',0,0,22429,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57216,'Other',20,0,22429,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57217,'Yes',0,0,22431,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57218,'No',8,0,22431,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57219,'Other',20,0,22431,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57220,'N/A',0,0,22431,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57221,'Yes',0,0,22432,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57222,'No',8,0,22432,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57223,'Other',20,0,22432,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57224,'N/A',0,0,22432,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57225,'Yes',0,0,22433,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57226,'No',8,0,22433,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57227,'Other',20,0,22433,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57228,'N/A',0,0,22433,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57229,'Yes',0,0,22435,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57230,'No',8,0,22435,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57231,'Other',20,0,22435,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57232,'N/A',0,0,22435,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57233,'Yes',0,0,22436,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57234,'No',6,0,22436,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57235,'Other',20,0,22436,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57236,'N/A',0,0,22436,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57237,'Yes',0,0,22438,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57238,'Yes',2,0,22438,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57239,'No',5,0,22438,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57240,'N/A',0,0,22438,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57241,'Other',20,0,22438,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57242,'Yes',0,0,22440,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57243,'Yes',2,0,22440,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57244,'No',5,0,22440,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57245,'N/A',0,0,22440,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57246,'Other',20,0,22440,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57247,'Yes',0,0,22442,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57248,'No',4,0,22442,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57249,'N/A',0,0,22442,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57250,'Other',20,0,22442,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57251,'Yes',0,0,22444,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57252,'No',5,0,22444,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57253,'N/A',0,0,22444,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57254,'Other',20,0,22444,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57255,'Yes',0,0,22446,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57256,'No',4,0,22446,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57257,'N/A',0,0,22446,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57258,'Other',20,0,22446,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57259,'Yes',0,0,22448,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57260,'No',5,0,22448,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57261,'N/A',0,0,22448,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57262,'Other',20,0,22448,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57263,'Yes',0,0,22450,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57264,'No',5,0,22450,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57265,'N/A',0,0,22450,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57266,'Other',20,0,22450,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57267,'Yes',0,0,22452,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57268,'No',7,0,22452,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57269,'N/A',0,0,22452,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57270,'Other',20,0,22452,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57271,'Yes',2,0,22453,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57272,'No',6,0,22453,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57273,'No',0,0,22453,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57274,'N/A',0,0,22453,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57275,'Yes',0,0,22454,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57276,'Yes',2,0,22454,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57277,'No',5,0,22454,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57278,'N/A',0,0,22454,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57279,'Other',20,0,22454,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57280,'Yes',0,0,22456,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57281,'Yes',2,0,22456,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57282,'No',5,0,22456,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57283,'N/A',0,0,22456,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57284,'Other',20,0,22456,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57285,'Yes',0,0,22458,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57286,'No',4,0,22458,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57287,'N/A',0,0,22458,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57288,'Other',20,0,22458,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57289,'Yes',0,0,22460,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57290,'No',5,0,22460,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57291,'N/A',0,0,22460,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57292,'Other',20,0,22460,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57293,'Yes',0,0,22462,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57294,'No',4,0,22462,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57295,'N/A',0,0,22462,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57296,'Other',20,0,22462,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57297,'Yes',0,0,22464,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57298,'No',5,0,22464,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57299,'N/A',0,0,22464,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57300,'Other',20,0,22464,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57301,'Yes',0,0,22466,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57302,'No',5,0,22466,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57303,'N/A',0,0,22466,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57304,'Other',20,0,22466,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57305,'Yes',0,0,22468,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57306,'No',7,0,22468,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57307,'N/A',0,0,22468,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57308,'Other',20,0,22468,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57309,'Yes',2,0,22469,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57310,'No',6,0,22469,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57311,'No',0,0,22469,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57312,'N/A',0,0,22469,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57313,'Yes',0,0,22470,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57314,'No',6,0,22470,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57315,'NA',0,0,22470,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57316,'Other',20,0,22470,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57317,'Yes',0,0,22471,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57318,'Yes',0,0,22471,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57319,'NA',0,0,22471,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57320,'Other',20,0,22471,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57321,'Yes',1,0,22472,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57322,'No',0,0,22472,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57323,'Other',20,0,22472,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57324,'Yes',0,0,22473,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57325,'No',9,0,22473,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57326,'NA',0,0,22473,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57327,'Other',20,0,22473,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57328,'Yes',0,0,22474,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57329,'No',7,0,22474,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57330,'NA',0,0,22474,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57331,'Other',20,0,22474,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57332,'Yes',0,0,22475,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57333,'No',6,0,22475,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57334,'NA',0,0,22475,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57335,'Other',20,0,22475,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57336,'Yes',0,0,22476,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57337,'No',6,0,22476,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57338,'NA',0,0,22476,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57339,'Other',20,0,22476,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57340,'Yes',0,0,22477,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57341,'No',4,0,22477,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57342,'No',7,0,22477,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57343,'N/A',0,0,22477,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57344,'Other',20,0,22477,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57345,'Yes',0,0,22478,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57346,'No',8,0,22478,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57347,'NA',0,0,22478,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57348,'Other',20,0,22478,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57349,'Yes',3,0,22479,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57350,'Yes',4,0,22479,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57351,'Yes',5,0,22479,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57352,'Other',20,0,22479,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57353,'Yes',0,0,22480,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57354,'No',4,0,22480,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57355,'No',7,0,22480,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57356,'N/A',0,0,22480,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57357,'Other',20,0,22480,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57358,'Yes',0,0,22481,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57359,'No',6,0,22481,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57360,'NA',0,0,22481,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57361,'Other',20,0,22481,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57362,'Yes',0,0,22482,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57363,'Yes',0,0,22482,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57364,'NA',0,0,22482,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57365,'Other',20,0,22482,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57366,'Yes',1,0,22483,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57367,'No',0,0,22483,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57368,'Other',20,0,22483,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57369,'Yes',0,0,22484,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57370,'No',9,0,22484,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57371,'NA',0,0,22484,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57372,'Other',20,0,22484,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57373,'Yes',0,0,22485,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57374,'No',7,0,22485,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57375,'NA',0,0,22485,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57376,'Other',20,0,22485,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57377,'Yes',0,0,22486,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57378,'No',6,0,22486,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57379,'NA',0,0,22486,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57380,'Other',20,0,22486,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57381,'Yes',0,0,22487,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57382,'No',6,0,22487,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57383,'NA',0,0,22487,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57384,'Other',20,0,22487,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57385,'Yes',0,0,22488,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57386,'No',8,0,22488,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57387,'NA',0,0,22488,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57388,'Other',20,0,22488,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57389,'Yes',3,0,22489,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57390,'Yes',4,0,22489,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57391,'Yes',5,0,22489,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57392,'Other',20,0,22489,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57393,'Yes',1,0,22490,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57394,'Yes',0,0,22490,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57395,'No',5,0,22490,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57396,'Other',20,0,22490,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57397,'Yes',0,0,22491,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57398,'No',5,0,22491,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57399,'NA',5,0,22491,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57400,'Other',20,0,22491,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57401,'Yes',0,0,22492,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57402,'No',5,0,22492,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57403,'N/A',0,0,22492,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57404,'Other',20,0,22492,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57405,'Yes',0,0,22493,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57406,'No',5,0,22493,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57407,'Other',20,0,22493,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57408,'N/A',0,0,22493,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57409,'Yes',0,0,22494,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57410,'No',5,0,22494,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57411,'NA',0,0,22494,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57412,'Other',20,0,22494,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57413,'Yes',0,0,22495,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57414,'No',5,0,22495,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57415,'NA',0,0,22495,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57416,'Other',20,0,22495,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57417,'Yes',0,0,22496,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57418,'No',5,0,22496,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57419,'NA',0,0,22496,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57420,'Other',20,0,22496,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57421,'Yes',1,0,22497,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57422,'Yes',0,0,22497,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57423,'No',5,0,22497,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57424,'Other',20,0,22497,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57425,'Yes',0,0,22498,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57426,'No',5,0,22498,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57427,'NA',5,0,22498,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57428,'Other',20,0,22498,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57429,'Yes',0,0,22499,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57430,'No',5,0,22499,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57431,'N/A',0,0,22499,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57432,'Other',20,0,22499,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57433,'Yes',0,0,22500,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57434,'No',5,0,22500,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57435,'Other',20,0,22500,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57436,'N/A',0,0,22500,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57437,'Yes',0,0,22501,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57438,'No',5,0,22501,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57439,'NA',0,0,22501,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57440,'Other',20,0,22501,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57441,'Yes',0,0,22502,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57442,'No',5,0,22502,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57443,'NA',0,0,22502,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57444,'Other',20,0,22502,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57445,'Yes',0,0,22503,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57446,'No',5,0,22503,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57447,'NA',0,0,22503,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57448,'Other',20,0,22503,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57449,'Yes',0,0,22504,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57450,'No',5,0,22504,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57451,'Other',20,0,22504,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57452,'N/A',0,0,22504,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57453,'Yes',0,0,22505,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57454,'Yes',0,0,22505,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57455,'No',5,0,22505,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57456,'N/A',0,0,22505,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57457,'Other',20,0,22505,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57458,'Yes',0,0,22506,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57459,'No',5,0,22506,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57460,'Other',20,0,22506,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57461,'N/A',0,0,22506,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57462,'Yes',0,0,22507,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57463,'Yes',0,0,22507,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57464,'No',5,0,22507,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57465,'N/A',0,0,22507,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57466,'Other',20,0,22507,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57467,'Fan Heaters',4,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57468,'Electric Heaters',4,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57469,'Gas Heater',5,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57470,'Other Boilers',2,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57471,'Electrical Equipment',3,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57472,'Electrical Leads',3,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57473,'Portable Equipment',3,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57474,'Portable Lighting',2,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57475,'Cooking kitchen Equipment',6,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57476,'Other',20,0,22508,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57477,'Wood/Paper/Cardboard etc',3,0,22510,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57478,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22510,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57479,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22510,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57480,'Waste Material Controlled -in locked wheely bin or store',2,0,22510,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57481,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22510,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57482,'Other',20,0,22510,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57483,'Fan Heaters',4,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57484,'Electric Heaters',4,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57485,'Gas Heater',5,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57486,'Other Boilers',2,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57487,'Electrical Equipment',3,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57488,'Electrical Leads',3,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57489,'Portable Equipment',3,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57490,'Portable Lighting',2,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57491,'Cooking kitchen Equipment',6,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57492,'Other',20,0,22512,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57493,'Wood/Paper/Cardboard etc',3,0,22514,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57494,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22514,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57495,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22514,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57496,'Waste Material Controlled -in locked wheely bin or store',2,0,22514,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57497,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22514,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57498,'Other',20,0,22514,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57499,'Detached',1,0,22516,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57500,'Semi Detached',2,0,22516,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57501,'Terraced',3,0,22516,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57502,'Linked-Detached',1,0,22516,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57503,'Other',20,0,22516,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57504,'House',1,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57505,'Bungalow',1,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57506,'Block of Flats - Studios up to 6 Floor Levels',3,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57507,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57508,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57509,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57510,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57511,'Underground Property',1,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57512,'Factory/ Warehouse',3,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57513,'Garage/ Workshop',3,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57514,'Retail Shop',2,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57515,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57516,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57517,'Other',20,0,22517,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57518,'1-5',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57519,'5-10',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57520,'10-15',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57521,'15-20',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57522,'20-25',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57523,'25-30',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57524,'30-35',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57525,'35-40',0,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57526,'Other',20,0,22518,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57527,'NA',0,0,22522,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57528,'Number of staircase',2,0,22522,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57529,'NA',0,0,22523,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57530,'1',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57531,'2',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57532,'3',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57533,'4',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57534,'5',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57535,'6',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57536,'7',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57537,'8',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57538,'9',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57539,'10',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57540,'11',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57541,'12',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57542,'13',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57543,'14',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57544,'15',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57545,'16',2,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57546,'N/A',0,0,22524,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57547,'Yes',1,0,22526,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57548,'No',3,0,22526,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57549,'Unknown',3,0,22526,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57550,'Stone',0,0,22526,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57551,'Other',20,0,22526,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57552,'Yes',1,0,22527,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57553,'No',5,0,22527,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57554,'Unknown',5,0,22527,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57555,'Stone',0,0,22527,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57556,'Other',20,0,22527,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57557,'No',5,0,22528,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57558,'Unknown',5,0,22528,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57559,'Stone',0,0,22528,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57560,'Other',20,0,22528,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57561,'Wood',2,0,22529,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57562,'Plastics',1,0,22529,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57563,'Aluminium',0,0,22529,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57564,'Stone',0,0,22529,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57565,'Other',20,0,22529,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57566,'0%',0,0,22530,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57567,'25%',0,0,22530,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57568,'50%',0,0,22530,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57569,'75%',0,0,22530,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57570,'100%',0,0,22530,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57571,'0%',0,0,22532,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57572,'25%',1,0,22532,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57573,'50%',1,0,22532,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57574,'75%',1,0,22532,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57575,'100%',1,0,22532,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57576,'0%',0,0,22533,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57577,'25%',0,0,22533,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57578,'50%',0,0,22533,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57579,'75%',0,0,22533,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57580,'100%',0,0,22533,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57581,'0%',0,0,22535,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57582,'25%',1,0,22535,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57583,'50%',1,0,22535,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57584,'75%',1,0,22535,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57585,'100%',1,0,22535,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57586,'0%',0,0,22536,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57587,'25%',5,0,22536,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57588,'50%',5,0,22536,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57589,'75%',5,0,22536,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57590,'100%',5,0,22536,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57591,'0%',0,0,22537,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57592,'25%',5,0,22537,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57593,'50%',5,0,22537,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57594,'75%',5,0,22537,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57595,'100%',5,0,22537,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57596,'0%',0,0,22538,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57597,'25%',1,0,22538,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57598,'50%',1,0,22538,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57599,'75%',1,0,22538,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57600,'100%',1,0,22538,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57601,'25%',1,0,22539,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57602,'50%',1,0,22539,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57603,'75%',1,0,22539,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57604,'100%',1,0,22539,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57605,'Other',20,0,22539,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57606,'0%',0,0,22541,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57607,'25%',1,0,22541,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57608,'50%',1,0,22541,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57609,'75%',1,0,22541,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57610,'100%',1,0,22541,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57611,'0%',0,0,22542,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57612,'25%',2,0,22542,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57613,'50%',2,0,22542,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57614,'75%',2,0,22542,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57615,'100%',2,0,22542,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57616,'0%',0,0,22543,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57617,'25%',1,0,22543,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57618,'50%',1,0,22543,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57619,'75%',1,0,22543,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57620,'100%',1,0,22543,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57621,'Solid concrete all levels',0,0,22544,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57622,'Timber joists all levels',3,0,22544,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57623,'Concrete lowest floor – Timber above higher levels',3,0,22544,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57624,'Other',20,0,22544,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57625,'Yes',1,0,22547,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57626,'No',6,0,22547,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57627,'Yes',2,0,22549,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57628,'No',8,0,22549,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57629,'Yes',1,0,22551,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57630,'No',6,0,22551,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57631,'Yes',1,0,22553,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57632,'No',6,0,22553,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57633,'Yes',1,0,22555,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57634,'No',6,0,22555,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57635,'Yes',1,0,22559,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57636,'No',3,0,22559,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57637,'Yes',1,0,22561,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57638,'No',3,0,22561,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57639,'Yes',1,0,22563,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57640,'No',3,0,22563,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57641,'Very Good',1,0,22565,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57642,'Good',1,0,22565,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57643,'Fair',1,0,22565,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57644,'Poor',2,0,22565,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57645,'Very Poor',2,0,22565,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(57646,'Yes',0,0,22569,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57647,'No',2,0,22569,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57648,'Other',20,0,22569,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57649,'N/A',0,0,22569,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57650,'Yes',0,0,22570,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57651,'No',2,0,22570,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57652,'Other',20,0,22570,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57653,'N/A',0,0,22570,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57654,'Yes',0,0,22571,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57655,'No',2,0,22571,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57656,'Other',20,0,22571,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57657,'N/A',0,0,22571,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57658,'Yes',0,0,22573,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57659,'No',2,0,22573,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57660,'Other',20,0,22573,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57661,'N/A',0,0,22573,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57662,'Yes',0,0,22575,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57663,'No',2,0,22575,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57664,'Other',20,0,22575,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57665,'N/A',0,0,22575,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57666,'Yes',0,0,22576,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57667,'No',2,0,22576,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57668,'Other',20,0,22576,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57669,'N/A',0,0,22576,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57670,'Yes',0,0,22577,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57671,'No',3,0,22577,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57672,'Other',20,0,22577,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57673,'N/A',0,0,22577,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57674,'Yes',0,0,22579,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57675,'No',3,0,22579,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57676,'Other',20,0,22579,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57677,'N/A',0,0,22579,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57678,'Yes',0,0,22580,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57679,'No',4,0,22580,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57680,'No Disabled',0,0,22580,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57681,'Other',20,0,22580,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57682,'N/A',0,0,22580,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57683,'Yes',0,0,22581,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57684,'No',4,0,22581,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57685,'Other',20,0,22581,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57686,'N/A',0,0,22581,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57687,'Yes',0,0,22582,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57688,'No',3,0,22582,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57689,'Other',20,0,22582,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57690,'N/A',0,0,22582,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57691,'Yes',0,0,22583,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57692,'No',4,0,22583,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57693,'Other',20,0,22583,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57694,'N/A',0,0,22583,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57695,'Yes',0,0,22584,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57696,'No',4,0,22584,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57697,'Other',20,0,22584,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57698,'N/A',0,0,22584,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57699,'Yes',0,0,22585,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57700,'No',5,0,22585,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57701,'Other',20,0,22585,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57702,'N/A',0,0,22585,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57703,'Yes',0,0,22586,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57704,'Yes',3,0,22586,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57705,'No',6,0,22586,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57706,'Other',20,0,22586,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57707,'N/A',0,0,22586,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57708,'Yes',0,0,22587,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57709,'No',5,0,22587,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57710,'Other',20,0,22587,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57711,'N/A',0,0,22587,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57712,'Yes',0,0,22589,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57713,'No',2,0,22589,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57714,'Other',20,0,22589,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57715,'N/A',0,0,22589,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57716,'Yes',0,0,22590,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57717,'No',2,0,22590,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57718,'Other',20,0,22590,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57719,'N/A',0,0,22590,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57720,'Yes',0,0,22591,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57721,'No',2,0,22591,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57722,'Other',20,0,22591,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57723,'N/A',0,0,22591,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57724,'Yes',0,0,22593,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57725,'No',2,0,22593,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57726,'Other',20,0,22593,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57727,'N/A',0,0,22593,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57728,'Yes',0,0,22595,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57729,'No',2,0,22595,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57730,'Other',20,0,22595,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57731,'N/A',0,0,22595,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57732,'Yes',0,0,22596,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57733,'No',3,0,22596,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57734,'Other',20,0,22596,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57735,'N/A',0,0,22596,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57736,'Yes',0,0,22597,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57737,'No',2,0,22597,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57738,'Other',20,0,22597,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57739,'N/A',0,0,22597,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57740,'Yes',0,0,22599,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57741,'No',3,0,22599,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57742,'Other',20,0,22599,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57743,'N/A',0,0,22599,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57744,'Yes',0,0,22600,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57745,'No',4,0,22600,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57746,'No Disabled',0,0,22600,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57747,'Other',20,0,22600,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57748,'N/A',0,0,22600,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57749,'Yes',0,0,22601,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57750,'No',4,0,22601,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57751,'Other',20,0,22601,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57752,'N/A',0,0,22601,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57753,'Yes',0,0,22602,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57754,'No',3,0,22602,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57755,'Other',20,0,22602,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57756,'N/A',0,0,22602,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57757,'Yes',0,0,22603,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57758,'No',4,0,22603,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57759,'Other',20,0,22603,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57760,'N/A',0,0,22603,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57761,'Yes',0,0,22604,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57762,'No',4,0,22604,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57763,'Other',20,0,22604,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57764,'N/A',0,0,22604,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57765,'Yes',0,0,22605,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57766,'No',5,0,22605,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57767,'Other',20,0,22605,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57768,'N/A',0,0,22605,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57769,'Yes',0,0,22606,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57770,'Yes',3,0,22606,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57771,'No',6,0,22606,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57772,'Other',20,0,22606,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57773,'N/A',0,0,22606,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57774,'Yes',0,0,22607,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57775,'No',5,0,22607,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57776,'Other',20,0,22607,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57777,'N/A',0,0,22607,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57778,'Yes',0,0,22609,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57779,'No 1',7,0,22609,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57780,'No 2',7,0,22609,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57781,'Other',20,0,22609,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57782,'N/A',0,0,22609,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57783,'Yes',0,0,22611,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57784,'No 1',5,0,22611,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57785,'No 2',5,0,22611,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57786,'Yes',0,0,22612,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57787,'Option',5,0,22612,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57788,'No',8,0,22612,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57789,'N/A',0,0,22612,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57790,'Other',20,0,22612,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57791,'Yes 1',1,0,22614,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57792,'Yes 2',0,0,22614,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57793,'No',7,0,22614,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57794,'N/A',0,0,22614,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57795,'Other',20,0,22614,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57796,'Yes',0,0,22616,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57797,'No',8,0,22616,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57798,'Other',20,0,22616,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57799,'N/A',0,0,22616,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57800,'Yes',0,0,22617,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57801,'No',8,0,22617,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57802,'Other',20,0,22617,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57803,'N/A',0,0,22617,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57804,'Yes',0,0,22618,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57805,'No',8,0,22618,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57806,'Other',20,0,22618,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57807,'N/A',0,0,22618,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57808,'Yes',0,0,22620,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57809,'No',8,0,22620,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57810,'Other',20,0,22620,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57811,'N/A',0,0,22620,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57812,'Yes',0,0,22621,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57813,'No',6,0,22621,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57814,'Other',20,0,22621,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57815,'N/A',0,0,22621,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57816,'Yes',0,0,22623,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57817,'No 1',7,0,22623,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57818,'No 2',7,0,22623,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57819,'Other',20,0,22623,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57820,'N/A',0,0,22623,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57821,'Yes',0,0,22625,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57822,'No 1',5,0,22625,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57823,'No 2',5,0,22625,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57824,'Yes',0,0,22626,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57825,'Option',5,0,22626,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57826,'No',8,0,22626,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57827,'N/A',0,0,22626,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57828,'Other',20,0,22626,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57829,'Yes 1',1,0,22628,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57830,'Yes 2',0,0,22628,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57831,'No',7,0,22628,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57832,'N/A',0,0,22628,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57833,'Other',20,0,22628,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57834,'Yes',0,0,22630,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57835,'No',8,0,22630,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57836,'Other',20,0,22630,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57837,'N/A',0,0,22630,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57838,'Yes',0,0,22631,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57839,'No',8,0,22631,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57840,'Other',20,0,22631,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57841,'N/A',0,0,22631,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57842,'Yes',0,0,22632,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57843,'No',8,0,22632,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57844,'Other',20,0,22632,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57845,'N/A',0,0,22632,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57846,'Yes',0,0,22634,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57847,'No',8,0,22634,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57848,'Other',20,0,22634,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57849,'N/A',0,0,22634,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57850,'Yes',0,0,22635,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57851,'No',6,0,22635,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57852,'Other',20,0,22635,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57853,'N/A',0,0,22635,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57854,'Yes',0,0,22637,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57855,'Yes',2,0,22637,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57856,'No',5,0,22637,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57857,'N/A',0,0,22637,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57858,'Other',20,0,22637,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57859,'Yes',0,0,22639,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57860,'Yes',2,0,22639,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57861,'No',5,0,22639,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57862,'N/A',0,0,22639,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57863,'Other',20,0,22639,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57864,'Yes',0,0,22641,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57865,'No',4,0,22641,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57866,'N/A',0,0,22641,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57867,'Other',20,0,22641,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57868,'Yes',0,0,22643,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57869,'No',5,0,22643,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57870,'N/A',0,0,22643,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57871,'Other',20,0,22643,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57872,'Yes',0,0,22645,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57873,'No',4,0,22645,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57874,'N/A',0,0,22645,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57875,'Other',20,0,22645,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57876,'Yes',0,0,22647,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57877,'No',5,0,22647,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57878,'N/A',0,0,22647,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57879,'Other',20,0,22647,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57880,'Yes',0,0,22649,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57881,'No',5,0,22649,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57882,'N/A',0,0,22649,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57883,'Other',20,0,22649,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57884,'Yes',0,0,22651,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57885,'No',7,0,22651,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57886,'N/A',0,0,22651,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57887,'Other',20,0,22651,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57888,'Yes',2,0,22652,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57889,'No',6,0,22652,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57890,'No',0,0,22652,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57891,'N/A',0,0,22652,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57892,'Yes',0,0,22653,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57893,'Yes',2,0,22653,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57894,'No',5,0,22653,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57895,'N/A',0,0,22653,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57896,'Other',20,0,22653,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57897,'Yes',0,0,22655,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57898,'Yes',2,0,22655,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57899,'No',5,0,22655,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57900,'N/A',0,0,22655,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57901,'Other',20,0,22655,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57902,'Yes',0,0,22657,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57903,'No',4,0,22657,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57904,'N/A',0,0,22657,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57905,'Other',20,0,22657,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57906,'Yes',0,0,22659,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57907,'No',5,0,22659,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57908,'N/A',0,0,22659,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57909,'Other',20,0,22659,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57910,'Yes',0,0,22661,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57911,'No',4,0,22661,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57912,'N/A',0,0,22661,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57913,'Other',20,0,22661,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57914,'Yes',0,0,22663,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57915,'No',5,0,22663,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57916,'N/A',0,0,22663,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57917,'Other',20,0,22663,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57918,'Yes',0,0,22665,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57919,'No',5,0,22665,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57920,'N/A',0,0,22665,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57921,'Other',20,0,22665,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57922,'Yes',0,0,22667,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57923,'No',7,0,22667,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57924,'N/A',0,0,22667,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57925,'Other',20,0,22667,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57926,'Yes',2,0,22668,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57927,'No',6,0,22668,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57928,'No',0,0,22668,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57929,'N/A',0,0,22668,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57930,'Yes',0,0,22669,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57931,'No',6,0,22669,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57932,'NA',0,0,22669,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57933,'Other',20,0,22669,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57934,'Yes',0,0,22670,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57935,'Yes',0,0,22670,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57936,'NA',0,0,22670,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57937,'Other',20,0,22670,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57938,'Yes',1,0,22671,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57939,'No',0,0,22671,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57940,'Other',20,0,22671,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57941,'Yes',0,0,22672,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57942,'No',9,0,22672,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57943,'NA',0,0,22672,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57944,'Other',20,0,22672,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57945,'Yes',0,0,22673,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57946,'No',7,0,22673,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57947,'NA',0,0,22673,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57948,'Other',20,0,22673,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57949,'Yes',0,0,22674,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57950,'No',6,0,22674,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57951,'NA',0,0,22674,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57952,'Other',20,0,22674,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57953,'Yes',0,0,22675,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57954,'No',6,0,22675,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57955,'NA',0,0,22675,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57956,'Other',20,0,22675,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57957,'Yes',0,0,22676,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57958,'No',4,0,22676,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57959,'No',7,0,22676,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57960,'N/A',0,0,22676,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57961,'Other',20,0,22676,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57962,'Yes',0,0,22677,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57963,'No',8,0,22677,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57964,'NA',0,0,22677,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57965,'Other',20,0,22677,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57966,'Yes',3,0,22678,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57967,'Yes',4,0,22678,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57968,'Yes',5,0,22678,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57969,'Other',20,0,22678,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57970,'Yes',0,0,22679,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57971,'No',4,0,22679,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57972,'No',7,0,22679,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57973,'N/A',0,0,22679,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57974,'Other',20,0,22679,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57975,'Yes',0,0,22680,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57976,'No',6,0,22680,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57977,'NA',0,0,22680,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57978,'Other',20,0,22680,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57979,'Yes',0,0,22681,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57980,'Yes',0,0,22681,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57981,'NA',0,0,22681,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57982,'Other',20,0,22681,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57983,'Yes',1,0,22682,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57984,'No',0,0,22682,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57985,'Other',20,0,22682,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57986,'Yes',0,0,22683,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57987,'No',9,0,22683,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57988,'NA',0,0,22683,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57989,'Other',20,0,22683,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57990,'Yes',0,0,22684,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57991,'No',7,0,22684,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57992,'NA',0,0,22684,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57993,'Other',20,0,22684,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57994,'Yes',0,0,22685,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57995,'No',6,0,22685,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57996,'NA',0,0,22685,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57997,'Other',20,0,22685,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57998,'Yes',0,0,22686,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(57999,'No',6,0,22686,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58000,'NA',0,0,22686,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58001,'Other',20,0,22686,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58002,'Yes',0,0,22687,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58003,'No',8,0,22687,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58004,'NA',0,0,22687,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58005,'Other',20,0,22687,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58006,'Yes',3,0,22688,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58007,'Yes',4,0,22688,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58008,'Yes',5,0,22688,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58009,'Other',20,0,22688,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58010,'Yes',1,0,22689,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58011,'Yes',0,0,22689,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58012,'No',5,0,22689,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58013,'Other',20,0,22689,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58014,'Yes',0,0,22690,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58015,'No',5,0,22690,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58016,'NA',5,0,22690,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58017,'Other',20,0,22690,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58018,'Yes',0,0,22691,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58019,'No',5,0,22691,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58020,'N/A',0,0,22691,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58021,'Other',20,0,22691,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58022,'Yes',0,0,22692,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58023,'No',5,0,22692,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58024,'Other',20,0,22692,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58025,'N/A',0,0,22692,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58026,'Yes',0,0,22693,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58027,'No',5,0,22693,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58028,'NA',0,0,22693,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58029,'Other',20,0,22693,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58030,'Yes',0,0,22694,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58031,'No',5,0,22694,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58032,'NA',0,0,22694,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58033,'Other',20,0,22694,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58034,'Yes',0,0,22695,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58035,'No',5,0,22695,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58036,'NA',0,0,22695,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58037,'Other',20,0,22695,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58038,'Yes',1,0,22696,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58039,'Yes',0,0,22696,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58040,'No',5,0,22696,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58041,'Other',20,0,22696,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58042,'Yes',0,0,22697,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58043,'No',5,0,22697,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58044,'NA',5,0,22697,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58045,'Other',20,0,22697,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58046,'Yes',0,0,22698,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58047,'No',5,0,22698,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58048,'N/A',0,0,22698,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58049,'Other',20,0,22698,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58050,'Yes',0,0,22699,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58051,'No',5,0,22699,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58052,'Other',20,0,22699,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58053,'N/A',0,0,22699,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58054,'Yes',0,0,22700,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58055,'No',5,0,22700,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58056,'NA',0,0,22700,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58057,'Other',20,0,22700,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58058,'Yes',0,0,22701,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58059,'No',5,0,22701,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58060,'NA',0,0,22701,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58061,'Other',20,0,22701,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58062,'Yes',0,0,22702,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58063,'No',5,0,22702,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58064,'NA',0,0,22702,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58065,'Other',20,0,22702,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58066,'Yes',0,0,22703,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58067,'No',5,0,22703,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58068,'Other',20,0,22703,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58069,'N/A',0,0,22703,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58070,'Yes',0,0,22704,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58071,'Yes',0,0,22704,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58072,'No',5,0,22704,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58073,'N/A',0,0,22704,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58074,'Other',20,0,22704,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58075,'Yes',0,0,22705,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58076,'No',5,0,22705,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58077,'Other',20,0,22705,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58078,'N/A',0,0,22705,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58079,'Yes',0,0,22706,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58080,'Yes',0,0,22706,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58081,'No',5,0,22706,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58082,'N/A',0,0,22706,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58083,'Other',20,0,22706,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58084,'Fan Heaters',4,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58085,'Electric Heaters',4,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58086,'Gas Heater',5,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58087,'Other Boilers',2,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58088,'Electrical Equipment',3,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58089,'Electrical Leads',3,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58090,'Portable Equipment',3,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58091,'Portable Lighting',2,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58092,'Cooking kitchen Equipment',6,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58093,'Other',20,0,22707,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58094,'Wood/Paper/Cardboard etc',3,0,22709,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58095,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22709,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58096,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22709,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58097,'Waste Material Controlled -in locked wheely bin or store',2,0,22709,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58098,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22709,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58099,'Other',20,0,22709,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(58100,'Fan Heaters',4,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58101,'Electric Heaters',4,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58102,'Gas Heater',5,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58103,'Other Boilers',2,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58104,'Electrical Equipment',3,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58105,'Electrical Leads',3,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58106,'Portable Equipment',3,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58107,'Portable Lighting',2,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58108,'Cooking kitchen Equipment',6,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58109,'Other',20,0,22711,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58110,'Wood/Paper/Cardboard etc',3,0,22713,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58111,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22713,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58112,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22713,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58113,'Waste Material Controlled -in locked wheely bin or store',2,0,22713,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58114,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22713,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58115,'Other',20,0,22713,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58116,'Detached',1,0,22715,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58117,'Semi Detached',2,0,22715,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58118,'Terraced',3,0,22715,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58119,'Linked-Detached',1,0,22715,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58120,'Other',20,0,22715,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58121,'House',1,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58122,'Bungalow',1,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58123,'Block of Flats - Studios up to 6 Floor Levels',3,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58124,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58125,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58126,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58127,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58128,'Underground Property',1,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58129,'Factory/ Warehouse',3,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58130,'Garage/ Workshop',3,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58131,'Retail Shop',2,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58132,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58133,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58134,'Other',20,0,22716,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58135,'1-5',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58136,'5-10',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58137,'10-15',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58138,'15-20',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58139,'20-25',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58140,'25-30',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58141,'30-35',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58142,'35-40',0,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58143,'Other',20,0,22717,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58144,'NA',0,0,22721,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58145,'Number of staircase',2,0,22721,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58146,'NA',0,0,22722,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58147,'1',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58148,'2',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58149,'3',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58150,'4',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58151,'5',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58152,'6',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58153,'7',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58154,'8',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58155,'9',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58156,'10',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58157,'11',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58158,'12',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58159,'13',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58160,'14',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58161,'15',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58162,'16',2,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58163,'N/A',0,0,22723,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58164,'Yes',1,0,22725,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58165,'No',3,0,22725,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58166,'Unknown',3,0,22725,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58167,'Stone',0,0,22725,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58168,'Other',20,0,22725,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58169,'Yes',1,0,22726,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58170,'No',5,0,22726,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58171,'Unknown',5,0,22726,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58172,'Stone',0,0,22726,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58173,'Other',20,0,22726,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58174,'No',5,0,22727,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58175,'Unknown',5,0,22727,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58176,'Stone',0,0,22727,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58177,'Other',20,0,22727,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58178,'Wood',2,0,22728,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58179,'Plastics',1,0,22728,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58180,'Aluminium',0,0,22728,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58181,'Stone',0,0,22728,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58182,'Other',20,0,22728,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58183,'0%',0,0,22729,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58184,'25%',0,0,22729,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58185,'50%',0,0,22729,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58186,'75%',0,0,22729,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58187,'100%',0,0,22729,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58188,'0%',0,0,22731,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58189,'25%',1,0,22731,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58190,'50%',1,0,22731,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58191,'75%',1,0,22731,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58192,'100%',1,0,22731,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58193,'0%',0,0,22732,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58194,'25%',0,0,22732,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58195,'50%',0,0,22732,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58196,'75%',0,0,22732,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58197,'100%',0,0,22732,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58198,'0%',0,0,22734,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58199,'25%',1,0,22734,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58200,'50%',1,0,22734,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58201,'75%',1,0,22734,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58202,'100%',1,0,22734,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58203,'0%',0,0,22735,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58204,'25%',5,0,22735,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58205,'50%',5,0,22735,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58206,'75%',5,0,22735,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58207,'100%',5,0,22735,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58208,'0%',0,0,22736,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58209,'25%',5,0,22736,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58210,'50%',5,0,22736,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58211,'75%',5,0,22736,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58212,'100%',5,0,22736,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58213,'0%',0,0,22737,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58214,'25%',1,0,22737,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58215,'50%',1,0,22737,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58216,'75%',1,0,22737,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58217,'100%',1,0,22737,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58218,'25%',1,0,22738,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58219,'50%',1,0,22738,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58220,'75%',1,0,22738,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58221,'100%',1,0,22738,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58222,'Other',20,0,22738,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58223,'0%',0,0,22740,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58224,'25%',1,0,22740,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58225,'50%',1,0,22740,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58226,'75%',1,0,22740,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58227,'100%',1,0,22740,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58228,'0%',0,0,22741,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58229,'25%',2,0,22741,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58230,'50%',2,0,22741,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58231,'75%',2,0,22741,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58232,'100%',2,0,22741,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58233,'0%',0,0,22742,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58234,'25%',1,0,22742,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58235,'50%',1,0,22742,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58236,'75%',1,0,22742,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58237,'100%',1,0,22742,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58238,'Solid concrete all levels',0,0,22743,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58239,'Timber joists all levels',3,0,22743,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58240,'Concrete lowest floor – Timber above higher levels',3,0,22743,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58241,'Other',20,0,22743,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58242,'Yes',1,0,22746,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58243,'No',6,0,22746,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58244,'Yes',2,0,22748,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58245,'No',8,0,22748,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58246,'Yes',1,0,22750,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58247,'No',6,0,22750,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58248,'Yes',1,0,22752,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58249,'No',6,0,22752,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58250,'Yes',1,0,22754,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58251,'No',6,0,22754,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58252,'Yes',1,0,22758,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58253,'No',3,0,22758,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58254,'Yes',1,0,22760,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58255,'No',3,0,22760,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58256,'Yes',1,0,22762,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58257,'No',3,0,22762,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58258,'Very Good',1,0,22764,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58259,'Good',1,0,22764,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58260,'Fair',1,0,22764,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58261,'Poor',2,0,22764,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58262,'Very Poor',2,0,22764,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58263,'Director',0,0,22770,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58264,'Owner Landlord',0,0,22770,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58265,'Site Maitenance',0,0,22770,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58266,'Estate Agent',0,0,22770,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58267,'Letting Agent',0,0,22770,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58268,'Other',0,0,22770,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58269,'Property Agent',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58270,'Owner Landlord',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58271,'Site Manager',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58272,'Property Manager',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58273,'Construction Manager',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58274,'Fire Warden',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58275,'Director',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58276,'CEO',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58277,'Other',0,0,22771,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58278,'A Property Within Building Block',0,0,22772,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58279,'All Of The Property',0,0,22772,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58280,'Communal Areas Only',0,0,22772,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58281,'House',0,0,22772,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58282,'Flat',0,0,22772,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58283,'Other',0,0,22772,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58284,'Nebosh',0,0,22778,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58285,'Level 2 Fire Risk Assessor',0,0,22778,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58286,'Competant Person',0,0,22778,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(58287,'Test Choice 1',1,0,22779,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(58288,'Other',20,0,22779,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(58289,'Test Choice 1',0,0,22780,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(58290,'Other',0,0,22780,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(58291,'Test Choice 1',1,0,22781,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(58292,'Other',20,0,22781,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(58293,'Test Choice 1',1,0,22782,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(58294,'Other',20,0,22782,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(58295,'Yes',0,0,22784,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58296,'No',2,0,22784,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58297,'Other',20,0,22784,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58298,'N/A',0,0,22784,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58299,'Yes',0,0,22785,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58300,'No',2,0,22785,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58301,'Other',20,0,22785,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58302,'N/A',0,0,22785,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58303,'Yes',0,0,22786,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58304,'No',2,0,22786,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58305,'Other',20,0,22786,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58306,'N/A',0,0,22786,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58307,'Yes',0,0,22788,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58308,'No',2,0,22788,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58309,'Other',20,0,22788,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58310,'N/A',0,0,22788,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58311,'Yes',0,0,22790,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58312,'No',2,0,22790,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58313,'Other',20,0,22790,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58314,'N/A',0,0,22790,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58315,'Yes',0,0,22791,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58316,'No',2,0,22791,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58317,'Other',20,0,22791,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58318,'N/A',0,0,22791,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58319,'Yes',0,0,22792,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58320,'No',3,0,22792,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58321,'Other',20,0,22792,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58322,'N/A',0,0,22792,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58323,'Yes',0,0,22794,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58324,'No',3,0,22794,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58325,'Other',20,0,22794,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58326,'N/A',0,0,22794,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58327,'Yes',0,0,22795,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58328,'No',4,0,22795,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58329,'No Disabled',0,0,22795,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58330,'Other',20,0,22795,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58331,'N/A',0,0,22795,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58332,'Yes',0,0,22796,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58333,'No',4,0,22796,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58334,'Other',20,0,22796,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58335,'N/A',0,0,22796,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58336,'Yes',0,0,22797,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58337,'No',3,0,22797,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58338,'Other',20,0,22797,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58339,'N/A',0,0,22797,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58340,'Yes',0,0,22798,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58341,'No',4,0,22798,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58342,'Other',20,0,22798,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58343,'N/A',0,0,22798,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58344,'Yes',0,0,22799,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58345,'No',4,0,22799,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58346,'Other',20,0,22799,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58347,'N/A',0,0,22799,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58348,'Yes',0,0,22800,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58349,'No',5,0,22800,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58350,'Other',20,0,22800,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58351,'N/A',0,0,22800,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58352,'Yes',0,0,22801,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58353,'Yes',3,0,22801,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58354,'No',6,0,22801,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58355,'Other',20,0,22801,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58356,'N/A',0,0,22801,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58357,'Yes',0,0,22802,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58358,'No',5,0,22802,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58359,'Other',20,0,22802,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58360,'N/A',0,0,22802,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58361,'Yes',0,0,22804,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58362,'No 1',7,0,22804,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58363,'No 2',7,0,22804,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58364,'Other',20,0,22804,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58365,'N/A',0,0,22804,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58366,'Yes',0,0,22806,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58367,'No 1',5,0,22806,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58368,'No 2',5,0,22806,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58369,'Yes',0,0,22807,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58370,'Option',5,0,22807,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58371,'No',8,0,22807,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58372,'N/A',0,0,22807,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58373,'Other',20,0,22807,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58374,'Yes 1',1,0,22809,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58375,'Yes 2',0,0,22809,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58376,'No',7,0,22809,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58377,'N/A',0,0,22809,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58378,'Other',20,0,22809,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58379,'Yes',0,0,22811,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58380,'No',8,0,22811,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58381,'Other',20,0,22811,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58382,'N/A',0,0,22811,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58383,'Yes',0,0,22812,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58384,'No',8,0,22812,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58385,'Other',20,0,22812,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58386,'N/A',0,0,22812,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58387,'Yes',0,0,22813,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58388,'No',8,0,22813,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58389,'Other',20,0,22813,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58390,'N/A',0,0,22813,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58391,'Yes',0,0,22815,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58392,'No',8,0,22815,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58393,'Other',20,0,22815,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58394,'N/A',0,0,22815,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58395,'Yes',0,0,22816,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58396,'No',6,0,22816,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58397,'Other',20,0,22816,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58398,'N/A',0,0,22816,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58399,'Yes',0,0,22818,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58400,'Yes',2,0,22818,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58401,'No',5,0,22818,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58402,'N/A',0,0,22818,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58403,'Other',20,0,22818,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58404,'Yes',0,0,22820,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58405,'Yes',2,0,22820,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58406,'No',5,0,22820,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58407,'N/A',0,0,22820,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58408,'Other',20,0,22820,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58409,'Yes',0,0,22822,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58410,'No',4,0,22822,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58411,'N/A',0,0,22822,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58412,'Other',20,0,22822,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58413,'Yes',0,0,22824,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58414,'No',5,0,22824,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58415,'N/A',0,0,22824,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58416,'Other',20,0,22824,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58417,'Yes',0,0,22826,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58418,'No',4,0,22826,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58419,'N/A',0,0,22826,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58420,'Other',20,0,22826,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58421,'Yes',0,0,22828,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58422,'No',5,0,22828,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58423,'N/A',0,0,22828,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58424,'Other',20,0,22828,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58425,'Yes',0,0,22830,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58426,'No',5,0,22830,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58427,'N/A',0,0,22830,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58428,'Other',20,0,22830,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58429,'Yes',0,0,22832,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58430,'No',7,0,22832,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58431,'N/A',0,0,22832,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58432,'Other',20,0,22832,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58433,'Yes',2,0,22833,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58434,'No',6,0,22833,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58435,'No',0,0,22833,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58436,'N/A',0,0,22833,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58437,'Yes',0,0,22834,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58438,'No',6,0,22834,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58439,'NA',0,0,22834,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58440,'Other',20,0,22834,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58441,'Yes',0,0,22835,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58442,'Yes',0,0,22835,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58443,'NA',0,0,22835,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58444,'Other',20,0,22835,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58445,'Yes',1,0,22836,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58446,'No',0,0,22836,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58447,'Other',20,0,22836,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58448,'Yes',0,0,22837,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58449,'No',9,0,22837,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58450,'NA',0,0,22837,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58451,'Other',20,0,22837,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58452,'Yes',0,0,22838,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58453,'No',7,0,22838,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58454,'NA',0,0,22838,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58455,'Other',20,0,22838,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58456,'Yes',0,0,22839,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58457,'No',6,0,22839,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58458,'NA',0,0,22839,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58459,'Other',20,0,22839,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58460,'Yes',0,0,22840,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58461,'No',6,0,22840,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58462,'NA',0,0,22840,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58463,'Other',20,0,22840,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58464,'Yes',0,0,22841,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58465,'No',4,0,22841,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58466,'No',7,0,22841,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58467,'N/A',0,0,22841,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58468,'Other',20,0,22841,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58469,'Yes',0,0,22842,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58470,'No',8,0,22842,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58471,'NA',0,0,22842,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58472,'Other',20,0,22842,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58473,'Yes',3,0,22843,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58474,'Yes',4,0,22843,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58475,'Yes',5,0,22843,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58476,'Other',20,0,22843,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58477,'Yes',1,0,22844,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58478,'Yes',0,0,22844,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58479,'No',5,0,22844,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58480,'Other',20,0,22844,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58481,'Yes',0,0,22845,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58482,'No',5,0,22845,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58483,'NA',5,0,22845,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58484,'Other',20,0,22845,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58485,'Yes',0,0,22846,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58486,'No',5,0,22846,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58487,'N/A',0,0,22846,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58488,'Other',20,0,22846,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58489,'Yes',0,0,22847,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58490,'No',5,0,22847,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58491,'Other',20,0,22847,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58492,'N/A',0,0,22847,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58493,'Yes',0,0,22848,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58494,'No',5,0,22848,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58495,'NA',0,0,22848,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58496,'Other',20,0,22848,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58497,'Yes',0,0,22849,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58498,'No',5,0,22849,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58499,'NA',0,0,22849,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58500,'Other',20,0,22849,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58501,'Yes',0,0,22850,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58502,'No',5,0,22850,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58503,'NA',0,0,22850,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58504,'Other',20,0,22850,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58505,'Yes',0,0,22851,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58506,'No',5,0,22851,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58507,'Other',20,0,22851,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58508,'N/A',0,0,22851,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58509,'Yes',0,0,22852,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58510,'Yes',0,0,22852,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58511,'No',5,0,22852,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58512,'N/A',0,0,22852,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58513,'Other',20,0,22852,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58514,'Fan Heaters',4,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58515,'Electric Heaters',4,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58516,'Gas Heater',5,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58517,'Other Boilers',2,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58518,'Electrical Equipment',3,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58519,'Electrical Leads',3,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58520,'Portable Equipment',3,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58521,'Portable Lighting',2,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58522,'Cooking kitchen Equipment',6,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58523,'Other',20,0,22853,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58524,'Wood/Paper/Cardboard etc',3,0,22855,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58525,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22855,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58526,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22855,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58527,'Waste Material Controlled -in locked wheely bin or store',2,0,22855,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58528,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22855,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58529,'Other',20,0,22855,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58530,'Detached',1,0,22857,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58531,'Semi Detached',2,0,22857,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58532,'Terraced',3,0,22857,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58533,'Linked-Detached',1,0,22857,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58534,'Other',20,0,22857,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58535,'House',1,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58536,'Bungalow',1,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58537,'Block of Flats - Studios up to 6 Floor Levels',3,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58538,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58539,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58540,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58541,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58542,'Underground Property',1,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58543,'Factory/ Warehouse',3,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58544,'Garage/ Workshop',3,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58545,'Retail Shop',2,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58546,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58547,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58548,'Other',20,0,22858,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58549,'1-5',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58550,'5-10',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58551,'10-15',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58552,'15-20',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58553,'20-25',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58554,'25-30',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58555,'30-35',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58556,'35-40',0,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58557,'Other',20,0,22859,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58558,'NA',0,0,22863,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58559,'Number of staircase',2,0,22863,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58560,'NA',0,0,22864,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58561,'1',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58562,'2',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58563,'3',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58564,'4',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58565,'5',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58566,'6',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58567,'7',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58568,'8',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58569,'9',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58570,'10',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58571,'11',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58572,'12',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58573,'13',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58574,'14',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58575,'15',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58576,'16',2,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58577,'N/A',0,0,22865,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58578,'Yes',1,0,22867,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58579,'No',3,0,22867,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58580,'Unknown',3,0,22867,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58581,'Stone',0,0,22867,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58582,'Other',20,0,22867,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58583,'Yes',1,0,22868,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58584,'No',5,0,22868,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58585,'Unknown',5,0,22868,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58586,'Stone',0,0,22868,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58587,'Other',20,0,22868,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58588,'No',5,0,22869,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58589,'Unknown',5,0,22869,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58590,'Stone',0,0,22869,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58591,'Other',20,0,22869,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58592,'Wood',2,0,22870,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58593,'Plastics',1,0,22870,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58594,'Aluminium',0,0,22870,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58595,'Stone',0,0,22870,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58596,'Other',20,0,22870,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58597,'0%',0,0,22871,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58598,'25%',0,0,22871,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58599,'50%',0,0,22871,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58600,'75%',0,0,22871,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58601,'100%',0,0,22871,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58602,'0%',0,0,22873,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58603,'25%',1,0,22873,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58604,'50%',1,0,22873,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58605,'75%',1,0,22873,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58606,'100%',1,0,22873,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58607,'0%',0,0,22874,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58608,'25%',0,0,22874,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58609,'50%',0,0,22874,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58610,'75%',0,0,22874,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58611,'100%',0,0,22874,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58612,'0%',0,0,22876,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58613,'25%',1,0,22876,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58614,'50%',1,0,22876,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58615,'75%',1,0,22876,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58616,'100%',1,0,22876,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58617,'0%',0,0,22877,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58618,'25%',5,0,22877,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58619,'50%',5,0,22877,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58620,'75%',5,0,22877,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58621,'100%',5,0,22877,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58622,'0%',0,0,22878,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58623,'25%',5,0,22878,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58624,'50%',5,0,22878,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58625,'75%',5,0,22878,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58626,'100%',5,0,22878,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58627,'0%',0,0,22879,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58628,'25%',1,0,22879,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58629,'50%',1,0,22879,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58630,'75%',1,0,22879,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58631,'100%',1,0,22879,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58632,'25%',1,0,22880,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58633,'50%',1,0,22880,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58634,'75%',1,0,22880,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58635,'100%',1,0,22880,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58636,'Other',20,0,22880,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58637,'0%',0,0,22882,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58638,'25%',1,0,22882,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58639,'50%',1,0,22882,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58640,'75%',1,0,22882,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58641,'100%',1,0,22882,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58642,'0%',0,0,22883,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58643,'25%',2,0,22883,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58644,'50%',2,0,22883,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58645,'75%',2,0,22883,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58646,'100%',2,0,22883,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58647,'0%',0,0,22884,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58648,'25%',1,0,22884,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58649,'50%',1,0,22884,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58650,'75%',1,0,22884,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58651,'100%',1,0,22884,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58652,'Solid concrete all levels',0,0,22885,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58653,'Timber joists all levels',3,0,22885,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58654,'Concrete lowest floor – Timber above higher levels',3,0,22885,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58655,'Other',20,0,22885,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58656,'Yes',1,0,22888,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58657,'No',6,0,22888,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58658,'Yes',2,0,22890,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58659,'No',8,0,22890,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58660,'Yes',1,0,22892,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58661,'No',6,0,22892,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58662,'Yes',1,0,22894,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58663,'No',6,0,22894,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58664,'Yes',1,0,22896,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58665,'No',6,0,22896,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58666,'Yes',1,0,22900,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58667,'No',3,0,22900,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(58668,'Yes',1,0,22902,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58669,'No',3,0,22902,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58670,'Yes',1,0,22904,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58671,'No',3,0,22904,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58672,'Very Good',1,0,22906,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58673,'Good',1,0,22906,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58674,'Fair',1,0,22906,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58675,'Poor',2,0,22906,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58676,'Very Poor',2,0,22906,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58677,'Director',0,0,22912,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58678,'Owner Landlord',0,0,22912,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58679,'Site Maitenance',0,0,22912,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58680,'Estate Agent',0,0,22912,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58681,'Letting Agent',0,0,22912,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58682,'Other',0,0,22912,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58683,'Property Agent',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58684,'Owner Landlord',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58685,'Site Manager',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58686,'Property Manager',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58687,'Construction Manager',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58688,'Fire Warden',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58689,'Director',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58690,'CEO',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58691,'Other',0,0,22913,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58692,'A Property Within Building Block',0,0,22914,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58693,'All Of The Property',0,0,22914,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58694,'Communal Areas Only',0,0,22914,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58695,'House',0,0,22914,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58696,'Flat',0,0,22914,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58697,'Other',0,0,22914,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58698,'Nebosh',0,0,22920,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58699,'Level 2 Fire Risk Assessor',0,0,22920,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58700,'Competant Person',0,0,22920,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(58701,'Yes',0,0,22922,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58702,'No',2,0,22922,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58703,'Other',20,0,22922,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58704,'N/A',0,0,22922,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58705,'Yes',0,0,22923,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58706,'No',2,0,22923,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58707,'Other',20,0,22923,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58708,'N/A',0,0,22923,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58709,'Yes',0,0,22924,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58710,'No',2,0,22924,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58711,'Other',20,0,22924,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58712,'N/A',0,0,22924,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58713,'Yes',0,0,22926,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58714,'No',2,0,22926,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58715,'Other',20,0,22926,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58716,'N/A',0,0,22926,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58717,'Yes',0,0,22928,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58718,'No',2,0,22928,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58719,'Other',20,0,22928,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58720,'N/A',0,0,22928,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58721,'Yes',0,0,22929,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58722,'No',2,0,22929,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58723,'Other',20,0,22929,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58724,'N/A',0,0,22929,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58725,'Yes',0,0,22930,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58726,'No',3,0,22930,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58727,'Other',20,0,22930,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58728,'N/A',0,0,22930,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58729,'Yes',0,0,22932,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58730,'No',3,0,22932,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58731,'Other',20,0,22932,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58732,'N/A',0,0,22932,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58733,'Yes',0,0,22933,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58734,'No',4,0,22933,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58735,'No Disabled',0,0,22933,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58736,'Other',20,0,22933,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58737,'N/A',0,0,22933,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58738,'Yes',0,0,22934,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58739,'No',4,0,22934,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58740,'Other',20,0,22934,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58741,'N/A',0,0,22934,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58742,'Yes',0,0,22935,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58743,'No',3,0,22935,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58744,'Other',20,0,22935,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58745,'N/A',0,0,22935,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58746,'Yes',0,0,22936,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58747,'No',4,0,22936,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58748,'Other',20,0,22936,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58749,'N/A',0,0,22936,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58750,'Yes',0,0,22937,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58751,'No',4,0,22937,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58752,'Other',20,0,22937,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58753,'N/A',0,0,22937,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58754,'Yes',0,0,22938,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58755,'No',5,0,22938,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58756,'Other',20,0,22938,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58757,'N/A',0,0,22938,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58758,'Yes',0,0,22939,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58759,'Yes',3,0,22939,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58760,'No',6,0,22939,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58761,'Other',20,0,22939,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58762,'N/A',0,0,22939,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58763,'Yes',0,0,22940,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58764,'No',5,0,22940,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58765,'Other',20,0,22940,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58766,'N/A',0,0,22940,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58767,'Yes',0,0,22942,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58768,'No 1',7,0,22942,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58769,'No 2',7,0,22942,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58770,'Other',20,0,22942,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58771,'N/A',0,0,22942,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58772,'Yes',0,0,22944,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58773,'No 1',5,0,22944,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58774,'No 2',5,0,22944,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58775,'Yes',0,0,22945,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58776,'Option',5,0,22945,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58777,'No',8,0,22945,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58778,'N/A',0,0,22945,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58779,'Other',20,0,22945,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58780,'Yes 1',1,0,22947,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58781,'Yes 2',0,0,22947,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58782,'No',7,0,22947,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58783,'N/A',0,0,22947,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58784,'Other',20,0,22947,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58785,'Yes',0,0,22949,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58786,'No',8,0,22949,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58787,'Other',20,0,22949,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58788,'N/A',0,0,22949,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58789,'Yes',0,0,22950,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58790,'No',8,0,22950,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58791,'Other',20,0,22950,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58792,'N/A',0,0,22950,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58793,'Yes',0,0,22951,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58794,'No',8,0,22951,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58795,'Other',20,0,22951,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58796,'N/A',0,0,22951,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58797,'Yes',0,0,22953,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58798,'No',8,0,22953,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58799,'Other',20,0,22953,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58800,'N/A',0,0,22953,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58801,'Yes',0,0,22954,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58802,'No',6,0,22954,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58803,'Other',20,0,22954,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58804,'N/A',0,0,22954,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58805,'Yes',0,0,22956,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58806,'Yes',2,0,22956,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58807,'No',5,0,22956,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58808,'N/A',0,0,22956,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58809,'Other',20,0,22956,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58810,'Yes',0,0,22958,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58811,'Yes',2,0,22958,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58812,'No',5,0,22958,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58813,'N/A',0,0,22958,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58814,'Other',20,0,22958,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58815,'Yes',0,0,22960,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58816,'No',4,0,22960,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58817,'N/A',0,0,22960,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58818,'Other',20,0,22960,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58819,'Yes',0,0,22962,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58820,'No',5,0,22962,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58821,'N/A',0,0,22962,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58822,'Other',20,0,22962,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58823,'Yes',0,0,22964,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58824,'No',4,0,22964,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58825,'N/A',0,0,22964,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58826,'Other',20,0,22964,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58827,'Yes',0,0,22966,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58828,'No',5,0,22966,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58829,'N/A',0,0,22966,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58830,'Other',20,0,22966,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58831,'Yes',0,0,22968,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58832,'No',5,0,22968,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58833,'N/A',0,0,22968,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58834,'Other',20,0,22968,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58835,'Yes',0,0,22970,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58836,'No',7,0,22970,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58837,'N/A',0,0,22970,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58838,'Other',20,0,22970,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58839,'Yes',2,0,22971,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58840,'No',6,0,22971,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58841,'No',0,0,22971,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58842,'N/A',0,0,22971,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58843,'Yes',0,0,22972,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58844,'No',6,0,22972,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58845,'NA',0,0,22972,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58846,'Other',20,0,22972,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58847,'Yes',0,0,22973,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58848,'Yes',0,0,22973,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58849,'NA',0,0,22973,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58850,'Other',20,0,22973,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58851,'Yes',1,0,22974,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58852,'No',0,0,22974,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58853,'Other',20,0,22974,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58854,'Yes',0,0,22975,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58855,'No',9,0,22975,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58856,'NA',0,0,22975,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58857,'Other',20,0,22975,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58858,'Yes',0,0,22976,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58859,'No',7,0,22976,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58860,'NA',0,0,22976,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58861,'Other',20,0,22976,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58862,'Yes',0,0,22977,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58863,'No',6,0,22977,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58864,'NA',0,0,22977,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58865,'Other',20,0,22977,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58866,'Yes',0,0,22978,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58867,'No',6,0,22978,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58868,'NA',0,0,22978,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58869,'Other',20,0,22978,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58870,'Yes',0,0,22979,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58871,'No',4,0,22979,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58872,'No',7,0,22979,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58873,'N/A',0,0,22979,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58874,'Other',20,0,22979,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58875,'Yes',0,0,22980,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58876,'No',8,0,22980,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58877,'NA',0,0,22980,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58878,'Other',20,0,22980,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58879,'Yes',3,0,22981,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58880,'Yes',4,0,22981,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58881,'Yes',5,0,22981,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58882,'Other',20,0,22981,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58883,'Yes',1,0,22982,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58884,'Yes',0,0,22982,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58885,'No',5,0,22982,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58886,'Other',20,0,22982,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58887,'Yes',0,0,22983,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58888,'No',5,0,22983,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58889,'NA',5,0,22983,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58890,'Other',20,0,22983,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58891,'Yes',0,0,22984,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58892,'No',5,0,22984,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58893,'N/A',0,0,22984,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58894,'Other',20,0,22984,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58895,'Yes',0,0,22985,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58896,'No',5,0,22985,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58897,'Other',20,0,22985,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58898,'N/A',0,0,22985,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58899,'Yes',0,0,22986,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58900,'No',5,0,22986,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58901,'NA',0,0,22986,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58902,'Other',20,0,22986,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58903,'Yes',0,0,22987,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58904,'No',5,0,22987,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58905,'NA',0,0,22987,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58906,'Other',20,0,22987,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58907,'Yes',0,0,22988,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58908,'No',5,0,22988,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58909,'NA',0,0,22988,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58910,'Other',20,0,22988,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58911,'Yes',0,0,22989,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58912,'No',5,0,22989,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58913,'Other',20,0,22989,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58914,'N/A',0,0,22989,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58915,'Yes',0,0,22990,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58916,'Yes',0,0,22990,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58917,'No',5,0,22990,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58918,'N/A',0,0,22990,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58919,'Other',20,0,22990,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58920,'Fan Heaters',4,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58921,'Electric Heaters',4,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58922,'Gas Heater',5,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58923,'Other Boilers',2,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58924,'Electrical Equipment',3,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58925,'Electrical Leads',3,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58926,'Portable Equipment',3,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58927,'Portable Lighting',2,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58928,'Cooking kitchen Equipment',6,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58929,'Other',20,0,22991,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58930,'Wood/Paper/Cardboard etc',3,0,22993,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58931,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,22993,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58932,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,22993,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58933,'Waste Material Controlled -in locked wheely bin or store',2,0,22993,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58934,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,22993,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58935,'Other',20,0,22993,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58936,'Director',0,0,22999,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58937,'Owner Landlord',0,0,22999,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58938,'Site Maitenance',0,0,22999,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58939,'Estate Agent',0,0,22999,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58940,'Letting Agent',0,0,22999,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58941,'Other',0,0,22999,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58942,'Property Agent',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58943,'Owner Landlord',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58944,'Site Manager',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58945,'Property Manager',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58946,'Construction Manager',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58947,'Fire Warden',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58948,'Director',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58949,'CEO',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58950,'Other',0,0,23000,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58951,'A Property Within Building Block',0,0,23001,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58952,'All Of The Property',0,0,23001,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58953,'Communal Areas Only',0,0,23001,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58954,'House',0,0,23001,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58955,'Flat',0,0,23001,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58956,'Other',0,0,23001,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58957,'Nebosh',0,0,23007,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58958,'Level 2 Fire Risk Assessor',0,0,23007,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58959,'Competant Person',0,0,23007,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58960,'Detached',1,0,23008,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58961,'Semi Detached',2,0,23008,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58962,'Terraced',3,0,23008,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58963,'Linked-Detached',1,0,23008,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58964,'Other',20,0,23008,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58965,'House',1,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58966,'Bungalow',1,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58967,'Block of Flats - Studios up to 6 Floor Levels',3,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58968,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58969,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58970,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58971,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58972,'Underground Property',1,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58973,'Factory/ Warehouse',3,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58974,'Garage/ Workshop',3,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58975,'Retail Shop',2,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58976,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58977,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58978,'Other',20,0,23009,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58979,'1-5',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58980,'5-10',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58981,'10-15',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58982,'15-20',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58983,'20-25',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58984,'25-30',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58985,'30-35',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58986,'35-40',0,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58987,'Other',20,0,23010,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58988,'NA',0,0,23014,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58989,'Number of staircase',2,0,23014,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58990,'NA',0,0,23015,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58991,'Number os staircases',2,0,23015,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58992,'1',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58993,'2',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58994,'3',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58995,'4',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58996,'5',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58997,'6',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58998,'7',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(58999,'8',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59000,'9',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59001,'10',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59002,'11',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59003,'12',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59004,'13',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59005,'14',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59006,'15',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59007,'16',2,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59008,'N/A',0,0,23016,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59009,'Yes',1,0,23018,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59010,'No',3,0,23018,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59011,'Unknown',3,0,23018,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59012,'Stone',0,0,23018,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59013,'Other',20,0,23018,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59014,'Yes',1,0,23019,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59015,'No',5,0,23019,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59016,'Unknown',5,0,23019,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59017,'Stone',0,0,23019,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59018,'Other',20,0,23019,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59019,'No',5,0,23020,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59020,'Unknown',5,0,23020,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59021,'Stone',0,0,23020,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59022,'Other',20,0,23020,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59023,'Wood',2,0,23021,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59024,'Plastics',1,0,23021,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59025,'Aluminium',0,0,23021,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59026,'Stone',0,0,23021,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59027,'Other',20,0,23021,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59028,'0%',0,0,23022,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59029,'25%',0,0,23022,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59030,'50%',0,0,23022,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59031,'75%',0,0,23022,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59032,'100%',0,0,23022,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59033,'0%',0,0,23024,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59034,'25%',1,0,23024,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59035,'50%',1,0,23024,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59036,'75%',1,0,23024,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59037,'100%',1,0,23024,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59038,'0%',0,0,23025,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59039,'25%',0,0,23025,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59040,'50%',0,0,23025,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59041,'75%',0,0,23025,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59042,'100%',0,0,23025,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59043,'0%',0,0,23027,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59044,'25%',1,0,23027,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59045,'50%',1,0,23027,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59046,'75%',1,0,23027,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59047,'100%',1,0,23027,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59048,'0%',0,0,23028,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59049,'25%',5,0,23028,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59050,'50%',5,0,23028,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59051,'75%',5,0,23028,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59052,'100%',5,0,23028,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59053,'0%',0,0,23029,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59054,'25%',5,0,23029,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59055,'50%',5,0,23029,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59056,'75%',5,0,23029,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59057,'100%',5,0,23029,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59058,'0%',0,0,23030,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59059,'25%',1,0,23030,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59060,'50%',1,0,23030,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59061,'75%',1,0,23030,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59062,'100%',1,0,23030,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59063,'25%',1,0,23031,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59064,'50%',1,0,23031,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59065,'75%',1,0,23031,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59066,'100%',1,0,23031,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59067,'Other',20,0,23031,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59068,'0%',0,0,23033,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59069,'25%',1,0,23033,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59070,'50%',1,0,23033,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59071,'75%',1,0,23033,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59072,'100%',1,0,23033,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59073,'0%',0,0,23034,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59074,'25%',2,0,23034,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59075,'50%',2,0,23034,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59076,'75%',2,0,23034,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59077,'100%',2,0,23034,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59078,'0%',0,0,23035,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59079,'25%',1,0,23035,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59080,'50%',1,0,23035,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59081,'75%',1,0,23035,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59082,'100%',1,0,23035,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59083,'Solid concrete all levels',0,0,23036,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59084,'Timber joists all levels',3,0,23036,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59085,'Concrete lowest floor – Timber above higher levels',3,0,23036,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59086,'Other',20,0,23036,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59087,'Yes',1,0,23039,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59088,'No',6,0,23039,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59089,'Yes',2,0,23041,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59090,'No',8,0,23041,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59091,'Yes',1,0,23043,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59092,'No',6,0,23043,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59093,'Yes',1,0,23045,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59094,'No',6,0,23045,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59095,'Yes',1,0,23047,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59096,'No',6,0,23047,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59097,'Yes',1,0,23051,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59098,'No',3,0,23051,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59099,'Yes',1,0,23053,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59100,'No',3,0,23053,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59101,'Yes',1,0,23055,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59102,'No',3,0,23055,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59103,'Very Good',1,0,23057,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59104,'Good',1,0,23057,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59105,'Fair',1,0,23057,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59106,'Poor',2,0,23057,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59107,'Very Poor',2,0,23057,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(59108,'Yes',0,0,23063,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59109,'No',2,0,23063,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59110,'Other',20,0,23063,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59111,'N/A',0,0,23063,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59112,'Yes',0,0,23064,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59113,'No',2,0,23064,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59114,'Other',20,0,23064,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59115,'N/A',0,0,23064,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59116,'Yes',0,0,23065,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59117,'No',2,0,23065,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59118,'Other',20,0,23065,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59119,'N/A',0,0,23065,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59120,'Yes',0,0,23067,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59121,'No',2,0,23067,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59122,'Other',20,0,23067,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59123,'N/A',0,0,23067,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59124,'Yes',0,0,23069,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59125,'No',2,0,23069,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59126,'Other',20,0,23069,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59127,'N/A',0,0,23069,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59128,'Yes',0,0,23070,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59129,'No',2,0,23070,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59130,'Other',20,0,23070,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59131,'N/A',0,0,23070,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59132,'Yes',0,0,23071,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59133,'No',3,0,23071,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59134,'Other',20,0,23071,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59135,'N/A',0,0,23071,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59136,'Yes',0,0,23073,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59137,'No',3,0,23073,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59138,'Other',20,0,23073,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59139,'N/A',0,0,23073,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59140,'Yes',0,0,23074,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59141,'No',4,0,23074,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59142,'No Disabled',0,0,23074,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59143,'Other',20,0,23074,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59144,'N/A',0,0,23074,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59145,'Yes',0,0,23075,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59146,'No',4,0,23075,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59147,'Other',20,0,23075,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59148,'N/A',0,0,23075,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59149,'Yes',0,0,23076,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59150,'No',3,0,23076,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59151,'Other',20,0,23076,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59152,'N/A',0,0,23076,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59153,'Yes',0,0,23077,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59154,'No',4,0,23077,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59155,'Other',20,0,23077,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59156,'N/A',0,0,23077,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59157,'Yes',0,0,23078,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59158,'No',4,0,23078,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59159,'Other',20,0,23078,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59160,'N/A',0,0,23078,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59161,'Yes',0,0,23079,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59162,'No',5,0,23079,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59163,'Other',20,0,23079,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59164,'N/A',0,0,23079,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59165,'Yes',0,0,23080,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59166,'Yes',3,0,23080,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59167,'No',6,0,23080,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59168,'Other',20,0,23080,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59169,'N/A',0,0,23080,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59170,'Yes',0,0,23081,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59171,'No',5,0,23081,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59172,'Other',20,0,23081,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59173,'N/A',0,0,23081,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59174,'Yes',0,0,23083,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59175,'No 1',7,0,23083,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59176,'No 2',7,0,23083,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59177,'Other',20,0,23083,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59178,'N/A',0,0,23083,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59179,'Yes',0,0,23085,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59180,'No 1',5,0,23085,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59181,'No 2',5,0,23085,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59182,'Yes',0,0,23086,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59183,'Option',5,0,23086,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59184,'No',8,0,23086,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59185,'N/A',0,0,23086,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59186,'Other',20,0,23086,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59187,'Yes 1',1,0,23088,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59188,'Yes 2',0,0,23088,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59189,'No',7,0,23088,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59190,'N/A',0,0,23088,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59191,'Other',20,0,23088,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59192,'Yes',0,0,23090,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59193,'No',8,0,23090,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59194,'Other',20,0,23090,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59195,'N/A',0,0,23090,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59196,'Yes',0,0,23091,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59197,'No',8,0,23091,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59198,'Other',20,0,23091,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59199,'N/A',0,0,23091,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59200,'Yes',0,0,23092,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59201,'No',8,0,23092,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59202,'Other',20,0,23092,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59203,'N/A',0,0,23092,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59204,'Yes',0,0,23094,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59205,'No',8,0,23094,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59206,'Other',20,0,23094,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59207,'N/A',0,0,23094,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59208,'Yes',0,0,23095,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59209,'No',6,0,23095,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59210,'Other',20,0,23095,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59211,'N/A',0,0,23095,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59212,'Yes',0,0,23097,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59213,'Yes',2,0,23097,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59214,'No',5,0,23097,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59215,'N/A',0,0,23097,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59216,'Other',20,0,23097,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59217,'Yes',0,0,23099,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59218,'Yes',2,0,23099,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59219,'No',5,0,23099,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59220,'N/A',0,0,23099,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59221,'Other',20,0,23099,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59222,'Yes',0,0,23101,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59223,'No',4,0,23101,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59224,'N/A',0,0,23101,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59225,'Other',20,0,23101,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59226,'Yes',0,0,23103,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59227,'No',5,0,23103,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59228,'N/A',0,0,23103,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59229,'Other',20,0,23103,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59230,'Yes',0,0,23105,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59231,'No',4,0,23105,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59232,'N/A',0,0,23105,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59233,'Other',20,0,23105,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59234,'Yes',0,0,23107,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59235,'No',5,0,23107,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59236,'N/A',0,0,23107,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59237,'Other',20,0,23107,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59238,'Yes',0,0,23109,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59239,'No',5,0,23109,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59240,'N/A',0,0,23109,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59241,'Other',20,0,23109,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59242,'Yes',0,0,23111,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59243,'No',7,0,23111,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59244,'N/A',0,0,23111,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59245,'Other',20,0,23111,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59246,'Yes',2,0,23112,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59247,'No',6,0,23112,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59248,'No',0,0,23112,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59249,'N/A',0,0,23112,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59250,'Yes',0,0,23113,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59251,'No',6,0,23113,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59252,'NA',0,0,23113,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59253,'Other',20,0,23113,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59254,'Yes',0,0,23114,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59255,'Yes',0,0,23114,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59256,'NA',0,0,23114,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59257,'Other',20,0,23114,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59258,'Yes',1,0,23115,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59259,'No',0,0,23115,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59260,'Other',20,0,23115,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59261,'Yes',0,0,23116,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59262,'No',9,0,23116,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59263,'NA',0,0,23116,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59264,'Other',20,0,23116,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59265,'Yes',0,0,23117,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59266,'No',7,0,23117,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59267,'NA',0,0,23117,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59268,'Other',20,0,23117,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59269,'Yes',0,0,23118,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59270,'No',6,0,23118,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59271,'NA',0,0,23118,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59272,'Other',20,0,23118,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59273,'Yes',0,0,23119,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59274,'No',6,0,23119,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59275,'NA',0,0,23119,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59276,'Other',20,0,23119,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59277,'Yes',0,0,23120,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59278,'No',4,0,23120,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59279,'No',7,0,23120,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59280,'N/A',0,0,23120,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59281,'Other',20,0,23120,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59282,'Yes',0,0,23121,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59283,'No',8,0,23121,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59284,'NA',0,0,23121,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59285,'Other',20,0,23121,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59286,'Yes',3,0,23122,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59287,'Yes',4,0,23122,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59288,'Yes',5,0,23122,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59289,'Other',20,0,23122,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59290,'Yes',1,0,23123,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59291,'Yes',0,0,23123,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59292,'No',5,0,23123,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59293,'Other',20,0,23123,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59294,'Yes',0,0,23124,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59295,'No',5,0,23124,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59296,'NA',5,0,23124,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59297,'Other',20,0,23124,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59298,'Yes',0,0,23125,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59299,'No',5,0,23125,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59300,'N/A',0,0,23125,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59301,'Other',20,0,23125,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59302,'Yes',0,0,23126,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59303,'No',5,0,23126,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59304,'Other',20,0,23126,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59305,'N/A',0,0,23126,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59306,'Yes',0,0,23127,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59307,'No',5,0,23127,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59308,'NA',0,0,23127,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59309,'Other',20,0,23127,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59310,'Yes',0,0,23128,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59311,'No',5,0,23128,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59312,'NA',0,0,23128,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59313,'Other',20,0,23128,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59314,'Yes',0,0,23129,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59315,'No',5,0,23129,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59316,'NA',0,0,23129,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59317,'Other',20,0,23129,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59318,'Yes',0,0,23130,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59319,'No',5,0,23130,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59320,'Other',20,0,23130,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59321,'N/A',0,0,23130,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59322,'Yes',0,0,23131,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59323,'Yes',0,0,23131,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59324,'No',5,0,23131,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59325,'N/A',0,0,23131,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59326,'Other',20,0,23131,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59327,'Fan Heaters',4,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59328,'Electric Heaters',4,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59329,'Gas Heater',5,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59330,'Other Boilers',2,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59331,'Electrical Equipment',3,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59332,'Electrical Leads',3,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59333,'Portable Equipment',3,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59334,'Portable Lighting',2,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59335,'Cooking kitchen Equipment',6,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59336,'Other',20,0,23132,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59337,'Wood/Paper/Cardboard etc',3,0,23134,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59338,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23134,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59339,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23134,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59340,'Waste Material Controlled -in locked wheely bin or store',2,0,23134,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59341,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23134,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59342,'Other',20,0,23134,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59343,'Director',0,0,23140,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59344,'Owner Landlord',0,0,23140,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59345,'Site Maitenance',0,0,23140,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59346,'Estate Agent',0,0,23140,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59347,'Letting Agent',0,0,23140,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59348,'Other',0,0,23140,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59349,'Property Agent',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59350,'Owner Landlord',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59351,'Site Manager',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59352,'Property Manager',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59353,'Construction Manager',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59354,'Fire Warden',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59355,'Director',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59356,'CEO',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59357,'Other',0,0,23141,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59358,'A Property Within Building Block',0,0,23142,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59359,'All Of The Property',0,0,23142,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59360,'Communal Areas Only',0,0,23142,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59361,'House',0,0,23142,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59362,'Flat',0,0,23142,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59363,'Other',0,0,23142,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59364,'Nebosh',0,0,23148,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59365,'Level 2 Fire Risk Assessor',0,0,23148,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59366,'Competant Person',0,0,23148,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59367,'Detached',1,0,23149,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59368,'Semi Detached',2,0,23149,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59369,'Terraced',3,0,23149,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59370,'Linked-Detached',1,0,23149,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59371,'Other',20,0,23149,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59372,'House',1,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59373,'Bungalow',1,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59374,'Block of Flats - Studios up to 6 Floor Levels',3,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59375,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59376,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59377,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59378,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59379,'Underground Property',1,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59380,'Factory/ Warehouse',3,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59381,'Garage/ Workshop',3,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59382,'Retail Shop',2,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59383,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59384,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59385,'Other',20,0,23150,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59386,'1-5',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59387,'5-10',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59388,'10-15',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59389,'15-20',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59390,'20-25',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59391,'25-30',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59392,'30-35',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59393,'35-40',0,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59394,'Other',20,0,23151,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59395,'NA',0,0,23155,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59396,'Number of staircase',2,0,23155,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59397,'NA',0,0,23156,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59398,'Number os staircases',2,0,23156,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59399,'1',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59400,'2',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59401,'3',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59402,'4',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59403,'5',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59404,'6',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59405,'7',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59406,'8',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59407,'9',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59408,'10',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59409,'11',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59410,'12',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59411,'13',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59412,'14',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59413,'15',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59414,'16',2,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59415,'N/A',0,0,23157,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59416,'Yes',1,0,23159,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59417,'No',3,0,23159,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59418,'Unknown',3,0,23159,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59419,'Stone',0,0,23159,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59420,'Other',20,0,23159,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59421,'Yes',1,0,23160,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59422,'No',5,0,23160,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59423,'Unknown',5,0,23160,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59424,'Stone',0,0,23160,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59425,'Other',20,0,23160,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59426,'No',5,0,23161,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59427,'Unknown',5,0,23161,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59428,'Stone',0,0,23161,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59429,'Other',20,0,23161,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59430,'Wood',2,0,23162,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59431,'Plastics',1,0,23162,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59432,'Aluminium',0,0,23162,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59433,'Stone',0,0,23162,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59434,'Other',20,0,23162,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59435,'0%',0,0,23163,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59436,'25%',0,0,23163,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59437,'50%',0,0,23163,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59438,'75%',0,0,23163,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59439,'100%',0,0,23163,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59440,'0%',0,0,23165,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59441,'25%',1,0,23165,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59442,'50%',1,0,23165,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59443,'75%',1,0,23165,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59444,'100%',1,0,23165,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59445,'0%',0,0,23166,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59446,'25%',0,0,23166,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59447,'50%',0,0,23166,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59448,'75%',0,0,23166,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59449,'100%',0,0,23166,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59450,'0%',0,0,23168,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59451,'25%',1,0,23168,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59452,'50%',1,0,23168,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59453,'75%',1,0,23168,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59454,'100%',1,0,23168,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59455,'0%',0,0,23169,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59456,'25%',5,0,23169,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59457,'50%',5,0,23169,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59458,'75%',5,0,23169,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59459,'100%',5,0,23169,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59460,'0%',0,0,23170,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59461,'25%',5,0,23170,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59462,'50%',5,0,23170,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59463,'75%',5,0,23170,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59464,'100%',5,0,23170,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59465,'0%',0,0,23171,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59466,'25%',1,0,23171,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59467,'50%',1,0,23171,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59468,'75%',1,0,23171,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59469,'100%',1,0,23171,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59470,'25%',1,0,23172,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59471,'50%',1,0,23172,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59472,'75%',1,0,23172,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59473,'100%',1,0,23172,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59474,'Other',20,0,23172,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59475,'0%',0,0,23174,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59476,'25%',1,0,23174,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59477,'50%',1,0,23174,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59478,'75%',1,0,23174,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59479,'100%',1,0,23174,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59480,'0%',0,0,23175,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59481,'25%',2,0,23175,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59482,'50%',2,0,23175,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59483,'75%',2,0,23175,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59484,'100%',2,0,23175,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59485,'0%',0,0,23176,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59486,'25%',1,0,23176,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59487,'50%',1,0,23176,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59488,'75%',1,0,23176,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59489,'100%',1,0,23176,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59490,'Solid concrete all levels',0,0,23177,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59491,'Timber joists all levels',3,0,23177,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59492,'Concrete lowest floor – Timber above higher levels',3,0,23177,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59493,'Other',20,0,23177,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59494,'Yes',1,0,23180,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59495,'No',6,0,23180,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59496,'Yes',2,0,23182,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59497,'No',8,0,23182,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59498,'Yes',1,0,23184,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59499,'No',6,0,23184,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59500,'Yes',1,0,23186,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59501,'No',6,0,23186,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59502,'Yes',1,0,23188,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59503,'No',6,0,23188,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59504,'Yes',1,0,23192,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59505,'No',3,0,23192,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59506,'Yes',1,0,23194,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59507,'No',3,0,23194,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59508,'Yes',1,0,23196,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59509,'No',3,0,23196,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59510,'Very Good',1,0,23198,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59511,'Good',1,0,23198,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59512,'Fair',1,0,23198,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59513,'Poor',2,0,23198,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59514,'Very Poor',2,0,23198,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(59515,'Yes',0,0,23205,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59516,'No',2,0,23205,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59517,'Other',20,0,23205,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59518,'N/A',0,0,23205,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59519,'Yes',0,0,23206,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59520,'No',2,0,23206,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59521,'Other',20,0,23206,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59522,'N/A',0,0,23206,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59523,'Yes',0,0,23207,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59524,'No',2,0,23207,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59525,'Other',20,0,23207,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59526,'N/A',0,0,23207,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59527,'Yes',0,0,23209,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59528,'No',2,0,23209,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59529,'Other',20,0,23209,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59530,'N/A',0,0,23209,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59531,'Yes',0,0,23211,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59532,'No',2,0,23211,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59533,'Other',20,0,23211,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59534,'N/A',0,0,23211,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59535,'Yes',0,0,23212,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59536,'No',2,0,23212,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59537,'Other',20,0,23212,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59538,'N/A',0,0,23212,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59539,'Yes',0,0,23213,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59540,'No',3,0,23213,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59541,'Other',20,0,23213,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59542,'N/A',0,0,23213,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59543,'Yes',0,0,23215,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59544,'No',3,0,23215,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59545,'Other',20,0,23215,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59546,'N/A',0,0,23215,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59547,'Yes',0,0,23216,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59548,'No',4,0,23216,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59549,'No Disabled',0,0,23216,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59550,'Other',20,0,23216,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59551,'N/A',0,0,23216,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59552,'Yes',0,0,23217,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59553,'No',4,0,23217,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59554,'Other',20,0,23217,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59555,'N/A',0,0,23217,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59556,'Yes',0,0,23218,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59557,'No',3,0,23218,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59558,'Other',20,0,23218,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59559,'N/A',0,0,23218,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59560,'Yes',0,0,23219,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59561,'No',4,0,23219,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59562,'Other',20,0,23219,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59563,'N/A',0,0,23219,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59564,'Yes',0,0,23220,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59565,'No',4,0,23220,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59566,'Other',20,0,23220,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59567,'N/A',0,0,23220,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59568,'Yes',0,0,23221,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59569,'No',5,0,23221,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59570,'Other',20,0,23221,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59571,'N/A',0,0,23221,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59572,'Yes',0,0,23222,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59573,'Yes',3,0,23222,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59574,'No',6,0,23222,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59575,'Other',20,0,23222,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59576,'N/A',0,0,23222,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59577,'Yes',0,0,23223,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59578,'No',5,0,23223,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59579,'Other',20,0,23223,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59580,'N/A',0,0,23223,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59581,'Yes',0,0,23225,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59582,'No 1',7,0,23225,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59583,'No 2',7,0,23225,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59584,'Other',20,0,23225,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59585,'N/A',0,0,23225,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59586,'Yes',0,0,23227,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59587,'No 1',5,0,23227,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59588,'No 2',5,0,23227,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59589,'Yes',0,0,23228,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59590,'Option',5,0,23228,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59591,'No',8,0,23228,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59592,'N/A',0,0,23228,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59593,'Other',20,0,23228,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59594,'Yes 1',1,0,23230,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59595,'Yes 2',0,0,23230,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59596,'No',7,0,23230,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59597,'N/A',0,0,23230,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59598,'Other',20,0,23230,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59599,'Yes',0,0,23232,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59600,'No',8,0,23232,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59601,'Other',20,0,23232,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59602,'N/A',0,0,23232,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59603,'Yes',0,0,23233,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59604,'No',8,0,23233,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59605,'Other',20,0,23233,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59606,'N/A',0,0,23233,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59607,'Yes',0,0,23234,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59608,'No',8,0,23234,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59609,'Other',20,0,23234,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59610,'N/A',0,0,23234,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59611,'Yes',0,0,23236,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59612,'No',8,0,23236,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59613,'Other',20,0,23236,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59614,'N/A',0,0,23236,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59615,'Yes',0,0,23237,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59616,'No',6,0,23237,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59617,'Other',20,0,23237,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59618,'N/A',0,0,23237,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(59619,'Yes',0,0,23239,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59620,'Yes',2,0,23239,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59621,'No',5,0,23239,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59622,'N/A',0,0,23239,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59623,'Other',20,0,23239,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59624,'Yes',0,0,23241,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59625,'Yes',2,0,23241,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59626,'No',5,0,23241,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59627,'N/A',0,0,23241,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59628,'Other',20,0,23241,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59629,'Yes',0,0,23243,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59630,'No',4,0,23243,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59631,'N/A',0,0,23243,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59632,'Other',20,0,23243,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59633,'Yes',0,0,23245,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59634,'No',5,0,23245,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59635,'N/A',0,0,23245,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59636,'Other',20,0,23245,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59637,'Yes',0,0,23247,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59638,'No',4,0,23247,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59639,'N/A',0,0,23247,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59640,'Other',20,0,23247,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59641,'Yes',0,0,23249,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59642,'No',5,0,23249,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59643,'N/A',0,0,23249,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59644,'Other',20,0,23249,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59645,'Yes',0,0,23251,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59646,'No',5,0,23251,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59647,'N/A',0,0,23251,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59648,'Other',20,0,23251,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59649,'Yes',0,0,23253,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59650,'No',7,0,23253,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59651,'N/A',0,0,23253,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59652,'Other',20,0,23253,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59653,'Yes',2,0,23254,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59654,'No',6,0,23254,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59655,'No',0,0,23254,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59656,'N/A',0,0,23254,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59657,'Yes',0,0,23255,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59658,'No',6,0,23255,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59659,'NA',0,0,23255,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59660,'Other',20,0,23255,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59661,'Yes',0,0,23256,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59662,'Yes',0,0,23256,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59663,'NA',0,0,23256,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59664,'Other',20,0,23256,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59665,'Yes',1,0,23257,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59666,'No',0,0,23257,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59667,'Other',20,0,23257,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59668,'Yes',0,0,23258,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59669,'No',9,0,23258,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59670,'NA',0,0,23258,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59671,'Other',20,0,23258,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59672,'Yes',0,0,23259,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59673,'No',7,0,23259,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59674,'NA',0,0,23259,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59675,'Other',20,0,23259,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59676,'Yes',0,0,23260,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59677,'No',6,0,23260,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59678,'NA',0,0,23260,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59679,'Other',20,0,23260,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59680,'Yes',0,0,23261,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59681,'No',6,0,23261,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59682,'NA',0,0,23261,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59683,'Other',20,0,23261,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59684,'Yes',0,0,23262,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59685,'No',4,0,23262,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59686,'No',7,0,23262,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59687,'N/A',0,0,23262,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59688,'Other',20,0,23262,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59689,'Yes',0,0,23263,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59690,'No',8,0,23263,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59691,'NA',0,0,23263,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59692,'Other',20,0,23263,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59693,'Yes',3,0,23264,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59694,'Yes',4,0,23264,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59695,'Yes',5,0,23264,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59696,'Other',20,0,23264,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59697,'Yes',1,0,23265,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59698,'Yes',0,0,23265,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59699,'No',5,0,23265,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59700,'Other',20,0,23265,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59701,'Yes',0,0,23266,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59702,'No',5,0,23266,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59703,'NA',5,0,23266,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59704,'Other',20,0,23266,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59705,'Yes',0,0,23267,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59706,'No',5,0,23267,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59707,'N/A',0,0,23267,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59708,'Other',20,0,23267,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59709,'Yes',0,0,23268,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59710,'No',5,0,23268,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59711,'Other',20,0,23268,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59712,'N/A',0,0,23268,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59713,'Yes',0,0,23269,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59714,'No',5,0,23269,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59715,'NA',0,0,23269,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59716,'Other',20,0,23269,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59717,'Yes',0,0,23270,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59718,'No',5,0,23270,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59719,'NA',0,0,23270,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59720,'Other',20,0,23270,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59721,'Yes',0,0,23271,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59722,'No',5,0,23271,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59723,'NA',0,0,23271,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59724,'Other',20,0,23271,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59725,'Yes',0,0,23272,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59726,'No',5,0,23272,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59727,'Other',20,0,23272,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59728,'N/A',0,0,23272,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59729,'Yes',0,0,23273,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59730,'Yes',0,0,23273,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59731,'No',5,0,23273,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59732,'N/A',0,0,23273,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59733,'Other',20,0,23273,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59734,'Fan Heaters',4,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59735,'Electric Heaters',4,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59736,'Gas Heater',5,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59737,'Other Boilers',2,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59738,'Electrical Equipment',3,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59739,'Electrical Leads',3,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59740,'Portable Equipment',3,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59741,'Portable Lighting',2,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59742,'Cooking kitchen Equipment',6,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59743,'Other',20,0,23274,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59744,'Wood/Paper/Cardboard etc',3,0,23276,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59745,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23276,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59746,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23276,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59747,'Waste Material Controlled -in locked wheely bin or store',2,0,23276,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59748,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23276,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59749,'Other',20,0,23276,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59750,'Detached',1,0,23278,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59751,'Semi Detached',2,0,23278,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59752,'Terraced',3,0,23278,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59753,'Linked-Detached',1,0,23278,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59754,'Other',20,0,23278,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59755,'House',1,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59756,'Bungalow',1,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59757,'Block of Flats - Studios up to 6 Floor Levels',3,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59758,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59759,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59760,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59761,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59762,'Underground Property',1,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59763,'Factory/ Warehouse',3,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59764,'Garage/ Workshop',3,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59765,'Retail Shop',2,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59766,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59767,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59768,'Other',20,0,23279,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59769,'1-5',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59770,'5-10',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59771,'10-15',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59772,'15-20',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59773,'20-25',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59774,'25-30',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59775,'30-35',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59776,'35-40',0,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59777,'Other',20,0,23280,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59778,'NA',0,0,23284,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59779,'Number of staircase',2,0,23284,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59780,'NA',0,0,23285,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59781,'Number os staircases',2,0,23285,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59782,'1',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59783,'2',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59784,'3',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59785,'4',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59786,'5',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59787,'6',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59788,'7',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59789,'8',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59790,'9',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59791,'10',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59792,'11',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59793,'12',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59794,'13',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59795,'14',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59796,'15',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59797,'16',2,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59798,'N/A',0,0,23286,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59799,'Yes',1,0,23288,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59800,'No',3,0,23288,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59801,'Unknown',3,0,23288,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59802,'Stone',0,0,23288,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59803,'Other',20,0,23288,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59804,'Yes',1,0,23289,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59805,'No',5,0,23289,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59806,'Unknown',5,0,23289,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59807,'Stone',0,0,23289,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59808,'Other',20,0,23289,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59809,'No',5,0,23290,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59810,'Unknown',5,0,23290,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59811,'Stone',0,0,23290,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59812,'Other',20,0,23290,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59813,'Wood',2,0,23291,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59814,'Plastics',1,0,23291,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59815,'Aluminium',0,0,23291,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59816,'Stone',0,0,23291,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59817,'Other',20,0,23291,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59818,'0%',0,0,23292,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59819,'25%',0,0,23292,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59820,'50%',0,0,23292,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59821,'75%',0,0,23292,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59822,'100%',0,0,23292,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59823,'0%',0,0,23294,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59824,'25%',1,0,23294,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59825,'50%',1,0,23294,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59826,'75%',1,0,23294,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59827,'100%',1,0,23294,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59828,'0%',0,0,23295,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59829,'25%',0,0,23295,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59830,'50%',0,0,23295,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59831,'75%',0,0,23295,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59832,'100%',0,0,23295,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59833,'0%',0,0,23297,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59834,'25%',1,0,23297,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59835,'50%',1,0,23297,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59836,'75%',1,0,23297,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59837,'100%',1,0,23297,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59838,'0%',0,0,23298,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59839,'25%',5,0,23298,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59840,'50%',5,0,23298,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59841,'75%',5,0,23298,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59842,'100%',5,0,23298,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59843,'0%',0,0,23299,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59844,'25%',5,0,23299,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59845,'50%',5,0,23299,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59846,'75%',5,0,23299,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59847,'100%',5,0,23299,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59848,'0%',0,0,23300,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59849,'25%',1,0,23300,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59850,'50%',1,0,23300,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59851,'75%',1,0,23300,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59852,'100%',1,0,23300,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59853,'25%',1,0,23301,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59854,'50%',1,0,23301,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59855,'75%',1,0,23301,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59856,'100%',1,0,23301,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59857,'Other',20,0,23301,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59858,'0%',0,0,23303,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59859,'25%',1,0,23303,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59860,'50%',1,0,23303,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59861,'75%',1,0,23303,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59862,'100%',1,0,23303,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59863,'0%',0,0,23304,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59864,'25%',2,0,23304,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59865,'50%',2,0,23304,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59866,'75%',2,0,23304,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59867,'100%',2,0,23304,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59868,'0%',0,0,23305,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59869,'25%',1,0,23305,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59870,'50%',1,0,23305,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59871,'75%',1,0,23305,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59872,'100%',1,0,23305,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59873,'Solid concrete all levels',0,0,23306,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59874,'Timber joists all levels',3,0,23306,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59875,'Concrete lowest floor – Timber above higher levels',3,0,23306,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59876,'Other',20,0,23306,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59877,'Yes',1,0,23309,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59878,'No',6,0,23309,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59879,'Yes',2,0,23311,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59880,'No',8,0,23311,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59881,'Yes',1,0,23313,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59882,'No',6,0,23313,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59883,'Yes',1,0,23315,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59884,'No',6,0,23315,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59885,'Yes',1,0,23317,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59886,'No',6,0,23317,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59887,'Yes',1,0,23321,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59888,'No',3,0,23321,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59889,'Yes',1,0,23323,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59890,'No',3,0,23323,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59891,'Yes',1,0,23325,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59892,'No',3,0,23325,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59893,'Very Good',1,0,23327,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59894,'Good',1,0,23327,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59895,'Fair',1,0,23327,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59896,'Poor',2,0,23327,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59897,'Very Poor',2,0,23327,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59898,'Director',0,0,23337,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59899,'Owner Landlord',0,0,23337,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59900,'Site Maitenance',0,0,23337,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59901,'Estate Agent',0,0,23337,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59902,'Letting Agent',0,0,23337,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59903,'Other',0,0,23337,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59904,'Property Agent',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59905,'Owner Landlord',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59906,'Site Manager',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59907,'Property Manager',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59908,'Construction Manager',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59909,'Fire Warden',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59910,'Director',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59911,'CEO',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59912,'Other',0,0,23338,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59913,'A Property Within Building Block',0,0,23339,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59914,'All Of The Property',0,0,23339,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59915,'Communal Areas Only',0,0,23339,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59916,'House',0,0,23339,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59917,'Flat',0,0,23339,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59918,'Other',0,0,23339,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59919,'Nebosh',0,0,23345,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59920,'Level 2 Fire Risk Assessor',0,0,23345,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59921,'Competant Person',0,0,23345,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(59922,'Yes',0,0,23348,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59923,'No',2,0,23348,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59924,'Other',20,0,23348,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59925,'N/A',0,0,23348,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59926,'Yes',0,0,23349,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59927,'No',2,0,23349,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59928,'Other',20,0,23349,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59929,'N/A',0,0,23349,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59930,'Yes',0,0,23350,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59931,'No',2,0,23350,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59932,'Other',20,0,23350,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59933,'N/A',0,0,23350,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59934,'Yes',0,0,23352,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59935,'No',2,0,23352,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59936,'Other',20,0,23352,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59937,'N/A',0,0,23352,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59938,'Yes',0,0,23354,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59939,'No',2,0,23354,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59940,'Other',20,0,23354,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59941,'N/A',0,0,23354,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59942,'Yes',0,0,23355,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59943,'No',2,0,23355,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59944,'Other',20,0,23355,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59945,'N/A',0,0,23355,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59946,'Yes',0,0,23356,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59947,'No',3,0,23356,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59948,'Other',20,0,23356,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59949,'N/A',0,0,23356,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59950,'Yes',0,0,23358,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59951,'No',3,0,23358,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59952,'Other',20,0,23358,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59953,'N/A',0,0,23358,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59954,'Yes',0,0,23359,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59955,'No',4,0,23359,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59956,'No Disabled',0,0,23359,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59957,'Other',20,0,23359,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59958,'N/A',0,0,23359,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59959,'Yes',0,0,23360,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59960,'No',4,0,23360,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59961,'Other',20,0,23360,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59962,'N/A',0,0,23360,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59963,'Yes',0,0,23361,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59964,'No',3,0,23361,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59965,'Other',20,0,23361,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59966,'N/A',0,0,23361,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59967,'Yes',0,0,23362,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59968,'No',4,0,23362,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59969,'Other',20,0,23362,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59970,'N/A',0,0,23362,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59971,'Yes',0,0,23363,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59972,'No',4,0,23363,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59973,'Other',20,0,23363,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59974,'N/A',0,0,23363,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59975,'Yes',0,0,23364,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59976,'No',5,0,23364,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59977,'Other',20,0,23364,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59978,'N/A',0,0,23364,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59979,'Yes',0,0,23365,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59980,'Yes',3,0,23365,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59981,'No',6,0,23365,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59982,'Other',20,0,23365,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59983,'N/A',0,0,23365,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59984,'Yes',0,0,23366,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59985,'No',5,0,23366,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59986,'Other',20,0,23366,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59987,'N/A',0,0,23366,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59988,'Yes',0,0,23368,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59989,'No 1',7,0,23368,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59990,'No 2',7,0,23368,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59991,'Other',20,0,23368,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59992,'N/A',0,0,23368,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59993,'Yes',0,0,23370,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59994,'No 1',5,0,23370,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59995,'No 2',5,0,23370,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59996,'Yes',0,0,23371,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59997,'Option',5,0,23371,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59998,'No',8,0,23371,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(59999,'N/A',0,0,23371,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60000,'Other',20,0,23371,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60001,'Yes 1',1,0,23373,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60002,'Yes 2',0,0,23373,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60003,'No',7,0,23373,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60004,'N/A',0,0,23373,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60005,'Other',20,0,23373,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60006,'Yes',0,0,23375,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60007,'No',8,0,23375,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60008,'Other',20,0,23375,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60009,'N/A',0,0,23375,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60010,'Yes',0,0,23376,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60011,'No',8,0,23376,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60012,'Other',20,0,23376,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60013,'N/A',0,0,23376,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60014,'Yes',0,0,23377,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60015,'No',8,0,23377,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60016,'Other',20,0,23377,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60017,'N/A',0,0,23377,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60018,'Yes',0,0,23379,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60019,'No',8,0,23379,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60020,'Other',20,0,23379,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60021,'N/A',0,0,23379,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60022,'Yes',0,0,23380,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60023,'No',6,0,23380,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60024,'Other',20,0,23380,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60025,'N/A',0,0,23380,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60026,'Yes',0,0,23382,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60027,'Yes',2,0,23382,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60028,'No',5,0,23382,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60029,'N/A',0,0,23382,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60030,'Other',20,0,23382,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60031,'Yes',0,0,23384,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60032,'Yes',2,0,23384,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60033,'No',5,0,23384,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60034,'N/A',0,0,23384,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60035,'Other',20,0,23384,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60036,'Yes',0,0,23386,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60037,'No',4,0,23386,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60038,'N/A',0,0,23386,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60039,'Other',20,0,23386,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60040,'Yes',0,0,23388,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60041,'No',5,0,23388,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60042,'N/A',0,0,23388,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60043,'Other',20,0,23388,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60044,'Yes',0,0,23390,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60045,'No',4,0,23390,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60046,'N/A',0,0,23390,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60047,'Other',20,0,23390,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60048,'Yes',0,0,23392,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60049,'No',5,0,23392,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60050,'N/A',0,0,23392,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60051,'Other',20,0,23392,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60052,'Yes',0,0,23394,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60053,'No',5,0,23394,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60054,'N/A',0,0,23394,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60055,'Other',20,0,23394,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60056,'Yes',0,0,23396,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60057,'No',7,0,23396,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60058,'N/A',0,0,23396,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60059,'Other',20,0,23396,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60060,'Yes',2,0,23397,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60061,'No',6,0,23397,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60062,'No',0,0,23397,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60063,'N/A',0,0,23397,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60064,'Yes',0,0,23398,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60065,'No',6,0,23398,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60066,'NA',0,0,23398,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60067,'Other',20,0,23398,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60068,'Yes',0,0,23399,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60069,'Yes',0,0,23399,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60070,'NA',0,0,23399,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60071,'Other',20,0,23399,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60072,'Yes',1,0,23400,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60073,'No',0,0,23400,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60074,'Other',20,0,23400,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60075,'Yes',0,0,23401,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60076,'No',9,0,23401,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60077,'NA',0,0,23401,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60078,'Other',20,0,23401,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60079,'Yes',0,0,23402,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60080,'No',7,0,23402,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60081,'NA',0,0,23402,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60082,'Other',20,0,23402,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60083,'Yes',0,0,23403,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60084,'No',6,0,23403,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60085,'NA',0,0,23403,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60086,'Other',20,0,23403,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60087,'Yes',0,0,23404,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60088,'No',6,0,23404,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60089,'NA',0,0,23404,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60090,'Other',20,0,23404,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60091,'Yes',0,0,23405,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60092,'No',4,0,23405,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60093,'No',7,0,23405,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60094,'N/A',0,0,23405,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60095,'Other',20,0,23405,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60096,'Yes',0,0,23406,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60097,'No',8,0,23406,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60098,'NA',0,0,23406,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60099,'Other',20,0,23406,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60100,'Yes',3,0,23407,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60101,'Yes',4,0,23407,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60102,'Yes',5,0,23407,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60103,'Other',20,0,23407,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60104,'Yes',1,0,23408,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60105,'Yes',0,0,23408,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60106,'No',5,0,23408,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60107,'Other',20,0,23408,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60108,'Yes',0,0,23409,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60109,'No',5,0,23409,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60110,'NA',5,0,23409,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60111,'Other',20,0,23409,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60112,'Yes',0,0,23410,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60113,'No',5,0,23410,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60114,'N/A',0,0,23410,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60115,'Other',20,0,23410,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60116,'Yes',0,0,23411,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60117,'No',5,0,23411,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60118,'Other',20,0,23411,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60119,'N/A',0,0,23411,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60120,'Yes',0,0,23412,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60121,'No',5,0,23412,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60122,'NA',0,0,23412,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60123,'Other',20,0,23412,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60124,'Yes',0,0,23413,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60125,'No',5,0,23413,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60126,'NA',0,0,23413,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60127,'Other',20,0,23413,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60128,'Yes',0,0,23414,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60129,'No',5,0,23414,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60130,'NA',0,0,23414,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60131,'Other',20,0,23414,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60132,'Yes',0,0,23415,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60133,'No',5,0,23415,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60134,'Other',20,0,23415,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60135,'N/A',0,0,23415,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60136,'Yes',0,0,23416,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60137,'Yes',0,0,23416,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60138,'No',5,0,23416,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60139,'N/A',0,0,23416,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60140,'Other',20,0,23416,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60141,'Fan Heaters',4,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60142,'Electric Heaters',4,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60143,'Gas Heater',5,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60144,'Other Boilers',2,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60145,'Electrical Equipment',3,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60146,'Electrical Leads',3,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60147,'Portable Equipment',3,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60148,'Portable Lighting',2,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60149,'Cooking kitchen Equipment',6,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60150,'Other',20,0,23417,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60151,'Wood/Paper/Cardboard etc',3,0,23419,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60152,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23419,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60153,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23419,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60154,'Waste Material Controlled -in locked wheely bin or store',2,0,23419,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60155,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23419,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60156,'Other',20,0,23419,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60157,'Detached',1,0,23421,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60158,'Semi Detached',2,0,23421,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60159,'Terraced',3,0,23421,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60160,'Linked-Detached',1,0,23421,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60161,'Other',20,0,23421,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60162,'House',1,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60163,'Bungalow',1,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60164,'Block of Flats - Studios up to 6 Floor Levels',3,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60165,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60166,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60167,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60168,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60169,'Underground Property',1,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60170,'Factory/ Warehouse',3,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60171,'Garage/ Workshop',3,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60172,'Retail Shop',2,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60173,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60174,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60175,'Other',20,0,23422,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60176,'1-5',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60177,'5-10',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60178,'10-15',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60179,'15-20',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60180,'20-25',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60181,'25-30',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60182,'30-35',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60183,'35-40',0,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60184,'Other',20,0,23423,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60185,'NA',0,0,23427,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60186,'Number of staircase',2,0,23427,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60187,'NA',0,0,23428,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60188,'Number os staircases',2,0,23428,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60189,'1',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60190,'2',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60191,'3',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60192,'4',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60193,'5',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60194,'6',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60195,'7',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60196,'8',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60197,'9',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60198,'10',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60199,'11',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60200,'12',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60201,'13',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60202,'14',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60203,'15',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60204,'16',2,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60205,'N/A',0,0,23429,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60206,'Yes',1,0,23431,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60207,'No',3,0,23431,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60208,'Unknown',3,0,23431,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60209,'Stone',0,0,23431,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60210,'Other',20,0,23431,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60211,'Yes',1,0,23432,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60212,'No',5,0,23432,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60213,'Unknown',5,0,23432,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60214,'Stone',0,0,23432,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60215,'Other',20,0,23432,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60216,'No',5,0,23433,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60217,'Unknown',5,0,23433,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60218,'Stone',0,0,23433,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60219,'Other',20,0,23433,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60220,'Wood',2,0,23434,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60221,'Plastics',1,0,23434,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60222,'Aluminium',0,0,23434,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60223,'Stone',0,0,23434,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60224,'Other',20,0,23434,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60225,'0%',0,0,23435,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60226,'25%',0,0,23435,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60227,'50%',0,0,23435,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60228,'75%',0,0,23435,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60229,'100%',0,0,23435,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60230,'0%',0,0,23437,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60231,'25%',1,0,23437,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60232,'50%',1,0,23437,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60233,'75%',1,0,23437,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60234,'100%',1,0,23437,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60235,'0%',0,0,23438,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60236,'25%',0,0,23438,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60237,'50%',0,0,23438,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60238,'75%',0,0,23438,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60239,'100%',0,0,23438,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60240,'0%',0,0,23440,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60241,'25%',1,0,23440,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60242,'50%',1,0,23440,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60243,'75%',1,0,23440,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60244,'100%',1,0,23440,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60245,'0%',0,0,23441,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60246,'25%',5,0,23441,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60247,'50%',5,0,23441,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60248,'75%',5,0,23441,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60249,'100%',5,0,23441,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60250,'0%',0,0,23442,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60251,'25%',5,0,23442,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60252,'50%',5,0,23442,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60253,'75%',5,0,23442,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60254,'100%',5,0,23442,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60255,'0%',0,0,23443,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60256,'25%',1,0,23443,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60257,'50%',1,0,23443,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60258,'75%',1,0,23443,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60259,'100%',1,0,23443,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60260,'25%',1,0,23444,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60261,'50%',1,0,23444,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60262,'75%',1,0,23444,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60263,'100%',1,0,23444,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60264,'Other',20,0,23444,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60265,'0%',0,0,23446,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60266,'25%',1,0,23446,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60267,'50%',1,0,23446,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60268,'75%',1,0,23446,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60269,'100%',1,0,23446,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60270,'0%',0,0,23447,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60271,'25%',2,0,23447,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60272,'50%',2,0,23447,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60273,'75%',2,0,23447,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60274,'100%',2,0,23447,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60275,'0%',0,0,23448,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60276,'25%',1,0,23448,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60277,'50%',1,0,23448,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60278,'75%',1,0,23448,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60279,'100%',1,0,23448,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60280,'Solid concrete all levels',0,0,23449,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60281,'Timber joists all levels',3,0,23449,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60282,'Concrete lowest floor – Timber above higher levels',3,0,23449,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60283,'Other',20,0,23449,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60284,'Yes',1,0,23452,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60285,'No',6,0,23452,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60286,'Yes',2,0,23454,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60287,'No',8,0,23454,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60288,'Yes',1,0,23456,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60289,'No',6,0,23456,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60290,'Yes',1,0,23458,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60291,'No',6,0,23458,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60292,'Yes',1,0,23460,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60293,'No',6,0,23460,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60294,'Yes',1,0,23464,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60295,'No',3,0,23464,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60296,'Yes',1,0,23466,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60297,'No',3,0,23466,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60298,'Yes',1,0,23468,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60299,'No',3,0,23468,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60300,'Very Good',1,0,23470,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60301,'Good',1,0,23470,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60302,'Fair',1,0,23470,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60303,'Poor',2,0,23470,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60304,'Very Poor',2,0,23470,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60305,'Director',0,0,23480,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60306,'Owner Landlord',0,0,23480,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60307,'Site Maitenance',0,0,23480,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60308,'Estate Agent',0,0,23480,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60309,'Letting Agent',0,0,23480,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60310,'Other',0,0,23480,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60311,'Property Agent',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60312,'Owner Landlord',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60313,'Site Manager',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60314,'Property Manager',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60315,'Construction Manager',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60316,'Fire Warden',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60317,'Director',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60318,'CEO',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60319,'Other',0,0,23481,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60320,'A Property Within Building Block',0,0,23482,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60321,'All Of The Property',0,0,23482,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60322,'Communal Areas Only',0,0,23482,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60323,'House',0,0,23482,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60324,'Flat',0,0,23482,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60325,'Other',0,0,23482,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60326,'Nebosh',0,0,23488,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60327,'Level 2 Fire Risk Assessor',0,0,23488,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60328,'Competant Person',0,0,23488,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(60329,'Yes',0,0,23491,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60330,'No',2,0,23491,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60331,'Other',20,0,23491,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60332,'N/A',0,0,23491,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60333,'Yes',0,0,23492,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60334,'No',2,0,23492,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60335,'Other',20,0,23492,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60336,'N/A',0,0,23492,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60337,'Yes',0,0,23493,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60338,'No',2,0,23493,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60339,'Other',20,0,23493,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60340,'N/A',0,0,23493,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60341,'Yes',0,0,23495,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60342,'No',2,0,23495,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60343,'Other',20,0,23495,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60344,'N/A',0,0,23495,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60345,'Yes',0,0,23497,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60346,'No',2,0,23497,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60347,'Other',20,0,23497,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60348,'N/A',0,0,23497,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60349,'Yes',0,0,23498,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60350,'No',2,0,23498,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60351,'Other',20,0,23498,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60352,'N/A',0,0,23498,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60353,'Yes',0,0,23499,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60354,'No',3,0,23499,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60355,'Other',20,0,23499,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60356,'N/A',0,0,23499,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60357,'Yes',0,0,23501,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60358,'No',3,0,23501,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60359,'Other',20,0,23501,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60360,'N/A',0,0,23501,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60361,'Yes',0,0,23502,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60362,'No',4,0,23502,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60363,'No Disabled',0,0,23502,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60364,'Other',20,0,23502,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60365,'N/A',0,0,23502,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60366,'Yes',0,0,23503,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60367,'No',4,0,23503,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60368,'Other',20,0,23503,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60369,'N/A',0,0,23503,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60370,'Yes',0,0,23504,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60371,'No',3,0,23504,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60372,'Other',20,0,23504,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60373,'N/A',0,0,23504,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60374,'Yes',0,0,23505,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60375,'No',4,0,23505,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60376,'Other',20,0,23505,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60377,'N/A',0,0,23505,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60378,'Yes',0,0,23506,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60379,'No',4,0,23506,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60380,'Other',20,0,23506,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60381,'N/A',0,0,23506,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60382,'Yes',0,0,23507,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60383,'No',5,0,23507,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60384,'Other',20,0,23507,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60385,'N/A',0,0,23507,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60386,'Yes',0,0,23508,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60387,'Yes',3,0,23508,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60388,'No',6,0,23508,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60389,'Other',20,0,23508,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60390,'N/A',0,0,23508,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60391,'Yes',0,0,23509,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60392,'No',5,0,23509,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60393,'Other',20,0,23509,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60394,'N/A',0,0,23509,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60395,'Yes',0,0,23511,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60396,'No 1',7,0,23511,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60397,'No 2',7,0,23511,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60398,'Other',20,0,23511,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60399,'N/A',0,0,23511,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60400,'Yes',0,0,23513,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60401,'No 1',5,0,23513,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60402,'No 2',5,0,23513,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60403,'Yes',0,0,23514,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60404,'Option',5,0,23514,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60405,'No',8,0,23514,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60406,'N/A',0,0,23514,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60407,'Other',20,0,23514,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60408,'Yes 1',1,0,23516,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60409,'Yes 2',0,0,23516,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60410,'No',7,0,23516,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60411,'N/A',0,0,23516,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60412,'Other',20,0,23516,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60413,'Yes',0,0,23518,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60414,'No',8,0,23518,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60415,'Other',20,0,23518,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60416,'N/A',0,0,23518,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60417,'Yes',0,0,23519,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60418,'No',8,0,23519,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60419,'Other',20,0,23519,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60420,'N/A',0,0,23519,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60421,'Yes',0,0,23520,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60422,'No',8,0,23520,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60423,'Other',20,0,23520,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60424,'N/A',0,0,23520,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60425,'Yes',0,0,23522,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60426,'No',8,0,23522,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60427,'Other',20,0,23522,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60428,'N/A',0,0,23522,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60429,'Yes',0,0,23523,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60430,'No',6,0,23523,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60431,'Other',20,0,23523,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60432,'N/A',0,0,23523,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60433,'Yes',0,0,23525,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60434,'Yes',2,0,23525,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60435,'No',5,0,23525,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60436,'N/A',0,0,23525,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60437,'Other',20,0,23525,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60438,'Yes',0,0,23527,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(60439,'Yes',2,0,23527,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60440,'No',5,0,23527,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60441,'N/A',0,0,23527,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60442,'Other',20,0,23527,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60443,'Yes',0,0,23529,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60444,'No',4,0,23529,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60445,'N/A',0,0,23529,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60446,'Other',20,0,23529,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60447,'Yes',0,0,23531,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60448,'No',5,0,23531,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60449,'N/A',0,0,23531,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60450,'Other',20,0,23531,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60451,'Yes',0,0,23533,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60452,'No',4,0,23533,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60453,'N/A',0,0,23533,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60454,'Other',20,0,23533,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60455,'Yes',0,0,23535,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60456,'No',5,0,23535,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60457,'N/A',0,0,23535,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60458,'Other',20,0,23535,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60459,'Yes',0,0,23537,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60460,'No',5,0,23537,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60461,'N/A',0,0,23537,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60462,'Other',20,0,23537,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60463,'Yes',0,0,23539,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60464,'No',7,0,23539,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60465,'N/A',0,0,23539,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60466,'Other',20,0,23539,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60467,'Yes',2,0,23540,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60468,'No',6,0,23540,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60469,'No',0,0,23540,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60470,'N/A',0,0,23540,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60471,'Yes',0,0,23541,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60472,'No',6,0,23541,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60473,'NA',0,0,23541,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60474,'Other',20,0,23541,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60475,'Yes',0,0,23542,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60476,'Yes',0,0,23542,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60477,'NA',0,0,23542,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60478,'Other',20,0,23542,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60479,'Yes',1,0,23543,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60480,'No',0,0,23543,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60481,'Other',20,0,23543,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60482,'Yes',0,0,23544,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60483,'No',9,0,23544,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60484,'NA',0,0,23544,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60485,'Other',20,0,23544,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60486,'Yes',0,0,23545,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60487,'No',7,0,23545,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60488,'NA',0,0,23545,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60489,'Other',20,0,23545,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60490,'Yes',0,0,23546,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60491,'No',6,0,23546,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60492,'NA',0,0,23546,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60493,'Other',20,0,23546,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60494,'Yes',0,0,23547,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60495,'No',6,0,23547,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60496,'NA',0,0,23547,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60497,'Other',20,0,23547,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60498,'Yes',0,0,23548,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60499,'No',4,0,23548,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60500,'No',7,0,23548,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60501,'N/A',0,0,23548,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60502,'Other',20,0,23548,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60503,'Yes',0,0,23549,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60504,'No',8,0,23549,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60505,'NA',0,0,23549,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60506,'Other',20,0,23549,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60507,'Yes',3,0,23550,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60508,'Yes',4,0,23550,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60509,'Yes',5,0,23550,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60510,'Other',20,0,23550,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60511,'Yes',1,0,23551,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60512,'Yes',0,0,23551,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60513,'No',5,0,23551,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60514,'Other',20,0,23551,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60515,'Yes',0,0,23552,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60516,'No',5,0,23552,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60517,'NA',5,0,23552,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60518,'Other',20,0,23552,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60519,'Yes',0,0,23553,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60520,'No',5,0,23553,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60521,'N/A',0,0,23553,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60522,'Other',20,0,23553,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60523,'Yes',0,0,23554,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60524,'No',5,0,23554,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60525,'Other',20,0,23554,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60526,'N/A',0,0,23554,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60527,'Yes',0,0,23555,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60528,'No',5,0,23555,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60529,'NA',0,0,23555,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60530,'Other',20,0,23555,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60531,'Yes',0,0,23556,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60532,'No',5,0,23556,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60533,'NA',0,0,23556,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60534,'Other',20,0,23556,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60535,'Yes',0,0,23557,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60536,'No',5,0,23557,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60537,'NA',0,0,23557,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60538,'Other',20,0,23557,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60539,'Yes',0,0,23558,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60540,'No',5,0,23558,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60541,'Other',20,0,23558,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60542,'N/A',0,0,23558,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60543,'Yes',0,0,23559,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60544,'Yes',0,0,23559,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60545,'No',5,0,23559,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60546,'N/A',0,0,23559,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60547,'Other',20,0,23559,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60548,'Fan Heaters',4,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60549,'Electric Heaters',4,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60550,'Gas Heater',5,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60551,'Other Boilers',2,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60552,'Electrical Equipment',3,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60553,'Electrical Leads',3,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60554,'Portable Equipment',3,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60555,'Portable Lighting',2,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60556,'Cooking kitchen Equipment',6,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60557,'Other',20,0,23560,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60558,'Wood/Paper/Cardboard etc',3,0,23562,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60559,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23562,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60560,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23562,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60561,'Waste Material Controlled -in locked wheely bin or store',2,0,23562,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60562,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23562,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60563,'Other',20,0,23562,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60564,'Detached',1,0,23564,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60565,'Semi Detached',2,0,23564,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60566,'Terraced',3,0,23564,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60567,'Linked-Detached',1,0,23564,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60568,'Other',20,0,23564,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60569,'House',1,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60570,'Bungalow',1,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60571,'Block of Flats - Studios up to 6 Floor Levels',3,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60572,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60573,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60574,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60575,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60576,'Underground Property',1,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60577,'Factory/ Warehouse',3,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60578,'Garage/ Workshop',3,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60579,'Retail Shop',2,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60580,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60581,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60582,'Other',20,0,23565,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60583,'1-5',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60584,'5-10',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60585,'10-15',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60586,'15-20',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60587,'20-25',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60588,'25-30',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60589,'30-35',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60590,'35-40',0,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60591,'Other',20,0,23566,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60592,'NA',0,0,23570,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60593,'Number of staircase',2,0,23570,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60594,'NA',0,0,23571,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60595,'Number os staircases',2,0,23571,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60596,'1',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60597,'2',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60598,'3',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60599,'4',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60600,'5',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60601,'6',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60602,'7',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60603,'8',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60604,'9',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60605,'10',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60606,'11',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60607,'12',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60608,'13',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60609,'14',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60610,'15',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60611,'16',2,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60612,'N/A',0,0,23572,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60613,'Yes',1,0,23574,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60614,'No',3,0,23574,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60615,'Unknown',3,0,23574,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60616,'Stone',0,0,23574,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60617,'Other',20,0,23574,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60618,'Yes',1,0,23575,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60619,'No',5,0,23575,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60620,'Unknown',5,0,23575,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60621,'Stone',0,0,23575,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60622,'Other',20,0,23575,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60623,'No',5,0,23576,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60624,'Unknown',5,0,23576,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60625,'Stone',0,0,23576,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60626,'Other',20,0,23576,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60627,'Wood',2,0,23577,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60628,'Plastics',1,0,23577,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60629,'Aluminium',0,0,23577,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60630,'Stone',0,0,23577,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60631,'Other',20,0,23577,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60632,'0%',0,0,23578,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60633,'25%',0,0,23578,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60634,'50%',0,0,23578,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60635,'75%',0,0,23578,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60636,'100%',0,0,23578,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60637,'0%',0,0,23580,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60638,'25%',1,0,23580,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60639,'50%',1,0,23580,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60640,'75%',1,0,23580,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60641,'100%',1,0,23580,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60642,'0%',0,0,23581,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60643,'25%',0,0,23581,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60644,'50%',0,0,23581,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60645,'75%',0,0,23581,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60646,'100%',0,0,23581,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60647,'0%',0,0,23583,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60648,'25%',1,0,23583,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60649,'50%',1,0,23583,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60650,'75%',1,0,23583,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60651,'100%',1,0,23583,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60652,'0%',0,0,23584,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60653,'25%',5,0,23584,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60654,'50%',5,0,23584,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60655,'75%',5,0,23584,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60656,'100%',5,0,23584,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60657,'0%',0,0,23585,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60658,'25%',5,0,23585,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60659,'50%',5,0,23585,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60660,'75%',5,0,23585,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60661,'100%',5,0,23585,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60662,'0%',0,0,23586,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60663,'25%',1,0,23586,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60664,'50%',1,0,23586,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60665,'75%',1,0,23586,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60666,'100%',1,0,23586,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60667,'25%',1,0,23587,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60668,'50%',1,0,23587,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60669,'75%',1,0,23587,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60670,'100%',1,0,23587,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60671,'Other',20,0,23587,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60672,'0%',0,0,23589,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60673,'25%',1,0,23589,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60674,'50%',1,0,23589,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60675,'75%',1,0,23589,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60676,'100%',1,0,23589,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60677,'0%',0,0,23590,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60678,'25%',2,0,23590,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60679,'50%',2,0,23590,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60680,'75%',2,0,23590,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60681,'100%',2,0,23590,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60682,'0%',0,0,23591,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60683,'25%',1,0,23591,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60684,'50%',1,0,23591,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60685,'75%',1,0,23591,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60686,'100%',1,0,23591,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60687,'Solid concrete all levels',0,0,23592,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60688,'Timber joists all levels',3,0,23592,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60689,'Concrete lowest floor – Timber above higher levels',3,0,23592,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60690,'Other',20,0,23592,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60691,'Yes',1,0,23595,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60692,'No',6,0,23595,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60693,'Yes',2,0,23597,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60694,'No',8,0,23597,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60695,'Yes',1,0,23599,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60696,'No',6,0,23599,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60697,'Yes',1,0,23601,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60698,'No',6,0,23601,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60699,'Yes',1,0,23603,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60700,'No',6,0,23603,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60701,'Yes',1,0,23607,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60702,'No',3,0,23607,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60703,'Yes',1,0,23609,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60704,'No',3,0,23609,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60705,'Yes',1,0,23611,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60706,'No',3,0,23611,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60707,'Very Good',1,0,23613,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60708,'Good',1,0,23613,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60709,'Fair',1,0,23613,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60710,'Poor',2,0,23613,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60711,'Very Poor',2,0,23613,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60712,'Director',0,0,23623,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60713,'Owner Landlord',0,0,23623,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60714,'Site Maitenance',0,0,23623,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60715,'Estate Agent',0,0,23623,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60716,'Letting Agent',0,0,23623,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60717,'Other',0,0,23623,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60718,'Property Agent',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60719,'Owner Landlord',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60720,'Site Manager',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60721,'Property Manager',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60722,'Construction Manager',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60723,'Fire Warden',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60724,'Director',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60725,'CEO',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60726,'Other',0,0,23624,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60727,'A Property Within Building Block',0,0,23625,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60728,'All Of The Property',0,0,23625,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60729,'Communal Areas Only',0,0,23625,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60730,'House',0,0,23625,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60731,'Flat',0,0,23625,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60732,'Other',0,0,23625,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60733,'Nebosh',0,0,23631,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60734,'Level 2 Fire Risk Assessor',0,0,23631,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60735,'Competant Person',0,0,23631,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(60736,'Yes',0,0,23634,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60737,'No',2,0,23634,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60738,'Other',20,0,23634,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60739,'N/A',0,0,23634,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60740,'Yes',0,0,23635,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60741,'No',2,0,23635,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60742,'Other',20,0,23635,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60743,'N/A',0,0,23635,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60744,'Yes',0,0,23636,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60745,'No',2,0,23636,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60746,'Other',20,0,23636,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60747,'N/A',0,0,23636,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60748,'Yes',0,0,23638,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60749,'No',2,0,23638,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60750,'Other',20,0,23638,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60751,'N/A',0,0,23638,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60752,'Yes',0,0,23640,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60753,'No',2,0,23640,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60754,'Other',20,0,23640,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60755,'N/A',0,0,23640,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60756,'Yes',0,0,23641,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60757,'No',2,0,23641,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60758,'Other',20,0,23641,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60759,'N/A',0,0,23641,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60760,'Yes',0,0,23642,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60761,'No',3,0,23642,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60762,'Other',20,0,23642,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60763,'N/A',0,0,23642,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60764,'Yes',0,0,23644,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60765,'No',3,0,23644,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60766,'Other',20,0,23644,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60767,'N/A',0,0,23644,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60768,'Yes',0,0,23645,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60769,'No',4,0,23645,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60770,'No Disabled',0,0,23645,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60771,'Other',20,0,23645,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60772,'N/A',0,0,23645,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60773,'Yes',0,0,23646,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60774,'No',4,0,23646,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60775,'Other',20,0,23646,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60776,'N/A',0,0,23646,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60777,'Yes',0,0,23647,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60778,'No',3,0,23647,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60779,'Other',20,0,23647,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60780,'N/A',0,0,23647,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60781,'Yes',0,0,23648,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60782,'No',4,0,23648,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60783,'Other',20,0,23648,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60784,'N/A',0,0,23648,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60785,'Yes',0,0,23649,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60786,'No',4,0,23649,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60787,'Other',20,0,23649,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60788,'N/A',0,0,23649,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60789,'Yes',0,0,23650,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60790,'No',5,0,23650,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60791,'Other',20,0,23650,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60792,'N/A',0,0,23650,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60793,'Yes',0,0,23651,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60794,'Yes',3,0,23651,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60795,'No',6,0,23651,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60796,'Other',20,0,23651,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60797,'N/A',0,0,23651,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60798,'Yes',0,0,23652,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60799,'No',5,0,23652,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60800,'Other',20,0,23652,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60801,'N/A',0,0,23652,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60802,'Yes',0,0,23654,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60803,'No 1',7,0,23654,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60804,'No 2',7,0,23654,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60805,'Other',20,0,23654,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60806,'N/A',0,0,23654,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60807,'Yes',0,0,23656,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60808,'No 1',5,0,23656,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60809,'No 2',5,0,23656,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60810,'Yes',0,0,23657,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60811,'Option',5,0,23657,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60812,'No',8,0,23657,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60813,'N/A',0,0,23657,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60814,'Other',20,0,23657,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60815,'Yes 1',1,0,23659,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60816,'Yes 2',0,0,23659,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60817,'No',7,0,23659,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60818,'N/A',0,0,23659,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60819,'Other',20,0,23659,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60820,'Yes',0,0,23661,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60821,'No',8,0,23661,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60822,'Other',20,0,23661,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60823,'N/A',0,0,23661,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60824,'Yes',0,0,23662,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60825,'No',8,0,23662,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60826,'Other',20,0,23662,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60827,'N/A',0,0,23662,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60828,'Yes',0,0,23663,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60829,'No',8,0,23663,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60830,'Other',20,0,23663,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60831,'N/A',0,0,23663,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60832,'Yes',0,0,23665,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60833,'No',8,0,23665,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60834,'Other',20,0,23665,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60835,'N/A',0,0,23665,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60836,'Yes',0,0,23666,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60837,'No',6,0,23666,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60838,'Other',20,0,23666,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60839,'N/A',0,0,23666,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60840,'Yes',0,0,23668,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(60841,'Yes',2,0,23668,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60842,'No',5,0,23668,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60843,'N/A',0,0,23668,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60844,'Other',20,0,23668,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60845,'Yes',0,0,23670,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60846,'Yes',2,0,23670,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60847,'No',5,0,23670,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60848,'N/A',0,0,23670,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60849,'Other',20,0,23670,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60850,'Yes',0,0,23672,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60851,'No',4,0,23672,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60852,'N/A',0,0,23672,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60853,'Other',20,0,23672,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60854,'Yes',0,0,23674,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60855,'No',5,0,23674,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60856,'N/A',0,0,23674,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60857,'Other',20,0,23674,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60858,'Yes',0,0,23676,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60859,'No',4,0,23676,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60860,'N/A',0,0,23676,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60861,'Other',20,0,23676,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60862,'Yes',0,0,23678,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60863,'No',5,0,23678,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60864,'N/A',0,0,23678,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60865,'Other',20,0,23678,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60866,'Yes',0,0,23680,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60867,'No',5,0,23680,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60868,'N/A',0,0,23680,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60869,'Other',20,0,23680,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60870,'Yes',0,0,23682,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60871,'No',7,0,23682,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60872,'N/A',0,0,23682,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60873,'Other',20,0,23682,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60874,'Yes',2,0,23683,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60875,'No',6,0,23683,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60876,'No',0,0,23683,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60877,'N/A',0,0,23683,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60878,'Yes',0,0,23684,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60879,'No',6,0,23684,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60880,'NA',0,0,23684,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60881,'Other',20,0,23684,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60882,'Yes',0,0,23685,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60883,'Yes',0,0,23685,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60884,'NA',0,0,23685,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60885,'Other',20,0,23685,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60886,'Yes',1,0,23686,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60887,'No',0,0,23686,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60888,'Other',20,0,23686,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60889,'Yes',0,0,23687,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60890,'No',9,0,23687,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60891,'NA',0,0,23687,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60892,'Other',20,0,23687,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60893,'Yes',0,0,23688,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60894,'No',7,0,23688,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60895,'NA',0,0,23688,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60896,'Other',20,0,23688,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60897,'Yes',0,0,23689,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60898,'No',6,0,23689,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60899,'NA',0,0,23689,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60900,'Other',20,0,23689,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60901,'Yes',0,0,23690,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60902,'No',6,0,23690,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60903,'NA',0,0,23690,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60904,'Other',20,0,23690,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60905,'Yes',0,0,23691,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60906,'No',4,0,23691,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60907,'No',7,0,23691,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60908,'N/A',0,0,23691,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60909,'Other',20,0,23691,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60910,'Yes',0,0,23692,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60911,'No',8,0,23692,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60912,'NA',0,0,23692,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60913,'Other',20,0,23692,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60914,'Yes',3,0,23693,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60915,'Yes',4,0,23693,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60916,'Yes',5,0,23693,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60917,'Other',20,0,23693,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60918,'Yes',0,0,23694,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60919,'No',5,0,23694,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60920,'NA',5,0,23694,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60921,'Other',20,0,23694,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60922,'Yes',0,0,23695,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60923,'No',5,0,23695,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60924,'N/A',0,0,23695,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60925,'Other',20,0,23695,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60926,'Yes',0,0,23696,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60927,'No',5,0,23696,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60928,'Other',20,0,23696,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60929,'N/A',0,0,23696,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60930,'Yes',0,0,23697,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60931,'No',5,0,23697,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60932,'NA',0,0,23697,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60933,'Other',20,0,23697,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60934,'Yes',0,0,23698,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60935,'No',5,0,23698,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60936,'NA',0,0,23698,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60937,'Other',20,0,23698,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60938,'Yes',1,0,23699,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60939,'Yes',0,0,23699,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60940,'No',5,0,23699,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60941,'Other',20,0,23699,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60942,'Yes',0,0,23700,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60943,'No',5,0,23700,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60944,'NA',0,0,23700,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60945,'Other',20,0,23700,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60946,'Yes',0,0,23701,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60947,'No',5,0,23701,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60948,'Other',20,0,23701,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60949,'N/A',0,0,23701,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60950,'Yes',0,0,23702,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60951,'Yes',0,0,23702,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60952,'No',5,0,23702,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60953,'N/A',0,0,23702,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60954,'Other',20,0,23702,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60955,'Fan Heaters',4,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60956,'Electric Heaters',4,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60957,'Gas Heater',5,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60958,'Other Boilers',2,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60959,'Electrical Equipment',3,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60960,'Electrical Leads',3,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60961,'Portable Equipment',3,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60962,'Portable Lighting',2,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60963,'Cooking kitchen Equipment',6,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60964,'Other',20,0,23703,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60965,'Wood/Paper/Cardboard etc',3,0,23705,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60966,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23705,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60967,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23705,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60968,'Waste Material Controlled -in locked wheely bin or store',2,0,23705,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60969,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23705,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60970,'Other',20,0,23705,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60971,'Detached',1,0,23707,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60972,'Semi Detached',2,0,23707,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60973,'Terraced',3,0,23707,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60974,'Linked-Detached',1,0,23707,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60975,'Other',20,0,23707,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60976,'House',1,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60977,'Bungalow',1,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60978,'Block of Flats - Studios up to 6 Floor Levels',3,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60979,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60980,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60981,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60982,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60983,'Underground Property',1,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60984,'Factory/ Warehouse',3,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60985,'Garage/ Workshop',3,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60986,'Retail Shop',2,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60987,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60988,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60989,'Other',20,0,23708,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60990,'1-5',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60991,'5-10',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60992,'10-15',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60993,'15-20',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60994,'20-25',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60995,'25-30',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60996,'30-35',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60997,'35-40',0,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60998,'Other',20,0,23709,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(60999,'NA',0,0,23713,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61000,'Number of staircase',2,0,23713,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61001,'NA',0,0,23714,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61002,'Number os staircases',2,0,23714,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61003,'1',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61004,'2',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61005,'3',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61006,'4',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61007,'5',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61008,'6',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61009,'7',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61010,'8',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61011,'9',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61012,'10',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61013,'11',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61014,'12',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61015,'13',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61016,'14',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61017,'15',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61018,'16',2,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61019,'N/A',0,0,23715,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61020,'Yes',1,0,23717,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61021,'No',3,0,23717,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61022,'Unknown',3,0,23717,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61023,'Stone',0,0,23717,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61024,'Other',20,0,23717,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61025,'Yes',1,0,23718,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61026,'No',5,0,23718,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61027,'Unknown',5,0,23718,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61028,'Stone',0,0,23718,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61029,'Other',20,0,23718,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61030,'No',5,0,23719,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61031,'Unknown',5,0,23719,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61032,'Stone',0,0,23719,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61033,'Other',20,0,23719,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61034,'Wood',2,0,23720,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61035,'Plastics',1,0,23720,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61036,'Aluminium',0,0,23720,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61037,'Stone',0,0,23720,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61038,'Other',20,0,23720,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61039,'0%',0,0,23721,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61040,'25%',0,0,23721,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61041,'50%',0,0,23721,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61042,'75%',0,0,23721,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61043,'100%',0,0,23721,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61044,'0%',0,0,23723,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61045,'25%',1,0,23723,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61046,'50%',1,0,23723,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61047,'75%',1,0,23723,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61048,'100%',1,0,23723,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61049,'0%',0,0,23724,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61050,'25%',0,0,23724,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61051,'50%',0,0,23724,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61052,'75%',0,0,23724,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61053,'100%',0,0,23724,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61054,'0%',0,0,23726,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61055,'25%',1,0,23726,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61056,'50%',1,0,23726,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61057,'75%',1,0,23726,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61058,'100%',1,0,23726,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61059,'0%',0,0,23727,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61060,'25%',5,0,23727,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61061,'50%',5,0,23727,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61062,'75%',5,0,23727,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61063,'100%',5,0,23727,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61064,'0%',0,0,23728,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61065,'25%',5,0,23728,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61066,'50%',5,0,23728,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61067,'75%',5,0,23728,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61068,'100%',5,0,23728,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61069,'0%',0,0,23729,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61070,'25%',1,0,23729,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61071,'50%',1,0,23729,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61072,'75%',1,0,23729,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61073,'100%',1,0,23729,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61074,'25%',1,0,23730,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61075,'50%',1,0,23730,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61076,'75%',1,0,23730,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61077,'100%',1,0,23730,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61078,'Other',20,0,23730,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61079,'0%',0,0,23732,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61080,'25%',1,0,23732,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61081,'50%',1,0,23732,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61082,'75%',1,0,23732,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61083,'100%',1,0,23732,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61084,'0%',0,0,23733,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61085,'25%',2,0,23733,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61086,'50%',2,0,23733,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61087,'75%',2,0,23733,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61088,'100%',2,0,23733,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61089,'0%',0,0,23734,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61090,'25%',1,0,23734,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61091,'50%',1,0,23734,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61092,'75%',1,0,23734,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61093,'100%',1,0,23734,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61094,'Solid concrete all levels',0,0,23735,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61095,'Timber joists all levels',3,0,23735,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61096,'Concrete lowest floor – Timber above higher levels',3,0,23735,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61097,'Other',20,0,23735,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61098,'Yes',1,0,23738,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61099,'No',6,0,23738,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61100,'Yes',2,0,23740,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61101,'No',8,0,23740,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61102,'Yes',1,0,23742,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61103,'No',6,0,23742,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61104,'Yes',1,0,23744,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61105,'No',6,0,23744,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61106,'Yes',1,0,23746,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61107,'No',6,0,23746,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61108,'Yes',1,0,23750,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61109,'No',3,0,23750,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61110,'Yes',1,0,23752,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61111,'No',3,0,23752,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61112,'Yes',1,0,23754,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61113,'No',3,0,23754,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61114,'Very Good',1,0,23756,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61115,'Good',1,0,23756,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61116,'Fair',1,0,23756,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61117,'Poor',2,0,23756,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61118,'Very Poor',2,0,23756,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61119,'Director',0,0,23766,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61120,'Owner Landlord',0,0,23766,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61121,'Site Maitenance',0,0,23766,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61122,'Estate Agent',0,0,23766,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61123,'Letting Agent',0,0,23766,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61124,'Other',0,0,23766,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61125,'Property Agent',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61126,'Owner Landlord',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61127,'Site Manager',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61128,'Property Manager',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61129,'Construction Manager',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61130,'Fire Warden',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61131,'Director',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61132,'CEO',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61133,'Other',0,0,23767,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61134,'A Property Within Building Block',0,0,23768,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61135,'All Of The Property',0,0,23768,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61136,'Communal Areas Only',0,0,23768,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61137,'House',0,0,23768,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61138,'Flat',0,0,23768,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61139,'Other',0,0,23768,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61140,'Nebosh',0,0,23774,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61141,'Level 2 Fire Risk Assessor',0,0,23774,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61142,'Competant Person',0,0,23774,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(61143,'Yes',0,0,23777,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61144,'No',2,0,23777,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61145,'Other',20,0,23777,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61146,'N/A',0,0,23777,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61147,'Yes',0,0,23778,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61148,'No',2,0,23778,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61149,'Other',20,0,23778,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61150,'N/A',0,0,23778,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61151,'Yes',0,0,23779,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61152,'No',2,0,23779,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61153,'Other',20,0,23779,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61154,'N/A',0,0,23779,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61155,'Yes',0,0,23781,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61156,'No',2,0,23781,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61157,'Other',20,0,23781,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61158,'N/A',0,0,23781,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61159,'Yes',0,0,23783,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61160,'No',2,0,23783,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61161,'Other',20,0,23783,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61162,'N/A',0,0,23783,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61163,'Yes',0,0,23784,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61164,'No',2,0,23784,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61165,'Other',20,0,23784,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61166,'N/A',0,0,23784,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61167,'Yes',0,0,23785,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61168,'No',3,0,23785,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61169,'Other',20,0,23785,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61170,'N/A',0,0,23785,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61171,'Yes',0,0,23787,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61172,'No',3,0,23787,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61173,'Other',20,0,23787,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61174,'N/A',0,0,23787,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61175,'Yes',0,0,23788,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61176,'No',4,0,23788,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61177,'No Disabled',0,0,23788,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61178,'Other',20,0,23788,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61179,'N/A',0,0,23788,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61180,'Yes',0,0,23789,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61181,'No',4,0,23789,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61182,'Other',20,0,23789,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61183,'N/A',0,0,23789,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61184,'Yes',0,0,23790,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61185,'No',3,0,23790,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61186,'Other',20,0,23790,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61187,'N/A',0,0,23790,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61188,'Yes',0,0,23791,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61189,'No',4,0,23791,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61190,'Other',20,0,23791,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61191,'N/A',0,0,23791,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61192,'Yes',0,0,23792,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61193,'No',4,0,23792,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61194,'Other',20,0,23792,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61195,'N/A',0,0,23792,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61196,'Yes',0,0,23793,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61197,'No',5,0,23793,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61198,'Other',20,0,23793,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61199,'N/A',0,0,23793,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61200,'Yes',0,0,23794,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61201,'Yes',3,0,23794,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61202,'No',6,0,23794,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61203,'Other',20,0,23794,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61204,'N/A',0,0,23794,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61205,'Yes',0,0,23795,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61206,'No',5,0,23795,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61207,'Other',20,0,23795,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61208,'N/A',0,0,23795,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61209,'Yes',0,0,23797,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61210,'No 1',7,0,23797,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61211,'No 2',7,0,23797,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61212,'Other',20,0,23797,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61213,'N/A',0,0,23797,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61214,'Yes',0,0,23799,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61215,'No 1',5,0,23799,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61216,'No 2',5,0,23799,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61217,'Yes',0,0,23800,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61218,'Option',5,0,23800,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61219,'No',8,0,23800,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61220,'N/A',0,0,23800,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61221,'Other',20,0,23800,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61222,'Yes 1',1,0,23802,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61223,'Yes 2',0,0,23802,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61224,'No',7,0,23802,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61225,'N/A',0,0,23802,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61226,'Other',20,0,23802,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61227,'Yes',0,0,23804,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61228,'No',8,0,23804,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61229,'Other',20,0,23804,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61230,'N/A',0,0,23804,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61231,'Yes',0,0,23805,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61232,'No',8,0,23805,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61233,'Other',20,0,23805,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61234,'N/A',0,0,23805,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61235,'Yes',0,0,23806,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61236,'No',8,0,23806,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61237,'Other',20,0,23806,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61238,'N/A',0,0,23806,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61239,'Yes',0,0,23808,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61240,'No',8,0,23808,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61241,'Other',20,0,23808,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61242,'N/A',0,0,23808,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(61243,'Yes',0,0,23809,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61244,'No',6,0,23809,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61245,'Other',20,0,23809,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61246,'N/A',0,0,23809,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61247,'Yes',0,0,23811,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61248,'Yes',2,0,23811,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61249,'No',5,0,23811,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61250,'N/A',0,0,23811,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61251,'Other',20,0,23811,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61252,'Yes',0,0,23813,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61253,'Yes',2,0,23813,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61254,'No',5,0,23813,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61255,'N/A',0,0,23813,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61256,'Other',20,0,23813,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61257,'Yes',0,0,23815,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61258,'No',4,0,23815,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61259,'N/A',0,0,23815,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61260,'Other',20,0,23815,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61261,'Yes',0,0,23817,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61262,'No',5,0,23817,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61263,'N/A',0,0,23817,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61264,'Other',20,0,23817,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61265,'Yes',0,0,23819,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61266,'No',4,0,23819,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61267,'N/A',0,0,23819,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61268,'Other',20,0,23819,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61269,'Yes',0,0,23821,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61270,'No',5,0,23821,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61271,'N/A',0,0,23821,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61272,'Other',20,0,23821,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61273,'Yes',0,0,23823,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61274,'No',5,0,23823,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61275,'N/A',0,0,23823,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61276,'Other',20,0,23823,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61277,'Yes',0,0,23825,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61278,'No',7,0,23825,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61279,'N/A',0,0,23825,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61280,'Other',20,0,23825,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61281,'Yes',2,0,23826,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61282,'No',6,0,23826,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61283,'No',0,0,23826,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61284,'N/A',0,0,23826,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61285,'Yes',0,0,23827,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61286,'No',6,0,23827,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61287,'NA',0,0,23827,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61288,'Other',20,0,23827,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61289,'Yes',0,0,23828,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61290,'Yes',0,0,23828,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61291,'NA',0,0,23828,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61292,'Other',20,0,23828,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61293,'Yes',1,0,23829,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61294,'No',0,0,23829,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61295,'Other',20,0,23829,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61296,'Yes',0,0,23830,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61297,'No',9,0,23830,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61298,'NA',0,0,23830,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61299,'Other',20,0,23830,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61300,'Yes',0,0,23831,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61301,'No',7,0,23831,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61302,'NA',0,0,23831,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61303,'Other',20,0,23831,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61304,'Yes',0,0,23832,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61305,'No',6,0,23832,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61306,'NA',0,0,23832,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61307,'Other',20,0,23832,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61308,'Yes',0,0,23833,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61309,'No',6,0,23833,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61310,'NA',0,0,23833,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61311,'Other',20,0,23833,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61312,'Yes',0,0,23834,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61313,'No',4,0,23834,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61314,'No',7,0,23834,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61315,'N/A',0,0,23834,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61316,'Other',20,0,23834,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61317,'Yes',0,0,23835,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61318,'No',8,0,23835,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61319,'NA',0,0,23835,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61320,'Other',20,0,23835,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61321,'Yes',3,0,23836,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61322,'Yes',4,0,23836,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61323,'Yes',5,0,23836,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61324,'Other',20,0,23836,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61325,'Yes',0,0,23837,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61326,'No',5,0,23837,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61327,'NA',5,0,23837,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61328,'Other',20,0,23837,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61329,'Yes',0,0,23838,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61330,'No',5,0,23838,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61331,'N/A',0,0,23838,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61332,'Other',20,0,23838,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61333,'Yes',0,0,23839,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61334,'No',5,0,23839,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61335,'Other',20,0,23839,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61336,'N/A',0,0,23839,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61337,'Yes',0,0,23840,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61338,'No',5,0,23840,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61339,'NA',0,0,23840,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61340,'Other',20,0,23840,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61341,'Yes',0,0,23841,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61342,'No',5,0,23841,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61343,'NA',0,0,23841,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61344,'Other',20,0,23841,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61345,'Yes',1,0,23842,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61346,'Yes',0,0,23842,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61347,'No',5,0,23842,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61348,'Other',20,0,23842,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61349,'Yes',0,0,23843,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61350,'No',5,0,23843,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61351,'NA',0,0,23843,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61352,'Other',20,0,23843,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61353,'Yes',0,0,23844,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61354,'No',5,0,23844,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61355,'Other',20,0,23844,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61356,'N/A',0,0,23844,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61357,'Yes',0,0,23845,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61358,'Yes',0,0,23845,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61359,'No',5,0,23845,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61360,'N/A',0,0,23845,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61361,'Other',20,0,23845,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61362,'Fan Heaters',4,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61363,'Electric Heaters',4,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61364,'Gas Heater',5,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61365,'Other Boilers',2,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61366,'Electrical Equipment',3,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61367,'Electrical Leads',3,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61368,'Portable Equipment',3,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61369,'Portable Lighting',2,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61370,'Cooking kitchen Equipment',6,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61371,'Other',20,0,23846,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61372,'Wood/Paper/Cardboard etc',3,0,23848,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61373,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23848,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61374,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23848,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61375,'Waste Material Controlled -in locked wheely bin or store',2,0,23848,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61376,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23848,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61377,'Other',20,0,23848,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61378,'Detached',1,0,23850,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61379,'Semi Detached',2,0,23850,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61380,'Terraced',3,0,23850,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61381,'Linked-Detached',1,0,23850,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61382,'Other',20,0,23850,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61383,'House',1,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61384,'Bungalow',1,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61385,'Block of Flats - Studios up to 6 Floor Levels',3,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61386,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61387,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61388,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61389,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61390,'Underground Property',1,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61391,'Factory/ Warehouse',3,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61392,'Garage/ Workshop',3,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61393,'Retail Shop',2,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61394,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61395,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61396,'Other',20,0,23851,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61397,'1-5',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61398,'5-10',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61399,'10-15',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61400,'15-20',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61401,'20-25',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61402,'25-30',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61403,'30-35',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61404,'35-40',0,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61405,'Other',20,0,23852,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61406,'NA',0,0,23856,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61407,'Number of staircase',2,0,23856,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61408,'NA',0,0,23857,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61409,'Number os staircases',2,0,23857,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61410,'1',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61411,'2',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61412,'3',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61413,'4',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61414,'5',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61415,'6',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61416,'7',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61417,'8',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61418,'9',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61419,'10',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61420,'11',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61421,'12',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61422,'13',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61423,'14',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61424,'15',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61425,'16',2,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61426,'N/A',0,0,23858,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61427,'Yes',1,0,23860,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61428,'No',3,0,23860,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61429,'Unknown',3,0,23860,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61430,'Stone',0,0,23860,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61431,'Other',20,0,23860,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61432,'Yes',1,0,23861,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61433,'No',5,0,23861,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61434,'Unknown',5,0,23861,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61435,'Stone',0,0,23861,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61436,'Other',20,0,23861,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61437,'No',5,0,23862,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61438,'Unknown',5,0,23862,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61439,'Stone',0,0,23862,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61440,'Other',20,0,23862,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61441,'Wood',2,0,23863,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61442,'Plastics',1,0,23863,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61443,'Aluminium',0,0,23863,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61444,'Stone',0,0,23863,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61445,'Other',20,0,23863,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61446,'0%',0,0,23864,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61447,'25%',0,0,23864,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61448,'50%',0,0,23864,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61449,'75%',0,0,23864,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61450,'100%',0,0,23864,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61451,'0%',0,0,23866,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61452,'25%',1,0,23866,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61453,'50%',1,0,23866,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61454,'75%',1,0,23866,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61455,'100%',1,0,23866,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61456,'0%',0,0,23867,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61457,'25%',0,0,23867,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61458,'50%',0,0,23867,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61459,'75%',0,0,23867,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61460,'100%',0,0,23867,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61461,'0%',0,0,23869,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61462,'25%',1,0,23869,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61463,'50%',1,0,23869,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61464,'75%',1,0,23869,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61465,'100%',1,0,23869,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61466,'0%',0,0,23870,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61467,'25%',5,0,23870,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61468,'50%',5,0,23870,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61469,'75%',5,0,23870,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61470,'100%',5,0,23870,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61471,'0%',0,0,23871,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61472,'25%',5,0,23871,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61473,'50%',5,0,23871,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61474,'75%',5,0,23871,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61475,'100%',5,0,23871,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61476,'0%',0,0,23872,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61477,'25%',1,0,23872,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61478,'50%',1,0,23872,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61479,'75%',1,0,23872,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61480,'100%',1,0,23872,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61481,'25%',1,0,23873,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61482,'50%',1,0,23873,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61483,'75%',1,0,23873,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61484,'100%',1,0,23873,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61485,'Other',20,0,23873,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61486,'0%',0,0,23875,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61487,'25%',1,0,23875,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61488,'50%',1,0,23875,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61489,'75%',1,0,23875,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61490,'100%',1,0,23875,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61491,'0%',0,0,23876,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61492,'25%',2,0,23876,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61493,'50%',2,0,23876,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61494,'75%',2,0,23876,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61495,'100%',2,0,23876,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61496,'0%',0,0,23877,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61497,'25%',1,0,23877,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61498,'50%',1,0,23877,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61499,'75%',1,0,23877,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61500,'100%',1,0,23877,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61501,'Solid concrete all levels',0,0,23878,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61502,'Timber joists all levels',3,0,23878,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61503,'Concrete lowest floor – Timber above higher levels',3,0,23878,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61504,'Other',20,0,23878,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61505,'Yes',1,0,23881,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61506,'No',6,0,23881,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61507,'Yes',2,0,23883,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61508,'No',8,0,23883,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61509,'Yes',1,0,23885,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61510,'No',6,0,23885,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61511,'Yes',1,0,23887,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61512,'No',6,0,23887,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61513,'Yes',1,0,23889,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61514,'No',6,0,23889,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61515,'Yes',1,0,23893,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61516,'No',3,0,23893,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61517,'Yes',1,0,23895,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61518,'No',3,0,23895,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61519,'Yes',1,0,23897,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61520,'No',3,0,23897,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61521,'Very Good',1,0,23899,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61522,'Good',1,0,23899,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61523,'Fair',1,0,23899,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61524,'Poor',2,0,23899,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61525,'Very Poor',2,0,23899,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61526,'Director',0,0,23909,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61527,'Owner Landlord',0,0,23909,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61528,'Site Maitenance',0,0,23909,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61529,'Estate Agent',0,0,23909,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61530,'Letting Agent',0,0,23909,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61531,'Other',0,0,23909,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61532,'Property Agent',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61533,'Owner Landlord',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61534,'Site Manager',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61535,'Property Manager',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61536,'Construction Manager',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61537,'Fire Warden',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61538,'Director',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61539,'CEO',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61540,'Other',0,0,23910,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61541,'A Property Within Building Block',0,0,23911,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61542,'All Of The Property',0,0,23911,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61543,'Communal Areas Only',0,0,23911,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61544,'House',0,0,23911,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61545,'Flat',0,0,23911,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61546,'Other',0,0,23911,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61547,'Nebosh',0,0,23917,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61548,'Level 2 Fire Risk Assessor',0,0,23917,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61549,'Competant Person',0,0,23917,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(61550,'Yes',0,0,23921,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61551,'No',2,0,23921,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61552,'Other',20,0,23921,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61553,'N/A',0,0,23921,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61554,'Yes',0,0,23922,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61555,'No',2,0,23922,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61556,'Other',20,0,23922,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61557,'N/A',0,0,23922,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61558,'Yes',0,0,23923,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61559,'No',2,0,23923,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61560,'Other',20,0,23923,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61561,'N/A',0,0,23923,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61562,'Yes',0,0,23925,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61563,'No',2,0,23925,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61564,'Other',20,0,23925,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61565,'N/A',0,0,23925,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61566,'Yes',0,0,23927,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61567,'No',2,0,23927,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61568,'Other',20,0,23927,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61569,'N/A',0,0,23927,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61570,'Yes',0,0,23928,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61571,'No',2,0,23928,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61572,'Other',20,0,23928,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61573,'N/A',0,0,23928,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61574,'Yes',0,0,23929,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61575,'No',3,0,23929,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61576,'Other',20,0,23929,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61577,'N/A',0,0,23929,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61578,'Yes',0,0,23931,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61579,'No',3,0,23931,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61580,'Other',20,0,23931,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61581,'N/A',0,0,23931,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61582,'Yes',0,0,23932,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61583,'No',4,0,23932,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61584,'No Disabled',0,0,23932,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61585,'Other',20,0,23932,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61586,'N/A',0,0,23932,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61587,'Yes',0,0,23933,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61588,'No',4,0,23933,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61589,'Other',20,0,23933,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61590,'N/A',0,0,23933,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61591,'Yes',0,0,23934,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61592,'No',3,0,23934,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61593,'Other',20,0,23934,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61594,'N/A',0,0,23934,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61595,'Yes',0,0,23935,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61596,'No',4,0,23935,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61597,'Other',20,0,23935,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61598,'N/A',0,0,23935,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61599,'Yes',0,0,23936,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61600,'No',4,0,23936,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61601,'Other',20,0,23936,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61602,'N/A',0,0,23936,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61603,'Yes',0,0,23937,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61604,'No',5,0,23937,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61605,'Other',20,0,23937,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61606,'N/A',0,0,23937,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61607,'Yes',0,0,23938,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61608,'Yes',3,0,23938,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61609,'No',6,0,23938,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61610,'Other',20,0,23938,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61611,'N/A',0,0,23938,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61612,'Yes',0,0,23939,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61613,'No',5,0,23939,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61614,'Other',20,0,23939,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61615,'N/A',0,0,23939,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61616,'Yes',0,0,23941,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61617,'No 1',7,0,23941,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61618,'No 2',7,0,23941,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61619,'Other',20,0,23941,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61620,'N/A',0,0,23941,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61621,'Yes',0,0,23943,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61622,'No 1',5,0,23943,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61623,'No 2',5,0,23943,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61624,'Yes',0,0,23944,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61625,'Option',5,0,23944,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61626,'No',8,0,23944,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61627,'N/A',0,0,23944,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61628,'Other',20,0,23944,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61629,'Yes 1',1,0,23946,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61630,'Yes 2',0,0,23946,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61631,'No',7,0,23946,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61632,'N/A',0,0,23946,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61633,'Other',20,0,23946,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61634,'Yes',0,0,23948,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61635,'No',8,0,23948,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61636,'Other',20,0,23948,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61637,'N/A',0,0,23948,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61638,'Yes',0,0,23949,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61639,'No',8,0,23949,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61640,'Other',20,0,23949,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61641,'N/A',0,0,23949,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61642,'Yes',0,0,23950,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61643,'No',8,0,23950,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61644,'Other',20,0,23950,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61645,'N/A',0,0,23950,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61646,'Yes',0,0,23952,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61647,'No',8,0,23952,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61648,'Other',20,0,23952,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61649,'N/A',0,0,23952,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61650,'Yes',0,0,23953,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61651,'No',6,0,23953,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61652,'Other',20,0,23953,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61653,'N/A',0,0,23953,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61654,'Yes',0,0,23955,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61655,'Yes',2,0,23955,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61656,'No',5,0,23955,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61657,'N/A',0,0,23955,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61658,'Other',20,0,23955,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61659,'Yes',0,0,23957,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61660,'Yes',2,0,23957,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61661,'No',5,0,23957,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61662,'N/A',0,0,23957,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61663,'Other',20,0,23957,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61664,'Yes',0,0,23959,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61665,'No',4,0,23959,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61666,'N/A',0,0,23959,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61667,'Other',20,0,23959,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61668,'Yes',0,0,23961,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61669,'No',5,0,23961,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61670,'N/A',0,0,23961,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61671,'Other',20,0,23961,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61672,'Yes',0,0,23963,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61673,'No',4,0,23963,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61674,'N/A',0,0,23963,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61675,'Other',20,0,23963,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61676,'Yes',0,0,23965,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61677,'No',5,0,23965,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61678,'N/A',0,0,23965,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61679,'Other',20,0,23965,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61680,'Yes',0,0,23967,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61681,'No',5,0,23967,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61682,'N/A',0,0,23967,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61683,'Other',20,0,23967,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61684,'Yes',0,0,23969,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61685,'No',7,0,23969,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61686,'N/A',0,0,23969,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61687,'Other',20,0,23969,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61688,'Yes',2,0,23970,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61689,'No',6,0,23970,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61690,'No',0,0,23970,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61691,'N/A',0,0,23970,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61692,'Yes',0,0,23971,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61693,'No',6,0,23971,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61694,'NA',0,0,23971,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61695,'Other',20,0,23971,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61696,'Yes',0,0,23972,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61697,'Yes',0,0,23972,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61698,'NA',0,0,23972,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61699,'Other',20,0,23972,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61700,'Yes',1,0,23973,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61701,'No',0,0,23973,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61702,'Other',20,0,23973,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61703,'Yes',0,0,23974,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61704,'No',9,0,23974,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61705,'NA',0,0,23974,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61706,'Other',20,0,23974,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61707,'Yes',0,0,23975,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61708,'No',7,0,23975,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61709,'NA',0,0,23975,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61710,'Other',20,0,23975,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61711,'Yes',0,0,23976,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61712,'No',6,0,23976,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61713,'NA',0,0,23976,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61714,'Other',20,0,23976,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61715,'Yes',0,0,23977,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61716,'No',6,0,23977,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61717,'NA',0,0,23977,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61718,'Other',20,0,23977,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61719,'Yes',0,0,23978,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61720,'No',4,0,23978,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61721,'No',7,0,23978,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61722,'N/A',0,0,23978,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61723,'Other',20,0,23978,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61724,'Yes',0,0,23979,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61725,'No',8,0,23979,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61726,'NA',0,0,23979,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61727,'Other',20,0,23979,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61728,'Yes',3,0,23980,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61729,'Yes',4,0,23980,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61730,'Yes',5,0,23980,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61731,'Other',20,0,23980,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61732,'Yes',0,0,23981,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61733,'No',5,0,23981,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61734,'NA',5,0,23981,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61735,'Other',20,0,23981,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61736,'Yes',0,0,23982,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61737,'No',5,0,23982,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61738,'N/A',0,0,23982,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61739,'Other',20,0,23982,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61740,'Yes',0,0,23983,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61741,'No',5,0,23983,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61742,'Other',20,0,23983,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61743,'N/A',0,0,23983,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61744,'Yes',0,0,23984,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61745,'No',5,0,23984,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61746,'NA',0,0,23984,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61747,'Other',20,0,23984,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61748,'Yes',0,0,23985,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61749,'No',5,0,23985,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61750,'NA',0,0,23985,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61751,'Other',20,0,23985,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61752,'Yes',1,0,23986,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61753,'Yes',0,0,23986,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61754,'No',5,0,23986,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61755,'Other',20,0,23986,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61756,'Yes',0,0,23987,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61757,'No',5,0,23987,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61758,'NA',0,0,23987,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61759,'Other',20,0,23987,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61760,'Yes',0,0,23988,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61761,'No',5,0,23988,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61762,'Other',20,0,23988,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61763,'N/A',0,0,23988,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61764,'Yes',0,0,23989,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61765,'Yes',0,0,23989,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61766,'No',5,0,23989,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61767,'N/A',0,0,23989,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61768,'Other',20,0,23989,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61769,'Fan Heaters',4,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61770,'Electric Heaters',4,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61771,'Gas Heater',5,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61772,'Other Boilers',2,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61773,'Electrical Equipment',3,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61774,'Electrical Leads',3,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61775,'Portable Equipment',3,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61776,'Portable Lighting',2,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61777,'Cooking kitchen Equipment',6,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61778,'Other',20,0,23990,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61779,'Wood/Paper/Cardboard etc',3,0,23992,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61780,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,23992,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61781,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,23992,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61782,'Waste Material Controlled -in locked wheely bin or store',2,0,23992,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61783,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,23992,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61784,'Other',20,0,23992,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61785,'Director',0,0,23998,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61786,'Owner Landlord',0,0,23998,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61787,'Site Maitenance',0,0,23998,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61788,'Estate Agent',0,0,23998,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61789,'Letting Agent',0,0,23998,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61790,'Other',0,0,23998,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61791,'Property Agent',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61792,'Owner Landlord',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61793,'Site Manager',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61794,'Property Manager',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61795,'Construction Manager',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61796,'Fire Warden',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61797,'Director',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61798,'CEO',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61799,'Other',0,0,23999,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61800,'A Property Within Building Block',0,0,24000,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61801,'All Of The Property',0,0,24000,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61802,'Communal Areas Only',0,0,24000,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61803,'House',0,0,24000,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61804,'Flat',0,0,24000,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61805,'Other',0,0,24000,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61806,'Nebosh',0,0,24006,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61807,'Level 2 Fire Risk Assessor',0,0,24006,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61808,'Competant Person',0,0,24006,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61809,'Detached',1,0,24009,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61810,'Semi Detached',2,0,24009,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61811,'Terraced',3,0,24009,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61812,'Linked-Detached',1,0,24009,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61813,'Other',20,0,24009,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61814,'House',1,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61815,'Bungalow',1,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61816,'Block of Flats - Studios up to 6 Floor Levels',3,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61817,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61818,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61819,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61820,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61821,'Underground Property',1,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61822,'Factory/ Warehouse',3,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61823,'Garage/ Workshop',3,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61824,'Retail Shop',2,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61825,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61826,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61827,'Other',20,0,24010,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61828,'1-5',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61829,'5-10',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61830,'10-15',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61831,'15-20',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61832,'20-25',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61833,'25-30',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61834,'30-35',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61835,'35-40',0,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61836,'Other',20,0,24011,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(61837,'NA',0,0,24015,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61838,'Number of staircase',2,0,24015,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61839,'NA',0,0,24016,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61840,'Number os staircases',2,0,24016,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61841,'1',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61842,'2',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61843,'3',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61844,'4',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61845,'5',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61846,'6',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61847,'7',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61848,'8',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61849,'9',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61850,'10',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61851,'11',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61852,'12',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61853,'13',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61854,'14',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61855,'15',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61856,'16',2,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61857,'N/A',0,0,24017,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61858,'Yes',1,0,24019,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61859,'No',3,0,24019,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61860,'Unknown',3,0,24019,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61861,'Stone',0,0,24019,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61862,'Other',20,0,24019,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61863,'Yes',1,0,24020,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61864,'No',5,0,24020,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61865,'Unknown',5,0,24020,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61866,'Stone',0,0,24020,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61867,'Other',20,0,24020,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61868,'No',5,0,24021,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61869,'Unknown',5,0,24021,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61870,'Stone',0,0,24021,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61871,'Other',20,0,24021,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61872,'Wood',2,0,24022,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61873,'Plastics',1,0,24022,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61874,'Aluminium',0,0,24022,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61875,'Stone',0,0,24022,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61876,'Other',20,0,24022,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61877,'0%',0,0,24023,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61878,'25%',0,0,24023,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61879,'50%',0,0,24023,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61880,'75%',0,0,24023,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61881,'100%',0,0,24023,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61882,'0%',0,0,24025,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61883,'25%',1,0,24025,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61884,'50%',1,0,24025,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61885,'75%',1,0,24025,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61886,'100%',1,0,24025,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61887,'0%',0,0,24026,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61888,'25%',0,0,24026,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61889,'50%',0,0,24026,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61890,'75%',0,0,24026,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61891,'100%',0,0,24026,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61892,'0%',0,0,24028,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61893,'25%',1,0,24028,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61894,'50%',1,0,24028,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61895,'75%',1,0,24028,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61896,'100%',1,0,24028,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61897,'0%',0,0,24029,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61898,'25%',5,0,24029,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61899,'50%',5,0,24029,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61900,'75%',5,0,24029,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61901,'100%',5,0,24029,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61902,'0%',0,0,24030,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61903,'25%',5,0,24030,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61904,'50%',5,0,24030,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61905,'75%',5,0,24030,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61906,'100%',5,0,24030,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61907,'0%',0,0,24031,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61908,'25%',1,0,24031,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61909,'50%',1,0,24031,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61910,'75%',1,0,24031,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61911,'100%',1,0,24031,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61912,'25%',1,0,24032,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61913,'50%',1,0,24032,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61914,'75%',1,0,24032,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61915,'100%',1,0,24032,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61916,'Other',20,0,24032,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61917,'0%',0,0,24034,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61918,'25%',1,0,24034,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61919,'50%',1,0,24034,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61920,'75%',1,0,24034,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61921,'100%',1,0,24034,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61922,'0%',0,0,24035,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61923,'25%',2,0,24035,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61924,'50%',2,0,24035,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61925,'75%',2,0,24035,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61926,'100%',2,0,24035,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61927,'0%',0,0,24036,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61928,'25%',1,0,24036,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61929,'50%',1,0,24036,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61930,'75%',1,0,24036,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61931,'100%',1,0,24036,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61932,'Solid concrete all levels',0,0,24037,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61933,'Timber joists all levels',3,0,24037,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61934,'Concrete lowest floor – Timber above higher levels',3,0,24037,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61935,'Other',20,0,24037,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61936,'Yes',1,0,24040,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61937,'No',6,0,24040,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61938,'Yes',2,0,24042,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61939,'No',8,0,24042,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61940,'Yes',1,0,24044,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61941,'No',6,0,24044,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61942,'Yes',1,0,24046,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61943,'No',6,0,24046,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61944,'Yes',1,0,24048,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61945,'No',6,0,24048,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61946,'Yes',1,0,24052,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61947,'No',3,0,24052,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61948,'Yes',1,0,24054,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61949,'No',3,0,24054,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61950,'Yes',1,0,24056,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61951,'No',3,0,24056,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61952,'Very Good',1,0,24058,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61953,'Good',1,0,24058,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61954,'Fair',1,0,24058,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61955,'Poor',2,0,24058,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61956,'Very Poor',2,0,24058,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(61957,'Yes',0,0,24065,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61958,'No',2,0,24065,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61959,'Other',20,0,24065,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61960,'N/A',0,0,24065,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61961,'Yes',0,0,24066,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61962,'No',2,0,24066,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61963,'Other',20,0,24066,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61964,'N/A',0,0,24066,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61965,'Yes',0,0,24067,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61966,'No',2,0,24067,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61967,'Other',20,0,24067,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61968,'N/A',0,0,24067,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61969,'Yes',0,0,24069,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61970,'No',2,0,24069,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61971,'Other',20,0,24069,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61972,'N/A',0,0,24069,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61973,'Yes',0,0,24071,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61974,'No',2,0,24071,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61975,'Other',20,0,24071,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61976,'N/A',0,0,24071,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61977,'Yes',0,0,24072,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61978,'No',2,0,24072,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61979,'Other',20,0,24072,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61980,'N/A',0,0,24072,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61981,'Yes',0,0,24073,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61982,'No',3,0,24073,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61983,'Other',20,0,24073,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61984,'N/A',0,0,24073,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61985,'Yes',0,0,24075,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61986,'No',3,0,24075,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61987,'Other',20,0,24075,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61988,'N/A',0,0,24075,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61989,'Yes',0,0,24076,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61990,'No',4,0,24076,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61991,'No Disabled',0,0,24076,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61992,'Other',20,0,24076,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61993,'N/A',0,0,24076,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61994,'Yes',0,0,24077,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61995,'No',4,0,24077,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61996,'Other',20,0,24077,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61997,'N/A',0,0,24077,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61998,'Yes',0,0,24078,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(61999,'No',3,0,24078,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62000,'Other',20,0,24078,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62001,'N/A',0,0,24078,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62002,'Yes',0,0,24079,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62003,'No',4,0,24079,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62004,'Other',20,0,24079,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62005,'N/A',0,0,24079,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62006,'Yes',0,0,24080,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62007,'No',4,0,24080,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62008,'Other',20,0,24080,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62009,'N/A',0,0,24080,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62010,'Yes',0,0,24081,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62011,'No',5,0,24081,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62012,'Other',20,0,24081,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62013,'N/A',0,0,24081,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62014,'Yes',0,0,24082,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62015,'Yes',3,0,24082,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62016,'No',6,0,24082,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62017,'Other',20,0,24082,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62018,'N/A',0,0,24082,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62019,'Yes',0,0,24083,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62020,'No',5,0,24083,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62021,'Other',20,0,24083,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62022,'N/A',0,0,24083,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62023,'Yes',0,0,24085,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62024,'No 1',7,0,24085,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62025,'No 2',7,0,24085,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62026,'Other',20,0,24085,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62027,'N/A',0,0,24085,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62028,'Yes',0,0,24087,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62029,'No 1',5,0,24087,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62030,'No 2',5,0,24087,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62031,'Yes',0,0,24088,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62032,'Option',5,0,24088,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62033,'No',8,0,24088,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62034,'N/A',0,0,24088,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62035,'Other',20,0,24088,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62036,'Yes 1',1,0,24090,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62037,'Yes 2',0,0,24090,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62038,'No',7,0,24090,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62039,'N/A',0,0,24090,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62040,'Other',20,0,24090,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62041,'Yes',0,0,24092,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62042,'No',8,0,24092,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62043,'Other',20,0,24092,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62044,'N/A',0,0,24092,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62045,'Yes',0,0,24093,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62046,'No',8,0,24093,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62047,'Other',20,0,24093,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62048,'N/A',0,0,24093,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62049,'Yes',0,0,24094,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62050,'No',8,0,24094,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62051,'Other',20,0,24094,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62052,'N/A',0,0,24094,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62053,'Yes',0,0,24096,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62054,'No',8,0,24096,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62055,'Other',20,0,24096,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62056,'N/A',0,0,24096,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62057,'Yes',0,0,24097,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62058,'No',6,0,24097,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62059,'Other',20,0,24097,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62060,'N/A',0,0,24097,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62061,'Yes',0,0,24099,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62062,'Yes',2,0,24099,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62063,'No',5,0,24099,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62064,'N/A',0,0,24099,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62065,'Other',20,0,24099,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62066,'Yes',0,0,24101,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62067,'Yes',2,0,24101,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62068,'No',5,0,24101,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62069,'N/A',0,0,24101,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62070,'Other',20,0,24101,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62071,'Yes',0,0,24103,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62072,'No',4,0,24103,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62073,'N/A',0,0,24103,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62074,'Other',20,0,24103,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62075,'Yes',0,0,24105,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62076,'No',5,0,24105,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62077,'N/A',0,0,24105,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62078,'Other',20,0,24105,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62079,'Yes',0,0,24107,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62080,'No',4,0,24107,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62081,'N/A',0,0,24107,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62082,'Other',20,0,24107,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62083,'Yes',0,0,24109,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62084,'No',5,0,24109,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62085,'N/A',0,0,24109,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62086,'Other',20,0,24109,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62087,'Yes',0,0,24111,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62088,'No',5,0,24111,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62089,'N/A',0,0,24111,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62090,'Other',20,0,24111,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62091,'Yes',0,0,24113,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62092,'No',7,0,24113,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62093,'N/A',0,0,24113,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62094,'Other',20,0,24113,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62095,'Yes',2,0,24114,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62096,'No',6,0,24114,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62097,'No',0,0,24114,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62098,'N/A',0,0,24114,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62099,'Yes',0,0,24115,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62100,'No',6,0,24115,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62101,'NA',0,0,24115,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62102,'Other',20,0,24115,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62103,'Yes',0,0,24116,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62104,'Yes',0,0,24116,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62105,'NA',0,0,24116,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62106,'Other',20,0,24116,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62107,'Yes',1,0,24117,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62108,'No',0,0,24117,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62109,'Other',20,0,24117,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62110,'Yes',0,0,24118,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62111,'No',9,0,24118,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62112,'NA',0,0,24118,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62113,'Other',20,0,24118,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62114,'Yes',0,0,24119,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62115,'No',7,0,24119,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62116,'NA',0,0,24119,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62117,'Other',20,0,24119,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62118,'Yes',0,0,24120,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62119,'No',6,0,24120,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62120,'NA',0,0,24120,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62121,'Other',20,0,24120,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62122,'Yes',0,0,24121,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62123,'No',6,0,24121,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62124,'NA',0,0,24121,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62125,'Other',20,0,24121,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62126,'Yes',0,0,24122,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62127,'No',4,0,24122,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62128,'No',7,0,24122,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62129,'N/A',0,0,24122,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62130,'Other',20,0,24122,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62131,'Yes',0,0,24123,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62132,'No',8,0,24123,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62133,'NA',0,0,24123,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62134,'Other',20,0,24123,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62135,'Yes',3,0,24124,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62136,'Yes',4,0,24124,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62137,'Yes',5,0,24124,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62138,'Other',20,0,24124,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62139,'Yes',0,0,24125,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62140,'No',5,0,24125,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62141,'NA',5,0,24125,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62142,'Other',20,0,24125,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62143,'Yes',0,0,24126,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62144,'No',5,0,24126,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62145,'N/A',0,0,24126,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62146,'Other',20,0,24126,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62147,'Yes',0,0,24127,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62148,'No',5,0,24127,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62149,'Other',20,0,24127,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62150,'N/A',0,0,24127,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62151,'Yes',0,0,24128,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62152,'No',5,0,24128,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62153,'NA',0,0,24128,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62154,'Other',20,0,24128,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62155,'Yes',0,0,24129,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62156,'No',5,0,24129,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62157,'NA',0,0,24129,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62158,'Other',20,0,24129,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62159,'Yes',1,0,24130,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62160,'Yes',0,0,24130,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62161,'No',5,0,24130,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62162,'Other',20,0,24130,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62163,'Yes',0,0,24131,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62164,'No',5,0,24131,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62165,'NA',0,0,24131,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62166,'Other',20,0,24131,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62167,'Yes',0,0,24132,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62168,'No',5,0,24132,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62169,'Other',20,0,24132,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62170,'N/A',0,0,24132,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62171,'Yes',0,0,24133,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62172,'Yes',0,0,24133,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62173,'No',5,0,24133,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62174,'N/A',0,0,24133,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62175,'Other',20,0,24133,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62176,'Fan Heaters',4,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62177,'Electric Heaters',4,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62178,'Gas Heater',5,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62179,'Other Boilers',2,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62180,'Electrical Equipment',3,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62181,'Electrical Leads',3,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62182,'Portable Equipment',3,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62183,'Portable Lighting',2,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62184,'Cooking kitchen Equipment',6,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62185,'Other',20,0,24134,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62186,'Wood/Paper/Cardboard etc',3,0,24136,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62187,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,24136,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62188,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,24136,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62189,'Waste Material Controlled -in locked wheely bin or store',2,0,24136,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62190,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,24136,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62191,'Other',20,0,24136,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62192,'Director',0,0,24142,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62193,'Owner Landlord',0,0,24142,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62194,'Site Maitenance',0,0,24142,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62195,'Estate Agent',0,0,24142,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62196,'Letting Agent',0,0,24142,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62197,'Other',0,0,24142,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62198,'Property Agent',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62199,'Owner Landlord',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62200,'Site Manager',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62201,'Property Manager',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62202,'Construction Manager',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62203,'Fire Warden',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62204,'Director',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62205,'CEO',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62206,'Other',0,0,24143,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62207,'A Property Within Building Block',0,0,24144,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62208,'All Of The Property',0,0,24144,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62209,'Communal Areas Only',0,0,24144,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62210,'House',0,0,24144,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62211,'Flat',0,0,24144,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62212,'Other',0,0,24144,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62213,'Nebosh',0,0,24150,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62214,'Level 2 Fire Risk Assessor',0,0,24150,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62215,'Competant Person',0,0,24150,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62216,'Detached',1,0,24153,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62217,'Semi Detached',2,0,24153,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62218,'Terraced',3,0,24153,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62219,'Linked-Detached',1,0,24153,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62220,'Other',20,0,24153,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62221,'House',1,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62222,'Bungalow',1,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62223,'Maisonette',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62224,'Block of Flats - Studios up to 6 Floor Levels',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62225,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62226,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62227,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62228,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62229,'Underground Property',1,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62230,'Factory/ Warehouse',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62231,'Garage/ Workshop',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62232,'Retail Shop',2,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62233,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62234,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62235,'Other',20,0,24154,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62236,'1-5',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62237,'5-10',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62238,'10-15',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62239,'15-20',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62240,'20-25',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62241,'25-30',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62242,'30-35',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62243,'35-40',0,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62244,'Other',20,0,24155,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62245,'NA',0,0,24159,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62246,'Number of staircase',2,0,24159,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62247,'NA',0,0,24160,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62248,'Number os staircases',2,0,24160,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62249,'1',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62250,'2',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62251,'3',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62252,'4',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62253,'5',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62254,'6',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62255,'7',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62256,'8',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62257,'9',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62258,'10',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62259,'11',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62260,'12',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62261,'13',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62262,'14',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62263,'15',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62264,'16',2,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62265,'N/A',0,0,24161,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62266,'Yes',1,0,24163,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62267,'No',3,0,24163,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62268,'Unknown',3,0,24163,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62269,'Stone',0,0,24163,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62270,'Other',20,0,24163,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62271,'Yes',1,0,24164,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62272,'No',5,0,24164,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62273,'Unknown',5,0,24164,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62274,'Stone',0,0,24164,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62275,'Other',20,0,24164,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62276,'No',5,0,24165,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62277,'Unknown',5,0,24165,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62278,'Stone',0,0,24165,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62279,'Other',20,0,24165,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62280,'Wood',2,0,24166,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62281,'Plastics',1,0,24166,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62282,'Aluminium',0,0,24166,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62283,'Stone',0,0,24166,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62284,'Other',20,0,24166,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62285,'0%',0,0,24167,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62286,'25%',0,0,24167,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62287,'50%',0,0,24167,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62288,'75%',0,0,24167,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62289,'100%',0,0,24167,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62290,'0%',0,0,24169,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62291,'25%',1,0,24169,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62292,'50%',1,0,24169,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62293,'75%',1,0,24169,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62294,'100%',1,0,24169,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62295,'0%',0,0,24170,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62296,'25%',0,0,24170,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62297,'50%',0,0,24170,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62298,'75%',0,0,24170,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62299,'100%',0,0,24170,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62300,'0%',0,0,24172,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62301,'25%',1,0,24172,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62302,'50%',1,0,24172,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62303,'75%',1,0,24172,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62304,'100%',1,0,24172,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62305,'0%',0,0,24173,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62306,'25%',5,0,24173,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62307,'50%',5,0,24173,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62308,'75%',5,0,24173,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62309,'100%',5,0,24173,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62310,'0%',0,0,24174,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62311,'25%',5,0,24174,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62312,'50%',5,0,24174,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62313,'75%',5,0,24174,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62314,'100%',5,0,24174,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62315,'0%',0,0,24175,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62316,'25%',1,0,24175,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62317,'50%',1,0,24175,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62318,'75%',1,0,24175,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62319,'100%',1,0,24175,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62320,'25%',1,0,24176,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62321,'50%',1,0,24176,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62322,'75%',1,0,24176,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62323,'100%',1,0,24176,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62324,'Other',20,0,24176,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62325,'0%',0,0,24178,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62326,'25%',1,0,24178,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62327,'50%',1,0,24178,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62328,'75%',1,0,24178,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62329,'100%',1,0,24178,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62330,'0%',0,0,24179,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62331,'25%',2,0,24179,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62332,'50%',2,0,24179,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62333,'75%',2,0,24179,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62334,'100%',2,0,24179,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62335,'0%',0,0,24180,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62336,'25%',1,0,24180,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62337,'50%',1,0,24180,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62338,'75%',1,0,24180,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62339,'100%',1,0,24180,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62340,'Solid concrete all levels',0,0,24181,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62341,'Timber joists all levels',3,0,24181,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62342,'Concrete lowest floor – Timber above higher levels',3,0,24181,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62343,'Other',20,0,24181,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62344,'Yes',1,0,24184,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62345,'No',6,0,24184,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62346,'Yes',2,0,24186,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62347,'No',8,0,24186,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62348,'Yes',1,0,24188,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62349,'No',6,0,24188,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62350,'Yes',1,0,24190,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62351,'No',6,0,24190,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62352,'Yes',1,0,24192,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62353,'No',6,0,24192,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62354,'Yes',1,0,24196,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62355,'No',3,0,24196,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62356,'Yes',1,0,24198,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62357,'No',3,0,24198,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62358,'Yes',1,0,24200,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62359,'No',3,0,24200,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62360,'Very Good',1,0,24202,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62361,'Good',1,0,24202,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62362,'Fair',1,0,24202,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62363,'Poor',2,0,24202,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62364,'Very Poor',2,0,24202,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(62365,'Yes',0,0,24209,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62366,'No',2,0,24209,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62367,'Other',20,0,24209,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62368,'N/A',0,0,24209,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62369,'Yes',0,0,24210,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62370,'No',2,0,24210,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62371,'Other',20,0,24210,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62372,'N/A',0,0,24210,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62373,'Yes',0,0,24211,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62374,'No',2,0,24211,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62375,'Other',20,0,24211,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62376,'N/A',0,0,24211,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62377,'Yes',0,0,24213,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62378,'No',2,0,24213,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62379,'Other',20,0,24213,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62380,'N/A',0,0,24213,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62381,'Yes',0,0,24215,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62382,'No',2,0,24215,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62383,'Other',20,0,24215,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62384,'N/A',0,0,24215,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62385,'Yes',0,0,24216,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62386,'No',2,0,24216,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62387,'Other',20,0,24216,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62388,'N/A',0,0,24216,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62389,'Yes',0,0,24217,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62390,'No',3,0,24217,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62391,'Other',20,0,24217,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62392,'N/A',0,0,24217,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62393,'Yes',0,0,24219,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62394,'No',3,0,24219,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62395,'Other',20,0,24219,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62396,'N/A',0,0,24219,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62397,'Yes',0,0,24220,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62398,'No',4,0,24220,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62399,'No Disabled',0,0,24220,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62400,'Other',20,0,24220,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62401,'N/A',0,0,24220,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62402,'Yes',0,0,24221,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62403,'No',4,0,24221,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62404,'Other',20,0,24221,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62405,'N/A',0,0,24221,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62406,'Yes',0,0,24222,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62407,'No',3,0,24222,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62408,'Other',20,0,24222,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62409,'N/A',0,0,24222,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62410,'Yes',0,0,24223,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62411,'No',4,0,24223,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62412,'Other',20,0,24223,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62413,'N/A',0,0,24223,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62414,'Yes',0,0,24224,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62415,'No',4,0,24224,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62416,'Other',20,0,24224,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62417,'N/A',0,0,24224,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62418,'Yes',0,0,24225,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62419,'No',5,0,24225,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62420,'Other',20,0,24225,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62421,'N/A',0,0,24225,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62422,'Yes',0,0,24226,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62423,'Yes',3,0,24226,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62424,'No',6,0,24226,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62425,'Other',20,0,24226,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62426,'N/A',0,0,24226,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62427,'Yes',0,0,24227,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62428,'No',5,0,24227,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62429,'Other',20,0,24227,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62430,'N/A',0,0,24227,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62431,'Yes',0,0,24229,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62432,'No 1',7,0,24229,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62433,'No 2',7,0,24229,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62434,'Other',20,0,24229,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62435,'N/A',0,0,24229,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62436,'Yes',0,0,24231,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62437,'No 1',5,0,24231,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62438,'No 2',5,0,24231,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62439,'Yes',0,0,24232,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62440,'Option',5,0,24232,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62441,'No',8,0,24232,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62442,'N/A',0,0,24232,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62443,'Other',20,0,24232,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62444,'Yes 1',1,0,24234,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62445,'Yes 2',0,0,24234,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62446,'No',7,0,24234,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62447,'N/A',0,0,24234,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62448,'Other',20,0,24234,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62449,'Yes',0,0,24236,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62450,'No',8,0,24236,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62451,'Other',20,0,24236,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62452,'N/A',0,0,24236,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62453,'Yes',0,0,24237,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62454,'No',8,0,24237,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62455,'Other',20,0,24237,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62456,'N/A',0,0,24237,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62457,'Yes',0,0,24238,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62458,'No',8,0,24238,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62459,'Other',20,0,24238,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62460,'N/A',0,0,24238,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62461,'Yes',0,0,24240,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62462,'No',8,0,24240,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62463,'Other',20,0,24240,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62464,'N/A',0,0,24240,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62465,'Yes',0,0,24241,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62466,'No',6,0,24241,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62467,'Other',20,0,24241,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62468,'N/A',0,0,24241,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62469,'Yes',0,0,24243,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62470,'Yes',2,0,24243,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62471,'No',5,0,24243,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62472,'N/A',0,0,24243,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62473,'Other',20,0,24243,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62474,'Yes',0,0,24245,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62475,'Yes',2,0,24245,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62476,'No',5,0,24245,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62477,'N/A',0,0,24245,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62478,'Other',20,0,24245,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62479,'Yes',0,0,24247,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62480,'No',4,0,24247,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62481,'N/A',0,0,24247,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62482,'Other',20,0,24247,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62483,'Yes',0,0,24249,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62484,'No',5,0,24249,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62485,'N/A',0,0,24249,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62486,'Other',20,0,24249,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62487,'Yes',0,0,24251,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62488,'No',4,0,24251,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62489,'N/A',0,0,24251,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62490,'Other',20,0,24251,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62491,'Yes',0,0,24253,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62492,'No',5,0,24253,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62493,'N/A',0,0,24253,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62494,'Other',20,0,24253,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62495,'Yes',0,0,24255,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62496,'No',5,0,24255,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62497,'N/A',0,0,24255,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62498,'Other',20,0,24255,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62499,'Yes',0,0,24257,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62500,'No',7,0,24257,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62501,'N/A',0,0,24257,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62502,'Other',20,0,24257,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62503,'Yes',2,0,24258,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62504,'No',6,0,24258,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62505,'No',0,0,24258,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62506,'N/A',0,0,24258,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62507,'Yes',0,0,24259,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62508,'No',6,0,24259,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62509,'NA',0,0,24259,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62510,'Other',20,0,24259,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62511,'Yes',0,0,24260,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62512,'Yes',0,0,24260,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62513,'NA',0,0,24260,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62514,'Other',20,0,24260,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62515,'Yes',1,0,24261,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62516,'No',0,0,24261,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62517,'Other',20,0,24261,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62518,'Yes',0,0,24262,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62519,'No',9,0,24262,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62520,'NA',0,0,24262,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62521,'Other',20,0,24262,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62522,'Yes',0,0,24263,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62523,'No',7,0,24263,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62524,'NA',0,0,24263,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62525,'Other',20,0,24263,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62526,'Yes',0,0,24264,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62527,'No',6,0,24264,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62528,'NA',0,0,24264,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62529,'Other',20,0,24264,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62530,'Yes',0,0,24265,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62531,'No',6,0,24265,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62532,'NA',0,0,24265,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62533,'Other',20,0,24265,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62534,'Yes',0,0,24266,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62535,'No',4,0,24266,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62536,'No',7,0,24266,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62537,'N/A',0,0,24266,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62538,'Other',20,0,24266,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62539,'Yes',0,0,24267,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62540,'No',8,0,24267,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62541,'NA',0,0,24267,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62542,'Other',20,0,24267,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62543,'Yes',3,0,24268,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62544,'Yes',4,0,24268,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62545,'Yes',5,0,24268,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62546,'Other',20,0,24268,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62547,'Yes',0,0,24269,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62548,'No',5,0,24269,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62549,'NA',5,0,24269,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62550,'Other',20,0,24269,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62551,'Yes',0,0,24270,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62552,'No',5,0,24270,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62553,'N/A',0,0,24270,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62554,'Other',20,0,24270,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62555,'Yes',0,0,24271,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62556,'No',5,0,24271,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62557,'Other',20,0,24271,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62558,'N/A',0,0,24271,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62559,'Yes',0,0,24272,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62560,'No',5,0,24272,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62561,'NA',0,0,24272,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62562,'Other',20,0,24272,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62563,'Yes',0,0,24273,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62564,'No',5,0,24273,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62565,'NA',0,0,24273,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62566,'Other',20,0,24273,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62567,'Yes',1,0,24274,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62568,'Yes',0,0,24274,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62569,'No',5,0,24274,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62570,'Other',20,0,24274,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62571,'Yes',0,0,24275,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62572,'No',5,0,24275,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62573,'NA',0,0,24275,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62574,'Other',20,0,24275,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62575,'Yes',0,0,24276,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62576,'No',5,0,24276,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62577,'Other',20,0,24276,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62578,'N/A',0,0,24276,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62579,'Yes',0,0,24277,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62580,'Yes',0,0,24277,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62581,'No',5,0,24277,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62582,'N/A',0,0,24277,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62583,'Other',20,0,24277,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62584,'Fan Heaters',4,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62585,'Electric Heaters',4,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62586,'Gas Heater',5,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62587,'Other Boilers',2,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62588,'Electrical Equipment',3,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62589,'Electrical Leads',3,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62590,'Portable Equipment',3,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62591,'Portable Lighting',2,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62592,'Cooking kitchen Equipment',6,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62593,'Other',20,0,24278,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62594,'Wood/Paper/Cardboard etc',3,0,24280,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62595,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,24280,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62596,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,24280,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62597,'Waste Material Controlled -in locked wheely bin or store',2,0,24280,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62598,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,24280,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62599,'Other',20,0,24280,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62600,'Director',0,0,24286,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62601,'Owner Landlord',0,0,24286,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62602,'Site Maitenance',0,0,24286,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62603,'Estate Agent',0,0,24286,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62604,'Letting Agent',0,0,24286,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62605,'Other',0,0,24286,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62606,'Property Agent',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62607,'Owner Landlord',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62608,'Site Manager',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62609,'Property Manager',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62610,'Construction Manager',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62611,'Fire Warden',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62612,'Director',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62613,'CEO',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62614,'Other',0,0,24287,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62615,'A Property Within Building Block',0,0,24288,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62616,'All Of The Property',0,0,24288,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62617,'Communal Areas Only',0,0,24288,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62618,'House',0,0,24288,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62619,'Flat',0,0,24288,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62620,'Other',0,0,24288,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62621,'Nebosh',0,0,24294,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62622,'Level 2 Fire Risk Assessor',0,0,24294,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62623,'Competant Person',0,0,24294,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62624,'Detached',1,0,24297,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62625,'Semi Detached',2,0,24297,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62626,'Terraced',3,0,24297,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62627,'Linked-Detached',1,0,24297,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62628,'Other',20,0,24297,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62629,'House',1,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62630,'Bungalow',1,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62631,'Maisonette',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62632,'Block of Flats - Studios up to 6 Floor Levels',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62633,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62634,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62635,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62636,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62637,'Underground Property',1,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62638,'Factory/ Warehouse',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62639,'Garage/ Workshop',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62640,'Retail Shop',2,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62641,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62642,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62643,'Other',20,0,24298,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62644,'NA',0,0,24304,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62645,'Number of staircase',2,0,24304,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62646,'NA',0,0,24305,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62647,'Number os staircases',2,0,24305,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62648,'1',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62649,'2',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62650,'3',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62651,'4',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62652,'5',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62653,'6',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62654,'7',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62655,'8',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62656,'9',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62657,'10',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62658,'11',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62659,'12',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62660,'13',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62661,'14',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62662,'15',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62663,'16',2,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62664,'N/A',0,0,24306,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62665,'Yes',1,0,24308,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62666,'No',3,0,24308,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62667,'Unknown',3,0,24308,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62668,'Stone',0,0,24308,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62669,'Other',20,0,24308,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62670,'Yes',1,0,24309,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62671,'No',5,0,24309,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62672,'Unknown',5,0,24309,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62673,'Stone',0,0,24309,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62674,'Other',20,0,24309,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62675,'No',5,0,24310,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62676,'Unknown',5,0,24310,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62677,'Stone',0,0,24310,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62678,'Other',20,0,24310,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62679,'Wood',2,0,24311,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62680,'Plastics',1,0,24311,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62681,'Aluminium',0,0,24311,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62682,'Stone',0,0,24311,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62683,'Other',20,0,24311,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62684,'0%',0,0,24312,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62685,'25%',0,0,24312,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62686,'50%',0,0,24312,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62687,'75%',0,0,24312,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62688,'100%',0,0,24312,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62689,'0%',0,0,24314,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62690,'25%',1,0,24314,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62691,'50%',1,0,24314,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62692,'75%',1,0,24314,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62693,'100%',1,0,24314,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62694,'0%',0,0,24315,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62695,'25%',0,0,24315,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62696,'50%',0,0,24315,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62697,'75%',0,0,24315,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62698,'100%',0,0,24315,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(62699,'0%',0,0,24317,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62700,'25%',1,0,24317,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62701,'50%',1,0,24317,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62702,'75%',1,0,24317,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62703,'100%',1,0,24317,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62704,'0%',0,0,24318,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62705,'25%',5,0,24318,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62706,'50%',5,0,24318,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62707,'75%',5,0,24318,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62708,'100%',5,0,24318,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62709,'0%',0,0,24319,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62710,'25%',5,0,24319,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62711,'50%',5,0,24319,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62712,'75%',5,0,24319,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62713,'100%',5,0,24319,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62714,'0%',0,0,24320,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62715,'25%',1,0,24320,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62716,'50%',1,0,24320,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62717,'75%',1,0,24320,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62718,'100%',1,0,24320,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62719,'25%',1,0,24321,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62720,'50%',1,0,24321,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62721,'75%',1,0,24321,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62722,'100%',1,0,24321,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62723,'Other',20,0,24321,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62724,'0%',0,0,24323,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62725,'25%',1,0,24323,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62726,'50%',1,0,24323,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62727,'75%',1,0,24323,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62728,'100%',1,0,24323,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62729,'0%',0,0,24324,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62730,'25%',2,0,24324,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62731,'50%',2,0,24324,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62732,'75%',2,0,24324,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62733,'100%',2,0,24324,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62734,'0%',0,0,24325,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62735,'25%',1,0,24325,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62736,'50%',1,0,24325,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62737,'75%',1,0,24325,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62738,'100%',1,0,24325,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62739,'Solid concrete all levels',0,0,24326,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62740,'Timber joists all levels',3,0,24326,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62741,'Concrete lowest floor – Timber above higher levels',3,0,24326,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62742,'Other',20,0,24326,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62743,'Yes',1,0,24329,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62744,'No',6,0,24329,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62745,'Yes',2,0,24331,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62746,'No',8,0,24331,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62747,'Yes',1,0,24333,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62748,'No',6,0,24333,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62749,'Yes',1,0,24335,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62750,'No',6,0,24335,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62751,'Yes',1,0,24337,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62752,'No',6,0,24337,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62753,'Yes',1,0,24341,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62754,'No',3,0,24341,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62755,'Yes',1,0,24343,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62756,'No',3,0,24343,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62757,'Yes',1,0,24345,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62758,'No',3,0,24345,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62759,'Very Good',1,0,24347,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62760,'Good',1,0,24347,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62761,'Fair',1,0,24347,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62762,'Poor',2,0,24347,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62763,'Very Poor',2,0,24347,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(62764,'Yes',0,0,24354,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62765,'No',2,0,24354,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62766,'Other',20,0,24354,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62767,'N/A',0,0,24354,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62768,'Yes',0,0,24355,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62769,'No',2,0,24355,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62770,'Other',20,0,24355,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62771,'N/A',0,0,24355,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62772,'Yes',0,0,24356,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62773,'No',2,0,24356,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62774,'Other',20,0,24356,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62775,'N/A',0,0,24356,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62776,'Yes',0,0,24358,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62777,'No',2,0,24358,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62778,'Other',20,0,24358,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62779,'N/A',0,0,24358,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62780,'Yes',0,0,24360,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62781,'No',2,0,24360,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62782,'Other',20,0,24360,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62783,'N/A',0,0,24360,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62784,'Yes',0,0,24361,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62785,'No',2,0,24361,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62786,'Other',20,0,24361,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62787,'N/A',0,0,24361,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62788,'Yes',0,0,24362,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62789,'No',3,0,24362,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62790,'Other',20,0,24362,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62791,'N/A',0,0,24362,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62792,'Yes',0,0,24364,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62793,'No',3,0,24364,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62794,'Other',20,0,24364,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62795,'N/A',0,0,24364,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62796,'Yes',0,0,24365,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62797,'No',4,0,24365,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62798,'No Disabled',0,0,24365,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62799,'Other',20,0,24365,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62800,'N/A',0,0,24365,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62801,'Yes',0,0,24366,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62802,'No',4,0,24366,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62803,'Other',20,0,24366,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62804,'N/A',0,0,24366,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62805,'Yes',0,0,24367,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62806,'No',3,0,24367,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62807,'Other',20,0,24367,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62808,'N/A',0,0,24367,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62809,'Yes',0,0,24368,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62810,'No',4,0,24368,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62811,'Other',20,0,24368,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62812,'N/A',0,0,24368,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62813,'Yes',0,0,24369,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62814,'No',4,0,24369,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62815,'Other',20,0,24369,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62816,'N/A',0,0,24369,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62817,'Yes',0,0,24370,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62818,'No',5,0,24370,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62819,'Other',20,0,24370,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62820,'N/A',0,0,24370,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62821,'Yes',0,0,24371,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62822,'Yes',3,0,24371,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62823,'No',6,0,24371,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62824,'Other',20,0,24371,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62825,'N/A',0,0,24371,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62826,'Yes',0,0,24372,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62827,'No',5,0,24372,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62828,'Other',20,0,24372,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62829,'N/A',0,0,24372,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62830,'Yes',0,0,24374,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62831,'No 1',7,0,24374,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62832,'No 2',7,0,24374,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62833,'Other',20,0,24374,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62834,'N/A',0,0,24374,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62835,'Yes',0,0,24376,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62836,'No 1',5,0,24376,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62837,'No 2',5,0,24376,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62838,'Yes',0,0,24377,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62839,'Option',5,0,24377,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62840,'No',8,0,24377,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62841,'N/A',0,0,24377,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62842,'Other',20,0,24377,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62843,'Yes 1',1,0,24379,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62844,'Yes 2',0,0,24379,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62845,'No',7,0,24379,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62846,'N/A',0,0,24379,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62847,'Other',20,0,24379,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62848,'Yes',0,0,24381,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62849,'No',8,0,24381,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62850,'Other',20,0,24381,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62851,'N/A',0,0,24381,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62852,'Yes',0,0,24382,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62853,'No',8,0,24382,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62854,'Other',20,0,24382,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62855,'N/A',0,0,24382,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62856,'Yes',0,0,24383,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62857,'No',8,0,24383,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62858,'Other',20,0,24383,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62859,'N/A',0,0,24383,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62860,'Yes',0,0,24385,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62861,'No',8,0,24385,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62862,'Other',20,0,24385,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62863,'N/A',0,0,24385,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62864,'Yes',0,0,24386,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62865,'No',6,0,24386,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62866,'Other',20,0,24386,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62867,'N/A',0,0,24386,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62868,'Yes',0,0,24388,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62869,'Yes',2,0,24388,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62870,'No',5,0,24388,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62871,'N/A',0,0,24388,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62872,'Other',20,0,24388,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62873,'Yes',0,0,24390,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62874,'Yes',2,0,24390,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62875,'No',5,0,24390,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62876,'N/A',0,0,24390,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62877,'Other',20,0,24390,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(62878,'Yes',0,0,24392,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62879,'No',4,0,24392,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62880,'N/A',0,0,24392,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62881,'Other',20,0,24392,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62882,'Yes',0,0,24394,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62883,'No',5,0,24394,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62884,'N/A',0,0,24394,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62885,'Other',20,0,24394,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62886,'Yes',0,0,24396,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62887,'No',4,0,24396,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62888,'N/A',0,0,24396,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62889,'Other',20,0,24396,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62890,'Yes',0,0,24398,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62891,'No',5,0,24398,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62892,'N/A',0,0,24398,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62893,'Other',20,0,24398,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62894,'Yes',0,0,24400,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62895,'No',5,0,24400,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62896,'N/A',0,0,24400,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62897,'Other',20,0,24400,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62898,'Yes',0,0,24402,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62899,'No',7,0,24402,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62900,'N/A',0,0,24402,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62901,'Other',20,0,24402,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62902,'Yes',2,0,24403,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62903,'No',6,0,24403,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62904,'No',0,0,24403,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62905,'N/A',0,0,24403,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62906,'Yes',0,0,24404,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62907,'No',6,0,24404,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62908,'NA',0,0,24404,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62909,'Other',20,0,24404,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62910,'Yes',0,0,24405,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62911,'Yes',0,0,24405,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62912,'NA',0,0,24405,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62913,'Other',20,0,24405,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62914,'Yes',1,0,24406,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62915,'No',0,0,24406,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62916,'Other',20,0,24406,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62917,'Yes',0,0,24407,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62918,'No',9,0,24407,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62919,'NA',0,0,24407,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62920,'Other',20,0,24407,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62921,'Yes',0,0,24408,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62922,'No',7,0,24408,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62923,'NA',0,0,24408,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62924,'Other',20,0,24408,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62925,'Yes',0,0,24409,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62926,'No',6,0,24409,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62927,'NA',0,0,24409,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62928,'Other',20,0,24409,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62929,'Yes',0,0,24410,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62930,'No',6,0,24410,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62931,'NA',0,0,24410,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62932,'Other',20,0,24410,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62933,'Yes',0,0,24411,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62934,'No',4,0,24411,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62935,'No',7,0,24411,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62936,'N/A',0,0,24411,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62937,'Other',20,0,24411,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62938,'Yes',0,0,24412,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62939,'No',8,0,24412,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62940,'NA',0,0,24412,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62941,'Other',20,0,24412,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62942,'Yes',3,0,24413,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62943,'Yes',4,0,24413,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62944,'Yes',5,0,24413,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62945,'Other',20,0,24413,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62946,'Yes',0,0,24414,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62947,'No',5,0,24414,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62948,'NA',5,0,24414,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62949,'Other',20,0,24414,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62950,'Yes',0,0,24415,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62951,'No',5,0,24415,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62952,'N/A',0,0,24415,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62953,'Other',20,0,24415,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62954,'Yes',0,0,24416,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62955,'No',5,0,24416,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62956,'Other',20,0,24416,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62957,'N/A',0,0,24416,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62958,'Yes',0,0,24417,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62959,'No',5,0,24417,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62960,'NA',0,0,24417,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62961,'Other',20,0,24417,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62962,'Yes',0,0,24418,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62963,'No',5,0,24418,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62964,'NA',0,0,24418,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62965,'Other',20,0,24418,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62966,'Yes',1,0,24419,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62967,'Yes',0,0,24419,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62968,'No',5,0,24419,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62969,'Other',20,0,24419,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62970,'Yes',0,0,24420,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62971,'No',5,0,24420,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62972,'NA',0,0,24420,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62973,'Other',20,0,24420,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62974,'Yes',0,0,24421,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62975,'No',5,0,24421,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62976,'Other',20,0,24421,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62977,'N/A',0,0,24421,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62978,'Yes',0,0,24422,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62979,'Yes',0,0,24422,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62980,'No',5,0,24422,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62981,'N/A',0,0,24422,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62982,'Other',20,0,24422,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62983,'Fan Heaters',4,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62984,'Electric Heaters',4,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62985,'Gas Heater',5,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62986,'Other Boilers',2,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62987,'Electrical Equipment',3,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62988,'Electrical Leads',3,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62989,'Portable Equipment',3,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62990,'Portable Lighting',2,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62991,'Cooking kitchen Equipment',6,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62992,'Other',20,0,24423,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62993,'Wood/Paper/Cardboard etc',3,0,24425,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62994,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,24425,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62995,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,24425,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62996,'Waste Material Controlled -in locked wheely bin or store',2,0,24425,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62997,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,24425,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62998,'Other',20,0,24425,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(62999,'Director',0,0,24431,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63000,'Owner Landlord',0,0,24431,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63001,'Site Maitenance',0,0,24431,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63002,'Estate Agent',0,0,24431,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63003,'Letting Agent',0,0,24431,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63004,'Other',0,0,24431,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63005,'Property Agent',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63006,'Owner Landlord',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63007,'Site Manager',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63008,'Property Manager',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63009,'Construction Manager',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63010,'Fire Warden',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63011,'Director',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63012,'CEO',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63013,'Other',0,0,24432,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63014,'A Property Within Building Block',0,0,24433,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63015,'All Of The Property',0,0,24433,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63016,'Communal Areas Only',0,0,24433,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63017,'House',0,0,24433,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63018,'Flat',0,0,24433,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63019,'Other',0,0,24433,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63020,'Nebosh',0,0,24439,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63021,'Level 2 Fire Risk Assessor',0,0,24439,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63022,'Competant Person',0,0,24439,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63023,'Detached',1,0,24442,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63024,'Semi Detached',2,0,24442,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63025,'Terraced',3,0,24442,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63026,'Linked-Detached',1,0,24442,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63027,'Other',20,0,24442,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63028,'House',1,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63029,'Bungalow',1,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63030,'Maisonette',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63031,'Block of Flats - Studios up to 6 Floor Levels',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63032,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63033,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63034,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63035,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63036,'Underground Property',1,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63037,'Factory/ Warehouse',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63038,'Garage/ Workshop',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63039,'Retail Shop',2,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63040,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63041,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63042,'Other',20,0,24443,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63043,'NA',0,0,24449,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63044,'Number of staircase',2,0,24449,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63045,'NA',0,0,24450,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63046,'Number os staircases',2,0,24450,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63047,'1',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63048,'2',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63049,'3',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63050,'4',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63051,'5',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63052,'6',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63053,'7',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63054,'8',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63055,'9',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63056,'10',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63057,'11',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63058,'12',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63059,'13',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63060,'14',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63061,'15',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63062,'16',2,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63063,'N/A',0,0,24451,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63064,'Yes',1,0,24453,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63065,'No',3,0,24453,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63066,'Unknown',3,0,24453,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63067,'Stone',0,0,24453,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63068,'Other',20,0,24453,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63069,'Yes',1,0,24454,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63070,'No',5,0,24454,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63071,'Unknown',5,0,24454,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63072,'Stone',0,0,24454,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63073,'Other',20,0,24454,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63074,'No',5,0,24455,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63075,'Unknown',5,0,24455,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63076,'Stone',0,0,24455,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63077,'Other',20,0,24455,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63078,'Wood',2,0,24456,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63079,'Plastics',1,0,24456,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63080,'Aluminium',0,0,24456,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63081,'Stone',0,0,24456,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63082,'Other',20,0,24456,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63083,'0%',0,0,24457,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63084,'25%',0,0,24457,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63085,'50%',0,0,24457,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63086,'75%',0,0,24457,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63087,'100%',0,0,24457,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63088,'0%',0,0,24459,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63089,'25%',1,0,24459,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63090,'50%',1,0,24459,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63091,'75%',1,0,24459,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63092,'100%',1,0,24459,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63093,'0%',0,0,24460,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63094,'25%',0,0,24460,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63095,'50%',0,0,24460,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63096,'75%',0,0,24460,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63097,'100%',0,0,24460,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63098,'0%',0,0,24462,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63099,'25%',1,0,24462,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63100,'50%',1,0,24462,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63101,'75%',1,0,24462,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63102,'100%',1,0,24462,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63103,'0%',0,0,24463,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63104,'25%',5,0,24463,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63105,'50%',5,0,24463,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63106,'75%',5,0,24463,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63107,'100%',5,0,24463,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63108,'0%',0,0,24464,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63109,'25%',5,0,24464,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63110,'50%',5,0,24464,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63111,'75%',5,0,24464,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63112,'100%',5,0,24464,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63113,'0%',0,0,24465,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63114,'25%',1,0,24465,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63115,'50%',1,0,24465,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63116,'75%',1,0,24465,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63117,'100%',1,0,24465,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63118,'25%',1,0,24466,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63119,'50%',1,0,24466,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63120,'75%',1,0,24466,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63121,'100%',1,0,24466,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63122,'Other',20,0,24466,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63123,'0%',0,0,24468,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63124,'25%',1,0,24468,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63125,'50%',1,0,24468,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63126,'75%',1,0,24468,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63127,'100%',1,0,24468,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63128,'0%',0,0,24469,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63129,'25%',2,0,24469,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63130,'50%',2,0,24469,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63131,'75%',2,0,24469,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63132,'100%',2,0,24469,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63133,'0%',0,0,24470,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63134,'25%',1,0,24470,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63135,'50%',1,0,24470,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63136,'75%',1,0,24470,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63137,'100%',1,0,24470,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63138,'Solid concrete all levels',0,0,24471,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63139,'Timber joists all levels',3,0,24471,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63140,'Concrete lowest floor – Timber above higher levels',3,0,24471,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63141,'Other',20,0,24471,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63142,'Yes',1,0,24474,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63143,'No',6,0,24474,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63144,'Yes',2,0,24476,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63145,'No',8,0,24476,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63146,'Yes',1,0,24478,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63147,'No',6,0,24478,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63148,'Yes',1,0,24480,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63149,'No',6,0,24480,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63150,'Yes',1,0,24482,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63151,'No',6,0,24482,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63152,'Yes',1,0,24486,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63153,'No',3,0,24486,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63154,'Yes',1,0,24488,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63155,'No',3,0,24488,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63156,'Yes',1,0,24490,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63157,'No',3,0,24490,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63158,'Very Good',1,0,24492,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63159,'Good',1,0,24492,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63160,'Fair',1,0,24492,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63161,'Poor',2,0,24492,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63162,'Very Poor',2,0,24492,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(63163,'Yes',0,0,24499,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63164,'No',2,0,24499,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63165,'Other',20,0,24499,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63166,'N/A',0,0,24499,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63167,'Yes',0,0,24500,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63168,'No',2,0,24500,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63169,'Other',20,0,24500,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63170,'N/A',0,0,24500,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63171,'Yes',0,0,24501,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63172,'No',2,0,24501,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63173,'Other',20,0,24501,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63174,'N/A',0,0,24501,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63175,'Yes',0,0,24503,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63176,'No',2,0,24503,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63177,'Other',20,0,24503,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63178,'N/A',0,0,24503,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63179,'Yes',0,0,24505,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63180,'No',2,0,24505,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63181,'Other',20,0,24505,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63182,'N/A',0,0,24505,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63183,'Yes',0,0,24506,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63184,'No',2,0,24506,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63185,'Other',20,0,24506,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63186,'N/A',0,0,24506,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63187,'Yes',0,0,24507,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63188,'No',3,0,24507,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63189,'Other',20,0,24507,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63190,'N/A',0,0,24507,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63191,'Yes',0,0,24509,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63192,'No',3,0,24509,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63193,'Other',20,0,24509,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63194,'N/A',0,0,24509,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63195,'Yes',0,0,24510,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63196,'No',4,0,24510,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63197,'No Disabled',0,0,24510,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63198,'Other',20,0,24510,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63199,'N/A',0,0,24510,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63200,'Yes',0,0,24511,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63201,'No',4,0,24511,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63202,'Other',20,0,24511,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63203,'N/A',0,0,24511,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63204,'Yes',0,0,24512,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63205,'No',3,0,24512,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63206,'Other',20,0,24512,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63207,'N/A',0,0,24512,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63208,'Yes',0,0,24513,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63209,'No',4,0,24513,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63210,'Other',20,0,24513,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63211,'N/A',0,0,24513,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63212,'Yes',0,0,24514,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63213,'No',4,0,24514,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63214,'Other',20,0,24514,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63215,'N/A',0,0,24514,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63216,'Yes',0,0,24515,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63217,'No',5,0,24515,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63218,'Other',20,0,24515,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63219,'N/A',0,0,24515,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63220,'Yes',0,0,24516,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63221,'Yes',3,0,24516,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63222,'No',6,0,24516,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63223,'Other',20,0,24516,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63224,'N/A',0,0,24516,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63225,'Yes',0,0,24517,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63226,'No',5,0,24517,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63227,'Other',20,0,24517,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63228,'N/A',0,0,24517,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63229,'Yes',0,0,24519,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63230,'No 1',7,0,24519,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63231,'No 2',7,0,24519,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63232,'Other',20,0,24519,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63233,'N/A',0,0,24519,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63234,'Yes',0,0,24521,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63235,'No 1',5,0,24521,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63236,'No 2',5,0,24521,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63237,'Yes',0,0,24522,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63238,'Option',5,0,24522,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63239,'No',8,0,24522,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63240,'N/A',0,0,24522,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63241,'Other',20,0,24522,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63242,'Yes 1',1,0,24524,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63243,'Yes 2',0,0,24524,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63244,'No',7,0,24524,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63245,'N/A',0,0,24524,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63246,'Other',20,0,24524,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63247,'Yes',0,0,24526,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63248,'No',8,0,24526,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63249,'Other',20,0,24526,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63250,'N/A',0,0,24526,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63251,'Yes',0,0,24527,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63252,'No',8,0,24527,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63253,'Other',20,0,24527,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63254,'N/A',0,0,24527,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63255,'Yes',0,0,24528,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63256,'No',8,0,24528,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63257,'Other',20,0,24528,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63258,'N/A',0,0,24528,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63259,'Yes',0,0,24530,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63260,'No',8,0,24530,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63261,'Other',20,0,24530,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63262,'N/A',0,0,24530,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63263,'Yes',0,0,24531,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63264,'No',6,0,24531,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63265,'Other',20,0,24531,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63266,'N/A',0,0,24531,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63267,'Yes',0,0,24533,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63268,'Yes',2,0,24533,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63269,'No',5,0,24533,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63270,'N/A',0,0,24533,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63271,'Other',20,0,24533,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63272,'Yes',0,0,24535,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63273,'Yes',2,0,24535,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63274,'No',5,0,24535,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63275,'N/A',0,0,24535,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63276,'Other',20,0,24535,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63277,'Yes',0,0,24537,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63278,'No',4,0,24537,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63279,'N/A',0,0,24537,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63280,'Other',20,0,24537,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63281,'Yes',0,0,24539,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63282,'No',5,0,24539,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63283,'N/A',0,0,24539,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63284,'Other',20,0,24539,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63285,'Yes',0,0,24541,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63286,'No',4,0,24541,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63287,'N/A',0,0,24541,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63288,'Other',20,0,24541,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63289,'Yes',0,0,24543,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63290,'No',5,0,24543,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63291,'N/A',0,0,24543,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63292,'Other',20,0,24543,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63293,'Yes',0,0,24545,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63294,'No',5,0,24545,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63295,'N/A',0,0,24545,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63296,'Other',20,0,24545,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63297,'Yes',0,0,24547,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63298,'No',7,0,24547,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63299,'N/A',0,0,24547,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63300,'Other',20,0,24547,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63301,'Yes',2,0,24548,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63302,'No',6,0,24548,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63303,'No',0,0,24548,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63304,'N/A',0,0,24548,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63305,'Yes',0,0,24549,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63306,'No',6,0,24549,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63307,'NA',0,0,24549,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63308,'Other',20,0,24549,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63309,'Yes',0,0,24550,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63310,'Yes',0,0,24550,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63311,'NA',0,0,24550,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63312,'Other',20,0,24550,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63313,'Yes',1,0,24551,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63314,'No',0,0,24551,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63315,'Other',20,0,24551,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63316,'Yes',0,0,24552,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63317,'No',9,0,24552,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63318,'NA',0,0,24552,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63319,'Other',20,0,24552,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63320,'Yes',0,0,24553,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63321,'No',7,0,24553,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63322,'NA',0,0,24553,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63323,'Other',20,0,24553,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63324,'Yes',0,0,24554,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63325,'No',6,0,24554,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63326,'NA',0,0,24554,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63327,'Other',20,0,24554,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63328,'Yes',0,0,24555,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63329,'No',6,0,24555,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63330,'NA',0,0,24555,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63331,'Other',20,0,24555,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63332,'Yes',0,0,24556,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63333,'No',4,0,24556,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63334,'No',7,0,24556,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63335,'N/A',0,0,24556,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63336,'Other',20,0,24556,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63337,'Yes',0,0,24557,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63338,'No',8,0,24557,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63339,'NA',0,0,24557,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63340,'Other',20,0,24557,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63341,'Yes',3,0,24558,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63342,'Yes',4,0,24558,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63343,'Yes',5,0,24558,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63344,'Other',20,0,24558,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63345,'Yes',0,0,24559,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63346,'No',5,0,24559,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63347,'NA',5,0,24559,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63348,'Other',20,0,24559,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63349,'Yes',0,0,24560,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63350,'No',5,0,24560,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63351,'N/A',0,0,24560,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63352,'Other',20,0,24560,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63353,'Yes',0,0,24561,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63354,'No',5,0,24561,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63355,'Other',20,0,24561,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63356,'N/A',0,0,24561,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63357,'Yes',0,0,24562,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63358,'No',5,0,24562,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63359,'NA',0,0,24562,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63360,'Other',20,0,24562,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63361,'Yes',0,0,24563,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63362,'No',5,0,24563,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63363,'NA',0,0,24563,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63364,'Other',20,0,24563,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63365,'Yes',1,0,24564,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63366,'Yes',0,0,24564,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63367,'No',5,0,24564,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63368,'Other',20,0,24564,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63369,'Yes',0,0,24565,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63370,'No',5,0,24565,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63371,'NA',0,0,24565,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63372,'Other',20,0,24565,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63373,'Yes',0,0,24566,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63374,'No',5,0,24566,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63375,'Other',20,0,24566,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63376,'N/A',0,0,24566,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63377,'Yes',0,0,24567,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63378,'Yes',0,0,24567,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63379,'No',5,0,24567,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63380,'N/A',0,0,24567,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63381,'Other',20,0,24567,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63382,'Fan Heaters',4,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63383,'Electric Heaters',4,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63384,'Gas Heater',5,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63385,'Other Boilers',2,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63386,'Electrical Equipment',3,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63387,'Electrical Leads',3,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63388,'Portable Equipment',3,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63389,'Portable Lighting',2,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63390,'Cooking kitchen Equipment',6,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63391,'Other',20,0,24568,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63392,'Wood/Paper/Cardboard etc',3,0,24570,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63393,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,24570,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63394,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,24570,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63395,'Waste Material Controlled -in locked wheely bin or store',2,0,24570,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63396,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,24570,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63397,'Other',20,0,24570,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63398,'Director',0,0,24576,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63399,'Owner Landlord',0,0,24576,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63400,'Site Maitenance',0,0,24576,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63401,'Estate Agent',0,0,24576,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63402,'Letting Agent',0,0,24576,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63403,'Other',0,0,24576,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63404,'Property Agent',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63405,'Owner Landlord',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63406,'Site Manager',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63407,'Property Manager',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63408,'Construction Manager',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63409,'Fire Warden',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63410,'Director',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63411,'CEO',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63412,'Other',0,0,24577,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63413,'A Property Within Building Block',0,0,24578,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63414,'All Of The Property',0,0,24578,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63415,'Communal Areas Only',0,0,24578,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63416,'House',0,0,24578,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63417,'Flat',0,0,24578,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63418,'Other',0,0,24578,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63419,'Nebosh',0,0,24584,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63420,'Level 2 Fire Risk Assessor',0,0,24584,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63421,'Competant Person',0,0,24584,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63422,'Detached',1,0,24587,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63423,'Semi Detached',2,0,24587,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63424,'Terraced',3,0,24587,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63425,'Linked-Detached',1,0,24587,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63426,'Other',20,0,24587,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63427,'House',1,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63428,'Bungalow',1,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63429,'Maisonette',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63430,'Block of Flats - Studios up to 6 Floor Levels',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63431,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63432,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63433,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63434,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63435,'Underground Property',1,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63436,'Factory/ Warehouse',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63437,'Garage/ Workshop',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63438,'Retail Shop',2,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63439,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63440,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63441,'Other',20,0,24588,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63442,'NA',0,0,24594,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63443,'Number of staircase',2,0,24594,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63444,'NA',0,0,24595,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63445,'Number os staircases',2,0,24595,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63446,'Yes',1,0,24598,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63447,'No',3,0,24598,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63448,'Unknown',3,0,24598,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63449,'Stone',0,0,24598,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63450,'Other',20,0,24598,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63451,'Yes',1,0,24599,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63452,'No',5,0,24599,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63453,'Unknown',5,0,24599,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63454,'Stone',0,0,24599,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63455,'Other',20,0,24599,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63456,'No',5,0,24600,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63457,'Unknown',5,0,24600,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63458,'Stone',0,0,24600,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63459,'Other',20,0,24600,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63460,'Wood',2,0,24601,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63461,'Plastics',1,0,24601,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63462,'Aluminium',0,0,24601,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63463,'Stone',0,0,24601,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63464,'Other',20,0,24601,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63465,'0%',0,0,24602,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63466,'25%',0,0,24602,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63467,'50%',0,0,24602,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63468,'75%',0,0,24602,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63469,'100%',0,0,24602,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63470,'0%',0,0,24604,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63471,'25%',1,0,24604,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63472,'50%',1,0,24604,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63473,'75%',1,0,24604,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63474,'100%',1,0,24604,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63475,'0%',0,0,24605,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63476,'25%',0,0,24605,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63477,'50%',0,0,24605,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63478,'75%',0,0,24605,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63479,'100%',0,0,24605,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63480,'0%',0,0,24607,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63481,'25%',1,0,24607,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63482,'50%',1,0,24607,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63483,'75%',1,0,24607,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63484,'100%',1,0,24607,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63485,'0%',0,0,24608,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63486,'25%',5,0,24608,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63487,'50%',5,0,24608,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63488,'75%',5,0,24608,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63489,'100%',5,0,24608,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63490,'0%',0,0,24609,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63491,'25%',5,0,24609,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63492,'50%',5,0,24609,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63493,'75%',5,0,24609,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63494,'100%',5,0,24609,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63495,'0%',0,0,24610,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63496,'25%',1,0,24610,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63497,'50%',1,0,24610,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63498,'75%',1,0,24610,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63499,'100%',1,0,24610,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63500,'25%',1,0,24611,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63501,'50%',1,0,24611,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63502,'75%',1,0,24611,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63503,'100%',1,0,24611,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63504,'Other',20,0,24611,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63505,'0%',0,0,24613,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63506,'25%',1,0,24613,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63507,'50%',1,0,24613,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63508,'75%',1,0,24613,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63509,'100%',1,0,24613,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63510,'0%',0,0,24614,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63511,'25%',2,0,24614,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63512,'50%',2,0,24614,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63513,'75%',2,0,24614,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63514,'100%',2,0,24614,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63515,'0%',0,0,24615,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63516,'25%',1,0,24615,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63517,'50%',1,0,24615,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63518,'75%',1,0,24615,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63519,'100%',1,0,24615,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63520,'Solid concrete all levels',0,0,24616,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63521,'Timber joists all levels',3,0,24616,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63522,'Concrete lowest floor – Timber above higher levels',3,0,24616,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63523,'Other',20,0,24616,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63524,'Yes',1,0,24619,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63525,'No',6,0,24619,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63526,'Yes',2,0,24621,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63527,'No',8,0,24621,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63528,'Yes',1,0,24623,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63529,'No',6,0,24623,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63530,'Yes',1,0,24625,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63531,'No',6,0,24625,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63532,'Yes',1,0,24627,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63533,'No',6,0,24627,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63534,'Yes',1,0,24631,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63535,'No',3,0,24631,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63536,'Yes',1,0,24633,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63537,'No',3,0,24633,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63538,'Yes',1,0,24635,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63539,'No',3,0,24635,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63540,'Very Good',1,0,24637,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63541,'Good',1,0,24637,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63542,'Fair',1,0,24637,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63543,'Poor',2,0,24637,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63544,'Very Poor',2,0,24637,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(63545,'Yes',0,0,24644,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63546,'No',2,0,24644,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63547,'Other',20,0,24644,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63548,'N/A',0,0,24644,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63549,'Yes',0,0,24645,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63550,'No',2,0,24645,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63551,'Other',20,0,24645,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63552,'N/A',0,0,24645,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63553,'Yes',0,0,24646,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63554,'No',2,0,24646,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63555,'Other',20,0,24646,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63556,'N/A',0,0,24646,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63557,'Yes',0,0,24648,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63558,'No',2,0,24648,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63559,'Other',20,0,24648,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63560,'N/A',0,0,24648,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63561,'Yes',0,0,24650,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63562,'No',2,0,24650,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63563,'Other',20,0,24650,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63564,'N/A',0,0,24650,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63565,'Yes',0,0,24651,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63566,'No',2,0,24651,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63567,'Other',20,0,24651,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63568,'N/A',0,0,24651,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63569,'Yes',0,0,24652,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63570,'No',3,0,24652,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63571,'Other',20,0,24652,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63572,'N/A',0,0,24652,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63573,'Yes',0,0,24654,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63574,'No',3,0,24654,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63575,'Other',20,0,24654,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63576,'N/A',0,0,24654,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63577,'Yes',0,0,24655,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63578,'No',4,0,24655,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63579,'No Disabled',0,0,24655,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63580,'Other',20,0,24655,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63581,'N/A',0,0,24655,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63582,'Yes',0,0,24656,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63583,'No',4,0,24656,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63584,'Other',20,0,24656,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63585,'N/A',0,0,24656,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63586,'Yes',0,0,24657,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63587,'No',3,0,24657,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63588,'Other',20,0,24657,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63589,'N/A',0,0,24657,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63590,'Yes',0,0,24658,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63591,'No',4,0,24658,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63592,'Other',20,0,24658,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63593,'N/A',0,0,24658,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63594,'Yes',0,0,24659,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63595,'No',4,0,24659,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63596,'Other',20,0,24659,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63597,'N/A',0,0,24659,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63598,'Yes',0,0,24660,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63599,'No',5,0,24660,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63600,'Other',20,0,24660,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63601,'N/A',0,0,24660,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63602,'Yes',0,0,24661,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63603,'Yes',3,0,24661,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63604,'No',6,0,24661,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63605,'Other',20,0,24661,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63606,'N/A',0,0,24661,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63607,'Yes',0,0,24662,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63608,'No',5,0,24662,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63609,'Other',20,0,24662,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63610,'N/A',0,0,24662,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63611,'Yes',0,0,24664,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63612,'No 1',7,0,24664,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63613,'No 2',7,0,24664,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63614,'Other',20,0,24664,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63615,'N/A',0,0,24664,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63616,'Yes',0,0,24666,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63617,'No 1',5,0,24666,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63618,'No 2',5,0,24666,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63619,'Yes',0,0,24667,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63620,'Option',5,0,24667,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63621,'No',8,0,24667,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63622,'N/A',0,0,24667,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63623,'Other',20,0,24667,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63624,'Yes 1',1,0,24669,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63625,'Yes 2',0,0,24669,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63626,'No',7,0,24669,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63627,'N/A',0,0,24669,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63628,'Other',20,0,24669,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63629,'Yes',0,0,24671,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63630,'No',8,0,24671,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63631,'Other',20,0,24671,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63632,'N/A',0,0,24671,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63633,'Yes',0,0,24672,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63634,'No',8,0,24672,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63635,'Other',20,0,24672,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63636,'N/A',0,0,24672,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63637,'Yes',0,0,24673,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63638,'No',8,0,24673,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63639,'Other',20,0,24673,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63640,'N/A',0,0,24673,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63641,'Yes',0,0,24675,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63642,'No',8,0,24675,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63643,'Other',20,0,24675,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63644,'N/A',0,0,24675,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63645,'Yes',0,0,24676,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63646,'No',6,0,24676,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63647,'Other',20,0,24676,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63648,'N/A',0,0,24676,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63649,'Yes',0,0,24678,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63650,'Yes',2,0,24678,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63651,'No',5,0,24678,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63652,'N/A',0,0,24678,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63653,'Other',20,0,24678,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63654,'Yes',0,0,24680,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63655,'Yes',2,0,24680,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63656,'No',5,0,24680,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63657,'N/A',0,0,24680,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63658,'Other',20,0,24680,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63659,'Yes',0,0,24682,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63660,'No',4,0,24682,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63661,'N/A',0,0,24682,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63662,'Other',20,0,24682,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63663,'Yes',0,0,24684,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63664,'No',5,0,24684,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63665,'N/A',0,0,24684,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63666,'Other',20,0,24684,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63667,'Yes',0,0,24686,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63668,'No',4,0,24686,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63669,'N/A',0,0,24686,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63670,'Other',20,0,24686,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63671,'Yes',0,0,24688,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63672,'No',5,0,24688,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63673,'N/A',0,0,24688,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63674,'Other',20,0,24688,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63675,'Yes',0,0,24690,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63676,'No',5,0,24690,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63677,'N/A',0,0,24690,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63678,'Other',20,0,24690,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63679,'Yes',0,0,24692,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63680,'No',7,0,24692,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63681,'N/A',0,0,24692,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63682,'Other',20,0,24692,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63683,'Yes',2,0,24693,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63684,'No',6,0,24693,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63685,'No',0,0,24693,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63686,'N/A',0,0,24693,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63687,'Yes',0,0,24694,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63688,'No',6,0,24694,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63689,'NA',0,0,24694,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63690,'Other',20,0,24694,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63691,'Yes',0,0,24695,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63692,'Yes',0,0,24695,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63693,'NA',0,0,24695,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63694,'Other',20,0,24695,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63695,'Yes',1,0,24696,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63696,'No',0,0,24696,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63697,'Other',20,0,24696,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63698,'Yes',0,0,24697,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63699,'No',9,0,24697,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63700,'NA',0,0,24697,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63701,'Other',20,0,24697,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63702,'Yes',0,0,24698,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63703,'No',7,0,24698,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63704,'NA',0,0,24698,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63705,'Other',20,0,24698,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63706,'Yes',0,0,24699,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63707,'No',6,0,24699,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63708,'NA',0,0,24699,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63709,'Other',20,0,24699,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63710,'Yes',0,0,24700,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63711,'No',6,0,24700,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63712,'NA',0,0,24700,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63713,'Other',20,0,24700,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63714,'Yes',0,0,24701,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63715,'No',4,0,24701,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63716,'No',7,0,24701,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63717,'N/A',0,0,24701,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63718,'Other',20,0,24701,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63719,'Yes',0,0,24702,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63720,'No',8,0,24702,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63721,'NA',0,0,24702,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63722,'Other',20,0,24702,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63723,'Yes',3,0,24703,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63724,'Yes',4,0,24703,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63725,'Yes',5,0,24703,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63726,'Other',20,0,24703,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63727,'Yes',0,0,24704,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63728,'No',5,0,24704,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63729,'NA',5,0,24704,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63730,'Other',20,0,24704,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63731,'Yes',0,0,24705,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63732,'No',5,0,24705,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63733,'N/A',0,0,24705,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63734,'Other',20,0,24705,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63735,'Yes',0,0,24706,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63736,'No',5,0,24706,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63737,'Other',20,0,24706,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63738,'N/A',0,0,24706,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63739,'Yes',0,0,24707,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63740,'No',5,0,24707,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63741,'NA',0,0,24707,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63742,'Other',20,0,24707,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63743,'Yes',0,0,24708,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63744,'No',5,0,24708,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63745,'NA',0,0,24708,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63746,'Other',20,0,24708,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63747,'Yes',1,0,24709,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63748,'Yes',0,0,24709,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63749,'No',5,0,24709,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63750,'Other',20,0,24709,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63751,'Yes',0,0,24710,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63752,'No',5,0,24710,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63753,'NA',0,0,24710,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63754,'Other',20,0,24710,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63755,'Yes',0,0,24711,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63756,'No',5,0,24711,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63757,'Other',20,0,24711,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63758,'N/A',0,0,24711,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63759,'Yes',0,0,24712,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63760,'Yes',0,0,24712,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63761,'No',5,0,24712,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63762,'N/A',0,0,24712,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63763,'Other',20,0,24712,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63764,'Fan Heaters',4,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63765,'Electric Heaters',4,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63766,'Gas Heater',5,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63767,'Other Boilers',2,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63768,'Electrical Equipment',3,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63769,'Electrical Leads',3,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63770,'Portable Equipment',3,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63771,'Portable Lighting',2,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63772,'Cooking kitchen Equipment',6,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63773,'Other',20,0,24713,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63774,'Wood/Paper/Cardboard etc',3,0,24715,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63775,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,24715,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63776,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,24715,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63777,'Waste Material Controlled -in locked wheely bin or store',2,0,24715,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63778,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,24715,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63779,'Other',20,0,24715,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63780,'Director',0,0,24721,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63781,'Owner Landlord',0,0,24721,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63782,'Site Maitenance',0,0,24721,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63783,'Estate Agent',0,0,24721,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63784,'Letting Agent',0,0,24721,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63785,'Other',0,0,24721,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63786,'Property Agent',0,0,24722,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63787,'Owner Landlord',0,0,24722,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63788,'Site Manager',0,0,24722,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63789,'Property Manager',0,0,24722,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63790,'Construction Manager',0,0,24722,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63791,'Fire Warden',0,0,24722,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(63792,'Director',0,0,24722,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63793,'CEO',0,0,24722,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63794,'Other',0,0,24722,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63795,'A Property Within Building Block',0,0,24723,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63796,'All Of The Property',0,0,24723,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63797,'Communal Areas Only',0,0,24723,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63798,'House',0,0,24723,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63799,'Flat',0,0,24723,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63800,'Other',0,0,24723,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63801,'Nebosh',0,0,24729,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63802,'Level 2 Fire Risk Assessor',0,0,24729,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63803,'Competant Person',0,0,24729,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63804,'Detached',1,0,24732,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63805,'Semi Detached',2,0,24732,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63806,'Terraced',3,0,24732,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63807,'Linked-Detached',1,0,24732,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63808,'Other',20,0,24732,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63809,'House',1,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63810,'Bungalow',1,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63811,'Maisonette',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63812,'Block of Flats - Studios up to 6 Floor Levels',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63813,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63814,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63815,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63816,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63817,'Underground Property',1,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63818,'Factory/ Warehouse',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63819,'Garage/ Workshop',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63820,'Retail Shop',2,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63821,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63822,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63823,'Other',20,0,24733,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63824,'NA',0,0,24739,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63825,'Number of staircase',2,0,24739,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63826,'NA',0,0,24740,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63827,'Number os staircases',2,0,24740,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63828,'Yes',1,0,24743,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63829,'No',3,0,24743,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63830,'Unknown',3,0,24743,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63831,'Stone',0,0,24743,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63832,'Other',20,0,24743,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63833,'Yes',1,0,24744,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63834,'No',5,0,24744,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63835,'Unknown',5,0,24744,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63836,'Stone',0,0,24744,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63837,'Other',20,0,24744,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63838,'No',5,0,24745,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63839,'Unknown',5,0,24745,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63840,'Stone',0,0,24745,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63841,'Other',20,0,24745,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63842,'Wood',2,0,24746,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63843,'Plastics',1,0,24746,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63844,'Aluminium',0,0,24746,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63845,'Stone',0,0,24746,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63846,'Other',20,0,24746,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63847,'0%',0,0,24752,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63848,'25%',1,0,24752,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63849,'50%',1,0,24752,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63850,'75%',1,0,24752,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63851,'100%',1,0,24752,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63852,'0%',0,0,24753,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63853,'25%',5,0,24753,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63854,'50%',5,0,24753,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63855,'75%',5,0,24753,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63856,'100%',5,0,24753,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63857,'0%',0,0,24754,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63858,'25%',5,0,24754,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63859,'50%',5,0,24754,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63860,'75%',5,0,24754,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63861,'100%',5,0,24754,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63862,'0%',0,0,24755,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63863,'25%',1,0,24755,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63864,'50%',1,0,24755,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63865,'75%',1,0,24755,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63866,'100%',1,0,24755,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63867,'25%',1,0,24756,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63868,'50%',1,0,24756,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63869,'75%',1,0,24756,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63870,'100%',1,0,24756,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63871,'Other',20,0,24756,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63872,'0%',0,0,24758,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63873,'25%',1,0,24758,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63874,'50%',1,0,24758,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63875,'75%',1,0,24758,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63876,'100%',1,0,24758,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63877,'0%',0,0,24759,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63878,'25%',2,0,24759,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63879,'50%',2,0,24759,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63880,'75%',2,0,24759,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63881,'100%',2,0,24759,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63882,'0%',0,0,24760,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63883,'25%',1,0,24760,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63884,'50%',1,0,24760,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63885,'75%',1,0,24760,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63886,'100%',1,0,24760,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63887,'Solid concrete all levels',0,0,24761,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63888,'Timber joists all levels',3,0,24761,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63889,'Concrete lowest floor – Timber above higher levels',3,0,24761,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63890,'Other',20,0,24761,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63891,'Yes',1,0,24764,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63892,'No',6,0,24764,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63893,'Yes',2,0,24766,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63894,'No',8,0,24766,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63895,'Yes',1,0,24768,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63896,'No',6,0,24768,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63897,'Yes',1,0,24770,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63898,'No',6,0,24770,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63899,'Yes',1,0,24772,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63900,'No',6,0,24772,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63901,'Yes',1,0,24776,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63902,'No',3,0,24776,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63903,'Yes',1,0,24778,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63904,'No',3,0,24778,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63905,'Yes',1,0,24780,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63906,'No',3,0,24780,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63907,'Very Good',1,0,24782,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63908,'Good',1,0,24782,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63909,'Fair',1,0,24782,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63910,'Poor',2,0,24782,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63911,'Very Poor',2,0,24782,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(63912,'Yes',0,0,24789,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63913,'No',2,0,24789,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63914,'Other',20,0,24789,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63915,'N/A',0,0,24789,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63916,'Yes',0,0,24790,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63917,'No',2,0,24790,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63918,'Other',20,0,24790,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63919,'N/A',0,0,24790,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63920,'Yes',0,0,24791,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63921,'No',2,0,24791,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63922,'Other',20,0,24791,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63923,'N/A',0,0,24791,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63924,'Yes',0,0,24793,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63925,'No',2,0,24793,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63926,'Other',20,0,24793,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63927,'N/A',0,0,24793,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63928,'Yes',0,0,24795,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63929,'No',2,0,24795,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63930,'Other',20,0,24795,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63931,'N/A',0,0,24795,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63932,'Yes',0,0,24796,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63933,'No',2,0,24796,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63934,'Other',20,0,24796,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63935,'N/A',0,0,24796,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63936,'Yes',0,0,24797,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63937,'No',3,0,24797,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63938,'Other',20,0,24797,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63939,'N/A',0,0,24797,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63940,'Yes',0,0,24799,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63941,'No',3,0,24799,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63942,'Other',20,0,24799,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63943,'N/A',0,0,24799,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63944,'Yes',0,0,24800,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63945,'No',4,0,24800,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63946,'No Disabled',0,0,24800,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63947,'Other',20,0,24800,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63948,'N/A',0,0,24800,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63949,'Yes',0,0,24801,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63950,'No',4,0,24801,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63951,'Other',20,0,24801,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63952,'N/A',0,0,24801,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63953,'Yes',0,0,24802,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63954,'No',3,0,24802,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63955,'Other',20,0,24802,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63956,'N/A',0,0,24802,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63957,'Yes',0,0,24803,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63958,'No',4,0,24803,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63959,'Other',20,0,24803,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63960,'N/A',0,0,24803,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63961,'Yes',0,0,24804,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63962,'No',4,0,24804,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63963,'Other',20,0,24804,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63964,'N/A',0,0,24804,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63965,'Yes',0,0,24805,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63966,'No',5,0,24805,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63967,'Other',20,0,24805,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63968,'N/A',0,0,24805,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63969,'Yes',0,0,24806,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63970,'Yes',3,0,24806,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63971,'No',6,0,24806,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63972,'Other',20,0,24806,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63973,'N/A',0,0,24806,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63974,'Yes',0,0,24807,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63975,'No',5,0,24807,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63976,'Other',20,0,24807,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63977,'N/A',0,0,24807,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63978,'Yes',0,0,24809,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63979,'No 1',7,0,24809,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63980,'No 2',7,0,24809,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63981,'Other',20,0,24809,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63982,'N/A',0,0,24809,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63983,'Yes',0,0,24811,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63984,'No 1',5,0,24811,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63985,'No 2',5,0,24811,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63986,'Yes',0,0,24812,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63987,'Option',5,0,24812,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63988,'No',8,0,24812,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63989,'N/A',0,0,24812,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63990,'Other',20,0,24812,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63991,'Yes 1',1,0,24814,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63992,'Yes 2',0,0,24814,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63993,'No',7,0,24814,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63994,'N/A',0,0,24814,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63995,'Other',20,0,24814,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63996,'Yes',0,0,24816,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63997,'No',8,0,24816,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63998,'Other',20,0,24816,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(63999,'N/A',0,0,24816,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64000,'Yes',0,0,24817,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64001,'No',8,0,24817,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64002,'Other',20,0,24817,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64003,'N/A',0,0,24817,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64004,'Yes',0,0,24818,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64005,'No',8,0,24818,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64006,'Other',20,0,24818,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64007,'N/A',0,0,24818,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64008,'Yes',0,0,24820,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64009,'No',8,0,24820,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64010,'Other',20,0,24820,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64011,'N/A',0,0,24820,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64012,'Yes',0,0,24821,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64013,'No',6,0,24821,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64014,'Other',20,0,24821,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64015,'N/A',0,0,24821,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64016,'Yes',0,0,24823,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64017,'Yes',2,0,24823,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64018,'No',5,0,24823,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64019,'N/A',0,0,24823,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64020,'Other',20,0,24823,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64021,'Yes',0,0,24825,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64022,'Yes',2,0,24825,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64023,'No',5,0,24825,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64024,'N/A',0,0,24825,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64025,'Other',20,0,24825,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64026,'Yes',0,0,24827,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64027,'No',4,0,24827,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64028,'N/A',0,0,24827,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64029,'Other',20,0,24827,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64030,'Yes',0,0,24829,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64031,'No',5,0,24829,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64032,'N/A',0,0,24829,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64033,'Other',20,0,24829,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64034,'Yes',0,0,24831,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64035,'No',4,0,24831,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64036,'N/A',0,0,24831,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64037,'Other',20,0,24831,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64038,'Yes',0,0,24833,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64039,'No',5,0,24833,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64040,'N/A',0,0,24833,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64041,'Other',20,0,24833,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64042,'Yes',0,0,24835,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64043,'No',5,0,24835,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64044,'N/A',0,0,24835,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64045,'Other',20,0,24835,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64046,'Yes',0,0,24837,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64047,'No',7,0,24837,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64048,'N/A',0,0,24837,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64049,'Other',20,0,24837,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64050,'Yes',2,0,24838,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64051,'No',6,0,24838,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64052,'No',0,0,24838,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64053,'N/A',0,0,24838,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64054,'Yes',0,0,24839,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64055,'No',6,0,24839,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64056,'NA',0,0,24839,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64057,'Other',20,0,24839,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64058,'Yes',0,0,24840,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64059,'Yes',0,0,24840,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64060,'NA',0,0,24840,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64061,'Other',20,0,24840,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64062,'Yes',1,0,24841,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64063,'No',0,0,24841,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64064,'Other',20,0,24841,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64065,'Yes',0,0,24842,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64066,'No',9,0,24842,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64067,'NA',0,0,24842,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64068,'Other',20,0,24842,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64069,'Yes',0,0,24843,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64070,'No',7,0,24843,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64071,'NA',0,0,24843,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64072,'Other',20,0,24843,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64073,'Yes',0,0,24844,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64074,'No',6,0,24844,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64075,'NA',0,0,24844,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64076,'Other',20,0,24844,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64077,'Yes',0,0,24845,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64078,'No',6,0,24845,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64079,'NA',0,0,24845,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64080,'Other',20,0,24845,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64081,'Yes',0,0,24846,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64082,'No',4,0,24846,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64083,'No',7,0,24846,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64084,'N/A',0,0,24846,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64085,'Other',20,0,24846,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64086,'Yes',0,0,24847,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64087,'No',8,0,24847,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64088,'NA',0,0,24847,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64089,'Other',20,0,24847,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64090,'Yes',3,0,24848,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64091,'Yes',4,0,24848,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64092,'Yes',5,0,24848,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64093,'Other',20,0,24848,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64094,'Yes',0,0,24849,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64095,'No',5,0,24849,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64096,'NA',5,0,24849,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64097,'Other',20,0,24849,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64098,'Yes',0,0,24850,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64099,'No',5,0,24850,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64100,'N/A',0,0,24850,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64101,'Other',20,0,24850,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64102,'Yes',0,0,24851,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64103,'No',5,0,24851,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64104,'Other',20,0,24851,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64105,'N/A',0,0,24851,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64106,'Yes',0,0,24852,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64107,'No',5,0,24852,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64108,'NA',0,0,24852,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64109,'Other',20,0,24852,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64110,'Yes',0,0,24853,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64111,'No',5,0,24853,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64112,'NA',0,0,24853,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64113,'Other',20,0,24853,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64114,'Yes',1,0,24854,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64115,'Yes',0,0,24854,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64116,'No',5,0,24854,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64117,'Other',20,0,24854,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64118,'Yes',0,0,24855,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64119,'No',5,0,24855,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64120,'NA',0,0,24855,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64121,'Other',20,0,24855,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(64122,'Yes',0,0,24856,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64123,'No',5,0,24856,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64124,'Other',20,0,24856,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64125,'N/A',0,0,24856,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64126,'Yes',0,0,24857,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64127,'Yes',0,0,24857,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64128,'No',5,0,24857,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64129,'N/A',0,0,24857,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64130,'Other',20,0,24857,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64131,'Fan Heaters',4,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64132,'Electric Heaters',4,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64133,'Gas Heater',5,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64134,'Other Boilers',2,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64135,'Electrical Equipment',3,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64136,'Electrical Leads',3,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64137,'Portable Equipment',3,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64138,'Portable Lighting',2,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64139,'Cooking kitchen Equipment',6,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64140,'Other',20,0,24858,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64141,'Wood/Paper/Cardboard etc',3,0,24860,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64142,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,24860,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64143,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,24860,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64144,'Waste Material Controlled -in locked wheely bin or store',2,0,24860,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64145,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,24860,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64146,'Other',20,0,24860,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64147,'Director',0,0,24866,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64148,'Owner Landlord',0,0,24866,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64149,'Site Maitenance',0,0,24866,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64150,'Estate Agent',0,0,24866,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64151,'Letting Agent',0,0,24866,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64152,'Other',0,0,24866,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64153,'Property Agent',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64154,'Owner Landlord',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64155,'Site Manager',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64156,'Property Manager',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64157,'Construction Manager',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64158,'Fire Warden',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64159,'Director',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64160,'CEO',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64161,'Other',0,0,24867,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64162,'A Property Within Building Block',0,0,24868,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64163,'All Of The Property',0,0,24868,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64164,'Communal Areas Only',0,0,24868,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64165,'House',0,0,24868,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64166,'Flat',0,0,24868,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64167,'Other',0,0,24868,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64168,'Nebosh',0,0,24874,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64169,'Level 2 Fire Risk Assessor',0,0,24874,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64170,'Competant Person',0,0,24874,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64171,'Detached',1,0,24877,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64172,'Semi Detached',2,0,24877,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64173,'Terraced',3,0,24877,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64174,'Linked-Detached',1,0,24877,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64175,'Other',20,0,24877,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64176,'House',1,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64177,'Bungalow',1,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64178,'Maisonette',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64179,'Block of Flats - Studios up to 6 Floor Levels',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64180,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64181,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64182,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64183,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64184,'Underground Property',1,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64185,'Factory/ Warehouse',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64186,'Garage/ Workshop',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64187,'Retail Shop',2,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64188,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64189,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64190,'Other',20,0,24878,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64191,'NA',0,0,24884,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64192,'Number of staircase',2,0,24884,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64193,'NA',0,0,24885,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64194,'Number os staircases',2,0,24885,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64195,'Yes',1,0,24888,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64196,'No',3,0,24888,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64197,'Unknown',3,0,24888,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64198,'Stone',0,0,24888,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64199,'Other',20,0,24888,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64200,'Yes',1,0,24889,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64201,'No',5,0,24889,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64202,'Unknown',5,0,24889,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64203,'Stone',0,0,24889,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64204,'Other',20,0,24889,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64205,'No',5,0,24890,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64206,'Unknown',5,0,24890,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64207,'Stone',0,0,24890,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64208,'Other',20,0,24890,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64209,'Wood',2,0,24891,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64210,'Plastics',1,0,24891,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64211,'Aluminium',0,0,24891,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64212,'Stone',0,0,24891,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64213,'Other',20,0,24891,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64214,'25%',1,0,24901,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64215,'50%',1,0,24901,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64216,'75%',1,0,24901,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64217,'100%',1,0,24901,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64218,'Other',20,0,24901,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64219,'0%',0,0,24903,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64220,'25%',1,0,24903,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64221,'50%',1,0,24903,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64222,'75%',1,0,24903,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64223,'100%',1,0,24903,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64224,'0%',0,0,24904,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64225,'25%',2,0,24904,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64226,'50%',2,0,24904,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64227,'75%',2,0,24904,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64228,'100%',2,0,24904,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64229,'0%',0,0,24905,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64230,'25%',1,0,24905,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64231,'50%',1,0,24905,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64232,'75%',1,0,24905,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64233,'100%',1,0,24905,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64234,'Solid concrete all levels',0,0,24906,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64235,'Timber joists all levels',3,0,24906,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64236,'Concrete lowest floor – Timber above higher levels',3,0,24906,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64237,'Other',20,0,24906,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64238,'Yes',1,0,24909,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64239,'No',6,0,24909,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64240,'Yes',2,0,24911,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64241,'No',8,0,24911,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64242,'Yes',1,0,24913,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64243,'No',6,0,24913,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64244,'Yes',1,0,24915,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64245,'No',6,0,24915,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64246,'Yes',1,0,24917,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64247,'No',6,0,24917,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64248,'Yes',1,0,24921,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64249,'No',3,0,24921,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64250,'Yes',1,0,24923,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64251,'No',3,0,24923,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64252,'Yes',1,0,24925,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64253,'No',3,0,24925,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64254,'Very Good',1,0,24927,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64255,'Good',1,0,24927,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64256,'Fair',1,0,24927,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64257,'Poor',2,0,24927,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64258,'Very Poor',2,0,24927,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(64259,'Yes',0,0,24934,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64260,'No',2,0,24934,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64261,'Other',20,0,24934,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64262,'N/A',0,0,24934,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64263,'Yes',0,0,24935,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64264,'No',2,0,24935,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64265,'Other',20,0,24935,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64266,'N/A',0,0,24935,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64267,'Yes',0,0,24936,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64268,'No',2,0,24936,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64269,'Other',20,0,24936,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64270,'N/A',0,0,24936,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64271,'Yes',0,0,24938,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64272,'No',2,0,24938,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64273,'Other',20,0,24938,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64274,'N/A',0,0,24938,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64275,'Yes',0,0,24940,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64276,'No',2,0,24940,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64277,'Other',20,0,24940,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64278,'N/A',0,0,24940,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64279,'Yes',0,0,24941,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64280,'No',2,0,24941,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64281,'Other',20,0,24941,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64282,'N/A',0,0,24941,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64283,'Yes',0,0,24942,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64284,'No',3,0,24942,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64285,'Other',20,0,24942,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64286,'N/A',0,0,24942,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64287,'Yes',0,0,24944,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64288,'No',3,0,24944,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64289,'Other',20,0,24944,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64290,'N/A',0,0,24944,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64291,'Yes',0,0,24945,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64292,'No',4,0,24945,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64293,'No Disabled',0,0,24945,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64294,'Other',20,0,24945,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64295,'N/A',0,0,24945,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64296,'Yes',0,0,24946,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64297,'No',4,0,24946,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64298,'Other',20,0,24946,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64299,'N/A',0,0,24946,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64300,'Yes',0,0,24947,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64301,'No',3,0,24947,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(64302,'Other',20,0,24947,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64303,'N/A',0,0,24947,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64304,'Yes',0,0,24948,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64305,'No',4,0,24948,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64306,'Other',20,0,24948,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64307,'N/A',0,0,24948,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64308,'Yes',0,0,24949,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64309,'No',4,0,24949,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64310,'Other',20,0,24949,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64311,'N/A',0,0,24949,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64312,'Yes',0,0,24950,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64313,'No',5,0,24950,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64314,'Other',20,0,24950,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64315,'N/A',0,0,24950,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64316,'Yes',0,0,24951,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64317,'Yes',3,0,24951,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64318,'No',6,0,24951,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64319,'Other',20,0,24951,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64320,'N/A',0,0,24951,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64321,'Yes',0,0,24952,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64322,'No',5,0,24952,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64323,'Other',20,0,24952,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64324,'N/A',0,0,24952,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64325,'Yes',0,0,24954,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64326,'No 1',7,0,24954,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64327,'No 2',7,0,24954,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64328,'Other',20,0,24954,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64329,'N/A',0,0,24954,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64330,'Yes',0,0,24956,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64331,'No 1',5,0,24956,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64332,'No 2',5,0,24956,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64333,'Yes',0,0,24957,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64334,'Option',5,0,24957,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64335,'No',8,0,24957,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64336,'N/A',0,0,24957,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64337,'Other',20,0,24957,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64338,'Yes 1',1,0,24959,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64339,'Yes 2',0,0,24959,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64340,'No',7,0,24959,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64341,'N/A',0,0,24959,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64342,'Other',20,0,24959,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64343,'Yes',0,0,24961,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64344,'No',8,0,24961,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64345,'Other',20,0,24961,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64346,'N/A',0,0,24961,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64347,'Yes',0,0,24962,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64348,'No',8,0,24962,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64349,'Other',20,0,24962,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64350,'N/A',0,0,24962,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64351,'Yes',0,0,24963,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64352,'No',8,0,24963,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64353,'Other',20,0,24963,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64354,'N/A',0,0,24963,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64355,'Yes',0,0,24965,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64356,'No',8,0,24965,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64357,'Other',20,0,24965,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64358,'N/A',0,0,24965,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64359,'Yes',0,0,24966,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64360,'No',6,0,24966,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64361,'Other',20,0,24966,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64362,'N/A',0,0,24966,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64363,'Yes',0,0,24968,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64364,'Yes',2,0,24968,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64365,'No',5,0,24968,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64366,'N/A',0,0,24968,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64367,'Other',20,0,24968,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64368,'Yes',0,0,24970,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64369,'Yes',2,0,24970,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64370,'No',5,0,24970,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64371,'N/A',0,0,24970,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64372,'Other',20,0,24970,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64373,'Yes',0,0,24972,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64374,'No',4,0,24972,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64375,'N/A',0,0,24972,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64376,'Other',20,0,24972,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64377,'Yes',0,0,24974,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64378,'No',5,0,24974,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64379,'N/A',0,0,24974,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64380,'Other',20,0,24974,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64381,'Yes',0,0,24976,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64382,'No',4,0,24976,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64383,'N/A',0,0,24976,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64384,'Other',20,0,24976,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64385,'Yes',0,0,24978,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64386,'No',5,0,24978,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64387,'N/A',0,0,24978,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64388,'Other',20,0,24978,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64389,'Yes',0,0,24980,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64390,'No',5,0,24980,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64391,'N/A',0,0,24980,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64392,'Other',20,0,24980,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64393,'Yes',0,0,24982,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64394,'No',7,0,24982,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64395,'N/A',0,0,24982,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64396,'Other',20,0,24982,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64397,'Yes',2,0,24983,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64398,'No',6,0,24983,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64399,'No',0,0,24983,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64400,'N/A',0,0,24983,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64401,'Yes',0,0,24984,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64402,'No',6,0,24984,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64403,'NA',0,0,24984,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64404,'Other',20,0,24984,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64405,'Yes',0,0,24985,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64406,'Yes',0,0,24985,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64407,'NA',0,0,24985,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64408,'Other',20,0,24985,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64409,'Yes',1,0,24986,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64410,'No',0,0,24986,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64411,'Other',20,0,24986,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64412,'Yes',0,0,24987,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64413,'No',9,0,24987,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64414,'NA',0,0,24987,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64415,'Other',20,0,24987,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64416,'Yes',0,0,24988,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64417,'No',7,0,24988,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64418,'NA',0,0,24988,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64419,'Other',20,0,24988,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64420,'Yes',0,0,24989,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64421,'No',6,0,24989,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64422,'NA',0,0,24989,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64423,'Other',20,0,24989,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64424,'Yes',0,0,24990,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64425,'No',6,0,24990,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64426,'NA',0,0,24990,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64427,'Other',20,0,24990,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64428,'Yes',0,0,24991,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64429,'No',4,0,24991,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64430,'No',7,0,24991,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64431,'N/A',0,0,24991,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64432,'Other',20,0,24991,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64433,'Yes',0,0,24992,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64434,'No',8,0,24992,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64435,'NA',0,0,24992,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64436,'Other',20,0,24992,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64437,'Yes',3,0,24993,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64438,'Yes',4,0,24993,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64439,'Yes',5,0,24993,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64440,'Other',20,0,24993,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64441,'Yes',0,0,24994,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64442,'No',5,0,24994,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64443,'NA',5,0,24994,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64444,'Other',20,0,24994,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64445,'Yes',0,0,24995,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64446,'No',5,0,24995,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64447,'N/A',0,0,24995,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64448,'Other',20,0,24995,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64449,'Yes',0,0,24996,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64450,'No',5,0,24996,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64451,'Other',20,0,24996,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64452,'N/A',0,0,24996,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64453,'Yes',0,0,24997,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64454,'No',5,0,24997,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64455,'NA',0,0,24997,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64456,'Other',20,0,24997,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64457,'Yes',0,0,24998,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64458,'No',5,0,24998,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64459,'NA',0,0,24998,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64460,'Other',20,0,24998,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64461,'Yes',1,0,24999,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64462,'Yes',0,0,24999,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64463,'No',5,0,24999,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64464,'Other',20,0,24999,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64465,'Yes',0,0,25000,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64466,'No',5,0,25000,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64467,'NA',0,0,25000,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64468,'Other',20,0,25000,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64469,'Yes',0,0,25001,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64470,'No',5,0,25001,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64471,'Other',20,0,25001,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64472,'N/A',0,0,25001,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64473,'Yes',0,0,25002,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64474,'Yes',0,0,25002,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64475,'No',5,0,25002,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64476,'N/A',0,0,25002,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64477,'Other',20,0,25002,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64478,'Director',0,0,25007,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64479,'Owner Landlord',0,0,25007,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64480,'Site Maitenance',0,0,25007,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64481,'Estate Agent',0,0,25007,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64482,'Letting Agent',0,0,25007,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64483,'Other',0,0,25007,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64484,'Property Agent',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64485,'Owner Landlord',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64486,'Site Manager',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64487,'Property Manager',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64488,'Construction Manager',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64489,'Fire Warden',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64490,'Director',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64491,'CEO',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64492,'Other',0,0,25008,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64493,'A Property Within Building Block',0,0,25009,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64494,'All Of The Property',0,0,25009,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64495,'Communal Areas Only',0,0,25009,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64496,'House',0,0,25009,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64497,'Flat',0,0,25009,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64498,'Other',0,0,25009,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64499,'Nebosh',0,0,25015,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64500,'Level 2 Fire Risk Assessor',0,0,25015,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64501,'Competant Person',0,0,25015,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64502,'Detached',1,0,25018,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64503,'Semi Detached',2,0,25018,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64504,'Terraced',3,0,25018,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64505,'Linked-Detached',1,0,25018,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64506,'Other',20,0,25018,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64507,'House',1,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64508,'Bungalow',1,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64509,'Maisonette',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64510,'Block of Flats - Studios up to 6 Floor Levels',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64511,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64512,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64513,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64514,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64515,'Underground Property',1,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64516,'Factory/ Warehouse',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64517,'Garage/ Workshop',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64518,'Retail Shop',2,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64519,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64520,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64521,'Other',20,0,25019,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64522,'NA',0,0,25025,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64523,'Number of staircase',2,0,25025,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64524,'NA',0,0,25026,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64525,'Number os staircases',2,0,25026,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64526,'Yes',1,0,25029,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64527,'No',3,0,25029,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64528,'Unknown',3,0,25029,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64529,'Stone',0,0,25029,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64530,'Other',20,0,25029,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64531,'Yes',1,0,25030,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64532,'No',5,0,25030,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64533,'Unknown',5,0,25030,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64534,'Stone',0,0,25030,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64535,'Other',20,0,25030,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64536,'No',5,0,25031,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64537,'Unknown',5,0,25031,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64538,'Stone',0,0,25031,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64539,'Other',20,0,25031,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64540,'Wood',2,0,25032,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64541,'Plastics',1,0,25032,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64542,'Aluminium',0,0,25032,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64543,'Stone',0,0,25032,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64544,'Other',20,0,25032,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64545,'25%',1,0,25042,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64546,'50%',1,0,25042,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64547,'75%',1,0,25042,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64548,'100%',1,0,25042,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64549,'Other',20,0,25042,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64550,'0%',0,0,25044,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64551,'25%',1,0,25044,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64552,'50%',1,0,25044,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64553,'75%',1,0,25044,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64554,'100%',1,0,25044,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64555,'0%',0,0,25045,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64556,'25%',2,0,25045,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64557,'50%',2,0,25045,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64558,'75%',2,0,25045,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64559,'100%',2,0,25045,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64560,'0%',0,0,25046,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64561,'25%',1,0,25046,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64562,'50%',1,0,25046,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64563,'75%',1,0,25046,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64564,'100%',1,0,25046,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64565,'Solid concrete all levels',0,0,25047,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64566,'Timber joists all levels',3,0,25047,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64567,'Concrete lowest floor – Timber above higher levels',3,0,25047,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64568,'Other',20,0,25047,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64569,'Yes',1,0,25050,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64570,'No',6,0,25050,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64571,'Yes',2,0,25052,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64572,'No',8,0,25052,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64573,'Yes',1,0,25054,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64574,'No',6,0,25054,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64575,'Yes',1,0,25056,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64576,'No',6,0,25056,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64577,'Yes',1,0,25058,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64578,'No',6,0,25058,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64579,'Yes',1,0,25062,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64580,'No',3,0,25062,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64581,'Yes',1,0,25064,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64582,'No',3,0,25064,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64583,'Yes',1,0,25066,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64584,'No',3,0,25066,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64585,'Very Good',1,0,25068,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64586,'Good',1,0,25068,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64587,'Fair',1,0,25068,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64588,'Poor',2,0,25068,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64589,'Very Poor',2,0,25068,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64590,'Fan Heaters',4,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64591,'Electric Heaters',4,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64592,'Gas Heater',5,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64593,'Other Boilers',2,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64594,'Electrical Equipment',3,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64595,'Electrical Leads',3,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64596,'Portable Equipment',3,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64597,'Portable Lighting',2,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64598,'Cooking kitchen Equipment',6,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64599,'Other',20,0,25074,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64600,'Wood/Paper/Cardboard etc',3,0,25076,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64601,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25076,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64602,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25076,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64603,'Waste Material Controlled -in locked wheely bin or store',2,0,25076,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64604,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25076,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64605,'Other',20,0,25076,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(64606,'Yes',0,0,25078,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64607,'No',2,0,25078,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64608,'Other',20,0,25078,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64609,'N/A',0,0,25078,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64610,'Yes',0,0,25079,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64611,'No',2,0,25079,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64612,'Other',20,0,25079,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64613,'N/A',0,0,25079,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64614,'Yes',0,0,25080,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64615,'No',2,0,25080,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64616,'Other',20,0,25080,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64617,'N/A',0,0,25080,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64618,'Yes',0,0,25082,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64619,'No',2,0,25082,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64620,'Other',20,0,25082,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64621,'N/A',0,0,25082,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64622,'Yes',0,0,25084,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64623,'No',2,0,25084,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64624,'Other',20,0,25084,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64625,'N/A',0,0,25084,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64626,'Yes',0,0,25085,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64627,'No',2,0,25085,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64628,'Other',20,0,25085,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64629,'N/A',0,0,25085,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64630,'Yes',0,0,25086,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64631,'No',3,0,25086,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64632,'Other',20,0,25086,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64633,'N/A',0,0,25086,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64634,'Yes',0,0,25088,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64635,'No',3,0,25088,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64636,'Other',20,0,25088,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64637,'N/A',0,0,25088,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64638,'Yes',0,0,25089,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64639,'No',4,0,25089,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64640,'No Disabled',0,0,25089,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64641,'Other',20,0,25089,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64642,'N/A',0,0,25089,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64643,'Yes',0,0,25090,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64644,'No',4,0,25090,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64645,'Other',20,0,25090,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64646,'N/A',0,0,25090,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64647,'Yes',0,0,25091,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64648,'No',3,0,25091,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64649,'Other',20,0,25091,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64650,'N/A',0,0,25091,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64651,'Yes',0,0,25092,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64652,'No',4,0,25092,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64653,'Other',20,0,25092,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64654,'N/A',0,0,25092,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64655,'Yes',0,0,25093,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64656,'No',4,0,25093,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64657,'Other',20,0,25093,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64658,'N/A',0,0,25093,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64659,'Yes',0,0,25094,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64660,'No',5,0,25094,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64661,'Other',20,0,25094,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64662,'N/A',0,0,25094,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64663,'Yes',0,0,25095,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64664,'Yes',3,0,25095,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64665,'No',6,0,25095,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64666,'Other',20,0,25095,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64667,'N/A',0,0,25095,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64668,'Yes',0,0,25096,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64669,'No',5,0,25096,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64670,'Other',20,0,25096,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64671,'N/A',0,0,25096,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64672,'Yes',0,0,25098,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64673,'No 1',7,0,25098,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64674,'No 2',7,0,25098,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64675,'Other',20,0,25098,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64676,'N/A',0,0,25098,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64677,'Yes',0,0,25100,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64678,'No 1',5,0,25100,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64679,'No 2',5,0,25100,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64680,'Yes',0,0,25101,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64681,'Option',5,0,25101,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64682,'No',8,0,25101,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64683,'N/A',0,0,25101,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64684,'Other',20,0,25101,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64685,'Yes 1',1,0,25103,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64686,'Yes 2',0,0,25103,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64687,'No',7,0,25103,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64688,'N/A',0,0,25103,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64689,'Other',20,0,25103,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64690,'Yes',0,0,25105,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64691,'No',8,0,25105,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64692,'Other',20,0,25105,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64693,'N/A',0,0,25105,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64694,'Yes',0,0,25106,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64695,'No',8,0,25106,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64696,'Other',20,0,25106,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64697,'N/A',0,0,25106,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64698,'Yes',0,0,25107,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64699,'No',8,0,25107,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64700,'Other',20,0,25107,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64701,'N/A',0,0,25107,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64702,'Yes',0,0,25109,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64703,'No',8,0,25109,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64704,'Other',20,0,25109,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64705,'N/A',0,0,25109,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64706,'Yes',0,0,25110,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64707,'No',6,0,25110,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64708,'Other',20,0,25110,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64709,'N/A',0,0,25110,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64710,'Yes',0,0,25112,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64711,'Yes',2,0,25112,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64712,'No',5,0,25112,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64713,'N/A',0,0,25112,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64714,'Other',20,0,25112,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64715,'Yes',0,0,25114,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64716,'Yes',2,0,25114,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64717,'No',5,0,25114,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64718,'N/A',0,0,25114,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64719,'Other',20,0,25114,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64720,'Yes',0,0,25116,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64721,'No',4,0,25116,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64722,'N/A',0,0,25116,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64723,'Other',20,0,25116,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64724,'Yes',0,0,25118,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64725,'No',5,0,25118,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64726,'N/A',0,0,25118,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64727,'Other',20,0,25118,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64728,'Yes',0,0,25120,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64729,'No',4,0,25120,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64730,'N/A',0,0,25120,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64731,'Other',20,0,25120,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64732,'Yes',0,0,25122,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64733,'No',5,0,25122,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64734,'N/A',0,0,25122,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64735,'Other',20,0,25122,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64736,'Yes',0,0,25124,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64737,'No',5,0,25124,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64738,'N/A',0,0,25124,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64739,'Other',20,0,25124,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64740,'Yes',0,0,25126,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64741,'No',7,0,25126,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64742,'N/A',0,0,25126,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64743,'Other',20,0,25126,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64744,'Yes',2,0,25127,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64745,'No',6,0,25127,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64746,'No',0,0,25127,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64747,'N/A',0,0,25127,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64748,'Yes',0,0,25128,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64749,'No',6,0,25128,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64750,'NA',0,0,25128,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64751,'Other',20,0,25128,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64752,'Yes',0,0,25129,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64753,'Yes',0,0,25129,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64754,'NA',0,0,25129,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64755,'Other',20,0,25129,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64756,'Yes',1,0,25130,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64757,'No',0,0,25130,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64758,'Other',20,0,25130,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64759,'Yes',0,0,25131,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64760,'No',9,0,25131,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64761,'NA',0,0,25131,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64762,'Other',20,0,25131,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64763,'Yes',0,0,25132,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64764,'No',7,0,25132,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64765,'NA',0,0,25132,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64766,'Other',20,0,25132,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64767,'Yes',0,0,25133,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64768,'No',6,0,25133,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64769,'NA',0,0,25133,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64770,'Other',20,0,25133,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64771,'Yes',0,0,25134,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64772,'No',6,0,25134,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64773,'NA',0,0,25134,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64774,'Other',20,0,25134,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64775,'Yes',0,0,25135,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64776,'No',4,0,25135,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64777,'No',7,0,25135,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64778,'N/A',0,0,25135,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64779,'Other',20,0,25135,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64780,'Yes',0,0,25136,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64781,'No',8,0,25136,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64782,'NA',0,0,25136,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64783,'Other',20,0,25136,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64784,'Yes',3,0,25137,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64785,'Yes',4,0,25137,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64786,'Yes',5,0,25137,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64787,'Other',20,0,25137,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64788,'Yes',0,0,25138,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64789,'No',5,0,25138,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64790,'NA',5,0,25138,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64791,'Other',20,0,25138,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64792,'Yes',0,0,25139,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64793,'No',5,0,25139,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64794,'N/A',0,0,25139,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64795,'Other',20,0,25139,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64796,'Yes',0,0,25140,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64797,'No',5,0,25140,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64798,'Other',20,0,25140,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64799,'N/A',0,0,25140,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64800,'Yes',0,0,25141,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64801,'No',5,0,25141,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64802,'NA',0,0,25141,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64803,'Other',20,0,25141,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64804,'Yes',0,0,25142,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64805,'No',5,0,25142,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64806,'NA',0,0,25142,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64807,'Other',20,0,25142,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64808,'Yes',1,0,25143,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64809,'Yes',0,0,25143,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64810,'No',5,0,25143,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64811,'Other',20,0,25143,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64812,'Yes',0,0,25144,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64813,'No',5,0,25144,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64814,'NA',0,0,25144,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64815,'Other',20,0,25144,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(64816,'Yes',0,0,25145,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64817,'No',5,0,25145,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64818,'Other',20,0,25145,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64819,'N/A',0,0,25145,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64820,'Yes',0,0,25146,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64821,'Yes',0,0,25146,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64822,'No',5,0,25146,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64823,'N/A',0,0,25146,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64824,'Other',20,0,25146,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64825,'Director',0,0,25151,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64826,'Owner Landlord',0,0,25151,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64827,'Site Maitenance',0,0,25151,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64828,'Estate Agent',0,0,25151,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64829,'Letting Agent',0,0,25151,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64830,'Other',0,0,25151,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64831,'Property Agent',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64832,'Owner Landlord',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64833,'Site Manager',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64834,'Property Manager',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64835,'Construction Manager',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64836,'Fire Warden',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64837,'Director',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64838,'CEO',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64839,'Other',0,0,25152,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64840,'A Property Within Building Block',0,0,25153,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64841,'All Of The Property',0,0,25153,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64842,'Communal Areas Only',0,0,25153,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64843,'House',0,0,25153,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64844,'Flat',0,0,25153,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64845,'Other',0,0,25153,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64846,'Nebosh',0,0,25159,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64847,'Level 2 Fire Risk Assessor',0,0,25159,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64848,'Competant Person',0,0,25159,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64849,'Detached',1,0,25162,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64850,'Semi Detached',2,0,25162,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64851,'Terraced',3,0,25162,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64852,'Linked-Detached',1,0,25162,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64853,'Other',20,0,25162,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64854,'House',1,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64855,'Bungalow',1,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64856,'Maisonette',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64857,'Block of Flats - Studios up to 6 Floor Levels',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64858,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64859,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64860,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64861,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64862,'Underground Property',1,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64863,'Factory/ Warehouse',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64864,'Garage/ Workshop',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64865,'Retail Shop',2,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64866,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64867,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64868,'Other',20,0,25163,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64869,'NA',0,0,25169,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64870,'Number of staircase',2,0,25169,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64871,'NA',0,0,25170,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64872,'Number os staircases',2,0,25170,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64873,'Yes',1,0,25173,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64874,'No',3,0,25173,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64875,'Unknown',3,0,25173,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64876,'Stone',0,0,25173,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64877,'Other',20,0,25173,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64878,'Yes',1,0,25174,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64879,'No',5,0,25174,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64880,'Unknown',5,0,25174,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64881,'Stone',0,0,25174,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64882,'Other',20,0,25174,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64883,'No',5,0,25175,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64884,'Unknown',5,0,25175,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64885,'Stone',0,0,25175,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64886,'Other',20,0,25175,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64887,'Wood',2,0,25176,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64888,'Plastics',1,0,25176,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64889,'Aluminium',0,0,25176,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64890,'Stone',0,0,25176,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64891,'Other',20,0,25176,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64892,'25%',1,0,25186,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64893,'50%',1,0,25186,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64894,'75%',1,0,25186,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64895,'100%',1,0,25186,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64896,'Other',20,0,25186,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64897,'0%',0,0,25188,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64898,'25%',1,0,25188,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64899,'50%',1,0,25188,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64900,'75%',1,0,25188,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64901,'100%',1,0,25188,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64902,'0%',0,0,25189,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64903,'25%',2,0,25189,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64904,'50%',2,0,25189,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64905,'75%',2,0,25189,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64906,'100%',2,0,25189,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64907,'0%',0,0,25190,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64908,'25%',1,0,25190,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64909,'50%',1,0,25190,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64910,'75%',1,0,25190,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64911,'100%',1,0,25190,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64912,'Solid concrete all levels',0,0,25191,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64913,'Timber joists all levels',3,0,25191,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64914,'Concrete lowest floor – Timber above higher levels',3,0,25191,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64915,'Other',20,0,25191,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64916,'Yes',1,0,25194,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64917,'No',6,0,25194,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64918,'Yes',2,0,25196,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64919,'No',8,0,25196,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64920,'Yes',1,0,25198,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64921,'No',6,0,25198,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64922,'Yes',1,0,25200,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64923,'No',6,0,25200,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64924,'Yes',1,0,25202,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64925,'No',6,0,25202,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64926,'Yes',1,0,25206,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64927,'No',3,0,25206,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64928,'Yes',1,0,25208,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64929,'No',3,0,25208,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64930,'Yes',1,0,25210,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64931,'No',3,0,25210,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64932,'Very Good',1,0,25212,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64933,'Good',1,0,25212,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64934,'Fair',1,0,25212,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64935,'Poor',2,0,25212,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64936,'Very Poor',2,0,25212,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64937,'Fan Heaters',4,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64938,'Electric Heaters',4,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64939,'Gas Heater',5,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64940,'Other Boilers',2,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64941,'Electrical Equipment',3,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64942,'Electrical Leads',3,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64943,'Portable Equipment',3,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64944,'Portable Lighting',2,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64945,'Cooking kitchen Equipment',6,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64946,'Other',20,0,25218,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64947,'Wood/Paper/Cardboard etc',3,0,25220,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64948,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25220,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64949,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25220,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64950,'Waste Material Controlled -in locked wheely bin or store',2,0,25220,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64951,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25220,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64952,'Other',20,0,25220,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64953,'Employees',2,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64954,'Sub-Contractors',3,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64955,'Young Persons',4,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64956,'Visitors',4,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64957,'The General Public (Customers)',4,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64958,'Disabled or Special needs People less able to leave the premises quickly',7,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64959,'Occupants in Remote Areas',6,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64960,'Sleeping Occupants',7,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64961,'Neighbouring Premises',2,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64962,'Tenants / Owners',3,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64963,'Animals / Livestock',2,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64964,'Other',0,0,25223,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64965,'9:00 - 17:00',0,0,25226,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64966,'17:00 - 24:00',0,0,25226,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64967,'24:00 - 9:00',0,0,25226,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64968,'9:00 - 17:00',0,0,25227,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64969,'17:00 - 24:00',0,0,25227,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64970,'24:00 - 9:00',0,0,25227,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64971,'9:00 - 17:00',0,0,25228,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64972,'17:00 - 24:00',0,0,25228,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64973,'24:00 - 9:00',0,0,25228,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64974,'9:00 - 17:00',0,0,25229,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64975,'17:00 - 24:00',0,0,25229,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64976,'24:00 - 9:00',0,0,25229,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64977,'9:00 - 17:00',0,0,25230,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64978,'17:00 - 24:00',0,0,25230,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64979,'24:00 - 9:00',0,0,25230,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64980,'9:00 - 17:00',0,0,25231,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64981,'17:00 - 24:00',0,0,25231,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64982,'24:00 - 9:00',0,0,25231,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64983,'9:00 - 17:00',0,0,25232,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64984,'17:00 - 24:00',0,0,25232,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64985,'24:00 - 9:00',0,0,25232,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64986,'Below 20',1,0,25233,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64987,'20-49',2,0,25233,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64988,'50-99',2,0,25233,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64989,'100-499',3,0,25233,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64990,'500-999',4,0,25233,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64991,'1000',5,0,25233,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64992,'Single Stage Evacuation',0,0,25234,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64993,'Staged Evacuation',0,0,25234,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64994,'Simultaneous Evacuation',0,0,25234,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64995,'Phased Evacuation',0,0,25234,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64996,'Staff Alarm Only',0,0,25234,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64997,'Stay Put Policy',0,0,25234,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(64998,'Yes',0,0,25235,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(64999,'No 1',7,0,25235,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65000,'No 2',7,0,25235,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65001,'Other',20,0,25235,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65002,'N/A',0,0,25235,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65003,'Yes',0,0,25237,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65004,'No 1',5,0,25237,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65005,'No 2',5,0,25237,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65006,'Yes',0,0,25238,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65007,'Option',5,0,25238,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65008,'No',8,0,25238,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65009,'N/A',0,0,25238,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65010,'Other',20,0,25238,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65011,'Yes 1',1,0,25240,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65012,'Yes 2',0,0,25240,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65013,'No',7,0,25240,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65014,'N/A',0,0,25240,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65015,'Other',20,0,25240,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65016,'Yes',0,0,25242,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65017,'No',8,0,25242,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65018,'Other',20,0,25242,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65019,'N/A',0,0,25242,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65020,'Yes',0,0,25243,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65021,'No',8,0,25243,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65022,'Other',20,0,25243,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65023,'N/A',0,0,25243,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65024,'Yes',0,0,25244,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65025,'No',8,0,25244,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65026,'Other',20,0,25244,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65027,'N/A',0,0,25244,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65028,'Yes',0,0,25246,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65029,'No',8,0,25246,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65030,'Other',20,0,25246,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65031,'N/A',0,0,25246,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65032,'Yes',0,0,25247,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65033,'No',6,0,25247,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65034,'Other',20,0,25247,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65035,'N/A',0,0,25247,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65036,'Yes',0,0,25249,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65037,'Yes',2,0,25249,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65038,'No',5,0,25249,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65039,'N/A',0,0,25249,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65040,'Other',20,0,25249,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65041,'Yes',0,0,25251,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65042,'Yes',2,0,25251,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65043,'No',5,0,25251,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65044,'N/A',0,0,25251,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65045,'Other',20,0,25251,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65046,'Yes',0,0,25253,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65047,'No',4,0,25253,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65048,'N/A',0,0,25253,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65049,'Other',20,0,25253,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65050,'Yes',0,0,25255,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65051,'No',5,0,25255,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65052,'N/A',0,0,25255,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65053,'Other',20,0,25255,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65054,'Yes',0,0,25257,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65055,'No',4,0,25257,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65056,'N/A',0,0,25257,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65057,'Other',20,0,25257,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65058,'Yes',0,0,25259,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65059,'No',5,0,25259,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65060,'N/A',0,0,25259,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65061,'Other',20,0,25259,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65062,'Yes',0,0,25261,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65063,'No',5,0,25261,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65064,'N/A',0,0,25261,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65065,'Other',20,0,25261,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65066,'Yes',0,0,25263,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65067,'No',7,0,25263,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65068,'N/A',0,0,25263,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65069,'Other',20,0,25263,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65070,'Yes',2,0,25264,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65071,'No',6,0,25264,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65072,'No',0,0,25264,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65073,'N/A',0,0,25264,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65074,'Yes',0,0,25265,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65075,'No',6,0,25265,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65076,'NA',0,0,25265,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65077,'Other',20,0,25265,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65078,'Yes',0,0,25266,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65079,'Yes',0,0,25266,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65080,'NA',0,0,25266,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65081,'Other',20,0,25266,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65082,'Yes',1,0,25267,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65083,'No',0,0,25267,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65084,'Other',20,0,25267,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65085,'Yes',0,0,25268,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65086,'No',9,0,25268,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65087,'NA',0,0,25268,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65088,'Other',20,0,25268,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65089,'Yes',0,0,25269,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65090,'No',7,0,25269,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65091,'NA',0,0,25269,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65092,'Other',20,0,25269,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65093,'Yes',0,0,25270,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65094,'No',6,0,25270,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65095,'NA',0,0,25270,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65096,'Other',20,0,25270,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65097,'Yes',0,0,25271,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65098,'No',6,0,25271,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65099,'NA',0,0,25271,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65100,'Other',20,0,25271,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65101,'Yes',0,0,25272,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65102,'No',4,0,25272,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65103,'No',7,0,25272,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65104,'N/A',0,0,25272,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65105,'Other',20,0,25272,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65106,'Yes',0,0,25273,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65107,'No',8,0,25273,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65108,'NA',0,0,25273,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65109,'Other',20,0,25273,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65110,'Yes',3,0,25274,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65111,'Yes',4,0,25274,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65112,'Yes',5,0,25274,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65113,'Other',20,0,25274,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65114,'Yes',0,0,25275,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65115,'No',5,0,25275,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65116,'NA',5,0,25275,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65117,'Other',20,0,25275,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65118,'Yes',0,0,25276,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65119,'No',5,0,25276,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65120,'N/A',0,0,25276,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65121,'Other',20,0,25276,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65122,'Yes',0,0,25277,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65123,'No',5,0,25277,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65124,'Other',20,0,25277,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65125,'N/A',0,0,25277,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65126,'Yes',0,0,25278,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65127,'No',5,0,25278,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65128,'NA',0,0,25278,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65129,'Other',20,0,25278,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65130,'Yes',0,0,25279,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65131,'No',5,0,25279,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65132,'NA',0,0,25279,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65133,'Other',20,0,25279,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65134,'Yes',1,0,25280,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65135,'Yes',0,0,25280,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65136,'No',5,0,25280,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65137,'Other',20,0,25280,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65138,'Yes',0,0,25281,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65139,'No',5,0,25281,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65140,'NA',0,0,25281,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65141,'Other',20,0,25281,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65142,'Yes',0,0,25282,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65143,'No',5,0,25282,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(65144,'Other',20,0,25282,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65145,'N/A',0,0,25282,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65146,'Yes',0,0,25283,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65147,'Yes',0,0,25283,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65148,'No',5,0,25283,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65149,'N/A',0,0,25283,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65150,'Other',20,0,25283,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65151,'Director',0,0,25288,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65152,'Owner Landlord',0,0,25288,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65153,'Site Maitenance',0,0,25288,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65154,'Estate Agent',0,0,25288,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65155,'Letting Agent',0,0,25288,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65156,'Other',0,0,25288,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65157,'Property Agent',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65158,'Owner Landlord',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65159,'Site Manager',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65160,'Property Manager',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65161,'Construction Manager',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65162,'Fire Warden',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65163,'Director',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65164,'CEO',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65165,'Other',0,0,25289,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65166,'A Property Within Building Block',0,0,25290,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65167,'All Of The Property',0,0,25290,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65168,'Communal Areas Only',0,0,25290,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65169,'House',0,0,25290,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65170,'Flat',0,0,25290,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65171,'Other',0,0,25290,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65172,'Nebosh',0,0,25296,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65173,'Level 2 Fire Risk Assessor',0,0,25296,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65174,'Competant Person',0,0,25296,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65175,'Detached',1,0,25299,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65176,'Semi Detached',2,0,25299,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65177,'Terraced',3,0,25299,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65178,'Linked-Detached',1,0,25299,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65179,'Other',20,0,25299,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65180,'House',1,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65181,'Bungalow',1,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65182,'Maisonette',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65183,'Block of Flats - Studios up to 6 Floor Levels',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65184,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65185,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65186,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65187,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65188,'Underground Property',1,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65189,'Factory/ Warehouse',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65190,'Garage/ Workshop',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65191,'Retail Shop',2,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65192,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65193,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65194,'Other',20,0,25300,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65195,'NA',0,0,25306,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65196,'Number of staircase',2,0,25306,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65197,'NA',0,0,25307,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65198,'Number os staircases',2,0,25307,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65199,'Yes',1,0,25310,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65200,'No',3,0,25310,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65201,'Unknown',3,0,25310,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65202,'Stone',0,0,25310,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65203,'Other',20,0,25310,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65204,'Yes',1,0,25311,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65205,'No',5,0,25311,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65206,'Unknown',5,0,25311,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65207,'Stone',0,0,25311,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65208,'Other',20,0,25311,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65209,'No',5,0,25312,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65210,'Unknown',5,0,25312,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65211,'Stone',0,0,25312,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65212,'Other',20,0,25312,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65213,'Wood',2,0,25313,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65214,'Plastics',1,0,25313,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65215,'Aluminium',0,0,25313,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65216,'Stone',0,0,25313,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65217,'Other',20,0,25313,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65218,'25%',1,0,25323,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65219,'50%',1,0,25323,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65220,'75%',1,0,25323,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65221,'100%',1,0,25323,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65222,'Other',20,0,25323,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65223,'0%',0,0,25325,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65224,'25%',1,0,25325,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65225,'50%',1,0,25325,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65226,'75%',1,0,25325,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65227,'100%',1,0,25325,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65228,'0%',0,0,25326,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65229,'25%',2,0,25326,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65230,'50%',2,0,25326,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65231,'75%',2,0,25326,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65232,'100%',2,0,25326,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65233,'0%',0,0,25327,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65234,'25%',1,0,25327,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65235,'50%',1,0,25327,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65236,'75%',1,0,25327,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65237,'100%',1,0,25327,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65238,'Solid concrete all levels',0,0,25328,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65239,'Timber joists all levels',3,0,25328,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65240,'Concrete lowest floor – Timber above higher levels',3,0,25328,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65241,'Other',20,0,25328,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65242,'Yes',1,0,25331,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65243,'No',6,0,25331,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65244,'Yes',2,0,25333,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65245,'No',8,0,25333,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65246,'Yes',1,0,25335,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65247,'No',6,0,25335,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65248,'Yes',1,0,25337,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65249,'No',6,0,25337,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65250,'Yes',1,0,25339,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65251,'No',6,0,25339,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65252,'Yes',1,0,25343,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65253,'No',3,0,25343,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65254,'Yes',1,0,25345,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65255,'No',3,0,25345,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65256,'Yes',1,0,25347,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65257,'No',3,0,25347,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65258,'Very Good',1,0,25349,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65259,'Good',1,0,25349,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65260,'Fair',1,0,25349,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65261,'Poor',2,0,25349,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65262,'Very Poor',2,0,25349,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65263,'Fan Heaters',4,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65264,'Electric Heaters',4,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65265,'Gas Heater',5,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65266,'Other Boilers',2,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65267,'Electrical Equipment',3,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65268,'Electrical Leads',3,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65269,'Portable Equipment',3,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65270,'Portable Lighting',2,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65271,'Cooking kitchen Equipment',6,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65272,'Other',20,0,25355,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65273,'Wood/Paper/Cardboard etc',3,0,25357,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65274,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25357,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65275,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25357,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65276,'Waste Material Controlled -in locked wheely bin or store',2,0,25357,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65277,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25357,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65278,'Other',20,0,25357,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65279,'Employees',2,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65280,'Sub-Contractors',3,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65281,'Young Persons',4,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65282,'Visitors',4,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65283,'The General Public (Customers)',4,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65284,'Disabled or Special needs People less able to leave the premises quickly',7,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65285,'Occupants in Remote Areas',6,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65286,'Sleeping Occupants',7,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65287,'Neighbouring Premises',2,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65288,'Tenants / Owners',3,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65289,'Animals / Livestock',2,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65290,'Other',0,0,25360,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65291,'9:00 - 17:00',0,0,25363,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65292,'17:00 - 24:00',0,0,25363,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65293,'24:00 - 9:00',0,0,25363,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65294,'9:00 - 17:00',0,0,25364,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65295,'17:00 - 24:00',0,0,25364,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65296,'24:00 - 9:00',0,0,25364,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65297,'9:00 - 17:00',0,0,25365,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65298,'17:00 - 24:00',0,0,25365,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65299,'24:00 - 9:00',0,0,25365,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65300,'9:00 - 17:00',0,0,25366,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65301,'17:00 - 24:00',0,0,25366,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65302,'24:00 - 9:00',0,0,25366,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65303,'9:00 - 17:00',0,0,25367,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65304,'17:00 - 24:00',0,0,25367,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65305,'24:00 - 9:00',0,0,25367,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65306,'9:00 - 17:00',0,0,25368,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65307,'17:00 - 24:00',0,0,25368,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65308,'24:00 - 9:00',0,0,25368,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65309,'9:00 - 17:00',0,0,25369,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65310,'17:00 - 24:00',0,0,25369,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65311,'24:00 - 9:00',0,0,25369,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65312,'Below 20',1,0,25370,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65313,'20-49',2,0,25370,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65314,'50-99',2,0,25370,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65315,'100-499',3,0,25370,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65316,'500-999',4,0,25370,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65317,'1000',5,0,25370,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65318,'Single Stage Evacuation',0,0,25371,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65319,'Staged Evacuation',0,0,25371,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65320,'Simultaneous Evacuation',0,0,25371,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65321,'Phased Evacuation',0,0,25371,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65322,'Staff Alarm Only',0,0,25371,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65323,'Stay Put Policy',0,0,25371,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65324,'Yes',0,0,25372,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65325,'No',2,0,25372,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65326,'Other',20,0,25372,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65327,'N/A',0,0,25372,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65328,'Yes',0,0,25373,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65329,'No',2,0,25373,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65330,'Other',20,0,25373,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65331,'N/A',0,0,25373,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65332,'Yes',0,0,25374,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65333,'No',2,0,25374,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65334,'Other',20,0,25374,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65335,'N/A',0,0,25374,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65336,'Yes',0,0,25376,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65337,'No',2,0,25376,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65338,'Other',20,0,25376,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65339,'N/A',0,0,25376,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65340,'Yes',0,0,25378,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65341,'No',2,0,25378,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65342,'Other',20,0,25378,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65343,'N/A',0,0,25378,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65344,'Yes',0,0,25379,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65345,'No',2,0,25379,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65346,'Other',20,0,25379,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65347,'N/A',0,0,25379,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65348,'Yes',0,0,25380,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65349,'No',3,0,25380,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65350,'Other',20,0,25380,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65351,'N/A',0,0,25380,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65352,'Yes',0,0,25382,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65353,'No',3,0,25382,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65354,'Other',20,0,25382,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65355,'N/A',0,0,25382,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65356,'Yes',0,0,25383,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65357,'No',4,0,25383,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65358,'No Disabled',0,0,25383,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65359,'Other',20,0,25383,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65360,'N/A',0,0,25383,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65361,'Yes',0,0,25384,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65362,'No',4,0,25384,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65363,'Other',20,0,25384,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65364,'N/A',0,0,25384,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65365,'Yes',0,0,25385,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65366,'No',3,0,25385,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65367,'Other',20,0,25385,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65368,'N/A',0,0,25385,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65369,'Yes',0,0,25386,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65370,'No',4,0,25386,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65371,'Other',20,0,25386,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65372,'N/A',0,0,25386,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65373,'Yes',0,0,25387,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65374,'No',4,0,25387,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65375,'Other',20,0,25387,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65376,'N/A',0,0,25387,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65377,'Yes',0,0,25388,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65378,'No',5,0,25388,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65379,'Other',20,0,25388,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65380,'N/A',0,0,25388,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65381,'Yes',0,0,25389,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65382,'Yes',3,0,25389,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65383,'No',6,0,25389,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65384,'Other',20,0,25389,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65385,'N/A',0,0,25389,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65386,'Yes',0,0,25390,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65387,'No',5,0,25390,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65388,'Other',20,0,25390,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65389,'N/A',0,0,25390,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(65390,'Yes',0,0,25392,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65391,'Yes',2,0,25392,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65392,'No',5,0,25392,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65393,'N/A',0,0,25392,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65394,'Other',20,0,25392,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65395,'Yes',0,0,25394,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65396,'Yes',2,0,25394,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65397,'No',5,0,25394,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65398,'N/A',0,0,25394,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65399,'Other',20,0,25394,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65400,'Yes',0,0,25396,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65401,'No',4,0,25396,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65402,'N/A',0,0,25396,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65403,'Other',20,0,25396,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65404,'Yes',0,0,25398,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65405,'No',5,0,25398,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65406,'N/A',0,0,25398,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65407,'Other',20,0,25398,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65408,'Yes',0,0,25400,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65409,'No',4,0,25400,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65410,'N/A',0,0,25400,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65411,'Other',20,0,25400,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65412,'Yes',0,0,25402,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65413,'No',5,0,25402,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65414,'N/A',0,0,25402,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65415,'Other',20,0,25402,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65416,'Yes',0,0,25404,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65417,'No',5,0,25404,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65418,'N/A',0,0,25404,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65419,'Other',20,0,25404,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65420,'Yes',0,0,25406,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65421,'No',7,0,25406,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65422,'N/A',0,0,25406,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65423,'Other',20,0,25406,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65424,'Yes',2,0,25407,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65425,'No',6,0,25407,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65426,'No',0,0,25407,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65427,'N/A',0,0,25407,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65428,'Yes',0,0,25408,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65429,'No',6,0,25408,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65430,'NA',0,0,25408,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65431,'Other',20,0,25408,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65432,'Yes',0,0,25409,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65433,'Yes',0,0,25409,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65434,'NA',0,0,25409,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65435,'Other',20,0,25409,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65436,'Yes',1,0,25410,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65437,'No',0,0,25410,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65438,'Other',20,0,25410,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65439,'Yes',0,0,25411,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65440,'No',9,0,25411,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65441,'NA',0,0,25411,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65442,'Other',20,0,25411,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65443,'Yes',0,0,25412,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65444,'No',7,0,25412,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65445,'NA',0,0,25412,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65446,'Other',20,0,25412,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65447,'Yes',0,0,25413,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65448,'No',6,0,25413,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65449,'NA',0,0,25413,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65450,'Other',20,0,25413,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65451,'Yes',0,0,25414,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65452,'No',6,0,25414,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65453,'NA',0,0,25414,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65454,'Other',20,0,25414,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65455,'Yes',0,0,25415,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65456,'No',4,0,25415,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65457,'No',7,0,25415,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65458,'N/A',0,0,25415,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65459,'Other',20,0,25415,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65460,'Yes',0,0,25416,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65461,'No',8,0,25416,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65462,'NA',0,0,25416,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65463,'Other',20,0,25416,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65464,'Yes',3,0,25417,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65465,'Yes',4,0,25417,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65466,'Yes',5,0,25417,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65467,'Other',20,0,25417,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65468,'Yes',0,0,25418,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65469,'No',5,0,25418,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65470,'NA',5,0,25418,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65471,'Other',20,0,25418,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65472,'Yes',0,0,25419,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65473,'No',5,0,25419,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65474,'N/A',0,0,25419,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65475,'Other',20,0,25419,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65476,'Yes',0,0,25420,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65477,'No',5,0,25420,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65478,'Other',20,0,25420,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65479,'N/A',0,0,25420,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65480,'Yes',0,0,25421,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65481,'No',5,0,25421,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65482,'NA',0,0,25421,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65483,'Other',20,0,25421,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65484,'Yes',0,0,25422,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65485,'No',5,0,25422,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65486,'NA',0,0,25422,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65487,'Other',20,0,25422,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65488,'Yes',1,0,25423,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65489,'Yes',0,0,25423,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65490,'No',5,0,25423,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65491,'Other',20,0,25423,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65492,'Yes',0,0,25424,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65493,'No',5,0,25424,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65494,'NA',0,0,25424,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65495,'Other',20,0,25424,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65496,'Yes',0,0,25425,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65497,'No',5,0,25425,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65498,'Other',20,0,25425,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65499,'N/A',0,0,25425,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65500,'Yes',0,0,25426,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65501,'Yes',0,0,25426,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65502,'No',5,0,25426,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65503,'N/A',0,0,25426,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65504,'Other',20,0,25426,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65505,'Director',0,0,25431,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65506,'Owner Landlord',0,0,25431,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65507,'Site Maitenance',0,0,25431,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65508,'Estate Agent',0,0,25431,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65509,'Letting Agent',0,0,25431,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65510,'Other',0,0,25431,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65511,'Property Agent',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65512,'Owner Landlord',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65513,'Site Manager',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65514,'Property Manager',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65515,'Construction Manager',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65516,'Fire Warden',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65517,'Director',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65518,'CEO',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65519,'Other',0,0,25432,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65520,'A Property Within Building Block',0,0,25433,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65521,'All Of The Property',0,0,25433,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65522,'Communal Areas Only',0,0,25433,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65523,'House',0,0,25433,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65524,'Flat',0,0,25433,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65525,'Other',0,0,25433,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65526,'Nebosh',0,0,25439,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65527,'Level 2 Fire Risk Assessor',0,0,25439,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65528,'Competant Person',0,0,25439,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65529,'Detached',1,0,25442,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65530,'Semi Detached',2,0,25442,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65531,'Terraced',3,0,25442,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65532,'Linked-Detached',1,0,25442,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65533,'Other',20,0,25442,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65534,'House',1,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65535,'Bungalow',1,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65536,'Maisonette',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65537,'Block of Flats - Studios up to 6 Floor Levels',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65538,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65539,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65540,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65541,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65542,'Underground Property',1,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65543,'Factory/ Warehouse',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65544,'Garage/ Workshop',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65545,'Retail Shop',2,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65546,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65547,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65548,'Other',20,0,25443,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65549,'NA',0,0,25449,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65550,'Number of staircase',2,0,25449,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65551,'NA',0,0,25450,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65552,'Number os staircases',2,0,25450,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65553,'Yes',1,0,25453,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65554,'No',3,0,25453,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65555,'Unknown',3,0,25453,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65556,'Stone',0,0,25453,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65557,'Other',20,0,25453,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65558,'Yes',1,0,25454,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65559,'No',5,0,25454,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65560,'Unknown',5,0,25454,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65561,'Stone',0,0,25454,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65562,'Other',20,0,25454,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65563,'No',5,0,25455,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65564,'Unknown',5,0,25455,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65565,'Stone',0,0,25455,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65566,'Other',20,0,25455,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65567,'Wood',2,0,25456,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65568,'Plastics',1,0,25456,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65569,'Aluminium',0,0,25456,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65570,'Stone',0,0,25456,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65571,'Other',20,0,25456,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65572,'25%',1,0,25466,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65573,'50%',1,0,25466,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65574,'75%',1,0,25466,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65575,'100%',1,0,25466,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65576,'Other',20,0,25466,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65577,'0%',0,0,25468,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65578,'25%',1,0,25468,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65579,'50%',1,0,25468,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65580,'75%',1,0,25468,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65581,'100%',1,0,25468,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65582,'0%',0,0,25469,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65583,'25%',2,0,25469,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65584,'50%',2,0,25469,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65585,'75%',2,0,25469,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65586,'100%',2,0,25469,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65587,'0%',0,0,25470,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65588,'25%',1,0,25470,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65589,'50%',1,0,25470,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65590,'75%',1,0,25470,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65591,'100%',1,0,25470,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65592,'Solid concrete all levels',0,0,25471,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65593,'Timber joists all levels',3,0,25471,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65594,'Concrete lowest floor – Timber above higher levels',3,0,25471,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65595,'Other',20,0,25471,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65596,'Yes',1,0,25474,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65597,'No',6,0,25474,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65598,'Yes',2,0,25476,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65599,'No',8,0,25476,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65600,'Yes',1,0,25478,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65601,'No',6,0,25478,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65602,'Yes',1,0,25480,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65603,'No',6,0,25480,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65604,'Yes',1,0,25482,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65605,'No',6,0,25482,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65606,'Yes',1,0,25486,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65607,'No',3,0,25486,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65608,'Yes',1,0,25488,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65609,'No',3,0,25488,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65610,'Yes',1,0,25490,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65611,'No',3,0,25490,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65612,'Very Good',1,0,25492,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65613,'Good',1,0,25492,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65614,'Fair',1,0,25492,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65615,'Poor',2,0,25492,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65616,'Very Poor',2,0,25492,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65617,'Fan Heaters',4,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65618,'Electric Heaters',4,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65619,'Gas Heater',5,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65620,'Other Boilers',2,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65621,'Electrical Equipment',3,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65622,'Electrical Leads',3,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65623,'Portable Equipment',3,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65624,'Portable Lighting',2,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65625,'Cooking kitchen Equipment',6,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65626,'Other',20,0,25498,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65627,'Wood/Paper/Cardboard etc',3,0,25500,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65628,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25500,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65629,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25500,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65630,'Waste Material Controlled -in locked wheely bin or store',2,0,25500,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65631,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25500,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65632,'Other',20,0,25500,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65633,'Employees',2,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65634,'Sub-Contractors',3,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65635,'Young Persons',4,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65636,'Visitors',4,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65637,'The General Public (Customers)',4,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65638,'Disabled or Special needs People less able to leave the premises quickly',7,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65639,'Occupants in Remote Areas',6,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65640,'Sleeping Occupants',7,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65641,'Neighbouring Premises',2,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65642,'Tenants / Owners',3,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65643,'Animals / Livestock',2,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65644,'Other',0,0,25503,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65645,'9:00 - 17:00',0,0,25506,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65646,'17:00 - 24:00',0,0,25506,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65647,'24:00 - 9:00',0,0,25506,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65648,'9:00 - 17:00',0,0,25507,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65649,'17:00 - 24:00',0,0,25507,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65650,'24:00 - 9:00',0,0,25507,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65651,'9:00 - 17:00',0,0,25508,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65652,'17:00 - 24:00',0,0,25508,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65653,'24:00 - 9:00',0,0,25508,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65654,'9:00 - 17:00',0,0,25509,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65655,'17:00 - 24:00',0,0,25509,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65656,'24:00 - 9:00',0,0,25509,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65657,'9:00 - 17:00',0,0,25510,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65658,'17:00 - 24:00',0,0,25510,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65659,'24:00 - 9:00',0,0,25510,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65660,'9:00 - 17:00',0,0,25511,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65661,'17:00 - 24:00',0,0,25511,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65662,'24:00 - 9:00',0,0,25511,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65663,'9:00 - 17:00',0,0,25512,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65664,'17:00 - 24:00',0,0,25512,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65665,'24:00 - 9:00',0,0,25512,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65666,'Below 20',1,0,25513,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65667,'20-49',2,0,25513,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65668,'50-99',2,0,25513,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65669,'100-499',3,0,25513,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65670,'500-999',4,0,25513,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65671,'1000',5,0,25513,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65672,'Single Stage Evacuation',0,0,25514,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65673,'Staged Evacuation',0,0,25514,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65674,'Simultaneous Evacuation',0,0,25514,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65675,'Phased Evacuation',0,0,25514,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65676,'Staff Alarm Only',0,0,25514,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65677,'Stay Put Policy',0,0,25514,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65678,'Yes',0,0,25515,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65679,'No',2,0,25515,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65680,'Other',20,0,25515,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65681,'N/A',0,0,25515,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65682,'Yes',0,0,25516,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65683,'No',2,0,25516,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65684,'Other',20,0,25516,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65685,'N/A',0,0,25516,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65686,'Yes',0,0,25517,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65687,'No',2,0,25517,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65688,'Other',20,0,25517,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65689,'N/A',0,0,25517,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65690,'Yes',0,0,25519,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65691,'No',2,0,25519,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65692,'Other',20,0,25519,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65693,'N/A',0,0,25519,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65694,'Yes',0,0,25521,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65695,'No',2,0,25521,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65696,'Other',20,0,25521,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65697,'N/A',0,0,25521,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65698,'Yes',0,0,25522,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65699,'No',2,0,25522,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65700,'Other',20,0,25522,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65701,'N/A',0,0,25522,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65702,'Yes',0,0,25523,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65703,'No',3,0,25523,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65704,'Other',20,0,25523,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65705,'N/A',0,0,25523,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65706,'Yes',0,0,25525,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65707,'No',3,0,25525,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65708,'Other',20,0,25525,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65709,'N/A',0,0,25525,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65710,'Yes',0,0,25526,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65711,'No',4,0,25526,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65712,'No Disabled',0,0,25526,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65713,'Other',20,0,25526,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65714,'N/A',0,0,25526,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65715,'Yes',0,0,25527,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65716,'No',4,0,25527,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65717,'Other',20,0,25527,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65718,'N/A',0,0,25527,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65719,'Yes',0,0,25528,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65720,'No',3,0,25528,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65721,'Other',20,0,25528,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65722,'N/A',0,0,25528,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65723,'Yes',0,0,25529,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65724,'No',4,0,25529,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65725,'Other',20,0,25529,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65726,'N/A',0,0,25529,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65727,'Yes',0,0,25530,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65728,'No',4,0,25530,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65729,'Other',20,0,25530,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65730,'N/A',0,0,25530,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65731,'Yes',0,0,25531,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65732,'No',5,0,25531,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65733,'Other',20,0,25531,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65734,'N/A',0,0,25531,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65735,'Yes',0,0,25532,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65736,'Yes',3,0,25532,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65737,'No',6,0,25532,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65738,'Other',20,0,25532,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65739,'N/A',0,0,25532,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65740,'Yes',0,0,25533,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65741,'No',5,0,25533,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65742,'Other',20,0,25533,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65743,'N/A',0,0,25533,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65744,'Yes',0,0,25535,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65745,'No 1',7,0,25535,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65746,'No 2',7,0,25535,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65747,'Other',20,0,25535,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65748,'N/A',0,0,25535,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65749,'Yes',0,0,25537,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65750,'No 1',5,0,25537,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65751,'No 2',5,0,25537,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65752,'Yes',0,0,25538,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65753,'Option',5,0,25538,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65754,'No',8,0,25538,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65755,'N/A',0,0,25538,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65756,'Other',20,0,25538,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65757,'Yes 1',1,0,25540,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65758,'Yes 2',0,0,25540,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65759,'No',7,0,25540,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65760,'N/A',0,0,25540,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65761,'Other',20,0,25540,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65762,'Yes',0,0,25542,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65763,'No',8,0,25542,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65764,'Other',20,0,25542,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65765,'N/A',0,0,25542,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65766,'Yes',0,0,25543,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65767,'No',8,0,25543,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65768,'Other',20,0,25543,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65769,'N/A',0,0,25543,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65770,'Yes',0,0,25544,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65771,'No',8,0,25544,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65772,'Other',20,0,25544,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65773,'N/A',0,0,25544,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65774,'Yes',0,0,25546,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65775,'No',8,0,25546,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65776,'Other',20,0,25546,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65777,'N/A',0,0,25546,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65778,'Yes',0,0,25547,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(65779,'No',6,0,25547,'2023-03-30 13:49:02','2023-03-30 13:49:02'),(65780,'Other',20,0,25547,'2023-03-30 13:49:02','2023-03-30 13:49:02'),(65781,'N/A',0,0,25547,'2023-03-30 13:49:02','2023-03-30 13:49:02'),(65782,'Yes',0,0,25549,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65783,'Yes',2,0,25549,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65784,'No',5,0,25549,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65785,'N/A',0,0,25549,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65786,'Other',20,0,25549,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65787,'Yes',0,0,25551,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65788,'Yes',2,0,25551,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65789,'No',5,0,25551,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65790,'N/A',0,0,25551,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65791,'Other',20,0,25551,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65792,'Yes',0,0,25553,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65793,'No',4,0,25553,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65794,'N/A',0,0,25553,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65795,'Other',20,0,25553,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65796,'Yes',0,0,25555,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65797,'No',5,0,25555,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65798,'N/A',0,0,25555,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65799,'Other',20,0,25555,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65800,'Yes',0,0,25557,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65801,'No',4,0,25557,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65802,'N/A',0,0,25557,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65803,'Other',20,0,25557,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65804,'Yes',0,0,25559,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65805,'No',5,0,25559,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65806,'N/A',0,0,25559,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65807,'Other',20,0,25559,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65808,'Yes',0,0,25561,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65809,'No',5,0,25561,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65810,'N/A',0,0,25561,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65811,'Other',20,0,25561,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65812,'Yes',0,0,25563,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65813,'No',7,0,25563,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65814,'N/A',0,0,25563,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65815,'Other',20,0,25563,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65816,'Yes',2,0,25564,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65817,'No',6,0,25564,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65818,'No',0,0,25564,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65819,'N/A',0,0,25564,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65820,'Yes',0,0,25565,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65821,'No',6,0,25565,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65822,'NA',0,0,25565,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65823,'Other',20,0,25565,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65824,'Yes',0,0,25566,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65825,'Yes',0,0,25566,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65826,'NA',0,0,25566,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65827,'Other',20,0,25566,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65828,'Yes',1,0,25567,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65829,'No',0,0,25567,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65830,'Other',20,0,25567,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65831,'Yes',0,0,25568,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65832,'No',9,0,25568,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65833,'NA',0,0,25568,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65834,'Other',20,0,25568,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65835,'Yes',0,0,25569,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65836,'No',7,0,25569,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65837,'NA',0,0,25569,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65838,'Other',20,0,25569,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65839,'Yes',0,0,25570,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65840,'No',6,0,25570,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65841,'NA',0,0,25570,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65842,'Other',20,0,25570,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65843,'Yes',0,0,25571,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65844,'No',6,0,25571,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65845,'NA',0,0,25571,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65846,'Other',20,0,25571,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65847,'Yes',0,0,25572,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65848,'No',4,0,25572,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65849,'No',7,0,25572,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65850,'N/A',0,0,25572,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65851,'Other',20,0,25572,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65852,'Yes',0,0,25573,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65853,'No',8,0,25573,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65854,'NA',0,0,25573,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65855,'Other',20,0,25573,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65856,'Yes',3,0,25574,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65857,'Yes',4,0,25574,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65858,'Yes',5,0,25574,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65859,'Other',20,0,25574,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65860,'Yes',0,0,25575,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65861,'No',5,0,25575,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65862,'NA',5,0,25575,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65863,'Other',20,0,25575,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65864,'Yes',0,0,25576,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65865,'No',5,0,25576,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65866,'N/A',0,0,25576,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65867,'Other',20,0,25576,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65868,'Yes',0,0,25577,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65869,'No',5,0,25577,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65870,'Other',20,0,25577,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65871,'N/A',0,0,25577,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65872,'Yes',0,0,25578,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65873,'No',5,0,25578,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65874,'NA',0,0,25578,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65875,'Other',20,0,25578,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65876,'Yes',0,0,25579,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65877,'No',5,0,25579,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65878,'NA',0,0,25579,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65879,'Other',20,0,25579,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65880,'Yes',1,0,25580,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65881,'Yes',0,0,25580,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65882,'No',5,0,25580,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65883,'Other',20,0,25580,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65884,'Yes',0,0,25581,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65885,'No',5,0,25581,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65886,'NA',0,0,25581,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65887,'Other',20,0,25581,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65888,'Yes',0,0,25582,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65889,'No',5,0,25582,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65890,'Other',20,0,25582,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65891,'N/A',0,0,25582,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65892,'Yes',0,0,25583,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65893,'Yes',0,0,25583,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65894,'No',5,0,25583,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65895,'N/A',0,0,25583,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65896,'Other',20,0,25583,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65897,'Detached',1,0,25584,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65898,'Semi Detached',2,0,25584,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65899,'Terraced',3,0,25584,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65900,'Linked-Detached',1,0,25584,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65901,'Other',20,0,25584,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65902,'House',1,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65903,'Bungalow',1,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65904,'Maisonette',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65905,'Block of Flats - Studios up to 6 Floor Levels',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65906,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65907,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65908,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65909,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65910,'Underground Property',1,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65911,'Factory/ Warehouse',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65912,'Garage/ Workshop',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65913,'Retail Shop',2,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65914,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65915,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65916,'Other',20,0,25585,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65917,'NA',0,0,25591,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65918,'Number of staircase',2,0,25591,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65919,'NA',0,0,25592,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65920,'Number os staircases',2,0,25592,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65921,'Yes',1,0,25595,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65922,'No',3,0,25595,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65923,'Unknown',3,0,25595,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65924,'Stone',0,0,25595,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65925,'Other',20,0,25595,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65926,'Yes',1,0,25596,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65927,'No',5,0,25596,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65928,'Unknown',5,0,25596,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65929,'Stone',0,0,25596,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65930,'Other',20,0,25596,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65931,'No',5,0,25597,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65932,'Unknown',5,0,25597,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65933,'Stone',0,0,25597,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65934,'Other',20,0,25597,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65935,'Wood',2,0,25598,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65936,'Plastics',1,0,25598,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65937,'Aluminium',0,0,25598,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65938,'Stone',0,0,25598,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65939,'Other',20,0,25598,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65940,'25%',1,0,25608,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65941,'50%',1,0,25608,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65942,'75%',1,0,25608,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65943,'100%',1,0,25608,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65944,'Other',20,0,25608,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65945,'0%',0,0,25610,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65946,'25%',1,0,25610,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65947,'50%',1,0,25610,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65948,'75%',1,0,25610,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65949,'100%',1,0,25610,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65950,'0%',0,0,25611,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65951,'25%',2,0,25611,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65952,'50%',2,0,25611,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65953,'75%',2,0,25611,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65954,'100%',2,0,25611,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65955,'0%',0,0,25612,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65956,'25%',1,0,25612,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65957,'50%',1,0,25612,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65958,'75%',1,0,25612,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65959,'100%',1,0,25612,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65960,'Solid concrete all levels',0,0,25613,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65961,'Timber joists all levels',3,0,25613,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65962,'Concrete lowest floor – Timber above higher levels',3,0,25613,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65963,'Other',20,0,25613,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65964,'Yes',1,0,25616,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65965,'No',6,0,25616,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65966,'Yes',2,0,25618,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65967,'No',8,0,25618,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65968,'Yes',1,0,25620,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65969,'No',6,0,25620,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65970,'Yes',1,0,25622,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65971,'No',6,0,25622,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65972,'Yes',1,0,25624,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65973,'No',6,0,25624,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65974,'Yes',1,0,25628,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65975,'No',3,0,25628,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65976,'Yes',1,0,25630,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65977,'No',3,0,25630,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65978,'Yes',1,0,25632,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65979,'No',3,0,25632,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65980,'Very Good',1,0,25634,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65981,'Good',1,0,25634,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65982,'Fair',1,0,25634,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65983,'Poor',2,0,25634,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65984,'Very Poor',2,0,25634,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65985,'Fan Heaters',4,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65986,'Electric Heaters',4,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65987,'Gas Heater',5,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65988,'Other Boilers',2,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65989,'Electrical Equipment',3,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65990,'Electrical Leads',3,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65991,'Portable Equipment',3,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65992,'Portable Lighting',2,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65993,'Cooking kitchen Equipment',6,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65994,'Other',20,0,25640,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65995,'Wood/Paper/Cardboard etc',3,0,25642,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65996,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25642,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65997,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25642,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65998,'Waste Material Controlled -in locked wheely bin or store',2,0,25642,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(65999,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25642,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66000,'Other',20,0,25642,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66001,'Employees',2,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66002,'Sub-Contractors',3,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66003,'Young Persons',4,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66004,'Visitors',4,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66005,'The General Public (Customers)',4,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66006,'Disabled or Special needs People less able to leave the premises quickly',7,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66007,'Occupants in Remote Areas',6,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66008,'Sleeping Occupants',7,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66009,'Neighbouring Premises',2,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66010,'Tenants / Owners',3,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66011,'Animals / Livestock',2,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66012,'Other',0,0,25645,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66013,'9:00 - 17:00',0,0,25648,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66014,'17:00 - 24:00',0,0,25648,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66015,'24:00 - 9:00',0,0,25648,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66016,'9:00 - 17:00',0,0,25649,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66017,'17:00 - 24:00',0,0,25649,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66018,'24:00 - 9:00',0,0,25649,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66019,'9:00 - 17:00',0,0,25650,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66020,'17:00 - 24:00',0,0,25650,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66021,'24:00 - 9:00',0,0,25650,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66022,'9:00 - 17:00',0,0,25651,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66023,'17:00 - 24:00',0,0,25651,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66024,'24:00 - 9:00',0,0,25651,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66025,'9:00 - 17:00',0,0,25652,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66026,'17:00 - 24:00',0,0,25652,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66027,'24:00 - 9:00',0,0,25652,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66028,'9:00 - 17:00',0,0,25653,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66029,'17:00 - 24:00',0,0,25653,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66030,'24:00 - 9:00',0,0,25653,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66031,'9:00 - 17:00',0,0,25654,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66032,'17:00 - 24:00',0,0,25654,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66033,'24:00 - 9:00',0,0,25654,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66034,'Below 20',1,0,25655,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66035,'20-49',2,0,25655,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66036,'50-99',2,0,25655,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66037,'100-499',3,0,25655,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66038,'500-999',4,0,25655,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66039,'1000',5,0,25655,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66040,'Single Stage Evacuation',0,0,25656,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66041,'Staged Evacuation',0,0,25656,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66042,'Simultaneous Evacuation',0,0,25656,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66043,'Phased Evacuation',0,0,25656,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66044,'Staff Alarm Only',0,0,25656,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66045,'Stay Put Policy',0,0,25656,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66046,'Yes',0,0,25657,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66047,'No',2,0,25657,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66048,'Other',20,0,25657,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66049,'N/A',0,0,25657,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66050,'Yes',0,0,25658,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66051,'No',2,0,25658,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66052,'Other',20,0,25658,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66053,'N/A',0,0,25658,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66054,'Yes',0,0,25659,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66055,'No',2,0,25659,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66056,'Other',20,0,25659,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66057,'N/A',0,0,25659,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66058,'Yes',0,0,25661,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66059,'No',2,0,25661,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66060,'Other',20,0,25661,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66061,'N/A',0,0,25661,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66062,'Yes',0,0,25663,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66063,'No',2,0,25663,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66064,'Other',20,0,25663,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66065,'N/A',0,0,25663,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66066,'Yes',0,0,25664,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66067,'No',2,0,25664,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66068,'Other',20,0,25664,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66069,'N/A',0,0,25664,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66070,'Yes',0,0,25665,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66071,'No',3,0,25665,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66072,'Other',20,0,25665,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66073,'N/A',0,0,25665,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66074,'Yes',0,0,25667,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66075,'No',3,0,25667,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66076,'Other',20,0,25667,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66077,'N/A',0,0,25667,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66078,'Yes',0,0,25668,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66079,'No',4,0,25668,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66080,'No Disabled',0,0,25668,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66081,'Other',20,0,25668,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66082,'N/A',0,0,25668,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66083,'Yes',0,0,25669,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66084,'No',4,0,25669,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66085,'Other',20,0,25669,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66086,'N/A',0,0,25669,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66087,'Yes',0,0,25670,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66088,'No',3,0,25670,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66089,'Other',20,0,25670,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66090,'N/A',0,0,25670,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66091,'Yes',0,0,25671,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66092,'No',4,0,25671,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66093,'Other',20,0,25671,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66094,'N/A',0,0,25671,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66095,'Yes',0,0,25672,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66096,'No',4,0,25672,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66097,'Other',20,0,25672,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66098,'N/A',0,0,25672,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66099,'Yes',0,0,25673,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66100,'No',5,0,25673,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66101,'Other',20,0,25673,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66102,'N/A',0,0,25673,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66103,'Yes',0,0,25674,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66104,'Yes',3,0,25674,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66105,'No',6,0,25674,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66106,'Other',20,0,25674,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66107,'N/A',0,0,25674,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66108,'Yes',0,0,25675,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66109,'No',5,0,25675,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66110,'Other',20,0,25675,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66111,'N/A',0,0,25675,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66112,'Yes',0,0,25677,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66113,'No 1',7,0,25677,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66114,'No 2',7,0,25677,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66115,'Other',20,0,25677,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66116,'N/A',0,0,25677,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66117,'Yes',0,0,25679,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66118,'No 1',5,0,25679,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66119,'No 2',5,0,25679,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66120,'Yes',0,0,25680,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66121,'Option',5,0,25680,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66122,'No',8,0,25680,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66123,'N/A',0,0,25680,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66124,'Other',20,0,25680,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66125,'Yes 1',1,0,25682,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66126,'Yes 2',0,0,25682,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66127,'No',7,0,25682,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66128,'N/A',0,0,25682,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66129,'Other',20,0,25682,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66130,'Yes',0,0,25684,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66131,'No',8,0,25684,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66132,'Other',20,0,25684,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66133,'N/A',0,0,25684,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66134,'Yes',0,0,25685,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66135,'No',8,0,25685,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66136,'Other',20,0,25685,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66137,'N/A',0,0,25685,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66138,'Yes',0,0,25686,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66139,'No',8,0,25686,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66140,'Other',20,0,25686,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66141,'N/A',0,0,25686,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66142,'Yes',0,0,25688,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66143,'No',8,0,25688,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66144,'Other',20,0,25688,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66145,'N/A',0,0,25688,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66146,'Yes',0,0,25689,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66147,'No',6,0,25689,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66148,'Other',20,0,25689,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66149,'N/A',0,0,25689,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66150,'Director',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66151,'Owner Landlord',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66152,'Site Maitenance',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66153,'Estate Agent',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66154,'Letting Agent',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66155,'Other',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66156,'Director',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66157,'CEO',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66158,'Other',0,0,25696,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66159,'Property Agent',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66160,'Owner Landlord',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66161,'Site Manager',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66162,'Property Manager',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66163,'Construction Manager',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66164,'Fire Warden',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66165,'Director',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66166,'CEO',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66167,'Other',0,0,25697,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66168,'A Property Within Building Block',0,0,25698,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66169,'All Of The Property',0,0,25698,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66170,'Communal Areas Only',0,0,25698,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66171,'House',0,0,25698,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66172,'Flat',0,0,25698,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66173,'Other',0,0,25698,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66174,'Nebosh',0,0,25704,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66175,'Level 2 Fire Risk Assessor',0,0,25704,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66176,'Competant Person',0,0,25704,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(66177,'Yes',0,0,25706,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66178,'Yes',2,0,25706,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66179,'No',5,0,25706,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66180,'N/A',0,0,25706,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66181,'Other',20,0,25706,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66182,'Yes',0,0,25708,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66183,'Yes',2,0,25708,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66184,'No',5,0,25708,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66185,'N/A',0,0,25708,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66186,'Other',20,0,25708,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66187,'Yes',0,0,25710,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66188,'No',4,0,25710,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66189,'N/A',0,0,25710,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66190,'Other',20,0,25710,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66191,'Yes',0,0,25712,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66192,'No',5,0,25712,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66193,'N/A',0,0,25712,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66194,'Other',20,0,25712,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66195,'Yes',0,0,25714,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66196,'No',4,0,25714,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66197,'N/A',0,0,25714,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66198,'Other',20,0,25714,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66199,'Yes',0,0,25716,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66200,'No',5,0,25716,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66201,'N/A',0,0,25716,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66202,'Other',20,0,25716,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66203,'Yes',0,0,25718,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66204,'No',5,0,25718,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66205,'N/A',0,0,25718,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66206,'Other',20,0,25718,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66207,'Yes',0,0,25720,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66208,'No',7,0,25720,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66209,'N/A',0,0,25720,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66210,'Other',20,0,25720,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66211,'Yes',2,0,25721,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66212,'No',6,0,25721,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66213,'No',0,0,25721,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66214,'N/A',0,0,25721,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66215,'Yes',0,0,25722,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66216,'No',6,0,25722,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66217,'NA',0,0,25722,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66218,'Other',20,0,25722,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66219,'Yes',0,0,25723,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66220,'Yes',0,0,25723,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66221,'NA',0,0,25723,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66222,'Other',20,0,25723,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66223,'Yes',1,0,25724,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66224,'No',0,0,25724,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66225,'Other',20,0,25724,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66226,'Yes',0,0,25725,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66227,'No',9,0,25725,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66228,'NA',0,0,25725,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66229,'Other',20,0,25725,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66230,'Yes',0,0,25726,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66231,'No',7,0,25726,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66232,'NA',0,0,25726,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66233,'Other',20,0,25726,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66234,'Yes',0,0,25727,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66235,'No',6,0,25727,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66236,'NA',0,0,25727,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66237,'Other',20,0,25727,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66238,'Yes',0,0,25728,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66239,'No',6,0,25728,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66240,'NA',0,0,25728,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66241,'Other',20,0,25728,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66242,'Yes',0,0,25729,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66243,'No',4,0,25729,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66244,'No',7,0,25729,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66245,'N/A',0,0,25729,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66246,'Other',20,0,25729,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66247,'Yes',0,0,25730,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66248,'No',8,0,25730,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66249,'NA',0,0,25730,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66250,'Other',20,0,25730,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66251,'Yes',3,0,25731,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66252,'Yes',4,0,25731,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66253,'Yes',5,0,25731,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66254,'Other',20,0,25731,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66255,'Yes',0,0,25732,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66256,'No',5,0,25732,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66257,'NA',5,0,25732,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66258,'Other',20,0,25732,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66259,'Yes',0,0,25733,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66260,'No',5,0,25733,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66261,'N/A',0,0,25733,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66262,'Other',20,0,25733,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66263,'Yes',0,0,25734,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66264,'No',5,0,25734,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66265,'Other',20,0,25734,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66266,'N/A',0,0,25734,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66267,'Yes',0,0,25735,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66268,'No',5,0,25735,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66269,'NA',0,0,25735,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66270,'Other',20,0,25735,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66271,'Yes',0,0,25736,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66272,'No',5,0,25736,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66273,'NA',0,0,25736,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66274,'Other',20,0,25736,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66275,'Yes',1,0,25737,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66276,'Yes',0,0,25737,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66277,'No',5,0,25737,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66278,'Other',20,0,25737,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66279,'Yes',0,0,25738,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66280,'No',5,0,25738,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66281,'NA',0,0,25738,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66282,'Other',20,0,25738,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66283,'Yes',0,0,25739,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66284,'No',5,0,25739,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66285,'Other',20,0,25739,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66286,'N/A',0,0,25739,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66287,'Yes',0,0,25740,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66288,'Yes',0,0,25740,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66289,'No',5,0,25740,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66290,'N/A',0,0,25740,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66291,'Other',20,0,25740,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66292,'Detached',1,0,25741,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66293,'Semi Detached',2,0,25741,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66294,'Terraced',3,0,25741,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66295,'Linked-Detached',1,0,25741,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66296,'Other',20,0,25741,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66297,'House',1,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66298,'Bungalow',1,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66299,'Maisonette',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66300,'Block of Flats - Studios up to 6 Floor Levels',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66301,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66302,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66303,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66304,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66305,'Underground Property',1,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66306,'Factory/ Warehouse',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66307,'Garage/ Workshop',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66308,'Retail Shop',2,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66309,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66310,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66311,'Other',20,0,25742,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66312,'NA',0,0,25748,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66313,'Number of staircase',2,0,25748,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66314,'NA',0,0,25749,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66315,'Number os staircases',2,0,25749,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66316,'Yes',1,0,25752,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66317,'No',3,0,25752,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66318,'Unknown',3,0,25752,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66319,'Stone',0,0,25752,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66320,'Other',20,0,25752,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66321,'Yes',1,0,25753,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66322,'No',5,0,25753,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66323,'Unknown',5,0,25753,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66324,'Stone',0,0,25753,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66325,'Other',20,0,25753,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66326,'No',5,0,25754,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66327,'Unknown',5,0,25754,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66328,'Stone',0,0,25754,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(66329,'Other',20,0,25754,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66330,'Wood',2,0,25755,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66331,'Plastics',1,0,25755,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66332,'Aluminium',0,0,25755,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66333,'Stone',0,0,25755,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66334,'Other',20,0,25755,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66335,'25%',1,0,25765,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66336,'50%',1,0,25765,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66337,'75%',1,0,25765,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66338,'100%',1,0,25765,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66339,'Other',20,0,25765,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66340,'0%',0,0,25767,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66341,'25%',1,0,25767,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66342,'50%',1,0,25767,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66343,'75%',1,0,25767,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66344,'100%',1,0,25767,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66345,'0%',0,0,25768,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66346,'25%',2,0,25768,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66347,'50%',2,0,25768,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66348,'75%',2,0,25768,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66349,'100%',2,0,25768,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66350,'0%',0,0,25769,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66351,'25%',1,0,25769,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66352,'50%',1,0,25769,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66353,'75%',1,0,25769,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66354,'100%',1,0,25769,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66355,'Solid concrete all levels',0,0,25770,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66356,'Timber joists all levels',3,0,25770,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66357,'Concrete lowest floor – Timber above higher levels',3,0,25770,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66358,'Other',20,0,25770,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66359,'Yes',1,0,25773,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66360,'No',6,0,25773,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66361,'Yes',2,0,25775,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66362,'No',8,0,25775,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66363,'Yes',1,0,25777,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66364,'No',6,0,25777,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66365,'Yes',1,0,25779,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66366,'No',6,0,25779,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66367,'Yes',1,0,25781,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66368,'No',6,0,25781,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66369,'Yes',1,0,25785,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66370,'No',3,0,25785,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66371,'Yes',1,0,25787,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66372,'No',3,0,25787,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66373,'Yes',1,0,25789,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66374,'No',3,0,25789,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66375,'Very Good',1,0,25791,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66376,'Good',1,0,25791,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66377,'Fair',1,0,25791,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66378,'Poor',2,0,25791,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66379,'Very Poor',2,0,25791,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66380,'Fan Heaters',4,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66381,'Electric Heaters',4,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66382,'Gas Heater',5,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66383,'Other Boilers',2,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66384,'Electrical Equipment',3,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66385,'Electrical Leads',3,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66386,'Portable Equipment',3,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66387,'Portable Lighting',2,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66388,'Cooking kitchen Equipment',6,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66389,'Other',20,0,25797,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66390,'Wood/Paper/Cardboard etc',3,0,25799,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66391,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25799,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66392,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25799,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66393,'Waste Material Controlled -in locked wheely bin or store',2,0,25799,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66394,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25799,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66395,'Other',20,0,25799,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66396,'Employees',2,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66397,'Sub-Contractors',3,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66398,'Young Persons',4,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66399,'Visitors',4,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66400,'The General Public (Customers)',4,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66401,'Disabled or Special needs People less able to leave the premises quickly',7,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66402,'Occupants in Remote Areas',6,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66403,'Sleeping Occupants',7,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66404,'Neighbouring Premises',2,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66405,'Tenants / Owners',3,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66406,'Animals / Livestock',2,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66407,'Other',0,0,25802,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66408,'9:00 - 17:00',0,0,25805,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66409,'17:00 - 24:00',0,0,25805,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66410,'24:00 - 9:00',0,0,25805,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66411,'9:00 - 17:00',0,0,25806,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66412,'17:00 - 24:00',0,0,25806,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66413,'24:00 - 9:00',0,0,25806,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66414,'9:00 - 17:00',0,0,25807,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66415,'17:00 - 24:00',0,0,25807,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66416,'24:00 - 9:00',0,0,25807,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66417,'9:00 - 17:00',0,0,25808,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66418,'17:00 - 24:00',0,0,25808,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66419,'24:00 - 9:00',0,0,25808,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66420,'9:00 - 17:00',0,0,25809,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66421,'17:00 - 24:00',0,0,25809,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66422,'24:00 - 9:00',0,0,25809,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66423,'9:00 - 17:00',0,0,25810,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66424,'17:00 - 24:00',0,0,25810,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66425,'24:00 - 9:00',0,0,25810,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66426,'9:00 - 17:00',0,0,25811,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66427,'17:00 - 24:00',0,0,25811,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66428,'24:00 - 9:00',0,0,25811,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66429,'Below 20',1,0,25812,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66430,'20-49',2,0,25812,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66431,'50-99',2,0,25812,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66432,'100-499',3,0,25812,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66433,'500-999',4,0,25812,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66434,'1000',5,0,25812,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66435,'Single Stage Evacuation',0,0,25813,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66436,'Staged Evacuation',0,0,25813,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66437,'Simultaneous Evacuation',0,0,25813,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66438,'Phased Evacuation',0,0,25813,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66439,'Staff Alarm Only',0,0,25813,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66440,'Stay Put Policy',0,0,25813,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66441,'Yes',0,0,25814,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66442,'No',2,0,25814,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66443,'Other',20,0,25814,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66444,'N/A',0,0,25814,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66445,'Yes',0,0,25815,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66446,'No',2,0,25815,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66447,'Other',20,0,25815,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66448,'N/A',0,0,25815,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66449,'Yes',0,0,25816,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66450,'No',2,0,25816,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66451,'Other',20,0,25816,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66452,'N/A',0,0,25816,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66453,'Yes',0,0,25818,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66454,'No',2,0,25818,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66455,'Other',20,0,25818,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66456,'N/A',0,0,25818,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66457,'Yes',0,0,25820,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66458,'No',2,0,25820,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66459,'Other',20,0,25820,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66460,'N/A',0,0,25820,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66461,'Yes',0,0,25821,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66462,'No',2,0,25821,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66463,'Other',20,0,25821,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66464,'N/A',0,0,25821,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66465,'Yes',0,0,25822,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66466,'No',3,0,25822,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66467,'Other',20,0,25822,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66468,'N/A',0,0,25822,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66469,'Yes',0,0,25824,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66470,'No',3,0,25824,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66471,'Other',20,0,25824,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66472,'N/A',0,0,25824,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66473,'Yes',0,0,25825,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66474,'No',4,0,25825,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66475,'No Disabled',0,0,25825,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66476,'Other',20,0,25825,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66477,'N/A',0,0,25825,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66478,'Yes',0,0,25826,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66479,'No',4,0,25826,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66480,'Other',20,0,25826,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66481,'N/A',0,0,25826,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66482,'Yes',0,0,25827,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66483,'No',3,0,25827,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66484,'Other',20,0,25827,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66485,'N/A',0,0,25827,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66486,'Yes',0,0,25828,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66487,'No',4,0,25828,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66488,'Other',20,0,25828,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66489,'N/A',0,0,25828,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66490,'Yes',0,0,25829,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66491,'No',4,0,25829,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66492,'Other',20,0,25829,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66493,'N/A',0,0,25829,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66494,'Yes',0,0,25830,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66495,'No',5,0,25830,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66496,'Other',20,0,25830,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66497,'N/A',0,0,25830,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66498,'Yes',0,0,25831,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66499,'Yes',3,0,25831,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66500,'No',6,0,25831,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66501,'Other',20,0,25831,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66502,'N/A',0,0,25831,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66503,'Yes',0,0,25832,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66504,'No',5,0,25832,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66505,'Other',20,0,25832,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66506,'N/A',0,0,25832,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66507,'Yes',0,0,25834,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66508,'No 1',7,0,25834,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66509,'No 2',7,0,25834,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66510,'Other',20,0,25834,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66511,'N/A',0,0,25834,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66512,'Yes',0,0,25836,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66513,'No 1',5,0,25836,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66514,'No 2',5,0,25836,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66515,'Yes',0,0,25837,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66516,'Option',5,0,25837,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66517,'No',8,0,25837,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66518,'N/A',0,0,25837,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66519,'Other',20,0,25837,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66520,'Yes 1',1,0,25839,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66521,'Yes 2',0,0,25839,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66522,'No',7,0,25839,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66523,'N/A',0,0,25839,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66524,'Other',20,0,25839,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66525,'Yes',0,0,25841,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66526,'No',8,0,25841,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66527,'Other',20,0,25841,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66528,'N/A',0,0,25841,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66529,'Yes',0,0,25842,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66530,'No',8,0,25842,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66531,'Other',20,0,25842,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66532,'N/A',0,0,25842,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66533,'Yes',0,0,25843,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66534,'No',8,0,25843,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66535,'Other',20,0,25843,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66536,'N/A',0,0,25843,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66537,'Yes',0,0,25845,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66538,'No',8,0,25845,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66539,'Other',20,0,25845,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66540,'N/A',0,0,25845,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66541,'Yes',0,0,25846,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66542,'No',6,0,25846,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66543,'Other',20,0,25846,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66544,'N/A',0,0,25846,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66545,'Director',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66546,'Owner Landlord',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66547,'Site Maitenance',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66548,'Estate Agent',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66549,'Letting Agent',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66550,'Other',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66551,'Director',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66552,'CEO',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66553,'Other',0,0,25853,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66554,'Property Agent',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66555,'Owner Landlord',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66556,'Site Manager',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66557,'Property Manager',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66558,'Construction Manager',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66559,'Fire Warden',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66560,'Director',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66561,'CEO',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66562,'Other',0,0,25854,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66563,'A Property Within Building Block',0,0,25855,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66564,'All Of The Property',0,0,25855,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66565,'Communal Areas Only',0,0,25855,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66566,'House',0,0,25855,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66567,'Flat',0,0,25855,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66568,'Other',0,0,25855,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66569,'Nebosh',0,0,25861,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66570,'Level 2 Fire Risk Assessor',0,0,25861,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66571,'Competant Person',0,0,25861,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(66572,'Yes',0,0,25863,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66573,'Yes',2,0,25863,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66574,'No',5,0,25863,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66575,'N/A',0,0,25863,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66576,'Other',20,0,25863,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66577,'Yes',0,0,25865,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66578,'Yes',2,0,25865,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66579,'No',5,0,25865,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66580,'N/A',0,0,25865,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66581,'Other',20,0,25865,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66582,'Yes',0,0,25867,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66583,'No',4,0,25867,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66584,'N/A',0,0,25867,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66585,'Other',20,0,25867,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66586,'Yes',0,0,25869,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66587,'No',5,0,25869,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66588,'N/A',0,0,25869,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66589,'Other',20,0,25869,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66590,'Yes',0,0,25871,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66591,'No',4,0,25871,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66592,'N/A',0,0,25871,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66593,'Other',20,0,25871,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66594,'Yes',0,0,25873,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66595,'No',5,0,25873,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66596,'N/A',0,0,25873,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66597,'Other',20,0,25873,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66598,'Yes',0,0,25875,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66599,'No',5,0,25875,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66600,'N/A',0,0,25875,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66601,'Other',20,0,25875,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66602,'Yes',0,0,25877,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66603,'No',7,0,25877,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66604,'N/A',0,0,25877,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66605,'Other',20,0,25877,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66606,'Yes',2,0,25878,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66607,'No',6,0,25878,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66608,'No',0,0,25878,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66609,'N/A',0,0,25878,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66610,'Yes',0,0,25879,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66611,'No',6,0,25879,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66612,'NA',0,0,25879,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66613,'Other',20,0,25879,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66614,'Yes',0,0,25880,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66615,'Yes',0,0,25880,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66616,'NA',0,0,25880,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66617,'Other',20,0,25880,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66618,'Yes',1,0,25881,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66619,'No',0,0,25881,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66620,'Other',20,0,25881,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66621,'Yes',0,0,25882,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66622,'No',9,0,25882,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66623,'NA',0,0,25882,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66624,'Other',20,0,25882,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66625,'Yes',0,0,25883,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66626,'No',7,0,25883,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66627,'NA',0,0,25883,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66628,'Other',20,0,25883,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66629,'Yes',0,0,25884,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66630,'No',6,0,25884,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66631,'NA',0,0,25884,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66632,'Other',20,0,25884,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66633,'Yes',0,0,25885,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66634,'No',6,0,25885,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66635,'NA',0,0,25885,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66636,'Other',20,0,25885,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66637,'Yes',0,0,25886,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66638,'No',4,0,25886,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66639,'No',7,0,25886,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66640,'N/A',0,0,25886,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66641,'Other',20,0,25886,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66642,'Yes',0,0,25887,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66643,'No',8,0,25887,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66644,'NA',0,0,25887,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66645,'Other',20,0,25887,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66646,'Yes',3,0,25888,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66647,'Yes',4,0,25888,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66648,'Yes',5,0,25888,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66649,'Other',20,0,25888,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66650,'Yes',0,0,25889,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66651,'No',5,0,25889,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66652,'NA',5,0,25889,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66653,'Other',20,0,25889,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66654,'Yes',0,0,25890,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66655,'No',5,0,25890,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66656,'N/A',0,0,25890,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66657,'Other',20,0,25890,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66658,'Yes',0,0,25891,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66659,'No',5,0,25891,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66660,'Other',20,0,25891,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66661,'N/A',0,0,25891,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66662,'Yes',0,0,25892,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66663,'No',5,0,25892,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66664,'NA',0,0,25892,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66665,'Other',20,0,25892,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66666,'Yes',0,0,25893,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66667,'No',5,0,25893,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66668,'NA',0,0,25893,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66669,'Other',20,0,25893,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66670,'Yes',1,0,25894,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66671,'Yes',0,0,25894,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66672,'No',5,0,25894,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66673,'Other',20,0,25894,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66674,'Yes',0,0,25895,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66675,'No',5,0,25895,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66676,'NA',0,0,25895,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66677,'Other',20,0,25895,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66678,'Yes',0,0,25896,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66679,'No',5,0,25896,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66680,'Other',20,0,25896,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66681,'N/A',0,0,25896,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66682,'Yes',0,0,25897,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66683,'Yes',0,0,25897,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66684,'No',5,0,25897,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66685,'N/A',0,0,25897,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66686,'Other',20,0,25897,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66687,'Detached',1,0,25898,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66688,'Semi Detached',2,0,25898,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66689,'Terraced',3,0,25898,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66690,'Linked-Detached',1,0,25898,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66691,'Other',20,0,25898,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66692,'House',1,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66693,'Bungalow',1,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66694,'Maisonette',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66695,'Block of Flats - Studios up to 6 Floor Levels',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66696,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66697,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66698,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66699,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66700,'Underground Property',1,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66701,'Factory/ Warehouse',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66702,'Garage/ Workshop',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66703,'Retail Shop',2,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66704,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66705,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66706,'Other',20,0,25899,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66707,'NA',0,0,25905,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66708,'Number of staircase',2,0,25905,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66709,'NA',0,0,25906,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66710,'Number os staircases',2,0,25906,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66711,'Yes',1,0,25909,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66712,'No',3,0,25909,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66713,'Unknown',3,0,25909,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66714,'Stone',0,0,25909,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66715,'Other',20,0,25909,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66716,'Yes',1,0,25910,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66717,'No',5,0,25910,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66718,'Unknown',5,0,25910,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66719,'Stone',0,0,25910,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66720,'Other',20,0,25910,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66721,'No',5,0,25911,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66722,'Unknown',5,0,25911,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66723,'Stone',0,0,25911,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66724,'Other',20,0,25911,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66725,'Wood',2,0,25912,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66726,'Plastics',1,0,25912,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66727,'Aluminium',0,0,25912,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66728,'Stone',0,0,25912,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66729,'Other',20,0,25912,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66730,'25%',1,0,25922,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66731,'50%',1,0,25922,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66732,'75%',1,0,25922,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66733,'100%',1,0,25922,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66734,'Other',20,0,25922,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66735,'0%',0,0,25924,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66736,'25%',1,0,25924,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66737,'50%',1,0,25924,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66738,'75%',1,0,25924,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66739,'100%',1,0,25924,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66740,'0%',0,0,25925,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66741,'25%',2,0,25925,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66742,'50%',2,0,25925,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66743,'75%',2,0,25925,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66744,'100%',2,0,25925,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66745,'0%',0,0,25926,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66746,'25%',1,0,25926,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66747,'50%',1,0,25926,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66748,'75%',1,0,25926,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66749,'100%',1,0,25926,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66750,'Solid concrete all levels',0,0,25927,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66751,'Timber joists all levels',3,0,25927,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66752,'Concrete lowest floor – Timber above higher levels',3,0,25927,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66753,'Other',20,0,25927,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66754,'Yes',1,0,25930,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66755,'No',6,0,25930,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66756,'Yes',2,0,25932,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66757,'No',8,0,25932,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66758,'Yes',1,0,25934,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66759,'No',6,0,25934,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66760,'Yes',1,0,25936,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66761,'No',6,0,25936,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66762,'Yes',1,0,25938,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66763,'No',6,0,25938,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66764,'Yes',1,0,25942,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66765,'No',3,0,25942,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66766,'Yes',1,0,25944,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66767,'No',3,0,25944,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66768,'Yes',1,0,25946,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66769,'No',3,0,25946,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66770,'Very Good',1,0,25948,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66771,'Good',1,0,25948,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66772,'Fair',1,0,25948,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66773,'Poor',2,0,25948,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66774,'Very Poor',2,0,25948,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(66775,'Fan Heaters',4,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66776,'Electric Heaters',4,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66777,'Gas Heater',5,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66778,'Other Boilers',2,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66779,'Electrical Equipment',3,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66780,'Electrical Leads',3,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66781,'Portable Equipment',3,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66782,'Portable Lighting',2,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66783,'Cooking kitchen Equipment',6,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66784,'Other',20,0,25954,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66785,'Wood/Paper/Cardboard etc',3,0,25956,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66786,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,25956,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66787,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,25956,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66788,'Waste Material Controlled -in locked wheely bin or store',2,0,25956,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66789,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,25956,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66790,'Other',20,0,25956,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66791,'Employees',2,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66792,'Sub-Contractors',3,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66793,'Young Persons',4,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66794,'Visitors',4,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66795,'The General Public (Customers)',4,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66796,'Disabled or Special needs People less able to leave the premises quickly',7,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66797,'Occupants in Remote Areas',6,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66798,'Sleeping Occupants',7,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66799,'Neighbouring Premises',2,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66800,'Tenants / Owners',3,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66801,'Animals / Livestock',2,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66802,'Other',0,0,25959,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66803,'9:00 - 17:00',0,0,25962,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66804,'17:00 - 24:00',0,0,25962,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66805,'24:00 - 9:00',0,0,25962,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66806,'9:00 - 17:00',0,0,25963,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66807,'17:00 - 24:00',0,0,25963,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66808,'24:00 - 9:00',0,0,25963,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66809,'9:00 - 17:00',0,0,25964,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66810,'17:00 - 24:00',0,0,25964,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66811,'24:00 - 9:00',0,0,25964,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66812,'9:00 - 17:00',0,0,25965,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66813,'17:00 - 24:00',0,0,25965,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66814,'24:00 - 9:00',0,0,25965,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66815,'9:00 - 17:00',0,0,25966,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66816,'17:00 - 24:00',0,0,25966,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66817,'24:00 - 9:00',0,0,25966,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66818,'9:00 - 17:00',0,0,25967,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66819,'17:00 - 24:00',0,0,25967,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66820,'24:00 - 9:00',0,0,25967,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66821,'9:00 - 17:00',0,0,25968,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66822,'17:00 - 24:00',0,0,25968,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66823,'24:00 - 9:00',0,0,25968,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66824,'Below 20',1,0,25969,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66825,'20-49',2,0,25969,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66826,'50-99',2,0,25969,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66827,'100-499',3,0,25969,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66828,'500-999',4,0,25969,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66829,'1000',5,0,25969,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66830,'Single Stage Evacuation',0,0,25970,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66831,'Staged Evacuation',0,0,25970,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66832,'Simultaneous Evacuation',0,0,25970,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66833,'Phased Evacuation',0,0,25970,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66834,'Staff Alarm Only',0,0,25970,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66835,'Stay Put Policy',0,0,25970,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66836,'Yes',0,0,25971,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66837,'No',2,0,25971,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66838,'Other',20,0,25971,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66839,'N/A',0,0,25971,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66840,'Yes',0,0,25972,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66841,'No',2,0,25972,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66842,'Other',20,0,25972,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66843,'N/A',0,0,25972,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66844,'Yes',0,0,25973,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66845,'No',2,0,25973,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66846,'Other',20,0,25973,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66847,'N/A',0,0,25973,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66848,'Yes',0,0,25975,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66849,'No',2,0,25975,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66850,'Other',20,0,25975,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66851,'N/A',0,0,25975,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66852,'Yes',0,0,25977,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66853,'No',2,0,25977,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66854,'Other',20,0,25977,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66855,'N/A',0,0,25977,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66856,'Yes',0,0,25978,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66857,'No',2,0,25978,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66858,'Other',20,0,25978,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66859,'N/A',0,0,25978,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66860,'Yes',0,0,25979,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66861,'No',3,0,25979,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66862,'Other',20,0,25979,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66863,'N/A',0,0,25979,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66864,'Yes',0,0,25981,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66865,'No',3,0,25981,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66866,'Other',20,0,25981,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66867,'N/A',0,0,25981,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66868,'Yes',0,0,25982,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66869,'No',4,0,25982,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66870,'No Disabled',0,0,25982,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66871,'Other',20,0,25982,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66872,'N/A',0,0,25982,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66873,'Yes',0,0,25983,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66874,'No',4,0,25983,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66875,'Other',20,0,25983,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66876,'N/A',0,0,25983,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66877,'Yes',0,0,25984,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66878,'No',3,0,25984,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66879,'Other',20,0,25984,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66880,'N/A',0,0,25984,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66881,'Yes',0,0,25985,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66882,'No',4,0,25985,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66883,'Other',20,0,25985,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66884,'N/A',0,0,25985,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66885,'Yes',0,0,25986,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66886,'No',4,0,25986,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66887,'Other',20,0,25986,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66888,'N/A',0,0,25986,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66889,'Yes',0,0,25987,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66890,'No',5,0,25987,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66891,'Other',20,0,25987,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66892,'N/A',0,0,25987,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66893,'Yes',0,0,25988,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66894,'Yes',3,0,25988,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66895,'No',6,0,25988,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66896,'Other',20,0,25988,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66897,'N/A',0,0,25988,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66898,'Yes',0,0,25989,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66899,'No',5,0,25989,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66900,'Other',20,0,25989,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66901,'N/A',0,0,25989,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66902,'Yes',0,0,25991,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66903,'No 1',7,0,25991,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66904,'No 2',7,0,25991,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66905,'Other',20,0,25991,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66906,'N/A',0,0,25991,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66907,'Yes',0,0,25993,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66908,'No 1',5,0,25993,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66909,'No 2',5,0,25993,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66910,'Yes',0,0,25994,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66911,'Option',5,0,25994,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66912,'No',8,0,25994,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66913,'N/A',0,0,25994,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66914,'Other',20,0,25994,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66915,'Yes 1',1,0,25996,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66916,'Yes 2',0,0,25996,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66917,'No',7,0,25996,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66918,'N/A',0,0,25996,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66919,'Other',20,0,25996,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66920,'Yes',0,0,25998,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66921,'No',8,0,25998,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66922,'Other',20,0,25998,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66923,'N/A',0,0,25998,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66924,'Yes',0,0,25999,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66925,'No',8,0,25999,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66926,'Other',20,0,25999,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66927,'N/A',0,0,25999,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66928,'Yes',0,0,26000,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66929,'No',8,0,26000,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66930,'Other',20,0,26000,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66931,'N/A',0,0,26000,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66932,'Yes',0,0,26002,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66933,'No',8,0,26002,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66934,'Other',20,0,26002,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66935,'N/A',0,0,26002,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66936,'Yes',0,0,26003,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66937,'No',6,0,26003,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66938,'Other',20,0,26003,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66939,'N/A',0,0,26003,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66940,'Director',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66941,'Owner Landlord',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66942,'Site Maitenance',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66943,'Estate Agent',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66944,'Letting Agent',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66945,'Other',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66946,'Director',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66947,'CEO',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66948,'Other',0,0,26010,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66949,'Property Agent',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66950,'Owner Landlord',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66951,'Site Manager',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66952,'Property Manager',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66953,'Construction Manager',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66954,'Fire Warden',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66955,'Director',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66956,'CEO',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66957,'Other',0,0,26011,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66958,'A Property Within Building Block',0,0,26012,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66959,'All Of The Property',0,0,26012,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66960,'Communal Areas Only',0,0,26012,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66961,'House',0,0,26012,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66962,'Flat',0,0,26012,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66963,'Other',0,0,26012,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66964,'Nebosh',0,0,26018,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66965,'Level 2 Fire Risk Assessor',0,0,26018,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66966,'Competant Person',0,0,26018,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(66967,'Yes',0,0,26021,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66968,'Yes',2,0,26021,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66969,'No',5,0,26021,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66970,'N/A',0,0,26021,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66971,'Other',20,0,26021,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66972,'Yes',0,0,26023,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66973,'Yes',2,0,26023,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66974,'No',5,0,26023,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66975,'N/A',0,0,26023,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66976,'Other',20,0,26023,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66977,'Yes',0,0,26025,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66978,'No',4,0,26025,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66979,'N/A',0,0,26025,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66980,'Other',20,0,26025,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66981,'Yes',0,0,26027,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66982,'No',5,0,26027,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66983,'N/A',0,0,26027,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66984,'Other',20,0,26027,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66985,'Yes',0,0,26029,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66986,'No',4,0,26029,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66987,'N/A',0,0,26029,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66988,'Other',20,0,26029,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66989,'Yes',0,0,26031,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66990,'No',5,0,26031,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66991,'N/A',0,0,26031,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66992,'Other',20,0,26031,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66993,'Yes',0,0,26033,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66994,'No',5,0,26033,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66995,'N/A',0,0,26033,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66996,'Other',20,0,26033,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66997,'Yes',0,0,26035,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66998,'No',7,0,26035,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(66999,'N/A',0,0,26035,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67000,'Other',20,0,26035,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67001,'Yes',2,0,26036,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67002,'No',6,0,26036,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67003,'No',0,0,26036,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67004,'N/A',0,0,26036,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67005,'Yes',0,0,26037,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67006,'No',6,0,26037,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67007,'NA',0,0,26037,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67008,'Other',20,0,26037,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67009,'Yes',0,0,26038,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67010,'Yes',0,0,26038,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67011,'NA',0,0,26038,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67012,'Other',20,0,26038,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67013,'Yes',1,0,26039,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67014,'No',0,0,26039,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67015,'Other',20,0,26039,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67016,'Yes',0,0,26040,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67017,'No',9,0,26040,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67018,'NA',0,0,26040,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67019,'Other',20,0,26040,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67020,'Yes',0,0,26041,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67021,'No',7,0,26041,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67022,'NA',0,0,26041,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67023,'Other',20,0,26041,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67024,'Yes',0,0,26042,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67025,'No',6,0,26042,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67026,'NA',0,0,26042,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67027,'Other',20,0,26042,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67028,'Yes',0,0,26043,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67029,'No',6,0,26043,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67030,'NA',0,0,26043,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67031,'Other',20,0,26043,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67032,'Yes',0,0,26044,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67033,'No',4,0,26044,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67034,'No',7,0,26044,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67035,'N/A',0,0,26044,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67036,'Other',20,0,26044,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67037,'Yes',0,0,26045,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67038,'No',8,0,26045,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67039,'NA',0,0,26045,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67040,'Other',20,0,26045,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67041,'Yes',3,0,26046,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67042,'Yes',4,0,26046,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67043,'Yes',5,0,26046,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67044,'Other',20,0,26046,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67045,'Yes',0,0,26047,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67046,'No',5,0,26047,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67047,'NA',5,0,26047,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67048,'Other',20,0,26047,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67049,'Yes',0,0,26048,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67050,'No',5,0,26048,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67051,'N/A',0,0,26048,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67052,'Other',20,0,26048,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67053,'Yes',0,0,26049,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67054,'No',5,0,26049,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67055,'Other',20,0,26049,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67056,'N/A',0,0,26049,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67057,'Yes',0,0,26050,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67058,'No',5,0,26050,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67059,'NA',0,0,26050,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67060,'Other',20,0,26050,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67061,'Yes',0,0,26051,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67062,'No',5,0,26051,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67063,'NA',0,0,26051,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67064,'Other',20,0,26051,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67065,'Yes',1,0,26052,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67066,'Yes',0,0,26052,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67067,'No',5,0,26052,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67068,'Other',20,0,26052,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67069,'Yes',0,0,26053,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67070,'No',5,0,26053,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67071,'NA',0,0,26053,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67072,'Other',20,0,26053,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67073,'Yes',0,0,26054,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67074,'No',5,0,26054,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67075,'Other',20,0,26054,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67076,'N/A',0,0,26054,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67077,'Yes',0,0,26055,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67078,'Yes',0,0,26055,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67079,'No',5,0,26055,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67080,'N/A',0,0,26055,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67081,'Other',20,0,26055,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67082,'Detached',1,0,26056,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67083,'Semi Detached',2,0,26056,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67084,'Terraced',3,0,26056,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67085,'Linked-Detached',1,0,26056,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67086,'Other',20,0,26056,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67087,'House',1,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67088,'Bungalow',1,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67089,'Maisonette',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67090,'Block of Flats - Studios up to 6 Floor Levels',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67091,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67092,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67093,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67094,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67095,'Underground Property',1,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67096,'Factory/ Warehouse',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67097,'Garage/ Workshop',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67098,'Retail Shop',2,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67099,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67100,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67101,'Other',20,0,26057,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67102,'NA',0,0,26063,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67103,'Number of staircase',2,0,26063,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67104,'NA',0,0,26064,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67105,'Number os staircases',2,0,26064,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67106,'Yes',1,0,26067,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67107,'No',3,0,26067,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67108,'Unknown',3,0,26067,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67109,'Stone',0,0,26067,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67110,'Other',20,0,26067,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67111,'Yes',1,0,26068,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67112,'No',5,0,26068,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67113,'Unknown',5,0,26068,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67114,'Stone',0,0,26068,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67115,'Other',20,0,26068,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67116,'No',5,0,26069,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67117,'Unknown',5,0,26069,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67118,'Stone',0,0,26069,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67119,'Other',20,0,26069,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67120,'Wood',2,0,26070,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67121,'Plastics',1,0,26070,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67122,'Aluminium',0,0,26070,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67123,'Stone',0,0,26070,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67124,'Other',20,0,26070,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67125,'25%',1,0,26080,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67126,'50%',1,0,26080,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67127,'75%',1,0,26080,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67128,'100%',1,0,26080,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67129,'Other',20,0,26080,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67130,'0%',0,0,26082,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67131,'25%',1,0,26082,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67132,'50%',1,0,26082,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67133,'75%',1,0,26082,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67134,'100%',1,0,26082,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67135,'0%',0,0,26083,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67136,'25%',2,0,26083,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67137,'50%',2,0,26083,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67138,'75%',2,0,26083,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67139,'100%',2,0,26083,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67140,'0%',0,0,26084,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67141,'25%',1,0,26084,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67142,'50%',1,0,26084,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67143,'75%',1,0,26084,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67144,'100%',1,0,26084,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67145,'Solid concrete all levels',0,0,26085,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67146,'Timber joists all levels',3,0,26085,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67147,'Concrete lowest floor – Timber above higher levels',3,0,26085,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67148,'Other',20,0,26085,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67149,'Yes',1,0,26088,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67150,'No',6,0,26088,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67151,'Yes',2,0,26090,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67152,'No',8,0,26090,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67153,'Yes',1,0,26092,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67154,'No',6,0,26092,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67155,'Yes',1,0,26094,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67156,'No',6,0,26094,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67157,'Yes',1,0,26096,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67158,'No',6,0,26096,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67159,'Yes',1,0,26100,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67160,'No',3,0,26100,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67161,'Yes',1,0,26102,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67162,'No',3,0,26102,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67163,'Yes',1,0,26104,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67164,'No',3,0,26104,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67165,'Very Good',1,0,26106,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67166,'Good',1,0,26106,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67167,'Fair',1,0,26106,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67168,'Poor',2,0,26106,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67169,'Very Poor',2,0,26106,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67170,'Fan Heaters',4,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67171,'Electric Heaters',4,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67172,'Gas Heater',5,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67173,'Other Boilers',2,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67174,'Electrical Equipment',3,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67175,'Electrical Leads',3,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67176,'Portable Equipment',3,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67177,'Portable Lighting',2,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67178,'Cooking kitchen Equipment',6,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67179,'Other',20,0,26112,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67180,'Wood/Paper/Cardboard etc',3,0,26114,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67181,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,26114,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67182,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,26114,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67183,'Waste Material Controlled -in locked wheely bin or store',2,0,26114,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67184,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,26114,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67185,'Other',20,0,26114,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67186,'Employees',2,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67187,'Sub-Contractors',3,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67188,'Young Persons',4,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67189,'Visitors',4,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67190,'The General Public (Customers)',4,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67191,'Disabled or Special needs People less able to leave the premises quickly',7,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67192,'Occupants in Remote Areas',6,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67193,'Sleeping Occupants',7,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67194,'Neighbouring Premises',2,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67195,'Tenants / Owners',3,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67196,'Animals / Livestock',2,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67197,'Other',0,0,26117,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67198,'9:00 - 17:00',0,0,26120,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67199,'17:00 - 24:00',0,0,26120,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67200,'24:00 - 9:00',0,0,26120,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67201,'9:00 - 17:00',0,0,26121,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67202,'17:00 - 24:00',0,0,26121,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67203,'24:00 - 9:00',0,0,26121,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67204,'9:00 - 17:00',0,0,26122,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67205,'17:00 - 24:00',0,0,26122,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67206,'24:00 - 9:00',0,0,26122,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67207,'9:00 - 17:00',0,0,26123,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67208,'17:00 - 24:00',0,0,26123,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67209,'24:00 - 9:00',0,0,26123,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67210,'9:00 - 17:00',0,0,26124,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67211,'17:00 - 24:00',0,0,26124,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67212,'24:00 - 9:00',0,0,26124,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67213,'9:00 - 17:00',0,0,26125,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67214,'17:00 - 24:00',0,0,26125,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67215,'24:00 - 9:00',0,0,26125,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67216,'9:00 - 17:00',0,0,26126,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67217,'17:00 - 24:00',0,0,26126,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67218,'24:00 - 9:00',0,0,26126,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67219,'Below 20',1,0,26127,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67220,'20-49',2,0,26127,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67221,'50-99',2,0,26127,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67222,'100-499',3,0,26127,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67223,'500-999',4,0,26127,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67224,'1000',5,0,26127,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67225,'Single Stage Evacuation',0,0,26128,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67226,'Staged Evacuation',0,0,26128,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67227,'Simultaneous Evacuation',0,0,26128,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67228,'Phased Evacuation',0,0,26128,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67229,'Staff Alarm Only',0,0,26128,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67230,'Stay Put Policy',0,0,26128,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67231,'Yes',0,0,26129,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67232,'No',2,0,26129,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67233,'Other',20,0,26129,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67234,'N/A',0,0,26129,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67235,'Yes',0,0,26130,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67236,'No',2,0,26130,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67237,'Other',20,0,26130,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67238,'N/A',0,0,26130,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67239,'Yes',0,0,26131,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67240,'No',2,0,26131,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67241,'Other',20,0,26131,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67242,'N/A',0,0,26131,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67243,'Yes',0,0,26133,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67244,'No',2,0,26133,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67245,'Other',20,0,26133,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67246,'N/A',0,0,26133,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67247,'Yes',0,0,26135,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67248,'No',2,0,26135,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67249,'Other',20,0,26135,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67250,'N/A',0,0,26135,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67251,'Yes',0,0,26136,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67252,'No',2,0,26136,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67253,'Other',20,0,26136,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67254,'N/A',0,0,26136,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67255,'Yes',0,0,26137,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67256,'No',3,0,26137,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67257,'Other',20,0,26137,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67258,'N/A',0,0,26137,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67259,'Yes',0,0,26139,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67260,'No',3,0,26139,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67261,'Other',20,0,26139,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67262,'N/A',0,0,26139,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67263,'Yes',0,0,26140,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67264,'No',4,0,26140,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67265,'No Disabled',0,0,26140,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67266,'Other',20,0,26140,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67267,'N/A',0,0,26140,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67268,'Yes',0,0,26141,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67269,'No',4,0,26141,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67270,'Other',20,0,26141,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67271,'N/A',0,0,26141,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67272,'Yes',0,0,26142,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67273,'No',3,0,26142,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67274,'Other',20,0,26142,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67275,'N/A',0,0,26142,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67276,'Yes',0,0,26143,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67277,'No',4,0,26143,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67278,'Other',20,0,26143,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67279,'N/A',0,0,26143,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67280,'Yes',0,0,26144,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67281,'No',4,0,26144,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67282,'Other',20,0,26144,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67283,'N/A',0,0,26144,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67284,'Yes',0,0,26145,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67285,'No',5,0,26145,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67286,'Other',20,0,26145,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67287,'N/A',0,0,26145,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67288,'Yes',0,0,26146,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67289,'Yes',3,0,26146,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67290,'No',6,0,26146,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67291,'Other',20,0,26146,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67292,'N/A',0,0,26146,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67293,'Yes',0,0,26147,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67294,'No',5,0,26147,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67295,'Other',20,0,26147,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67296,'N/A',0,0,26147,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67297,'Yes',0,0,26149,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67298,'No 1',7,0,26149,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67299,'No 2',7,0,26149,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67300,'Other',20,0,26149,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67301,'N/A',0,0,26149,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67302,'Yes',0,0,26151,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67303,'No 1',5,0,26151,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67304,'No 2',5,0,26151,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67305,'Yes',0,0,26152,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67306,'Option',5,0,26152,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67307,'No',8,0,26152,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67308,'N/A',0,0,26152,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67309,'Other',20,0,26152,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67310,'Yes 1',1,0,26154,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67311,'Yes 2',0,0,26154,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67312,'No',7,0,26154,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67313,'N/A',0,0,26154,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67314,'Other',20,0,26154,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67315,'Yes',0,0,26156,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67316,'No',8,0,26156,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67317,'Other',20,0,26156,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67318,'N/A',0,0,26156,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67319,'Yes',0,0,26157,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67320,'No',8,0,26157,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67321,'Other',20,0,26157,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67322,'N/A',0,0,26157,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67323,'Yes',0,0,26158,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67324,'No',8,0,26158,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67325,'Other',20,0,26158,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67326,'N/A',0,0,26158,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67327,'Yes',0,0,26160,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67328,'No',8,0,26160,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67329,'Other',20,0,26160,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67330,'N/A',0,0,26160,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67331,'Yes',0,0,26161,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67332,'No',6,0,26161,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67333,'Other',20,0,26161,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67334,'N/A',0,0,26161,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67335,'Director',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67336,'Owner Landlord',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67337,'Site Maitenance',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67338,'Estate Agent',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67339,'Letting Agent',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67340,'Other',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67341,'Director',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67342,'CEO',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67343,'Other',0,0,26170,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67344,'Property Agent',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67345,'Owner Landlord',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67346,'Site Manager',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67347,'Property Manager',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67348,'Construction Manager',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67349,'Fire Warden',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67350,'Director',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67351,'CEO',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67352,'Other',0,0,26171,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67353,'A Property Within Building Block',0,0,26172,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67354,'All Of The Property',0,0,26172,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67355,'Communal Areas Only',0,0,26172,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67356,'House',0,0,26172,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67357,'Flat',0,0,26172,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67358,'Other',0,0,26172,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67359,'Nebosh',0,0,26178,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67360,'Level 2 Fire Risk Assessor',0,0,26178,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67361,'Competant Person',0,0,26178,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(67362,'Yes',0,0,26179,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67363,'Yes',2,0,26179,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67364,'No',5,0,26179,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67365,'N/A',0,0,26179,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67366,'Other',20,0,26179,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67367,'Yes',0,0,26181,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67368,'Yes',2,0,26181,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67369,'No',5,0,26181,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67370,'N/A',0,0,26181,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67371,'Other',20,0,26181,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67372,'Yes',0,0,26183,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67373,'No',4,0,26183,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67374,'N/A',0,0,26183,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67375,'Other',20,0,26183,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67376,'Yes',0,0,26185,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67377,'No',5,0,26185,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67378,'N/A',0,0,26185,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67379,'Other',20,0,26185,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67380,'Yes',0,0,26187,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67381,'No',4,0,26187,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67382,'N/A',0,0,26187,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67383,'Other',20,0,26187,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67384,'Yes',0,0,26189,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67385,'No',5,0,26189,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67386,'N/A',0,0,26189,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67387,'Other',20,0,26189,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67388,'Yes',0,0,26191,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67389,'No',5,0,26191,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67390,'N/A',0,0,26191,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67391,'Other',20,0,26191,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67392,'Yes',0,0,26193,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67393,'No',7,0,26193,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67394,'N/A',0,0,26193,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67395,'Other',20,0,26193,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67396,'Yes',2,0,26194,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67397,'No',6,0,26194,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67398,'No',0,0,26194,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67399,'N/A',0,0,26194,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67400,'Yes',0,0,26195,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67401,'No',6,0,26195,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67402,'NA',0,0,26195,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67403,'Other',20,0,26195,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67404,'Yes',0,0,26196,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67405,'Yes',0,0,26196,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67406,'NA',0,0,26196,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67407,'Other',20,0,26196,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67408,'Yes',1,0,26197,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67409,'No',0,0,26197,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67410,'Other',20,0,26197,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67411,'Yes',0,0,26198,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67412,'No',9,0,26198,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67413,'NA',0,0,26198,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67414,'Other',20,0,26198,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67415,'Yes',0,0,26199,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67416,'No',7,0,26199,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67417,'NA',0,0,26199,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67418,'Other',20,0,26199,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67419,'Yes',0,0,26200,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67420,'No',6,0,26200,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67421,'NA',0,0,26200,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67422,'Other',20,0,26200,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67423,'Yes',0,0,26201,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67424,'No',6,0,26201,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67425,'NA',0,0,26201,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67426,'Other',20,0,26201,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67427,'Yes',0,0,26202,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67428,'No',4,0,26202,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67429,'No',7,0,26202,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67430,'N/A',0,0,26202,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67431,'Other',20,0,26202,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(67432,'Yes',0,0,26203,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67433,'No',8,0,26203,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67434,'NA',0,0,26203,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67435,'Other',20,0,26203,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67436,'Yes',3,0,26204,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67437,'Yes',4,0,26204,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67438,'Yes',5,0,26204,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67439,'Other',20,0,26204,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67440,'Yes',0,0,26205,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67441,'No',5,0,26205,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67442,'NA',5,0,26205,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67443,'Other',20,0,26205,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67444,'Yes',0,0,26206,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67445,'No',5,0,26206,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67446,'N/A',0,0,26206,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67447,'Other',20,0,26206,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67448,'Yes',0,0,26207,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67449,'No',5,0,26207,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67450,'Other',20,0,26207,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67451,'N/A',0,0,26207,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67452,'Yes',0,0,26208,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67453,'No',5,0,26208,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67454,'NA',0,0,26208,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67455,'Other',20,0,26208,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67456,'Yes',0,0,26209,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67457,'No',5,0,26209,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67458,'NA',0,0,26209,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67459,'Other',20,0,26209,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67460,'Yes',1,0,26210,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67461,'Yes',0,0,26210,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67462,'No',5,0,26210,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67463,'Other',20,0,26210,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67464,'Yes',0,0,26211,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67465,'No',5,0,26211,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67466,'NA',0,0,26211,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67467,'Other',20,0,26211,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67468,'Yes',0,0,26212,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67469,'No',5,0,26212,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67470,'Other',20,0,26212,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67471,'N/A',0,0,26212,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67472,'Yes',0,0,26213,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67473,'Yes',0,0,26213,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67474,'No',5,0,26213,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67475,'N/A',0,0,26213,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67476,'Other',20,0,26213,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67477,'Detached',1,0,26214,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67478,'Semi Detached',2,0,26214,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67479,'Terraced',3,0,26214,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67480,'Linked-Detached',1,0,26214,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67481,'Other',20,0,26214,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67482,'House',1,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67483,'Bungalow',1,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67484,'Maisonette',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67485,'Block of Flats - Studios up to 6 Floor Levels',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67486,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67487,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67488,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67489,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67490,'Underground Property',1,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67491,'Factory/ Warehouse',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67492,'Garage/ Workshop',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67493,'Retail Shop',2,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67494,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67495,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67496,'Other',20,0,26215,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67497,'NA',0,0,26221,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67498,'Number of staircase',2,0,26221,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67499,'NA',0,0,26222,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67500,'Number os staircases',2,0,26222,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67501,'Yes',1,0,26225,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67502,'No',3,0,26225,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67503,'Unknown',3,0,26225,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67504,'Stone',0,0,26225,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67505,'Other',20,0,26225,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67506,'Yes',1,0,26226,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67507,'No',5,0,26226,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67508,'Unknown',5,0,26226,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67509,'Stone',0,0,26226,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67510,'Other',20,0,26226,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67511,'No',5,0,26227,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67512,'Unknown',5,0,26227,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67513,'Stone',0,0,26227,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67514,'Other',20,0,26227,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67515,'Wood',2,0,26228,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67516,'Plastics',1,0,26228,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67517,'Aluminium',0,0,26228,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67518,'Stone',0,0,26228,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67519,'Other',20,0,26228,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67520,'25%',1,0,26238,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67521,'50%',1,0,26238,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67522,'75%',1,0,26238,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67523,'100%',1,0,26238,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67524,'Other',20,0,26238,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67525,'0%',0,0,26240,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67526,'25%',1,0,26240,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67527,'50%',1,0,26240,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67528,'75%',1,0,26240,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67529,'100%',1,0,26240,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67530,'0%',0,0,26241,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67531,'25%',2,0,26241,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67532,'50%',2,0,26241,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67533,'75%',2,0,26241,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67534,'100%',2,0,26241,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67535,'0%',0,0,26242,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67536,'25%',1,0,26242,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67537,'50%',1,0,26242,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67538,'75%',1,0,26242,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67539,'100%',1,0,26242,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67540,'Solid concrete all levels',0,0,26243,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67541,'Timber joists all levels',3,0,26243,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67542,'Concrete lowest floor – Timber above higher levels',3,0,26243,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67543,'Other',20,0,26243,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67544,'Yes',1,0,26246,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67545,'No',6,0,26246,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67546,'Yes',2,0,26248,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67547,'No',8,0,26248,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67548,'Yes',1,0,26250,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67549,'No',6,0,26250,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67550,'Yes',1,0,26252,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67551,'No',6,0,26252,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67552,'Yes',1,0,26254,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67553,'No',6,0,26254,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67554,'Yes',1,0,26258,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67555,'No',3,0,26258,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67556,'Yes',1,0,26260,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67557,'No',3,0,26260,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67558,'Yes',1,0,26262,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67559,'No',3,0,26262,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67560,'Very Good',1,0,26264,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67561,'Good',1,0,26264,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67562,'Fair',1,0,26264,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67563,'Poor',2,0,26264,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67564,'Very Poor',2,0,26264,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67565,'Fan Heaters',4,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67566,'Electric Heaters',4,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67567,'Gas Heater',5,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67568,'Other Boilers',2,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67569,'Electrical Equipment',3,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67570,'Electrical Leads',3,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67571,'Portable Equipment',3,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67572,'Portable Lighting',2,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67573,'Cooking kitchen Equipment',6,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67574,'Other',20,0,26270,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67575,'Wood/Paper/Cardboard etc',3,0,26272,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67576,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,26272,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67577,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,26272,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67578,'Waste Material Controlled -in locked wheely bin or store',2,0,26272,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67579,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,26272,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67580,'Other',20,0,26272,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67581,'Employees',2,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67582,'Sub-Contractors',3,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67583,'Young Persons',4,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67584,'Visitors',4,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67585,'The General Public (Customers)',4,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67586,'Disabled or Special needs People less able to leave the premises quickly',7,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67587,'Occupants in Remote Areas',6,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67588,'Sleeping Occupants',7,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67589,'Neighbouring Premises',2,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67590,'Tenants / Owners',3,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67591,'Animals / Livestock',2,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67592,'Other',0,0,26275,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67593,'9:00 - 17:00',0,0,26278,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67594,'17:00 - 24:00',0,0,26278,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67595,'24:00 - 9:00',0,0,26278,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67596,'9:00 - 17:00',0,0,26279,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67597,'17:00 - 24:00',0,0,26279,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67598,'24:00 - 9:00',0,0,26279,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67599,'9:00 - 17:00',0,0,26280,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67600,'17:00 - 24:00',0,0,26280,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67601,'24:00 - 9:00',0,0,26280,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67602,'9:00 - 17:00',0,0,26281,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67603,'17:00 - 24:00',0,0,26281,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67604,'24:00 - 9:00',0,0,26281,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67605,'9:00 - 17:00',0,0,26282,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67606,'17:00 - 24:00',0,0,26282,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67607,'24:00 - 9:00',0,0,26282,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67608,'9:00 - 17:00',0,0,26283,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67609,'17:00 - 24:00',0,0,26283,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67610,'24:00 - 9:00',0,0,26283,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67611,'9:00 - 17:00',0,0,26284,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67612,'17:00 - 24:00',0,0,26284,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67613,'24:00 - 9:00',0,0,26284,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67614,'Below 20',1,0,26285,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67615,'20-49',2,0,26285,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67616,'50-99',2,0,26285,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67617,'100-499',3,0,26285,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67618,'500-999',4,0,26285,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67619,'1000',5,0,26285,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67620,'Single Stage Evacuation',0,0,26286,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67621,'Staged Evacuation',0,0,26286,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67622,'Simultaneous Evacuation',0,0,26286,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67623,'Phased Evacuation',0,0,26286,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67624,'Staff Alarm Only',0,0,26286,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67625,'Stay Put Policy',0,0,26286,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67626,'Yes',0,0,26287,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67627,'No',2,0,26287,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67628,'Other',20,0,26287,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67629,'N/A',0,0,26287,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67630,'Yes',0,0,26288,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67631,'No',2,0,26288,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67632,'Other',20,0,26288,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67633,'N/A',0,0,26288,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67634,'Yes',0,0,26289,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67635,'No',2,0,26289,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67636,'Other',20,0,26289,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67637,'N/A',0,0,26289,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67638,'Yes',0,0,26291,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67639,'No',2,0,26291,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67640,'Other',20,0,26291,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67641,'N/A',0,0,26291,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67642,'Yes',0,0,26293,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67643,'No',2,0,26293,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67644,'Other',20,0,26293,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67645,'N/A',0,0,26293,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67646,'Yes',0,0,26294,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67647,'No',2,0,26294,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67648,'Other',20,0,26294,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67649,'N/A',0,0,26294,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67650,'Yes',0,0,26295,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67651,'No',3,0,26295,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67652,'Other',20,0,26295,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67653,'N/A',0,0,26295,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67654,'Yes',0,0,26297,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67655,'No',3,0,26297,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67656,'Other',20,0,26297,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67657,'N/A',0,0,26297,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67658,'Yes',0,0,26298,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67659,'No',4,0,26298,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67660,'No Disabled',0,0,26298,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67661,'Other',20,0,26298,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67662,'N/A',0,0,26298,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67663,'Yes',0,0,26299,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67664,'No',4,0,26299,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67665,'Other',20,0,26299,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67666,'N/A',0,0,26299,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67667,'Yes',0,0,26300,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67668,'No',3,0,26300,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67669,'Other',20,0,26300,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67670,'N/A',0,0,26300,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67671,'Yes',0,0,26301,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67672,'No',4,0,26301,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67673,'Other',20,0,26301,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67674,'N/A',0,0,26301,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67675,'Yes',0,0,26302,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67676,'No',4,0,26302,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67677,'Other',20,0,26302,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67678,'N/A',0,0,26302,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67679,'Yes',0,0,26303,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67680,'No',5,0,26303,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67681,'Other',20,0,26303,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67682,'N/A',0,0,26303,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67683,'Yes',0,0,26304,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67684,'Yes',3,0,26304,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67685,'No',6,0,26304,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67686,'Other',20,0,26304,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67687,'N/A',0,0,26304,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67688,'Yes',0,0,26305,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67689,'No',5,0,26305,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67690,'Other',20,0,26305,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67691,'N/A',0,0,26305,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67692,'Yes',0,0,26307,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67693,'No 1',7,0,26307,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67694,'No 2',7,0,26307,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67695,'Other',20,0,26307,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67696,'N/A',0,0,26307,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67697,'Yes',0,0,26309,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67698,'No 1',5,0,26309,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67699,'No 2',5,0,26309,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67700,'Yes',0,0,26310,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67701,'Option',5,0,26310,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67702,'No',8,0,26310,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67703,'N/A',0,0,26310,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67704,'Other',20,0,26310,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67705,'Yes 1',1,0,26312,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67706,'Yes 2',0,0,26312,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67707,'No',7,0,26312,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67708,'N/A',0,0,26312,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67709,'Other',20,0,26312,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67710,'Yes',0,0,26314,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67711,'No',8,0,26314,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67712,'Other',20,0,26314,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67713,'N/A',0,0,26314,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67714,'Yes',0,0,26315,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67715,'No',8,0,26315,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67716,'Other',20,0,26315,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67717,'N/A',0,0,26315,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67718,'Yes',0,0,26316,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67719,'No',8,0,26316,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67720,'Other',20,0,26316,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67721,'N/A',0,0,26316,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67722,'Yes',0,0,26318,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67723,'No',8,0,26318,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67724,'Other',20,0,26318,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67725,'N/A',0,0,26318,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67726,'Yes',0,0,26319,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67727,'No',6,0,26319,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67728,'Other',20,0,26319,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67729,'N/A',0,0,26319,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67730,'Director',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67731,'Owner Landlord',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67732,'Site Maitenance',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67733,'Estate Agent',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67734,'Letting Agent',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67735,'Other',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67736,'Director',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67737,'CEO',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67738,'Other',0,0,26328,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67739,'Nebosh',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67740,'Level 2 Fire Risk Assessor',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67741,'Competant Person',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67742,'Property Manager',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67743,'Construction Manager',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67744,'Fire Warden',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67745,'Director',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67746,'CEO',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67747,'Other',0,0,26329,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67748,'Property Agent',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67749,'Owner Landlord',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67750,'Site Manager',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67751,'Property Manager',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67752,'Construction Manager',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67753,'Fire Warden',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67754,'Director',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67755,'CEO',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67756,'Other',0,0,26330,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67757,'A Property Within Building Block',0,0,26331,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67758,'All Of The Property',0,0,26331,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67759,'Communal Areas Only',0,0,26331,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67760,'House',0,0,26331,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67761,'Flat',0,0,26331,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67762,'Other',0,0,26331,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(67763,'Yes',0,0,26337,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67764,'Yes',2,0,26337,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67765,'No',5,0,26337,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67766,'N/A',0,0,26337,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67767,'Other',20,0,26337,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67768,'Yes',0,0,26339,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67769,'Yes',2,0,26339,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67770,'No',5,0,26339,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67771,'N/A',0,0,26339,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67772,'Other',20,0,26339,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67773,'Yes',0,0,26341,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67774,'No',4,0,26341,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67775,'N/A',0,0,26341,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67776,'Other',20,0,26341,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67777,'Yes',0,0,26343,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67778,'No',5,0,26343,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67779,'N/A',0,0,26343,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67780,'Other',20,0,26343,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67781,'Yes',0,0,26345,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67782,'No',4,0,26345,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67783,'N/A',0,0,26345,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67784,'Other',20,0,26345,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67785,'Yes',0,0,26347,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67786,'No',5,0,26347,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67787,'N/A',0,0,26347,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67788,'Other',20,0,26347,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67789,'Yes',0,0,26349,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67790,'No',5,0,26349,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67791,'N/A',0,0,26349,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67792,'Other',20,0,26349,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67793,'Yes',0,0,26351,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67794,'No',7,0,26351,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67795,'N/A',0,0,26351,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67796,'Other',20,0,26351,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67797,'Yes',2,0,26352,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67798,'No',6,0,26352,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67799,'No',0,0,26352,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67800,'N/A',0,0,26352,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67801,'Yes',0,0,26353,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67802,'No',6,0,26353,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67803,'NA',0,0,26353,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67804,'Other',20,0,26353,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67805,'Yes',0,0,26354,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67806,'Yes',0,0,26354,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67807,'NA',0,0,26354,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67808,'Other',20,0,26354,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67809,'Yes',1,0,26355,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67810,'No',0,0,26355,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67811,'Other',20,0,26355,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67812,'Yes',0,0,26356,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67813,'No',9,0,26356,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67814,'NA',0,0,26356,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67815,'Other',20,0,26356,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67816,'Yes',0,0,26357,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67817,'No',7,0,26357,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67818,'NA',0,0,26357,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67819,'Other',20,0,26357,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67820,'Yes',0,0,26358,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67821,'No',6,0,26358,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67822,'NA',0,0,26358,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67823,'Other',20,0,26358,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67824,'Yes',0,0,26359,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67825,'No',6,0,26359,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67826,'NA',0,0,26359,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67827,'Other',20,0,26359,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67828,'Yes',0,0,26360,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67829,'No',4,0,26360,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67830,'No',7,0,26360,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67831,'N/A',0,0,26360,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67832,'Other',20,0,26360,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67833,'Yes',0,0,26361,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67834,'No',8,0,26361,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67835,'NA',0,0,26361,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67836,'Other',20,0,26361,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67837,'Yes',3,0,26362,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67838,'Yes',4,0,26362,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67839,'Yes',5,0,26362,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67840,'Other',20,0,26362,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67841,'Yes',0,0,26363,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67842,'No',5,0,26363,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67843,'NA',5,0,26363,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67844,'Other',20,0,26363,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67845,'Yes',0,0,26364,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67846,'No',5,0,26364,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67847,'N/A',0,0,26364,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67848,'Other',20,0,26364,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67849,'Yes',0,0,26365,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67850,'No',5,0,26365,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67851,'Other',20,0,26365,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67852,'N/A',0,0,26365,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67853,'Yes',0,0,26366,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67854,'No',5,0,26366,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67855,'NA',0,0,26366,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67856,'Other',20,0,26366,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67857,'Yes',0,0,26367,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67858,'No',5,0,26367,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67859,'NA',0,0,26367,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67860,'Other',20,0,26367,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67861,'Yes',1,0,26368,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67862,'Yes',0,0,26368,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67863,'No',5,0,26368,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67864,'Other',20,0,26368,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67865,'Yes',0,0,26369,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67866,'No',5,0,26369,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67867,'NA',0,0,26369,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67868,'Other',20,0,26369,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67869,'Yes',0,0,26370,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67870,'No',5,0,26370,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67871,'Other',20,0,26370,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67872,'N/A',0,0,26370,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67873,'Yes',0,0,26371,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67874,'Yes',0,0,26371,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67875,'No',5,0,26371,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67876,'N/A',0,0,26371,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67877,'Other',20,0,26371,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67878,'Fan Heaters',4,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67879,'Electric Heaters',4,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67880,'Gas Heater',5,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67881,'Other Boilers',2,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67882,'Electrical Equipment',3,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67883,'Electrical Leads',3,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67884,'Portable Equipment',3,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67885,'Portable Lighting',2,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67886,'Cooking kitchen Equipment',6,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67887,'Other',20,0,26372,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67888,'Wood/Paper/Cardboard etc',3,0,26374,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67889,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,26374,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67890,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,26374,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67891,'Waste Material Controlled -in locked wheely bin or store',2,0,26374,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67892,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,26374,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67893,'Other',20,0,26374,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67894,'Employees',2,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67895,'Sub-Contractors',3,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67896,'Young Persons',4,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67897,'Visitors',4,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67898,'The General Public (Customers)',4,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67899,'Disabled or Special needs People less able to leave the premises quickly',7,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67900,'Occupants in Remote Areas',6,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67901,'Sleeping Occupants',7,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67902,'Neighbouring Premises',2,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67903,'Tenants / Owners',3,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67904,'Animals / Livestock',2,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67905,'Other',0,0,26377,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67906,'9:00 - 17:00',0,0,26380,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67907,'17:00 - 24:00',0,0,26380,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67908,'24:00 - 9:00',0,0,26380,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67909,'9:00 - 17:00',0,0,26381,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67910,'17:00 - 24:00',0,0,26381,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67911,'24:00 - 9:00',0,0,26381,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67912,'9:00 - 17:00',0,0,26382,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67913,'17:00 - 24:00',0,0,26382,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67914,'24:00 - 9:00',0,0,26382,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67915,'9:00 - 17:00',0,0,26383,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67916,'17:00 - 24:00',0,0,26383,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67917,'24:00 - 9:00',0,0,26383,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67918,'9:00 - 17:00',0,0,26384,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67919,'17:00 - 24:00',0,0,26384,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67920,'24:00 - 9:00',0,0,26384,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67921,'9:00 - 17:00',0,0,26385,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67922,'17:00 - 24:00',0,0,26385,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67923,'24:00 - 9:00',0,0,26385,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67924,'9:00 - 17:00',0,0,26386,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67925,'17:00 - 24:00',0,0,26386,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67926,'24:00 - 9:00',0,0,26386,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67927,'Below 20',1,0,26387,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67928,'20-49',2,0,26387,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67929,'50-99',2,0,26387,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67930,'100-499',3,0,26387,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67931,'500-999',4,0,26387,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67932,'1000',5,0,26387,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67933,'Single Stage Evacuation',0,0,26388,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67934,'Staged Evacuation',0,0,26388,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67935,'Simultaneous Evacuation',0,0,26388,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67936,'Phased Evacuation',0,0,26388,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67937,'Staff Alarm Only',0,0,26388,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67938,'Stay Put Policy',0,0,26388,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67939,'Yes',0,0,26389,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67940,'No',2,0,26389,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67941,'Other',20,0,26389,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67942,'N/A',0,0,26389,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67943,'Yes',0,0,26390,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67944,'No',2,0,26390,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67945,'Other',20,0,26390,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67946,'N/A',0,0,26390,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67947,'Yes',0,0,26391,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67948,'No',2,0,26391,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67949,'Other',20,0,26391,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67950,'N/A',0,0,26391,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67951,'Yes',0,0,26393,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67952,'No',2,0,26393,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67953,'Other',20,0,26393,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67954,'N/A',0,0,26393,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67955,'Yes',0,0,26395,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67956,'No',2,0,26395,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67957,'Other',20,0,26395,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67958,'N/A',0,0,26395,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67959,'Yes',0,0,26396,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67960,'No',2,0,26396,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67961,'Other',20,0,26396,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67962,'N/A',0,0,26396,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67963,'Yes',0,0,26397,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67964,'No',3,0,26397,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67965,'Other',20,0,26397,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67966,'N/A',0,0,26397,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67967,'Yes',0,0,26399,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67968,'No',3,0,26399,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67969,'Other',20,0,26399,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67970,'N/A',0,0,26399,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67971,'Yes',0,0,26400,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67972,'No',4,0,26400,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67973,'No Disabled',0,0,26400,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67974,'Other',20,0,26400,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67975,'N/A',0,0,26400,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67976,'Yes',0,0,26401,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67977,'No',4,0,26401,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67978,'Other',20,0,26401,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67979,'N/A',0,0,26401,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67980,'Yes',0,0,26402,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67981,'No',3,0,26402,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67982,'Other',20,0,26402,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67983,'N/A',0,0,26402,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67984,'Yes',0,0,26403,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67985,'No',4,0,26403,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67986,'Other',20,0,26403,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67987,'N/A',0,0,26403,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67988,'Yes',0,0,26404,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67989,'No',4,0,26404,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67990,'Other',20,0,26404,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67991,'N/A',0,0,26404,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67992,'Yes',0,0,26405,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67993,'No',5,0,26405,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67994,'Other',20,0,26405,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67995,'N/A',0,0,26405,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67996,'Yes',0,0,26406,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67997,'Yes',3,0,26406,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67998,'No',6,0,26406,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(67999,'Other',20,0,26406,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68000,'N/A',0,0,26406,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68001,'Yes',0,0,26407,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68002,'No',5,0,26407,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68003,'Other',20,0,26407,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68004,'N/A',0,0,26407,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68005,'Yes',0,0,26409,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68006,'No 1',7,0,26409,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68007,'No 2',7,0,26409,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68008,'Other',20,0,26409,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68009,'N/A',0,0,26409,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68010,'Yes',0,0,26411,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68011,'No 1',5,0,26411,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68012,'No 2',5,0,26411,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68013,'Yes',0,0,26412,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68014,'Option',5,0,26412,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68015,'No',8,0,26412,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68016,'N/A',0,0,26412,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68017,'Other',20,0,26412,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68018,'Yes 1',1,0,26414,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68019,'Yes 2',0,0,26414,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68020,'No',7,0,26414,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68021,'N/A',0,0,26414,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68022,'Other',20,0,26414,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68023,'Yes',0,0,26416,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68024,'No',8,0,26416,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68025,'Other',20,0,26416,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68026,'N/A',0,0,26416,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68027,'Yes',0,0,26417,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68028,'No',8,0,26417,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68029,'Other',20,0,26417,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68030,'N/A',0,0,26417,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68031,'Yes',0,0,26418,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68032,'No',8,0,26418,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68033,'Other',20,0,26418,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68034,'N/A',0,0,26418,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68035,'Yes',0,0,26420,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68036,'No',8,0,26420,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68037,'Other',20,0,26420,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68038,'N/A',0,0,26420,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68039,'Yes',0,0,26421,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68040,'No',6,0,26421,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68041,'Other',20,0,26421,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68042,'N/A',0,0,26421,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68043,'Director',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68044,'Owner Landlord',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68045,'Site Maitenance',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68046,'Estate Agent',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68047,'Letting Agent',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68048,'Other',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68049,'Director',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68050,'CEO',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68051,'Other',0,0,26430,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68052,'Nebosh',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68053,'Level 2 Fire Risk Assessor',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68054,'Competant Person',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68055,'Property Manager',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68056,'Construction Manager',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68057,'Fire Warden',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68058,'Director',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68059,'CEO',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68060,'Other',0,0,26431,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68061,'Property Agent',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68062,'Owner Landlord',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68063,'Site Manager',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68064,'Property Manager',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68065,'Construction Manager',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68066,'Fire Warden',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68067,'Director',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68068,'CEO',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68069,'Other',0,0,26432,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68070,'A Property Within Building Block',0,0,26433,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68071,'All Of The Property',0,0,26433,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68072,'Communal Areas Only',0,0,26433,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68073,'House',0,0,26433,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68074,'Flat',0,0,26433,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68075,'Other',0,0,26433,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68076,'Detached',1,0,26439,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68077,'Semi Detached',2,0,26439,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68078,'Terraced',3,0,26439,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68079,'Linked-Detached',1,0,26439,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68080,'Other',20,0,26439,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68081,'House',1,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68082,'Bungalow',1,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68083,'Maisonette',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68084,'Block of Flats - Studios up to 6 Floor Levels',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68085,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68086,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68087,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68088,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68089,'Underground Property',1,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68090,'Factory/ Warehouse',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68091,'Garage/ Workshop',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68092,'Retail Shop',2,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68093,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68094,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68095,'Other',20,0,26440,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68096,'NA',0,0,26446,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68097,'Number of staircase',2,0,26446,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68098,'NA',0,0,26447,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68099,'Number os staircases',2,0,26447,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68100,'Yes',1,0,26450,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68101,'No',3,0,26450,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68102,'Unknown',3,0,26450,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68103,'Stone',0,0,26450,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68104,'Other',20,0,26450,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68105,'Yes',1,0,26451,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68106,'No',5,0,26451,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68107,'Unknown',5,0,26451,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68108,'Stone',0,0,26451,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68109,'Other',20,0,26451,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68110,'No',5,0,26452,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68111,'Unknown',5,0,26452,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68112,'Stone',0,0,26452,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68113,'Other',20,0,26452,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68114,'Wood',2,0,26453,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68115,'Plastics',1,0,26453,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68116,'Aluminium',0,0,26453,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68117,'Stone',0,0,26453,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68118,'Other',20,0,26453,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68119,'25%',1,0,26463,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68120,'50%',1,0,26463,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68121,'75%',1,0,26463,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68122,'100%',1,0,26463,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68123,'Other',20,0,26463,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68124,'0%',0,0,26465,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68125,'25%',1,0,26465,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68126,'50%',1,0,26465,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68127,'75%',1,0,26465,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68128,'100%',1,0,26465,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68129,'0%',0,0,26466,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68130,'25%',2,0,26466,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68131,'50%',2,0,26466,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68132,'75%',2,0,26466,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68133,'100%',2,0,26466,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(68134,'0%',0,0,26467,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68135,'25%',1,0,26467,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68136,'50%',1,0,26467,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68137,'75%',1,0,26467,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68138,'100%',1,0,26467,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68139,'Solid concrete all levels',0,0,26468,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68140,'Timber joists all levels',3,0,26468,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68141,'Concrete lowest floor – Timber above higher levels',3,0,26468,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68142,'Other',20,0,26468,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68143,'Yes',1,0,26471,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68144,'No',6,0,26471,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68145,'Yes',2,0,26473,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68146,'No',8,0,26473,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68147,'Yes',1,0,26475,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68148,'No',6,0,26475,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68149,'Yes',1,0,26477,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68150,'No',6,0,26477,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68151,'Yes',1,0,26479,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68152,'No',6,0,26479,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68153,'Yes',1,0,26483,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68154,'No',3,0,26483,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68155,'Yes',1,0,26485,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68156,'No',3,0,26485,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68157,'Yes',1,0,26487,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68158,'No',3,0,26487,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68159,'Very Good',1,0,26489,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68160,'Good',1,0,26489,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68161,'Fair',1,0,26489,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68162,'Poor',2,0,26489,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68163,'Very Poor',2,0,26489,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(68164,'Yes',0,0,26495,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68165,'Yes',2,0,26495,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68166,'No',5,0,26495,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68167,'N/A',0,0,26495,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68168,'Other',20,0,26495,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68169,'Yes',0,0,26497,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68170,'Yes',2,0,26497,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68171,'No',5,0,26497,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68172,'N/A',0,0,26497,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68173,'Other',20,0,26497,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68174,'Yes',0,0,26499,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68175,'No',4,0,26499,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68176,'N/A',0,0,26499,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68177,'Other',20,0,26499,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68178,'Yes',0,0,26501,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68179,'No',5,0,26501,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68180,'N/A',0,0,26501,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68181,'Other',20,0,26501,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68182,'Yes',0,0,26503,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68183,'No',4,0,26503,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68184,'N/A',0,0,26503,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68185,'Other',20,0,26503,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68186,'Yes',0,0,26505,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68187,'No',5,0,26505,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68188,'N/A',0,0,26505,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68189,'Other',20,0,26505,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68190,'Yes',0,0,26507,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68191,'No',5,0,26507,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68192,'N/A',0,0,26507,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68193,'Other',20,0,26507,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68194,'Yes',0,0,26509,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68195,'No',7,0,26509,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68196,'N/A',0,0,26509,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68197,'Other',20,0,26509,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68198,'Yes',2,0,26510,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68199,'No',6,0,26510,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68200,'No',0,0,26510,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68201,'N/A',0,0,26510,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68202,'Yes',0,0,26511,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68203,'No',6,0,26511,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68204,'NA',0,0,26511,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68205,'Other',20,0,26511,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68206,'Yes',0,0,26512,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68207,'Yes',0,0,26512,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68208,'NA',0,0,26512,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68209,'Other',20,0,26512,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68210,'Yes',1,0,26513,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68211,'No',0,0,26513,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68212,'Other',20,0,26513,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68213,'Yes',0,0,26514,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68214,'No',9,0,26514,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68215,'NA',0,0,26514,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68216,'Other',20,0,26514,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68217,'Yes',0,0,26515,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68218,'No',7,0,26515,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68219,'NA',0,0,26515,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68220,'Other',20,0,26515,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68221,'Yes',0,0,26516,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68222,'No',6,0,26516,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68223,'NA',0,0,26516,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68224,'Other',20,0,26516,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68225,'Yes',0,0,26517,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68226,'No',6,0,26517,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68227,'NA',0,0,26517,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68228,'Other',20,0,26517,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68229,'Yes',0,0,26518,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68230,'No',4,0,26518,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68231,'No',7,0,26518,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68232,'N/A',0,0,26518,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68233,'Other',20,0,26518,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68234,'Yes',0,0,26519,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68235,'No',8,0,26519,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68236,'NA',0,0,26519,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68237,'Other',20,0,26519,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68238,'Yes',3,0,26520,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68239,'Yes',4,0,26520,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68240,'Yes',5,0,26520,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68241,'Other',20,0,26520,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68242,'Yes',1,0,26521,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68243,'Yes',0,0,26521,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68244,'No',5,0,26521,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68245,'Other',20,0,26521,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68246,'Yes',0,0,26522,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68247,'No',5,0,26522,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68248,'NA',5,0,26522,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68249,'Other',20,0,26522,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68250,'Yes',0,0,26523,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68251,'No',5,0,26523,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68252,'N/A',0,0,26523,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68253,'Other',20,0,26523,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68254,'Yes',0,0,26524,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68255,'No',5,0,26524,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68256,'Other',20,0,26524,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68257,'N/A',0,0,26524,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68258,'Yes',0,0,26525,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68259,'No',5,0,26525,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68260,'NA',0,0,26525,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68261,'Other',20,0,26525,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68262,'Yes',0,0,26526,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68263,'No',5,0,26526,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68264,'NA',0,0,26526,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68265,'Other',20,0,26526,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68266,'Yes',0,0,26527,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68267,'No',5,0,26527,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68268,'NA',0,0,26527,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68269,'Other',20,0,26527,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68270,'Yes',0,0,26528,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68271,'No',5,0,26528,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68272,'Other',20,0,26528,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68273,'N/A',0,0,26528,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68274,'Yes',0,0,26529,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68275,'Yes',0,0,26529,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68276,'No',5,0,26529,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68277,'N/A',0,0,26529,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68278,'Other',20,0,26529,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68279,'Fan Heaters',4,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68280,'Electric Heaters',4,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68281,'Gas Heater',5,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68282,'Other Boilers',2,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68283,'Electrical Equipment',3,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68284,'Electrical Leads',3,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68285,'Portable Equipment',3,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68286,'Portable Lighting',2,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35');
INSERT INTO `question_choices` VALUES (68287,'Cooking kitchen Equipment',6,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68288,'Other',20,0,26530,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68289,'Wood/Paper/Cardboard etc',3,0,26532,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68290,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,26532,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68291,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,26532,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68292,'Waste Material Controlled -in locked wheely bin or store',2,0,26532,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68293,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,26532,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68294,'Other',20,0,26532,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68295,'Employees',2,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68296,'Sub-Contractors',3,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68297,'Young Persons',4,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68298,'Visitors',4,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68299,'The General Public (Customers)',4,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68300,'Disabled or Special needs People less able to leave the premises quickly',7,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68301,'Occupants in Remote Areas',6,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68302,'Sleeping Occupants',7,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68303,'Neighbouring Premises',2,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68304,'Tenants / Owners',3,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68305,'Animals / Livestock',2,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68306,'Other',0,0,26535,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68307,'9:00 - 17:00',0,0,26538,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68308,'17:00 - 24:00',0,0,26538,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68309,'24:00 - 9:00',0,0,26538,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68310,'9:00 - 17:00',0,0,26539,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68311,'17:00 - 24:00',0,0,26539,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68312,'24:00 - 9:00',0,0,26539,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68313,'9:00 - 17:00',0,0,26540,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68314,'17:00 - 24:00',0,0,26540,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68315,'24:00 - 9:00',0,0,26540,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68316,'9:00 - 17:00',0,0,26541,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68317,'17:00 - 24:00',0,0,26541,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68318,'24:00 - 9:00',0,0,26541,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68319,'9:00 - 17:00',0,0,26542,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68320,'17:00 - 24:00',0,0,26542,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68321,'24:00 - 9:00',0,0,26542,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68322,'9:00 - 17:00',0,0,26543,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68323,'17:00 - 24:00',0,0,26543,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68324,'24:00 - 9:00',0,0,26543,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68325,'9:00 - 17:00',0,0,26544,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68326,'17:00 - 24:00',0,0,26544,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68327,'24:00 - 9:00',0,0,26544,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68328,'Below 20',1,0,26545,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68329,'20-49',2,0,26545,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68330,'50-99',2,0,26545,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68331,'100-499',3,0,26545,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68332,'500-999',4,0,26545,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68333,'1000',5,0,26545,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68334,'Single Stage Evacuation',0,0,26546,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68335,'Staged Evacuation',0,0,26546,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68336,'Simultaneous Evacuation',0,0,26546,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68337,'Phased Evacuation',0,0,26546,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68338,'Staff Alarm Only',0,0,26546,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68339,'Stay Put Policy',0,0,26546,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68340,'Yes',0,0,26547,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68341,'No',2,0,26547,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68342,'Other',20,0,26547,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68343,'N/A',0,0,26547,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68344,'Yes',0,0,26548,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68345,'No',2,0,26548,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68346,'Other',20,0,26548,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68347,'N/A',0,0,26548,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68348,'Yes',0,0,26549,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68349,'No',2,0,26549,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68350,'Other',20,0,26549,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68351,'N/A',0,0,26549,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68352,'Yes',0,0,26551,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68353,'No',2,0,26551,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68354,'Other',20,0,26551,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68355,'N/A',0,0,26551,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68356,'Yes',0,0,26553,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68357,'No',2,0,26553,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68358,'Other',20,0,26553,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68359,'N/A',0,0,26553,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68360,'Yes',0,0,26554,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68361,'No',2,0,26554,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68362,'Other',20,0,26554,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68363,'N/A',0,0,26554,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68364,'Yes',0,0,26555,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68365,'No',3,0,26555,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68366,'Other',20,0,26555,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68367,'N/A',0,0,26555,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68368,'Yes',0,0,26557,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68369,'No',3,0,26557,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68370,'Other',20,0,26557,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68371,'N/A',0,0,26557,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68372,'Yes',0,0,26558,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68373,'No',4,0,26558,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68374,'No Disabled',0,0,26558,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68375,'Other',20,0,26558,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68376,'N/A',0,0,26558,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68377,'Yes',0,0,26559,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68378,'No',4,0,26559,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68379,'Other',20,0,26559,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68380,'N/A',0,0,26559,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68381,'Yes',0,0,26560,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68382,'No',3,0,26560,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68383,'Other',20,0,26560,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68384,'N/A',0,0,26560,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68385,'Yes',0,0,26561,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68386,'No',4,0,26561,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68387,'Other',20,0,26561,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68388,'N/A',0,0,26561,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68389,'Yes',0,0,26562,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68390,'No',4,0,26562,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68391,'Other',20,0,26562,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68392,'N/A',0,0,26562,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68393,'Yes',0,0,26563,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68394,'No',5,0,26563,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68395,'Other',20,0,26563,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68396,'N/A',0,0,26563,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68397,'Yes',0,0,26564,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68398,'Yes',3,0,26564,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68399,'No',6,0,26564,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68400,'Other',20,0,26564,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68401,'N/A',0,0,26564,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68402,'Yes',0,0,26565,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68403,'No',5,0,26565,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68404,'Other',20,0,26565,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68405,'N/A',0,0,26565,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68406,'Yes',0,0,26567,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68407,'No 1',7,0,26567,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68408,'No 2',7,0,26567,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68409,'Other',20,0,26567,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68410,'N/A',0,0,26567,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68411,'Yes',0,0,26569,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68412,'No 1',5,0,26569,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68413,'No 2',5,0,26569,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68414,'Yes',0,0,26570,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68415,'Option',5,0,26570,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68416,'No',8,0,26570,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68417,'N/A',0,0,26570,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68418,'Other',20,0,26570,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68419,'Yes 1',1,0,26572,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68420,'Yes 2',0,0,26572,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68421,'No',7,0,26572,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68422,'N/A',0,0,26572,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68423,'Other',20,0,26572,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68424,'Yes',0,0,26574,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68425,'No',8,0,26574,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68426,'Other',20,0,26574,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68427,'N/A',0,0,26574,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68428,'Yes',0,0,26575,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68429,'No',8,0,26575,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68430,'Other',20,0,26575,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68431,'N/A',0,0,26575,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68432,'Yes',0,0,26576,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68433,'No',8,0,26576,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68434,'Other',20,0,26576,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68435,'N/A',0,0,26576,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68436,'Yes',0,0,26578,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68437,'No',8,0,26578,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68438,'Other',20,0,26578,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68439,'N/A',0,0,26578,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68440,'Yes',0,0,26579,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68441,'No',6,0,26579,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68442,'Other',20,0,26579,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68443,'N/A',0,0,26579,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68444,'Director',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68445,'Owner Landlord',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68446,'Site Maitenance',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68447,'Estate Agent',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68448,'Letting Agent',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68449,'Other',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68450,'Director',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68451,'CEO',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68452,'Other',0,0,26588,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68453,'Nebosh',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68454,'Level 2 Fire Risk Assessor',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68455,'Competant Person',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68456,'Property Manager',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68457,'Construction Manager',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68458,'Fire Warden',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68459,'Director',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68460,'CEO',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68461,'Other',0,0,26589,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68462,'Property Agent',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68463,'Owner Landlord',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68464,'Site Manager',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68465,'Property Manager',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68466,'Construction Manager',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68467,'Fire Warden',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68468,'Director',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68469,'CEO',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68470,'Other',0,0,26590,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68471,'A Property Within Building Block',0,0,26591,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68472,'All Of The Property',0,0,26591,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68473,'Communal Areas Only',0,0,26591,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68474,'House',0,0,26591,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68475,'Flat',0,0,26591,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68476,'Other',0,0,26591,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68477,'Detached',1,0,26597,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68478,'Semi Detached',2,0,26597,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68479,'Terraced',3,0,26597,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68480,'Linked-Detached',1,0,26597,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68481,'Other',20,0,26597,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68482,'House',1,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68483,'Bungalow',1,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68484,'Maisonette',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68485,'Block of Flats - Studios up to 6 Floor Levels',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68486,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68487,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68488,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68489,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68490,'Underground Property',1,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68491,'Factory/ Warehouse',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68492,'Garage/ Workshop',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68493,'Retail Shop',2,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68494,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68495,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68496,'Other',20,0,26598,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68497,'NA',0,0,26604,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68498,'Number of staircase',2,0,26604,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68499,'NA',0,0,26605,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68500,'Number os staircases',2,0,26605,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68501,'Yes',1,0,26611,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68502,'No',3,0,26611,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68503,'Unknown',3,0,26611,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68504,'Stone',0,0,26611,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68505,'Other',20,0,26611,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68506,'Yes',1,0,26612,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68507,'No',5,0,26612,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68508,'Unknown',5,0,26612,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68509,'Stone',0,0,26612,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68510,'Other',20,0,26612,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68511,'No',5,0,26613,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68512,'Unknown',5,0,26613,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68513,'Stone',0,0,26613,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68514,'Other',20,0,26613,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68515,'Other',20,0,26613,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68516,'Wood',2,0,26614,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68517,'Plastics',1,0,26614,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68518,'Aluminium',0,0,26614,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68519,'Stone',0,0,26614,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68520,'Other',20,0,26614,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68521,'25%',1,0,26621,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68522,'50%',1,0,26621,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68523,'75%',1,0,26621,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68524,'100%',1,0,26621,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68525,'Other',20,0,26621,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68526,'0%',0,0,26623,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68527,'25%',1,0,26623,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68528,'50%',1,0,26623,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68529,'75%',1,0,26623,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68530,'100%',1,0,26623,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68531,'0%',0,0,26624,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68532,'25%',2,0,26624,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68533,'50%',2,0,26624,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68534,'75%',2,0,26624,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68535,'100%',2,0,26624,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68536,'0%',0,0,26625,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68537,'25%',1,0,26625,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68538,'50%',1,0,26625,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68539,'75%',1,0,26625,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68540,'100%',1,0,26625,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68541,'Solid concrete all levels',0,0,26626,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68542,'Timber joists all levels',3,0,26626,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68543,'Concrete lowest floor – Timber above higher levels',3,0,26626,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68544,'Other',20,0,26626,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68545,'Yes',1,0,26629,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68546,'No',6,0,26629,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68547,'Yes',2,0,26631,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68548,'No',8,0,26631,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68549,'Yes',1,0,26633,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68550,'No',6,0,26633,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68551,'Yes',1,0,26635,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68552,'No',6,0,26635,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68553,'Yes',1,0,26637,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68554,'No',6,0,26637,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68555,'Yes',1,0,26641,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68556,'No',3,0,26641,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68557,'Yes',1,0,26643,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68558,'No',3,0,26643,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68559,'Yes',1,0,26645,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68560,'No',3,0,26645,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68561,'Very Good',1,0,26647,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68562,'Good',1,0,26647,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68563,'Fair',1,0,26647,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68564,'Poor',2,0,26647,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68565,'Very Poor',2,0,26647,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(68566,'Yes',0,0,26653,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68567,'Yes',2,0,26653,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68568,'No',5,0,26653,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68569,'N/A',0,0,26653,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68570,'Other',20,0,26653,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68571,'Yes',0,0,26655,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68572,'Yes',2,0,26655,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68573,'No',5,0,26655,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68574,'N/A',0,0,26655,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68575,'Other',20,0,26655,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68576,'Yes',0,0,26657,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68577,'No',4,0,26657,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68578,'N/A',0,0,26657,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68579,'Other',20,0,26657,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68580,'Yes',0,0,26659,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68581,'No',5,0,26659,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68582,'N/A',0,0,26659,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68583,'Other',20,0,26659,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68584,'Yes',0,0,26661,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68585,'No',4,0,26661,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68586,'N/A',0,0,26661,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68587,'Other',20,0,26661,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68588,'Yes',0,0,26663,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68589,'No',5,0,26663,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68590,'N/A',0,0,26663,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68591,'Other',20,0,26663,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68592,'Yes',0,0,26665,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68593,'No',5,0,26665,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68594,'N/A',0,0,26665,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68595,'Other',20,0,26665,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68596,'Yes',0,0,26667,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68597,'No',7,0,26667,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68598,'N/A',0,0,26667,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68599,'Other',20,0,26667,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68600,'Yes',2,0,26668,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68601,'No',6,0,26668,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68602,'No',0,0,26668,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68603,'N/A',0,0,26668,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68604,'Yes',0,0,26669,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68605,'No',6,0,26669,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68606,'NA',0,0,26669,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68607,'Other',20,0,26669,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68608,'Yes',0,0,26670,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68609,'Yes',0,0,26670,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68610,'NA',0,0,26670,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68611,'Other',20,0,26670,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68612,'Yes',1,0,26671,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68613,'No',0,0,26671,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68614,'Other',20,0,26671,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68615,'Yes',0,0,26672,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68616,'No',9,0,26672,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68617,'NA',0,0,26672,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68618,'Other',20,0,26672,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68619,'Yes',0,0,26673,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68620,'No',7,0,26673,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68621,'NA',0,0,26673,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68622,'Other',20,0,26673,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68623,'Yes',0,0,26674,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68624,'No',6,0,26674,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68625,'NA',0,0,26674,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68626,'Other',20,0,26674,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68627,'Yes',0,0,26675,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68628,'No',6,0,26675,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68629,'NA',0,0,26675,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68630,'Other',20,0,26675,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68631,'Yes',0,0,26676,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68632,'No',4,0,26676,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68633,'No',7,0,26676,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68634,'N/A',0,0,26676,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68635,'Other',20,0,26676,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68636,'Yes',0,0,26677,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68637,'No',8,0,26677,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68638,'NA',0,0,26677,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68639,'Other',20,0,26677,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68640,'Yes',3,0,26678,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68641,'Yes',4,0,26678,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68642,'Yes',5,0,26678,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68643,'Other',20,0,26678,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68644,'Yes',1,0,26679,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68645,'Yes',0,0,26679,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68646,'No',5,0,26679,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68647,'Other',20,0,26679,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68648,'Yes',0,0,26680,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68649,'No',5,0,26680,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68650,'NA',5,0,26680,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68651,'Other',20,0,26680,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68652,'Yes',0,0,26681,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68653,'No',5,0,26681,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68654,'N/A',0,0,26681,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68655,'Other',20,0,26681,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68656,'Yes',0,0,26682,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68657,'No',5,0,26682,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68658,'Other',20,0,26682,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68659,'N/A',0,0,26682,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68660,'Yes',0,0,26683,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68661,'No',5,0,26683,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68662,'NA',0,0,26683,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68663,'Other',20,0,26683,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68664,'Yes',0,0,26684,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68665,'No',5,0,26684,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68666,'NA',0,0,26684,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68667,'Other',20,0,26684,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68668,'Yes',0,0,26685,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68669,'No',5,0,26685,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68670,'NA',0,0,26685,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68671,'Other',20,0,26685,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68672,'Yes',0,0,26686,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68673,'No',5,0,26686,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68674,'Other',20,0,26686,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68675,'N/A',0,0,26686,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68676,'Yes',0,0,26687,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68677,'Yes',0,0,26687,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68678,'No',5,0,26687,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68679,'N/A',0,0,26687,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68680,'Other',20,0,26687,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68681,'Fan Heaters',4,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68682,'Electric Heaters',4,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68683,'Gas Heater',5,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68684,'Other Boilers',2,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68685,'Electrical Equipment',3,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68686,'Electrical Leads',3,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68687,'Portable Equipment',3,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68688,'Portable Lighting',2,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68689,'Cooking kitchen Equipment',6,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68690,'Other',20,0,26688,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68691,'Wood/Paper/Cardboard etc',3,0,26690,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68692,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,26690,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68693,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,26690,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68694,'Waste Material Controlled -in locked wheely bin or store',2,0,26690,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68695,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,26690,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68696,'Other',20,0,26690,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68697,'Employees',2,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68698,'Sub-Contractors',3,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68699,'Young Persons',4,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68700,'Visitors',4,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68701,'The General Public (Customers)',4,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68702,'Disabled or Special needs People less able to leave the premises quickly',7,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68703,'Occupants in Remote Areas',6,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68704,'Sleeping Occupants',7,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68705,'Neighbouring Premises',2,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68706,'Tenants / Owners',3,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68707,'Animals / Livestock',2,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68708,'Other',0,0,26693,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68709,'9:00 - 17:00',0,0,26696,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68710,'17:00 - 24:00',0,0,26696,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68711,'24:00 - 9:00',0,0,26696,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68712,'9:00 - 17:00',0,0,26697,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68713,'17:00 - 24:00',0,0,26697,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68714,'24:00 - 9:00',0,0,26697,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68715,'9:00 - 17:00',0,0,26698,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68716,'17:00 - 24:00',0,0,26698,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68717,'24:00 - 9:00',0,0,26698,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68718,'9:00 - 17:00',0,0,26699,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68719,'17:00 - 24:00',0,0,26699,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68720,'24:00 - 9:00',0,0,26699,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68721,'9:00 - 17:00',0,0,26700,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68722,'17:00 - 24:00',0,0,26700,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68723,'24:00 - 9:00',0,0,26700,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68724,'9:00 - 17:00',0,0,26701,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68725,'17:00 - 24:00',0,0,26701,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68726,'24:00 - 9:00',0,0,26701,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68727,'9:00 - 17:00',0,0,26702,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68728,'17:00 - 24:00',0,0,26702,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68729,'24:00 - 9:00',0,0,26702,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68730,'Below 20',1,0,26703,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68731,'20-49',2,0,26703,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68732,'50-99',2,0,26703,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68733,'100-499',3,0,26703,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68734,'500-999',4,0,26703,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68735,'1000',5,0,26703,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68736,'Single Stage Evacuation',0,0,26704,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68737,'Staged Evacuation',0,0,26704,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68738,'Simultaneous Evacuation',0,0,26704,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68739,'Phased Evacuation',0,0,26704,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68740,'Staff Alarm Only',0,0,26704,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68741,'Stay Put Policy',0,0,26704,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68742,'Yes',0,0,26705,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68743,'No',2,0,26705,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68744,'Other',20,0,26705,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68745,'N/A',0,0,26705,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68746,'Yes',0,0,26706,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68747,'No',2,0,26706,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68748,'Other',20,0,26706,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68749,'N/A',0,0,26706,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68750,'Yes',0,0,26707,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68751,'No',2,0,26707,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68752,'Other',20,0,26707,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68753,'N/A',0,0,26707,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68754,'Yes',0,0,26709,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68755,'No',2,0,26709,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68756,'Other',20,0,26709,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68757,'N/A',0,0,26709,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68758,'Yes',0,0,26711,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68759,'No',2,0,26711,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68760,'Other',20,0,26711,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68761,'N/A',0,0,26711,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68762,'Yes',0,0,26712,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68763,'No',2,0,26712,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68764,'Other',20,0,26712,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68765,'N/A',0,0,26712,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68766,'Yes',0,0,26713,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68767,'No',3,0,26713,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68768,'Other',20,0,26713,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68769,'N/A',0,0,26713,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68770,'Yes',0,0,26715,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68771,'No',3,0,26715,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68772,'Other',20,0,26715,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68773,'N/A',0,0,26715,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68774,'Yes',0,0,26716,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68775,'No',4,0,26716,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68776,'No Disabled',0,0,26716,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68777,'Other',20,0,26716,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68778,'N/A',0,0,26716,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68779,'Yes',0,0,26717,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68780,'No',4,0,26717,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68781,'Other',20,0,26717,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68782,'N/A',0,0,26717,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68783,'Yes',0,0,26718,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68784,'No',3,0,26718,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68785,'Other',20,0,26718,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68786,'N/A',0,0,26718,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68787,'Yes',0,0,26719,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68788,'No',4,0,26719,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68789,'Other',20,0,26719,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68790,'N/A',0,0,26719,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68791,'Yes',0,0,26720,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68792,'No',4,0,26720,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68793,'Other',20,0,26720,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68794,'N/A',0,0,26720,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68795,'Yes',0,0,26721,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68796,'No',5,0,26721,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68797,'Other',20,0,26721,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68798,'N/A',0,0,26721,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68799,'Yes',0,0,26722,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68800,'Yes',3,0,26722,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68801,'No',6,0,26722,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68802,'Other',20,0,26722,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68803,'N/A',0,0,26722,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68804,'Yes',0,0,26723,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68805,'No',5,0,26723,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68806,'Other',20,0,26723,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68807,'N/A',0,0,26723,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68808,'Yes',0,0,26725,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68809,'No 1',7,0,26725,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68810,'No 2',7,0,26725,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68811,'Other',20,0,26725,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68812,'N/A',0,0,26725,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68813,'Yes',0,0,26727,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68814,'No 1',5,0,26727,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68815,'No 2',5,0,26727,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68816,'Yes',0,0,26728,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68817,'Option',5,0,26728,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68818,'No',8,0,26728,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68819,'N/A',0,0,26728,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68820,'Other',20,0,26728,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68821,'Yes 1',1,0,26730,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68822,'Yes 2',0,0,26730,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68823,'No',7,0,26730,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68824,'N/A',0,0,26730,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68825,'Other',20,0,26730,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68826,'Yes',0,0,26732,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68827,'No',8,0,26732,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68828,'Other',20,0,26732,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68829,'N/A',0,0,26732,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68830,'Yes',0,0,26733,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68831,'No',8,0,26733,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68832,'Other',20,0,26733,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68833,'N/A',0,0,26733,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68834,'Yes',0,0,26734,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68835,'No',8,0,26734,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68836,'Other',20,0,26734,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68837,'N/A',0,0,26734,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68838,'Yes',0,0,26736,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68839,'No',8,0,26736,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68840,'Other',20,0,26736,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68841,'N/A',0,0,26736,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68842,'Yes',0,0,26737,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68843,'No',6,0,26737,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68844,'Other',20,0,26737,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68845,'N/A',0,0,26737,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68846,'Director',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68847,'Owner Landlord',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68848,'Site Maitenance',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68849,'Estate Agent',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68850,'Letting Agent',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68851,'Other',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68852,'Director',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68853,'CEO',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68854,'Other',0,0,26746,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68855,'Nebosh',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68856,'Level 2 Fire Risk Assessor',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68857,'Competant Person',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68858,'Property Manager',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68859,'Construction Manager',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68860,'Fire Warden',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68861,'Director',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68862,'CEO',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68863,'Other',0,0,26747,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68864,'Property Agent',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68865,'Owner Landlord',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68866,'Site Manager',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68867,'Property Manager',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68868,'Construction Manager',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68869,'Fire Warden',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68870,'Director',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68871,'CEO',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68872,'Other',0,0,26748,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68873,'A Property Within Building Block',0,0,26749,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68874,'All Of The Property',0,0,26749,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68875,'Communal Areas Only',0,0,26749,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68876,'House',0,0,26749,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68877,'Flat',0,0,26749,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68878,'Other',0,0,26749,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68879,'Detached',1,0,26755,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68880,'Semi Detached',2,0,26755,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68881,'Terraced',3,0,26755,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68882,'Linked-Detached',1,0,26755,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68883,'Other',20,0,26755,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68884,'House',1,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68885,'Bungalow',1,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68886,'Maisonette',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68887,'Block of Flats - Studios up to 6 Floor Levels',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68888,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68889,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68890,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68891,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68892,'Underground Property',1,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68893,'Factory/ Warehouse',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68894,'Garage/ Workshop',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68895,'Retail Shop',2,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68896,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68897,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68898,'Other',20,0,26756,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68899,'NA',0,0,26762,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68900,'Number of staircase',2,0,26762,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68901,'NA',0,0,26763,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68902,'Number os staircases',2,0,26763,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68903,'25%',1,0,26774,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68904,'50%',1,0,26774,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68905,'75%',1,0,26774,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68906,'100%',1,0,26774,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68907,'Other',20,0,26774,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68908,'Yes',1,0,26776,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68909,'No',3,0,26776,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68910,'Unknown',3,0,26776,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68911,'Stone',0,0,26776,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68912,'Other',20,0,26776,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68913,'Yes',1,0,26777,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68914,'No',5,0,26777,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68915,'Unknown',5,0,26777,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68916,'Stone',0,0,26777,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68917,'Other',20,0,26777,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68918,'No',5,0,26778,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68919,'Unknown',5,0,26778,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68920,'Stone',0,0,26778,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68921,'Other',20,0,26778,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68922,'Other',20,0,26778,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68923,'Wood',2,0,26779,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68924,'Plastics',1,0,26779,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68925,'Aluminium',0,0,26779,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68926,'Stone',0,0,26779,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68927,'Other',20,0,26779,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68928,'0%',0,0,26781,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68929,'25%',1,0,26781,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68930,'50%',1,0,26781,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68931,'75%',1,0,26781,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68932,'100%',1,0,26781,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68933,'0%',0,0,26782,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68934,'25%',2,0,26782,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68935,'50%',2,0,26782,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68936,'75%',2,0,26782,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68937,'100%',2,0,26782,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68938,'0%',0,0,26783,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68939,'25%',1,0,26783,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68940,'50%',1,0,26783,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68941,'75%',1,0,26783,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68942,'100%',1,0,26783,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68943,'Solid concrete all levels',0,0,26784,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68944,'Timber joists all levels',3,0,26784,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68945,'Concrete lowest floor – Timber above higher levels',3,0,26784,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68946,'Other',20,0,26784,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68947,'Yes',1,0,26787,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68948,'No',6,0,26787,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68949,'Yes',2,0,26789,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68950,'No',8,0,26789,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68951,'Yes',1,0,26791,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68952,'No',6,0,26791,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68953,'Yes',1,0,26793,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68954,'No',6,0,26793,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68955,'Yes',1,0,26795,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68956,'No',6,0,26795,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68957,'Yes',1,0,26799,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68958,'No',3,0,26799,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68959,'Yes',1,0,26801,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68960,'No',3,0,26801,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68961,'Yes',1,0,26803,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68962,'No',3,0,26803,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68963,'Very Good',1,0,26805,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68964,'Good',1,0,26805,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68965,'Fair',1,0,26805,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68966,'Poor',2,0,26805,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68967,'Very Poor',2,0,26805,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(68968,'Yes',0,0,26811,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68969,'Yes',2,0,26811,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68970,'No',5,0,26811,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68971,'N/A',0,0,26811,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68972,'Other',20,0,26811,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68973,'Yes',0,0,26813,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68974,'Yes',2,0,26813,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68975,'No',5,0,26813,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68976,'N/A',0,0,26813,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68977,'Other',20,0,26813,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68978,'Yes',0,0,26815,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68979,'No',4,0,26815,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68980,'N/A',0,0,26815,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68981,'Other',20,0,26815,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68982,'Yes',0,0,26817,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68983,'No',5,0,26817,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68984,'N/A',0,0,26817,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68985,'Other',20,0,26817,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68986,'Yes',0,0,26819,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68987,'No',4,0,26819,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68988,'N/A',0,0,26819,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68989,'Other',20,0,26819,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68990,'Yes',0,0,26821,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68991,'No',5,0,26821,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68992,'N/A',0,0,26821,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68993,'Other',20,0,26821,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68994,'Yes',0,0,26823,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68995,'No',5,0,26823,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68996,'N/A',0,0,26823,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68997,'Other',20,0,26823,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68998,'Yes',0,0,26825,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(68999,'No',7,0,26825,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69000,'N/A',0,0,26825,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69001,'Other',20,0,26825,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69002,'Yes',2,0,26826,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69003,'No',6,0,26826,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69004,'No',0,0,26826,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69005,'N/A',0,0,26826,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69006,'Yes',0,0,26827,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69007,'No',6,0,26827,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69008,'NA',0,0,26827,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69009,'Other',20,0,26827,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69010,'Yes',0,0,26828,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69011,'Yes',0,0,26828,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69012,'NA',0,0,26828,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69013,'Other',20,0,26828,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69014,'Yes',1,0,26829,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69015,'No',0,0,26829,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69016,'Other',20,0,26829,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69017,'Yes',0,0,26830,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69018,'No',9,0,26830,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69019,'NA',0,0,26830,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69020,'Other',20,0,26830,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69021,'Yes',0,0,26831,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69022,'No',7,0,26831,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69023,'NA',0,0,26831,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69024,'Other',20,0,26831,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69025,'Yes',0,0,26832,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69026,'No',6,0,26832,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69027,'NA',0,0,26832,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69028,'Other',20,0,26832,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69029,'Yes',0,0,26833,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69030,'No',6,0,26833,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69031,'NA',0,0,26833,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69032,'Other',20,0,26833,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69033,'Yes',0,0,26834,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69034,'No',4,0,26834,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69035,'No',7,0,26834,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69036,'N/A',0,0,26834,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69037,'Other',20,0,26834,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69038,'Yes',0,0,26835,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69039,'No',8,0,26835,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69040,'NA',0,0,26835,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69041,'Other',20,0,26835,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69042,'Yes',3,0,26836,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69043,'Yes',4,0,26836,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69044,'Yes',5,0,26836,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69045,'Other',20,0,26836,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69046,'Yes',1,0,26837,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69047,'Yes',0,0,26837,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69048,'No',5,0,26837,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69049,'Other',20,0,26837,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69050,'Yes',0,0,26838,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69051,'No',5,0,26838,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69052,'NA',5,0,26838,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69053,'Other',20,0,26838,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69054,'Yes',0,0,26839,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69055,'No',5,0,26839,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69056,'N/A',0,0,26839,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69057,'Other',20,0,26839,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69058,'Yes',0,0,26840,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69059,'No',5,0,26840,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69060,'Other',20,0,26840,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69061,'N/A',0,0,26840,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69062,'Yes',0,0,26841,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69063,'No',5,0,26841,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69064,'NA',0,0,26841,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69065,'Other',20,0,26841,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69066,'Yes',0,0,26842,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69067,'No',5,0,26842,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69068,'NA',0,0,26842,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69069,'Other',20,0,26842,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69070,'Yes',0,0,26843,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69071,'No',5,0,26843,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69072,'NA',0,0,26843,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69073,'Other',20,0,26843,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69074,'Yes',0,0,26844,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69075,'No',5,0,26844,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69076,'Other',20,0,26844,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69077,'N/A',0,0,26844,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69078,'Yes',0,0,26845,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69079,'Yes',0,0,26845,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69080,'No',5,0,26845,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69081,'N/A',0,0,26845,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69082,'Other',20,0,26845,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69083,'Fan Heaters',4,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69084,'Electric Heaters',4,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69085,'Gas Heater',5,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69086,'Other Boilers',2,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69087,'Electrical Equipment',3,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69088,'Electrical Leads',3,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69089,'Portable Equipment',3,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69090,'Portable Lighting',2,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69091,'Cooking kitchen Equipment',6,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69092,'Other',20,0,26846,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69093,'Wood/Paper/Cardboard etc',3,0,26848,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69094,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,26848,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69095,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,26848,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69096,'Waste Material Controlled -in locked wheely bin or store',2,0,26848,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69097,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,26848,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69098,'Other',20,0,26848,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69099,'Employees',2,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69100,'Sub-Contractors',3,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69101,'Young Persons',4,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69102,'Visitors',4,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69103,'The General Public (Customers)',4,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69104,'Disabled or Special needs People less able to leave the premises quickly',7,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69105,'Occupants in Remote Areas',6,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69106,'Sleeping Occupants',7,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69107,'Neighbouring Premises',2,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69108,'Tenants / Owners',3,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69109,'Animals / Livestock',2,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69110,'Other',0,0,26851,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69111,'9:00 - 17:00',0,0,26854,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69112,'17:00 - 24:00',0,0,26854,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69113,'24:00 - 9:00',0,0,26854,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69114,'9:00 - 17:00',0,0,26855,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69115,'17:00 - 24:00',0,0,26855,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69116,'24:00 - 9:00',0,0,26855,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69117,'9:00 - 17:00',0,0,26856,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69118,'17:00 - 24:00',0,0,26856,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69119,'24:00 - 9:00',0,0,26856,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69120,'9:00 - 17:00',0,0,26857,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69121,'17:00 - 24:00',0,0,26857,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69122,'24:00 - 9:00',0,0,26857,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69123,'9:00 - 17:00',0,0,26858,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69124,'17:00 - 24:00',0,0,26858,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69125,'24:00 - 9:00',0,0,26858,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69126,'9:00 - 17:00',0,0,26859,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69127,'17:00 - 24:00',0,0,26859,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69128,'24:00 - 9:00',0,0,26859,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69129,'9:00 - 17:00',0,0,26860,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69130,'17:00 - 24:00',0,0,26860,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69131,'24:00 - 9:00',0,0,26860,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69132,'Below 20',1,0,26861,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69133,'20-49',2,0,26861,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69134,'50-99',2,0,26861,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69135,'100-499',3,0,26861,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69136,'500-999',4,0,26861,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69137,'1000',5,0,26861,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69138,'Single Stage Evacuation',0,0,26862,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69139,'Staged Evacuation',0,0,26862,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69140,'Simultaneous Evacuation',0,0,26862,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69141,'Phased Evacuation',0,0,26862,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69142,'Staff Alarm Only',0,0,26862,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69143,'Stay Put Policy',0,0,26862,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69144,'Yes',0,0,26863,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69145,'No',2,0,26863,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69146,'Other',20,0,26863,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69147,'N/A',0,0,26863,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69148,'Yes',0,0,26864,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69149,'No',2,0,26864,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69150,'Other',20,0,26864,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69151,'N/A',0,0,26864,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69152,'Yes',0,0,26865,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69153,'No',2,0,26865,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69154,'Other',20,0,26865,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69155,'N/A',0,0,26865,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69156,'Yes',0,0,26867,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69157,'No',2,0,26867,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69158,'Other',20,0,26867,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69159,'N/A',0,0,26867,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69160,'Yes',0,0,26869,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69161,'No',2,0,26869,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69162,'Other',20,0,26869,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69163,'N/A',0,0,26869,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69164,'Yes',0,0,26870,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69165,'No',2,0,26870,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69166,'Other',20,0,26870,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69167,'N/A',0,0,26870,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69168,'Yes',0,0,26871,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69169,'No',3,0,26871,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69170,'Other',20,0,26871,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69171,'N/A',0,0,26871,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69172,'Yes',0,0,26873,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69173,'No',3,0,26873,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69174,'Other',20,0,26873,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69175,'N/A',0,0,26873,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69176,'Yes',0,0,26874,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69177,'No',4,0,26874,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69178,'No Disabled',0,0,26874,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69179,'Other',20,0,26874,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69180,'N/A',0,0,26874,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69181,'Yes',0,0,26875,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69182,'No',4,0,26875,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69183,'Other',20,0,26875,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69184,'N/A',0,0,26875,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69185,'Yes',0,0,26876,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69186,'No',3,0,26876,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69187,'Other',20,0,26876,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69188,'N/A',0,0,26876,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69189,'Yes',0,0,26877,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69190,'No',4,0,26877,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69191,'Other',20,0,26877,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69192,'N/A',0,0,26877,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69193,'Yes',0,0,26878,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69194,'No',4,0,26878,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69195,'Other',20,0,26878,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69196,'N/A',0,0,26878,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69197,'Yes',0,0,26879,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69198,'No',5,0,26879,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69199,'Other',20,0,26879,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69200,'N/A',0,0,26879,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69201,'Yes',0,0,26880,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69202,'Yes',3,0,26880,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69203,'No',6,0,26880,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69204,'Other',20,0,26880,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69205,'N/A',0,0,26880,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69206,'Yes',0,0,26881,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69207,'No',5,0,26881,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69208,'Other',20,0,26881,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69209,'N/A',0,0,26881,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69210,'Yes',0,0,26883,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69211,'No 1',7,0,26883,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69212,'No 2',7,0,26883,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69213,'Other',20,0,26883,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69214,'N/A',0,0,26883,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69215,'Yes',0,0,26885,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69216,'No 1',5,0,26885,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69217,'No 2',5,0,26885,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69218,'Yes',0,0,26886,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69219,'Option',5,0,26886,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69220,'No',8,0,26886,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69221,'N/A',0,0,26886,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69222,'Other',20,0,26886,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69223,'Yes 1',1,0,26888,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69224,'Yes 2',0,0,26888,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69225,'No',7,0,26888,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69226,'N/A',0,0,26888,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69227,'Other',20,0,26888,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69228,'Yes',0,0,26890,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69229,'No',8,0,26890,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69230,'Other',20,0,26890,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69231,'N/A',0,0,26890,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69232,'Yes',0,0,26891,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69233,'No',8,0,26891,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69234,'Other',20,0,26891,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69235,'N/A',0,0,26891,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69236,'Yes',0,0,26892,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69237,'No',8,0,26892,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69238,'Other',20,0,26892,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69239,'N/A',0,0,26892,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69240,'Yes',0,0,26894,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69241,'No',8,0,26894,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69242,'Other',20,0,26894,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69243,'N/A',0,0,26894,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69244,'Yes',0,0,26895,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69245,'No',6,0,26895,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69246,'Other',20,0,26895,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69247,'N/A',0,0,26895,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69248,'Director',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69249,'Owner Landlord',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69250,'Site Maitenance',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69251,'Estate Agent',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69252,'Letting Agent',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69253,'Other',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69254,'Director',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69255,'CEO',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69256,'Other',0,0,26904,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69257,'Nebosh',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69258,'Level 2 Fire Risk Assessor',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69259,'Competant Person',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69260,'Property Manager',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69261,'Construction Manager',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69262,'Fire Warden',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69263,'Director',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69264,'CEO',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69265,'Other',0,0,26905,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69266,'Property Agent',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69267,'Owner Landlord',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69268,'Site Manager',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69269,'Property Manager',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69270,'Construction Manager',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69271,'Fire Warden',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69272,'Director',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69273,'CEO',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69274,'Other',0,0,26906,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69275,'A Property Within Building Block',0,0,26907,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69276,'All Of The Property',0,0,26907,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69277,'Communal Areas Only',0,0,26907,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69278,'House',0,0,26907,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69279,'Flat',0,0,26907,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69280,'Other',0,0,26907,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69281,'Detached',1,0,26913,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69282,'Semi Detached',2,0,26913,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69283,'Terraced',3,0,26913,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69284,'Linked-Detached',1,0,26913,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69285,'Other',20,0,26913,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69286,'House',1,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69287,'Bungalow',1,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69288,'Maisonette',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69289,'Block of Flats - Studios up to 6 Floor Levels',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69290,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69291,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69292,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69293,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69294,'Underground Property',1,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69295,'Factory/ Warehouse',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69296,'Garage/ Workshop',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69297,'Retail Shop',2,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69298,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69299,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69300,'Other',20,0,26914,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69301,'NA',0,0,26920,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69302,'Number of staircase',2,0,26920,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69303,'NA',0,0,26921,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69304,'Number os staircases',2,0,26921,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69305,'25%',1,0,26932,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69306,'50%',1,0,26932,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69307,'75%',1,0,26932,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69308,'100%',1,0,26932,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69309,'Other',20,0,26932,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69310,'Yes',1,0,26934,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69311,'No',3,0,26934,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69312,'Unknown',3,0,26934,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69313,'Stone',0,0,26934,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69314,'Other',20,0,26934,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69315,'Yes',1,0,26935,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69316,'No',5,0,26935,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69317,'Unknown',5,0,26935,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69318,'Stone',0,0,26935,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69319,'Other',20,0,26935,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69320,'Wood',2,0,26936,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69321,'Plastics',1,0,26936,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69322,'Aluminium',0,0,26936,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69323,'Stone',0,0,26936,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69324,'Other',20,0,26936,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69325,'0%',0,0,26938,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69326,'25%',1,0,26938,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69327,'50%',1,0,26938,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69328,'75%',1,0,26938,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69329,'100%',1,0,26938,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69330,'0%',0,0,26939,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69331,'25%',2,0,26939,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69332,'50%',2,0,26939,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69333,'75%',2,0,26939,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69334,'100%',2,0,26939,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69335,'0%',0,0,26940,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69336,'25%',1,0,26940,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69337,'50%',1,0,26940,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69338,'75%',1,0,26940,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69339,'100%',1,0,26940,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69340,'Solid concrete all levels',0,0,26941,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69341,'Timber joists all levels',3,0,26941,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69342,'Concrete lowest floor – Timber above higher levels',3,0,26941,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69343,'Other',20,0,26941,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69344,'100%',1,0,26941,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69345,'Yes',1,0,26944,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69346,'No',6,0,26944,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69347,'Yes',2,0,26946,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69348,'No',8,0,26946,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69349,'Yes',1,0,26948,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69350,'No',6,0,26948,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69351,'Yes',1,0,26950,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69352,'No',6,0,26950,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69353,'Yes',1,0,26952,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69354,'No',6,0,26952,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69355,'Yes',1,0,26956,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69356,'No',3,0,26956,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69357,'Yes',1,0,26958,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69358,'No',3,0,26958,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69359,'Yes',1,0,26960,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69360,'No',3,0,26960,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69361,'Very Good',1,0,26962,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69362,'Good',1,0,26962,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69363,'Fair',1,0,26962,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69364,'Poor',2,0,26962,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69365,'Very Poor',2,0,26962,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(69366,'Yes',0,0,26972,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69367,'Yes',2,0,26972,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69368,'No',5,0,26972,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69369,'N/A',0,0,26972,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69370,'Other',20,0,26972,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69371,'Yes',0,0,26974,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69372,'Yes',2,0,26974,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69373,'No',5,0,26974,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69374,'N/A',0,0,26974,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69375,'Other',20,0,26974,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69376,'Yes',0,0,26976,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69377,'No',4,0,26976,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69378,'N/A',0,0,26976,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69379,'Other',20,0,26976,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69380,'Yes',0,0,26978,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69381,'No',5,0,26978,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69382,'N/A',0,0,26978,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69383,'Other',20,0,26978,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69384,'Yes',0,0,26980,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69385,'No',4,0,26980,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69386,'N/A',0,0,26980,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69387,'Other',20,0,26980,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69388,'Yes',0,0,26982,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69389,'No',5,0,26982,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69390,'N/A',0,0,26982,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69391,'Other',20,0,26982,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69392,'Yes',0,0,26984,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69393,'No',5,0,26984,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69394,'N/A',0,0,26984,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69395,'Other',20,0,26984,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69396,'Yes',0,0,26986,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69397,'No',7,0,26986,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69398,'N/A',0,0,26986,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69399,'Other',20,0,26986,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69400,'Yes',2,0,26987,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69401,'No',6,0,26987,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69402,'No',0,0,26987,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69403,'N/A',0,0,26987,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69404,'Yes',0,0,26988,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69405,'No',6,0,26988,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69406,'NA',0,0,26988,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69407,'Other',20,0,26988,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69408,'Yes',0,0,26989,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69409,'Yes',0,0,26989,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69410,'NA',0,0,26989,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69411,'Other',20,0,26989,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69412,'Yes',1,0,26990,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69413,'No',0,0,26990,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69414,'Other',20,0,26990,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69415,'Yes',0,0,26991,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69416,'No',9,0,26991,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69417,'NA',0,0,26991,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69418,'Other',20,0,26991,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69419,'Yes',0,0,26992,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69420,'No',7,0,26992,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69421,'NA',0,0,26992,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69422,'Other',20,0,26992,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69423,'Yes',0,0,26993,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69424,'No',6,0,26993,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69425,'NA',0,0,26993,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69426,'Other',20,0,26993,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69427,'Yes',0,0,26994,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69428,'No',6,0,26994,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69429,'NA',0,0,26994,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69430,'Other',20,0,26994,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69431,'Yes',0,0,26995,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69432,'No',4,0,26995,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69433,'No',7,0,26995,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69434,'N/A',0,0,26995,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69435,'Other',20,0,26995,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69436,'Yes',0,0,26996,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69437,'No',8,0,26996,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69438,'NA',0,0,26996,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69439,'Other',20,0,26996,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69440,'Yes',3,0,26997,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69441,'Yes',4,0,26997,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69442,'Yes',5,0,26997,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69443,'Other',20,0,26997,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69444,'Yes',1,0,26998,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69445,'Yes',0,0,26998,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69446,'No',5,0,26998,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69447,'Other',20,0,26998,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69448,'Yes',0,0,26999,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69449,'No',5,0,26999,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69450,'NA',5,0,26999,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69451,'Other',20,0,26999,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69452,'Yes',0,0,27000,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69453,'No',5,0,27000,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69454,'N/A',0,0,27000,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69455,'Other',20,0,27000,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69456,'Yes',0,0,27001,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69457,'No',5,0,27001,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69458,'Other',20,0,27001,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69459,'N/A',0,0,27001,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69460,'Yes',0,0,27002,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69461,'No',5,0,27002,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69462,'NA',0,0,27002,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69463,'Other',20,0,27002,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69464,'Yes',0,0,27003,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69465,'No',5,0,27003,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69466,'NA',0,0,27003,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69467,'Other',20,0,27003,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69468,'Yes',0,0,27004,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69469,'No',5,0,27004,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69470,'NA',0,0,27004,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69471,'Other',20,0,27004,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69472,'Yes',0,0,27005,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69473,'No',5,0,27005,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69474,'Other',20,0,27005,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69475,'N/A',0,0,27005,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69476,'Yes',0,0,27006,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69477,'Yes',0,0,27006,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69478,'No',5,0,27006,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69479,'N/A',0,0,27006,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69480,'Other',20,0,27006,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69481,'Fan Heaters',4,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69482,'Electric Heaters',4,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69483,'Gas Heater',5,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69484,'Other Boilers',2,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69485,'Electrical Equipment',3,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69486,'Electrical Leads',3,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69487,'Portable Equipment',3,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69488,'Portable Lighting',2,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69489,'Cooking kitchen Equipment',6,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69490,'Other',20,0,27007,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69491,'Wood/Paper/Cardboard etc',3,0,27009,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69492,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27009,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69493,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27009,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69494,'Waste Material Controlled -in locked wheely bin or store',2,0,27009,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69495,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27009,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69496,'Other',20,0,27009,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69497,'Employees',2,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69498,'Sub-Contractors',3,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69499,'Young Persons',4,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69500,'Visitors',4,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69501,'The General Public (Customers)',4,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69502,'Disabled or Special needs People less able to leave the premises quickly',7,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69503,'Occupants in Remote Areas',6,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69504,'Sleeping Occupants',7,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69505,'Neighbouring Premises',2,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69506,'Tenants / Owners',3,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69507,'Animals / Livestock',2,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69508,'Other',0,0,27012,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69509,'9:00 - 17:00',0,0,27015,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69510,'17:00 - 24:00',0,0,27015,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69511,'24:00 - 9:00',0,0,27015,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69512,'9:00 - 17:00',0,0,27016,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69513,'17:00 - 24:00',0,0,27016,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69514,'24:00 - 9:00',0,0,27016,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69515,'9:00 - 17:00',0,0,27017,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69516,'17:00 - 24:00',0,0,27017,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69517,'24:00 - 9:00',0,0,27017,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69518,'9:00 - 17:00',0,0,27018,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69519,'17:00 - 24:00',0,0,27018,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69520,'24:00 - 9:00',0,0,27018,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69521,'9:00 - 17:00',0,0,27019,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69522,'17:00 - 24:00',0,0,27019,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69523,'24:00 - 9:00',0,0,27019,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69524,'9:00 - 17:00',0,0,27020,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69525,'17:00 - 24:00',0,0,27020,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69526,'24:00 - 9:00',0,0,27020,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69527,'9:00 - 17:00',0,0,27021,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69528,'17:00 - 24:00',0,0,27021,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69529,'24:00 - 9:00',0,0,27021,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69530,'Below 20',1,0,27022,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69531,'20-49',2,0,27022,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69532,'50-99',2,0,27022,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69533,'100-499',3,0,27022,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69534,'500-999',4,0,27022,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69535,'1000',5,0,27022,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69536,'Single Stage Evacuation',0,0,27023,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69537,'Staged Evacuation',0,0,27023,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69538,'Simultaneous Evacuation',0,0,27023,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69539,'Phased Evacuation',0,0,27023,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69540,'Staff Alarm Only',0,0,27023,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69541,'Stay Put Policy',0,0,27023,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69542,'Yes',0,0,27024,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69543,'No',2,0,27024,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69544,'Other',20,0,27024,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69545,'N/A',0,0,27024,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(69546,'Yes',0,0,27025,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69547,'No',2,0,27025,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69548,'Other',20,0,27025,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69549,'N/A',0,0,27025,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69550,'Yes',0,0,27026,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69551,'No',2,0,27026,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69552,'Other',20,0,27026,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69553,'N/A',0,0,27026,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69554,'Yes',0,0,27028,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69555,'No',2,0,27028,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69556,'Other',20,0,27028,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69557,'N/A',0,0,27028,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69558,'Yes',0,0,27030,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69559,'No',2,0,27030,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69560,'Other',20,0,27030,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69561,'N/A',0,0,27030,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69562,'Yes',0,0,27031,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69563,'No',2,0,27031,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69564,'Other',20,0,27031,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69565,'N/A',0,0,27031,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69566,'Yes',0,0,27032,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69567,'No',3,0,27032,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69568,'Other',20,0,27032,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69569,'N/A',0,0,27032,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69570,'Yes',0,0,27034,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69571,'No',3,0,27034,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69572,'Other',20,0,27034,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69573,'N/A',0,0,27034,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69574,'Yes',0,0,27035,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69575,'No',4,0,27035,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69576,'No Disabled',0,0,27035,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69577,'Other',20,0,27035,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69578,'N/A',0,0,27035,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69579,'Yes',0,0,27036,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69580,'No',4,0,27036,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69581,'Other',20,0,27036,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69582,'N/A',0,0,27036,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69583,'Yes',0,0,27037,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69584,'No',3,0,27037,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69585,'Other',20,0,27037,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69586,'N/A',0,0,27037,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69587,'Yes',0,0,27038,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69588,'No',4,0,27038,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69589,'Other',20,0,27038,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69590,'N/A',0,0,27038,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69591,'Yes',0,0,27039,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69592,'No',4,0,27039,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69593,'Other',20,0,27039,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69594,'N/A',0,0,27039,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69595,'Yes',0,0,27040,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69596,'No',5,0,27040,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69597,'Other',20,0,27040,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69598,'N/A',0,0,27040,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69599,'Yes',0,0,27041,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69600,'Yes',3,0,27041,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69601,'No',6,0,27041,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69602,'Other',20,0,27041,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69603,'N/A',0,0,27041,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69604,'Yes',0,0,27042,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69605,'No',5,0,27042,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69606,'Other',20,0,27042,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69607,'N/A',0,0,27042,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69608,'Director',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69609,'Owner Landlord',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69610,'Site Maitenance',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69611,'Estate Agent',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69612,'Letting Agent',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69613,'Other',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69614,'Director',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69615,'CEO',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69616,'Other',0,0,27051,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69617,'Nebosh',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69618,'Level 2 Fire Risk Assessor',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69619,'Competant Person',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69620,'Property Manager',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69621,'Construction Manager',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69622,'Fire Warden',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69623,'Director',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69624,'CEO',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69625,'Other',0,0,27052,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69626,'Property Agent',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69627,'Owner Landlord',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69628,'Site Manager',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69629,'Property Manager',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69630,'Construction Manager',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69631,'Fire Warden',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69632,'Director',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69633,'CEO',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69634,'Other',0,0,27053,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69635,'A Property Within Building Block',0,0,27054,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69636,'All Of The Property',0,0,27054,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69637,'Communal Areas Only',0,0,27054,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69638,'House',0,0,27054,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69639,'Flat',0,0,27054,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69640,'Other',0,0,27054,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69641,'Detached',1,0,27060,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69642,'Semi Detached',2,0,27060,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69643,'Terraced',3,0,27060,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69644,'Linked-Detached',1,0,27060,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69645,'Other',20,0,27060,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69646,'House',1,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69647,'Bungalow',1,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69648,'Maisonette',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69649,'Block of Flats - Studios up to 6 Floor Levels',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69650,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69651,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69652,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69653,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69654,'Underground Property',1,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69655,'Factory/ Warehouse',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69656,'Garage/ Workshop',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69657,'Retail Shop',2,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69658,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69659,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69660,'Other',20,0,27061,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69661,'NA',0,0,27067,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69662,'Number of staircase',2,0,27067,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69663,'NA',0,0,27068,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69664,'Number os staircases',2,0,27068,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69665,'25%',1,0,27079,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69666,'50%',1,0,27079,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69667,'75%',1,0,27079,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69668,'100%',1,0,27079,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69669,'Other',20,0,27079,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69670,'Yes',1,0,27081,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69671,'No',3,0,27081,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69672,'Unknown',3,0,27081,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69673,'Stone',0,0,27081,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69674,'Other',20,0,27081,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69675,'Yes',1,0,27082,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69676,'No',5,0,27082,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69677,'Unknown',5,0,27082,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69678,'Stone',0,0,27082,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69679,'Other',20,0,27082,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69680,'Wood',2,0,27083,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69681,'Plastics',1,0,27083,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69682,'Aluminium',0,0,27083,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69683,'Stone',0,0,27083,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69684,'Other',20,0,27083,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69685,'0%',0,0,27085,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69686,'25%',1,0,27085,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69687,'50%',1,0,27085,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69688,'75%',1,0,27085,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69689,'100%',1,0,27085,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69690,'0%',0,0,27086,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69691,'25%',2,0,27086,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69692,'50%',2,0,27086,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69693,'75%',2,0,27086,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69694,'100%',2,0,27086,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69695,'0%',0,0,27087,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69696,'25%',1,0,27087,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69697,'50%',1,0,27087,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69698,'75%',1,0,27087,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69699,'100%',1,0,27087,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69700,'Solid concrete all levels',0,0,27088,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69701,'Timber joists all levels',3,0,27088,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69702,'Concrete lowest floor – Timber above higher levels',3,0,27088,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69703,'Other',20,0,27088,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69704,'100%',1,0,27088,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69705,'Yes',1,0,27091,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69706,'No',6,0,27091,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69707,'Yes',2,0,27093,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69708,'No',8,0,27093,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69709,'Yes',1,0,27095,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69710,'No',6,0,27095,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69711,'Yes',1,0,27097,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69712,'No',6,0,27097,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69713,'Yes',1,0,27099,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69714,'No',6,0,27099,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69715,'Yes',1,0,27103,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69716,'No',3,0,27103,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69717,'Yes',1,0,27105,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69718,'No',3,0,27105,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69719,'Yes',1,0,27107,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69720,'No',3,0,27107,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69721,'Very Good',1,0,27109,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69722,'Good',1,0,27109,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69723,'Fair',1,0,27109,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69724,'Poor',2,0,27109,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69725,'Very Poor',2,0,27109,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69726,'Yes, they are in good condition & positioned correctly.',0,0,27119,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69727,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',7,0,27119,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69728,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',7,0,27119,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69729,'Other',20,0,27119,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69730,'N/A',0,0,27119,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69731,'Yes',0,0,27121,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69732,'No 1',5,0,27121,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69733,'No 2',5,0,27121,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69734,'Yes',0,0,27122,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69735,'Option',5,0,27122,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69736,'No',8,0,27122,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69737,'N/A',0,0,27122,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69738,'Other',20,0,27122,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69739,'Yes 1',1,0,27124,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69740,'Yes 2',0,0,27124,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69741,'No',7,0,27124,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69742,'N/A',0,0,27124,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69743,'Other',20,0,27124,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69744,'Yes',0,0,27126,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69745,'No',8,0,27126,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69746,'Other',20,0,27126,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69747,'N/A',0,0,27126,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69748,'Yes',0,0,27127,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69749,'No',8,0,27127,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69750,'Other',20,0,27127,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69751,'N/A',0,0,27127,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69752,'Yes',0,0,27128,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69753,'No',8,0,27128,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69754,'Other',20,0,27128,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69755,'N/A',0,0,27128,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69756,'Yes',0,0,27130,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69757,'No',8,0,27130,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69758,'Other',20,0,27130,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69759,'N/A',0,0,27130,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69760,'Yes',0,0,27131,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69761,'No',6,0,27131,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69762,'Other',20,0,27131,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69763,'N/A',0,0,27131,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(69764,'Yes',0,0,27133,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69765,'Yes',2,0,27133,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69766,'No',5,0,27133,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69767,'N/A',0,0,27133,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69768,'Other',20,0,27133,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69769,'Yes',0,0,27135,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69770,'Yes',2,0,27135,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69771,'No',5,0,27135,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69772,'N/A',0,0,27135,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69773,'Other',20,0,27135,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69774,'Yes',0,0,27137,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69775,'No',4,0,27137,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69776,'N/A',0,0,27137,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69777,'Other',20,0,27137,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69778,'Yes',0,0,27139,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69779,'No',5,0,27139,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69780,'N/A',0,0,27139,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69781,'Other',20,0,27139,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69782,'Yes',0,0,27141,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69783,'No',4,0,27141,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69784,'N/A',0,0,27141,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69785,'Other',20,0,27141,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69786,'Yes',0,0,27143,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69787,'No',5,0,27143,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69788,'N/A',0,0,27143,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69789,'Other',20,0,27143,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69790,'Yes',0,0,27145,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69791,'No',5,0,27145,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69792,'N/A',0,0,27145,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69793,'Other',20,0,27145,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69794,'Yes',0,0,27147,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69795,'No',7,0,27147,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69796,'N/A',0,0,27147,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69797,'Other',20,0,27147,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69798,'Yes',2,0,27148,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69799,'No',6,0,27148,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69800,'No',0,0,27148,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69801,'N/A',0,0,27148,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69802,'Yes',0,0,27149,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69803,'No',6,0,27149,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69804,'NA',0,0,27149,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69805,'Other',20,0,27149,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69806,'Yes',0,0,27150,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69807,'Yes',0,0,27150,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69808,'NA',0,0,27150,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69809,'Other',20,0,27150,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69810,'Yes',1,0,27151,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69811,'No',0,0,27151,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69812,'Other',20,0,27151,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69813,'Yes',0,0,27152,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69814,'No',9,0,27152,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69815,'NA',0,0,27152,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69816,'Other',20,0,27152,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69817,'Yes',0,0,27153,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69818,'No',7,0,27153,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69819,'NA',0,0,27153,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69820,'Other',20,0,27153,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69821,'Yes',0,0,27154,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69822,'No',6,0,27154,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69823,'NA',0,0,27154,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69824,'Other',20,0,27154,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69825,'Yes',0,0,27155,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69826,'No',6,0,27155,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69827,'NA',0,0,27155,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69828,'Other',20,0,27155,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69829,'Yes',0,0,27156,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69830,'No',4,0,27156,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69831,'No',7,0,27156,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69832,'N/A',0,0,27156,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69833,'Other',20,0,27156,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69834,'Yes',0,0,27157,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69835,'No',8,0,27157,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69836,'NA',0,0,27157,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69837,'Other',20,0,27157,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69838,'Yes',3,0,27158,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69839,'Yes',4,0,27158,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69840,'Yes',5,0,27158,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69841,'Other',20,0,27158,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69842,'Yes',1,0,27159,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69843,'Yes',0,0,27159,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69844,'No',5,0,27159,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69845,'Other',20,0,27159,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69846,'Yes',0,0,27160,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69847,'No',5,0,27160,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69848,'NA',5,0,27160,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69849,'Other',20,0,27160,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69850,'Yes',0,0,27161,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69851,'No',5,0,27161,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69852,'N/A',0,0,27161,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69853,'Other',20,0,27161,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69854,'Yes',0,0,27162,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69855,'No',5,0,27162,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69856,'Other',20,0,27162,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69857,'N/A',0,0,27162,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69858,'Yes',0,0,27163,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69859,'No',5,0,27163,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69860,'NA',0,0,27163,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69861,'Other',20,0,27163,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69862,'Yes',0,0,27164,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69863,'No',5,0,27164,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69864,'NA',0,0,27164,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69865,'Other',20,0,27164,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69866,'Yes',0,0,27165,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69867,'No',5,0,27165,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69868,'NA',0,0,27165,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69869,'Other',20,0,27165,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69870,'Yes',0,0,27166,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69871,'No',5,0,27166,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69872,'Other',20,0,27166,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69873,'N/A',0,0,27166,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69874,'Yes',0,0,27167,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69875,'Yes',0,0,27167,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69876,'No',5,0,27167,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69877,'N/A',0,0,27167,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69878,'Other',20,0,27167,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69879,'Fan Heaters',4,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69880,'Electric Heaters',4,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69881,'Gas Heater',5,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69882,'Other Boilers',2,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69883,'Electrical Equipment',3,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69884,'Electrical Leads',3,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69885,'Portable Equipment',3,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69886,'Portable Lighting',2,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69887,'Cooking kitchen Equipment',6,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69888,'Other',20,0,27168,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69889,'Wood/Paper/Cardboard etc',3,0,27170,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69890,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27170,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69891,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27170,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69892,'Waste Material Controlled -in locked wheely bin or store',2,0,27170,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69893,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27170,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69894,'Other',20,0,27170,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69895,'Employees',2,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69896,'Sub-Contractors',3,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69897,'Young Persons',4,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69898,'Visitors',4,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69899,'The General Public (Customers)',4,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69900,'Disabled or Special needs People less able to leave the premises quickly',7,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69901,'Occupants in Remote Areas',6,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69902,'Sleeping Occupants',7,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69903,'Neighbouring Premises',2,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69904,'Tenants / Owners',3,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69905,'Animals / Livestock',2,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69906,'Other',0,0,27173,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69907,'9:00 - 17:00',0,0,27176,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69908,'17:00 - 24:00',0,0,27176,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69909,'24:00 - 9:00',0,0,27176,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69910,'9:00 - 17:00',0,0,27177,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69911,'17:00 - 24:00',0,0,27177,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69912,'24:00 - 9:00',0,0,27177,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69913,'9:00 - 17:00',0,0,27178,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(69914,'17:00 - 24:00',0,0,27178,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69915,'24:00 - 9:00',0,0,27178,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69916,'9:00 - 17:00',0,0,27179,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69917,'17:00 - 24:00',0,0,27179,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69918,'24:00 - 9:00',0,0,27179,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69919,'9:00 - 17:00',0,0,27180,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69920,'17:00 - 24:00',0,0,27180,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69921,'24:00 - 9:00',0,0,27180,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69922,'9:00 - 17:00',0,0,27181,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69923,'17:00 - 24:00',0,0,27181,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69924,'24:00 - 9:00',0,0,27181,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69925,'9:00 - 17:00',0,0,27182,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69926,'17:00 - 24:00',0,0,27182,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69927,'24:00 - 9:00',0,0,27182,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69928,'Below 20',1,0,27183,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69929,'20-49',2,0,27183,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69930,'50-99',2,0,27183,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69931,'100-499',3,0,27183,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69932,'500-999',4,0,27183,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69933,'1000',5,0,27183,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69934,'Single Stage Evacuation',0,0,27184,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69935,'Staged Evacuation',0,0,27184,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69936,'Simultaneous Evacuation',0,0,27184,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69937,'Phased Evacuation',0,0,27184,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69938,'Staff Alarm Only',0,0,27184,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69939,'Stay Put Policy',0,0,27184,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69940,'Yes',0,0,27185,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69941,'No',2,0,27185,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69942,'Other',20,0,27185,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69943,'N/A',0,0,27185,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69944,'Yes',0,0,27186,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69945,'No',2,0,27186,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69946,'Other',20,0,27186,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69947,'N/A',0,0,27186,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69948,'Yes',0,0,27187,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69949,'No',2,0,27187,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69950,'Other',20,0,27187,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69951,'N/A',0,0,27187,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69952,'Yes',0,0,27189,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69953,'No',2,0,27189,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69954,'Other',20,0,27189,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69955,'N/A',0,0,27189,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69956,'Yes',0,0,27191,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69957,'No',2,0,27191,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69958,'Other',20,0,27191,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69959,'N/A',0,0,27191,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69960,'Yes',0,0,27192,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69961,'No',2,0,27192,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69962,'Other',20,0,27192,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69963,'N/A',0,0,27192,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69964,'Yes',0,0,27193,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69965,'No',3,0,27193,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69966,'Other',20,0,27193,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69967,'N/A',0,0,27193,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69968,'Yes',0,0,27195,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69969,'No',3,0,27195,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69970,'Other',20,0,27195,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69971,'N/A',0,0,27195,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69972,'Yes',0,0,27196,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69973,'No',4,0,27196,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69974,'No Disabled',0,0,27196,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69975,'Other',20,0,27196,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69976,'N/A',0,0,27196,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69977,'Yes',0,0,27197,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69978,'No',4,0,27197,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69979,'Other',20,0,27197,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69980,'N/A',0,0,27197,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69981,'Yes',0,0,27198,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69982,'No',3,0,27198,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69983,'Other',20,0,27198,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69984,'N/A',0,0,27198,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69985,'Yes',0,0,27199,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69986,'No',4,0,27199,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69987,'Other',20,0,27199,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69988,'N/A',0,0,27199,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69989,'Yes',0,0,27200,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69990,'No',4,0,27200,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69991,'Other',20,0,27200,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69992,'N/A',0,0,27200,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69993,'Yes',0,0,27201,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69994,'No',5,0,27201,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69995,'Other',20,0,27201,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69996,'N/A',0,0,27201,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69997,'Yes',0,0,27202,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69998,'Yes',3,0,27202,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(69999,'No',6,0,27202,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70000,'Other',20,0,27202,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70001,'N/A',0,0,27202,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70002,'Yes',0,0,27203,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70003,'No',5,0,27203,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70004,'Other',20,0,27203,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70005,'N/A',0,0,27203,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70006,'Director',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70007,'Owner Landlord',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70008,'Site Maitenance',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70009,'Estate Agent',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70010,'Letting Agent',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70011,'Other',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70012,'Director',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70013,'CEO',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70014,'Other',0,0,27212,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70015,'Nebosh',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70016,'Level 2 Fire Risk Assessor',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70017,'Competant Person',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70018,'Property Manager',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70019,'Construction Manager',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70020,'Fire Warden',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70021,'Director',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70022,'CEO',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70023,'Other',0,0,27213,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70024,'Property Agent',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70025,'Owner Landlord',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70026,'Site Manager',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70027,'Property Manager',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70028,'Construction Manager',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70029,'Fire Warden',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70030,'Director',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70031,'CEO',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70032,'Other',0,0,27214,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70033,'A Property Within Building Block',0,0,27215,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70034,'All Of The Property',0,0,27215,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70035,'Communal Areas Only',0,0,27215,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70036,'House',0,0,27215,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70037,'Flat',0,0,27215,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70038,'Other',0,0,27215,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70039,'Detached',1,0,27221,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70040,'Semi Detached',2,0,27221,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70041,'Terraced',3,0,27221,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70042,'Linked-Detached',1,0,27221,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70043,'Other',20,0,27221,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70044,'House',1,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70045,'Bungalow',1,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70046,'Maisonette',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70047,'Block of Flats - Studios up to 6 Floor Levels',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70048,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70049,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70050,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70051,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70052,'Underground Property',1,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70053,'Factory/ Warehouse',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70054,'Garage/ Workshop',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70055,'Retail Shop',2,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70056,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70057,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70058,'Other',20,0,27222,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70059,'NA',0,0,27228,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70060,'Number of staircase',2,0,27228,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70061,'NA',0,0,27229,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70062,'Number os staircases',2,0,27229,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70063,'25%',1,0,27240,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70064,'50%',1,0,27240,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70065,'75%',1,0,27240,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70066,'100%',1,0,27240,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70067,'Other',20,0,27240,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70068,'Yes',1,0,27242,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70069,'No',3,0,27242,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70070,'Unknown',3,0,27242,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70071,'Stone',0,0,27242,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70072,'Other',20,0,27242,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70073,'Yes',1,0,27243,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70074,'No',5,0,27243,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70075,'Unknown',5,0,27243,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70076,'Stone',0,0,27243,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70077,'Other',20,0,27243,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70078,'Wood',2,0,27244,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70079,'Plastics',1,0,27244,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70080,'Aluminium',0,0,27244,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70081,'Stone',0,0,27244,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70082,'Other',20,0,27244,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70083,'0%',0,0,27246,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70084,'25%',1,0,27246,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70085,'50%',1,0,27246,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70086,'75%',1,0,27246,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70087,'100%',1,0,27246,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70088,'0%',0,0,27247,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70089,'25%',2,0,27247,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70090,'50%',2,0,27247,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70091,'75%',2,0,27247,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70092,'100%',2,0,27247,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70093,'0%',0,0,27248,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70094,'25%',1,0,27248,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70095,'50%',1,0,27248,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70096,'75%',1,0,27248,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70097,'100%',1,0,27248,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70098,'Solid concrete all levels',0,0,27249,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70099,'Timber joists all levels',3,0,27249,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70100,'Concrete lowest floor – Timber above higher levels',3,0,27249,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70101,'Other',20,0,27249,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70102,'100%',1,0,27249,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70103,'Yes',1,0,27252,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70104,'No',6,0,27252,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70105,'Yes',2,0,27254,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70106,'No',8,0,27254,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70107,'Yes',1,0,27256,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70108,'No',6,0,27256,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70109,'Yes',1,0,27258,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70110,'No',6,0,27258,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70111,'Yes',1,0,27260,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70112,'No',6,0,27260,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70113,'Yes',1,0,27264,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70114,'No',3,0,27264,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70115,'Yes',1,0,27266,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70116,'No',3,0,27266,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70117,'Yes',1,0,27268,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70118,'No',3,0,27268,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70119,'Very Good',1,0,27270,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70120,'Good',1,0,27270,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70121,'Fair',1,0,27270,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70122,'Poor',2,0,27270,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70123,'Very Poor',2,0,27270,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70124,'Yes, they are in good condition & positioned correctly.',0,0,27280,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70125,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,27280,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70126,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,27280,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70127,'Other',20,0,27280,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70128,'N/A',0,0,27280,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70129,'Yes',0,0,27282,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70130,'No 1',5,0,27282,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70131,'No 2',5,0,27282,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70132,'Yes',0,0,27283,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70133,'Option',5,0,27283,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70134,'No',8,0,27283,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70135,'N/A',0,0,27283,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70136,'Other',20,0,27283,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70137,'Yes 1',1,0,27285,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70138,'Yes 2',0,0,27285,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70139,'No',7,0,27285,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70140,'N/A',0,0,27285,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70141,'Other',20,0,27285,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70142,'Yes',0,0,27287,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70143,'No',8,0,27287,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70144,'Other',20,0,27287,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70145,'N/A',0,0,27287,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70146,'Yes',0,0,27288,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70147,'No',8,0,27288,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70148,'Other',20,0,27288,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70149,'N/A',0,0,27288,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70150,'Yes',0,0,27289,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70151,'No',8,0,27289,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70152,'Other',20,0,27289,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70153,'N/A',0,0,27289,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70154,'Yes',0,0,27291,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70155,'No',8,0,27291,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70156,'Other',20,0,27291,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70157,'N/A',0,0,27291,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70158,'Yes',0,0,27292,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70159,'No',6,0,27292,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70160,'Other',20,0,27292,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70161,'N/A',0,0,27292,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(70162,'Yes',0,0,27295,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70163,'Yes',2,0,27295,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70164,'No',5,0,27295,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70165,'N/A',0,0,27295,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70166,'Other',20,0,27295,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70167,'Yes',0,0,27297,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70168,'Yes',2,0,27297,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70169,'No',5,0,27297,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70170,'N/A',0,0,27297,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70171,'Other',20,0,27297,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70172,'Yes',0,0,27298,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70173,'No',4,0,27298,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70174,'N/A',0,0,27298,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70175,'Other',20,0,27298,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70176,'Yes',0,0,27300,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70177,'No',5,0,27300,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70178,'N/A',0,0,27300,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70179,'Other',20,0,27300,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70180,'Yes',0,0,27302,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70181,'No',4,0,27302,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70182,'N/A',0,0,27302,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70183,'Other',20,0,27302,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70184,'Yes',0,0,27304,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70185,'No',5,0,27304,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70186,'N/A',0,0,27304,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70187,'Other',20,0,27304,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70188,'Yes',0,0,27306,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70189,'No',5,0,27306,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70190,'N/A',0,0,27306,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70191,'Other',20,0,27306,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70192,'Yes',0,0,27308,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70193,'No',7,0,27308,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70194,'N/A',0,0,27308,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70195,'Other',20,0,27308,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70196,'Yes',2,0,27309,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70197,'No',6,0,27309,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70198,'No',0,0,27309,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70199,'N/A',0,0,27309,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70200,'Yes',0,0,27310,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70201,'No',6,0,27310,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70202,'NA',0,0,27310,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70203,'Other',20,0,27310,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70204,'Yes',0,0,27311,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70205,'Yes',0,0,27311,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70206,'NA',0,0,27311,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70207,'Other',20,0,27311,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70208,'Yes',1,0,27312,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70209,'No',0,0,27312,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70210,'Other',20,0,27312,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70211,'Yes',0,0,27313,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70212,'No',9,0,27313,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70213,'NA',0,0,27313,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70214,'Other',20,0,27313,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70215,'Yes',0,0,27314,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70216,'No',7,0,27314,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70217,'NA',0,0,27314,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70218,'Other',20,0,27314,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70219,'Yes',0,0,27315,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70220,'No',6,0,27315,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70221,'NA',0,0,27315,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70222,'Other',20,0,27315,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70223,'Yes',0,0,27316,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70224,'No',6,0,27316,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70225,'NA',0,0,27316,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70226,'Other',20,0,27316,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70227,'Yes',0,0,27317,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70228,'No',4,0,27317,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70229,'No',7,0,27317,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70230,'N/A',0,0,27317,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70231,'Other',20,0,27317,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70232,'Yes',0,0,27318,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70233,'No',8,0,27318,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70234,'NA',0,0,27318,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70235,'Other',20,0,27318,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70236,'Yes',3,0,27319,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70237,'Yes',4,0,27319,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70238,'Yes',5,0,27319,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70239,'Other',20,0,27319,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70240,'Yes',1,0,27320,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70241,'Yes',0,0,27320,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70242,'No',5,0,27320,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70243,'Other',20,0,27320,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70244,'Yes',0,0,27321,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70245,'No',5,0,27321,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70246,'NA',5,0,27321,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70247,'Other',20,0,27321,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70248,'Yes',0,0,27322,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70249,'No',5,0,27322,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70250,'N/A',0,0,27322,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70251,'Other',20,0,27322,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70252,'Yes',0,0,27323,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70253,'No',5,0,27323,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70254,'Other',20,0,27323,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70255,'N/A',0,0,27323,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70256,'Yes',0,0,27324,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70257,'No',5,0,27324,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70258,'NA',0,0,27324,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70259,'Other',20,0,27324,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70260,'Yes',0,0,27325,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70261,'No',5,0,27325,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70262,'NA',0,0,27325,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70263,'Other',20,0,27325,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70264,'Yes',0,0,27326,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70265,'No',5,0,27326,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70266,'NA',0,0,27326,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70267,'Other',20,0,27326,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70268,'Yes',0,0,27327,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70269,'No',5,0,27327,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70270,'Other',20,0,27327,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70271,'N/A',0,0,27327,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70272,'Yes',0,0,27328,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70273,'Yes',0,0,27328,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70274,'No',5,0,27328,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70275,'N/A',0,0,27328,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70276,'Other',20,0,27328,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70277,'Fan Heaters',4,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70278,'Electric Heaters',4,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70279,'Gas Heater',5,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70280,'Other Boilers',2,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70281,'Electrical Equipment',3,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70282,'Electrical Leads',3,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70283,'Portable Equipment',3,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70284,'Portable Lighting',2,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70285,'Cooking kitchen Equipment',6,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70286,'Other',20,0,27329,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70287,'Wood/Paper/Cardboard etc',3,0,27331,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70288,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27331,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70289,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27331,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70290,'Waste Material Controlled -in locked wheely bin or store',2,0,27331,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70291,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27331,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70292,'Other',20,0,27331,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70293,'Employees',2,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70294,'Sub-Contractors',3,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70295,'Young Persons',4,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70296,'Visitors',4,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70297,'The General Public (Customers)',4,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70298,'Disabled or Special needs People less able to leave the premises quickly',7,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70299,'Occupants in Remote Areas',6,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70300,'Sleeping Occupants',7,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70301,'Neighbouring Premises',2,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70302,'Tenants / Owners',3,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70303,'Animals / Livestock',2,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70304,'Other',0,0,27334,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70305,'9:00 - 17:00',0,0,27337,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70306,'17:00 - 24:00',0,0,27337,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70307,'24:00 - 9:00',0,0,27337,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70308,'9:00 - 17:00',0,0,27338,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70309,'17:00 - 24:00',0,0,27338,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70310,'24:00 - 9:00',0,0,27338,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70311,'9:00 - 17:00',0,0,27339,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70312,'17:00 - 24:00',0,0,27339,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70313,'24:00 - 9:00',0,0,27339,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70314,'9:00 - 17:00',0,0,27340,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70315,'17:00 - 24:00',0,0,27340,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70316,'24:00 - 9:00',0,0,27340,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70317,'9:00 - 17:00',0,0,27341,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70318,'17:00 - 24:00',0,0,27341,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70319,'24:00 - 9:00',0,0,27341,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70320,'9:00 - 17:00',0,0,27342,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70321,'17:00 - 24:00',0,0,27342,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70322,'24:00 - 9:00',0,0,27342,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70323,'9:00 - 17:00',0,0,27343,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70324,'17:00 - 24:00',0,0,27343,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70325,'24:00 - 9:00',0,0,27343,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70326,'Below 20',1,0,27344,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70327,'20-49',2,0,27344,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70328,'50-99',2,0,27344,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70329,'100-499',3,0,27344,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70330,'500-999',4,0,27344,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70331,'1000',5,0,27344,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70332,'Single Stage Evacuation',0,0,27345,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70333,'Staged Evacuation',0,0,27345,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70334,'Simultaneous Evacuation',0,0,27345,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70335,'Phased Evacuation',0,0,27345,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70336,'Staff Alarm Only',0,0,27345,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70337,'Stay Put Policy',0,0,27345,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70338,'Yes',0,0,27346,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70339,'No',2,0,27346,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70340,'Other',20,0,27346,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70341,'N/A',0,0,27346,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70342,'Yes',0,0,27347,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70343,'No',2,0,27347,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70344,'Other',20,0,27347,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70345,'N/A',0,0,27347,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70346,'Yes',0,0,27348,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70347,'No',2,0,27348,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70348,'Other',20,0,27348,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70349,'N/A',0,0,27348,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70350,'Yes',0,0,27350,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70351,'No',2,0,27350,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70352,'Other',20,0,27350,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70353,'N/A',0,0,27350,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70354,'Yes',0,0,27352,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70355,'No',2,0,27352,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70356,'Other',20,0,27352,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70357,'N/A',0,0,27352,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70358,'Yes',0,0,27353,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70359,'No',2,0,27353,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70360,'Other',20,0,27353,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70361,'N/A',0,0,27353,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70362,'Yes',0,0,27354,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70363,'No',3,0,27354,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70364,'Other',20,0,27354,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70365,'N/A',0,0,27354,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70366,'Yes',0,0,27356,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70367,'No',3,0,27356,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70368,'Other',20,0,27356,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70369,'N/A',0,0,27356,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70370,'Yes',0,0,27357,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70371,'No',4,0,27357,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70372,'No Disabled',0,0,27357,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70373,'Other',20,0,27357,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70374,'N/A',0,0,27357,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70375,'Yes',0,0,27358,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70376,'No',4,0,27358,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70377,'Other',20,0,27358,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70378,'N/A',0,0,27358,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70379,'Yes',0,0,27359,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70380,'No',3,0,27359,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70381,'Other',20,0,27359,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70382,'N/A',0,0,27359,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70383,'Yes',0,0,27360,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70384,'No',4,0,27360,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70385,'Other',20,0,27360,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70386,'N/A',0,0,27360,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70387,'Yes',0,0,27361,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70388,'No',4,0,27361,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70389,'Other',20,0,27361,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70390,'N/A',0,0,27361,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70391,'Yes',0,0,27362,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70392,'No',5,0,27362,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70393,'Other',20,0,27362,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70394,'N/A',0,0,27362,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70395,'Yes',0,0,27363,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70396,'Yes',3,0,27363,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70397,'No',6,0,27363,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70398,'Other',20,0,27363,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70399,'N/A',0,0,27363,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70400,'Yes',0,0,27364,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70401,'No',5,0,27364,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70402,'Other',20,0,27364,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70403,'N/A',0,0,27364,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70404,'Director',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70405,'Owner Landlord',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70406,'Site Maitenance',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70407,'Estate Agent',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70408,'Letting Agent',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70409,'Other',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70410,'Director',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70411,'CEO',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70412,'Other',0,0,27373,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70413,'Nebosh',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70414,'Level 2 Fire Risk Assessor',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70415,'Competant Person',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70416,'Property Manager',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70417,'Construction Manager',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70418,'Fire Warden',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70419,'Director',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70420,'CEO',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70421,'Other',0,0,27374,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70422,'Property Agent',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70423,'Owner Landlord',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70424,'Site Manager',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70425,'Property Manager',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70426,'Construction Manager',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70427,'Fire Warden',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70428,'Director',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70429,'CEO',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70430,'Other',0,0,27375,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70431,'A Property Within Building Block',0,0,27376,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70432,'All Of The Property',0,0,27376,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70433,'Communal Areas Only',0,0,27376,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70434,'House',0,0,27376,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70435,'Flat',0,0,27376,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70436,'Other',0,0,27376,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70437,'Yes, they are in good condition & positioned correctly.',0,0,27382,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70438,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,27382,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70439,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,27382,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70440,'Other',20,0,27382,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70441,'N/A',0,0,27382,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70442,'Yes',0,0,27384,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70443,'No 1',5,0,27384,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70444,'No 2',5,0,27384,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70445,'Yes',0,0,27385,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70446,'Option',5,0,27385,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70447,'No',8,0,27385,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70448,'N/A',0,0,27385,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70449,'Other',20,0,27385,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70450,'Yes 1',1,0,27387,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70451,'Yes 2',0,0,27387,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70452,'No',7,0,27387,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70453,'N/A',0,0,27387,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70454,'Other',20,0,27387,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70455,'Yes',0,0,27389,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70456,'No',8,0,27389,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70457,'Other',20,0,27389,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70458,'N/A',0,0,27389,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70459,'Yes',0,0,27390,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70460,'No',8,0,27390,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70461,'Other',20,0,27390,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70462,'N/A',0,0,27390,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70463,'Yes',0,0,27391,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70464,'No',8,0,27391,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70465,'Other',20,0,27391,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70466,'N/A',0,0,27391,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70467,'Yes',0,0,27393,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70468,'No',8,0,27393,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70469,'Other',20,0,27393,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70470,'N/A',0,0,27393,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70471,'Yes',0,0,27394,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70472,'No',6,0,27394,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70473,'Other',20,0,27394,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70474,'N/A',0,0,27394,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70475,'Detached',1,0,27396,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70476,'Semi Detached',2,0,27396,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70477,'Terraced',3,0,27396,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70478,'Linked-Detached',1,0,27396,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70479,'Other',20,0,27396,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70480,'House',1,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70481,'Bungalow',1,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70482,'Maisonette',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70483,'Block of Flats - Studios up to 6 Floor Levels',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70484,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70485,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70486,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70487,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70488,'Underground Property',1,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70489,'Factory/ Warehouse',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70490,'Garage/ Workshop',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70491,'Retail Shop',2,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70492,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70493,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70494,'Other',20,0,27397,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70495,'NA',0,0,27403,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70496,'Number of staircase',2,0,27403,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70497,'NA',0,0,27404,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70498,'Number os staircases',2,0,27404,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70499,'25%',1,0,27415,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70500,'50%',1,0,27415,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70501,'75%',1,0,27415,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70502,'100%',1,0,27415,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70503,'Other',20,0,27415,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70504,'Yes',1,0,27417,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70505,'No',3,0,27417,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70506,'Unknown',3,0,27417,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70507,'Stone',0,0,27417,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70508,'Other',20,0,27417,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70509,'Yes',1,0,27418,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70510,'No',5,0,27418,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70511,'Unknown',5,0,27418,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70512,'Stone',0,0,27418,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70513,'Other',20,0,27418,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70514,'Wood',2,0,27419,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70515,'Plastics',1,0,27419,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70516,'Aluminium',0,0,27419,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70517,'Stone',0,0,27419,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70518,'Other',20,0,27419,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70519,'0%',0,0,27421,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70520,'25%',1,0,27421,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70521,'50%',1,0,27421,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70522,'75%',1,0,27421,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70523,'100%',1,0,27421,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70524,'0%',0,0,27422,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70525,'25%',2,0,27422,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70526,'50%',2,0,27422,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70527,'75%',2,0,27422,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70528,'100%',2,0,27422,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70529,'0%',0,0,27423,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70530,'25%',1,0,27423,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70531,'50%',1,0,27423,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70532,'75%',1,0,27423,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70533,'100%',1,0,27423,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70534,'Solid concrete all levels',0,0,27424,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70535,'Timber joists all levels',3,0,27424,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70536,'Concrete lowest floor – Timber above higher levels',3,0,27424,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70537,'Other',20,0,27424,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70538,'100%',1,0,27424,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70539,'Yes',1,0,27427,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70540,'No',6,0,27427,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70541,'Yes',2,0,27429,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70542,'No',8,0,27429,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70543,'Yes',1,0,27431,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70544,'No',6,0,27431,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70545,'Yes',1,0,27433,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70546,'No',6,0,27433,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70547,'Yes',1,0,27435,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70548,'No',6,0,27435,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70549,'Yes',1,0,27439,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70550,'No',3,0,27439,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70551,'Yes',1,0,27441,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70552,'No',3,0,27441,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70553,'Yes',1,0,27443,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70554,'No',3,0,27443,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70555,'Very Good',1,0,27445,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70556,'Good',1,0,27445,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70557,'Fair',1,0,27445,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70558,'Poor',2,0,27445,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70559,'Very Poor',2,0,27445,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70560,'0%',1,0,27456,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70561,'1% - 25%',1,0,27456,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70562,'26% - 50%',1,0,27456,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70563,'51% - 75%',1,0,27456,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70564,'76% - 100%',1,0,27456,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70565,'0%',1,0,27457,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70566,'1% - 25%',1,0,27457,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70567,'26% - 50%',1,0,27457,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70568,'51% - 75%',1,0,27457,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70569,'76% - 100%',1,0,27457,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70570,'0%',1,0,27458,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70571,'1% - 25%',1,0,27458,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70572,'26% - 50%',1,0,27458,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70573,'51% - 75%',1,0,27458,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70574,'76% - 100%',1,0,27458,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(70575,'Yes',0,0,27460,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70576,'Yes',2,0,27460,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70577,'No',5,0,27460,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70578,'N/A',0,0,27460,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70579,'Other',20,0,27460,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70580,'Yes',0,0,27462,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70581,'Yes',2,0,27462,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70582,'No',5,0,27462,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70583,'N/A',0,0,27462,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70584,'Other',20,0,27462,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70585,'Yes',0,0,27463,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70586,'No',4,0,27463,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70587,'N/A',0,0,27463,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70588,'Other',20,0,27463,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70589,'Yes',0,0,27465,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70590,'No',5,0,27465,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70591,'N/A',0,0,27465,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70592,'Other',20,0,27465,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70593,'Yes',0,0,27467,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70594,'No',4,0,27467,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70595,'N/A',0,0,27467,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70596,'Other',20,0,27467,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70597,'Yes',0,0,27469,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70598,'No',5,0,27469,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70599,'N/A',0,0,27469,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70600,'Other',20,0,27469,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70601,'Yes',0,0,27471,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70602,'No',5,0,27471,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70603,'N/A',0,0,27471,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70604,'Other',20,0,27471,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70605,'Yes',0,0,27473,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70606,'No',7,0,27473,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70607,'N/A',0,0,27473,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70608,'Other',20,0,27473,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70609,'Yes',2,0,27474,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70610,'No',6,0,27474,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70611,'No',0,0,27474,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70612,'N/A',0,0,27474,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70613,'Yes',0,0,27475,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70614,'No',6,0,27475,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70615,'NA',0,0,27475,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70616,'Other',20,0,27475,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70617,'Yes',0,0,27476,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70618,'Yes',0,0,27476,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70619,'NA',0,0,27476,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70620,'Other',20,0,27476,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70621,'Yes',1,0,27477,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70622,'No',0,0,27477,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70623,'Other',20,0,27477,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70624,'Yes',0,0,27478,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70625,'No',9,0,27478,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70626,'NA',0,0,27478,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70627,'Other',20,0,27478,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70628,'Yes',0,0,27479,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70629,'No',7,0,27479,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70630,'NA',0,0,27479,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70631,'Other',20,0,27479,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70632,'Yes',0,0,27480,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70633,'No',6,0,27480,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70634,'NA',0,0,27480,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70635,'Other',20,0,27480,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70636,'Yes',0,0,27481,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70637,'No',6,0,27481,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70638,'NA',0,0,27481,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70639,'Other',20,0,27481,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70640,'Yes',0,0,27482,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70641,'No',4,0,27482,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70642,'No',7,0,27482,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70643,'N/A',0,0,27482,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70644,'Other',20,0,27482,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70645,'Yes',0,0,27483,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70646,'No',8,0,27483,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70647,'NA',0,0,27483,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70648,'Other',20,0,27483,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70649,'Yes',3,0,27484,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70650,'Yes',4,0,27484,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70651,'Yes',5,0,27484,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70652,'Other',20,0,27484,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70653,'Yes',1,0,27485,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70654,'Yes',0,0,27485,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70655,'No',5,0,27485,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70656,'Other',20,0,27485,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70657,'Yes',0,0,27486,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70658,'No',5,0,27486,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70659,'NA',5,0,27486,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70660,'Other',20,0,27486,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70661,'Yes',0,0,27487,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70662,'No',5,0,27487,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70663,'N/A',0,0,27487,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70664,'Other',20,0,27487,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70665,'Yes',0,0,27488,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70666,'No',5,0,27488,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70667,'Other',20,0,27488,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70668,'N/A',0,0,27488,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70669,'Yes',0,0,27489,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70670,'No',5,0,27489,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70671,'NA',0,0,27489,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70672,'Other',20,0,27489,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70673,'Yes',0,0,27490,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70674,'No',5,0,27490,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70675,'NA',0,0,27490,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70676,'Other',20,0,27490,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70677,'Yes',0,0,27491,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70678,'No',5,0,27491,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70679,'NA',0,0,27491,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70680,'Other',20,0,27491,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70681,'Yes',0,0,27492,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70682,'No',5,0,27492,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70683,'Other',20,0,27492,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70684,'N/A',0,0,27492,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70685,'Yes',0,0,27493,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70686,'Yes',0,0,27493,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70687,'No',5,0,27493,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70688,'N/A',0,0,27493,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70689,'Other',20,0,27493,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70690,'Fan Heaters',4,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70691,'Electric Heaters',4,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70692,'Gas Heater',5,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70693,'Other Boilers',2,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70694,'Electrical Equipment',3,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70695,'Electrical Leads',3,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70696,'Portable Equipment',3,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70697,'Portable Lighting',2,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70698,'Cooking kitchen Equipment',6,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70699,'Other',20,0,27494,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70700,'Wood/Paper/Cardboard etc',3,0,27496,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70701,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27496,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70702,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27496,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70703,'Waste Material Controlled -in locked wheely bin or store',2,0,27496,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70704,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27496,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70705,'Other',20,0,27496,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70706,'Employees',2,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70707,'Sub-Contractors',3,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70708,'Young Persons',4,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70709,'Visitors',4,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70710,'The General Public (Customers)',4,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70711,'Disabled or Special needs People less able to leave the premises quickly',7,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70712,'Occupants in Remote Areas',6,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70713,'Sleeping Occupants',7,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70714,'Neighbouring Premises',2,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70715,'Tenants / Owners',3,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70716,'Animals / Livestock',2,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70717,'Other',0,0,27499,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70718,'9:00 - 17:00',0,0,27502,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70719,'17:00 - 24:00',0,0,27502,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70720,'24:00 - 9:00',0,0,27502,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70721,'9:00 - 17:00',0,0,27503,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70722,'17:00 - 24:00',0,0,27503,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70723,'24:00 - 9:00',0,0,27503,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70724,'9:00 - 17:00',0,0,27504,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70725,'17:00 - 24:00',0,0,27504,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70726,'24:00 - 9:00',0,0,27504,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70727,'9:00 - 17:00',0,0,27505,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70728,'17:00 - 24:00',0,0,27505,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70729,'24:00 - 9:00',0,0,27505,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70730,'9:00 - 17:00',0,0,27506,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70731,'17:00 - 24:00',0,0,27506,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70732,'24:00 - 9:00',0,0,27506,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70733,'9:00 - 17:00',0,0,27507,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70734,'17:00 - 24:00',0,0,27507,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70735,'24:00 - 9:00',0,0,27507,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70736,'9:00 - 17:00',0,0,27508,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70737,'17:00 - 24:00',0,0,27508,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70738,'24:00 - 9:00',0,0,27508,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70739,'Below 20',1,0,27509,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70740,'20-49',2,0,27509,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70741,'50-99',2,0,27509,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70742,'100-499',3,0,27509,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70743,'500-999',4,0,27509,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70744,'1000',5,0,27509,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70745,'Single Stage Evacuation',0,0,27510,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70746,'Staged Evacuation',0,0,27510,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70747,'Simultaneous Evacuation',0,0,27510,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70748,'Phased Evacuation',0,0,27510,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70749,'Staff Alarm Only',0,0,27510,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70750,'Stay Put Policy',0,0,27510,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70751,'Yes',0,0,27511,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70752,'No',2,0,27511,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70753,'Other',20,0,27511,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70754,'N/A',0,0,27511,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70755,'Yes',0,0,27512,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70756,'No',2,0,27512,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70757,'Other',20,0,27512,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70758,'N/A',0,0,27512,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70759,'Yes',0,0,27513,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70760,'No',2,0,27513,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70761,'Other',20,0,27513,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70762,'N/A',0,0,27513,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70763,'Yes',0,0,27515,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70764,'No',2,0,27515,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70765,'Other',20,0,27515,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70766,'N/A',0,0,27515,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70767,'Yes',0,0,27517,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70768,'No',2,0,27517,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70769,'Other',20,0,27517,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70770,'N/A',0,0,27517,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70771,'Yes',0,0,27518,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70772,'No',2,0,27518,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70773,'Other',20,0,27518,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70774,'N/A',0,0,27518,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70775,'Yes',0,0,27519,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70776,'No',3,0,27519,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70777,'Other',20,0,27519,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70778,'N/A',0,0,27519,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70779,'Yes',0,0,27521,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70780,'No',3,0,27521,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70781,'Other',20,0,27521,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70782,'N/A',0,0,27521,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70783,'Yes',0,0,27522,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70784,'No',4,0,27522,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70785,'No Disabled',0,0,27522,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70786,'Other',20,0,27522,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70787,'N/A',0,0,27522,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70788,'Yes',0,0,27523,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70789,'No',4,0,27523,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70790,'Other',20,0,27523,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70791,'N/A',0,0,27523,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70792,'Yes',0,0,27524,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70793,'No',3,0,27524,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70794,'Other',20,0,27524,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70795,'N/A',0,0,27524,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70796,'Yes',0,0,27525,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70797,'No',4,0,27525,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70798,'Other',20,0,27525,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70799,'N/A',0,0,27525,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70800,'Yes',0,0,27526,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70801,'No',4,0,27526,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70802,'Other',20,0,27526,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70803,'N/A',0,0,27526,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70804,'Yes',0,0,27527,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70805,'No',5,0,27527,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70806,'Other',20,0,27527,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(70807,'N/A',0,0,27527,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70808,'Yes',0,0,27528,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70809,'Yes',3,0,27528,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70810,'No',6,0,27528,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70811,'Other',20,0,27528,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70812,'N/A',0,0,27528,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70813,'Yes',0,0,27529,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70814,'No',5,0,27529,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70815,'Other',20,0,27529,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70816,'N/A',0,0,27529,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70817,'Director',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70818,'Owner Landlord',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70819,'Site Maitenance',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70820,'Estate Agent',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70821,'Letting Agent',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70822,'Other',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70823,'Director',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70824,'CEO',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70825,'Other',0,0,27538,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70826,'Nebosh',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70827,'Level 2 Fire Risk Assessor',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70828,'Competant Person',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70829,'Property Manager',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70830,'Construction Manager',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70831,'Fire Warden',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70832,'Director',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70833,'CEO',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70834,'Other',0,0,27539,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70835,'Property Agent',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70836,'Owner Landlord',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70837,'Site Manager',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70838,'Property Manager',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70839,'Construction Manager',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70840,'Fire Warden',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70841,'Director',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70842,'CEO',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70843,'Other',0,0,27540,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70844,'A Property Within Building Block',0,0,27541,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70845,'All Of The Property',0,0,27541,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70846,'Communal Areas Only',0,0,27541,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70847,'House',0,0,27541,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70848,'Flat',0,0,27541,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70849,'Other',0,0,27541,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70850,'Yes, they are in good condition & positioned correctly.',0,0,27547,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70851,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,27547,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70852,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,27547,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70853,'Other',20,0,27547,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70854,'N/A',0,0,27547,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70855,'Yes',0,0,27549,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70856,'No 1',5,0,27549,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70857,'No 2',5,0,27549,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70858,'Yes',0,0,27550,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70859,'Option',5,0,27550,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70860,'No',8,0,27550,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70861,'N/A',0,0,27550,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70862,'Other',20,0,27550,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70863,'Yes 1',1,0,27552,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70864,'Yes 2',0,0,27552,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70865,'No',7,0,27552,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70866,'N/A',0,0,27552,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70867,'Other',20,0,27552,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70868,'Yes',0,0,27554,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70869,'No',8,0,27554,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70870,'Other',20,0,27554,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70871,'N/A',0,0,27554,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70872,'Yes',0,0,27555,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70873,'No',8,0,27555,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70874,'Other',20,0,27555,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70875,'N/A',0,0,27555,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70876,'Yes',0,0,27556,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70877,'No',8,0,27556,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70878,'Other',20,0,27556,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70879,'N/A',0,0,27556,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70880,'Yes',0,0,27558,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70881,'No',8,0,27558,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70882,'Other',20,0,27558,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70883,'N/A',0,0,27558,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70884,'Yes',0,0,27559,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70885,'No',6,0,27559,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70886,'Other',20,0,27559,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70887,'N/A',0,0,27559,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70888,'Detached',1,0,27561,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70889,'Semi Detached',2,0,27561,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70890,'Terraced',3,0,27561,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70891,'Linked-Detached',1,0,27561,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70892,'Other',20,0,27561,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70893,'House',1,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70894,'Bungalow',1,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70895,'Maisonette',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70896,'Block of Flats - Studios up to 6 Floor Levels',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70897,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70898,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70899,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70900,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70901,'Underground Property',1,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70902,'Factory/ Warehouse',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70903,'Garage/ Workshop',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70904,'Retail Shop',2,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70905,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70906,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70907,'Other',20,0,27562,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70908,'NA',0,0,27568,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70909,'Number of staircase',2,0,27568,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70910,'NA',0,0,27569,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70911,'Number os staircases',2,0,27569,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70912,'25%',1,0,27580,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70913,'50%',1,0,27580,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70914,'75%',1,0,27580,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70915,'100%',1,0,27580,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70916,'Other',20,0,27580,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70917,'Yes',1,0,27582,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70918,'No',3,0,27582,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70919,'Unknown',3,0,27582,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70920,'Stone',0,0,27582,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70921,'Other',20,0,27582,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70922,'Yes',1,0,27583,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70923,'No',5,0,27583,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70924,'Unknown',5,0,27583,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70925,'Stone',0,0,27583,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70926,'Other',20,0,27583,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70927,'Wood',2,0,27584,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70928,'Plastics',1,0,27584,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70929,'Aluminium',0,0,27584,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70930,'Stone',0,0,27584,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70931,'Other',20,0,27584,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70932,'0%',0,0,27586,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70933,'25%',1,0,27586,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70934,'50%',1,0,27586,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70935,'75%',1,0,27586,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70936,'100%',1,0,27586,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70937,'0%',0,0,27587,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70938,'25%',2,0,27587,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70939,'50%',2,0,27587,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70940,'75%',2,0,27587,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70941,'100%',2,0,27587,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70942,'0%',0,0,27588,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70943,'25%',1,0,27588,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70944,'50%',1,0,27588,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70945,'75%',1,0,27588,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70946,'100%',1,0,27588,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70947,'Solid concrete all levels',0,0,27589,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70948,'Timber joists all levels',3,0,27589,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70949,'Concrete lowest floor – Timber above higher levels',3,0,27589,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70950,'Other',20,0,27589,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70951,'100%',1,0,27589,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70952,'Yes',1,0,27592,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70953,'No',6,0,27592,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70954,'Yes',2,0,27594,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70955,'No',8,0,27594,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70956,'Yes',1,0,27596,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70957,'No',6,0,27596,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70958,'Yes',1,0,27598,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70959,'No',6,0,27598,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70960,'Yes',1,0,27600,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70961,'No',6,0,27600,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70962,'Yes',1,0,27604,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70963,'No',3,0,27604,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70964,'Yes',1,0,27606,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70965,'No',3,0,27606,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70966,'Yes',1,0,27608,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70967,'No',3,0,27608,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70968,'Very Good',1,0,27610,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70969,'Good',1,0,27610,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70970,'Fair',1,0,27610,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70971,'Poor',2,0,27610,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70972,'Very Poor',2,0,27610,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70973,'0%',1,0,27621,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70974,'1% - 25%',1,0,27621,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70975,'26% - 50%',1,0,27621,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70976,'51% - 75%',1,0,27621,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70977,'76% - 100%',1,0,27621,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70978,'0%',1,0,27622,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70979,'1% - 25%',1,0,27622,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70980,'26% - 50%',1,0,27622,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70981,'51% - 75%',1,0,27622,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70982,'76% - 100%',1,0,27622,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70983,'0%',1,0,27623,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70984,'1% - 25%',1,0,27623,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70985,'26% - 50%',1,0,27623,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70986,'51% - 75%',1,0,27623,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70987,'76% - 100%',1,0,27623,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(70988,'Yes',0,0,27625,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70989,'Yes',2,0,27625,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70990,'No',5,0,27625,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70991,'N/A',0,0,27625,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70992,'Other',20,0,27625,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70993,'Yes',0,0,27627,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70994,'Yes',2,0,27627,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70995,'No',5,0,27627,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70996,'N/A',0,0,27627,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70997,'Other',20,0,27627,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70998,'Yes',0,0,27628,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(70999,'No',4,0,27628,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71000,'N/A',0,0,27628,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71001,'Other',20,0,27628,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71002,'Yes',0,0,27630,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71003,'No',5,0,27630,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71004,'N/A',0,0,27630,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71005,'Other',20,0,27630,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71006,'Yes',0,0,27632,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71007,'No',4,0,27632,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71008,'N/A',0,0,27632,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71009,'Other',20,0,27632,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71010,'Yes',0,0,27634,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71011,'No',5,0,27634,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71012,'N/A',0,0,27634,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71013,'Other',20,0,27634,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71014,'Yes',0,0,27636,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71015,'No',5,0,27636,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71016,'N/A',0,0,27636,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71017,'Other',20,0,27636,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71018,'Yes',0,0,27638,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71019,'No',7,0,27638,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71020,'N/A',0,0,27638,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71021,'Other',20,0,27638,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71022,'Yes',2,0,27639,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71023,'No',6,0,27639,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71024,'No',0,0,27639,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71025,'N/A',0,0,27639,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71026,'Yes',0,0,27640,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71027,'No',6,0,27640,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71028,'NA',0,0,27640,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71029,'Other',20,0,27640,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71030,'Yes',0,0,27641,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71031,'Yes',0,0,27641,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71032,'NA',0,0,27641,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71033,'Other',20,0,27641,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71034,'Yes',1,0,27642,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71035,'No',0,0,27642,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71036,'Other',20,0,27642,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71037,'Yes',0,0,27643,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71038,'No',9,0,27643,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71039,'NA',0,0,27643,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71040,'Other',20,0,27643,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71041,'Yes',0,0,27644,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71042,'No',7,0,27644,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71043,'NA',0,0,27644,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71044,'Other',20,0,27644,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71045,'Yes',0,0,27645,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71046,'No',6,0,27645,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71047,'NA',0,0,27645,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71048,'Other',20,0,27645,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71049,'Yes',0,0,27646,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71050,'No',6,0,27646,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71051,'NA',0,0,27646,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71052,'Other',20,0,27646,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71053,'Yes',0,0,27647,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71054,'No',4,0,27647,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71055,'No',7,0,27647,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71056,'N/A',0,0,27647,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71057,'Other',20,0,27647,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71058,'Yes',0,0,27648,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71059,'No',8,0,27648,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71060,'NA',0,0,27648,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71061,'Other',20,0,27648,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71062,'Yes',3,0,27649,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71063,'Yes',4,0,27649,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71064,'Yes',5,0,27649,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71065,'Other',20,0,27649,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71066,'Yes',1,0,27650,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71067,'Yes',0,0,27650,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71068,'No',5,0,27650,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71069,'Other',20,0,27650,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71070,'Yes',0,0,27651,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71071,'No',5,0,27651,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71072,'NA',5,0,27651,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71073,'Other',20,0,27651,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71074,'Yes',0,0,27652,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71075,'No',5,0,27652,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71076,'N/A',0,0,27652,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71077,'Other',20,0,27652,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71078,'Yes',0,0,27653,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71079,'No',5,0,27653,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71080,'Other',20,0,27653,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71081,'N/A',0,0,27653,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71082,'Yes',0,0,27654,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71083,'No',5,0,27654,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71084,'NA',0,0,27654,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71085,'Other',20,0,27654,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71086,'Yes',0,0,27655,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71087,'No',5,0,27655,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71088,'NA',0,0,27655,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71089,'Other',20,0,27655,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71090,'Yes',0,0,27656,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71091,'No',5,0,27656,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71092,'NA',0,0,27656,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71093,'Other',20,0,27656,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71094,'Yes',0,0,27657,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71095,'No',5,0,27657,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71096,'Other',20,0,27657,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71097,'N/A',0,0,27657,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71098,'Yes',0,0,27658,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71099,'Yes',0,0,27658,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71100,'No',5,0,27658,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71101,'N/A',0,0,27658,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71102,'Other',20,0,27658,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71103,'Fan Heaters',4,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71104,'Electric Heaters',4,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71105,'Gas Heater',5,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71106,'Other Boilers',2,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71107,'Electrical Equipment',3,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71108,'Electrical Leads',3,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71109,'Portable Equipment',3,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71110,'Portable Lighting',2,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71111,'Cooking kitchen Equipment',6,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71112,'Other',20,0,27659,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71113,'Wood/Paper/Cardboard etc',3,0,27661,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71114,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27661,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71115,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27661,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71116,'Waste Material Controlled -in locked wheely bin or store',2,0,27661,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71117,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27661,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71118,'Other',20,0,27661,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71119,'Employees',2,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71120,'Sub-Contractors',3,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71121,'Young Persons',4,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71122,'Visitors',4,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71123,'The General Public (Customers)',4,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71124,'Disabled or Special needs People less able to leave the premises quickly',7,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71125,'Occupants in Remote Areas',6,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71126,'Sleeping Occupants',7,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71127,'Neighbouring Premises',2,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71128,'Tenants / Owners',3,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71129,'Animals / Livestock',2,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71130,'Other',0,0,27664,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71131,'9:00 - 17:00',0,0,27667,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71132,'17:00 - 24:00',0,0,27667,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71133,'24:00 - 9:00',0,0,27667,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71134,'9:00 - 17:00',0,0,27668,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71135,'17:00 - 24:00',0,0,27668,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71136,'24:00 - 9:00',0,0,27668,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71137,'9:00 - 17:00',0,0,27669,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71138,'17:00 - 24:00',0,0,27669,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71139,'24:00 - 9:00',0,0,27669,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71140,'9:00 - 17:00',0,0,27670,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71141,'17:00 - 24:00',0,0,27670,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71142,'24:00 - 9:00',0,0,27670,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71143,'9:00 - 17:00',0,0,27671,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71144,'17:00 - 24:00',0,0,27671,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71145,'24:00 - 9:00',0,0,27671,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71146,'9:00 - 17:00',0,0,27672,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71147,'17:00 - 24:00',0,0,27672,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71148,'24:00 - 9:00',0,0,27672,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71149,'9:00 - 17:00',0,0,27673,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71150,'17:00 - 24:00',0,0,27673,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71151,'24:00 - 9:00',0,0,27673,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71152,'Below 20',1,0,27674,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71153,'20-49',2,0,27674,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71154,'50-99',2,0,27674,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71155,'100-499',3,0,27674,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71156,'500-999',4,0,27674,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71157,'1000',5,0,27674,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71158,'Single Stage Evacuation',0,0,27675,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71159,'Staged Evacuation',0,0,27675,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71160,'Simultaneous Evacuation',0,0,27675,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71161,'Phased Evacuation',0,0,27675,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71162,'Staff Alarm Only',0,0,27675,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71163,'Stay Put Policy',0,0,27675,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71164,'Yes',0,0,27676,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71165,'No',2,0,27676,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71166,'Other',20,0,27676,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71167,'N/A',0,0,27676,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71168,'Yes',0,0,27677,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71169,'No',2,0,27677,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71170,'Other',20,0,27677,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71171,'N/A',0,0,27677,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71172,'Yes',0,0,27678,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71173,'No',2,0,27678,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71174,'Other',20,0,27678,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71175,'N/A',0,0,27678,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71176,'Yes',0,0,27680,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71177,'No',2,0,27680,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71178,'Other',20,0,27680,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71179,'N/A',0,0,27680,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71180,'Yes',0,0,27682,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71181,'No',2,0,27682,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71182,'Other',20,0,27682,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71183,'N/A',0,0,27682,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71184,'Yes',0,0,27683,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71185,'No',2,0,27683,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71186,'Other',20,0,27683,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71187,'N/A',0,0,27683,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71188,'Yes',0,0,27684,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71189,'No',3,0,27684,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71190,'Other',20,0,27684,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71191,'N/A',0,0,27684,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71192,'Yes',0,0,27686,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71193,'No',3,0,27686,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71194,'Other',20,0,27686,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71195,'N/A',0,0,27686,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71196,'Yes',0,0,27687,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71197,'No',4,0,27687,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71198,'No Disabled',0,0,27687,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71199,'Other',20,0,27687,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71200,'N/A',0,0,27687,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71201,'Yes',0,0,27688,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71202,'No',4,0,27688,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71203,'Other',20,0,27688,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71204,'N/A',0,0,27688,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71205,'Yes',0,0,27689,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71206,'No',3,0,27689,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71207,'Other',20,0,27689,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71208,'N/A',0,0,27689,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71209,'Yes',0,0,27690,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71210,'No',4,0,27690,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71211,'Other',20,0,27690,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71212,'N/A',0,0,27690,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71213,'Yes',0,0,27691,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71214,'No',4,0,27691,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71215,'Other',20,0,27691,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71216,'N/A',0,0,27691,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71217,'Yes',0,0,27692,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71218,'No',5,0,27692,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71219,'Other',20,0,27692,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71220,'N/A',0,0,27692,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71221,'Yes',0,0,27693,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71222,'Yes',3,0,27693,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71223,'No',6,0,27693,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71224,'Other',20,0,27693,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71225,'N/A',0,0,27693,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71226,'Yes',0,0,27694,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71227,'No',5,0,27694,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71228,'Other',20,0,27694,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71229,'N/A',0,0,27694,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71230,'Director',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71231,'Owner Landlord',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71232,'Site Maitenance',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71233,'Estate Agent',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71234,'Letting Agent',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71235,'Other',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71236,'Director',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71237,'CEO',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71238,'Other',0,0,27703,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71239,'Nebosh',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71240,'Level 2 Fire Risk Assessor',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71241,'Competant Person',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71242,'Property Manager',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71243,'Construction Manager',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71244,'Fire Warden',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71245,'Director',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71246,'CEO',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71247,'Other',0,0,27704,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71248,'Property Agent',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71249,'Owner Landlord',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71250,'Site Manager',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71251,'Property Manager',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71252,'Construction Manager',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71253,'Fire Warden',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71254,'Director',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71255,'CEO',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71256,'Other',0,0,27705,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71257,'A Property Within Building Block',0,0,27706,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71258,'All Of The Property',0,0,27706,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71259,'Communal Areas Only',0,0,27706,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71260,'House',0,0,27706,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71261,'Flat',0,0,27706,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71262,'Other',0,0,27706,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71263,'Yes, they are in good condition & positioned correctly.',0,0,27712,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71264,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,27712,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71265,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,27712,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71266,'Other',20,0,27712,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71267,'N/A',0,0,27712,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71268,'Yes',0,0,27714,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71269,'No 1',5,0,27714,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71270,'No 2',5,0,27714,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71271,'Yes',0,0,27715,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71272,'Option',5,0,27715,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71273,'No',8,0,27715,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71274,'N/A',0,0,27715,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71275,'Other',20,0,27715,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71276,'Yes 1',1,0,27717,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71277,'Yes 2',0,0,27717,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71278,'No',7,0,27717,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71279,'N/A',0,0,27717,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71280,'Other',20,0,27717,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71281,'Yes',0,0,27719,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71282,'No',8,0,27719,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71283,'Other',20,0,27719,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71284,'N/A',0,0,27719,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71285,'Yes',0,0,27720,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71286,'No',8,0,27720,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71287,'Other',20,0,27720,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71288,'N/A',0,0,27720,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71289,'Yes',0,0,27721,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71290,'No',8,0,27721,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71291,'Other',20,0,27721,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71292,'N/A',0,0,27721,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71293,'Yes',0,0,27723,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71294,'No',8,0,27723,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71295,'Other',20,0,27723,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71296,'N/A',0,0,27723,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71297,'Yes',0,0,27724,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71298,'No',6,0,27724,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71299,'Other',20,0,27724,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71300,'N/A',0,0,27724,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71301,'Detached',1,0,27726,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71302,'Semi Detached',2,0,27726,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71303,'Terraced',3,0,27726,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71304,'Linked-Detached',1,0,27726,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71305,'Other',20,0,27726,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71306,'House',1,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71307,'Bungalow',1,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71308,'Maisonette',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71309,'Block of Flats - Studios up to 6 Floor Levels',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71310,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71311,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71312,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71313,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71314,'Underground Property',1,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71315,'Factory/ Warehouse',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71316,'Garage/ Workshop',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71317,'Retail Shop',2,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71318,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71319,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71320,'Other',20,0,27727,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71321,'NA',0,0,27733,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71322,'Number of staircase',2,0,27733,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71323,'NA',0,0,27734,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71324,'Number os staircases',2,0,27734,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71325,'25%',1,0,27745,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71326,'50%',1,0,27745,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71327,'75%',1,0,27745,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71328,'100%',1,0,27745,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71329,'Other',20,0,27745,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71330,'Yes',1,0,27747,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71331,'No',3,0,27747,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71332,'Unknown',3,0,27747,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71333,'Stone',0,0,27747,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71334,'Other',20,0,27747,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71335,'Yes',1,0,27748,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71336,'No',5,0,27748,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71337,'Unknown',5,0,27748,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71338,'Stone',0,0,27748,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71339,'Other',20,0,27748,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71340,'Wood',2,0,27749,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71341,'Plastics',1,0,27749,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71342,'Aluminium',0,0,27749,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71343,'Stone',0,0,27749,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71344,'Other',20,0,27749,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71345,'0%',0,0,27751,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71346,'25%',1,0,27751,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71347,'50%',1,0,27751,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71348,'75%',1,0,27751,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71349,'100%',1,0,27751,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71350,'0%',0,0,27752,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71351,'25%',2,0,27752,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71352,'50%',2,0,27752,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71353,'75%',2,0,27752,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71354,'100%',2,0,27752,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71355,'0%',0,0,27753,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71356,'25%',1,0,27753,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71357,'50%',1,0,27753,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71358,'75%',1,0,27753,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71359,'100%',1,0,27753,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71360,'Solid concrete all levels',0,0,27754,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71361,'Timber joists all levels',3,0,27754,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71362,'Concrete lowest floor – Timber above higher levels',3,0,27754,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71363,'Other',20,0,27754,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71364,'100%',1,0,27754,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71365,'Yes',1,0,27757,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71366,'No',6,0,27757,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71367,'Yes',2,0,27759,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71368,'No',8,0,27759,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71369,'Yes',1,0,27761,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71370,'No',6,0,27761,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71371,'Yes',1,0,27763,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71372,'No',6,0,27763,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71373,'Yes',1,0,27765,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71374,'No',6,0,27765,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71375,'Yes',1,0,27769,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71376,'No',3,0,27769,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71377,'Yes',1,0,27771,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71378,'No',3,0,27771,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71379,'Yes',1,0,27773,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71380,'No',3,0,27773,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71381,'Very Good',1,0,27775,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71382,'Good',1,0,27775,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71383,'Fair',1,0,27775,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71384,'Poor',2,0,27775,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71385,'Very Poor',2,0,27775,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(71386,'0%',1,0,27786,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71387,'1% - 25%',1,0,27786,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71388,'26% - 50%',1,0,27786,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71389,'51% - 75%',1,0,27786,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71390,'76% - 100%',1,0,27786,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71391,'0%',1,0,27787,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71392,'1% - 25%',1,0,27787,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71393,'26% - 50%',1,0,27787,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71394,'51% - 75%',1,0,27787,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71395,'76% - 100%',1,0,27787,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71396,'0%',1,0,27788,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71397,'1% - 25%',1,0,27788,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71398,'26% - 50%',1,0,27788,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71399,'51% - 75%',1,0,27788,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71400,'76% - 100%',1,0,27788,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(71401,'Yes',0,0,27790,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71402,'Yes',2,0,27790,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71403,'No',5,0,27790,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71404,'N/A',0,0,27790,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71405,'Other',20,0,27790,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71406,'Yes',0,0,27792,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71407,'Yes',2,0,27792,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71408,'No',5,0,27792,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71409,'N/A',0,0,27792,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71410,'Other',20,0,27792,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71411,'Yes',0,0,27793,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71412,'No',4,0,27793,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71413,'N/A',0,0,27793,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71414,'Other',20,0,27793,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71415,'Yes',0,0,27795,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71416,'No',5,0,27795,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71417,'N/A',0,0,27795,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71418,'Other',20,0,27795,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71419,'Yes',0,0,27797,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71420,'No',4,0,27797,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71421,'N/A',0,0,27797,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71422,'Other',20,0,27797,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71423,'Yes',0,0,27799,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71424,'No',5,0,27799,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71425,'N/A',0,0,27799,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71426,'Other',20,0,27799,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71427,'Yes',0,0,27801,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71428,'No',5,0,27801,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71429,'N/A',0,0,27801,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71430,'Other',20,0,27801,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71431,'Yes',0,0,27803,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71432,'No',7,0,27803,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71433,'N/A',0,0,27803,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71434,'Other',20,0,27803,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71435,'Yes',2,0,27804,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71436,'No',6,0,27804,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71437,'No',0,0,27804,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71438,'N/A',0,0,27804,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71439,'Yes',0,0,27805,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71440,'No',6,0,27805,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71441,'NA',0,0,27805,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71442,'Other',20,0,27805,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71443,'Yes',0,0,27806,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71444,'Yes',0,0,27806,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71445,'NA',0,0,27806,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71446,'Other',20,0,27806,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71447,'Yes',1,0,27807,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71448,'No',0,0,27807,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71449,'Other',20,0,27807,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71450,'Yes',0,0,27808,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71451,'No',9,0,27808,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71452,'NA',0,0,27808,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71453,'Other',20,0,27808,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71454,'Yes',0,0,27809,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71455,'No',7,0,27809,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71456,'NA',0,0,27809,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71457,'Other',20,0,27809,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71458,'Yes',0,0,27810,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71459,'No',6,0,27810,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71460,'NA',0,0,27810,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71461,'Other',20,0,27810,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71462,'Yes',0,0,27811,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71463,'No',6,0,27811,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71464,'NA',0,0,27811,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71465,'Other',20,0,27811,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71466,'Yes',0,0,27812,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71467,'No',4,0,27812,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71468,'No',7,0,27812,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71469,'N/A',0,0,27812,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71470,'Other',20,0,27812,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71471,'Yes',0,0,27813,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71472,'No',8,0,27813,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71473,'NA',0,0,27813,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71474,'Other',20,0,27813,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71475,'Yes',3,0,27814,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71476,'Yes',4,0,27814,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71477,'Yes',5,0,27814,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71478,'Other',20,0,27814,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71479,'Yes',1,0,27815,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71480,'Yes',0,0,27815,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71481,'No',5,0,27815,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71482,'Other',20,0,27815,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71483,'Yes',0,0,27816,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71484,'No',5,0,27816,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71485,'NA',5,0,27816,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71486,'Other',20,0,27816,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71487,'Yes',0,0,27817,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71488,'No',5,0,27817,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71489,'N/A',0,0,27817,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71490,'Other',20,0,27817,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71491,'Yes',0,0,27818,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71492,'No',5,0,27818,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71493,'Other',20,0,27818,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71494,'N/A',0,0,27818,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71495,'Yes',0,0,27819,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71496,'No',5,0,27819,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71497,'NA',0,0,27819,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71498,'Other',20,0,27819,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71499,'Yes',0,0,27820,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71500,'No',5,0,27820,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71501,'NA',0,0,27820,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71502,'Other',20,0,27820,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71503,'Yes',0,0,27821,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71504,'No',5,0,27821,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71505,'NA',0,0,27821,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71506,'Other',20,0,27821,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71507,'Yes',0,0,27822,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71508,'No',5,0,27822,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71509,'Other',20,0,27822,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71510,'N/A',0,0,27822,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71511,'Yes',0,0,27823,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71512,'Yes',0,0,27823,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71513,'No',5,0,27823,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71514,'N/A',0,0,27823,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71515,'Other',20,0,27823,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71516,'Fan Heaters',4,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71517,'Electric Heaters',4,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71518,'Gas Heater',5,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71519,'Other Boilers',2,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71520,'Electrical Equipment',3,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71521,'Electrical Leads',3,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71522,'Portable Equipment',3,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71523,'Portable Lighting',2,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71524,'Cooking kitchen Equipment',6,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71525,'Other',20,0,27824,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71526,'Wood/Paper/Cardboard etc',3,0,27826,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71527,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27826,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71528,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27826,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71529,'Waste Material Controlled -in locked wheely bin or store',2,0,27826,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71530,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27826,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71531,'Other',20,0,27826,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71532,'Yes',0,0,27828,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71533,'No',2,0,27828,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71534,'Other',20,0,27828,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71535,'N/A',0,0,27828,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71536,'Yes',0,0,27829,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71537,'No',2,0,27829,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71538,'Other',20,0,27829,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71539,'N/A',0,0,27829,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71540,'Yes',0,0,27830,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71541,'No',2,0,27830,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71542,'Other',20,0,27830,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71543,'N/A',0,0,27830,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71544,'Yes',0,0,27832,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71545,'No',2,0,27832,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71546,'Other',20,0,27832,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71547,'N/A',0,0,27832,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71548,'Yes',0,0,27834,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71549,'No',2,0,27834,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71550,'Other',20,0,27834,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71551,'N/A',0,0,27834,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71552,'Yes',0,0,27835,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71553,'No',2,0,27835,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71554,'Other',20,0,27835,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71555,'N/A',0,0,27835,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71556,'Yes',0,0,27836,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71557,'No',3,0,27836,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71558,'Other',20,0,27836,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71559,'N/A',0,0,27836,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71560,'Yes',0,0,27838,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71561,'No',3,0,27838,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71562,'Other',20,0,27838,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71563,'N/A',0,0,27838,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71564,'Yes',0,0,27839,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71565,'No',4,0,27839,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71566,'No Disabled',0,0,27839,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71567,'Other',20,0,27839,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71568,'N/A',0,0,27839,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71569,'Yes',0,0,27840,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71570,'No',4,0,27840,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71571,'Other',20,0,27840,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71572,'N/A',0,0,27840,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71573,'Yes',0,0,27841,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71574,'No',3,0,27841,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71575,'Other',20,0,27841,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71576,'N/A',0,0,27841,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71577,'Yes',0,0,27842,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71578,'No',4,0,27842,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71579,'Other',20,0,27842,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71580,'N/A',0,0,27842,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71581,'Yes',0,0,27843,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71582,'No',4,0,27843,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71583,'Other',20,0,27843,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71584,'N/A',0,0,27843,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71585,'Yes',0,0,27844,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71586,'No',5,0,27844,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71587,'Other',20,0,27844,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71588,'N/A',0,0,27844,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71589,'Yes',0,0,27845,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71590,'Yes',3,0,27845,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71591,'No',6,0,27845,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71592,'Other',20,0,27845,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71593,'N/A',0,0,27845,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71594,'Yes',0,0,27846,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71595,'No',5,0,27846,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71596,'Other',20,0,27846,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71597,'N/A',0,0,27846,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71598,'Director',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71599,'Owner Landlord',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71600,'Site Maitenance',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71601,'Estate Agent',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71602,'Letting Agent',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71603,'Other',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71604,'Director',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71605,'CEO',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71606,'Other',0,0,27855,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71607,'Nebosh',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71608,'Level 2 Fire Risk Assessor',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71609,'Competant Person',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71610,'Property Manager',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71611,'Construction Manager',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71612,'Fire Warden',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71613,'Director',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71614,'CEO',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71615,'Other',0,0,27856,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71616,'Property Agent',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71617,'Owner Landlord',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71618,'Site Manager',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71619,'Property Manager',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71620,'Construction Manager',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71621,'Fire Warden',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71622,'Director',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71623,'CEO',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71624,'Other',0,0,27857,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71625,'A Property Within Building Block',0,0,27858,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71626,'All Of The Property',0,0,27858,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71627,'Communal Areas Only',0,0,27858,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71628,'House',0,0,27858,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71629,'Flat',0,0,27858,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71630,'Other',0,0,27858,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71631,'Yes, they are in good condition & positioned correctly.',0,0,27864,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71632,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,27864,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71633,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,27864,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71634,'Other',20,0,27864,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71635,'N/A',0,0,27864,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71636,'Yes',0,0,27866,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71637,'No 1',5,0,27866,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71638,'No 2',5,0,27866,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71639,'Yes',0,0,27867,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71640,'Option',5,0,27867,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71641,'No',8,0,27867,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71642,'N/A',0,0,27867,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71643,'Other',20,0,27867,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71644,'Yes 1',1,0,27869,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71645,'Yes 2',0,0,27869,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71646,'No',7,0,27869,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71647,'N/A',0,0,27869,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71648,'Other',20,0,27869,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71649,'Yes',0,0,27871,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71650,'No',8,0,27871,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71651,'Other',20,0,27871,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71652,'N/A',0,0,27871,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71653,'Yes',0,0,27872,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71654,'No',8,0,27872,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71655,'Other',20,0,27872,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71656,'N/A',0,0,27872,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71657,'Yes',0,0,27873,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71658,'No',8,0,27873,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71659,'Other',20,0,27873,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71660,'N/A',0,0,27873,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71661,'Yes',0,0,27875,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71662,'No',8,0,27875,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71663,'Other',20,0,27875,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71664,'N/A',0,0,27875,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71665,'Yes',0,0,27876,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71666,'No',6,0,27876,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71667,'Other',20,0,27876,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71668,'N/A',0,0,27876,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71669,'Detached',1,0,27878,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71670,'Semi Detached',2,0,27878,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71671,'Terraced',3,0,27878,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71672,'Linked-Detached',1,0,27878,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71673,'Other',20,0,27878,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71674,'House',1,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71675,'Bungalow',1,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71676,'Maisonette',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71677,'Block of Flats - Studios up to 6 Floor Levels',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71678,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71679,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71680,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71681,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71682,'Underground Property',1,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71683,'Factory/ Warehouse',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71684,'Garage/ Workshop',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71685,'Retail Shop',2,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71686,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71687,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71688,'Other',20,0,27879,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71689,'NA',0,0,27885,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71690,'Number of staircase',2,0,27885,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71691,'NA',0,0,27886,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71692,'Number os staircases',2,0,27886,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71693,'25%',1,0,27897,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71694,'50%',1,0,27897,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71695,'75%',1,0,27897,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71696,'100%',1,0,27897,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71697,'Other',20,0,27897,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71698,'Yes',1,0,27899,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71699,'No',3,0,27899,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71700,'Unknown',3,0,27899,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71701,'Stone',0,0,27899,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71702,'Other',20,0,27899,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71703,'Yes',1,0,27900,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71704,'No',5,0,27900,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71705,'Unknown',5,0,27900,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71706,'Stone',0,0,27900,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71707,'Other',20,0,27900,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71708,'Wood',2,0,27901,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71709,'Plastics',1,0,27901,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71710,'Aluminium',0,0,27901,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71711,'Stone',0,0,27901,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71712,'Other',20,0,27901,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71713,'0%',0,0,27903,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71714,'25%',1,0,27903,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71715,'50%',1,0,27903,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71716,'75%',1,0,27903,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71717,'100%',1,0,27903,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71718,'0%',0,0,27904,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71719,'25%',2,0,27904,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71720,'50%',2,0,27904,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71721,'75%',2,0,27904,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71722,'100%',2,0,27904,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71723,'0%',0,0,27905,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71724,'25%',1,0,27905,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71725,'50%',1,0,27905,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71726,'75%',1,0,27905,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71727,'100%',1,0,27905,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71728,'Solid concrete all levels',0,0,27906,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71729,'Timber joists all levels',3,0,27906,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71730,'Concrete lowest floor – Timber above higher levels',3,0,27906,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71731,'Other',20,0,27906,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71732,'100%',1,0,27906,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71733,'Yes',1,0,27909,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71734,'No',6,0,27909,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71735,'Yes',2,0,27911,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71736,'No',8,0,27911,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71737,'Yes',1,0,27913,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71738,'No',6,0,27913,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71739,'Yes',1,0,27915,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71740,'No',6,0,27915,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(71741,'Yes',1,0,27917,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71742,'No',6,0,27917,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71743,'Yes',1,0,27921,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71744,'No',3,0,27921,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71745,'Yes',1,0,27923,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71746,'No',3,0,27923,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71747,'Yes',1,0,27925,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71748,'No',3,0,27925,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71749,'Very Good',1,0,27927,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71750,'Good',1,0,27927,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71751,'Fair',1,0,27927,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71752,'Poor',2,0,27927,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71753,'Very Poor',2,0,27927,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71754,'0%',1,0,27938,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71755,'1% - 25%',1,0,27938,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71756,'26% - 50%',1,0,27938,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71757,'51% - 75%',1,0,27938,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71758,'76% - 100%',1,0,27938,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71759,'0%',1,0,27939,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71760,'1% - 25%',1,0,27939,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71761,'26% - 50%',1,0,27939,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71762,'51% - 75%',1,0,27939,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71763,'76% - 100%',1,0,27939,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71764,'0%',1,0,27940,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71765,'1% - 25%',1,0,27940,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71766,'26% - 50%',1,0,27940,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71767,'51% - 75%',1,0,27940,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71768,'76% - 100%',1,0,27940,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71769,'Employees',2,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71770,'Sub-Contractors',3,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71771,'Young Persons',4,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71772,'Visitors',4,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71773,'The General Public (Customers)',4,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71774,'Disabled or Special needs People less able to leave the premises quickly',7,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71775,'Occupants in Remote Areas',6,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71776,'Sleeping Occupants',7,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71777,'Neighbouring Premises',2,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71778,'Tenants / Owners',3,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71779,'Animals / Livestock',2,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71780,'Other',0,0,27942,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71781,'9:00 - 17:00',0,0,27945,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71782,'17:00 - 24:00',0,0,27945,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71783,'24:00 - 9:00',0,0,27945,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71784,'9:00 - 17:00',0,0,27946,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71785,'17:00 - 24:00',0,0,27946,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71786,'24:00 - 9:00',0,0,27946,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71787,'9:00 - 17:00',0,0,27947,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71788,'17:00 - 24:00',0,0,27947,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71789,'24:00 - 9:00',0,0,27947,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71790,'9:00 - 17:00',0,0,27948,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71791,'17:00 - 24:00',0,0,27948,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71792,'24:00 - 9:00',0,0,27948,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71793,'9:00 - 17:00',0,0,27949,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71794,'17:00 - 24:00',0,0,27949,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71795,'24:00 - 9:00',0,0,27949,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71796,'9:00 - 17:00',0,0,27950,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71797,'17:00 - 24:00',0,0,27950,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71798,'24:00 - 9:00',0,0,27950,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71799,'9:00 - 17:00',0,0,27951,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71800,'17:00 - 24:00',0,0,27951,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71801,'24:00 - 9:00',0,0,27951,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71802,'Below 20',1,0,27952,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71803,'20-49',2,0,27952,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71804,'50-99',2,0,27952,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71805,'100-499',3,0,27952,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71806,'500-999',4,0,27952,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71807,'1000',5,0,27952,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71808,'Single Stage Evacuation',0,0,27953,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71809,'Staged Evacuation',0,0,27953,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71810,'Simultaneous Evacuation',0,0,27953,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71811,'Phased Evacuation',0,0,27953,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71812,'Staff Alarm Only',0,0,27953,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71813,'Stay Put Policy',0,0,27953,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(71814,'Yes',0,0,27955,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71815,'Yes',2,0,27955,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71816,'No',5,0,27955,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71817,'N/A',0,0,27955,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71818,'Other',20,0,27955,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71819,'Yes',0,0,27957,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71820,'Yes',2,0,27957,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71821,'No',5,0,27957,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71822,'N/A',0,0,27957,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71823,'Other',20,0,27957,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71824,'Yes',0,0,27958,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71825,'No',4,0,27958,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71826,'N/A',0,0,27958,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71827,'Other',20,0,27958,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71828,'Yes',0,0,27960,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71829,'No',5,0,27960,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71830,'N/A',0,0,27960,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71831,'Other',20,0,27960,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71832,'Yes',0,0,27962,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71833,'No',4,0,27962,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71834,'N/A',0,0,27962,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71835,'Other',20,0,27962,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71836,'Yes',0,0,27964,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71837,'No',5,0,27964,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71838,'N/A',0,0,27964,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71839,'Other',20,0,27964,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71840,'Yes',0,0,27966,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71841,'No',5,0,27966,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71842,'N/A',0,0,27966,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71843,'Other',20,0,27966,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71844,'Yes',0,0,27968,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71845,'No',7,0,27968,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71846,'N/A',0,0,27968,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71847,'Other',20,0,27968,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71848,'Yes',2,0,27969,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71849,'No',6,0,27969,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71850,'No',0,0,27969,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71851,'N/A',0,0,27969,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71852,'Yes',0,0,27970,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71853,'No',6,0,27970,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71854,'NA',0,0,27970,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71855,'Other',20,0,27970,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71856,'Yes',0,0,27971,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71857,'Yes',0,0,27971,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71858,'NA',0,0,27971,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71859,'Other',20,0,27971,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71860,'Yes',1,0,27972,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71861,'No',0,0,27972,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71862,'Other',20,0,27972,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71863,'Yes',0,0,27973,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71864,'No',9,0,27973,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71865,'NA',0,0,27973,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71866,'Other',20,0,27973,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71867,'Yes',0,0,27974,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71868,'No',7,0,27974,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71869,'NA',0,0,27974,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71870,'Other',20,0,27974,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71871,'Yes',0,0,27975,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71872,'No',6,0,27975,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71873,'NA',0,0,27975,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71874,'Other',20,0,27975,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71875,'Yes',0,0,27976,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71876,'No',6,0,27976,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71877,'NA',0,0,27976,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71878,'Other',20,0,27976,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71879,'Yes',0,0,27977,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71880,'No',4,0,27977,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71881,'No',7,0,27977,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71882,'N/A',0,0,27977,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71883,'Other',20,0,27977,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71884,'Yes',0,0,27978,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71885,'No',8,0,27978,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71886,'NA',0,0,27978,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71887,'Other',20,0,27978,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71888,'Yes',3,0,27979,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71889,'Yes',4,0,27979,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71890,'Yes',5,0,27979,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71891,'Other',20,0,27979,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71892,'Yes',1,0,27980,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71893,'Yes',0,0,27980,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71894,'No',5,0,27980,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71895,'Other',20,0,27980,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71896,'Yes',0,0,27981,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71897,'No',5,0,27981,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71898,'NA',5,0,27981,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71899,'Other',20,0,27981,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71900,'Yes',0,0,27982,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71901,'No',5,0,27982,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71902,'N/A',0,0,27982,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71903,'Other',20,0,27982,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71904,'Yes',0,0,27983,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71905,'No',5,0,27983,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71906,'Other',20,0,27983,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71907,'N/A',0,0,27983,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71908,'Yes',0,0,27984,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71909,'No',5,0,27984,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71910,'NA',0,0,27984,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71911,'Other',20,0,27984,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71912,'Yes',0,0,27985,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71913,'No',5,0,27985,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71914,'NA',0,0,27985,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71915,'Other',20,0,27985,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71916,'Yes',0,0,27986,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71917,'No',5,0,27986,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71918,'NA',0,0,27986,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71919,'Other',20,0,27986,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71920,'Yes',0,0,27987,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71921,'No',5,0,27987,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71922,'Other',20,0,27987,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71923,'N/A',0,0,27987,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71924,'Yes',0,0,27988,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71925,'Yes',0,0,27988,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71926,'No',5,0,27988,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71927,'N/A',0,0,27988,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71928,'Other',20,0,27988,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71929,'Fan Heaters',4,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71930,'Electric Heaters',4,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71931,'Gas Heater',5,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71932,'Other Boilers',2,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71933,'Electrical Equipment',3,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71934,'Electrical Leads',3,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71935,'Portable Equipment',3,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71936,'Portable Lighting',2,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71937,'Cooking kitchen Equipment',6,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71938,'Other',20,0,27989,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71939,'Wood/Paper/Cardboard etc',3,0,27991,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71940,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,27991,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71941,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,27991,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71942,'Waste Material Controlled -in locked wheely bin or store',2,0,27991,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71943,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,27991,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71944,'Other',20,0,27991,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71945,'Director',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71946,'Owner Landlord',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71947,'Site Maitenance',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71948,'Estate Agent',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71949,'Letting Agent',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71950,'Other',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71951,'Director',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71952,'CEO',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71953,'Other',0,0,28000,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71954,'Nebosh',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71955,'Level 2 Fire Risk Assessor',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71956,'Competant Person',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71957,'Property Manager',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71958,'Construction Manager',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71959,'Fire Warden',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71960,'Director',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71961,'CEO',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71962,'Other',0,0,28001,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71963,'Property Agent',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71964,'Owner Landlord',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71965,'Site Manager',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71966,'Property Manager',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71967,'Construction Manager',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71968,'Fire Warden',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71969,'Director',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71970,'CEO',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71971,'Other',0,0,28002,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71972,'A Property Within Building Block',0,0,28003,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71973,'All Of The Property',0,0,28003,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71974,'Communal Areas Only',0,0,28003,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71975,'House',0,0,28003,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71976,'Flat',0,0,28003,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71977,'Other',0,0,28003,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71978,'Yes, they are in good condition & positioned correctly.',0,0,28009,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71979,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,28009,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71980,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,28009,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71981,'Other',20,0,28009,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71982,'N/A',0,0,28009,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71983,'Yes',0,0,28011,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71984,'No 1',5,0,28011,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71985,'No 2',5,0,28011,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71986,'Yes',0,0,28012,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71987,'Option',5,0,28012,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71988,'No',8,0,28012,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71989,'N/A',0,0,28012,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71990,'Other',20,0,28012,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71991,'Yes 1',1,0,28014,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71992,'Yes 2',0,0,28014,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71993,'No',7,0,28014,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71994,'N/A',0,0,28014,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71995,'Other',20,0,28014,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71996,'Yes',0,0,28016,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71997,'No',8,0,28016,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71998,'Other',20,0,28016,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(71999,'N/A',0,0,28016,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72000,'Yes',0,0,28017,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72001,'No',8,0,28017,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72002,'Other',20,0,28017,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72003,'N/A',0,0,28017,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72004,'Yes',0,0,28018,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72005,'No',8,0,28018,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72006,'Other',20,0,28018,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72007,'N/A',0,0,28018,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72008,'Yes',0,0,28020,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72009,'No',8,0,28020,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72010,'Other',20,0,28020,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72011,'N/A',0,0,28020,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72012,'Yes',0,0,28021,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72013,'No',6,0,28021,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72014,'Other',20,0,28021,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72015,'N/A',0,0,28021,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72016,'Detached',1,0,28023,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72017,'Semi Detached',2,0,28023,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72018,'Terraced',3,0,28023,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72019,'Linked-Detached',1,0,28023,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72020,'Other',20,0,28023,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72021,'House',1,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72022,'Bungalow',1,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72023,'Maisonette',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72024,'Block of Flats - Studios up to 6 Floor Levels',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72025,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72026,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72027,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72028,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72029,'Underground Property',1,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72030,'Factory/ Warehouse',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72031,'Garage/ Workshop',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72032,'Retail Shop',2,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72033,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72034,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72035,'Other',20,0,28024,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72036,'NA',0,0,28030,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72037,'Number of staircase',2,0,28030,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72038,'NA',0,0,28031,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72039,'Number os staircases',2,0,28031,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72040,'25%',1,0,28042,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72041,'50%',1,0,28042,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72042,'75%',1,0,28042,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72043,'100%',1,0,28042,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72044,'Other',20,0,28042,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72045,'Yes',1,0,28044,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72046,'No',3,0,28044,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72047,'Unknown',3,0,28044,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72048,'Stone',0,0,28044,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72049,'Other',20,0,28044,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72050,'Yes',1,0,28045,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72051,'No',5,0,28045,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72052,'Unknown',5,0,28045,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72053,'Stone',0,0,28045,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72054,'Other',20,0,28045,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72055,'Wood',2,0,28046,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72056,'Plastics',1,0,28046,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72057,'Aluminium',0,0,28046,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72058,'Stone',0,0,28046,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72059,'Other',20,0,28046,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72060,'0%',0,0,28048,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72061,'25%',1,0,28048,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72062,'50%',1,0,28048,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72063,'75%',1,0,28048,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72064,'100%',1,0,28048,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72065,'0%',0,0,28049,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72066,'25%',2,0,28049,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72067,'50%',2,0,28049,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72068,'75%',2,0,28049,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72069,'100%',2,0,28049,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72070,'0%',0,0,28050,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72071,'25%',1,0,28050,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72072,'50%',1,0,28050,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72073,'75%',1,0,28050,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72074,'100%',1,0,28050,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72075,'Solid concrete all levels',0,0,28051,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72076,'Timber joists all levels',3,0,28051,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72077,'Concrete lowest floor – Timber above higher levels',3,0,28051,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72078,'Other',20,0,28051,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72079,'100%',1,0,28051,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72080,'Yes',1,0,28054,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72081,'No',6,0,28054,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72082,'Yes',2,0,28056,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72083,'No',8,0,28056,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72084,'Yes',1,0,28058,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72085,'No',6,0,28058,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72086,'Yes',1,0,28060,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72087,'No',6,0,28060,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72088,'Yes',1,0,28062,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72089,'No',6,0,28062,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72090,'Yes',1,0,28066,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72091,'No',3,0,28066,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72092,'Yes',1,0,28068,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72093,'No',3,0,28068,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72094,'Yes',1,0,28070,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72095,'No',3,0,28070,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72096,'Very Good',1,0,28072,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72097,'Good',1,0,28072,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72098,'Fair',1,0,28072,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72099,'Poor',2,0,28072,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72100,'Very Poor',2,0,28072,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72101,'0%',1,0,28083,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72102,'1% - 25%',1,0,28083,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72103,'26% - 50%',1,0,28083,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72104,'51% - 75%',1,0,28083,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72105,'76% - 100%',1,0,28083,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72106,'0%',1,0,28084,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72107,'1% - 25%',1,0,28084,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72108,'26% - 50%',1,0,28084,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72109,'51% - 75%',1,0,28084,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72110,'76% - 100%',1,0,28084,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72111,'0%',1,0,28085,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72112,'1% - 25%',1,0,28085,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72113,'26% - 50%',1,0,28085,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72114,'51% - 75%',1,0,28085,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72115,'76% - 100%',1,0,28085,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72116,'Employees',2,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72117,'Sub-Contractors',3,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72118,'Young Persons',4,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72119,'Visitors',4,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72120,'The General Public (Customers)',4,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72121,'Disabled or Special needs People less able to leave the premises quickly',7,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72122,'Occupants in Remote Areas',6,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72123,'Sleeping Occupants',7,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72124,'Neighbouring Premises',2,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72125,'Tenants / Owners',3,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72126,'Animals / Livestock',2,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72127,'Other',0,0,28087,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72128,'9:00 - 17:00',0,0,28090,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72129,'17:00 - 24:00',0,0,28090,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72130,'24:00 - 9:00',0,0,28090,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72131,'9:00 - 17:00',0,0,28091,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72132,'17:00 - 24:00',0,0,28091,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72133,'24:00 - 9:00',0,0,28091,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72134,'9:00 - 17:00',0,0,28092,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72135,'17:00 - 24:00',0,0,28092,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72136,'24:00 - 9:00',0,0,28092,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72137,'9:00 - 17:00',0,0,28093,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72138,'17:00 - 24:00',0,0,28093,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72139,'24:00 - 9:00',0,0,28093,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72140,'9:00 - 17:00',0,0,28094,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72141,'17:00 - 24:00',0,0,28094,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72142,'24:00 - 9:00',0,0,28094,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72143,'9:00 - 17:00',0,0,28095,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72144,'17:00 - 24:00',0,0,28095,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72145,'24:00 - 9:00',0,0,28095,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72146,'9:00 - 17:00',0,0,28096,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72147,'17:00 - 24:00',0,0,28096,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72148,'24:00 - 9:00',0,0,28096,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72149,'Below 20',1,0,28097,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72150,'20-49',2,0,28097,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72151,'50-99',2,0,28097,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72152,'100-499',3,0,28097,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72153,'500-999',4,0,28097,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72154,'1000',5,0,28097,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72155,'Single Stage Evacuation',0,0,28098,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72156,'Staged Evacuation',0,0,28098,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72157,'Simultaneous Evacuation',0,0,28098,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72158,'Phased Evacuation',0,0,28098,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72159,'Staff Alarm Only',0,0,28098,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72160,'Stay Put Policy',0,0,28098,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72161,'Yes',0,0,28099,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72162,'No',2,0,28099,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72163,'Other',20,0,28099,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72164,'N/A',0,0,28099,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72165,'Yes',0,0,28100,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72166,'No',2,0,28100,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72167,'Other',20,0,28100,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72168,'N/A',0,0,28100,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72169,'Yes',0,0,28101,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72170,'No',2,0,28101,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72171,'Other',20,0,28101,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72172,'N/A',0,0,28101,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72173,'Yes',0,0,28103,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72174,'No',2,0,28103,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72175,'Other',20,0,28103,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72176,'N/A',0,0,28103,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(72177,'Yes',0,0,28105,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72178,'No',2,0,28105,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72179,'Other',20,0,28105,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72180,'N/A',0,0,28105,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72181,'Yes',0,0,28106,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72182,'No',2,0,28106,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72183,'Other',20,0,28106,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72184,'N/A',0,0,28106,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72185,'Yes',0,0,28107,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72186,'No',3,0,28107,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72187,'Other',20,0,28107,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72188,'N/A',0,0,28107,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72189,'Yes',0,0,28109,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72190,'No',3,0,28109,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72191,'Other',20,0,28109,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72192,'N/A',0,0,28109,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72193,'Yes',0,0,28110,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72194,'No',4,0,28110,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72195,'No Disabled',0,0,28110,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72196,'Other',20,0,28110,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72197,'N/A',0,0,28110,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72198,'Yes',0,0,28111,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72199,'No',4,0,28111,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72200,'Other',20,0,28111,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72201,'N/A',0,0,28111,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72202,'Yes',0,0,28112,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72203,'No',3,0,28112,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72204,'Other',20,0,28112,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72205,'N/A',0,0,28112,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72206,'Yes',0,0,28113,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72207,'No',4,0,28113,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72208,'Other',20,0,28113,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72209,'N/A',0,0,28113,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72210,'Yes',0,0,28114,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72211,'No',4,0,28114,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72212,'Other',20,0,28114,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72213,'N/A',0,0,28114,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72214,'Yes',0,0,28115,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72215,'No',5,0,28115,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72216,'Other',20,0,28115,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72217,'N/A',0,0,28115,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72218,'Yes',0,0,28116,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72219,'Yes',3,0,28116,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72220,'No',6,0,28116,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72221,'Other',20,0,28116,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72222,'N/A',0,0,28116,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72223,'Yes',0,0,28117,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72224,'No',5,0,28117,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72225,'Other',20,0,28117,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72226,'N/A',0,0,28117,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(72227,'Answer 1',0,0,28119,'2023-04-05 18:50:32','2023-04-05 18:50:32'),(72228,'Answer 2',0,0,28119,'2023-04-05 18:50:32','2023-04-05 18:50:32'),(72229,'Answer 3',0,0,28119,'2023-04-05 18:50:32','2023-04-05 18:50:32'),(72230,'test',0,0,28120,'2023-04-05 18:53:07','2023-04-05 18:53:07'),(72231,'test',0,0,28120,'2023-04-05 18:53:07','2023-04-05 18:53:07'),(72232,'test',0,0,28121,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72233,'test',0,0,28121,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72234,'hot ducting extraction unit in a kitchen',0,0,28122,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72235,'display materials around the property',0,0,28122,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72236,'electrical fuse board in common hallway',0,0,28122,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72237,'chemicals - gas – paints',0,0,28122,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72238,'chemicals - gas – paints',0,0,28122,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(72239,'test',0,0,28123,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72240,'test',0,0,28123,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72241,'hot ducting extraction unit in a kitchen',0,0,28124,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72242,'display materials around the property',0,0,28124,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72243,'electrical fuse board in common hallway',0,0,28124,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72244,'chemicals - gas – paints',0,0,28124,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72245,'chemicals - gas – paints',0,0,28124,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(72246,'test',0,0,28125,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72247,'test',0,0,28125,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72248,'hot ducting extraction unit in a kitchen',0,0,28126,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72249,'display materials around the property',0,0,28126,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72250,'electrical fuse board in common hallway',0,0,28126,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72251,'chemicals - gas – paints',0,0,28126,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72252,'chemicals - gas – paints',0,0,28126,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72253,'hot ducting extraction unit in a kitchen',0,0,28127,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72254,'display materials around the property',0,0,28127,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72255,'electrical fuse board in common hallway',0,0,28127,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72256,'chemicals - gas – paints',0,0,28127,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72257,'chemicals - gas – paints',0,0,28127,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(72258,'test',0,0,28128,'2023-04-05 19:00:12','2023-04-05 19:00:12'),(72259,'test',0,0,28128,'2023-04-05 19:00:12','2023-04-05 19:00:12'),(72260,'hot ducting extraction unit in a kitchen',0,0,28129,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72261,'display materials around the property',0,0,28129,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72262,'electrical fuse board in common hallway',0,0,28129,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72263,'chemicals - gas – paints',0,0,28129,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72264,'chemicals - gas – paints',0,0,28129,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72265,'hot ducting extraction unit in a kitchen',0,0,28130,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72266,'display materials around the property',0,0,28130,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72267,'electrical fuse board in common hallway',0,0,28130,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72268,'chemicals - gas – paints',0,0,28130,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(72269,'test',0,0,28131,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72270,'test',0,0,28131,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72271,'hot ducting extraction unit in a kitchen',0,0,28132,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72272,'display materials around the property',0,0,28132,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72273,'electrical fuse board in common hallway',0,0,28132,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72274,'chemicals - gas – paints',0,0,28132,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72275,'chemicals - gas – paints',0,0,28132,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72276,'hot ducting extraction unit in a kitchen',0,0,28133,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72277,'display materials around the property',0,0,28133,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72278,'electrical fuse board in common hallway',0,0,28133,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72279,'chemicals - gas – paints',0,0,28133,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72280,'Rubbish piled up against a building',0,0,28134,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72281,'Electrical socket',0,0,28134,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72282,'Gas hob',0,0,28134,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72283,'Welding in a workshop',0,0,28134,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(72284,'test',0,0,28135,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72285,'test',0,0,28135,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72286,'hot ducting extraction unit in a kitchen',0,0,28136,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72287,'display materials around the property',0,0,28136,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72288,'electrical fuse board in common hallway',0,0,28136,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72289,'chemicals - gas – paints',0,0,28136,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72290,'Rubbish piled up against a building',0,0,28137,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72291,'Electrical socket',0,0,28137,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72292,'Gas hob',0,0,28137,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72293,'Welding in a workshop',0,0,28137,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72294,'Plastic - foam - rubber',0,0,28138,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72295,'Solid concrete floor',0,0,28138,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72296,'Waste cardboard & paper rubbish',0,0,28138,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72297,'Oil & chemicals',0,0,28138,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72298,'Metal storage cabinet',0,0,28138,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(72299,'test',0,0,28139,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72300,'test',0,0,28139,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72301,'hot ducting extraction unit in a kitchen',0,0,28140,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72302,'display materials around the property',0,0,28140,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72303,'electrical fuse board in common hallway',0,0,28140,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72304,'chemicals - gas – paints',0,0,28140,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72305,'Rubbish piled up against a building',0,0,28141,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72306,'Electrical socket',0,0,28141,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72307,'Gas hob',0,0,28141,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72308,'Welding in a workshop',0,0,28141,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72309,'Plastic - foam - rubber',0,0,28142,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72310,'Solid concrete floor',0,0,28142,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72311,'Waste cardboard & paper rubbish',0,0,28142,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72312,'Oil & chemicals',0,0,28142,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72313,'Metal storage cabinet',0,0,28142,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(72314,'test',0,0,28143,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72315,'test',0,0,28143,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72316,'hot ducting extraction unit in a kitchen',0,0,28144,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72317,'display materials around the property',0,0,28144,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72318,'electrical fuse board in common hallway',0,0,28144,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72319,'chemicals - gas – paints',0,0,28144,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72320,'Rubbish piled up against a building',0,0,28145,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72321,'Electrical socket',0,0,28145,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72322,'Gas hob',0,0,28145,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72323,'Welding in a workshop',0,0,28145,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72324,'Plastic - foam - rubber',0,0,28146,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72325,'Solid concrete floor',0,0,28146,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72326,'Waste cardboard & paper rubbish',0,0,28146,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72327,'Oil & chemicals',0,0,28146,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72328,'Metal storage cabinet',0,0,28146,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72329,'Do nothing and leave it alone',0,0,28147,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72330,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28147,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72331,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28147,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(72332,'test',0,0,28148,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72333,'test',0,0,28148,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72334,'hot ducting extraction unit in a kitchen',0,0,28149,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72335,'display materials around the property',0,0,28149,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72336,'electrical fuse board in common hallway',0,0,28149,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72337,'chemicals - gas – paints',0,0,28149,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72338,'Rubbish piled up against a building',0,0,28150,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72339,'Electrical socket',0,0,28150,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72340,'Gas hob',0,0,28150,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72341,'Welding in a workshop',0,0,28150,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72342,'Plastic - foam - rubber',0,0,28151,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72343,'Solid concrete floor',0,0,28151,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72344,'Waste cardboard & paper rubbish',0,0,28151,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72345,'Oil & chemicals',0,0,28151,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72346,'Metal storage cabinet',0,0,28151,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72347,'Do nothing and leave it alone',0,0,28152,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72348,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28152,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72349,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28152,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(72350,'test',0,0,28153,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72351,'test',0,0,28153,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72352,'hot ducting extraction unit in a kitchen',0,0,28154,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72353,'display materials around the property',0,0,28154,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72354,'electrical fuse board in common hallway',0,0,28154,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72355,'chemicals - gas – paints',0,0,28154,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72356,'Rubbish piled up against a building',0,0,28155,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72357,'Electrical socket',0,0,28155,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72358,'Gas hob',0,0,28155,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72359,'Welding in a workshop',0,0,28155,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72360,'Plastic - foam - rubber',0,0,28156,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72361,'Solid concrete floor',0,0,28156,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72362,'Waste cardboard & paper rubbish',0,0,28156,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72363,'Oil & chemicals',0,0,28156,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72364,'Metal storage cabinet',0,0,28156,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72365,'Do nothing and leave it alone',0,0,28157,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72366,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28157,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72367,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28157,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72368,'Staff',0,0,28158,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72369,'Visitors',0,0,28158,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72370,'Caretaker',0,0,28158,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72371,'Manager',0,0,28158,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72372,'Everyone',0,0,28158,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(72373,'test',0,0,28159,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72374,'test',0,0,28159,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72375,'test',0,0,28160,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72376,'test',0,0,28160,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72377,'hot ducting extraction unit in a kitchen',0,0,28161,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72378,'display materials around the property',0,0,28161,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72379,'electrical fuse board in common hallway',0,0,28161,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72380,'chemicals - gas – paints',0,0,28161,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72381,'Rubbish piled up against a building',0,0,28162,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72382,'Electrical socket',0,0,28162,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72383,'hot ducting extraction unit in a kitchen',0,0,28164,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72384,'Gas hob',0,0,28162,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72385,'test',0,0,28163,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72386,'display materials around the property',0,0,28164,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72387,'Welding in a workshop',0,0,28162,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72388,'test',0,0,28163,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72389,'electrical fuse board in common hallway',0,0,28164,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72390,'Plastic - foam - rubber',0,0,28165,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72391,'Solid concrete floor',0,0,28165,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72392,'chemicals - gas – paints',0,0,28164,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72393,'Waste cardboard & paper rubbish',0,0,28165,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72394,'Oil & chemicals',0,0,28165,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72395,'Rubbish piled up against a building',0,0,28166,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72396,'Metal storage cabinet',0,0,28165,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72397,'Electrical socket',0,0,28166,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72398,'hot ducting extraction unit in a kitchen',0,0,28167,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72399,'Gas hob',0,0,28166,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72400,'display materials around the property',0,0,28167,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72401,'Do nothing and leave it alone',0,0,28168,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72402,'Welding in a workshop',0,0,28166,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72403,'electrical fuse board in common hallway',0,0,28167,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72404,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28168,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72405,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28168,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72406,'chemicals - gas – paints',0,0,28167,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72407,'Plastic - foam - rubber',0,0,28169,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72408,'Solid concrete floor',0,0,28169,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72409,'Rubbish piled up against a building',0,0,28170,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72410,'Waste cardboard & paper rubbish',0,0,28169,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72411,'Electrical socket',0,0,28170,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72412,'Oil & chemicals',0,0,28169,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72413,'Gas hob',0,0,28170,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72414,'Metal storage cabinet',0,0,28169,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72415,'Staff',0,0,28171,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72416,'Visitors',0,0,28171,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72417,'Welding in a workshop',0,0,28170,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72418,'Caretaker',0,0,28171,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72419,'Manager',0,0,28171,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72420,'Do nothing and leave it alone',0,0,28172,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72421,'Everyone',0,0,28171,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72422,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28172,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72423,'Plastic - foam - rubber',0,0,28173,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72424,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28172,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72425,'Solid concrete floor',0,0,28173,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72426,'Waste cardboard & paper rubbish',0,0,28173,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72427,'Customers',0,0,28174,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72428,'Chefs',0,0,28174,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72429,'Oil & chemicals',0,0,28173,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72430,'Waiters',0,0,28174,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72431,'Delivery Driver',0,0,28174,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72432,'Metal storage cabinet',0,0,28173,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72433,'Everyone',0,0,28174,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72434,'Staff',0,0,28175,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72435,'Visitors',0,0,28175,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72436,'Do nothing and leave it alone',0,0,28176,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72437,'Caretaker',0,0,28175,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72438,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28176,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72439,'Manager',0,0,28175,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72440,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28176,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72441,'Everyone',0,0,28175,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72442,'Customers',0,0,28177,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72443,'Chefs',0,0,28177,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72444,'Waiters',0,0,28177,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72445,'Staff',0,0,28178,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72446,'Delivery Driver',0,0,28177,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72447,'Visitors',0,0,28178,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72448,'Everyone',0,0,28177,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72449,'Caretaker',0,0,28178,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72450,'Manager',0,0,28178,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72451,'Everyone',0,0,28178,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72452,'Customers',0,0,28179,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72453,'Chefs',0,0,28179,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72454,'Waiters',0,0,28179,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72455,'Delivery Driver',0,0,28179,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72456,'Everyone',0,0,28179,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72457,'test',0,0,28180,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72458,'test',0,0,28180,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72459,'test',0,0,28181,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72460,'test',0,0,28181,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72461,'hot ducting extraction unit in a kitchen',0,0,28182,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72462,'display materials around the property',0,0,28182,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72463,'electrical fuse board in common hallway',0,0,28182,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72464,'chemicals - gas – paints',0,0,28182,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72465,'Rubbish piled up against a building',0,0,28183,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72466,'Electrical socket',0,0,28183,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72467,'Gas hob',0,0,28183,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72468,'Welding in a workshop',0,0,28183,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72469,'Plastic - foam - rubber',0,0,28184,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72470,'Solid concrete floor',0,0,28184,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72471,'Waste cardboard & paper rubbish',0,0,28184,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72472,'Oil & chemicals',0,0,28184,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72473,'Metal storage cabinet',0,0,28184,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72474,'Do nothing and leave it alone',0,0,28185,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72475,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28185,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72476,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28185,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72477,'test',0,0,28186,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72478,'test',0,0,28186,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72479,'hot ducting extraction unit in a kitchen',0,0,28187,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72480,'display materials around the property',0,0,28187,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72481,'electrical fuse board in common hallway',0,0,28187,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72482,'chemicals - gas – paints',0,0,28187,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72483,'Rubbish piled up against a building',0,0,28188,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72484,'Electrical socket',0,0,28188,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72485,'Gas hob',0,0,28188,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72486,'Welding in a workshop',0,0,28188,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72487,'Plastic - foam - rubber',0,0,28189,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72488,'Solid concrete floor',0,0,28189,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72489,'Waste cardboard & paper rubbish',0,0,28189,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72490,'Oil & chemicals',0,0,28189,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72491,'Metal storage cabinet',0,0,28189,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72492,'Do nothing and leave it alone',0,0,28190,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72493,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28190,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72494,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28190,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72495,'hot ducting extraction unit in a kitchen',0,0,28191,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72496,'display materials around the property',0,0,28191,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72497,'electrical fuse board in common hallway',0,0,28191,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72498,'chemicals - gas – paints',0,0,28191,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72499,'Rubbish piled up against a building',0,0,28192,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72500,'Electrical socket',0,0,28192,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72501,'Gas hob',0,0,28192,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72502,'Welding in a workshop',0,0,28192,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72503,'Plastic - foam - rubber',0,0,28193,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72504,'Solid concrete floor',0,0,28193,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72505,'Waste cardboard & paper rubbish',0,0,28193,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72506,'Oil & chemicals',0,0,28193,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72507,'Metal storage cabinet',0,0,28193,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72508,'Do nothing and leave it alone',0,0,28194,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72509,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28194,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72510,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28194,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72511,'Staff',0,0,28195,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72512,'Visitors',0,0,28195,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72513,'Caretaker',0,0,28195,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72514,'Manager',0,0,28195,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72515,'Everyone',0,0,28195,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72516,'Customers',0,0,28196,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72517,'Chefs',0,0,28196,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72518,'Waiters',0,0,28196,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72519,'Delivery Driver',0,0,28196,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72520,'Everyone',0,0,28196,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72521,'Staff',0,0,28197,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72522,'Visitors',0,0,28197,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72523,'Caretaker',0,0,28197,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72524,'Manager',0,0,28197,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72525,'Everyone',0,0,28197,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72526,'Customers',0,0,28198,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72527,'Chefs',0,0,28198,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72528,'Waiters',0,0,28198,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72529,'Delivery Driver',0,0,28198,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72530,'Everyone',0,0,28198,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72531,'Staff',0,0,28199,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72532,'Visitors',0,0,28199,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72533,'Caretaker',0,0,28199,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72534,'Manager',0,0,28199,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72535,'Everyone',0,0,28199,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72536,'Staff',0,0,28200,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72537,'Visitors',0,0,28200,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72538,'Caretaker',0,0,28200,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72539,'Manager',0,0,28200,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72540,'Everyone',0,0,28200,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72541,'Customers',0,0,28201,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72542,'Chefs',0,0,28201,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72543,'Waiters',0,0,28201,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72544,'Delivery Driver',0,0,28201,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72545,'Everyone',0,0,28201,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(72546,'test',0,0,28202,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72547,'test',0,0,28202,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72548,'hot ducting extraction unit in a kitchen',0,0,28203,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72549,'display materials around the property',0,0,28203,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72550,'electrical fuse board in common hallway',0,0,28203,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72551,'chemicals - gas – paints',0,0,28203,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72552,'Rubbish piled up against a building',0,0,28204,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72553,'Electrical socket',0,0,28204,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72554,'Gas hob',0,0,28204,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72555,'Welding in a workshop',0,0,28204,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72556,'Plastic - foam - rubber',0,0,28205,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72557,'Solid concrete floor',0,0,28205,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72558,'Waste cardboard & paper rubbish',0,0,28205,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72559,'Oil & chemicals',0,0,28205,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72560,'Metal storage cabinet',0,0,28205,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72561,'Do nothing and leave it alone',0,0,28206,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72562,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28206,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72563,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28206,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72564,'Staff',0,0,28207,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72565,'Visitors',0,0,28207,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72566,'Caretaker',0,0,28207,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72567,'Manager',0,0,28207,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72568,'Everyone',0,0,28207,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72569,'Customers',0,0,28208,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72570,'Chefs',0,0,28208,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72571,'Waiters',0,0,28208,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(72572,'Delivery Driver',0,0,28208,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(72573,'Everyone',0,0,28208,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(72574,'Everyone',0,0,28209,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(72575,'Care Workers',0,0,28209,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(72576,'Residence',0,0,28209,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(72577,'Site Manager',0,0,28209,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(72578,'test',0,0,28210,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72579,'test',0,0,28210,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72580,'hot ducting extraction unit in a kitchen',0,0,28211,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72581,'display materials around the property',0,0,28211,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72582,'electrical fuse board in common hallway',0,0,28211,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72583,'chemicals - gas – paints',0,0,28211,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72584,'Rubbish piled up against a building',0,0,28212,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72585,'Electrical socket',0,0,28212,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72586,'Gas hob',0,0,28212,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72587,'Welding in a workshop',0,0,28212,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72588,'Plastic - foam - rubber',0,0,28213,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72589,'Solid concrete floor',0,0,28213,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72590,'Waste cardboard & paper rubbish',0,0,28213,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72591,'Oil & chemicals',0,0,28213,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72592,'Metal storage cabinet',0,0,28213,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72593,'Do nothing and leave it alone',0,0,28214,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72594,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28214,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72595,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28214,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72596,'Staff',0,0,28215,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72597,'Visitors',0,0,28215,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72598,'Caretaker',0,0,28215,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72599,'Manager',0,0,28215,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72600,'Everyone',0,0,28215,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72601,'Customers',0,0,28216,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72602,'Chefs',0,0,28216,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72603,'Waiters',0,0,28216,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72604,'Delivery Driver',0,0,28216,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72605,'Everyone',0,0,28216,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72606,'Everyone',0,0,28217,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72607,'Care Workers',0,0,28217,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72608,'Residence',0,0,28217,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72609,'Site Manager',0,0,28217,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72610,'18.00hr to 5am',0,0,28218,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72611,'7am to 4pm',0,0,28218,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72612,'21.00 to 3am',0,0,28218,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(72613,'test',0,0,28219,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72614,'test',0,0,28219,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72615,'hot ducting extraction unit in a kitchen',0,0,28220,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72616,'display materials around the property',0,0,28220,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72617,'electrical fuse board in common hallway',0,0,28220,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72618,'chemicals - gas – paints',0,0,28220,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72619,'Rubbish piled up against a building',0,0,28221,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72620,'Electrical socket',0,0,28221,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72621,'Gas hob',0,0,28221,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72622,'Welding in a workshop',0,0,28221,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72623,'Plastic - foam - rubber',0,0,28222,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72624,'Solid concrete floor',0,0,28222,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72625,'Waste cardboard & paper rubbish',0,0,28222,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72626,'Oil & chemicals',0,0,28222,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72627,'Metal storage cabinet',0,0,28222,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72628,'Do nothing and leave it alone',0,0,28223,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72629,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28223,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72630,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28223,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72631,'Staff',0,0,28224,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72632,'Visitors',0,0,28224,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72633,'Caretaker',0,0,28224,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72634,'Manager',0,0,28224,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72635,'Everyone',0,0,28224,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72636,'Customers',0,0,28225,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72637,'Chefs',0,0,28225,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72638,'Waiters',0,0,28225,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72639,'Delivery Driver',0,0,28225,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72640,'Everyone',0,0,28225,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72641,'Everyone',0,0,28226,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72642,'Care Workers',0,0,28226,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72643,'Residence',0,0,28226,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72644,'Site Manager',0,0,28226,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72645,'18.00hr to 5am',0,0,28227,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72646,'7am to 4pm',0,0,28227,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72647,'21.00 to 3am',0,0,28227,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72648,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28228,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72649,'just to know how many people work there',0,0,28228,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(72650,'test',0,0,28229,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72651,'test',0,0,28229,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72652,'hot ducting extraction unit in a kitchen',0,0,28230,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72653,'display materials around the property',0,0,28230,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72654,'electrical fuse board in common hallway',0,0,28230,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72655,'chemicals - gas – paints',0,0,28230,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72656,'Rubbish piled up against a building',0,0,28231,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72657,'Electrical socket',0,0,28231,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72658,'Gas hob',0,0,28231,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72659,'Welding in a workshop',0,0,28231,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72660,'Plastic - foam - rubber',0,0,28232,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72661,'Solid concrete floor',0,0,28232,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72662,'Waste cardboard & paper rubbish',0,0,28232,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72663,'Oil & chemicals',0,0,28232,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72664,'Metal storage cabinet',0,0,28232,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72665,'Do nothing and leave it alone',0,0,28233,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72666,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28233,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72667,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28233,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72668,'Staff',0,0,28234,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72669,'Visitors',0,0,28234,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72670,'Caretaker',0,0,28234,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72671,'Manager',0,0,28234,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72672,'Everyone',0,0,28234,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72673,'Customers',0,0,28235,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72674,'Chefs',0,0,28235,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72675,'Waiters',0,0,28235,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72676,'Delivery Driver',0,0,28235,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72677,'Everyone',0,0,28235,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72678,'Everyone',0,0,28236,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72679,'Care Workers',0,0,28236,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72680,'Residence',0,0,28236,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72681,'Site Manager',0,0,28236,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72682,'18.00hr to 5am',0,0,28237,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72683,'7am to 4pm',0,0,28237,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72684,'21.00 to 3am',0,0,28237,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72685,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28238,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72686,'just to know how many people work there',0,0,28238,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72687,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28239,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72688,'one fire warden can cover everyone all the time',0,0,28239,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72689,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28239,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72690,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28239,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(72691,'test',0,0,28240,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72692,'test',0,0,28240,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72693,'hot ducting extraction unit in a kitchen',0,0,28241,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72694,'display materials around the property',0,0,28241,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72695,'electrical fuse board in common hallway',0,0,28241,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72696,'chemicals - gas – paints',0,0,28241,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72697,'Rubbish piled up against a building',0,0,28242,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72698,'Electrical socket',0,0,28242,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72699,'Gas hob',0,0,28242,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72700,'Welding in a workshop',0,0,28242,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72701,'Plastic - foam - rubber',0,0,28243,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72702,'Solid concrete floor',0,0,28243,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72703,'Waste cardboard & paper rubbish',0,0,28243,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72704,'Oil & chemicals',0,0,28243,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72705,'Metal storage cabinet',0,0,28243,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72706,'Do nothing and leave it alone',0,0,28244,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72707,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28244,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72708,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28244,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72709,'Staff',0,0,28245,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72710,'Visitors',0,0,28245,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72711,'Caretaker',0,0,28245,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72712,'Manager',0,0,28245,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72713,'Everyone',0,0,28245,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72714,'Customers',0,0,28246,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72715,'Chefs',0,0,28246,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72716,'Waiters',0,0,28246,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72717,'Delivery Driver',0,0,28246,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72718,'Everyone',0,0,28246,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72719,'Everyone',0,0,28247,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72720,'Care Workers',0,0,28247,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72721,'Residence',0,0,28247,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72722,'Site Manager',0,0,28247,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72723,'18.00hr to 5am',0,0,28248,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72724,'7am to 4pm',0,0,28248,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72725,'21.00 to 3am',0,0,28248,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72726,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28249,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72727,'just to know how many people work there',0,0,28249,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72728,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28250,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72729,'one fire warden can cover everyone all the time',0,0,28250,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72730,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28250,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72731,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28250,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72732,'it is extra paperwork to deal with in the business',0,0,28251,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72733,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28251,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72734,'the fire policy tells the employees what times to take a break and when to come back',0,0,28251,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(72735,'test',0,0,28252,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72736,'test',0,0,28252,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72737,'hot ducting extraction unit in a kitchen',0,0,28253,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72738,'display materials around the property',0,0,28253,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72739,'electrical fuse board in common hallway',0,0,28253,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72740,'chemicals - gas – paints',0,0,28253,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72741,'Rubbish piled up against a building',0,0,28254,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72742,'Electrical socket',0,0,28254,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72743,'Gas hob',0,0,28254,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72744,'Welding in a workshop',0,0,28254,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72745,'Plastic - foam - rubber',0,0,28255,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72746,'Solid concrete floor',0,0,28255,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72747,'Waste cardboard & paper rubbish',0,0,28255,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72748,'Oil & chemicals',0,0,28255,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72749,'Metal storage cabinet',0,0,28255,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72750,'Do nothing and leave it alone',0,0,28256,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72751,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28256,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72752,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28256,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72753,'Staff',0,0,28257,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72754,'Visitors',0,0,28257,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72755,'Caretaker',0,0,28257,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72756,'Manager',0,0,28257,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72757,'Everyone',0,0,28257,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72758,'Customers',0,0,28258,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72759,'Chefs',0,0,28258,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72760,'Waiters',0,0,28258,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72761,'Delivery Driver',0,0,28258,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72762,'Everyone',0,0,28258,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72763,'Everyone',0,0,28259,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72764,'Care Workers',0,0,28259,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72765,'Residence',0,0,28259,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72766,'Site Manager',0,0,28259,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72767,'18.00hr to 5am',0,0,28260,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72768,'7am to 4pm',0,0,28260,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72769,'21.00 to 3am',0,0,28260,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72770,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28261,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72771,'just to know how many people work there',0,0,28261,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72772,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28262,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72773,'one fire warden can cover everyone all the time',0,0,28262,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72774,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28262,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72775,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28262,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72776,'it is extra paperwork to deal with in the business',0,0,28263,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72777,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28263,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72778,'the fire policy tells the employees what times to take a break and when to come back',0,0,28263,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72779,'they look good on the wall and make the business look professional',0,0,28264,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72780,'the manager said they are there just for the visitors that come into the office',0,0,28264,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72781,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28264,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(72782,'test',0,0,28265,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72783,'test',0,0,28265,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72784,'hot ducting extraction unit in a kitchen',0,0,28266,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72785,'display materials around the property',0,0,28266,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72786,'electrical fuse board in common hallway',0,0,28266,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72787,'chemicals - gas – paints',0,0,28266,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72788,'Rubbish piled up against a building',0,0,28267,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72789,'Electrical socket',0,0,28267,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72790,'Gas hob',0,0,28267,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72791,'Welding in a workshop',0,0,28267,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72792,'Plastic - foam - rubber',0,0,28268,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72793,'Solid concrete floor',0,0,28268,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72794,'Waste cardboard & paper rubbish',0,0,28268,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72795,'Oil & chemicals',0,0,28268,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72796,'Metal storage cabinet',0,0,28268,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72797,'Do nothing and leave it alone',0,0,28269,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72798,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28269,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72799,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28269,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72800,'Staff',0,0,28270,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72801,'Visitors',0,0,28270,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72802,'Caretaker',0,0,28270,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72803,'Manager',0,0,28270,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72804,'Everyone',0,0,28270,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72805,'Customers',0,0,28271,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72806,'Chefs',0,0,28271,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72807,'Waiters',0,0,28271,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72808,'Delivery Driver',0,0,28271,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72809,'Everyone',0,0,28271,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72810,'Everyone',0,0,28272,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72811,'Care Workers',0,0,28272,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72812,'Residence',0,0,28272,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72813,'Site Manager',0,0,28272,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72814,'18.00hr to 5am',0,0,28273,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72815,'7am to 4pm',0,0,28273,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72816,'21.00 to 3am',0,0,28273,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72817,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28274,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72818,'just to know how many people work there',0,0,28274,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72819,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28275,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72820,'one fire warden can cover everyone all the time',0,0,28275,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72821,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28275,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72822,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28275,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72823,'it is extra paperwork to deal with in the business',0,0,28276,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72824,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28276,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72825,'the fire policy tells the employees what times to take a break and when to come back',0,0,28276,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72826,'they look good on the wall and make the business look professional',0,0,28277,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72827,'the manager said they are there just for the visitors that come into the office',0,0,28277,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72828,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28277,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72829,'The normal fire policy will cover this, so no further action is required',0,0,28278,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72830,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28278,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72831,'Add some extra disabled signs around the building, so people know they are there.',0,0,28278,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(72832,'test',0,0,28279,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72833,'test',0,0,28279,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72834,'hot ducting extraction unit in a kitchen',0,0,28280,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72835,'display materials around the property',0,0,28280,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72836,'electrical fuse board in common hallway',0,0,28280,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72837,'chemicals - gas – paints',0,0,28280,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72838,'Rubbish piled up against a building',0,0,28281,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72839,'Electrical socket',0,0,28281,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72840,'Gas hob',0,0,28281,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72841,'Welding in a workshop',0,0,28281,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72842,'Plastic - foam - rubber',0,0,28282,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72843,'Solid concrete floor',0,0,28282,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72844,'Waste cardboard & paper rubbish',0,0,28282,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72845,'Oil & chemicals',0,0,28282,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72846,'Metal storage cabinet',0,0,28282,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72847,'Do nothing and leave it alone',0,0,28283,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72848,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28283,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72849,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28283,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72850,'Staff',0,0,28284,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72851,'Visitors',0,0,28284,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72852,'Caretaker',0,0,28284,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72853,'Manager',0,0,28284,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72854,'Everyone',0,0,28284,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72855,'Customers',0,0,28285,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72856,'Chefs',0,0,28285,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72857,'Waiters',0,0,28285,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72858,'Delivery Driver',0,0,28285,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72859,'Everyone',0,0,28285,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72860,'Everyone',0,0,28286,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72861,'Care Workers',0,0,28286,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72862,'Residence',0,0,28286,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72863,'Site Manager',0,0,28286,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72864,'18.00hr to 5am',0,0,28287,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72865,'7am to 4pm',0,0,28287,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72866,'21.00 to 3am',0,0,28287,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72867,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28288,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72868,'just to know how many people work there',0,0,28288,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72869,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28289,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72870,'one fire warden can cover everyone all the time',0,0,28289,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72871,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28289,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72872,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28289,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72873,'it is extra paperwork to deal with in the business',0,0,28290,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72874,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28290,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72875,'the fire policy tells the employees what times to take a break and when to come back',0,0,28290,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72876,'they look good on the wall and make the business look professional',0,0,28291,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72877,'the manager said they are there just for the visitors that come into the office',0,0,28291,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72878,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28291,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72879,'The normal fire policy will cover this, so no further action is required',0,0,28292,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72880,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28292,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72881,'Add some extra disabled signs around the building, so people know they are there.',0,0,28292,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72882,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28293,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72883,'The fire warden needs to complete it so they can show the manager it is done',0,0,28293,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(72884,'test',0,0,28294,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72885,'test',0,0,28294,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72886,'hot ducting extraction unit in a kitchen',0,0,28295,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72887,'display materials around the property',0,0,28295,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72888,'electrical fuse board in common hallway',0,0,28295,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72889,'chemicals - gas – paints',0,0,28295,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72890,'Rubbish piled up against a building',0,0,28296,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72891,'Electrical socket',0,0,28296,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72892,'Gas hob',0,0,28296,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72893,'Welding in a workshop',0,0,28296,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72894,'Plastic - foam - rubber',0,0,28297,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72895,'Solid concrete floor',0,0,28297,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72896,'Waste cardboard & paper rubbish',0,0,28297,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72897,'Oil & chemicals',0,0,28297,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72898,'Metal storage cabinet',0,0,28297,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72899,'Do nothing and leave it alone',0,0,28298,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72900,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28298,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72901,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28298,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72902,'Staff',0,0,28299,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72903,'Visitors',0,0,28299,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72904,'Caretaker',0,0,28299,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72905,'Manager',0,0,28299,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72906,'Everyone',0,0,28299,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72907,'Customers',0,0,28300,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72908,'Chefs',0,0,28300,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72909,'Waiters',0,0,28300,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72910,'Delivery Driver',0,0,28300,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72911,'Everyone',0,0,28300,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72912,'Everyone',0,0,28301,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72913,'Care Workers',0,0,28301,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72914,'Residence',0,0,28301,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72915,'Site Manager',0,0,28301,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72916,'18.00hr to 5am',0,0,28302,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72917,'7am to 4pm',0,0,28302,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72918,'21.00 to 3am',0,0,28302,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72919,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28303,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72920,'just to know how many people work there',0,0,28303,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72921,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28304,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72922,'one fire warden can cover everyone all the time',0,0,28304,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72923,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28304,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72924,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28304,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72925,'it is extra paperwork to deal with in the business',0,0,28305,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72926,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28305,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72927,'the fire policy tells the employees what times to take a break and when to come back',0,0,28305,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72928,'they look good on the wall and make the business look professional',0,0,28306,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72929,'the manager said they are there just for the visitors that come into the office',0,0,28306,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72930,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28306,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72931,'The normal fire policy will cover this, so no further action is required',0,0,28307,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72932,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28307,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72933,'Add some extra disabled signs around the building, so people know they are there.',0,0,28307,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72934,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28308,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72935,'The fire warden needs to complete it so they can show the manager it is done',0,0,28308,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(72936,'test',0,0,28309,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72937,'test',0,0,28309,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72938,'hot ducting extraction unit in a kitchen',0,0,28310,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72939,'display materials around the property',0,0,28310,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72940,'electrical fuse board in common hallway',0,0,28310,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72941,'chemicals - gas – paints',0,0,28310,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72942,'Rubbish piled up against a building',0,0,28311,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72943,'Electrical socket',0,0,28311,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72944,'Gas hob',0,0,28311,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72945,'Welding in a workshop',0,0,28311,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72946,'Plastic - foam - rubber',0,0,28312,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72947,'Solid concrete floor',0,0,28312,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72948,'Waste cardboard & paper rubbish',0,0,28312,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72949,'Oil & chemicals',0,0,28312,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72950,'Metal storage cabinet',0,0,28312,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72951,'Do nothing and leave it alone',0,0,28313,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72952,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28313,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72953,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28313,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72954,'Staff',0,0,28314,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72955,'Visitors',0,0,28314,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72956,'Caretaker',0,0,28314,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72957,'Manager',0,0,28314,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72958,'Everyone',0,0,28314,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72959,'Customers',0,0,28315,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72960,'Chefs',0,0,28315,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72961,'Waiters',0,0,28315,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72962,'Delivery Driver',0,0,28315,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72963,'Everyone',0,0,28315,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72964,'Everyone',0,0,28316,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72965,'Care Workers',0,0,28316,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72966,'Residence',0,0,28316,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72967,'Site Manager',0,0,28316,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72968,'18.00hr to 5am',0,0,28317,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72969,'7am to 4pm',0,0,28317,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72970,'21.00 to 3am',0,0,28317,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72971,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28318,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72972,'just to know how many people work there',0,0,28318,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72973,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28319,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72974,'one fire warden can cover everyone all the time',0,0,28319,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72975,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28319,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72976,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28319,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72977,'it is extra paperwork to deal with in the business',0,0,28320,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72978,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28320,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72979,'the fire policy tells the employees what times to take a break and when to come back',0,0,28320,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72980,'they look good on the wall and make the business look professional',0,0,28321,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72981,'the manager said they are there just for the visitors that come into the office',0,0,28321,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72982,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28321,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72983,'The normal fire policy will cover this, so no further action is required',0,0,28322,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72984,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28322,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72985,'Add some extra disabled signs around the building, so people know they are there.',0,0,28322,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72986,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28323,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72987,'The fire warden needs to complete it so they can show the manager it is done',0,0,28323,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72988,'test',0,0,28323,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(72989,'test',0,0,28324,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72990,'test',0,0,28324,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72991,'hot ducting extraction unit in a kitchen',0,0,28325,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72992,'display materials around the property',0,0,28325,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72993,'electrical fuse board in common hallway',0,0,28325,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72994,'chemicals - gas – paints',0,0,28325,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72995,'Rubbish piled up against a building',0,0,28326,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72996,'Electrical socket',0,0,28326,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72997,'Gas hob',0,0,28326,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72998,'Welding in a workshop',0,0,28326,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(72999,'Plastic - foam - rubber',0,0,28327,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73000,'Solid concrete floor',0,0,28327,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73001,'Waste cardboard & paper rubbish',0,0,28327,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73002,'Oil & chemicals',0,0,28327,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73003,'Metal storage cabinet',0,0,28327,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73004,'Do nothing and leave it alone',0,0,28328,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73005,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28328,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73006,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28328,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73007,'Staff',0,0,28329,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73008,'Visitors',0,0,28329,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73009,'Caretaker',0,0,28329,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73010,'Manager',0,0,28329,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73011,'Everyone',0,0,28329,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73012,'Customers',0,0,28330,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73013,'Chefs',0,0,28330,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73014,'Waiters',0,0,28330,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73015,'Delivery Driver',0,0,28330,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73016,'Everyone',0,0,28330,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73017,'Everyone',0,0,28331,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73018,'Care Workers',0,0,28331,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73019,'Residence',0,0,28331,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73020,'Site Manager',0,0,28331,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73021,'18.00hr to 5am',0,0,28332,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73022,'7am to 4pm',0,0,28332,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73023,'21.00 to 3am',0,0,28332,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73024,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28333,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73025,'just to know how many people work there',0,0,28333,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73026,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28334,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73027,'one fire warden can cover everyone all the time',0,0,28334,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73028,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28334,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73029,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28334,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73030,'it is extra paperwork to deal with in the business',0,0,28335,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73031,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28335,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73032,'the fire policy tells the employees what times to take a break and when to come back',0,0,28335,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73033,'they look good on the wall and make the business look professional',0,0,28336,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73034,'the manager said they are there just for the visitors that come into the office',0,0,28336,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73035,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28336,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73036,'The normal fire policy will cover this, so no further action is required',0,0,28337,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73037,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28337,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73038,'Add some extra disabled signs around the building, so people know they are there.',0,0,28337,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73039,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28338,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73040,'The fire warden needs to complete it so they can show the manager it is done',0,0,28338,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(73041,'test',0,0,28339,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73042,'test',0,0,28339,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73043,'hot ducting extraction unit in a kitchen',0,0,28340,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73044,'display materials around the property',0,0,28340,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73045,'electrical fuse board in common hallway',0,0,28340,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73046,'chemicals - gas – paints',0,0,28340,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73047,'Rubbish piled up against a building',0,0,28341,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73048,'Electrical socket',0,0,28341,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73049,'Gas hob',0,0,28341,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73050,'Welding in a workshop',0,0,28341,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73051,'Plastic - foam - rubber',0,0,28342,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73052,'Solid concrete floor',0,0,28342,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73053,'Waste cardboard & paper rubbish',0,0,28342,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73054,'Oil & chemicals',0,0,28342,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73055,'Metal storage cabinet',0,0,28342,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73056,'Do nothing and leave it alone',0,0,28343,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73057,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28343,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73058,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28343,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73059,'Staff',0,0,28344,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73060,'Visitors',0,0,28344,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73061,'Caretaker',0,0,28344,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73062,'Manager',0,0,28344,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73063,'Everyone',0,0,28344,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73064,'Customers',0,0,28345,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73065,'Chefs',0,0,28345,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73066,'Waiters',0,0,28345,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73067,'Delivery Driver',0,0,28345,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73068,'Everyone',0,0,28345,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73069,'Everyone',0,0,28346,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73070,'Care Workers',0,0,28346,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73071,'Residence',0,0,28346,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73072,'Site Manager',0,0,28346,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73073,'18.00hr to 5am',0,0,28347,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73074,'7am to 4pm',0,0,28347,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73075,'21.00 to 3am',0,0,28347,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73076,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28348,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73077,'just to know how many people work there',0,0,28348,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73078,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28349,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73079,'one fire warden can cover everyone all the time',0,0,28349,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73080,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28349,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73081,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28349,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73082,'it is extra paperwork to deal with in the business',0,0,28350,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73083,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28350,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73084,'the fire policy tells the employees what times to take a break and when to come back',0,0,28350,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73085,'they look good on the wall and make the business look professional',0,0,28351,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73086,'the manager said they are there just for the visitors that come into the office',0,0,28351,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73087,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28351,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73088,'The normal fire policy will cover this, so no further action is required',0,0,28352,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73089,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28352,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73090,'Add some extra disabled signs around the building, so people know they are there.',0,0,28352,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73091,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28353,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73092,'The fire warden needs to complete it so they can show the manager it is done',0,0,28353,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73093,'the fire risk log book has subjects which relate to fire safety equipment in the place of work, the user check is performed to do a visual check inspection to see that everything is still working correctly and has not been tampered with, this',0,0,28353,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(73094,'test',0,0,28354,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73095,'test',0,0,28354,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73096,'hot ducting extraction unit in a kitchen',0,0,28355,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73097,'display materials around the property',0,0,28355,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73098,'electrical fuse board in common hallway',0,0,28355,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73099,'chemicals - gas – paints',0,0,28355,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73100,'Rubbish piled up against a building',0,0,28356,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73101,'Electrical socket',0,0,28356,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73102,'Gas hob',0,0,28356,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73103,'Welding in a workshop',0,0,28356,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73104,'Plastic - foam - rubber',0,0,28357,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73105,'Solid concrete floor',0,0,28357,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73106,'Waste cardboard & paper rubbish',0,0,28357,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73107,'Oil & chemicals',0,0,28357,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73108,'Metal storage cabinet',0,0,28357,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73109,'Do nothing and leave it alone',0,0,28358,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73110,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28358,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73111,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28358,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73112,'Staff',0,0,28359,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73113,'Visitors',0,0,28359,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73114,'Caretaker',0,0,28359,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73115,'Manager',0,0,28359,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73116,'Everyone',0,0,28359,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73117,'Customers',0,0,28360,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73118,'Chefs',0,0,28360,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73119,'Waiters',0,0,28360,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73120,'Delivery Driver',0,0,28360,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73121,'Everyone',0,0,28360,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73122,'Everyone',0,0,28361,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73123,'Care Workers',0,0,28361,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73124,'Residence',0,0,28361,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73125,'Site Manager',0,0,28361,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73126,'18.00hr to 5am',0,0,28362,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73127,'7am to 4pm',0,0,28362,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73128,'21.00 to 3am',0,0,28362,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73129,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28363,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73130,'just to know how many people work there',0,0,28363,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73131,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28364,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73132,'one fire warden can cover everyone all the time',0,0,28364,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73133,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28364,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73134,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28364,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73135,'it is extra paperwork to deal with in the business',0,0,28365,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73136,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28365,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73137,'the fire policy tells the employees what times to take a break and when to come back',0,0,28365,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73138,'they look good on the wall and make the business look professional',0,0,28366,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73139,'the manager said they are there just for the visitors that come into the office',0,0,28366,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73140,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28366,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73141,'The normal fire policy will cover this, so no further action is required',0,0,28367,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73142,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28367,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73143,'Add some extra disabled signs around the building, so people know they are there.',0,0,28367,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73144,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28368,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73145,'The fire warden needs to complete it so they can show the manager it is done',0,0,28368,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(73146,'test',0,0,28369,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73147,'test',0,0,28369,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73148,'hot ducting extraction unit in a kitchen',0,0,28370,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73149,'display materials around the property',0,0,28370,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73150,'electrical fuse board in common hallway',0,0,28370,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73151,'chemicals - gas – paints',0,0,28370,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73152,'Rubbish piled up against a building',0,0,28371,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73153,'Electrical socket',0,0,28371,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73154,'Gas hob',0,0,28371,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73155,'Welding in a workshop',0,0,28371,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73156,'Plastic - foam - rubber',0,0,28372,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73157,'Solid concrete floor',0,0,28372,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73158,'Waste cardboard & paper rubbish',0,0,28372,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73159,'Oil & chemicals',0,0,28372,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73160,'Metal storage cabinet',0,0,28372,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73161,'Do nothing and leave it alone',0,0,28373,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73162,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28373,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73163,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28373,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73164,'Staff',0,0,28374,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73165,'Visitors',0,0,28374,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73166,'Caretaker',0,0,28374,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73167,'Manager',0,0,28374,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73168,'Everyone',0,0,28374,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73169,'Customers',0,0,28375,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73170,'Chefs',0,0,28375,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73171,'Waiters',0,0,28375,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73172,'Delivery Driver',0,0,28375,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73173,'Everyone',0,0,28375,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73174,'Everyone',0,0,28376,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73175,'Care Workers',0,0,28376,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73176,'Residence',0,0,28376,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73177,'Site Manager',0,0,28376,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73178,'18.00hr to 5am',0,0,28377,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73179,'7am to 4pm',0,0,28377,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73180,'21.00 to 3am',0,0,28377,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73181,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28378,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73182,'just to know how many people work there',0,0,28378,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73183,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28379,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73184,'one fire warden can cover everyone all the time',0,0,28379,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73185,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28379,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73186,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28379,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73187,'it is extra paperwork to deal with in the business',0,0,28380,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73188,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28380,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73189,'the fire policy tells the employees what times to take a break and when to come back',0,0,28380,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73190,'they look good on the wall and make the business look professional',0,0,28381,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73191,'the manager said they are there just for the visitors that come into the office',0,0,28381,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73192,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28381,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73193,'The normal fire policy will cover this, so no further action is required',0,0,28382,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73194,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28382,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73195,'Add some extra disabled signs around the building, so people know they are there.',0,0,28382,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73196,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28383,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73197,'The fire warden needs to complete it so they can show the manager it is done',0,0,28383,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73198,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28384,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73199,'staff training is not important as we can all read signs in the office',0,0,28384,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(73200,'test',0,0,28385,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73201,'test',0,0,28385,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73202,'hot ducting extraction unit in a kitchen',0,0,28386,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73203,'display materials around the property',0,0,28386,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73204,'electrical fuse board in common hallway',0,0,28386,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73205,'chemicals - gas – paints',0,0,28386,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73206,'Rubbish piled up against a building',0,0,28387,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73207,'Electrical socket',0,0,28387,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73208,'Gas hob',0,0,28387,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73209,'Welding in a workshop',0,0,28387,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73210,'Plastic - foam - rubber',0,0,28388,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73211,'Solid concrete floor',0,0,28388,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73212,'Waste cardboard & paper rubbish',0,0,28388,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73213,'Oil & chemicals',0,0,28388,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73214,'Metal storage cabinet',0,0,28388,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73215,'Do nothing and leave it alone',0,0,28389,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73216,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28389,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73217,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28389,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73218,'Staff',0,0,28390,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73219,'Visitors',0,0,28390,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73220,'Caretaker',0,0,28390,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73221,'Manager',0,0,28390,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73222,'Everyone',0,0,28390,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73223,'Customers',0,0,28391,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73224,'Chefs',0,0,28391,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73225,'Waiters',0,0,28391,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73226,'Delivery Driver',0,0,28391,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73227,'Everyone',0,0,28391,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73228,'Everyone',0,0,28392,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73229,'Care Workers',0,0,28392,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73230,'Residence',0,0,28392,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73231,'Site Manager',0,0,28392,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73232,'18.00hr to 5am',0,0,28393,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73233,'7am to 4pm',0,0,28393,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73234,'21.00 to 3am',0,0,28393,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73235,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28394,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73236,'just to know how many people work there',0,0,28394,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73237,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28395,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73238,'one fire warden can cover everyone all the time',0,0,28395,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73239,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28395,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73240,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28395,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73241,'it is extra paperwork to deal with in the business',0,0,28396,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73242,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28396,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73243,'the fire policy tells the employees what times to take a break and when to come back',0,0,28396,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73244,'they look good on the wall and make the business look professional',0,0,28397,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73245,'the manager said they are there just for the visitors that come into the office',0,0,28397,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73246,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28397,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73247,'The normal fire policy will cover this, so no further action is required',0,0,28398,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73248,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28398,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73249,'Add some extra disabled signs around the building, so people know they are there.',0,0,28398,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73250,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28399,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73251,'The fire warden needs to complete it so they can show the manager it is done',0,0,28399,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73252,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28400,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73253,'staff training is not important as we can all read signs in the office',0,0,28400,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73254,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28401,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73255,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28401,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73256,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28401,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(73257,'test',0,0,28402,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73258,'test',0,0,28402,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73259,'hot ducting extraction unit in a kitchen',0,0,28403,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73260,'display materials around the property',0,0,28403,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73261,'electrical fuse board in common hallway',0,0,28403,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73262,'chemicals - gas – paints',0,0,28403,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73263,'Rubbish piled up against a building',0,0,28404,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73264,'Electrical socket',0,0,28404,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73265,'Gas hob',0,0,28404,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73266,'Welding in a workshop',0,0,28404,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73267,'Plastic - foam - rubber',0,0,28405,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73268,'Solid concrete floor',0,0,28405,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73269,'Waste cardboard & paper rubbish',0,0,28405,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73270,'Oil & chemicals',0,0,28405,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73271,'Metal storage cabinet',0,0,28405,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73272,'Do nothing and leave it alone',0,0,28406,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73273,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28406,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73274,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28406,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73275,'Staff',0,0,28407,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73276,'Visitors',0,0,28407,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73277,'Caretaker',0,0,28407,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73278,'Manager',0,0,28407,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73279,'Everyone',0,0,28407,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73280,'Customers',0,0,28408,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73281,'Chefs',0,0,28408,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73282,'Waiters',0,0,28408,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73283,'Delivery Driver',0,0,28408,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73284,'Everyone',0,0,28408,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73285,'Everyone',0,0,28409,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73286,'Care Workers',0,0,28409,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73287,'Residence',0,0,28409,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73288,'Site Manager',0,0,28409,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73289,'18.00hr to 5am',0,0,28410,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73290,'7am to 4pm',0,0,28410,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73291,'21.00 to 3am',0,0,28410,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73292,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28411,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73293,'just to know how many people work there',0,0,28411,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73294,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28412,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73295,'one fire warden can cover everyone all the time',0,0,28412,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73296,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28412,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73297,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28412,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73298,'it is extra paperwork to deal with in the business',0,0,28413,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73299,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28413,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73300,'the fire policy tells the employees what times to take a break and when to come back',0,0,28413,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73301,'they look good on the wall and make the business look professional',0,0,28414,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73302,'the manager said they are there just for the visitors that come into the office',0,0,28414,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73303,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28414,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73304,'The normal fire policy will cover this, so no further action is required',0,0,28415,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73305,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28415,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73306,'Add some extra disabled signs around the building, so people know they are there.',0,0,28415,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73307,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28416,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73308,'The fire warden needs to complete it so they can show the manager it is done',0,0,28416,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73309,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28417,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73310,'staff training is not important as we can all read signs in the office',0,0,28417,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73311,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28418,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73312,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28418,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73313,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28418,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73314,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28419,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73315,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28419,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73316,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28419,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(73317,'test',0,0,28420,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73318,'test',0,0,28420,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73319,'hot ducting extraction unit in a kitchen',0,0,28421,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73320,'display materials around the property',0,0,28421,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73321,'electrical fuse board in common hallway',0,0,28421,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73322,'chemicals - gas – paints',0,0,28421,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73323,'Rubbish piled up against a building',0,0,28422,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73324,'Electrical socket',0,0,28422,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73325,'Gas hob',0,0,28422,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73326,'Welding in a workshop',0,0,28422,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73327,'Plastic - foam - rubber',0,0,28423,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73328,'Solid concrete floor',0,0,28423,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73329,'Waste cardboard & paper rubbish',0,0,28423,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73330,'Oil & chemicals',0,0,28423,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73331,'Metal storage cabinet',0,0,28423,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73332,'Do nothing and leave it alone',0,0,28424,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73333,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28424,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73334,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28424,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73335,'Staff',0,0,28425,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73336,'Visitors',0,0,28425,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73337,'Caretaker',0,0,28425,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73338,'Manager',0,0,28425,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73339,'Everyone',0,0,28425,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73340,'Customers',0,0,28426,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73341,'Chefs',0,0,28426,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73342,'Waiters',0,0,28426,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73343,'Delivery Driver',0,0,28426,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73344,'Everyone',0,0,28426,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73345,'Everyone',0,0,28427,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73346,'Care Workers',0,0,28427,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73347,'Residence',0,0,28427,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73348,'Site Manager',0,0,28427,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73349,'18.00hr to 5am',0,0,28428,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73350,'7am to 4pm',0,0,28428,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73351,'21.00 to 3am',0,0,28428,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73352,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28429,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73353,'just to know how many people work there',0,0,28429,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73354,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28430,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73355,'one fire warden can cover everyone all the time',0,0,28430,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73356,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28430,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73357,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28430,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73358,'it is extra paperwork to deal with in the business',0,0,28431,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73359,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28431,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73360,'the fire policy tells the employees what times to take a break and when to come back',0,0,28431,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73361,'they look good on the wall and make the business look professional',0,0,28432,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73362,'the manager said they are there just for the visitors that come into the office',0,0,28432,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73363,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28432,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73364,'The normal fire policy will cover this, so no further action is required',0,0,28433,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73365,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28433,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73366,'Add some extra disabled signs around the building, so people know they are there.',0,0,28433,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73367,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28434,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73368,'The fire warden needs to complete it so they can show the manager it is done',0,0,28434,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73369,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28435,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73370,'staff training is not important as we can all read signs in the office',0,0,28435,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73371,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28436,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73372,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28436,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73373,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28436,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73374,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28437,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73375,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28437,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73376,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28437,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73377,'one Eml at the main entrance is sufficient',0,0,28438,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73378,'one Eml on each landing level and one over the exit door',0,0,28438,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73379,'one Eml halfway up the stairs well',0,0,28438,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(73380,'test',0,0,28439,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73381,'test',0,0,28439,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73382,'hot ducting extraction unit in a kitchen',0,0,28440,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73383,'display materials around the property',0,0,28440,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73384,'electrical fuse board in common hallway',0,0,28440,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73385,'chemicals - gas – paints',0,0,28440,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73386,'Rubbish piled up against a building',0,0,28441,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73387,'Electrical socket',0,0,28441,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73388,'Gas hob',0,0,28441,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73389,'Welding in a workshop',0,0,28441,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73390,'Plastic - foam - rubber',0,0,28442,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73391,'Solid concrete floor',0,0,28442,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(73392,'Waste cardboard & paper rubbish',0,0,28442,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73393,'Oil & chemicals',0,0,28442,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73394,'Metal storage cabinet',0,0,28442,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73395,'Do nothing and leave it alone',0,0,28443,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73396,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28443,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73397,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28443,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73398,'Staff',0,0,28444,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73399,'Visitors',0,0,28444,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73400,'Caretaker',0,0,28444,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73401,'Manager',0,0,28444,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73402,'Everyone',0,0,28444,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73403,'Customers',0,0,28445,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73404,'Chefs',0,0,28445,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73405,'Waiters',0,0,28445,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73406,'Delivery Driver',0,0,28445,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73407,'Everyone',0,0,28445,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73408,'Everyone',0,0,28446,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73409,'Care Workers',0,0,28446,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73410,'Residence',0,0,28446,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73411,'Site Manager',0,0,28446,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73412,'18.00hr to 5am',0,0,28447,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73413,'7am to 4pm',0,0,28447,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73414,'21.00 to 3am',0,0,28447,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73415,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28448,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73416,'just to know how many people work there',0,0,28448,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73417,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28449,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73418,'one fire warden can cover everyone all the time',0,0,28449,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73419,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28449,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73420,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28449,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73421,'it is extra paperwork to deal with in the business',0,0,28450,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73422,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28450,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73423,'the fire policy tells the employees what times to take a break and when to come back',0,0,28450,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73424,'they look good on the wall and make the business look professional',0,0,28451,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73425,'the manager said they are there just for the visitors that come into the office',0,0,28451,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73426,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28451,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73427,'The normal fire policy will cover this, so no further action is required',0,0,28452,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73428,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28452,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73429,'Add some extra disabled signs around the building, so people know they are there.',0,0,28452,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73430,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28453,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73431,'The fire warden needs to complete it so they can show the manager it is done',0,0,28453,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73432,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28454,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73433,'staff training is not important as we can all read signs in the office',0,0,28454,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73434,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28455,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73435,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28455,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73436,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28455,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73437,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28456,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73438,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28456,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73439,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28456,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73440,'one Eml at the main entrance is sufficient',0,0,28457,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73441,'one Eml on each landing level and one over the exit door',0,0,28457,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73442,'one Eml halfway up the stairs well',0,0,28457,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73443,'fire alarm system',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73444,'Em light system',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73445,'fire extinguishers',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73446,'AOV',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73447,'dry risers',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73448,'fire doors',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73449,'electrical systems',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73450,'portable appliances',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73451,'sprinkler systems',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73452,'trip hazards',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73453,'signage',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73454,'gas systems',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73455,'all of them were applicable',0,0,28458,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(73456,'test',0,0,28459,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73457,'test',0,0,28459,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73458,'hot ducting extraction unit in a kitchen',0,0,28460,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73459,'display materials around the property',0,0,28460,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73460,'electrical fuse board in common hallway',0,0,28460,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73461,'chemicals - gas – paints',0,0,28460,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73462,'Rubbish piled up against a building',0,0,28461,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73463,'Electrical socket',0,0,28461,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73464,'Gas hob',0,0,28461,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73465,'Welding in a workshop',0,0,28461,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73466,'Plastic - foam - rubber',0,0,28462,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73467,'Solid concrete floor',0,0,28462,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73468,'Waste cardboard & paper rubbish',0,0,28462,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73469,'Oil & chemicals',0,0,28462,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73470,'Metal storage cabinet',0,0,28462,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73471,'Do nothing and leave it alone',0,0,28463,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73472,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28463,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(73473,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28463,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73474,'Staff',0,0,28464,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73475,'Visitors',0,0,28464,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73476,'Caretaker',0,0,28464,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73477,'Manager',0,0,28464,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73478,'Everyone',0,0,28464,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73479,'Customers',0,0,28465,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73480,'Chefs',0,0,28465,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73481,'Waiters',0,0,28465,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73482,'Delivery Driver',0,0,28465,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73483,'Everyone',0,0,28465,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73484,'Everyone',0,0,28466,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73485,'Care Workers',0,0,28466,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73486,'Residence',0,0,28466,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73487,'Site Manager',0,0,28466,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73488,'18.00hr to 5am',0,0,28467,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73489,'7am to 4pm',0,0,28467,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73490,'21.00 to 3am',0,0,28467,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73491,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28468,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73492,'just to know how many people work there',0,0,28468,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73493,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28469,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73494,'one fire warden can cover everyone all the time',0,0,28469,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73495,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28469,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73496,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28469,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73497,'it is extra paperwork to deal with in the business',0,0,28470,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73498,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28470,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73499,'the fire policy tells the employees what times to take a break and when to come back',0,0,28470,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73500,'they look good on the wall and make the business look professional',0,0,28471,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73501,'the manager said they are there just for the visitors that come into the office',0,0,28471,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73502,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28471,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73503,'The normal fire policy will cover this, so no further action is required',0,0,28472,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73504,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28472,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73505,'Add some extra disabled signs around the building, so people know they are there.',0,0,28472,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73506,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28473,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73507,'The fire warden needs to complete it so they can show the manager it is done',0,0,28473,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73508,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28474,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73509,'staff training is not important as we can all read signs in the office',0,0,28474,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73510,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28475,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73511,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28475,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73512,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28475,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73513,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28476,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73514,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28476,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73515,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28476,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73516,'one Eml at the main entrance is sufficient',0,0,28477,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73517,'one Eml on each landing level and one over the exit door',0,0,28477,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73518,'one Eml halfway up the stairs well',0,0,28477,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73519,'fire alarm system',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73520,'Em light system',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73521,'fire extinguishers',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73522,'AOV',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73523,'dry risers',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73524,'fire doors',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73525,'electrical systems',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73526,'portable appliances',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73527,'sprinkler systems',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73528,'trip hazards',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73529,'signage',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73530,'gas systems',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73531,'all of them were applicable',0,0,28478,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73532,'3 months',0,0,28479,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73533,'6 months',0,0,28479,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73534,'12 months',0,0,28479,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(73535,'test',0,0,28480,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73536,'test',0,0,28480,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73537,'hot ducting extraction unit in a kitchen',0,0,28481,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73538,'display materials around the property',0,0,28481,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73539,'electrical fuse board in common hallway',0,0,28481,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73540,'chemicals - gas – paints',0,0,28481,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73541,'Rubbish piled up against a building',0,0,28482,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73542,'Electrical socket',0,0,28482,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73543,'Gas hob',0,0,28482,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73544,'Welding in a workshop',0,0,28482,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73545,'Plastic - foam - rubber',0,0,28483,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73546,'Solid concrete floor',0,0,28483,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73547,'Waste cardboard & paper rubbish',0,0,28483,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73548,'Oil & chemicals',0,0,28483,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73549,'Metal storage cabinet',0,0,28483,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73550,'Do nothing and leave it alone',0,0,28484,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73551,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28484,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73552,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28484,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73553,'Staff',0,0,28485,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73554,'Visitors',0,0,28485,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73555,'Caretaker',0,0,28485,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73556,'Manager',0,0,28485,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73557,'Everyone',0,0,28485,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73558,'Customers',0,0,28486,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73559,'Chefs',0,0,28486,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73560,'Waiters',0,0,28486,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73561,'Delivery Driver',0,0,28486,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73562,'Everyone',0,0,28486,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73563,'Everyone',0,0,28487,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73564,'Care Workers',0,0,28487,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73565,'Residence',0,0,28487,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73566,'Site Manager',0,0,28487,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73567,'18.00hr to 5am',0,0,28488,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73568,'7am to 4pm',0,0,28488,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73569,'21.00 to 3am',0,0,28488,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73570,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28489,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73571,'just to know how many people work there',0,0,28489,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73572,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28490,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73573,'one fire warden can cover everyone all the time',0,0,28490,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73574,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28490,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73575,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28490,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73576,'it is extra paperwork to deal with in the business',0,0,28491,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73577,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28491,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73578,'the fire policy tells the employees what times to take a break and when to come back',0,0,28491,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73579,'they look good on the wall and make the business look professional',0,0,28492,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73580,'the manager said they are there just for the visitors that come into the office',0,0,28492,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73581,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28492,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73582,'The normal fire policy will cover this, so no further action is required',0,0,28493,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73583,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28493,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73584,'Add some extra disabled signs around the building, so people know they are there.',0,0,28493,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73585,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28494,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73586,'The fire warden needs to complete it so they can show the manager it is done',0,0,28494,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73587,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28495,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73588,'staff training is not important as we can all read signs in the office',0,0,28495,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73589,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28496,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73590,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28496,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73591,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28496,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73592,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28497,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73593,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28497,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73594,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28497,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73595,'one Eml at the main entrance is sufficient',0,0,28498,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73596,'one Eml on each landing level and one over the exit door',0,0,28498,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73597,'one Eml halfway up the stairs well',0,0,28498,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73598,'fire alarm system',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73599,'Em light system',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73600,'fire extinguishers',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73601,'AOV',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73602,'dry risers',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73603,'fire doors',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73604,'electrical systems',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73605,'portable appliances',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73606,'sprinkler systems',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73607,'trip hazards',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73608,'signage',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73609,'gas systems',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73610,'all of them were applicable',0,0,28499,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73611,'3 months',0,0,28500,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73612,'6 months',0,0,28500,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73613,'12 months',0,0,28500,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73614,'3 months',0,0,28501,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73615,'6 months',0,0,28501,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73616,'12 months',0,0,28501,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(73617,'test',0,0,28502,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73618,'test',0,0,28502,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73619,'hot ducting extraction unit in a kitchen',0,0,28503,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73620,'display materials around the property',0,0,28503,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73621,'electrical fuse board in common hallway',0,0,28503,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73622,'chemicals - gas – paints',0,0,28503,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73623,'Rubbish piled up against a building',0,0,28504,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73624,'Electrical socket',0,0,28504,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73625,'Gas hob',0,0,28504,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73626,'Welding in a workshop',0,0,28504,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73627,'Plastic - foam - rubber',0,0,28505,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73628,'Solid concrete floor',0,0,28505,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73629,'Waste cardboard & paper rubbish',0,0,28505,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73630,'Oil & chemicals',0,0,28505,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73631,'Metal storage cabinet',0,0,28505,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73632,'Do nothing and leave it alone',0,0,28506,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73633,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28506,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73634,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28506,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73635,'Staff',0,0,28507,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73636,'Visitors',0,0,28507,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73637,'Caretaker',0,0,28507,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73638,'Manager',0,0,28507,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73639,'Everyone',0,0,28507,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73640,'Customers',0,0,28508,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73641,'Chefs',0,0,28508,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73642,'Waiters',0,0,28508,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73643,'Delivery Driver',0,0,28508,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73644,'Everyone',0,0,28508,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73645,'Everyone',0,0,28509,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73646,'Care Workers',0,0,28509,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73647,'Residence',0,0,28509,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73648,'Site Manager',0,0,28509,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73649,'18.00hr to 5am',0,0,28510,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73650,'7am to 4pm',0,0,28510,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73651,'21.00 to 3am',0,0,28510,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73652,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28511,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73653,'just to know how many people work there',0,0,28511,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73654,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28512,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73655,'one fire warden can cover everyone all the time',0,0,28512,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73656,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28512,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73657,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28512,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73658,'it is extra paperwork to deal with in the business',0,0,28513,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73659,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28513,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73660,'the fire policy tells the employees what times to take a break and when to come back',0,0,28513,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73661,'they look good on the wall and make the business look professional',0,0,28514,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73662,'the manager said they are there just for the visitors that come into the office',0,0,28514,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73663,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28514,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73664,'The normal fire policy will cover this, so no further action is required',0,0,28515,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73665,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28515,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73666,'Add some extra disabled signs around the building, so people know they are there.',0,0,28515,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73667,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28516,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73668,'The fire warden needs to complete it so they can show the manager it is done',0,0,28516,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73669,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28517,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73670,'staff training is not important as we can all read signs in the office',0,0,28517,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73671,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28518,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73672,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28518,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73673,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28518,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73674,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28519,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73675,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28519,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73676,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28519,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73677,'one Eml at the main entrance is sufficient',0,0,28520,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73678,'one Eml on each landing level and one over the exit door',0,0,28520,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73679,'one Eml halfway up the stairs well',0,0,28520,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73680,'fire alarm system',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73681,'Em light system',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73682,'fire extinguishers',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73683,'AOV',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73684,'dry risers',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73685,'fire doors',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73686,'electrical systems',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73687,'portable appliances',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73688,'sprinkler systems',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73689,'trip hazards',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73690,'signage',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73691,'gas systems',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73692,'all of them were applicable',0,0,28521,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(73693,'3 months',0,0,28522,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73694,'6 months',0,0,28522,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73695,'12 months',0,0,28522,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73696,'3 months',0,0,28523,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73697,'6 months',0,0,28523,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73698,'12 months',0,0,28523,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73699,'1 month',0,0,28524,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73700,'3 months',0,0,28524,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73701,'6 months',0,0,28524,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73702,'12 months',0,0,28524,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(73703,'test',0,0,28525,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73704,'test',0,0,28525,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73705,'hot ducting extraction unit in a kitchen',0,0,28526,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73706,'display materials around the property',0,0,28526,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73707,'electrical fuse board in common hallway',0,0,28526,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73708,'chemicals - gas – paints',0,0,28526,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73709,'Rubbish piled up against a building',0,0,28527,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73710,'Electrical socket',0,0,28527,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73711,'Gas hob',0,0,28527,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73712,'Welding in a workshop',0,0,28527,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73713,'Plastic - foam - rubber',0,0,28528,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73714,'Solid concrete floor',0,0,28528,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73715,'Waste cardboard & paper rubbish',0,0,28528,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73716,'Oil & chemicals',0,0,28528,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73717,'Metal storage cabinet',0,0,28528,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73718,'Do nothing and leave it alone',0,0,28529,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73719,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28529,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73720,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28529,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73721,'Staff',0,0,28530,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73722,'Visitors',0,0,28530,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73723,'Caretaker',0,0,28530,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73724,'Manager',0,0,28530,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73725,'Everyone',0,0,28530,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73726,'Customers',0,0,28531,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73727,'Chefs',0,0,28531,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73728,'Waiters',0,0,28531,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73729,'Delivery Driver',0,0,28531,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73730,'Everyone',0,0,28531,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73731,'Everyone',0,0,28532,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73732,'Care Workers',0,0,28532,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73733,'Residence',0,0,28532,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73734,'Site Manager',0,0,28532,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73735,'18.00hr to 5am',0,0,28533,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73736,'7am to 4pm',0,0,28533,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73737,'21.00 to 3am',0,0,28533,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73738,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28534,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73739,'just to know how many people work there',0,0,28534,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73740,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28535,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73741,'one fire warden can cover everyone all the time',0,0,28535,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73742,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28535,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73743,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28535,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73744,'it is extra paperwork to deal with in the business',0,0,28536,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73745,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28536,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73746,'the fire policy tells the employees what times to take a break and when to come back',0,0,28536,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73747,'they look good on the wall and make the business look professional',0,0,28537,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73748,'the manager said they are there just for the visitors that come into the office',0,0,28537,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73749,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28537,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73750,'The normal fire policy will cover this, so no further action is required',0,0,28538,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73751,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28538,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73752,'Add some extra disabled signs around the building, so people know they are there.',0,0,28538,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73753,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28539,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73754,'The fire warden needs to complete it so they can show the manager it is done',0,0,28539,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73755,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28540,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73756,'staff training is not important as we can all read signs in the office',0,0,28540,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73757,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28541,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73758,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28541,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73759,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28541,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73760,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28542,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73761,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28542,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73762,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28542,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73763,'one Eml at the main entrance is sufficient',0,0,28543,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73764,'one Eml on each landing level and one over the exit door',0,0,28543,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73765,'one Eml halfway up the stairs well',0,0,28543,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73766,'fire alarm system',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73767,'Em light system',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73768,'fire extinguishers',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73769,'AOV',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73770,'dry risers',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73771,'fire doors',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73772,'electrical systems',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73773,'portable appliances',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73774,'sprinkler systems',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73775,'trip hazards',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73776,'signage',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73777,'gas systems',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73778,'all of them were applicable',0,0,28544,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73779,'3 months',0,0,28545,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73780,'6 months',0,0,28545,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73781,'12 months',0,0,28545,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(73782,'3 months',0,0,28546,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73783,'6 months',0,0,28546,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73784,'12 months',0,0,28546,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73785,'1 month',0,0,28547,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73786,'3 months',0,0,28547,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73787,'6 months',0,0,28547,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73788,'12 months',0,0,28547,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73789,'3 months',0,0,28548,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73790,'6 months',0,0,28548,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73791,'12 months',0,0,28548,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(73792,'test',0,0,28549,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73793,'test',0,0,28549,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73794,'hot ducting extraction unit in a kitchen',0,0,28550,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73795,'display materials around the property',0,0,28550,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73796,'electrical fuse board in common hallway',0,0,28550,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73797,'chemicals - gas – paints',0,0,28550,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73798,'Rubbish piled up against a building',0,0,28551,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73799,'Electrical socket',0,0,28551,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73800,'Gas hob',0,0,28551,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73801,'Welding in a workshop',0,0,28551,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73802,'Plastic - foam - rubber',0,0,28552,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73803,'Solid concrete floor',0,0,28552,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73804,'Waste cardboard & paper rubbish',0,0,28552,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73805,'Oil & chemicals',0,0,28552,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73806,'Metal storage cabinet',0,0,28552,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73807,'Do nothing and leave it alone',0,0,28553,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73808,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28553,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73809,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28553,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73810,'Staff',0,0,28554,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73811,'Visitors',0,0,28554,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73812,'Caretaker',0,0,28554,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73813,'Manager',0,0,28554,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73814,'Everyone',0,0,28554,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73815,'Customers',0,0,28555,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73816,'Chefs',0,0,28555,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73817,'Waiters',0,0,28555,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73818,'Delivery Driver',0,0,28555,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73819,'Everyone',0,0,28555,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73820,'Everyone',0,0,28556,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73821,'Care Workers',0,0,28556,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73822,'Residence',0,0,28556,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73823,'Site Manager',0,0,28556,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73824,'18.00hr to 5am',0,0,28557,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73825,'7am to 4pm',0,0,28557,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73826,'21.00 to 3am',0,0,28557,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73827,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28558,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73828,'just to know how many people work there',0,0,28558,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73829,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28559,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73830,'one fire warden can cover everyone all the time',0,0,28559,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73831,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28559,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73832,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28559,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73833,'it is extra paperwork to deal with in the business',0,0,28560,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73834,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28560,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73835,'the fire policy tells the employees what times to take a break and when to come back',0,0,28560,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73836,'they look good on the wall and make the business look professional',0,0,28561,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73837,'the manager said they are there just for the visitors that come into the office',0,0,28561,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73838,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28561,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73839,'The normal fire policy will cover this, so no further action is required',0,0,28562,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73840,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28562,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73841,'Add some extra disabled signs around the building, so people know they are there.',0,0,28562,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73842,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28563,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73843,'The fire warden needs to complete it so they can show the manager it is done',0,0,28563,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73844,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28564,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73845,'staff training is not important as we can all read signs in the office',0,0,28564,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73846,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28565,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73847,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28565,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73848,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28565,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73849,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28566,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73850,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28566,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73851,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28566,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73852,'one Eml at the main entrance is sufficient',0,0,28567,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73853,'one Eml on each landing level and one over the exit door',0,0,28567,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73854,'one Eml halfway up the stairs well',0,0,28567,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73855,'fire alarm system',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73856,'Em light system',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73857,'fire extinguishers',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73858,'AOV',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73859,'dry risers',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73860,'fire doors',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73861,'electrical systems',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73862,'portable appliances',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73863,'sprinkler systems',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73864,'trip hazards',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73865,'signage',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73866,'gas systems',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73867,'all of them were applicable',0,0,28568,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73868,'3 months',0,0,28569,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73869,'6 months',0,0,28569,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73870,'12 months',0,0,28569,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73871,'3 months',0,0,28570,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73872,'6 months',0,0,28570,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73873,'12 months',0,0,28570,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73874,'1 month',0,0,28571,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73875,'3 months',0,0,28571,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73876,'6 months',0,0,28571,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73877,'12 months',0,0,28571,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73878,'3 months',0,0,28572,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73879,'6 months',0,0,28572,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73880,'12 months',0,0,28572,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73881,'3 months',0,0,28573,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73882,'6 months',0,0,28573,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73883,'12 months',0,0,28573,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(73884,'test',0,0,28574,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73885,'test',0,0,28574,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73886,'hot ducting extraction unit in a kitchen',0,0,28575,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73887,'display materials around the property',0,0,28575,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73888,'electrical fuse board in common hallway',0,0,28575,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73889,'chemicals - gas – paints',0,0,28575,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73890,'Rubbish piled up against a building',0,0,28576,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73891,'Electrical socket',0,0,28576,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73892,'Gas hob',0,0,28576,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(73893,'Welding in a workshop',0,0,28576,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73894,'Plastic - foam - rubber',0,0,28577,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73895,'Solid concrete floor',0,0,28577,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73896,'Waste cardboard & paper rubbish',0,0,28577,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73897,'Oil & chemicals',0,0,28577,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73898,'Metal storage cabinet',0,0,28577,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73899,'Do nothing and leave it alone',0,0,28578,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73900,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28578,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73901,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28578,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73902,'Staff',0,0,28579,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73903,'Visitors',0,0,28579,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73904,'Caretaker',0,0,28579,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73905,'Manager',0,0,28579,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73906,'Everyone',0,0,28579,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73907,'Customers',0,0,28580,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73908,'Chefs',0,0,28580,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73909,'Waiters',0,0,28580,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73910,'Delivery Driver',0,0,28580,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73911,'Everyone',0,0,28580,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73912,'Everyone',0,0,28581,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73913,'Care Workers',0,0,28581,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73914,'Residence',0,0,28581,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73915,'Site Manager',0,0,28581,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73916,'18.00hr to 5am',0,0,28582,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73917,'7am to 4pm',0,0,28582,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73918,'21.00 to 3am',0,0,28582,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73919,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28583,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73920,'just to know how many people work there',0,0,28583,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73921,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28584,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73922,'one fire warden can cover everyone all the time',0,0,28584,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73923,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28584,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73924,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28584,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73925,'it is extra paperwork to deal with in the business',0,0,28585,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73926,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28585,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73927,'the fire policy tells the employees what times to take a break and when to come back',0,0,28585,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73928,'they look good on the wall and make the business look professional',0,0,28586,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73929,'the manager said they are there just for the visitors that come into the office',0,0,28586,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73930,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28586,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73931,'The normal fire policy will cover this, so no further action is required',0,0,28587,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73932,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28587,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73933,'Add some extra disabled signs around the building, so people know they are there.',0,0,28587,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73934,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28588,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73935,'The fire warden needs to complete it so they can show the manager it is done',0,0,28588,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73936,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28589,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73937,'staff training is not important as we can all read signs in the office',0,0,28589,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73938,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28590,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73939,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28590,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73940,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28590,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73941,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28591,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73942,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28591,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73943,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28591,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73944,'one Eml at the main entrance is sufficient',0,0,28592,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73945,'one Eml on each landing level and one over the exit door',0,0,28592,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73946,'one Eml halfway up the stairs well',0,0,28592,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73947,'fire alarm system',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73948,'Em light system',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73949,'fire extinguishers',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73950,'AOV',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73951,'dry risers',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73952,'fire doors',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73953,'electrical systems',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73954,'portable appliances',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73955,'sprinkler systems',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73956,'trip hazards',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73957,'signage',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73958,'gas systems',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73959,'all of them were applicable',0,0,28593,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73960,'3 months',0,0,28594,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73961,'6 months',0,0,28594,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73962,'12 months',0,0,28594,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73963,'3 months',0,0,28595,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73964,'6 months',0,0,28595,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73965,'12 months',0,0,28595,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73966,'1 month',0,0,28596,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73967,'3 months',0,0,28596,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73968,'6 months',0,0,28596,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73969,'12 months',0,0,28596,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73970,'3 months',0,0,28597,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73971,'6 months',0,0,28597,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73972,'12 months',0,0,28597,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73973,'3 months',0,0,28598,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73974,'6 months',0,0,28598,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73975,'12 months',0,0,28598,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73976,'1 month, depending on the environment',0,0,28599,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73977,'3 months, depending on the environment',0,0,28599,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73978,'6 months, depending on the environment',0,0,28599,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73979,'12 months, depending on the environment',0,0,28599,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(73980,'test',0,0,28600,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73981,'test',0,0,28600,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73982,'hot ducting extraction unit in a kitchen',0,0,28601,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73983,'display materials around the property',0,0,28601,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73984,'electrical fuse board in common hallway',0,0,28601,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73985,'chemicals - gas – paints',0,0,28601,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73986,'Rubbish piled up against a building',0,0,28602,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73987,'Electrical socket',0,0,28602,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73988,'Gas hob',0,0,28602,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73989,'Welding in a workshop',0,0,28602,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73990,'Plastic - foam - rubber',0,0,28603,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73991,'Solid concrete floor',0,0,28603,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73992,'Waste cardboard & paper rubbish',0,0,28603,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73993,'Oil & chemicals',0,0,28603,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73994,'Metal storage cabinet',0,0,28603,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73995,'Do nothing and leave it alone',0,0,28604,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73996,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28604,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73997,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28604,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73998,'Staff',0,0,28605,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(73999,'Visitors',0,0,28605,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74000,'Caretaker',0,0,28605,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74001,'Manager',0,0,28605,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74002,'Everyone',0,0,28605,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74003,'Customers',0,0,28606,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74004,'Chefs',0,0,28606,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74005,'Waiters',0,0,28606,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74006,'Delivery Driver',0,0,28606,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74007,'Everyone',0,0,28606,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74008,'Everyone',0,0,28607,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74009,'Care Workers',0,0,28607,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74010,'Residence',0,0,28607,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74011,'Site Manager',0,0,28607,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74012,'18.00hr to 5am',0,0,28608,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74013,'7am to 4pm',0,0,28608,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74014,'21.00 to 3am',0,0,28608,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74015,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28609,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74016,'just to know how many people work there',0,0,28609,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74017,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28610,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74018,'one fire warden can cover everyone all the time',0,0,28610,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74019,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28610,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74020,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28610,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74021,'it is extra paperwork to deal with in the business',0,0,28611,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74022,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28611,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74023,'the fire policy tells the employees what times to take a break and when to come back',0,0,28611,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74024,'they look good on the wall and make the business look professional',0,0,28612,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74025,'the manager said they are there just for the visitors that come into the office',0,0,28612,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74026,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28612,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74027,'The normal fire policy will cover this, so no further action is required',0,0,28613,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74028,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28613,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74029,'Add some extra disabled signs around the building, so people know they are there.',0,0,28613,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74030,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28614,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74031,'The fire warden needs to complete it so they can show the manager it is done',0,0,28614,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74032,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28615,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74033,'staff training is not important as we can all read signs in the office',0,0,28615,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74034,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28616,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74035,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28616,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74036,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28616,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74037,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28617,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74038,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28617,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74039,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28617,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74040,'one Eml at the main entrance is sufficient',0,0,28618,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74041,'one Eml on each landing level and one over the exit door',0,0,28618,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74042,'one Eml halfway up the stairs well',0,0,28618,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74043,'fire alarm system',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74044,'Em light system',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74045,'fire extinguishers',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74046,'AOV',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74047,'dry risers',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74048,'fire doors',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74049,'electrical systems',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74050,'portable appliances',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74051,'sprinkler systems',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74052,'trip hazards',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74053,'signage',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74054,'gas systems',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74055,'all of them were applicable',0,0,28619,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74056,'3 months',0,0,28620,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74057,'6 months',0,0,28620,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74058,'12 months',0,0,28620,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74059,'3 months',0,0,28621,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74060,'6 months',0,0,28621,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74061,'12 months',0,0,28621,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74062,'1 month',0,0,28622,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74063,'3 months',0,0,28622,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74064,'6 months',0,0,28622,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74065,'12 months',0,0,28622,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74066,'3 months',0,0,28623,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74067,'6 months',0,0,28623,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74068,'12 months',0,0,28623,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74069,'3 months',0,0,28624,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74070,'6 months',0,0,28624,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74071,'12 months',0,0,28624,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74072,'1 month, depending on the environment',0,0,28625,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74073,'3 months, depending on the environment',0,0,28625,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74074,'6 months, depending on the environment',0,0,28625,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74075,'12 months, depending on the environment',0,0,28625,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74076,'1 month or weekly, depending on the environment',0,0,28626,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74077,'3 months, depending on the environment',0,0,28626,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74078,'6 months, depending on the environment',0,0,28626,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74079,'12 months, depending on the environment',0,0,28626,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(74080,'test',0,0,28627,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74081,'test',0,0,28627,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74082,'hot ducting extraction unit in a kitchen',0,0,28628,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74083,'display materials around the property',0,0,28628,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74084,'electrical fuse board in common hallway',0,0,28628,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74085,'chemicals - gas – paints',0,0,28628,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74086,'Rubbish piled up against a building',0,0,28629,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74087,'Electrical socket',0,0,28629,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74088,'Gas hob',0,0,28629,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74089,'Welding in a workshop',0,0,28629,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74090,'Plastic - foam - rubber',0,0,28630,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74091,'Solid concrete floor',0,0,28630,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74092,'Waste cardboard & paper rubbish',0,0,28630,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74093,'Oil & chemicals',0,0,28630,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74094,'Metal storage cabinet',0,0,28630,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74095,'Do nothing and leave it alone',0,0,28631,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74096,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28631,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74097,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28631,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74098,'Staff',0,0,28632,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74099,'Visitors',0,0,28632,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74100,'Caretaker',0,0,28632,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74101,'Manager',0,0,28632,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74102,'Everyone',0,0,28632,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74103,'Customers',0,0,28633,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74104,'Chefs',0,0,28633,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74105,'Waiters',0,0,28633,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74106,'Delivery Driver',0,0,28633,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74107,'Everyone',0,0,28633,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74108,'Everyone',0,0,28634,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74109,'Care Workers',0,0,28634,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74110,'Residence',0,0,28634,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74111,'Site Manager',0,0,28634,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74112,'18.00hr to 5am',0,0,28635,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74113,'7am to 4pm',0,0,28635,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74114,'21.00 to 3am',0,0,28635,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74115,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28636,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74116,'just to know how many people work there',0,0,28636,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74117,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28637,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74118,'one fire warden can cover everyone all the time',0,0,28637,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74119,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28637,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74120,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28637,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74121,'it is extra paperwork to deal with in the business',0,0,28638,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74122,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28638,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74123,'the fire policy tells the employees what times to take a break and when to come back',0,0,28638,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74124,'they look good on the wall and make the business look professional',0,0,28639,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74125,'the manager said they are there just for the visitors that come into the office',0,0,28639,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74126,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28639,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74127,'The normal fire policy will cover this, so no further action is required',0,0,28640,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74128,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28640,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74129,'Add some extra disabled signs around the building, so people know they are there.',0,0,28640,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74130,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28641,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74131,'The fire warden needs to complete it so they can show the manager it is done',0,0,28641,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74132,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28642,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74133,'staff training is not important as we can all read signs in the office',0,0,28642,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74134,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28643,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74135,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28643,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74136,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28643,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74137,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28644,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74138,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28644,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74139,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28644,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74140,'one Eml at the main entrance is sufficient',0,0,28645,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74141,'one Eml on each landing level and one over the exit door',0,0,28645,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74142,'one Eml halfway up the stairs well',0,0,28645,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74143,'fire alarm system',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74144,'Em light system',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74145,'fire extinguishers',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74146,'AOV',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74147,'dry risers',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74148,'fire doors',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74149,'electrical systems',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74150,'portable appliances',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74151,'sprinkler systems',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74152,'trip hazards',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74153,'signage',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74154,'gas systems',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74155,'all of them were applicable',0,0,28646,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74156,'3 months',0,0,28647,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74157,'6 months',0,0,28647,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74158,'12 months',0,0,28647,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74159,'3 months',0,0,28648,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74160,'6 months',0,0,28648,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74161,'12 months',0,0,28648,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74162,'1 month',0,0,28649,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74163,'3 months',0,0,28649,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74164,'6 months',0,0,28649,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74165,'12 months',0,0,28649,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74166,'3 months',0,0,28650,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74167,'6 months',0,0,28650,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74168,'12 months',0,0,28650,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74169,'3 months',0,0,28651,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74170,'6 months',0,0,28651,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74171,'12 months',0,0,28651,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74172,'1 month, depending on the environment',0,0,28652,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74173,'3 months, depending on the environment',0,0,28652,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74174,'6 months, depending on the environment',0,0,28652,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74175,'12 months, depending on the environment',0,0,28652,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74176,'1 month or weekly, depending on the environment',0,0,28653,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74177,'3 months, depending on the environment',0,0,28653,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74178,'6 months, depending on the environment',0,0,28653,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74179,'12 months, depending on the environment',0,0,28653,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74180,'1 month',0,0,28654,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74181,'3 months',0,0,28654,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74182,'6 months',0,0,28654,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74183,'12 months',0,0,28654,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(74184,'test',0,0,28655,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74185,'test',0,0,28655,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74186,'hot ducting extraction unit in a kitchen',0,0,28656,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74187,'display materials around the property',0,0,28656,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74188,'electrical fuse board in common hallway',0,0,28656,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74189,'chemicals - gas – paints',0,0,28656,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74190,'Rubbish piled up against a building',0,0,28657,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74191,'Electrical socket',0,0,28657,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74192,'Gas hob',0,0,28657,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74193,'Welding in a workshop',0,0,28657,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74194,'Plastic - foam - rubber',0,0,28658,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74195,'Solid concrete floor',0,0,28658,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74196,'Waste cardboard & paper rubbish',0,0,28658,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74197,'Oil & chemicals',0,0,28658,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74198,'Metal storage cabinet',0,0,28658,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74199,'Do nothing and leave it alone',0,0,28659,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74200,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28659,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74201,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28659,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74202,'Staff',0,0,28660,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74203,'Visitors',0,0,28660,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74204,'Caretaker',0,0,28660,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74205,'Manager',0,0,28660,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74206,'Everyone',0,0,28660,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74207,'Customers',0,0,28661,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74208,'Chefs',0,0,28661,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74209,'Waiters',0,0,28661,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74210,'Delivery Driver',0,0,28661,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74211,'Everyone',0,0,28661,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74212,'Everyone',0,0,28662,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74213,'Care Workers',0,0,28662,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74214,'Residence',0,0,28662,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74215,'Site Manager',0,0,28662,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74216,'18.00hr to 5am',0,0,28663,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74217,'7am to 4pm',0,0,28663,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74218,'21.00 to 3am',0,0,28663,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74219,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28664,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74220,'just to know how many people work there',0,0,28664,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74221,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28665,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74222,'one fire warden can cover everyone all the time',0,0,28665,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74223,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28665,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74224,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28665,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74225,'it is extra paperwork to deal with in the business',0,0,28666,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74226,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28666,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74227,'the fire policy tells the employees what times to take a break and when to come back',0,0,28666,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74228,'they look good on the wall and make the business look professional',0,0,28667,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74229,'the manager said they are there just for the visitors that come into the office',0,0,28667,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74230,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28667,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74231,'The normal fire policy will cover this, so no further action is required',0,0,28668,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74232,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28668,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74233,'Add some extra disabled signs around the building, so people know they are there.',0,0,28668,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74234,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28669,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74235,'The fire warden needs to complete it so they can show the manager it is done',0,0,28669,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74236,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28670,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74237,'staff training is not important as we can all read signs in the office',0,0,28670,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74238,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28671,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74239,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28671,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74240,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28671,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74241,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28672,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74242,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28672,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74243,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28672,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74244,'one Eml at the main entrance is sufficient',0,0,28673,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74245,'one Eml on each landing level and one over the exit door',0,0,28673,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74246,'one Eml halfway up the stairs well',0,0,28673,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74247,'fire alarm system',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74248,'Em light system',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74249,'fire extinguishers',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74250,'AOV',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74251,'dry risers',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74252,'fire doors',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74253,'electrical systems',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74254,'portable appliances',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74255,'sprinkler systems',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74256,'trip hazards',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74257,'signage',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74258,'gas systems',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74259,'all of them were applicable',0,0,28674,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74260,'3 months',0,0,28675,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74261,'6 months',0,0,28675,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74262,'12 months',0,0,28675,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74263,'3 months',0,0,28676,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74264,'6 months',0,0,28676,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74265,'12 months',0,0,28676,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74266,'1 month',0,0,28677,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74267,'3 months',0,0,28677,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74268,'6 months',0,0,28677,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74269,'12 months',0,0,28677,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74270,'3 months',0,0,28678,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74271,'6 months',0,0,28678,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74272,'12 months',0,0,28678,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74273,'3 months',0,0,28679,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74274,'6 months',0,0,28679,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74275,'12 months',0,0,28679,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74276,'1 month, depending on the environment',0,0,28680,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74277,'3 months, depending on the environment',0,0,28680,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74278,'6 months, depending on the environment',0,0,28680,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74279,'12 months, depending on the environment',0,0,28680,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74280,'1 month or weekly, depending on the environment',0,0,28681,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74281,'3 months, depending on the environment',0,0,28681,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74282,'6 months, depending on the environment',0,0,28681,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74283,'12 months, depending on the environment',0,0,28681,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74284,'1 month',0,0,28682,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74285,'3 months',0,0,28682,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74286,'6 months',0,0,28682,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74287,'12 months',0,0,28682,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74288,'Choice 1',0,0,28683,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74289,'Choice 2',0,0,28683,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74290,'Choice 3',0,0,28683,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(74291,'test',0,0,28684,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74292,'test',0,0,28684,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74293,'hot ducting extraction unit in a kitchen',0,0,28685,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74294,'display materials around the property',0,0,28685,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74295,'electrical fuse board in common hallway',0,0,28685,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74296,'chemicals - gas – paints',0,0,28685,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74297,'Rubbish piled up against a building',0,0,28686,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74298,'Electrical socket',0,0,28686,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74299,'Gas hob',0,0,28686,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74300,'Welding in a workshop',0,0,28686,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74301,'Plastic - foam - rubber',0,0,28687,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74302,'Solid concrete floor',0,0,28687,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74303,'Waste cardboard & paper rubbish',0,0,28687,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74304,'Oil & chemicals',0,0,28687,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74305,'Metal storage cabinet',0,0,28687,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74306,'Do nothing and leave it alone',0,0,28688,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74307,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28688,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74308,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28688,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74309,'Staff',0,0,28689,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74310,'Visitors',0,0,28689,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74311,'Caretaker',0,0,28689,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74312,'Manager',0,0,28689,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74313,'Everyone',0,0,28689,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74314,'Customers',0,0,28690,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74315,'Chefs',0,0,28690,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74316,'Waiters',0,0,28690,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74317,'Delivery Driver',0,0,28690,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74318,'Everyone',0,0,28690,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74319,'Everyone',0,0,28691,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74320,'Care Workers',0,0,28691,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74321,'Residence',0,0,28691,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74322,'Site Manager',0,0,28691,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74323,'18.00hr to 5am',0,0,28692,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74324,'7am to 4pm',0,0,28692,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74325,'21.00 to 3am',0,0,28692,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74326,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28693,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74327,'just to know how many people work there',0,0,28693,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74328,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28694,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74329,'one fire warden can cover everyone all the time',0,0,28694,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74330,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28694,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74331,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28694,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74332,'it is extra paperwork to deal with in the business',0,0,28695,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74333,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28695,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74334,'the fire policy tells the employees what times to take a break and when to come back',0,0,28695,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74335,'they look good on the wall and make the business look professional',0,0,28696,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74336,'the manager said they are there just for the visitors that come into the office',0,0,28696,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74337,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28696,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74338,'The normal fire policy will cover this, so no further action is required',0,0,28697,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74339,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28697,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74340,'Add some extra disabled signs around the building, so people know they are there.',0,0,28697,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74341,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28698,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74342,'The fire warden needs to complete it so they can show the manager it is done',0,0,28698,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74343,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28699,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74344,'staff training is not important as we can all read signs in the office',0,0,28699,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74345,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28700,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74346,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28700,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74347,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28700,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74348,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28701,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74349,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28701,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74350,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28701,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74351,'one Eml at the main entrance is sufficient',0,0,28702,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74352,'one Eml on each landing level and one over the exit door',0,0,28702,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74353,'one Eml halfway up the stairs well',0,0,28702,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74354,'fire alarm system',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74355,'Em light system',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74356,'fire extinguishers',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74357,'AOV',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74358,'dry risers',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74359,'fire doors',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74360,'electrical systems',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74361,'portable appliances',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74362,'sprinkler systems',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74363,'trip hazards',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74364,'signage',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74365,'gas systems',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74366,'all of them were applicable',0,0,28703,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74367,'3 months',0,0,28704,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74368,'6 months',0,0,28704,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74369,'12 months',0,0,28704,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74370,'3 months',0,0,28705,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74371,'6 months',0,0,28705,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74372,'12 months',0,0,28705,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74373,'1 month',0,0,28706,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74374,'3 months',0,0,28706,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74375,'6 months',0,0,28706,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74376,'12 months',0,0,28706,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74377,'3 months',0,0,28707,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74378,'6 months',0,0,28707,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74379,'12 months',0,0,28707,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74380,'3 months',0,0,28708,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74381,'6 months',0,0,28708,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74382,'12 months',0,0,28708,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74383,'1 month, depending on the environment',0,0,28709,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74384,'3 months, depending on the environment',0,0,28709,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74385,'6 months, depending on the environment',0,0,28709,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74386,'12 months, depending on the environment',0,0,28709,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74387,'1 month or weekly, depending on the environment',0,0,28710,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74388,'3 months, depending on the environment',0,0,28710,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74389,'6 months, depending on the environment',0,0,28710,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74390,'12 months, depending on the environment',0,0,28710,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74391,'1 month',0,0,28711,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74392,'3 months',0,0,28711,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74393,'6 months',0,0,28711,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74394,'12 months',0,0,28711,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(74395,'test',0,0,28712,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74396,'test',0,0,28712,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74397,'Staff',0,0,28713,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74398,'Visitors',0,0,28713,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74399,'Caretaker',0,0,28713,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74400,'Manager',0,0,28713,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74401,'Everyone',0,0,28713,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74402,'Customers',0,0,28714,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74403,'Chefs',0,0,28714,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74404,'Waiters',0,0,28714,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74405,'Delivery Driver',0,0,28714,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74406,'Everyone',0,0,28714,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74407,'Everyone',0,0,28715,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74408,'Care Workers',0,0,28715,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74409,'Residence',0,0,28715,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74410,'Site Manager',0,0,28715,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74411,'18.00hr to 5am',0,0,28716,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74412,'7am to 4pm',0,0,28716,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74413,'21.00 to 3am',0,0,28716,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74414,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,28717,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74415,'just to know how many people work there',0,0,28717,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74416,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,28718,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74417,'one fire warden can cover everyone all the time',0,0,28718,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74418,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,28718,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74419,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,28718,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74420,'it is extra paperwork to deal with in the business',0,0,28719,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74421,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,28719,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74422,'the fire policy tells the employees what times to take a break and when to come back',0,0,28719,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74423,'they look good on the wall and make the business look professional',0,0,28720,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74424,'the manager said they are there just for the visitors that come into the office',0,0,28720,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74425,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,28720,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74426,'The normal fire policy will cover this, so no further action is required',0,0,28721,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74427,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,28721,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74428,'Add some extra disabled signs around the building, so people know they are there.',0,0,28721,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74429,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,28722,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74430,'The fire warden needs to complete it so they can show the manager it is done',0,0,28722,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74431,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,28723,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74432,'staff training is not important as we can all read signs in the office',0,0,28723,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74433,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,28724,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74434,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28724,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74435,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28724,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74436,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,28725,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74437,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,28725,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74438,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,28725,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74439,'one Eml at the main entrance is sufficient',0,0,28726,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74440,'one Eml on each landing level and one over the exit door',0,0,28726,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74441,'one Eml halfway up the stairs well',0,0,28726,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74442,'fire alarm system',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74443,'Em light system',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74444,'fire extinguishers',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74445,'AOV',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74446,'dry risers',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74447,'fire doors',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74448,'electrical systems',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74449,'portable appliances',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74450,'sprinkler systems',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74451,'trip hazards',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74452,'signage',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74453,'gas systems',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74454,'all of them were applicable',0,0,28727,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74455,'3 months',0,0,28728,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74456,'6 months',0,0,28728,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74457,'12 months',0,0,28728,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74458,'3 months',0,0,28729,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74459,'6 months',0,0,28729,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74460,'12 months',0,0,28729,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74461,'1 month',0,0,28730,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74462,'3 months',0,0,28730,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74463,'6 months',0,0,28730,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74464,'12 months',0,0,28730,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74465,'3 months',0,0,28731,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74466,'6 months',0,0,28731,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74467,'12 months',0,0,28731,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74468,'3 months',0,0,28732,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74469,'6 months',0,0,28732,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74470,'12 months',0,0,28732,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74471,'1 month, depending on the environment',0,0,28733,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74472,'3 months, depending on the environment',0,0,28733,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74473,'6 months, depending on the environment',0,0,28733,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74474,'12 months, depending on the environment',0,0,28733,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74475,'1 month or weekly, depending on the environment',0,0,28734,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74476,'3 months, depending on the environment',0,0,28734,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74477,'6 months, depending on the environment',0,0,28734,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74478,'12 months, depending on the environment',0,0,28734,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74479,'1 month',0,0,28735,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74480,'3 months',0,0,28735,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74481,'6 months',0,0,28735,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74482,'12 months',0,0,28735,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74483,'hot ducting extraction unit in a kitchen',0,0,28736,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74484,'display materials around the property',0,0,28736,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74485,'electrical fuse board in common hallway',0,0,28736,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74486,'chemicals - gas – paints',0,0,28736,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74487,'Rubbish piled up against a building',0,0,28737,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74488,'Electrical socket',0,0,28737,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74489,'Gas hob',0,0,28737,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74490,'Welding in a workshop',0,0,28737,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74491,'Plastic - foam - rubber',0,0,28738,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74492,'Solid concrete floor',0,0,28738,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74493,'Waste cardboard & paper rubbish',0,0,28738,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74494,'Oil & chemicals',0,0,28738,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74495,'Metal storage cabinet',0,0,28738,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74496,'Do nothing and leave it alone',0,0,28739,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74497,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,28739,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74498,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,28739,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(74499,'Yes',0,0,28741,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74500,'Yes',2,0,28741,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74501,'No',5,0,28741,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74502,'N/A',0,0,28741,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74503,'Other',20,0,28741,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74504,'Yes',0,0,28743,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74505,'Yes',2,0,28743,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74506,'No',5,0,28743,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74507,'N/A',0,0,28743,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74508,'Other',20,0,28743,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74509,'Yes',0,0,28744,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74510,'No',4,0,28744,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74511,'N/A',0,0,28744,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74512,'Other',20,0,28744,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74513,'Yes',0,0,28746,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74514,'No',5,0,28746,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74515,'N/A',0,0,28746,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74516,'Other',20,0,28746,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74517,'Yes',0,0,28748,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74518,'No',4,0,28748,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74519,'N/A',0,0,28748,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74520,'Other',20,0,28748,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74521,'Yes',0,0,28750,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74522,'No',5,0,28750,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74523,'N/A',0,0,28750,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74524,'Other',20,0,28750,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74525,'Yes',0,0,28752,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74526,'No',5,0,28752,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74527,'N/A',0,0,28752,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74528,'Other',20,0,28752,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74529,'Yes',0,0,28754,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74530,'No',7,0,28754,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74531,'N/A',0,0,28754,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74532,'Other',20,0,28754,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74533,'Yes',2,0,28755,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74534,'No',6,0,28755,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74535,'No',0,0,28755,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74536,'N/A',0,0,28755,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74537,'Yes',0,0,28756,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74538,'No',6,0,28756,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74539,'NA',0,0,28756,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74540,'Other',20,0,28756,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74541,'Yes',0,0,28757,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74542,'Yes',0,0,28757,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74543,'NA',0,0,28757,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74544,'Other',20,0,28757,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74545,'Yes',1,0,28758,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74546,'No',0,0,28758,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74547,'Other',20,0,28758,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74548,'Yes',0,0,28759,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74549,'No',9,0,28759,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74550,'NA',0,0,28759,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74551,'Other',20,0,28759,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74552,'Yes',0,0,28760,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74553,'No',7,0,28760,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74554,'NA',0,0,28760,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74555,'Other',20,0,28760,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74556,'Yes',0,0,28761,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74557,'No',6,0,28761,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74558,'NA',0,0,28761,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74559,'Other',20,0,28761,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74560,'Yes',0,0,28762,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74561,'No',6,0,28762,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74562,'NA',0,0,28762,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74563,'Other',20,0,28762,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74564,'Yes',0,0,28763,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74565,'No',4,0,28763,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74566,'No',7,0,28763,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74567,'N/A',0,0,28763,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74568,'Other',20,0,28763,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74569,'Yes',0,0,28764,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74570,'No',8,0,28764,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74571,'NA',0,0,28764,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74572,'Other',20,0,28764,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74573,'Yes',3,0,28765,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74574,'Yes',4,0,28765,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74575,'Yes',5,0,28765,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74576,'Other',20,0,28765,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74577,'Yes',1,0,28766,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74578,'Yes',0,0,28766,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74579,'No',5,0,28766,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74580,'Other',20,0,28766,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74581,'Yes',0,0,28767,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74582,'No',5,0,28767,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74583,'NA',5,0,28767,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74584,'Other',20,0,28767,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74585,'Yes',0,0,28768,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74586,'No',5,0,28768,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74587,'N/A',0,0,28768,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74588,'Other',20,0,28768,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74589,'Yes',0,0,28769,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74590,'No',5,0,28769,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74591,'Other',20,0,28769,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74592,'N/A',0,0,28769,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74593,'Yes',0,0,28770,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74594,'No',5,0,28770,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74595,'NA',0,0,28770,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74596,'Other',20,0,28770,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74597,'Yes',0,0,28771,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74598,'No',5,0,28771,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74599,'NA',0,0,28771,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74600,'Other',20,0,28771,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74601,'Yes',0,0,28772,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74602,'No',5,0,28772,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74603,'NA',0,0,28772,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74604,'Other',20,0,28772,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74605,'Yes',0,0,28773,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74606,'No',5,0,28773,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74607,'Other',20,0,28773,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74608,'N/A',0,0,28773,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74609,'Yes',0,0,28774,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74610,'Yes',0,0,28774,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74611,'No',5,0,28774,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74612,'N/A',0,0,28774,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74613,'Other',20,0,28774,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74614,'Fan Heaters',4,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74615,'Electric Heaters',4,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74616,'Gas Heater',5,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74617,'Other Boilers',2,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74618,'Electrical Equipment',3,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74619,'Electrical Leads',3,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74620,'Portable Equipment',3,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74621,'Portable Lighting',2,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74622,'Cooking kitchen Equipment',6,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74623,'Other',20,0,28775,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74624,'Wood/Paper/Cardboard etc',3,0,28777,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74625,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,28777,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74626,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,28777,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74627,'Waste Material Controlled -in locked wheely bin or store',2,0,28777,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74628,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,28777,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74629,'Other',20,0,28777,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74630,'Director',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74631,'Owner Landlord',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74632,'Site Maitenance',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74633,'Estate Agent',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74634,'Letting Agent',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74635,'Other',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74636,'Director',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74637,'CEO',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74638,'Other',0,0,28786,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74639,'Nebosh',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74640,'Level 2 Fire Risk Assessor',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74641,'Competant Person',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74642,'Property Manager',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74643,'Construction Manager',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74644,'Fire Warden',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74645,'Director',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74646,'CEO',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74647,'Other',0,0,28787,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74648,'Property Agent',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74649,'Owner Landlord',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74650,'Site Manager',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74651,'Property Manager',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74652,'Construction Manager',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74653,'Fire Warden',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74654,'Director',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74655,'CEO',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74656,'Other',0,0,28788,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74657,'A Property Within Building Block',0,0,28789,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74658,'All Of The Property',0,0,28789,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74659,'Communal Areas Only',0,0,28789,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74660,'House',0,0,28789,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74661,'Flat',0,0,28789,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74662,'Other',0,0,28789,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74663,'Yes, they are in good condition & positioned correctly.',0,0,28795,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74664,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,28795,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74665,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,28795,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74666,'Other',20,0,28795,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74667,'N/A',0,0,28795,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74668,'Yes',0,0,28797,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74669,'No 1',5,0,28797,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74670,'No 2',5,0,28797,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74671,'Yes',0,0,28798,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74672,'Option',5,0,28798,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74673,'No',8,0,28798,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74674,'N/A',0,0,28798,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74675,'Other',20,0,28798,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74676,'Yes 1',1,0,28800,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74677,'Yes 2',0,0,28800,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74678,'No',7,0,28800,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74679,'N/A',0,0,28800,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74680,'Other',20,0,28800,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74681,'Yes',0,0,28802,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74682,'No',8,0,28802,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74683,'Other',20,0,28802,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74684,'N/A',0,0,28802,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74685,'Yes',0,0,28803,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74686,'No',8,0,28803,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74687,'Other',20,0,28803,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74688,'N/A',0,0,28803,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74689,'Yes',0,0,28804,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74690,'No',8,0,28804,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74691,'Other',20,0,28804,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74692,'N/A',0,0,28804,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74693,'Yes',0,0,28806,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74694,'No',8,0,28806,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74695,'Other',20,0,28806,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74696,'N/A',0,0,28806,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74697,'Yes',0,0,28807,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74698,'No',6,0,28807,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74699,'Other',20,0,28807,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74700,'N/A',0,0,28807,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74701,'Detached',1,0,28809,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74702,'Semi Detached',2,0,28809,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74703,'Terraced',3,0,28809,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74704,'Linked-Detached',1,0,28809,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74705,'Other',20,0,28809,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74706,'House',1,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74707,'Bungalow',1,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74708,'Maisonette',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74709,'Block of Flats - Studios up to 6 Floor Levels',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74710,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74711,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74712,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74713,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74714,'Underground Property',1,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74715,'Factory/ Warehouse',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74716,'Garage/ Workshop',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74717,'Retail Shop',2,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74718,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74719,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74720,'Other',20,0,28810,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74721,'NA',0,0,28816,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74722,'Number of staircase',2,0,28816,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74723,'NA',0,0,28817,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74724,'Number os staircases',2,0,28817,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74725,'25%',1,0,28828,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74726,'50%',1,0,28828,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74727,'75%',1,0,28828,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74728,'100%',1,0,28828,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74729,'Other',20,0,28828,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74730,'Yes',1,0,28830,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74731,'No',3,0,28830,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74732,'Unknown',3,0,28830,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74733,'Stone',0,0,28830,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74734,'Other',20,0,28830,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74735,'Yes',1,0,28831,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74736,'No',5,0,28831,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74737,'Unknown',5,0,28831,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74738,'Stone',0,0,28831,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74739,'Other',20,0,28831,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74740,'Wood',2,0,28832,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74741,'Plastics',1,0,28832,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74742,'Aluminium',0,0,28832,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74743,'Stone',0,0,28832,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74744,'Other',20,0,28832,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74745,'0%',0,0,28834,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74746,'25%',1,0,28834,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74747,'50%',1,0,28834,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74748,'75%',1,0,28834,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74749,'100%',1,0,28834,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74750,'0%',0,0,28835,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74751,'25%',2,0,28835,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74752,'50%',2,0,28835,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74753,'75%',2,0,28835,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74754,'100%',2,0,28835,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74755,'0%',0,0,28836,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74756,'25%',1,0,28836,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74757,'50%',1,0,28836,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74758,'75%',1,0,28836,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74759,'100%',1,0,28836,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74760,'Solid concrete all levels',0,0,28837,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74761,'Timber joists all levels',3,0,28837,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74762,'Concrete lowest floor – Timber above higher levels',3,0,28837,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74763,'Other',20,0,28837,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74764,'100%',1,0,28837,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74765,'Yes',1,0,28840,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74766,'No',6,0,28840,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74767,'Yes',2,0,28842,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74768,'No',8,0,28842,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74769,'Yes',1,0,28844,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74770,'No',6,0,28844,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74771,'Yes',1,0,28846,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74772,'No',6,0,28846,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74773,'Yes',1,0,28848,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74774,'No',6,0,28848,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74775,'Yes',1,0,28852,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74776,'No',3,0,28852,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74777,'Yes',1,0,28854,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74778,'No',3,0,28854,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74779,'Yes',1,0,28856,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74780,'No',3,0,28856,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74781,'Very Good',1,0,28858,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74782,'Good',1,0,28858,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74783,'Fair',1,0,28858,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74784,'Poor',2,0,28858,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74785,'Very Poor',2,0,28858,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74786,'0%',1,0,28869,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74787,'1% - 25%',1,0,28869,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74788,'26% - 50%',1,0,28869,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74789,'51% - 75%',1,0,28869,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74790,'76% - 100%',1,0,28869,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74791,'0%',1,0,28870,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74792,'1% - 25%',1,0,28870,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74793,'26% - 50%',1,0,28870,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74794,'51% - 75%',1,0,28870,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74795,'76% - 100%',1,0,28870,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74796,'0%',1,0,28871,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74797,'1% - 25%',1,0,28871,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74798,'26% - 50%',1,0,28871,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74799,'51% - 75%',1,0,28871,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74800,'76% - 100%',1,0,28871,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74801,'Employees',2,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74802,'Sub-Contractors',3,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74803,'Young Persons',4,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74804,'Visitors',4,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74805,'The General Public (Customers)',4,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74806,'Disabled or Special needs People less able to leave the premises quickly',7,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74807,'Occupants in Remote Areas',6,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74808,'Sleeping Occupants',7,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74809,'Neighbouring Premises',2,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74810,'Tenants / Owners',3,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74811,'Animals / Livestock',2,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74812,'Other',0,0,28873,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74813,'9:00 - 17:00',0,0,28876,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74814,'17:00 - 24:00',0,0,28876,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74815,'24:00 - 9:00',0,0,28876,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74816,'9:00 - 17:00',0,0,28877,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74817,'17:00 - 24:00',0,0,28877,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74818,'24:00 - 9:00',0,0,28877,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74819,'9:00 - 17:00',0,0,28878,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74820,'17:00 - 24:00',0,0,28878,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74821,'24:00 - 9:00',0,0,28878,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74822,'9:00 - 17:00',0,0,28879,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74823,'17:00 - 24:00',0,0,28879,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74824,'24:00 - 9:00',0,0,28879,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74825,'9:00 - 17:00',0,0,28880,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74826,'17:00 - 24:00',0,0,28880,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74827,'24:00 - 9:00',0,0,28880,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74828,'9:00 - 17:00',0,0,28881,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74829,'17:00 - 24:00',0,0,28881,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74830,'24:00 - 9:00',0,0,28881,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74831,'9:00 - 17:00',0,0,28882,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74832,'17:00 - 24:00',0,0,28882,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74833,'24:00 - 9:00',0,0,28882,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74834,'Below 20',1,0,28883,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74835,'20-49',2,0,28883,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74836,'50-99',2,0,28883,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74837,'100-499',3,0,28883,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74838,'500-999',4,0,28883,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74839,'1000',5,0,28883,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74840,'Single Stage Evacuation',0,0,28884,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74841,'Staged Evacuation',0,0,28884,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74842,'Simultaneous Evacuation',0,0,28884,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74843,'Phased Evacuation',0,0,28884,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74844,'Staff Alarm Only',0,0,28884,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74845,'Stay Put Policy',0,0,28884,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74846,'Yes',0,0,28885,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74847,'No',2,0,28885,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74848,'Other',20,0,28885,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74849,'N/A',0,0,28885,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74850,'Yes',0,0,28886,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74851,'No',2,0,28886,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74852,'Other',20,0,28886,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74853,'N/A',0,0,28886,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74854,'Yes',0,0,28887,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74855,'No',2,0,28887,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74856,'Other',20,0,28887,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74857,'N/A',0,0,28887,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74858,'Yes',0,0,28889,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74859,'No',2,0,28889,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74860,'Other',20,0,28889,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74861,'N/A',0,0,28889,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74862,'Yes',0,0,28891,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74863,'No',2,0,28891,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74864,'Other',20,0,28891,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74865,'N/A',0,0,28891,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74866,'Yes',0,0,28892,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74867,'No',2,0,28892,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74868,'Other',20,0,28892,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74869,'N/A',0,0,28892,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74870,'Yes',0,0,28893,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74871,'No',3,0,28893,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74872,'Other',20,0,28893,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74873,'N/A',0,0,28893,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74874,'Yes',0,0,28895,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74875,'No',3,0,28895,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74876,'Other',20,0,28895,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74877,'N/A',0,0,28895,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74878,'Yes',0,0,28896,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74879,'No',4,0,28896,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74880,'No Disabled',0,0,28896,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74881,'Other',20,0,28896,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74882,'N/A',0,0,28896,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74883,'Yes',0,0,28897,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74884,'No',4,0,28897,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74885,'Other',20,0,28897,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74886,'N/A',0,0,28897,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74887,'Yes',0,0,28898,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74888,'No',3,0,28898,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74889,'Other',20,0,28898,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74890,'N/A',0,0,28898,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74891,'Yes',0,0,28899,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74892,'No',4,0,28899,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74893,'Other',20,0,28899,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74894,'N/A',0,0,28899,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74895,'Yes',0,0,28900,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74896,'No',4,0,28900,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74897,'Other',20,0,28900,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74898,'N/A',0,0,28900,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74899,'Yes',0,0,28901,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74900,'No',5,0,28901,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74901,'Other',20,0,28901,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74902,'N/A',0,0,28901,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74903,'Yes',0,0,28902,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74904,'Yes',3,0,28902,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74905,'No',6,0,28902,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74906,'Other',20,0,28902,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74907,'N/A',0,0,28902,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74908,'Yes',0,0,28903,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74909,'No',5,0,28903,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74910,'Other',20,0,28903,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74911,'N/A',0,0,28903,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(74912,'Yes',0,0,28906,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74913,'Yes',2,0,28906,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74914,'No',5,0,28906,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74915,'N/A',0,0,28906,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74916,'Other',20,0,28906,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74917,'Yes',0,0,28908,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74918,'Yes',2,0,28908,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74919,'No',5,0,28908,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74920,'N/A',0,0,28908,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74921,'Other',20,0,28908,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74922,'Yes',0,0,28909,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74923,'No',4,0,28909,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74924,'N/A',0,0,28909,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74925,'Other',20,0,28909,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74926,'Yes',0,0,28911,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74927,'No',5,0,28911,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74928,'N/A',0,0,28911,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74929,'Other',20,0,28911,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74930,'Yes',0,0,28913,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74931,'No',4,0,28913,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74932,'N/A',0,0,28913,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74933,'Other',20,0,28913,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74934,'Yes',0,0,28915,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74935,'No',5,0,28915,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74936,'N/A',0,0,28915,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74937,'Other',20,0,28915,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74938,'Yes',0,0,28917,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74939,'No',5,0,28917,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74940,'N/A',0,0,28917,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74941,'Other',20,0,28917,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74942,'Yes',0,0,28919,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74943,'No',7,0,28919,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74944,'N/A',0,0,28919,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74945,'Other',20,0,28919,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74946,'Yes',2,0,28920,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74947,'No',6,0,28920,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74948,'No',0,0,28920,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74949,'N/A',0,0,28920,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74950,'Yes',0,0,28921,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74951,'No',6,0,28921,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74952,'NA',0,0,28921,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74953,'Other',20,0,28921,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74954,'Yes',0,0,28922,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74955,'Yes',0,0,28922,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74956,'NA',0,0,28922,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74957,'Other',20,0,28922,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74958,'Yes',1,0,28923,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74959,'No',0,0,28923,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74960,'Other',20,0,28923,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74961,'Yes',0,0,28924,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74962,'No',9,0,28924,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74963,'NA',0,0,28924,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74964,'Other',20,0,28924,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74965,'Yes',0,0,28925,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74966,'No',7,0,28925,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74967,'NA',0,0,28925,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74968,'Other',20,0,28925,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74969,'Yes',0,0,28926,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74970,'No',6,0,28926,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74971,'NA',0,0,28926,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74972,'Other',20,0,28926,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74973,'Yes',0,0,28927,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74974,'No',6,0,28927,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74975,'NA',0,0,28927,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74976,'Other',20,0,28927,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74977,'Yes',0,0,28928,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74978,'No',4,0,28928,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74979,'No',7,0,28928,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74980,'N/A',0,0,28928,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74981,'Other',20,0,28928,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74982,'Yes',0,0,28929,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74983,'No',8,0,28929,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74984,'NA',0,0,28929,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74985,'Other',20,0,28929,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74986,'Yes',3,0,28930,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74987,'Yes',4,0,28930,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74988,'Yes',5,0,28930,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74989,'Other',20,0,28930,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74990,'Yes',1,0,28931,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74991,'Yes',0,0,28931,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74992,'No',5,0,28931,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74993,'Other',20,0,28931,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74994,'Yes',0,0,28932,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74995,'No',5,0,28932,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74996,'NA',5,0,28932,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74997,'Other',20,0,28932,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74998,'Yes',0,0,28933,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(74999,'No',5,0,28933,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75000,'N/A',0,0,28933,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75001,'Other',20,0,28933,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75002,'Yes',0,0,28934,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75003,'No',5,0,28934,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75004,'Other',20,0,28934,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75005,'N/A',0,0,28934,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75006,'Yes',0,0,28935,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75007,'No',5,0,28935,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75008,'NA',0,0,28935,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75009,'Other',20,0,28935,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75010,'Yes',0,0,28936,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75011,'No',5,0,28936,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75012,'NA',0,0,28936,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75013,'Other',20,0,28936,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75014,'Yes',0,0,28937,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75015,'No',5,0,28937,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75016,'NA',0,0,28937,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75017,'Other',20,0,28937,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75018,'Yes',0,0,28938,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75019,'No',5,0,28938,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75020,'Other',20,0,28938,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75021,'N/A',0,0,28938,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75022,'Yes',0,0,28939,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75023,'Yes',0,0,28939,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75024,'No',5,0,28939,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75025,'N/A',0,0,28939,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75026,'Other',20,0,28939,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75027,'Director',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75028,'Owner Landlord',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75029,'Site Maitenance',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75030,'Estate Agent',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75031,'Letting Agent',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75032,'Other',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75033,'Director',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75034,'CEO',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75035,'Other',0,0,28947,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75036,'Nebosh',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75037,'Level 2 Fire Risk Assessor',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75038,'Competant Person',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75039,'Property Manager',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75040,'Construction Manager',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75041,'Fire Warden',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75042,'Director',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75043,'CEO',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75044,'Other',0,0,28948,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75045,'Property Agent',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75046,'Owner Landlord',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75047,'Site Manager',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75048,'Property Manager',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75049,'Construction Manager',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75050,'Fire Warden',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75051,'Director',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75052,'CEO',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75053,'Other',0,0,28949,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75054,'A Property Within Building Block',0,0,28950,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75055,'All Of The Property',0,0,28950,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75056,'Communal Areas Only',0,0,28950,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75057,'House',0,0,28950,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75058,'Flat',0,0,28950,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75059,'Other',0,0,28950,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75060,'Yes, they are in good condition & positioned correctly.',0,0,28956,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75061,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,28956,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75062,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,28956,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75063,'Other',20,0,28956,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75064,'N/A',0,0,28956,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75065,'Yes',0,0,28958,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75066,'No 1',5,0,28958,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75067,'No 2',5,0,28958,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75068,'Yes',0,0,28959,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75069,'Option',5,0,28959,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75070,'No',8,0,28959,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75071,'N/A',0,0,28959,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75072,'Other',20,0,28959,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75073,'Yes 1',1,0,28961,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75074,'Yes 2',0,0,28961,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75075,'No',7,0,28961,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75076,'N/A',0,0,28961,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75077,'Other',20,0,28961,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75078,'Yes',0,0,28963,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75079,'No',8,0,28963,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75080,'Other',20,0,28963,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75081,'N/A',0,0,28963,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75082,'Yes',0,0,28964,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75083,'No',8,0,28964,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75084,'Other',20,0,28964,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75085,'N/A',0,0,28964,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75086,'Yes',0,0,28965,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75087,'No',8,0,28965,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75088,'Other',20,0,28965,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75089,'N/A',0,0,28965,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75090,'Yes',0,0,28967,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75091,'No',8,0,28967,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75092,'Other',20,0,28967,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75093,'N/A',0,0,28967,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75094,'Yes',0,0,28968,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75095,'No',6,0,28968,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75096,'Other',20,0,28968,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75097,'N/A',0,0,28968,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75098,'Detached',1,0,28970,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75099,'Semi Detached',2,0,28970,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75100,'Terraced',3,0,28970,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75101,'Linked-Detached',1,0,28970,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75102,'Other',20,0,28970,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75103,'House',1,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75104,'Bungalow',1,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75105,'Maisonette',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75106,'Block of Flats - Studios up to 6 Floor Levels',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75107,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75108,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75109,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75110,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75111,'Underground Property',1,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75112,'Factory/ Warehouse',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75113,'Garage/ Workshop',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75114,'Retail Shop',2,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75115,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75116,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75117,'Other',20,0,28971,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75118,'NA',0,0,28977,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75119,'Number of staircase',2,0,28977,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75120,'NA',0,0,28978,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75121,'Number os staircases',2,0,28978,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75122,'25%',1,0,28989,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75123,'50%',1,0,28989,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75124,'75%',1,0,28989,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75125,'100%',1,0,28989,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75126,'Other',20,0,28989,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75127,'Yes',1,0,28991,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75128,'No',3,0,28991,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75129,'Unknown',3,0,28991,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75130,'Stone',0,0,28991,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75131,'Other',20,0,28991,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75132,'Yes',1,0,28992,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75133,'No',5,0,28992,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75134,'Unknown',5,0,28992,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75135,'Stone',0,0,28992,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75136,'Other',20,0,28992,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75137,'Wood',2,0,28993,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75138,'Plastics',1,0,28993,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75139,'Aluminium',0,0,28993,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75140,'Stone',0,0,28993,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75141,'Other',20,0,28993,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75142,'0%',0,0,28995,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75143,'25%',1,0,28995,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75144,'50%',1,0,28995,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75145,'75%',1,0,28995,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75146,'100%',1,0,28995,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75147,'0%',0,0,28996,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75148,'25%',2,0,28996,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75149,'50%',2,0,28996,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75150,'75%',2,0,28996,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75151,'100%',2,0,28996,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75152,'0%',0,0,28997,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75153,'25%',1,0,28997,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75154,'50%',1,0,28997,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75155,'75%',1,0,28997,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75156,'100%',1,0,28997,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75157,'Solid concrete all levels',0,0,28998,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75158,'Timber joists all levels',3,0,28998,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75159,'Concrete lowest floor – Timber above higher levels',3,0,28998,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75160,'Other',20,0,28998,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75161,'100%',1,0,28998,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75162,'Yes',1,0,29001,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75163,'No',6,0,29001,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75164,'Yes',2,0,29003,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75165,'No',8,0,29003,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(75166,'Yes',1,0,29005,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75167,'No',6,0,29005,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75168,'Yes',1,0,29007,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75169,'No',6,0,29007,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75170,'Yes',1,0,29009,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75171,'No',6,0,29009,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75172,'Yes',1,0,29013,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75173,'No',3,0,29013,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75174,'Yes',1,0,29015,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75175,'No',3,0,29015,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75176,'Yes',1,0,29017,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75177,'No',3,0,29017,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75178,'Very Good',1,0,29019,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75179,'Good',1,0,29019,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75180,'Fair',1,0,29019,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75181,'Poor',2,0,29019,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75182,'Very Poor',2,0,29019,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75183,'0%',1,0,29030,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75184,'1% - 25%',1,0,29030,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75185,'26% - 50%',1,0,29030,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75186,'51% - 75%',1,0,29030,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75187,'76% - 100%',1,0,29030,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75188,'0%',1,0,29031,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75189,'1% - 25%',1,0,29031,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75190,'26% - 50%',1,0,29031,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75191,'51% - 75%',1,0,29031,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75192,'76% - 100%',1,0,29031,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75193,'0%',1,0,29032,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75194,'1% - 25%',1,0,29032,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75195,'26% - 50%',1,0,29032,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75196,'51% - 75%',1,0,29032,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75197,'76% - 100%',1,0,29032,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75198,'Employees',2,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75199,'Sub-Contractors',3,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75200,'Young Persons',4,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75201,'Visitors',4,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75202,'The General Public (Customers)',4,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75203,'Disabled or Special needs People less able to leave the premises quickly',7,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75204,'Occupants in Remote Areas',6,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75205,'Sleeping Occupants',7,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75206,'Neighbouring Premises',2,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75207,'Tenants / Owners',3,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75208,'Animals / Livestock',2,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75209,'Other',0,0,29034,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75210,'9:00 - 17:00',0,0,29037,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75211,'17:00 - 24:00',0,0,29037,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75212,'24:00 - 9:00',0,0,29037,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75213,'9:00 - 17:00',0,0,29038,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75214,'17:00 - 24:00',0,0,29038,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75215,'24:00 - 9:00',0,0,29038,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75216,'9:00 - 17:00',0,0,29039,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75217,'17:00 - 24:00',0,0,29039,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75218,'24:00 - 9:00',0,0,29039,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75219,'9:00 - 17:00',0,0,29040,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75220,'17:00 - 24:00',0,0,29040,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75221,'24:00 - 9:00',0,0,29040,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75222,'9:00 - 17:00',0,0,29041,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75223,'17:00 - 24:00',0,0,29041,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75224,'24:00 - 9:00',0,0,29041,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75225,'9:00 - 17:00',0,0,29042,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75226,'17:00 - 24:00',0,0,29042,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75227,'24:00 - 9:00',0,0,29042,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75228,'9:00 - 17:00',0,0,29043,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75229,'17:00 - 24:00',0,0,29043,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75230,'24:00 - 9:00',0,0,29043,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75231,'Below 20',1,0,29044,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75232,'20-49',2,0,29044,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75233,'50-99',2,0,29044,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75234,'100-499',3,0,29044,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75235,'500-999',4,0,29044,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75236,'1000',5,0,29044,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75237,'Single Stage Evacuation',0,0,29045,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75238,'Staged Evacuation',0,0,29045,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75239,'Simultaneous Evacuation',0,0,29045,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75240,'Phased Evacuation',0,0,29045,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75241,'Staff Alarm Only',0,0,29045,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75242,'Stay Put Policy',0,0,29045,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75243,'Yes',0,0,29046,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75244,'No',2,0,29046,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75245,'Other',20,0,29046,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75246,'N/A',0,0,29046,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75247,'Yes',0,0,29047,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75248,'No',2,0,29047,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75249,'Other',20,0,29047,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75250,'N/A',0,0,29047,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75251,'Yes',0,0,29048,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75252,'No',2,0,29048,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75253,'Other',20,0,29048,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75254,'N/A',0,0,29048,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75255,'Yes',0,0,29050,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75256,'No',2,0,29050,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75257,'Other',20,0,29050,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75258,'N/A',0,0,29050,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75259,'Yes',0,0,29052,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75260,'No',2,0,29052,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75261,'Other',20,0,29052,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75262,'N/A',0,0,29052,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75263,'Yes',0,0,29053,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75264,'No',2,0,29053,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75265,'Other',20,0,29053,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75266,'N/A',0,0,29053,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75267,'Yes',0,0,29054,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75268,'No',3,0,29054,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75269,'Other',20,0,29054,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75270,'N/A',0,0,29054,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75271,'Yes',0,0,29056,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75272,'No',3,0,29056,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75273,'Other',20,0,29056,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75274,'N/A',0,0,29056,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75275,'Yes',0,0,29057,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75276,'No',4,0,29057,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75277,'No Disabled',0,0,29057,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75278,'Other',20,0,29057,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75279,'N/A',0,0,29057,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75280,'Yes',0,0,29058,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75281,'No',4,0,29058,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75282,'Other',20,0,29058,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75283,'N/A',0,0,29058,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75284,'Yes',0,0,29059,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75285,'No',3,0,29059,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75286,'Other',20,0,29059,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75287,'N/A',0,0,29059,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75288,'Yes',0,0,29060,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75289,'No',4,0,29060,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75290,'Other',20,0,29060,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75291,'N/A',0,0,29060,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75292,'Yes',0,0,29061,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75293,'No',4,0,29061,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75294,'Other',20,0,29061,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75295,'N/A',0,0,29061,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75296,'Yes',0,0,29062,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75297,'No',5,0,29062,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75298,'Other',20,0,29062,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75299,'N/A',0,0,29062,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75300,'Yes',0,0,29063,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75301,'Yes',3,0,29063,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75302,'No',6,0,29063,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75303,'Other',20,0,29063,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75304,'N/A',0,0,29063,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75305,'Yes',0,0,29064,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75306,'No',5,0,29064,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75307,'Other',20,0,29064,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75308,'N/A',0,0,29064,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75309,'Fan Heaters',4,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75310,'Electric Heaters',4,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75311,'Gas Heater',5,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75312,'Other Boilers',2,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75313,'Electrical Equipment',3,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75314,'Electrical Leads',3,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75315,'Portable Equipment',3,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75316,'Portable Lighting',2,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75317,'Cooking kitchen Equipment',6,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75318,'Other',20,0,29066,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75319,'Wood/Paper/Cardboard etc',3,0,29068,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75320,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,29068,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75321,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,29068,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75322,'Waste Material Controlled -in locked wheely bin or store',2,0,29068,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75323,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,29068,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75324,'Other',20,0,29068,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(75325,'Yes',0,0,29071,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75326,'Yes',2,0,29071,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75327,'No',5,0,29071,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75328,'N/A',0,0,29071,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75329,'Other',20,0,29071,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75330,'Yes',0,0,29073,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75331,'Yes',2,0,29073,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75332,'No',5,0,29073,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75333,'N/A',0,0,29073,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75334,'Other',20,0,29073,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75335,'Yes',0,0,29074,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75336,'No',4,0,29074,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75337,'N/A',0,0,29074,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75338,'Other',20,0,29074,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75339,'Yes',0,0,29076,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75340,'No',5,0,29076,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75341,'N/A',0,0,29076,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75342,'Other',20,0,29076,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75343,'Yes',0,0,29078,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75344,'No',4,0,29078,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75345,'N/A',0,0,29078,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75346,'Other',20,0,29078,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75347,'Yes',0,0,29080,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75348,'No',5,0,29080,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75349,'N/A',0,0,29080,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75350,'Other',20,0,29080,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75351,'Yes',0,0,29082,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75352,'No',5,0,29082,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75353,'N/A',0,0,29082,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75354,'Other',20,0,29082,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75355,'Yes',0,0,29084,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75356,'No',7,0,29084,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75357,'N/A',0,0,29084,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75358,'Other',20,0,29084,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75359,'Yes',2,0,29085,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75360,'No',6,0,29085,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75361,'No',0,0,29085,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75362,'N/A',0,0,29085,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75363,'Yes',0,0,29086,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75364,'No',4,0,29086,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75365,'No',7,0,29086,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75366,'N/A',0,0,29086,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75367,'Other',20,0,29086,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75368,'Yes',0,0,29087,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75369,'No',6,0,29087,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75370,'NA',0,0,29087,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75371,'Other',20,0,29087,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75372,'Yes',0,0,29088,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75373,'Yes',0,0,29088,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75374,'NA',0,0,29088,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75375,'Other',20,0,29088,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75376,'Yes',1,0,29089,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75377,'No',0,0,29089,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75378,'Other',20,0,29089,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75379,'Yes',0,0,29090,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75380,'No',9,0,29090,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75381,'NA',0,0,29090,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75382,'Other',20,0,29090,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75383,'Yes',0,0,29091,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75384,'No',7,0,29091,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75385,'NA',0,0,29091,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75386,'Other',20,0,29091,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75387,'Yes',0,0,29092,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75388,'No',6,0,29092,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75389,'NA',0,0,29092,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75390,'Other',20,0,29092,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75391,'Yes',0,0,29093,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75392,'No',6,0,29093,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75393,'NA',0,0,29093,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75394,'Other',20,0,29093,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75395,'Yes',0,0,29094,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75396,'No',8,0,29094,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75397,'NA',0,0,29094,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75398,'Other',20,0,29094,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75399,'Yes',3,0,29095,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75400,'Yes',4,0,29095,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75401,'Yes',5,0,29095,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75402,'Other',20,0,29095,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75403,'Yes',1,0,29096,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75404,'Yes',0,0,29096,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75405,'No',5,0,29096,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75406,'Other',20,0,29096,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75407,'Yes',0,0,29097,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75408,'No',5,0,29097,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75409,'NA',5,0,29097,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75410,'Other',20,0,29097,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75411,'Yes',0,0,29098,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75412,'No',5,0,29098,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75413,'N/A',0,0,29098,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75414,'Other',20,0,29098,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75415,'Yes',0,0,29099,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75416,'No',5,0,29099,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75417,'Other',20,0,29099,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75418,'N/A',0,0,29099,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75419,'Yes',0,0,29100,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75420,'No',5,0,29100,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75421,'NA',0,0,29100,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75422,'Other',20,0,29100,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75423,'Yes',0,0,29101,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75424,'No',5,0,29101,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75425,'NA',0,0,29101,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75426,'Other',20,0,29101,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75427,'Yes',0,0,29102,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75428,'No',5,0,29102,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75429,'NA',0,0,29102,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75430,'Other',20,0,29102,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75431,'Yes',0,0,29103,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75432,'No',5,0,29103,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75433,'Other',20,0,29103,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75434,'N/A',0,0,29103,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75435,'Yes',0,0,29104,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75436,'Yes',0,0,29104,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75437,'No',5,0,29104,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75438,'N/A',0,0,29104,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75439,'Other',20,0,29104,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75440,'Director',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75441,'Owner Landlord',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75442,'Site Maitenance',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75443,'Estate Agent',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75444,'Letting Agent',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75445,'Other',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75446,'Director',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75447,'CEO',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75448,'Other',0,0,29112,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75449,'Nebosh',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75450,'Level 2 Fire Risk Assessor',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75451,'Competant Person',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75452,'Property Manager',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75453,'Construction Manager',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75454,'Fire Warden',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75455,'Director',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75456,'CEO',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75457,'Other',0,0,29113,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75458,'Property Agent',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75459,'Owner Landlord',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75460,'Site Manager',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75461,'Property Manager',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75462,'Construction Manager',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75463,'Fire Warden',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75464,'Director',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75465,'CEO',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75466,'Other',0,0,29114,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75467,'A Property Within Building Block',0,0,29115,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75468,'All Of The Property',0,0,29115,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75469,'Communal Areas Only',0,0,29115,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75470,'House',0,0,29115,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75471,'Flat',0,0,29115,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75472,'Other',0,0,29115,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75473,'Yes, they are in good condition & positioned correctly.',0,0,29121,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75474,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,29121,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75475,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,29121,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75476,'Other',20,0,29121,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75477,'N/A',0,0,29121,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75478,'Yes',0,0,29123,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75479,'No 1',5,0,29123,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75480,'No 2',5,0,29123,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75481,'Yes',0,0,29124,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75482,'Option',5,0,29124,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75483,'No',8,0,29124,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75484,'N/A',0,0,29124,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75485,'Other',20,0,29124,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75486,'Yes 1',1,0,29126,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75487,'Yes 2',0,0,29126,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75488,'No',7,0,29126,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75489,'N/A',0,0,29126,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75490,'Other',20,0,29126,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75491,'Yes',0,0,29128,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75492,'No',8,0,29128,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75493,'Other',20,0,29128,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75494,'N/A',0,0,29128,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75495,'Yes',0,0,29129,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75496,'No',8,0,29129,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75497,'Other',20,0,29129,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75498,'N/A',0,0,29129,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75499,'Yes',0,0,29130,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75500,'No',8,0,29130,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75501,'Other',20,0,29130,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75502,'N/A',0,0,29130,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75503,'Yes',0,0,29132,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75504,'No',8,0,29132,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75505,'Other',20,0,29132,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75506,'N/A',0,0,29132,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75507,'Yes',0,0,29133,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75508,'No',6,0,29133,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75509,'Other',20,0,29133,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75510,'N/A',0,0,29133,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75511,'Employees',2,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75512,'Sub-Contractors',3,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75513,'Young Persons',4,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75514,'Visitors',4,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75515,'The General Public (Customers)',4,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75516,'Disabled or Special needs People less able to leave the premises quickly',7,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75517,'Occupants in Remote Areas',6,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75518,'Sleeping Occupants',7,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75519,'Neighbouring Premises',2,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75520,'Tenants / Owners',3,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75521,'Animals / Livestock',2,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75522,'Other',0,0,29136,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75523,'9:00 - 17:00',0,0,29139,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75524,'17:00 - 24:00',0,0,29139,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75525,'24:00 - 9:00',0,0,29139,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75526,'9:00 - 17:00',0,0,29140,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75527,'17:00 - 24:00',0,0,29140,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75528,'24:00 - 9:00',0,0,29140,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75529,'9:00 - 17:00',0,0,29141,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75530,'17:00 - 24:00',0,0,29141,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75531,'24:00 - 9:00',0,0,29141,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75532,'9:00 - 17:00',0,0,29142,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75533,'17:00 - 24:00',0,0,29142,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75534,'24:00 - 9:00',0,0,29142,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75535,'9:00 - 17:00',0,0,29143,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75536,'17:00 - 24:00',0,0,29143,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75537,'24:00 - 9:00',0,0,29143,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75538,'9:00 - 17:00',0,0,29144,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75539,'17:00 - 24:00',0,0,29144,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75540,'24:00 - 9:00',0,0,29144,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75541,'9:00 - 17:00',0,0,29145,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75542,'17:00 - 24:00',0,0,29145,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75543,'24:00 - 9:00',0,0,29145,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75544,'Below 20',1,0,29146,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75545,'20-49',2,0,29146,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75546,'50-99',2,0,29146,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75547,'100-499',3,0,29146,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75548,'500-999',4,0,29146,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75549,'1000',5,0,29146,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75550,'Single Stage Evacuation',0,0,29147,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75551,'Staged Evacuation',0,0,29147,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75552,'Simultaneous Evacuation',0,0,29147,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75553,'Phased Evacuation',0,0,29147,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75554,'Staff Alarm Only',0,0,29147,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75555,'Stay Put Policy',0,0,29147,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75556,'Yes',0,0,29148,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75557,'No',2,0,29148,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75558,'Other',20,0,29148,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75559,'N/A',0,0,29148,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75560,'Yes',0,0,29149,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75561,'No',2,0,29149,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75562,'Other',20,0,29149,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75563,'N/A',0,0,29149,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75564,'Yes',0,0,29150,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75565,'No',2,0,29150,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75566,'Other',20,0,29150,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75567,'N/A',0,0,29150,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75568,'Yes',0,0,29152,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75569,'No',2,0,29152,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75570,'Other',20,0,29152,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75571,'N/A',0,0,29152,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75572,'Yes',0,0,29154,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75573,'No',2,0,29154,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75574,'Other',20,0,29154,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75575,'N/A',0,0,29154,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75576,'Yes',0,0,29155,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75577,'No',2,0,29155,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75578,'Other',20,0,29155,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75579,'N/A',0,0,29155,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75580,'Yes',0,0,29156,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75581,'No',3,0,29156,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75582,'Other',20,0,29156,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75583,'N/A',0,0,29156,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75584,'Yes',0,0,29158,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75585,'No',3,0,29158,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75586,'Other',20,0,29158,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75587,'N/A',0,0,29158,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75588,'Yes',0,0,29159,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75589,'No',4,0,29159,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75590,'No Disabled',0,0,29159,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75591,'Other',20,0,29159,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75592,'N/A',0,0,29159,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75593,'Yes',0,0,29160,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75594,'No',4,0,29160,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75595,'Other',20,0,29160,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75596,'N/A',0,0,29160,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75597,'Yes',0,0,29161,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75598,'No',3,0,29161,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75599,'Other',20,0,29161,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75600,'N/A',0,0,29161,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75601,'Yes',0,0,29162,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75602,'No',4,0,29162,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75603,'Other',20,0,29162,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75604,'N/A',0,0,29162,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75605,'Yes',0,0,29163,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75606,'No',4,0,29163,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75607,'Other',20,0,29163,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75608,'N/A',0,0,29163,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75609,'Yes',0,0,29164,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75610,'No',5,0,29164,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75611,'Other',20,0,29164,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75612,'N/A',0,0,29164,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75613,'Yes',0,0,29165,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75614,'Yes',3,0,29165,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75615,'No',6,0,29165,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75616,'Other',20,0,29165,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75617,'N/A',0,0,29165,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75618,'Yes',0,0,29166,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75619,'No',5,0,29166,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75620,'Other',20,0,29166,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75621,'N/A',0,0,29166,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75622,'Fan Heaters',4,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75623,'Electric Heaters',4,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75624,'Gas Heater',5,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75625,'Other Boilers',2,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75626,'Electrical Equipment',3,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75627,'Electrical Leads',3,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75628,'Portable Equipment',3,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75629,'Portable Lighting',2,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75630,'Cooking kitchen Equipment',6,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75631,'Other',20,0,29168,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75632,'Wood/Paper/Cardboard etc',3,0,29170,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75633,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,29170,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75634,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,29170,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75635,'Waste Material Controlled -in locked wheely bin or store',2,0,29170,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75636,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,29170,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75637,'Other',20,0,29170,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75638,'Detached',1,0,29172,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75639,'Semi Detached',2,0,29172,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75640,'Terraced',3,0,29172,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75641,'Linked-Detached',1,0,29172,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75642,'Other',20,0,29172,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75643,'House',1,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75644,'Bungalow',1,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75645,'Maisonette',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75646,'Block of Flats - Studios up to 6 Floor Levels',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75647,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75648,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75649,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75650,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75651,'Underground Property',1,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75652,'Factory/ Warehouse',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75653,'Garage/ Workshop',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75654,'Retail Shop',2,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75655,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75656,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75657,'Other',20,0,29173,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75658,'NA',0,0,29179,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75659,'Number of staircase',2,0,29179,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75660,'NA',0,0,29180,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75661,'Number os staircases',2,0,29180,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75662,'25%',1,0,29191,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75663,'50%',1,0,29191,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75664,'75%',1,0,29191,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75665,'100%',1,0,29191,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75666,'Other',20,0,29191,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75667,'Yes',1,0,29193,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75668,'No',3,0,29193,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(75669,'Unknown',3,0,29193,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75670,'Stone',0,0,29193,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75671,'Other',20,0,29193,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75672,'Yes',1,0,29194,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75673,'No',5,0,29194,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75674,'Unknown',5,0,29194,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75675,'Stone',0,0,29194,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75676,'Other',20,0,29194,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75677,'Wood',2,0,29195,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75678,'Plastics',1,0,29195,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75679,'Aluminium',0,0,29195,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75680,'Stone',0,0,29195,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75681,'Other',20,0,29195,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75682,'0%',0,0,29197,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75683,'25%',1,0,29197,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75684,'50%',1,0,29197,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75685,'75%',1,0,29197,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75686,'100%',1,0,29197,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75687,'0%',0,0,29198,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75688,'25%',2,0,29198,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75689,'50%',2,0,29198,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75690,'75%',2,0,29198,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75691,'100%',2,0,29198,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75692,'0%',0,0,29199,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75693,'25%',1,0,29199,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75694,'50%',1,0,29199,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75695,'75%',1,0,29199,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75696,'100%',1,0,29199,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75697,'Solid concrete all levels',0,0,29200,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75698,'Timber joists all levels',3,0,29200,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75699,'Concrete lowest floor – Timber above higher levels',3,0,29200,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75700,'Other',20,0,29200,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75701,'100%',1,0,29200,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75702,'Yes',1,0,29203,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75703,'No',6,0,29203,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75704,'Yes',2,0,29205,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75705,'No',8,0,29205,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75706,'Yes',1,0,29207,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75707,'No',6,0,29207,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75708,'Yes',1,0,29209,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75709,'No',6,0,29209,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75710,'Yes',1,0,29211,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75711,'No',6,0,29211,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75712,'Yes',1,0,29215,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75713,'No',3,0,29215,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75714,'Yes',1,0,29217,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75715,'No',3,0,29217,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75716,'Yes',1,0,29219,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75717,'No',3,0,29219,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75718,'Very Good',1,0,29221,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75719,'Good',1,0,29221,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75720,'Fair',1,0,29221,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75721,'Poor',2,0,29221,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75722,'Very Poor',2,0,29221,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75723,'0%',1,0,29232,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75724,'1% - 25%',1,0,29232,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75725,'26% - 50%',1,0,29232,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75726,'51% - 75%',1,0,29232,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75727,'76% - 100%',1,0,29232,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75728,'0%',1,0,29233,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75729,'1% - 25%',1,0,29233,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75730,'26% - 50%',1,0,29233,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75731,'51% - 75%',1,0,29233,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75732,'76% - 100%',1,0,29233,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75733,'0%',1,0,29234,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75734,'1% - 25%',1,0,29234,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75735,'26% - 50%',1,0,29234,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75736,'51% - 75%',1,0,29234,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75737,'76% - 100%',1,0,29234,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(75738,'Yes',0,0,29236,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75739,'Yes',2,0,29236,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75740,'No',5,0,29236,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75741,'N/A',0,0,29236,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75742,'Other',20,0,29236,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75743,'Yes',0,0,29238,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75744,'Yes',2,0,29238,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75745,'No',5,0,29238,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75746,'N/A',0,0,29238,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75747,'Other',20,0,29238,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75748,'Yes',0,0,29239,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75749,'No',4,0,29239,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75750,'N/A',0,0,29239,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75751,'Other',20,0,29239,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75752,'Yes',0,0,29241,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75753,'No',5,0,29241,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75754,'N/A',0,0,29241,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75755,'Other',20,0,29241,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75756,'Yes',0,0,29243,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75757,'No',4,0,29243,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75758,'N/A',0,0,29243,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75759,'Other',20,0,29243,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75760,'Yes',0,0,29245,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75761,'No',5,0,29245,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75762,'N/A',0,0,29245,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75763,'Other',20,0,29245,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75764,'Yes',0,0,29247,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75765,'No',5,0,29247,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75766,'N/A',0,0,29247,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75767,'Other',20,0,29247,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75768,'Yes',0,0,29249,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75769,'No',7,0,29249,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75770,'N/A',0,0,29249,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75771,'Other',20,0,29249,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75772,'Yes',2,0,29250,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75773,'No',6,0,29250,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75774,'No',0,0,29250,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75775,'N/A',0,0,29250,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75776,'Yes',0,0,29251,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75777,'No',4,0,29251,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75778,'No',7,0,29251,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75779,'N/A',0,0,29251,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75780,'Other',20,0,29251,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75781,'Yes',0,0,29252,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75782,'No',6,0,29252,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75783,'NA',0,0,29252,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75784,'Other',20,0,29252,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75785,'Yes',0,0,29253,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75786,'Yes',0,0,29253,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75787,'NA',0,0,29253,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75788,'Other',20,0,29253,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75789,'Yes',1,0,29254,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75790,'No',0,0,29254,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75791,'Other',20,0,29254,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75792,'Yes',0,0,29255,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75793,'No',9,0,29255,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75794,'NA',0,0,29255,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75795,'Other',20,0,29255,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75796,'Yes',0,0,29256,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75797,'No',7,0,29256,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75798,'NA',0,0,29256,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75799,'Other',20,0,29256,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75800,'Yes',0,0,29257,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75801,'No',6,0,29257,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75802,'NA',0,0,29257,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75803,'Other',20,0,29257,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75804,'Yes',0,0,29258,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75805,'No',6,0,29258,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75806,'NA',0,0,29258,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75807,'Other',20,0,29258,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75808,'Yes',0,0,29259,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75809,'No',8,0,29259,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75810,'NA',0,0,29259,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75811,'Other',20,0,29259,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75812,'Yes',3,0,29260,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75813,'Yes',4,0,29260,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75814,'Yes',5,0,29260,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75815,'Other',20,0,29260,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75816,'Yes',1,0,29261,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75817,'Yes',0,0,29261,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75818,'No',5,0,29261,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75819,'Other',20,0,29261,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75820,'Yes',0,0,29262,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75821,'No',5,0,29262,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75822,'NA',5,0,29262,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75823,'Other',20,0,29262,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75824,'Yes',0,0,29263,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75825,'No',5,0,29263,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75826,'N/A',0,0,29263,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75827,'Other',20,0,29263,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75828,'Yes',0,0,29264,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75829,'No',5,0,29264,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75830,'Other',20,0,29264,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75831,'N/A',0,0,29264,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75832,'Yes',0,0,29265,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75833,'No',5,0,29265,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75834,'NA',0,0,29265,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75835,'Other',20,0,29265,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75836,'Yes',0,0,29266,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75837,'No',5,0,29266,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75838,'NA',0,0,29266,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75839,'Other',20,0,29266,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75840,'Yes',0,0,29267,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75841,'No',5,0,29267,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75842,'NA',0,0,29267,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75843,'Other',20,0,29267,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75844,'Yes',0,0,29268,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75845,'No',5,0,29268,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75846,'Other',20,0,29268,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75847,'N/A',0,0,29268,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75848,'Yes',0,0,29269,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75849,'Yes',0,0,29269,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75850,'No',5,0,29269,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75851,'N/A',0,0,29269,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75852,'Other',20,0,29269,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75853,'Director',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75854,'Owner Landlord',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75855,'Site Maitenance',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75856,'Estate Agent',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75857,'Letting Agent',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75858,'Other',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75859,'Director',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75860,'CEO',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75861,'Other',0,0,29277,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75862,'Nebosh',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75863,'Level 2 Fire Risk Assessor',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75864,'Competant Person',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75865,'Property Manager',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75866,'Construction Manager',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75867,'Fire Warden',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75868,'Director',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75869,'CEO',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75870,'Other',0,0,29278,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75871,'Property Agent',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75872,'Owner Landlord',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75873,'Site Manager',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75874,'Property Manager',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75875,'Construction Manager',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75876,'Fire Warden',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75877,'Director',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75878,'CEO',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75879,'Other',0,0,29279,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75880,'A Property Within Building Block',0,0,29280,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75881,'All Of The Property',0,0,29280,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75882,'Communal Areas Only',0,0,29280,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75883,'House',0,0,29280,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75884,'Flat',0,0,29280,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75885,'Other',0,0,29280,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75886,'Employees',2,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75887,'Sub-Contractors',3,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75888,'Young Persons',4,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75889,'Visitors',4,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75890,'The General Public (Customers)',4,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75891,'Disabled or Special needs People less able to leave the premises quickly',7,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75892,'Occupants in Remote Areas',6,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75893,'Sleeping Occupants',7,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75894,'Neighbouring Premises',2,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75895,'Tenants / Owners',3,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75896,'Animals / Livestock',2,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75897,'Other',0,0,29287,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75898,'9:00 - 17:00',0,0,29290,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75899,'17:00 - 24:00',0,0,29290,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75900,'24:00 - 9:00',0,0,29290,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75901,'9:00 - 17:00',0,0,29291,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75902,'17:00 - 24:00',0,0,29291,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75903,'24:00 - 9:00',0,0,29291,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75904,'9:00 - 17:00',0,0,29292,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75905,'17:00 - 24:00',0,0,29292,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75906,'24:00 - 9:00',0,0,29292,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75907,'9:00 - 17:00',0,0,29293,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75908,'17:00 - 24:00',0,0,29293,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75909,'24:00 - 9:00',0,0,29293,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75910,'9:00 - 17:00',0,0,29294,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75911,'17:00 - 24:00',0,0,29294,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75912,'24:00 - 9:00',0,0,29294,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75913,'9:00 - 17:00',0,0,29295,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75914,'17:00 - 24:00',0,0,29295,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75915,'24:00 - 9:00',0,0,29295,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75916,'9:00 - 17:00',0,0,29296,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75917,'17:00 - 24:00',0,0,29296,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75918,'24:00 - 9:00',0,0,29296,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75919,'Below 20',1,0,29297,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75920,'20-49',2,0,29297,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75921,'50-99',2,0,29297,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75922,'100-499',3,0,29297,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75923,'500-999',4,0,29297,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75924,'1000',5,0,29297,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75925,'Single Stage Evacuation',0,0,29298,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75926,'Staged Evacuation',0,0,29298,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75927,'Simultaneous Evacuation',0,0,29298,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75928,'Phased Evacuation',0,0,29298,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75929,'Staff Alarm Only',0,0,29298,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75930,'Stay Put Policy',0,0,29298,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75931,'Yes',0,0,29299,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75932,'No',2,0,29299,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75933,'Other',20,0,29299,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75934,'N/A',0,0,29299,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75935,'Yes',0,0,29300,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75936,'No',2,0,29300,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75937,'Other',20,0,29300,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75938,'N/A',0,0,29300,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75939,'Yes',0,0,29301,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75940,'No',2,0,29301,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75941,'Other',20,0,29301,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75942,'N/A',0,0,29301,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75943,'Yes',0,0,29303,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75944,'No',2,0,29303,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75945,'Other',20,0,29303,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75946,'N/A',0,0,29303,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75947,'Yes',0,0,29305,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75948,'No',2,0,29305,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75949,'Other',20,0,29305,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75950,'N/A',0,0,29305,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75951,'Yes',0,0,29306,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75952,'No',2,0,29306,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75953,'Other',20,0,29306,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75954,'N/A',0,0,29306,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75955,'Yes',0,0,29307,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75956,'No',3,0,29307,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75957,'Other',20,0,29307,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75958,'N/A',0,0,29307,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75959,'Yes',0,0,29309,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75960,'No',3,0,29309,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75961,'Other',20,0,29309,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75962,'N/A',0,0,29309,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75963,'Yes',0,0,29310,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75964,'No',4,0,29310,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75965,'No Disabled',0,0,29310,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75966,'Other',20,0,29310,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75967,'N/A',0,0,29310,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75968,'Yes',0,0,29311,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75969,'No',4,0,29311,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75970,'Other',20,0,29311,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75971,'N/A',0,0,29311,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75972,'Yes',0,0,29312,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75973,'No',3,0,29312,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75974,'Other',20,0,29312,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75975,'N/A',0,0,29312,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75976,'Yes',0,0,29313,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75977,'No',4,0,29313,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75978,'Other',20,0,29313,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75979,'N/A',0,0,29313,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75980,'Yes',0,0,29314,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75981,'No',4,0,29314,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75982,'Other',20,0,29314,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75983,'N/A',0,0,29314,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75984,'Yes',0,0,29315,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75985,'No',5,0,29315,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75986,'Other',20,0,29315,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75987,'N/A',0,0,29315,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75988,'Yes',0,0,29316,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75989,'Yes',3,0,29316,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75990,'No',6,0,29316,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75991,'Other',20,0,29316,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75992,'N/A',0,0,29316,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75993,'Yes',0,0,29317,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75994,'No',5,0,29317,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75995,'Other',20,0,29317,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75996,'N/A',0,0,29317,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75997,'Fan Heaters',4,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75998,'Electric Heaters',4,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(75999,'Gas Heater',5,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76000,'Other Boilers',2,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76001,'Electrical Equipment',3,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76002,'Electrical Leads',3,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76003,'Portable Equipment',3,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76004,'Portable Lighting',2,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76005,'Cooking kitchen Equipment',6,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76006,'Other',20,0,29319,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76007,'Wood/Paper/Cardboard etc',3,0,29321,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76008,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,29321,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76009,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,29321,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76010,'Waste Material Controlled -in locked wheely bin or store',2,0,29321,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76011,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,29321,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76012,'Other',20,0,29321,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76013,'Detached',1,0,29323,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76014,'Semi Detached',2,0,29323,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76015,'Terraced',3,0,29323,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76016,'Linked-Detached',1,0,29323,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76017,'Other',20,0,29323,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76018,'House',1,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76019,'Bungalow',1,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76020,'Maisonette',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76021,'Block of Flats - Studios up to 6 Floor Levels',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76022,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76023,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76024,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76025,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76026,'Underground Property',1,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76027,'Factory/ Warehouse',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76028,'Garage/ Workshop',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76029,'Retail Shop',2,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76030,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76031,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76032,'Other',20,0,29324,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76033,'NA',0,0,29330,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76034,'Number of staircase',2,0,29330,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76035,'NA',0,0,29331,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76036,'Number os staircases',2,0,29331,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76037,'25%',1,0,29342,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76038,'50%',1,0,29342,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76039,'75%',1,0,29342,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76040,'100%',1,0,29342,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76041,'Other',20,0,29342,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76042,'Yes',1,0,29344,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76043,'No',3,0,29344,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76044,'Unknown',3,0,29344,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76045,'Stone',0,0,29344,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76046,'Other',20,0,29344,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76047,'Yes',1,0,29345,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76048,'No',5,0,29345,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76049,'Unknown',5,0,29345,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76050,'Stone',0,0,29345,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76051,'Other',20,0,29345,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76052,'Wood',2,0,29346,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76053,'Plastics',1,0,29346,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76054,'Aluminium',0,0,29346,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76055,'Stone',0,0,29346,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76056,'Other',20,0,29346,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76057,'0%',0,0,29348,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76058,'25%',1,0,29348,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76059,'50%',1,0,29348,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76060,'75%',1,0,29348,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76061,'100%',1,0,29348,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76062,'0%',0,0,29349,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76063,'25%',2,0,29349,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76064,'50%',2,0,29349,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76065,'75%',2,0,29349,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76066,'100%',2,0,29349,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76067,'0%',0,0,29350,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76068,'25%',1,0,29350,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76069,'50%',1,0,29350,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76070,'75%',1,0,29350,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76071,'100%',1,0,29350,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76072,'Solid concrete all levels',0,0,29351,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76073,'Timber joists all levels',3,0,29351,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76074,'Concrete lowest floor – Timber above higher levels',3,0,29351,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76075,'Other',20,0,29351,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76076,'100%',1,0,29351,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76077,'Yes',1,0,29354,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76078,'No',6,0,29354,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76079,'Yes',2,0,29356,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76080,'No',8,0,29356,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76081,'Yes',1,0,29358,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76082,'No',6,0,29358,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76083,'Yes',1,0,29360,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76084,'No',6,0,29360,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76085,'Yes',1,0,29362,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76086,'No',6,0,29362,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76087,'Yes',1,0,29366,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76088,'No',3,0,29366,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76089,'Yes',1,0,29368,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76090,'No',3,0,29368,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76091,'Yes',1,0,29370,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76092,'No',3,0,29370,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76093,'Very Good',1,0,29372,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76094,'Good',1,0,29372,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76095,'Fair',1,0,29372,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76096,'Poor',2,0,29372,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76097,'Very Poor',2,0,29372,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(76098,'0%',1,0,29383,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76099,'1% - 25%',1,0,29383,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76100,'26% - 50%',1,0,29383,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76101,'51% - 75%',1,0,29383,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76102,'76% - 100%',1,0,29383,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76103,'0%',1,0,29384,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76104,'1% - 25%',1,0,29384,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76105,'26% - 50%',1,0,29384,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76106,'51% - 75%',1,0,29384,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76107,'76% - 100%',1,0,29384,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76108,'0%',1,0,29385,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76109,'1% - 25%',1,0,29385,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76110,'26% - 50%',1,0,29385,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76111,'51% - 75%',1,0,29385,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76112,'76% - 100%',1,0,29385,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76113,'Yes, they are in good condition & positioned correctly.',0,0,29386,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76114,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,29386,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76115,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,29386,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76116,'Other',20,0,29386,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76117,'N/A',0,0,29386,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76118,'Yes',0,0,29388,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76119,'No 1',5,0,29388,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76120,'No 2',5,0,29388,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76121,'Yes',0,0,29389,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76122,'Option',5,0,29389,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76123,'No',8,0,29389,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76124,'N/A',0,0,29389,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76125,'Other',20,0,29389,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76126,'Yes 1',1,0,29391,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76127,'Yes 2',0,0,29391,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76128,'No',7,0,29391,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76129,'N/A',0,0,29391,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76130,'Other',20,0,29391,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76131,'Yes',0,0,29393,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76132,'No',8,0,29393,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76133,'Other',20,0,29393,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76134,'N/A',0,0,29393,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76135,'Yes',0,0,29394,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76136,'No',8,0,29394,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76137,'Other',20,0,29394,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76138,'N/A',0,0,29394,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76139,'Yes',0,0,29395,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76140,'No',8,0,29395,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76141,'Other',20,0,29395,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76142,'N/A',0,0,29395,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76143,'Yes',0,0,29397,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76144,'No',8,0,29397,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76145,'Other',20,0,29397,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76146,'N/A',0,0,29397,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76147,'Yes',0,0,29398,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76148,'No',6,0,29398,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76149,'Other',20,0,29398,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76150,'N/A',0,0,29398,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(76151,'test',0,0,29400,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76152,'test',0,0,29400,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76153,'Staff',0,0,29401,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76154,'Visitors',0,0,29401,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76155,'Caretaker',0,0,29401,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76156,'Manager',0,0,29401,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76157,'Everyone',0,0,29401,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76158,'Customers',0,0,29402,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76159,'Chefs',0,0,29402,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76160,'Waiters',0,0,29402,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76161,'Delivery Driver',0,0,29402,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76162,'Everyone',0,0,29402,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76163,'Everyone',0,0,29403,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76164,'Care Workers',0,0,29403,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76165,'Residence',0,0,29403,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76166,'Site Manager',0,0,29403,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76167,'18.00hr to 5am',0,0,29404,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76168,'7am to 4pm',0,0,29404,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76169,'21.00 to 3am',0,0,29404,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76170,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29405,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76171,'just to know how many people work there',0,0,29405,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76172,'the workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29406,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76173,'one fire warden can cover everyone all the time',0,0,29406,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76174,'if they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29406,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76175,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29406,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76176,'it is extra paperwork to deal with in the business',0,0,29407,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76177,'the fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29407,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76178,'the fire policy tells the employees what times to take a break and when to come back',0,0,29407,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76179,'they look good on the wall and make the business look professional',0,0,29408,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76180,'the manager said they are there just for the visitors that come into the office',0,0,29408,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76181,'they are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29408,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76182,'The normal fire policy will cover this, so no further action is required',0,0,29409,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76183,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29409,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76184,'Add some extra disabled signs around the building, so people know they are there.',0,0,29409,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76185,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29410,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76186,'The fire warden needs to complete it so they can show the manager it is done',0,0,29410,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76187,'training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29411,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76188,'staff training is not important as we can all read signs in the office',0,0,29411,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76189,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,29412,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76190,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29412,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76191,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29412,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76192,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29413,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76193,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29413,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76194,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29413,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76195,'one Eml at the main entrance is sufficient',0,0,29414,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76196,'one Eml on each landing level and one over the exit door',0,0,29414,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76197,'one Eml halfway up the stairs well',0,0,29414,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76198,'fire alarm system',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76199,'Em light system',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76200,'fire extinguishers',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76201,'AOV',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76202,'dry risers',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76203,'fire doors',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76204,'electrical systems',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76205,'portable appliances',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76206,'sprinkler systems',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76207,'trip hazards',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76208,'signage',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76209,'gas systems',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76210,'all of them were applicable',0,0,29415,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76211,'3 months',0,0,29416,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76212,'6 months',0,0,29416,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76213,'12 months',0,0,29416,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76214,'3 months',0,0,29417,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76215,'6 months',0,0,29417,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76216,'12 months',0,0,29417,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76217,'1 month',0,0,29418,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76218,'3 months',0,0,29418,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76219,'6 months',0,0,29418,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76220,'12 months',0,0,29418,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76221,'3 months',0,0,29419,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76222,'6 months',0,0,29419,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76223,'12 months',0,0,29419,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76224,'3 months',0,0,29420,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76225,'6 months',0,0,29420,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76226,'12 months',0,0,29420,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76227,'1 month, depending on the environment',0,0,29421,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76228,'3 months, depending on the environment',0,0,29421,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76229,'6 months, depending on the environment',0,0,29421,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76230,'12 months, depending on the environment',0,0,29421,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76231,'1 month or weekly, depending on the environment',0,0,29422,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76232,'3 months, depending on the environment',0,0,29422,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76233,'6 months, depending on the environment',0,0,29422,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76234,'12 months, depending on the environment',0,0,29422,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76235,'1 month',0,0,29423,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76236,'3 months',0,0,29423,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76237,'6 months',0,0,29423,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76238,'12 months',0,0,29423,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76239,'Hot ducting extraction unit in a kitchen',0,0,29424,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76240,'Display materials around the property',0,0,29424,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76241,'Electrical fuse board in common hallway',0,0,29424,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76242,'Chemicals - gas – paints',0,0,29424,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76243,'Rubbish piled up against a building',0,0,29425,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76244,'Electrical socket',0,0,29425,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76245,'Gas hob',0,0,29425,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76246,'Welding in a workshop',0,0,29425,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76247,'Plastic - foam - rubber',0,0,29426,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76248,'Solid concrete floor',0,0,29426,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76249,'Waste cardboard & paper rubbish',0,0,29426,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76250,'Oil & chemicals',0,0,29426,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76251,'Metal storage cabinet',0,0,29426,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76252,'Do nothing and leave it alone',0,0,29427,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76253,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29427,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76254,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29427,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(76255,'test',0,0,29428,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76256,'test',0,0,29428,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76257,'Staff',0,0,29429,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76258,'Visitors',0,0,29429,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76259,'Caretaker',0,0,29429,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76260,'Manager',0,0,29429,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76261,'Everyone',0,0,29429,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76262,'Customers',0,0,29430,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76263,'Chefs',0,0,29430,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76264,'Waiters',0,0,29430,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76265,'Delivery Driver',0,0,29430,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76266,'Everyone',0,0,29430,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76267,'Everyone',0,0,29431,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76268,'Care Workers',0,0,29431,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76269,'Residence',0,0,29431,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76270,'Site Manager',0,0,29431,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76271,'18.00hr to 5am',0,0,29432,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76272,'7am to 4pm',0,0,29432,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76273,'21.00 to 3am',0,0,29432,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76274,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29433,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76275,'just to know how many people work there',0,0,29433,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76276,'battery fire alarm smoke detector on each floor hallway ceiling',0,0,29434,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76277,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29434,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76278,'grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29434,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76279,'battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29435,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76280,'grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29435,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76281,'grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29435,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76282,'one Eml at the main entrance is sufficient',0,0,29436,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76283,'one Eml on each landing level and one over the exit door',0,0,29436,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76284,'one Eml halfway up the stairs well',0,0,29436,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76285,'fire alarm system',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76286,'Em light system',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76287,'fire extinguishers',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76288,'AOV',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76289,'dry risers',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76290,'fire doors',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76291,'electrical systems',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76292,'portable appliances',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76293,'sprinkler systems',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76294,'trip hazards',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76295,'signage',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76296,'gas systems',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76297,'all of them were applicable',0,0,29437,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76298,'3 months',0,0,29438,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76299,'6 months',0,0,29438,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76300,'12 months',0,0,29438,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76301,'3 months',0,0,29439,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76302,'6 months',0,0,29439,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76303,'12 months',0,0,29439,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76304,'1 month',0,0,29440,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76305,'3 months',0,0,29440,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76306,'6 months',0,0,29440,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76307,'12 months',0,0,29440,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76308,'3 months',0,0,29441,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76309,'6 months',0,0,29441,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76310,'12 months',0,0,29441,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76311,'3 months',0,0,29442,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76312,'6 months',0,0,29442,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76313,'12 months',0,0,29442,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76314,'1 month, depending on the environment',0,0,29443,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76315,'3 months, depending on the environment',0,0,29443,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76316,'6 months, depending on the environment',0,0,29443,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76317,'12 months, depending on the environment',0,0,29443,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76318,'1 month or weekly, depending on the environment',0,0,29444,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76319,'3 months, depending on the environment',0,0,29444,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76320,'6 months, depending on the environment',0,0,29444,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76321,'12 months, depending on the environment',0,0,29444,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76322,'1 month',0,0,29445,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76323,'3 months',0,0,29445,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76324,'6 months',0,0,29445,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76325,'12 months',0,0,29445,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76326,'Hot ducting extraction unit in a kitchen',0,0,29446,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76327,'Display materials around the property',0,0,29446,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76328,'Electrical fuse board in common hallway',0,0,29446,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76329,'Chemicals - gas – paints',0,0,29446,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76330,'Rubbish piled up against a building',0,0,29447,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76331,'Electrical socket',0,0,29447,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76332,'Gas hob',0,0,29447,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76333,'Welding in a workshop',0,0,29447,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76334,'Plastic - foam - rubber',0,0,29448,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76335,'Solid concrete floor',0,0,29448,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76336,'Waste cardboard & paper rubbish',0,0,29448,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76337,'Oil & chemicals',0,0,29448,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76338,'Metal storage cabinet',0,0,29448,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76339,'Do nothing and leave it alone',0,0,29449,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76340,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29449,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76341,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29449,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76342,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29450,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76343,'One fire warden can cover everyone all the time',0,0,29450,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76344,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29450,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76345,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29450,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76346,'It is extra paperwork to deal with in the business',0,0,29451,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76347,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29451,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76348,'The fire policy tells the employees what times to take a break and when to come back',0,0,29451,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76349,'They look good on the wall and make the business look professional',0,0,29452,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76350,'The manager said they are there just for the visitors that come into the office',0,0,29452,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76351,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29452,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76352,'The normal fire policy will cover this, so no further action is required',0,0,29453,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76353,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29453,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76354,'Add some extra disabled signs around the building, so people know they are there.',0,0,29453,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76355,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29454,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76356,'The fire warden needs to complete it so they can show the manager it is done',0,0,29454,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76357,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29455,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76358,'Staff training is not important as we can all read signs in the office',0,0,29455,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(76359,'test',0,0,29456,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76360,'test',0,0,29456,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76361,'Staff',0,0,29457,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76362,'Visitors',0,0,29457,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76363,'Caretaker',0,0,29457,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76364,'Manager',0,0,29457,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76365,'Everyone',0,0,29457,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76366,'Customers',0,0,29458,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76367,'Chefs',0,0,29458,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76368,'Waiters',0,0,29458,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76369,'Delivery Driver',0,0,29458,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76370,'Everyone',0,0,29458,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76371,'Everyone',0,0,29459,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76372,'Care Workers',0,0,29459,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76373,'Residence',0,0,29459,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76374,'Site Manager',0,0,29459,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76375,'18.00hr to 5am',0,0,29460,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76376,'7am to 4pm',0,0,29460,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76377,'21.00 to 3am',0,0,29460,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76378,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29461,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76379,'just to know how many people work there',0,0,29461,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76380,'Hot ducting extraction unit in a kitchen',0,0,29462,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76381,'Display materials around the property',0,0,29462,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76382,'Electrical fuse board in common hallway',0,0,29462,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76383,'Chemicals - gas – paints',0,0,29462,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76384,'Rubbish piled up against a building',0,0,29463,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76385,'Electrical socket',0,0,29463,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76386,'Gas hob',0,0,29463,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76387,'Welding in a workshop',0,0,29463,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76388,'Plastic - foam - rubber',0,0,29464,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76389,'Solid concrete floor',0,0,29464,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76390,'Waste cardboard & paper rubbish',0,0,29464,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76391,'Oil & chemicals',0,0,29464,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76392,'Metal storage cabinet',0,0,29464,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76393,'Do nothing and leave it alone',0,0,29465,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76394,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29465,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76395,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29465,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76396,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29466,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76397,'One fire warden can cover everyone all the time',0,0,29466,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76398,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29466,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76399,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29466,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76400,'It is extra paperwork to deal with in the business',0,0,29467,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76401,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29467,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76402,'The fire policy tells the employees what times to take a break and when to come back',0,0,29467,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76403,'They look good on the wall and make the business look professional',0,0,29468,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76404,'The manager said they are there just for the visitors that come into the office',0,0,29468,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76405,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29468,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76406,'The normal fire policy will cover this, so no further action is required',0,0,29469,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76407,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29469,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76408,'Add some extra disabled signs around the building, so people know they are there.',0,0,29469,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76409,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29470,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76410,'The fire warden needs to complete it so they can show the manager it is done',0,0,29470,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76411,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29471,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76412,'Staff training is not important as we can all read signs in the office',0,0,29471,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76413,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29472,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76414,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29472,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76415,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29472,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76416,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29473,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76417,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29473,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76418,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29473,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76419,'One EML at the main entrance is sufficient',0,0,29474,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76420,'One EML on each landing level and one over the exit door',0,0,29474,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76421,'One EML halfway up the stairs well',0,0,29474,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76422,'Fire alarm system',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76423,'Emergency light system',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76424,'Fire extinguishers',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76425,'AOV',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76426,'Dry risers',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76427,'Fire doors',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76428,'Electrical systems',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76429,'Portable appliances',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76430,'Sprinkler systems',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76431,'Trip hazards',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76432,'Signage',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76433,'Gas systems',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76434,'All of them were applicable',0,0,29475,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76435,'3 months',0,0,29476,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76436,'6 months',0,0,29476,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76437,'12 months',0,0,29476,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76438,'3 months',0,0,29477,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76439,'6 months',0,0,29477,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76440,'12 months',0,0,29477,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76441,'1 month',0,0,29478,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76442,'3 months',0,0,29478,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76443,'6 months',0,0,29478,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76444,'12 months',0,0,29478,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76445,'3 months',0,0,29479,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76446,'6 months',0,0,29479,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76447,'12 months',0,0,29479,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76448,'3 months',0,0,29480,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76449,'6 months',0,0,29480,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76450,'12 months',0,0,29480,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76451,'1 month, depending on the environment',0,0,29481,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76452,'3 months, depending on the environment',0,0,29481,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76453,'6 months, depending on the environment',0,0,29481,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76454,'12 months, depending on the environment',0,0,29481,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76455,'1 month or weekly, depending on the environment',0,0,29482,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76456,'3 months, depending on the environment',0,0,29482,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76457,'6 months, depending on the environment',0,0,29482,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76458,'12 months, depending on the environment',0,0,29482,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76459,'1 month',0,0,29483,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76460,'3 months',0,0,29483,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76461,'6 months',0,0,29483,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76462,'12 months',0,0,29483,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(76463,'Staff',0,0,29484,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76464,'Visitors',0,0,29484,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76465,'Caretaker',0,0,29484,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76466,'Manager',0,0,29484,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76467,'Everyone',0,0,29484,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76468,'Customers',0,0,29485,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76469,'Chefs',0,0,29485,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76470,'Waiters',0,0,29485,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76471,'Delivery Driver',0,0,29485,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76472,'Everyone',0,0,29485,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76473,'Everyone',0,0,29486,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76474,'Care Workers',0,0,29486,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76475,'Residence',0,0,29486,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76476,'Site Manager',0,0,29486,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76477,'18.00hr to 5am',0,0,29487,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76478,'7am to 4pm',0,0,29487,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76479,'21.00 to 3am',0,0,29487,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76480,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29488,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76481,'just to know how many people work there',0,0,29488,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76482,'Hot ducting extraction unit in a kitchen',0,0,29489,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76483,'Display materials around the property',0,0,29489,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76484,'Electrical fuse board in common hallway',0,0,29489,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76485,'Chemicals - gas – paints',0,0,29489,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76486,'Rubbish piled up against a building',0,0,29490,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76487,'Electrical socket',0,0,29490,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76488,'Gas hob',0,0,29490,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76489,'Welding in a workshop',0,0,29490,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76490,'Plastic - foam - rubber',0,0,29491,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76491,'Solid concrete floor',0,0,29491,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76492,'Waste cardboard & paper rubbish',0,0,29491,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76493,'Oil & chemicals',0,0,29491,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76494,'Metal storage cabinet',0,0,29491,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76495,'Do nothing and leave it alone',0,0,29492,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76496,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29492,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76497,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29492,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76498,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29493,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76499,'One fire warden can cover everyone all the time',0,0,29493,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76500,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29493,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76501,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29493,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76502,'It is extra paperwork to deal with in the business',0,0,29494,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76503,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29494,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76504,'The fire policy tells the employees what times to take a break and when to come back',0,0,29494,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76505,'They look good on the wall and make the business look professional',0,0,29495,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76506,'The manager said they are there just for the visitors that come into the office',0,0,29495,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76507,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29495,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76508,'The normal fire policy will cover this, so no further action is required',0,0,29496,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76509,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29496,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76510,'Add some extra disabled signs around the building, so people know they are there.',0,0,29496,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76511,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29497,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76512,'The fire warden needs to complete it so they can show the manager it is done',0,0,29497,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76513,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29498,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76514,'Staff training is not important as we can all read signs in the office',0,0,29498,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76515,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29499,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76516,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29499,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76517,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29499,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76518,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29500,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76519,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29500,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76520,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29500,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76521,'One EML at the main entrance is sufficient',0,0,29501,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76522,'One EML on each landing level and one over the exit door',0,0,29501,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76523,'One EML halfway up the stairs well',0,0,29501,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76524,'Fire alarm system',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76525,'Emergency light system',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76526,'Fire extinguishers',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76527,'AOV',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76528,'Dry risers',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76529,'Fire doors',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76530,'Electrical systems',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76531,'Portable appliances',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76532,'Sprinkler systems',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76533,'Trip hazards',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76534,'Signage',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76535,'Gas systems',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76536,'All of them were applicable',0,0,29502,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76537,'3 months',0,0,29503,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76538,'6 months',0,0,29503,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76539,'12 months',0,0,29503,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76540,'3 months',0,0,29504,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76541,'6 months',0,0,29504,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76542,'12 months',0,0,29504,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76543,'1 month',0,0,29505,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76544,'3 months',0,0,29505,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76545,'6 months',0,0,29505,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76546,'12 months',0,0,29505,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76547,'3 months',0,0,29506,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76548,'6 months',0,0,29506,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76549,'12 months',0,0,29506,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76550,'3 months',0,0,29507,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76551,'6 months',0,0,29507,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76552,'12 months',0,0,29507,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76553,'1 month, depending on the environment',0,0,29508,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76554,'3 months, depending on the environment',0,0,29508,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76555,'6 months, depending on the environment',0,0,29508,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76556,'12 months, depending on the environment',0,0,29508,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76557,'1 month or weekly, depending on the environment',0,0,29509,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76558,'3 months, depending on the environment',0,0,29509,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76559,'6 months, depending on the environment',0,0,29509,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76560,'12 months, depending on the environment',0,0,29509,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76561,'1 month',0,0,29510,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76562,'3 months',0,0,29510,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76563,'6 months',0,0,29510,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76564,'12 months',0,0,29510,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76565,'Mid Terrace House',0,0,29511,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76566,'End Terrace House',0,0,29511,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76567,'Semi Detached House',0,0,29511,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76568,'Flat',0,0,29511,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76569,'Bungalow',0,0,29511,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76570,'Flat Rof',0,0,29512,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76571,'Sedum Roof',0,0,29512,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76572,'Pitched Corrugated Roof',0,0,29512,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76573,'Pitched Slate or Tiled Roof',0,0,29512,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76574,'System Built',0,0,29513,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76575,'Solid Brick Wall',0,0,29513,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76576,'Cavity Brick Wall',0,0,29513,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76577,'Timber Framed Wall',0,0,29513,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76578,'Stone Wall',0,0,29513,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76579,'15 Floors',0,0,29514,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76580,'17 Floors',0,0,29514,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76581,'1 Floor',0,0,29514,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76582,'10 Floors',0,0,29514,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76583,'Chicken Shop',0,0,29515,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76584,'Italian Restaurant',0,0,29515,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76585,'Hardware Store',0,0,29515,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76586,'Clothing Shop',0,0,29515,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76587,'Home with More Operations',0,0,29516,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76588,'House of Multiple Occupancy',0,0,29516,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76589,'House with ManyOrganisations',0,0,29516,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76590,'Concrete Floor',0,0,29517,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76591,'Wooden Floor',0,0,29517,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76592,'Wooden Floor covered in felt bitumen',0,0,29517,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(76593,'Staff',0,0,29518,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76594,'Visitors',0,0,29518,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76595,'Caretaker',0,0,29518,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76596,'Manager',0,0,29518,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76597,'Everyone',0,0,29518,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76598,'Customers',0,0,29519,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76599,'Chefs',0,0,29519,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76600,'Waiters',0,0,29519,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76601,'Delivery Driver',0,0,29519,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76602,'Everyone',0,0,29519,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76603,'Everyone',0,0,29520,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76604,'Care Workers',0,0,29520,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76605,'Residence',0,0,29520,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76606,'Site Manager',0,0,29520,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76607,'18.00hr to 5am',0,0,29521,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76608,'7am to 4pm',0,0,29521,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76609,'21.00 to 3am',0,0,29521,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76610,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29522,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76611,'just to know how many people work there',0,0,29522,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76612,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29523,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76613,'One fire warden can cover everyone all the time',0,0,29523,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76614,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29523,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76615,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29523,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76616,'It is extra paperwork to deal with in the business',0,0,29524,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76617,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29524,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76618,'The fire policy tells the employees what times to take a break and when to come back',0,0,29524,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76619,'They look good on the wall and make the business look professional',0,0,29525,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76620,'The manager said they are there just for the visitors that come into the office',0,0,29525,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76621,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29525,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76622,'The normal fire policy will cover this, so no further action is required',0,0,29526,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76623,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29526,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76624,'Add some extra disabled signs around the building, so people know they are there.',0,0,29526,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76625,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29527,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76626,'The fire warden needs to complete it so they can show the manager it is done',0,0,29527,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76627,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29528,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76628,'Staff training is not important as we can all read signs in the office',0,0,29528,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76629,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29529,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76630,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29529,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76631,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29529,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76632,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29530,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76633,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29530,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76634,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29530,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76635,'One EML at the main entrance is sufficient',0,0,29531,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76636,'One EML on each landing level and one over the exit door',0,0,29531,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76637,'One EML halfway up the stairs well',0,0,29531,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76638,'Fire alarm system',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76639,'Emergency light system',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76640,'Fire extinguishers',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76641,'AOV',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76642,'Dry risers',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76643,'Fire doors',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76644,'Electrical systems',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76645,'Portable appliances',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76646,'Sprinkler systems',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76647,'Trip hazards',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76648,'Signage',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76649,'Gas systems',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76650,'All of them were applicable',0,0,29532,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76651,'3 months',0,0,29533,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76652,'6 months',0,0,29533,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76653,'12 months',0,0,29533,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76654,'3 months',0,0,29534,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76655,'6 months',0,0,29534,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76656,'12 months',0,0,29534,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76657,'1 month',0,0,29535,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76658,'3 months',0,0,29535,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76659,'6 months',0,0,29535,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76660,'12 months',0,0,29535,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76661,'3 months',0,0,29536,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76662,'6 months',0,0,29536,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76663,'12 months',0,0,29536,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76664,'3 months',0,0,29537,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76665,'6 months',0,0,29537,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76666,'12 months',0,0,29537,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76667,'1 month, depending on the environment',0,0,29538,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76668,'3 months, depending on the environment',0,0,29538,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76669,'6 months, depending on the environment',0,0,29538,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76670,'12 months, depending on the environment',0,0,29538,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76671,'1 month or weekly, depending on the environment',0,0,29539,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76672,'3 months, depending on the environment',0,0,29539,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76673,'6 months, depending on the environment',0,0,29539,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76674,'12 months, depending on the environment',0,0,29539,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76675,'1 month',0,0,29540,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76676,'3 months',0,0,29540,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76677,'6 months',0,0,29540,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76678,'12 months',0,0,29540,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76679,'Mid Terrace House',0,0,29541,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76680,'End Terrace House',0,0,29541,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76681,'Semi Detached House',0,0,29541,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76682,'Flat',0,0,29541,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76683,'Bungalow',0,0,29541,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76684,'Flat Rof',0,0,29542,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76685,'Sedum Roof',0,0,29542,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76686,'Pitched Corrugated Roof',0,0,29542,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76687,'Pitched Slate or Tiled Roof',0,0,29542,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76688,'System Built',0,0,29543,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(76689,'Solid Brick Wall',0,0,29543,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76690,'Cavity Brick Wall',0,0,29543,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76691,'Timber Framed Wall',0,0,29543,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76692,'Stone Wall',0,0,29543,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76693,'15 Floors',0,0,29544,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76694,'17 Floors',0,0,29544,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76695,'1 Floor',0,0,29544,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76696,'10 Floors',0,0,29544,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76697,'Chicken Shop',0,0,29545,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76698,'Italian Restaurant',0,0,29545,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76699,'Hardware Store',0,0,29545,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76700,'Clothing Shop',0,0,29545,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76701,'Home with More Operations',0,0,29546,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76702,'House of Multiple Occupancy',0,0,29546,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76703,'House with ManyOrganisations',0,0,29546,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76704,'Concrete Floor',0,0,29547,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76705,'Wooden Floor',0,0,29547,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76706,'Wooden Floor covered in felt bitumen',0,0,29547,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76707,'Hot ducting extraction unit in a kitchen',0,0,29548,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76708,'Display materials around the property',0,0,29548,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76709,'Electrical fuse board in common hallway',0,0,29548,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76710,'Chemicals - gas – paints',0,0,29548,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76711,'Rubbish piled up against a building',0,0,29549,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76712,'Electrical socket',0,0,29549,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76713,'Gas hob',0,0,29549,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76714,'Welding in a workshop',0,0,29549,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76715,'Plastic - foam - rubber',0,0,29550,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76716,'Solid concrete floor',0,0,29550,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76717,'Waste cardboard & paper rubbish',0,0,29550,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76718,'Oil & chemicals',0,0,29550,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76719,'Metal storage cabinet',0,0,29550,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76720,'Do nothing and leave it alone',0,0,29551,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76721,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29551,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76722,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29551,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(76723,'18.00hr to 5am',0,0,29552,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76724,'7am to 4pm',0,0,29552,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76725,'21.00 to 3am',0,0,29552,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76726,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29553,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76727,'just to know how many people work there',0,0,29553,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76728,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29554,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76729,'One fire warden can cover everyone all the time',0,0,29554,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76730,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29554,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76731,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29554,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76732,'It is extra paperwork to deal with in the business',0,0,29555,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76733,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29555,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76734,'The fire policy tells the employees what times to take a break and when to come back',0,0,29555,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76735,'They look good on the wall and make the business look professional',0,0,29556,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76736,'The manager said they are there just for the visitors that come into the office',0,0,29556,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76737,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29556,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76738,'The normal fire policy will cover this, so no further action is required',0,0,29557,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76739,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29557,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76740,'Add some extra disabled signs around the building, so people know they are there.',0,0,29557,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76741,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29558,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76742,'The fire warden needs to complete it so they can show the manager it is done',0,0,29558,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76743,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29559,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76744,'Staff training is not important as we can all read signs in the office',0,0,29559,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76745,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29560,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76746,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29560,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76747,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29560,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76748,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29561,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76749,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29561,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76750,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29561,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76751,'One EML at the main entrance is sufficient',0,0,29562,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76752,'One EML on each landing level and one over the exit door',0,0,29562,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76753,'One EML halfway up the stairs well',0,0,29562,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76754,'Fire alarm system',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76755,'Emergency light system',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76756,'Fire extinguishers',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76757,'AOV',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76758,'Dry risers',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76759,'Fire doors',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76760,'Electrical systems',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76761,'Portable appliances',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76762,'Sprinkler systems',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76763,'Trip hazards',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76764,'Signage',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76765,'Gas systems',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76766,'All of them were applicable',0,0,29563,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76767,'3 months',0,0,29564,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76768,'6 months',0,0,29564,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76769,'12 months',0,0,29564,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76770,'3 months',0,0,29565,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76771,'6 months',0,0,29565,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76772,'12 months',0,0,29565,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76773,'1 month',0,0,29566,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76774,'3 months',0,0,29566,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76775,'6 months',0,0,29566,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76776,'12 months',0,0,29566,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76777,'3 months',0,0,29567,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76778,'6 months',0,0,29567,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76779,'12 months',0,0,29567,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76780,'3 months',0,0,29568,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76781,'6 months',0,0,29568,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76782,'12 months',0,0,29568,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76783,'1 month, depending on the environment',0,0,29569,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76784,'3 months, depending on the environment',0,0,29569,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76785,'6 months, depending on the environment',0,0,29569,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76786,'12 months, depending on the environment',0,0,29569,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76787,'1 month or weekly, depending on the environment',0,0,29570,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76788,'3 months, depending on the environment',0,0,29570,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76789,'6 months, depending on the environment',0,0,29570,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76790,'12 months, depending on the environment',0,0,29570,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76791,'1 month',0,0,29571,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76792,'3 months',0,0,29571,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76793,'6 months',0,0,29571,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76794,'12 months',0,0,29571,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76795,'Mid Terrace House',0,0,29572,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76796,'End Terrace House',0,0,29572,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76797,'Semi Detached House',0,0,29572,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76798,'Flat',0,0,29572,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76799,'Bungalow',0,0,29572,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76800,'Flat Rof',0,0,29573,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76801,'Sedum Roof',0,0,29573,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76802,'Pitched Corrugated Roof',0,0,29573,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76803,'Pitched Slate or Tiled Roof',0,0,29573,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76804,'System Built',0,0,29574,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76805,'Solid Brick Wall',0,0,29574,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76806,'Cavity Brick Wall',0,0,29574,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76807,'Timber Framed Wall',0,0,29574,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76808,'Stone Wall',0,0,29574,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76809,'15 Floors',0,0,29575,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76810,'17 Floors',0,0,29575,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76811,'1 Floor',0,0,29575,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76812,'10 Floors',0,0,29575,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76813,'Chicken Shop',0,0,29576,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76814,'Italian Restaurant',0,0,29576,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76815,'Hardware Store',0,0,29576,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76816,'Clothing Shop',0,0,29576,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76817,'Home with More Operations',0,0,29577,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76818,'House of Multiple Occupancy',0,0,29577,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76819,'House with ManyOrganisations',0,0,29577,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76820,'Concrete Floor',0,0,29578,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76821,'Wooden Floor',0,0,29578,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76822,'Wooden Floor covered in felt bitumen',0,0,29578,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76823,'Hot ducting extraction unit in a kitchen',0,0,29579,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76824,'Display materials around the property',0,0,29579,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76825,'Electrical fuse board in common hallway',0,0,29579,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76826,'Chemicals - gas – paints',0,0,29579,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76827,'Rubbish piled up against a building',0,0,29580,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76828,'Electrical socket',0,0,29580,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76829,'Gas hob',0,0,29580,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76830,'Welding in a workshop',0,0,29580,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76831,'Plastic - foam - rubber',0,0,29581,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76832,'Solid concrete floor',0,0,29581,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76833,'Waste cardboard & paper rubbish',0,0,29581,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76834,'Oil & chemicals',0,0,29581,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76835,'Metal storage cabinet',0,0,29581,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76836,'Do nothing and leave it alone',0,0,29582,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76837,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29582,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76838,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29582,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76839,'Staff',0,0,29583,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76840,'Visitors',0,0,29583,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76841,'Caretaker',0,0,29583,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76842,'Manager',0,0,29583,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76843,'Everyone',0,0,29583,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76844,'Customers',0,0,29584,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76845,'Chefs',0,0,29584,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76846,'Waiters',0,0,29584,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76847,'Delivery Driver',0,0,29584,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76848,'Everyone',0,0,29584,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76849,'Everyone',0,0,29585,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76850,'Care Workers',0,0,29585,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76851,'Residence',0,0,29585,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76852,'Site Manager',0,0,29585,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(76853,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29586,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76854,'One fire warden can cover everyone all the time',0,0,29586,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76855,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29586,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76856,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29586,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76857,'It is extra paperwork to deal with in the business',0,0,29587,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76858,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29587,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76859,'The fire policy tells the employees what times to take a break and when to come back',0,0,29587,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76860,'They look good on the wall and make the business look professional',0,0,29588,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76861,'The manager said they are there just for the visitors that come into the office',0,0,29588,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76862,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29588,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76863,'The normal fire policy will cover this, so no further action is required',0,0,29589,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76864,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29589,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76865,'Add some extra disabled signs around the building, so people know they are there.',0,0,29589,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76866,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29590,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76867,'The fire warden needs to complete it so they can show the manager it is done',0,0,29590,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76868,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29591,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76869,'Staff training is not important as we can all read signs in the office',0,0,29591,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76870,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29592,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76871,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29592,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76872,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29592,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76873,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29593,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76874,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29593,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76875,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29593,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76876,'One EML at the main entrance is sufficient',0,0,29594,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76877,'One EML on each landing level and one over the exit door',0,0,29594,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76878,'One EML halfway up the stairs well',0,0,29594,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76879,'Fire alarm system',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76880,'Emergency light system',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76881,'Fire extinguishers',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76882,'AOV',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76883,'Dry risers',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76884,'Fire doors',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76885,'Electrical systems',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76886,'Portable appliances',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76887,'Sprinkler systems',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76888,'Trip hazards',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76889,'Signage',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76890,'Gas systems',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76891,'All of them were applicable',0,0,29595,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76892,'3 months',0,0,29596,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76893,'6 months',0,0,29596,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76894,'12 months',0,0,29596,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76895,'3 months',0,0,29597,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76896,'6 months',0,0,29597,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76897,'12 months',0,0,29597,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76898,'1 month',0,0,29598,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76899,'3 months',0,0,29598,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76900,'6 months',0,0,29598,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76901,'12 months',0,0,29598,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76902,'3 months',0,0,29599,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76903,'6 months',0,0,29599,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76904,'12 months',0,0,29599,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76905,'3 months',0,0,29600,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76906,'6 months',0,0,29600,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76907,'12 months',0,0,29600,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76908,'1 month, depending on the environment',0,0,29601,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76909,'3 months, depending on the environment',0,0,29601,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76910,'6 months, depending on the environment',0,0,29601,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76911,'12 months, depending on the environment',0,0,29601,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76912,'1 month or weekly, depending on the environment',0,0,29602,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76913,'3 months, depending on the environment',0,0,29602,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76914,'6 months, depending on the environment',0,0,29602,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76915,'12 months, depending on the environment',0,0,29602,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76916,'1 month',0,0,29603,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76917,'3 months',0,0,29603,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76918,'6 months',0,0,29603,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76919,'12 months',0,0,29603,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76920,'Mid Terrace House',0,0,29604,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76921,'End Terrace House',0,0,29604,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76922,'Semi Detached House',0,0,29604,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76923,'Flat',0,0,29604,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76924,'Bungalow',0,0,29604,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76925,'Flat Rof',0,0,29605,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76926,'Sedum Roof',0,0,29605,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76927,'Pitched Corrugated Roof',0,0,29605,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76928,'Pitched Slate or Tiled Roof',0,0,29605,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76929,'System Built',0,0,29606,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76930,'Solid Brick Wall',0,0,29606,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76931,'Cavity Brick Wall',0,0,29606,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76932,'Timber Framed Wall',0,0,29606,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76933,'Stone Wall',0,0,29606,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76934,'15 Floors',0,0,29607,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76935,'17 Floors',0,0,29607,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76936,'1 Floor',0,0,29607,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76937,'10 Floors',0,0,29607,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76938,'Chicken Shop',0,0,29608,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76939,'Italian Restaurant',0,0,29608,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76940,'Hardware Store',0,0,29608,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76941,'Clothing Shop',0,0,29608,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76942,'Home with More Operations',0,0,29609,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76943,'House of Multiple Occupancy',0,0,29609,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76944,'House with ManyOrganisations',0,0,29609,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76945,'Concrete Floor',0,0,29610,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76946,'Wooden Floor',0,0,29610,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76947,'Wooden Floor covered in felt bitumen',0,0,29610,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76948,'Hot ducting extraction unit in a kitchen',0,0,29611,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76949,'Display materials around the property',0,0,29611,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76950,'Electrical fuse board in common hallway',0,0,29611,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76951,'Chemicals - gas – paints',0,0,29611,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76952,'Rubbish piled up against a building',0,0,29612,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76953,'Electrical socket',0,0,29612,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76954,'Gas hob',0,0,29612,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76955,'Welding in a workshop',0,0,29612,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76956,'Plastic - foam - rubber',0,0,29613,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76957,'Solid concrete floor',0,0,29613,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76958,'Waste cardboard & paper rubbish',0,0,29613,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76959,'Oil & chemicals',0,0,29613,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76960,'Metal storage cabinet',0,0,29613,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76961,'Do nothing and leave it alone',0,0,29614,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76962,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29614,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76963,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29614,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76964,'Staff',0,0,29615,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76965,'Visitors',0,0,29615,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76966,'Caretaker',0,0,29615,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76967,'Manager',0,0,29615,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76968,'Everyone',0,0,29615,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76969,'Customers',0,0,29616,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76970,'Chefs',0,0,29616,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76971,'Waiters',0,0,29616,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76972,'Delivery Driver',0,0,29616,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76973,'Everyone',0,0,29616,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76974,'Everyone',0,0,29617,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76975,'Care Workers',0,0,29617,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76976,'Residence',0,0,29617,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76977,'Site Manager',0,0,29617,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76978,'18.00hr to 5am',0,0,29618,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76979,'7am to 4pm',0,0,29618,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76980,'21.00 to 3am',0,0,29618,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76981,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29619,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76982,'just to know how many people work there',0,0,29619,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(76983,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29620,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76984,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29620,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76985,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29620,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76986,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29621,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76987,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29621,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76988,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29621,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76989,'One EML at the main entrance is sufficient',0,0,29622,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76990,'One EML on each landing level and one over the exit door',0,0,29622,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76991,'One EML halfway up the stairs well',0,0,29622,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76992,'Fire alarm system',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76993,'Emergency light system',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76994,'Fire extinguishers',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76995,'AOV',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76996,'Dry risers',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76997,'Fire doors',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76998,'Electrical systems',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(76999,'Portable appliances',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77000,'Sprinkler systems',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77001,'Trip hazards',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77002,'Signage',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77003,'Gas systems',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77004,'All of them were applicable',0,0,29623,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77005,'3 months',0,0,29624,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77006,'6 months',0,0,29624,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77007,'12 months',0,0,29624,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77008,'3 months',0,0,29625,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77009,'6 months',0,0,29625,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77010,'12 months',0,0,29625,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77011,'1 month',0,0,29626,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77012,'3 months',0,0,29626,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77013,'6 months',0,0,29626,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77014,'12 months',0,0,29626,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77015,'3 months',0,0,29627,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77016,'6 months',0,0,29627,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77017,'12 months',0,0,29627,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77018,'3 months',0,0,29628,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77019,'6 months',0,0,29628,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77020,'12 months',0,0,29628,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77021,'1 month, depending on the environment',0,0,29629,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77022,'3 months, depending on the environment',0,0,29629,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77023,'6 months, depending on the environment',0,0,29629,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77024,'12 months, depending on the environment',0,0,29629,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77025,'1 month or weekly, depending on the environment',0,0,29630,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77026,'3 months, depending on the environment',0,0,29630,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77027,'6 months, depending on the environment',0,0,29630,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77028,'12 months, depending on the environment',0,0,29630,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77029,'1 month',0,0,29631,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77030,'3 months',0,0,29631,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77031,'6 months',0,0,29631,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77032,'12 months',0,0,29631,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77033,'Mid Terrace House',0,0,29632,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77034,'End Terrace House',0,0,29632,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77035,'Semi Detached House',0,0,29632,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77036,'Flat',0,0,29632,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77037,'Bungalow',0,0,29632,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77038,'Flat Rof',0,0,29633,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77039,'Sedum Roof',0,0,29633,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77040,'Pitched Corrugated Roof',0,0,29633,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77041,'Pitched Slate or Tiled Roof',0,0,29633,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77042,'System Built',0,0,29634,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77043,'Solid Brick Wall',0,0,29634,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77044,'Cavity Brick Wall',0,0,29634,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77045,'Timber Framed Wall',0,0,29634,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77046,'Stone Wall',0,0,29634,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77047,'15 Floors',0,0,29635,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77048,'17 Floors',0,0,29635,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77049,'1 Floor',0,0,29635,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77050,'10 Floors',0,0,29635,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77051,'Chicken Shop',0,0,29636,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77052,'Italian Restaurant',0,0,29636,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77053,'Hardware Store',0,0,29636,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77054,'Clothing Shop',0,0,29636,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77055,'Home with More Operations',0,0,29637,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77056,'House of Multiple Occupancy',0,0,29637,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77057,'House with ManyOrganisations',0,0,29637,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77058,'Concrete Floor',0,0,29638,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77059,'Wooden Floor',0,0,29638,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77060,'Wooden Floor covered in felt bitumen',0,0,29638,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77061,'Hot ducting extraction unit in a kitchen',0,0,29639,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77062,'Display materials around the property',0,0,29639,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77063,'Electrical fuse board in common hallway',0,0,29639,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77064,'Chemicals - gas – paints',0,0,29639,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77065,'Rubbish piled up against a building',0,0,29640,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77066,'Electrical socket',0,0,29640,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77067,'Gas hob',0,0,29640,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77068,'Welding in a workshop',0,0,29640,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77069,'Plastic - foam - rubber',0,0,29641,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77070,'Solid concrete floor',0,0,29641,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77071,'Waste cardboard & paper rubbish',0,0,29641,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77072,'Oil & chemicals',0,0,29641,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77073,'Metal storage cabinet',0,0,29641,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77074,'Do nothing and leave it alone',0,0,29642,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77075,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29642,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77076,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29642,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77077,'Staff',0,0,29643,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77078,'Visitors',0,0,29643,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77079,'Caretaker',0,0,29643,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77080,'Manager',0,0,29643,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77081,'Everyone',0,0,29643,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77082,'Customers',0,0,29644,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77083,'Chefs',0,0,29644,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77084,'Waiters',0,0,29644,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77085,'Delivery Driver',0,0,29644,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77086,'Everyone',0,0,29644,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77087,'Everyone',0,0,29645,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77088,'Care Workers',0,0,29645,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77089,'Residence',0,0,29645,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77090,'Site Manager',0,0,29645,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77091,'18.00hr to 5am',0,0,29646,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77092,'7am to 4pm',0,0,29646,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77093,'21.00 to 3am',0,0,29646,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77094,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29647,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77095,'just to know how many people work there',0,0,29647,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77096,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29648,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77097,'One fire warden can cover everyone all the time',0,0,29648,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77098,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29648,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77099,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29648,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77100,'It is extra paperwork to deal with in the business',0,0,29649,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77101,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29649,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77102,'The fire policy tells the employees what times to take a break and when to come back',0,0,29649,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77103,'They look good on the wall and make the business look professional',0,0,29650,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77104,'The manager said they are there just for the visitors that come into the office',0,0,29650,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77105,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29650,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77106,'The normal fire policy will cover this, so no further action is required',0,0,29651,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77107,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29651,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77108,'Add some extra disabled signs around the building, so people know they are there.',0,0,29651,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77109,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29652,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77110,'The fire warden needs to complete it so they can show the manager it is done',0,0,29652,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77111,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29653,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77112,'Staff training is not important as we can all read signs in the office',0,0,29653,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(77113,'Mid Terrace House',0,0,29654,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77114,'End Terrace House',0,0,29654,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77115,'Semi Detached House',0,0,29654,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77116,'Flat',0,0,29654,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77117,'Bungalow',0,0,29654,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77118,'Flat Rof',0,0,29655,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77119,'Sedum Roof',0,0,29655,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77120,'Pitched Corrugated Roof',0,0,29655,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77121,'Pitched Slate or Tiled Roof',0,0,29655,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77122,'System Built',0,0,29656,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77123,'Solid Brick Wall',0,0,29656,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77124,'Cavity Brick Wall',0,0,29656,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77125,'Timber Framed Wall',0,0,29656,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77126,'Stone Wall',0,0,29656,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77127,'15 Floors',0,0,29657,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77128,'17 Floors',0,0,29657,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77129,'1 Floor',0,0,29657,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77130,'10 Floors',0,0,29657,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77131,'Chicken Shop',0,0,29658,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77132,'Italian Restaurant',0,0,29658,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77133,'Hardware Store',0,0,29658,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77134,'Clothing Shop',0,0,29658,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77135,'Home with More Operations',0,0,29659,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77136,'House of Multiple Occupancy',0,0,29659,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77137,'House with ManyOrganisations',0,0,29659,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77138,'Concrete Floor',0,0,29660,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77139,'Wooden Floor',0,0,29660,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77140,'Wooden Floor covered in felt bitumen',0,0,29660,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77141,'Hot ducting extraction unit in a kitchen',0,0,29661,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77142,'Display materials around the property',0,0,29661,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77143,'Electrical fuse board in common hallway',0,0,29661,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77144,'Chemicals - gas – paints',0,0,29661,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77145,'Rubbish piled up against a building',0,0,29662,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77146,'Electrical socket',0,0,29662,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77147,'Gas hob',0,0,29662,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77148,'Welding in a workshop',0,0,29662,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77149,'Plastic - foam - rubber',0,0,29663,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77150,'Solid concrete floor',0,0,29663,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77151,'Waste cardboard & paper rubbish',0,0,29663,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77152,'Oil & chemicals',0,0,29663,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77153,'Metal storage cabinet',0,0,29663,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77154,'Do nothing and leave it alone',0,0,29664,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77155,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29664,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77156,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29664,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77157,'Staff',0,0,29665,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(77158,'Visitors',0,0,29665,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77159,'Caretaker',0,0,29665,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77160,'Manager',0,0,29665,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77161,'Everyone',0,0,29665,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77162,'Customers',0,0,29666,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77163,'Chefs',0,0,29666,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77164,'Waiters',0,0,29666,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77165,'Delivery Driver',0,0,29666,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77166,'Everyone',0,0,29666,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77167,'Everyone',0,0,29667,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77168,'Care Workers',0,0,29667,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77169,'Residence',0,0,29667,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77170,'Site Manager',0,0,29667,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77171,'18.00hr to 5am',0,0,29668,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77172,'7am to 4pm',0,0,29668,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77173,'21.00 to 3am',0,0,29668,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77174,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29669,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77175,'just to know how many people work there',0,0,29669,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77176,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29670,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77177,'One fire warden can cover everyone all the time',0,0,29670,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77178,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29670,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77179,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29670,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77180,'It is extra paperwork to deal with in the business',0,0,29671,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77181,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29671,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77182,'The fire policy tells the employees what times to take a break and when to come back',0,0,29671,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77183,'They look good on the wall and make the business look professional',0,0,29672,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77184,'The manager said they are there just for the visitors that come into the office',0,0,29672,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77185,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29672,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77186,'The normal fire policy will cover this, so no further action is required',0,0,29673,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77187,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29673,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77188,'Add some extra disabled signs around the building, so people know they are there.',0,0,29673,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77189,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29674,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77190,'The fire warden needs to complete it so they can show the manager it is done',0,0,29674,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77191,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29675,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77192,'Staff training is not important as we can all read signs in the office',0,0,29675,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77193,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29676,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77194,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29676,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77195,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29676,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77196,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29677,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77197,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29677,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77198,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29677,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77199,'One EML at the main entrance is sufficient',0,0,29678,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77200,'One EML on each landing level and one over the exit door',0,0,29678,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77201,'One EML halfway up the stairs well',0,0,29678,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77202,'Fire alarm system',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77203,'Emergency light system',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77204,'Fire extinguishers',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77205,'AOV',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77206,'Dry risers',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77207,'Fire doors',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77208,'Electrical systems',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77209,'Portable appliances',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77210,'Sprinkler systems',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77211,'Trip hazards',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77212,'Signage',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77213,'Gas systems',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77214,'All of them were applicable',0,0,29679,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77215,'3 months',0,0,29680,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77216,'6 months',0,0,29680,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77217,'12 months',0,0,29680,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77218,'3 months',0,0,29681,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77219,'6 months',0,0,29681,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77220,'12 months',0,0,29681,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77221,'1 month',0,0,29682,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77222,'3 months',0,0,29682,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77223,'6 months',0,0,29682,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77224,'12 months',0,0,29682,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77225,'3 months',0,0,29683,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77226,'6 months',0,0,29683,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77227,'12 months',0,0,29683,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77228,'3 months',0,0,29684,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77229,'6 months',0,0,29684,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77230,'12 months',0,0,29684,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77231,'1 month, depending on the environment',0,0,29685,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77232,'3 months, depending on the environment',0,0,29685,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77233,'6 months, depending on the environment',0,0,29685,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77234,'12 months, depending on the environment',0,0,29685,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77235,'1 month or weekly, depending on the environment',0,0,29686,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77236,'3 months, depending on the environment',0,0,29686,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77237,'6 months, depending on the environment',0,0,29686,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77238,'12 months, depending on the environment',0,0,29686,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77239,'1 month',0,0,29687,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77240,'3 months',0,0,29687,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77241,'6 months',0,0,29687,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77242,'12 months',0,0,29687,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77243,'1 month',0,0,29688,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77244,'3 months',0,0,29688,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77245,'6 months',0,0,29688,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77246,'12 months',0,0,29688,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77247,'1 Month',0,0,29689,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77248,'3 Months',0,0,29689,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77249,'6 Months',0,0,29689,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77250,'12 Months',0,0,29689,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77251,'1 Month',0,0,29690,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77252,'3 Months',0,0,29690,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77253,'6 Months',0,0,29690,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77254,'12 Months',0,0,29690,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77255,'1 Month',0,0,29691,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77256,'3 Months',0,0,29691,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77257,'6 Months',0,0,29691,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77258,'12 Months',0,0,29691,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77259,'1 Month',0,0,29692,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77260,'3 Months',0,0,29692,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77261,'6 Months',0,0,29692,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77262,'12 Months',0,0,29692,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(77263,'Mid Terrace House',0,0,29693,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77264,'End Terrace House',0,0,29693,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77265,'Semi Detached House',0,0,29693,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77266,'Flat',0,0,29693,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77267,'Bungalow',0,0,29693,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77268,'Flat Rof',0,0,29694,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77269,'Sedum Roof',0,0,29694,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77270,'Pitched Corrugated Roof',0,0,29694,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77271,'Pitched Slate or Tiled Roof',0,0,29694,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77272,'System Built',0,0,29695,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77273,'Solid Brick Wall',0,0,29695,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77274,'Cavity Brick Wall',0,0,29695,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77275,'Timber Framed Wall',0,0,29695,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77276,'Stone Wall',0,0,29695,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77277,'15 Floors',0,0,29696,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77278,'17 Floors',0,0,29696,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77279,'1 Floor',0,0,29696,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77280,'10 Floors',0,0,29696,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77281,'Chicken Shop',0,0,29697,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77282,'Italian Restaurant',0,0,29697,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77283,'Hardware Store',0,0,29697,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77284,'Clothing Shop',0,0,29697,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77285,'Home with More Operations',0,0,29698,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77286,'House of Multiple Occupancy',0,0,29698,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77287,'House with ManyOrganisations',0,0,29698,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77288,'Concrete Floor',0,0,29699,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77289,'Wooden Floor',0,0,29699,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77290,'Wooden Floor covered in felt bitumen',0,0,29699,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77291,'Hot ducting extraction unit in a kitchen',0,0,29700,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77292,'Display materials around the property',0,0,29700,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77293,'Electrical fuse board in common hallway',0,0,29700,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77294,'Chemicals - gas – paints',0,0,29700,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77295,'Rubbish piled up against a building',0,0,29701,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77296,'Electrical socket',0,0,29701,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77297,'Gas hob',0,0,29701,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77298,'Welding in a workshop',0,0,29701,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77299,'Plastic - foam - rubber',0,0,29702,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77300,'Solid concrete floor',0,0,29702,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77301,'Waste cardboard & paper rubbish',0,0,29702,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77302,'Oil & chemicals',0,0,29702,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77303,'Metal storage cabinet',0,0,29702,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77304,'Do nothing and leave it alone',0,0,29703,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77305,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29703,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77306,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29703,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77307,'Staff',0,0,29704,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77308,'Visitors',0,0,29704,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77309,'Caretaker',0,0,29704,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77310,'Manager',0,0,29704,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77311,'Everyone',0,0,29704,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77312,'Customers',0,0,29705,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77313,'Chefs',0,0,29705,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77314,'Waiters',0,0,29705,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77315,'Delivery Driver',0,0,29705,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77316,'Everyone',0,0,29705,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77317,'Everyone',0,0,29706,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77318,'Care Workers',0,0,29706,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77319,'Residence',0,0,29706,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77320,'Site Manager',0,0,29706,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77321,'18.00hr to 5am',0,0,29707,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77322,'7am to 4pm',0,0,29707,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77323,'21.00 to 3am',0,0,29707,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77324,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29708,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77325,'just to know how many people work there',0,0,29708,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77326,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29709,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77327,'One fire warden can cover everyone all the time',0,0,29709,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77328,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29709,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77329,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29709,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77330,'It is extra paperwork to deal with in the business',0,0,29710,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77331,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29710,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77332,'The fire policy tells the employees what times to take a break and when to come back',0,0,29710,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77333,'They look good on the wall and make the business look professional',0,0,29711,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77334,'The manager said they are there just for the visitors that come into the office',0,0,29711,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77335,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29711,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77336,'The normal fire policy will cover this, so no further action is required',0,0,29712,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77337,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29712,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77338,'Add some extra disabled signs around the building, so people know they are there.',0,0,29712,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77339,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29713,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77340,'The fire warden needs to complete it so they can show the manager it is done',0,0,29713,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77341,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29714,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77342,'Staff training is not important as we can all read signs in the office',0,0,29714,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77343,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29715,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77344,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29715,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77345,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29715,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77346,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29716,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77347,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29716,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77348,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29716,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77349,'One EML at the main entrance is sufficient',0,0,29717,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77350,'One EML on each landing level and one over the exit door',0,0,29717,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77351,'One EML halfway up the stairs well',0,0,29717,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77352,'Fire alarm system',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77353,'Emergency light system',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77354,'Fire extinguishers',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77355,'AOV',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77356,'Dry risers',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77357,'Fire doors',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77358,'Electrical systems',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77359,'Portable appliances',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77360,'Sprinkler systems',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77361,'Trip hazards',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77362,'Signage',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77363,'Gas systems',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77364,'All of them were applicable',0,0,29718,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77365,'3 months',0,0,29719,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77366,'6 months',0,0,29719,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77367,'12 months',0,0,29719,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77368,'3 months',0,0,29720,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77369,'6 months',0,0,29720,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77370,'12 months',0,0,29720,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77371,'1 month',0,0,29721,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77372,'3 months',0,0,29721,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77373,'6 months',0,0,29721,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77374,'12 months',0,0,29721,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77375,'3 months',0,0,29722,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77376,'6 months',0,0,29722,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(77377,'12 months',0,0,29722,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77378,'3 months',0,0,29723,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77379,'6 months',0,0,29723,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77380,'12 months',0,0,29723,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77381,'1 month, depending on the environment',0,0,29724,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77382,'3 months, depending on the environment',0,0,29724,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77383,'6 months, depending on the environment',0,0,29724,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77384,'12 months, depending on the environment',0,0,29724,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77385,'1 month or weekly, depending on the environment',0,0,29725,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77386,'3 months, depending on the environment',0,0,29725,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77387,'6 months, depending on the environment',0,0,29725,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77388,'12 months, depending on the environment',0,0,29725,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77389,'1 month',0,0,29726,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77390,'3 months',0,0,29726,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77391,'6 months',0,0,29726,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77392,'12 months',0,0,29726,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77393,'1 month',0,0,29727,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77394,'3 months',0,0,29727,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77395,'6 months',0,0,29727,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77396,'12 months',0,0,29727,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77397,'1 Month',0,0,29728,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77398,'3 Months',0,0,29728,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77399,'6 Months',0,0,29728,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77400,'12 Months',0,0,29728,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77401,'1 Month',0,0,29729,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77402,'3 Months',0,0,29729,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77403,'6 Months',0,0,29729,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77404,'12 Months',0,0,29729,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77405,'1 Month',0,0,29730,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77406,'3 Months',0,0,29730,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77407,'6 Months',0,0,29730,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77408,'12 Months',0,0,29730,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77409,'1 Month',0,0,29731,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77410,'3 Months',0,0,29731,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77411,'6 Months',0,0,29731,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77412,'12 Months',0,0,29731,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77413,'Site receptionist',0,0,29732,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77414,'Caretaker',0,0,29732,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77415,'Duty holder',0,0,29732,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77416,'Tenants',0,0,29732,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(77417,'Mid Terrace House',0,0,29733,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77418,'End Terrace House',0,0,29733,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77419,'Semi Detached House',0,0,29733,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77420,'Flat',0,0,29733,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77421,'Bungalow',0,0,29733,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77422,'Flat Rof',0,0,29734,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77423,'Sedum Roof',0,0,29734,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77424,'Pitched Corrugated Roof',0,0,29734,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77425,'Pitched Slate or Tiled Roof',0,0,29734,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77426,'System Built',0,0,29735,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77427,'Solid Brick Wall',0,0,29735,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77428,'Cavity Brick Wall',0,0,29735,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77429,'Timber Framed Wall',0,0,29735,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77430,'Stone Wall',0,0,29735,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77431,'15 Floors',0,0,29736,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77432,'17 Floors',0,0,29736,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77433,'1 Floor',0,0,29736,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77434,'10 Floors',0,0,29736,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77435,'Chicken Shop',0,0,29737,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77436,'Italian Restaurant',0,0,29737,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77437,'Hardware Store',0,0,29737,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77438,'Clothing Shop',0,0,29737,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77439,'Home with More Operations',0,0,29738,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77440,'House of Multiple Occupancy',0,0,29738,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77441,'House with ManyOrganisations',0,0,29738,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77442,'Concrete Floor',0,0,29739,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77443,'Wooden Floor',0,0,29739,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77444,'Wooden Floor covered in felt bitumen',0,0,29739,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77445,'Hot ducting extraction unit in a kitchen',0,0,29740,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77446,'Display materials around the property',0,0,29740,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77447,'Electrical fuse board in common hallway',0,0,29740,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77448,'Chemicals - gas – paints',0,0,29740,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77449,'Rubbish piled up against a building',0,0,29741,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77450,'Electrical socket',0,0,29741,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77451,'Gas hob',0,0,29741,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77452,'Welding in a workshop',0,0,29741,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77453,'Plastic - foam - rubber',0,0,29742,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77454,'Solid concrete floor',0,0,29742,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77455,'Waste cardboard & paper rubbish',0,0,29742,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77456,'Oil & chemicals',0,0,29742,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77457,'Metal storage cabinet',0,0,29742,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77458,'Do nothing and leave it alone',0,0,29743,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77459,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29743,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77460,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29743,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77461,'Staff',0,0,29744,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77462,'Visitors',0,0,29744,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77463,'Caretaker',0,0,29744,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77464,'Manager',0,0,29744,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77465,'Everyone',0,0,29744,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77466,'Customers',0,0,29745,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77467,'Chefs',0,0,29745,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77468,'Waiters',0,0,29745,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77469,'Delivery Driver',0,0,29745,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77470,'Everyone',0,0,29745,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(77471,'Everyone',0,0,29746,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77472,'Care Workers',0,0,29746,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77473,'Residence',0,0,29746,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77474,'Site Manager',0,0,29746,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77475,'18.00hr to 5am',0,0,29747,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77476,'7am to 4pm',0,0,29747,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77477,'21.00 to 3am',0,0,29747,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77478,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29748,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77479,'just to know how many people work there',0,0,29748,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77480,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29749,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77481,'One fire warden can cover everyone all the time',0,0,29749,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77482,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29749,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77483,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29749,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77484,'It is extra paperwork to deal with in the business',0,0,29750,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77485,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29750,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77486,'The fire policy tells the employees what times to take a break and when to come back',0,0,29750,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77487,'They look good on the wall and make the business look professional',0,0,29751,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77488,'The manager said they are there just for the visitors that come into the office',0,0,29751,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77489,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29751,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77490,'The normal fire policy will cover this, so no further action is required',0,0,29752,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77491,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29752,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77492,'Add some extra disabled signs around the building, so people know they are there.',0,0,29752,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77493,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29753,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77494,'The fire warden needs to complete it so they can show the manager it is done',0,0,29753,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77495,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29754,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77496,'Staff training is not important as we can all read signs in the office',0,0,29754,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77497,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29755,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77498,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29755,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77499,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29755,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77500,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29756,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77501,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29756,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77502,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29756,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77503,'One EML at the main entrance is sufficient',0,0,29757,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77504,'One EML on each landing level and one over the exit door',0,0,29757,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77505,'One EML halfway up the stairs well',0,0,29757,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77506,'Fire alarm system',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77507,'Emergency light system',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77508,'Fire extinguishers',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77509,'AOV',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77510,'Dry risers',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77511,'Fire doors',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77512,'Electrical systems',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77513,'Portable appliances',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77514,'Sprinkler systems',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77515,'Trip hazards',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77516,'Signage',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77517,'Gas systems',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77518,'All of them were applicable',0,0,29758,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77519,'3 months',0,0,29759,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77520,'6 months',0,0,29759,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77521,'12 months',0,0,29759,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77522,'3 months',0,0,29760,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77523,'6 months',0,0,29760,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77524,'12 months',0,0,29760,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77525,'1 month',0,0,29761,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77526,'3 months',0,0,29761,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77527,'6 months',0,0,29761,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77528,'12 months',0,0,29761,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77529,'3 months',0,0,29762,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77530,'6 months',0,0,29762,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77531,'12 months',0,0,29762,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77532,'3 months',0,0,29763,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77533,'6 months',0,0,29763,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77534,'12 months',0,0,29763,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77535,'1 month, depending on the environment',0,0,29764,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77536,'3 months, depending on the environment',0,0,29764,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77537,'6 months, depending on the environment',0,0,29764,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77538,'12 months, depending on the environment',0,0,29764,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77539,'1 month or weekly, depending on the environment',0,0,29765,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77540,'3 months, depending on the environment',0,0,29765,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77541,'6 months, depending on the environment',0,0,29765,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77542,'12 months, depending on the environment',0,0,29765,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77543,'1 month',0,0,29766,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77544,'3 months',0,0,29766,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77545,'6 months',0,0,29766,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77546,'12 months',0,0,29766,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77547,'1 month',0,0,29767,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77548,'3 months',0,0,29767,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77549,'6 months',0,0,29767,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77550,'12 months',0,0,29767,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77551,'1 Month',0,0,29768,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77552,'3 Months',0,0,29768,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77553,'6 Months',0,0,29768,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77554,'12 Months',0,0,29768,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77555,'1 Month',0,0,29769,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77556,'3 Months',0,0,29769,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77557,'6 Months',0,0,29769,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77558,'12 Months',0,0,29769,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77559,'1 Month',0,0,29770,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77560,'3 Months',0,0,29770,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77561,'6 Months',0,0,29770,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77562,'12 Months',0,0,29770,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77563,'1 Month',0,0,29771,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77564,'3 Months',0,0,29771,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77565,'6 Months',0,0,29771,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77566,'12 Months',0,0,29771,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77567,'Site receptionist',0,0,29772,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77568,'Caretaker',0,0,29772,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77569,'Duty holder',0,0,29772,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77570,'Tenants',0,0,29772,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(77571,'Mid Terrace House',0,0,29773,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77572,'End Terrace House',0,0,29773,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77573,'Semi Detached House',0,0,29773,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77574,'Flat',0,0,29773,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77575,'Bungalow',0,0,29773,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77576,'Flat Rof',0,0,29774,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77577,'Sedum Roof',0,0,29774,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77578,'Pitched Corrugated Roof',0,0,29774,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77579,'Pitched Slate or Tiled Roof',0,0,29774,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77580,'System Built',0,0,29775,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77581,'Solid Brick Wall',0,0,29775,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77582,'Cavity Brick Wall',0,0,29775,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77583,'Timber Framed Wall',0,0,29775,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77584,'Stone Wall',0,0,29775,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77585,'15 Floors',0,0,29776,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77586,'17 Floors',0,0,29776,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77587,'1 Floor',0,0,29776,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77588,'10 Floors',0,0,29776,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77589,'Chicken Shop',0,0,29777,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77590,'Italian Restaurant',0,0,29777,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77591,'Hardware Store',0,0,29777,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77592,'Clothing Shop',0,0,29777,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77593,'Home with More Operations',0,0,29778,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77594,'House of Multiple Occupancy',0,0,29778,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77595,'House with ManyOrganisations',0,0,29778,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77596,'Concrete Floor',0,0,29779,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77597,'Wooden Floor',0,0,29779,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77598,'Wooden Floor covered in felt bitumen',0,0,29779,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77599,'Hot ducting extraction unit in a kitchen',0,0,29780,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77600,'Display materials around the property',0,0,29780,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77601,'Electrical fuse board in common hallway',0,0,29780,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77602,'Chemicals - gas – paints',0,0,29780,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77603,'Rubbish piled up against a building',0,0,29781,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77604,'Electrical socket',0,0,29781,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77605,'Gas hob',0,0,29781,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77606,'Welding in a workshop',0,0,29781,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77607,'Plastic - foam - rubber',0,0,29782,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77608,'Solid concrete floor',0,0,29782,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77609,'Waste cardboard & paper rubbish',0,0,29782,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77610,'Oil & chemicals',0,0,29782,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77611,'Metal storage cabinet',0,0,29782,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77612,'Do nothing and leave it alone',0,0,29783,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77613,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29783,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77614,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29783,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77615,'18.00hr to 5am',0,0,29784,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77616,'7am to 4pm',0,0,29784,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77617,'21.00 to 3am',0,0,29784,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77618,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29785,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77619,'just to know how many people work there',0,0,29785,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77620,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29786,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77621,'One fire warden can cover everyone all the time',0,0,29786,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77622,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29786,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77623,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29786,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77624,'It is extra paperwork to deal with in the business',0,0,29787,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77625,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29787,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77626,'The fire policy tells the employees what times to take a break and when to come back',0,0,29787,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77627,'They look good on the wall and make the business look professional',0,0,29788,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77628,'The manager said they are there just for the visitors that come into the office',0,0,29788,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77629,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29788,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77630,'The normal fire policy will cover this, so no further action is required',0,0,29789,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77631,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29789,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77632,'Add some extra disabled signs around the building, so people know they are there.',0,0,29789,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77633,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29790,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77634,'The fire warden needs to complete it so they can show the manager it is done',0,0,29790,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77635,'Training is an important part of the fire safety in the building to ensure compliance and know how to use fire safety equipment',0,0,29791,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77636,'Staff training is not important as we can all read signs in the office',0,0,29791,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77637,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29792,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77638,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29792,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77639,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29792,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77640,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29793,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77641,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29793,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77642,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29793,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77643,'One EML at the main entrance is sufficient',0,0,29794,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77644,'One EML on each landing level and one over the exit door',0,0,29794,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77645,'One EML halfway up the stairs well',0,0,29794,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77646,'Fire alarm system',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77647,'Emergency light system',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77648,'Fire extinguishers',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77649,'AOV',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77650,'Dry risers',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77651,'Fire doors',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77652,'Electrical systems',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77653,'Portable appliances',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77654,'Sprinkler systems',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77655,'Trip hazards',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77656,'Signage',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77657,'Gas systems',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77658,'All of them were applicable',0,0,29795,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77659,'3 months',0,0,29796,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77660,'6 months',0,0,29796,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77661,'12 months',0,0,29796,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77662,'3 months',0,0,29797,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77663,'6 months',0,0,29797,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77664,'12 months',0,0,29797,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77665,'1 month',0,0,29798,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77666,'3 months',0,0,29798,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77667,'6 months',0,0,29798,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77668,'12 months',0,0,29798,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77669,'3 months',0,0,29799,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77670,'6 months',0,0,29799,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77671,'12 months',0,0,29799,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77672,'3 months',0,0,29800,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77673,'6 months',0,0,29800,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77674,'12 months',0,0,29800,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77675,'1 month, depending on the environment',0,0,29801,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77676,'3 months, depending on the environment',0,0,29801,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77677,'6 months, depending on the environment',0,0,29801,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77678,'12 months, depending on the environment',0,0,29801,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77679,'1 month or weekly, depending on the environment',0,0,29802,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77680,'3 months, depending on the environment',0,0,29802,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77681,'6 months, depending on the environment',0,0,29802,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77682,'12 months, depending on the environment',0,0,29802,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77683,'1 month',0,0,29803,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77684,'3 months',0,0,29803,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77685,'6 months',0,0,29803,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77686,'12 months',0,0,29803,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77687,'1 month',0,0,29804,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77688,'3 months',0,0,29804,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77689,'6 months',0,0,29804,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77690,'12 months',0,0,29804,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77691,'1 Month',0,0,29805,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77692,'3 Months',0,0,29805,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77693,'6 Months',0,0,29805,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77694,'12 Months',0,0,29805,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77695,'1 Month',0,0,29806,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77696,'3 Months',0,0,29806,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77697,'6 Months',0,0,29806,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77698,'12 Months',0,0,29806,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77699,'1 Month',0,0,29807,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77700,'3 Months',0,0,29807,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77701,'6 Months',0,0,29807,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77702,'12 Months',0,0,29807,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77703,'1 Month',0,0,29808,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77704,'3 Months',0,0,29808,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77705,'6 Months',0,0,29808,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77706,'12 Months',0,0,29808,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77707,'Site receptionist',0,0,29809,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77708,'Caretaker',0,0,29809,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77709,'Duty holder',0,0,29809,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77710,'Tenants',0,0,29809,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77711,'Staff',0,0,29810,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77712,'Visitors',0,0,29810,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77713,'Caretaker',0,0,29810,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77714,'Manager',0,0,29810,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77715,'Everyone',0,0,29810,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77716,'Customers',0,0,29811,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77717,'Chefs',0,0,29811,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77718,'Waiters',0,0,29811,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77719,'Delivery Driver',0,0,29811,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77720,'Everyone',0,0,29811,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77721,'Everyone',0,0,29812,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77722,'Care Workers',0,0,29812,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77723,'Residence',0,0,29812,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77724,'Site Manager',0,0,29812,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(77725,'Mid Terrace House',0,0,29813,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77726,'End Terrace House',0,0,29813,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77727,'Semi Detached House',0,0,29813,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77728,'Flat',0,0,29813,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77729,'Bungalow',0,0,29813,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77730,'Flat Rof',0,0,29814,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77731,'Sedum Roof',0,0,29814,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77732,'Pitched Corrugated Roof',0,0,29814,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77733,'Pitched Slate or Tiled Roof',0,0,29814,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77734,'System Built',0,0,29815,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77735,'Solid Brick Wall',0,0,29815,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77736,'Cavity Brick Wall',0,0,29815,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77737,'Timber Framed Wall',0,0,29815,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77738,'Stone Wall',0,0,29815,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77739,'15 Floors',0,0,29816,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77740,'17 Floors',0,0,29816,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77741,'1 Floor',0,0,29816,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77742,'10 Floors',0,0,29816,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77743,'Chicken Shop',0,0,29817,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77744,'Italian Restaurant',0,0,29817,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77745,'Hardware Store',0,0,29817,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77746,'Clothing Shop',0,0,29817,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77747,'Home with More Operations',0,0,29818,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77748,'House of Multiple Occupancy',0,0,29818,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77749,'House with ManyOrganisations',0,0,29818,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77750,'Concrete Floor',0,0,29819,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77751,'Wooden Floor',0,0,29819,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77752,'Wooden Floor covered in felt bitumen',0,0,29819,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77753,'Hot ducting extraction unit in a kitchen',0,0,29820,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77754,'Display materials around the property',0,0,29820,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77755,'Electrical fuse board in common hallway',0,0,29820,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77756,'Chemicals - gas – paints',0,0,29820,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77757,'Rubbish piled up against a building',0,0,29821,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77758,'Electrical socket',0,0,29821,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77759,'Gas hob',0,0,29821,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77760,'Welding in a workshop',0,0,29821,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77761,'Plastic - foam - rubber',0,0,29822,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77762,'Solid concrete floor',0,0,29822,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77763,'Waste cardboard & paper rubbish',0,0,29822,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77764,'Oil & chemicals',0,0,29822,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77765,'Metal storage cabinet',0,0,29822,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77766,'Do nothing and leave it alone',0,0,29823,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77767,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29823,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77768,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29823,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77769,'18.00hr to 5am',0,0,29824,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77770,'7am to 4pm',0,0,29824,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77771,'21.00 to 3am',0,0,29824,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77772,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29825,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77773,'just to know how many people work there',0,0,29825,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77774,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29826,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77775,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29826,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77776,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29826,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77777,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29827,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77778,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29827,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77779,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29827,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77780,'One EML at the main entrance is sufficient',0,0,29828,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77781,'One EML on each landing level and one over the exit door',0,0,29828,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77782,'One EML halfway up the stairs well',0,0,29828,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77783,'Fire alarm system',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77784,'Emergency light system',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77785,'Fire extinguishers',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77786,'AOV',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77787,'Dry risers',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77788,'Fire doors',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77789,'Electrical systems',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77790,'Portable appliances',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77791,'Sprinkler systems',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77792,'Trip hazards',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77793,'Signage',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77794,'Gas systems',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77795,'All of them were applicable',0,0,29829,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77796,'3 months',0,0,29830,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77797,'6 months',0,0,29830,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77798,'12 months',0,0,29830,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77799,'3 months',0,0,29831,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77800,'6 months',0,0,29831,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77801,'12 months',0,0,29831,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77802,'1 month',0,0,29832,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77803,'3 months',0,0,29832,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77804,'6 months',0,0,29832,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77805,'12 months',0,0,29832,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77806,'3 months',0,0,29833,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77807,'6 months',0,0,29833,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77808,'12 months',0,0,29833,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77809,'3 months',0,0,29834,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77810,'6 months',0,0,29834,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77811,'12 months',0,0,29834,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77812,'1 month, depending on the environment',0,0,29835,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77813,'3 months, depending on the environment',0,0,29835,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77814,'6 months, depending on the environment',0,0,29835,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77815,'12 months, depending on the environment',0,0,29835,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77816,'1 month or weekly, depending on the environment',0,0,29836,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77817,'3 months, depending on the environment',0,0,29836,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77818,'6 months, depending on the environment',0,0,29836,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77819,'12 months, depending on the environment',0,0,29836,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77820,'1 month',0,0,29837,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77821,'3 months',0,0,29837,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77822,'6 months',0,0,29837,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77823,'12 months',0,0,29837,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77824,'1 month',0,0,29838,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77825,'3 months',0,0,29838,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77826,'6 months',0,0,29838,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77827,'12 months',0,0,29838,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77828,'1 Month',0,0,29839,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77829,'3 Months',0,0,29839,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77830,'6 Months',0,0,29839,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77831,'12 Months',0,0,29839,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77832,'1 Month',0,0,29840,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77833,'3 Months',0,0,29840,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77834,'6 Months',0,0,29840,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77835,'12 Months',0,0,29840,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77836,'1 Month',0,0,29841,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77837,'3 Months',0,0,29841,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77838,'6 Months',0,0,29841,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77839,'12 Months',0,0,29841,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77840,'1 Month',0,0,29842,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77841,'3 Months',0,0,29842,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77842,'6 Months',0,0,29842,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77843,'12 Months',0,0,29842,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77844,'Site receptionist',0,0,29843,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77845,'Caretaker',0,0,29843,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77846,'Duty holder',0,0,29843,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77847,'Tenants',0,0,29843,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77848,'Staff',0,0,29844,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77849,'Visitors',0,0,29844,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77850,'Caretaker',0,0,29844,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77851,'Manager',0,0,29844,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77852,'Everyone',0,0,29844,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77853,'Customers',0,0,29845,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77854,'Chefs',0,0,29845,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77855,'Waiters',0,0,29845,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77856,'Delivery Driver',0,0,29845,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77857,'Everyone',0,0,29845,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77858,'Everyone',0,0,29846,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77859,'Care Workers',0,0,29846,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77860,'Residence',0,0,29846,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77861,'Site Manager',0,0,29846,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77862,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29847,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77863,'One fire warden can cover everyone all the time',0,0,29847,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77864,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29847,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77865,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29847,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77866,'It is extra paperwork to deal with in the business',0,0,29848,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77867,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29848,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77868,'The fire policy tells the employees what times to take a break and when to come back',0,0,29848,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77869,'They look good on the wall and make the business look professional',0,0,29849,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77870,'The manager said they are there just for the visitors that come into the office',0,0,29849,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77871,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29849,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77872,'The normal fire policy will cover this, so no further action is required',0,0,29850,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77873,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29850,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77874,'Add some extra disabled signs around the building, so people know they are there.',0,0,29850,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77875,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29851,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77876,'The fire warden needs to complete it so they can show the manager it is done',0,0,29851,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(77877,'Mid Terrace House',0,0,29852,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77878,'End Terrace House',0,0,29852,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77879,'Semi Detached House',0,0,29852,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77880,'Flat',0,0,29852,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77881,'Bungalow',0,0,29852,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77882,'Flat Rof',0,0,29853,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77883,'Sedum Roof',0,0,29853,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77884,'Pitched Corrugated Roof',0,0,29853,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77885,'Pitched Slate or Tiled Roof',0,0,29853,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77886,'System Built',0,0,29854,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77887,'Solid Brick Wall',0,0,29854,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77888,'Cavity Brick Wall',0,0,29854,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77889,'Timber Framed Wall',0,0,29854,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77890,'Stone Wall',0,0,29854,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77891,'15 Floors',0,0,29855,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77892,'17 Floors',0,0,29855,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77893,'1 Floor',0,0,29855,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77894,'10 Floors',0,0,29855,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77895,'Chicken Shop',0,0,29856,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77896,'Italian Restaurant',0,0,29856,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77897,'Hardware Store',0,0,29856,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77898,'Clothing Shop',0,0,29856,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77899,'Home with More Operations',0,0,29857,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77900,'House of Multiple Occupancy',0,0,29857,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77901,'House with ManyOrganisations',0,0,29857,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77902,'Concrete Floor',0,0,29858,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77903,'Wooden Floor',0,0,29858,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77904,'Wooden Floor covered in felt bitumen',0,0,29858,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77905,'Hot ducting extraction unit in a kitchen',0,0,29859,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77906,'Display materials around the property',0,0,29859,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77907,'Electrical fuse board in common hallway',0,0,29859,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77908,'Chemicals - gas – paints',0,0,29859,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77909,'Rubbish piled up against a building',0,0,29860,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77910,'Electrical socket',0,0,29860,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77911,'Gas hob',0,0,29860,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77912,'Welding in a workshop',0,0,29860,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77913,'Plastic - foam - rubber',0,0,29861,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77914,'Solid concrete floor',0,0,29861,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77915,'Waste cardboard & paper rubbish',0,0,29861,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77916,'Oil & chemicals',0,0,29861,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77917,'Metal storage cabinet',0,0,29861,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77918,'Do nothing and leave it alone',0,0,29862,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77919,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29862,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77920,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29862,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77921,'18.00hr to 5am',0,0,29863,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77922,'7am to 4pm',0,0,29863,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77923,'21.00 to 3am',0,0,29863,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77924,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29864,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77925,'just to know how many people work there',0,0,29864,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77926,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29865,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77927,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29865,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77928,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29865,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77929,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29866,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77930,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29866,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77931,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29866,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77932,'One EML at the main entrance is sufficient',0,0,29867,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77933,'One EML on each landing level and one over the exit door',0,0,29867,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77934,'One EML halfway up the stairs well',0,0,29867,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77935,'Fire alarm system',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77936,'Emergency light system',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77937,'Fire extinguishers',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77938,'AOV',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77939,'Dry risers',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77940,'Fire doors',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77941,'Electrical systems',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77942,'Portable appliances',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77943,'Sprinkler systems',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77944,'Trip hazards',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77945,'Signage',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77946,'Gas systems',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77947,'All of them were applicable',0,0,29868,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77948,'3 months',0,0,29869,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77949,'6 months',0,0,29869,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77950,'12 months',0,0,29869,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77951,'3 months',0,0,29870,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77952,'6 months',0,0,29870,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77953,'12 months',0,0,29870,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77954,'1 month',0,0,29871,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77955,'3 months',0,0,29871,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77956,'6 months',0,0,29871,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77957,'12 months',0,0,29871,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77958,'3 months',0,0,29872,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77959,'6 months',0,0,29872,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77960,'12 months',0,0,29872,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77961,'3 months',0,0,29873,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77962,'6 months',0,0,29873,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77963,'12 months',0,0,29873,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77964,'1 month, depending on the environment',0,0,29874,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77965,'3 months, depending on the environment',0,0,29874,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77966,'6 months, depending on the environment',0,0,29874,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77967,'12 months, depending on the environment',0,0,29874,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77968,'1 month or weekly, depending on the environment',0,0,29875,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77969,'3 months, depending on the environment',0,0,29875,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77970,'6 months, depending on the environment',0,0,29875,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77971,'12 months, depending on the environment',0,0,29875,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77972,'1 month',0,0,29876,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77973,'3 months',0,0,29876,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77974,'6 months',0,0,29876,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77975,'12 months',0,0,29876,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77976,'1 month',0,0,29877,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77977,'3 months',0,0,29877,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77978,'6 months',0,0,29877,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77979,'12 months',0,0,29877,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77980,'1 Month',0,0,29878,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77981,'3 Months',0,0,29878,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77982,'6 Months',0,0,29878,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77983,'12 Months',0,0,29878,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77984,'1 Month',0,0,29879,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77985,'3 Months',0,0,29879,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77986,'6 Months',0,0,29879,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77987,'12 Months',0,0,29879,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77988,'1 Month',0,0,29880,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77989,'3 Months',0,0,29880,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77990,'6 Months',0,0,29880,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77991,'12 Months',0,0,29880,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77992,'1 Month',0,0,29881,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77993,'3 Months',0,0,29881,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77994,'6 Months',0,0,29881,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77995,'12 Months',0,0,29881,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77996,'Site receptionist',0,0,29882,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77997,'Caretaker',0,0,29882,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77998,'Duty holder',0,0,29882,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(77999,'Tenants',0,0,29882,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78000,'Staff',0,0,29883,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78001,'Visitors',0,0,29883,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78002,'Caretaker',0,0,29883,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78003,'Manager',0,0,29883,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78004,'Everyone',0,0,29883,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78005,'Customers',0,0,29884,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78006,'Chefs',0,0,29884,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78007,'Waiters',0,0,29884,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78008,'Delivery Driver',0,0,29884,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78009,'Everyone',0,0,29884,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78010,'Everyone',0,0,29885,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78011,'Care Workers',0,0,29885,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78012,'Residence',0,0,29885,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78013,'Site Manager',0,0,29885,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78014,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29886,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78015,'One fire warden can cover everyone all the time',0,0,29886,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78016,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29886,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78017,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29886,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78018,'It is extra paperwork to deal with in the business',0,0,29887,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78019,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29887,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78020,'The fire policy tells the employees what times to take a break and when to come back',0,0,29887,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78021,'They look good on the wall and make the business look professional',0,0,29888,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78022,'The manager said they are there just for the visitors that come into the office',0,0,29888,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78023,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29888,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78024,'The normal fire policy will cover this, so no further action is required',0,0,29889,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78025,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29889,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78026,'Add some extra disabled signs around the building, so people know they are there.',0,0,29889,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78027,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29890,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78028,'The fire warden needs to complete it so they can show the manager it is done',0,0,29890,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(78029,'Mid Terrace House',0,0,29891,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78030,'End Terrace House',0,0,29891,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78031,'Semi Detached House',0,0,29891,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78032,'Flat',0,0,29891,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78033,'Bungalow',0,0,29891,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78034,'Flat Rof',0,0,29892,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78035,'Sedum Roof',0,0,29892,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78036,'Pitched Corrugated Roof',0,0,29892,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78037,'Pitched Slate or Tiled Roof',0,0,29892,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78038,'System Built',0,0,29893,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78039,'Solid Brick Wall',0,0,29893,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78040,'Cavity Brick Wall',0,0,29893,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78041,'Timber Framed Wall',0,0,29893,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78042,'Stone Wall',0,0,29893,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78043,'15 Floors',0,0,29894,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78044,'17 Floors',0,0,29894,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78045,'1 Floor',0,0,29894,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78046,'10 Floors',0,0,29894,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78047,'Chicken Shop',0,0,29895,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78048,'Italian Restaurant',0,0,29895,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78049,'Hardware Store',0,0,29895,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78050,'Clothing Shop',0,0,29895,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78051,'Home with More Operations',0,0,29896,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78052,'House of Multiple Occupancy',0,0,29896,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78053,'House with ManyOrganisations',0,0,29896,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78054,'Concrete Floor',0,0,29897,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78055,'Wooden Floor',0,0,29897,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78056,'Wooden Floor covered in felt bitumen',0,0,29897,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78057,'Hot ducting extraction unit in a kitchen',0,0,29898,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78058,'Display materials around the property',0,0,29898,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78059,'Electrical fuse board in common hallway',0,0,29898,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78060,'Chemicals - gas – paints',0,0,29898,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78061,'Rubbish piled up against a building',0,0,29899,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78062,'Electrical socket',0,0,29899,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78063,'Gas hob',0,0,29899,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78064,'Welding in a workshop',0,0,29899,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78065,'Plastic - foam - rubber',0,0,29900,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78066,'Solid concrete floor',0,0,29900,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78067,'Waste cardboard & paper rubbish',0,0,29900,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78068,'Oil & chemicals',0,0,29900,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78069,'Metal storage cabinet',0,0,29900,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78070,'Do nothing and leave it alone',0,0,29901,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78071,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29901,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78072,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29901,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78073,'18.00hr to 5am',0,0,29902,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78074,'7am to 4pm',0,0,29902,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78075,'21.00 to 3am',0,0,29902,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78076,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29903,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78077,'just to know how many people work there',0,0,29903,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78078,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29904,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78079,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29904,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78080,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29904,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78081,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29905,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78082,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29905,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78083,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29905,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78084,'One EML at the main entrance is sufficient',0,0,29906,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78085,'One EML on each landing level and one over the exit door',0,0,29906,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78086,'One EML halfway up the stairs well',0,0,29906,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78087,'Fire alarm system',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78088,'Emergency light system',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78089,'Fire extinguishers',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78090,'AOV',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78091,'Dry risers',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78092,'Fire doors',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78093,'Electrical systems',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78094,'Portable appliances',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78095,'Sprinkler systems',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78096,'Trip hazards',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78097,'Signage',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78098,'Gas systems',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78099,'All of them were applicable',0,0,29907,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78100,'3 months',0,0,29908,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78101,'6 months',0,0,29908,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78102,'12 months',0,0,29908,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78103,'3 months',0,0,29909,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78104,'6 months',0,0,29909,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78105,'12 months',0,0,29909,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78106,'1 month',0,0,29910,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78107,'3 months',0,0,29910,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78108,'6 months',0,0,29910,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78109,'12 months',0,0,29910,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78110,'3 months',0,0,29911,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78111,'6 months',0,0,29911,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78112,'12 months',0,0,29911,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78113,'3 months',0,0,29912,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78114,'6 months',0,0,29912,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(78115,'12 months',0,0,29912,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78116,'1 month, depending on the environment',0,0,29913,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78117,'3 months, depending on the environment',0,0,29913,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78118,'6 months, depending on the environment',0,0,29913,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78119,'12 months, depending on the environment',0,0,29913,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78120,'1 month or weekly, depending on the environment',0,0,29914,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78121,'3 months, depending on the environment',0,0,29914,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78122,'6 months, depending on the environment',0,0,29914,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78123,'12 months, depending on the environment',0,0,29914,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78124,'1 month',0,0,29915,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78125,'3 months',0,0,29915,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78126,'6 months',0,0,29915,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78127,'12 months',0,0,29915,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78128,'1 month',0,0,29916,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78129,'3 months',0,0,29916,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78130,'6 months',0,0,29916,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78131,'12 months',0,0,29916,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78132,'1 Month',0,0,29917,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78133,'3 Months',0,0,29917,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78134,'6 Months',0,0,29917,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78135,'12 Months',0,0,29917,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78136,'1 Month',0,0,29918,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78137,'3 Months',0,0,29918,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78138,'6 Months',0,0,29918,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78139,'12 Months',0,0,29918,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78140,'1 Month',0,0,29919,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78141,'3 Months',0,0,29919,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78142,'6 Months',0,0,29919,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78143,'12 Months',0,0,29919,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78144,'1 Month',0,0,29920,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78145,'3 Months',0,0,29920,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78146,'6 Months',0,0,29920,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78147,'12 Months',0,0,29920,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78148,'Site receptionist',0,0,29921,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78149,'Caretaker',0,0,29921,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78150,'Duty holder',0,0,29921,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78151,'Tenants',0,0,29921,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78152,'Staff',0,0,29922,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78153,'Visitors',0,0,29922,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78154,'Caretaker',0,0,29922,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78155,'Manager',0,0,29922,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78156,'Everyone',0,0,29922,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78157,'Customers',0,0,29923,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78158,'Chefs',0,0,29923,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78159,'Waiters',0,0,29923,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78160,'Delivery Driver',0,0,29923,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78161,'Everyone',0,0,29923,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78162,'Everyone',0,0,29924,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78163,'Care Workers',0,0,29924,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78164,'Residence',0,0,29924,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78165,'Site Manager',0,0,29924,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78166,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29925,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78167,'One fire warden can cover everyone all the time',0,0,29925,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78168,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29925,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78169,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29925,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78170,'It is extra paperwork to deal with in the business',0,0,29926,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78171,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29926,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78172,'The fire policy tells the employees what times to take a break and when to come back',0,0,29926,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78173,'They look good on the wall and make the business look professional',0,0,29927,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78174,'The manager said they are there just for the visitors that come into the office',0,0,29927,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78175,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29927,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78176,'The normal fire policy will cover this, so no further action is required',0,0,29928,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78177,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29928,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78178,'Add some extra disabled signs around the building, so people know they are there.',0,0,29928,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78179,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29929,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78180,'The fire warden needs to complete it so they can show the manager it is done',0,0,29929,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78181,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,29929,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(78182,'Mid Terrace House',0,0,29930,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78183,'End Terrace House',0,0,29930,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78184,'Semi Detached House',0,0,29930,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78185,'Flat',0,0,29930,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78186,'Bungalow',0,0,29930,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78187,'Flat Rof',0,0,29931,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78188,'Sedum Roof',0,0,29931,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78189,'Pitched Corrugated Roof',0,0,29931,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78190,'Pitched Slate or Tiled Roof',0,0,29931,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78191,'System Built',0,0,29932,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78192,'Solid Brick Wall',0,0,29932,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78193,'Cavity Brick Wall',0,0,29932,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78194,'Timber Framed Wall',0,0,29932,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78195,'Stone Wall',0,0,29932,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78196,'15 Floors',0,0,29933,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78197,'17 Floors',0,0,29933,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78198,'1 Floor',0,0,29933,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78199,'10 Floors',0,0,29933,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78200,'Chicken Shop',0,0,29934,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78201,'Italian Restaurant',0,0,29934,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78202,'Hardware Store',0,0,29934,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78203,'Clothing Shop',0,0,29934,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78204,'Home with More Operations',0,0,29935,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78205,'House of Multiple Occupancy',0,0,29935,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78206,'House with ManyOrganisations',0,0,29935,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78207,'Concrete Floor',0,0,29936,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78208,'Wooden Floor',0,0,29936,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78209,'Wooden Floor covered in felt bitumen',0,0,29936,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78210,'Hot ducting extraction unit in a kitchen',0,0,29937,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78211,'Display materials around the property',0,0,29937,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78212,'Electrical fuse board in common hallway',0,0,29937,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78213,'Chemicals - gas – paints',0,0,29937,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78214,'Rubbish piled up against a building',0,0,29938,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78215,'Electrical socket',0,0,29938,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78216,'Gas hob',0,0,29938,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78217,'Welding in a workshop',0,0,29938,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78218,'Plastic - foam - rubber',0,0,29939,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78219,'Solid concrete floor',0,0,29939,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78220,'Waste cardboard & paper rubbish',0,0,29939,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78221,'Oil & chemicals',0,0,29939,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78222,'Metal storage cabinet',0,0,29939,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78223,'Do nothing and leave it alone',0,0,29940,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78224,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29940,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78225,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29940,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78226,'18.00hr to 5am',0,0,29941,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78227,'7am to 4pm',0,0,29941,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78228,'21.00 to 3am',0,0,29941,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78229,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29942,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78230,'just to know how many people work there',0,0,29942,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78231,'Site receptionist',0,0,29943,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78232,'Caretaker',0,0,29943,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78233,'Duty holder',0,0,29943,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78234,'Tenants',0,0,29943,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78235,'Staff',0,0,29944,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78236,'Visitors',0,0,29944,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78237,'Caretaker',0,0,29944,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78238,'Manager',0,0,29944,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78239,'Everyone',0,0,29944,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78240,'Customers',0,0,29945,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78241,'Chefs',0,0,29945,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78242,'Waiters',0,0,29945,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78243,'Delivery Driver',0,0,29945,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78244,'Everyone',0,0,29945,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78245,'Everyone',0,0,29946,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78246,'Care Workers',0,0,29946,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78247,'Residence',0,0,29946,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78248,'Site Manager',0,0,29946,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78249,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29947,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78250,'One fire warden can cover everyone all the time',0,0,29947,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78251,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29947,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78252,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29947,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78253,'It is extra paperwork to deal with in the business',0,0,29948,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78254,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29948,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78255,'The fire policy tells the employees what times to take a break and when to come back',0,0,29948,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78256,'They look good on the wall and make the business look professional',0,0,29949,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78257,'The manager said they are there just for the visitors that come into the office',0,0,29949,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78258,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29949,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78259,'The normal fire policy will cover this, so no further action is required',0,0,29950,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78260,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29950,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78261,'Add some extra disabled signs around the building, so people know they are there.',0,0,29950,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78262,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29951,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78263,'The fire warden needs to complete it so they can show the manager it is done',0,0,29951,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78264,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,29951,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78265,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29952,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78266,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29952,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78267,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29952,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78268,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29953,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78269,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29953,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78270,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29953,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78271,'One EML at the main entrance is sufficient',0,0,29954,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78272,'One EML on each landing level and one over the exit door',0,0,29954,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78273,'One EML halfway up the stairs well',0,0,29954,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78274,'Fire alarm system',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78275,'Emergency light system',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78276,'Fire extinguishers',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78277,'AOV',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78278,'Dry risers',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78279,'Fire doors',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78280,'Electrical systems',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78281,'Portable appliances',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78282,'Sprinkler systems',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78283,'Trip hazards',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78284,'Signage',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78285,'Gas systems',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78286,'All of them were applicable',0,0,29955,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78287,'3 months',0,0,29956,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78288,'6 months',0,0,29956,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78289,'12 months',0,0,29956,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78290,'3 months',0,0,29957,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78291,'6 months',0,0,29957,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78292,'12 months',0,0,29957,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78293,'1 month',0,0,29958,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78294,'3 months',0,0,29958,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78295,'6 months',0,0,29958,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78296,'12 months',0,0,29958,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78297,'3 months',0,0,29959,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78298,'6 months',0,0,29959,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78299,'12 months',0,0,29959,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78300,'3 months',0,0,29960,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78301,'6 months',0,0,29960,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78302,'12 months',0,0,29960,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78303,'1 month, depending on the environment',0,0,29961,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78304,'3 months, depending on the environment',0,0,29961,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78305,'6 months, depending on the environment',0,0,29961,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78306,'12 months, depending on the environment',0,0,29961,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78307,'1 month or weekly, depending on the environment',0,0,29962,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78308,'3 months, depending on the environment',0,0,29962,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78309,'6 months, depending on the environment',0,0,29962,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78310,'12 months, depending on the environment',0,0,29962,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78311,'1 month',0,0,29963,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78312,'3 months',0,0,29963,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78313,'6 months',0,0,29963,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78314,'12 months',0,0,29963,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78315,'1 month',0,0,29964,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78316,'3 months',0,0,29964,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78317,'6 months',0,0,29964,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78318,'12 months',0,0,29964,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78319,'1 Month',0,0,29965,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78320,'3 Months',0,0,29965,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78321,'6 Months',0,0,29965,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78322,'12 Months',0,0,29965,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78323,'1 Month',0,0,29966,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78324,'3 Months',0,0,29966,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78325,'6 Months',0,0,29966,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78326,'12 Months',0,0,29966,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78327,'1 Month',0,0,29967,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78328,'3 Months',0,0,29967,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78329,'6 Months',0,0,29967,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78330,'12 Months',0,0,29967,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78331,'1 Month',0,0,29968,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78332,'3 Months',0,0,29968,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78333,'6 Months',0,0,29968,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78334,'12 Months',0,0,29968,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(78335,'Mid Terrace House',0,0,29969,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78336,'End Terrace House',0,0,29969,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78337,'Semi Detached House',0,0,29969,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78338,'Flat',0,0,29969,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78339,'Bungalow',0,0,29969,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78340,'Flat Rof',0,0,29970,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78341,'Sedum Roof',0,0,29970,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78342,'Pitched Corrugated Roof',0,0,29970,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78343,'Pitched Slate or Tiled Roof',0,0,29970,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78344,'System Built',0,0,29971,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78345,'Solid Brick Wall',0,0,29971,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78346,'Cavity Brick Wall',0,0,29971,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78347,'Timber Framed Wall',0,0,29971,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78348,'Stone Wall',0,0,29971,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78349,'15 Floors',0,0,29972,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78350,'17 Floors',0,0,29972,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78351,'1 Floor',0,0,29972,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78352,'10 Floors',0,0,29972,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78353,'Chicken Shop',0,0,29973,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78354,'Italian Restaurant',0,0,29973,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78355,'Hardware Store',0,0,29973,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78356,'Clothing Shop',0,0,29973,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78357,'Home with More Operations',0,0,29974,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78358,'House of Multiple Occupancy',0,0,29974,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78359,'House with ManyOrganisations',0,0,29974,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78360,'Concrete Floor',0,0,29975,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78361,'Wooden Floor',0,0,29975,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78362,'Wooden Floor covered in felt bitumen',0,0,29975,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78363,'Hot ducting extraction unit in a kitchen',0,0,29976,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78364,'Display materials around the property',0,0,29976,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78365,'Electrical fuse board in common hallway',0,0,29976,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78366,'Chemicals - gas – paints',0,0,29976,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78367,'Rubbish piled up against a building',0,0,29977,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78368,'Electrical socket',0,0,29977,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78369,'Gas hob',0,0,29977,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78370,'Welding in a workshop',0,0,29977,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78371,'Plastic - foam - rubber',0,0,29978,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78372,'Solid concrete floor',0,0,29978,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78373,'Waste cardboard & paper rubbish',0,0,29978,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78374,'Oil & chemicals',0,0,29978,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78375,'Metal storage cabinet',0,0,29978,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78376,'Do nothing and leave it alone',0,0,29979,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78377,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,29979,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78378,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,29979,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78379,'18.00hr to 5am',0,0,29980,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78380,'7am to 4pm',0,0,29980,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78381,'21.00 to 3am',0,0,29980,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78382,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,29981,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78383,'just to know how many people work there',0,0,29981,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78384,'Staff',0,0,29982,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78385,'Visitors',0,0,29982,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78386,'Caretaker',0,0,29982,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78387,'Manager',0,0,29982,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78388,'Everyone',0,0,29982,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78389,'Customers',0,0,29983,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78390,'Chefs',0,0,29983,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78391,'Waiters',0,0,29983,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78392,'Delivery Driver',0,0,29983,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78393,'Everyone',0,0,29983,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78394,'Everyone',0,0,29984,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78395,'Care Workers',0,0,29984,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78396,'Residence',0,0,29984,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78397,'Site Manager',0,0,29984,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78398,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,29985,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78399,'One fire warden can cover everyone all the time',0,0,29985,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78400,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,29985,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78401,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,29985,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78402,'It is extra paperwork to deal with in the business',0,0,29986,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78403,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,29986,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78404,'The fire policy tells the employees what times to take a break and when to come back',0,0,29986,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78405,'They look good on the wall and make the business look professional',0,0,29987,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78406,'The manager said they are there just for the visitors that come into the office',0,0,29987,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78407,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,29987,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78408,'The normal fire policy will cover this, so no further action is required',0,0,29988,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78409,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,29988,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78410,'Add some extra disabled signs around the building, so people know they are there.',0,0,29988,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78411,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,29989,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78412,'The fire warden needs to complete it so they can show the manager it is done',0,0,29989,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78413,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,29989,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78414,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,29990,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78415,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29990,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78416,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29990,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78417,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,29991,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78418,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,29991,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78419,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,29991,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78420,'One EML at the main entrance is sufficient',0,0,29992,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78421,'One EML on each landing level and one over the exit door',0,0,29992,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78422,'One EML halfway up the stairs well',0,0,29992,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78423,'Fire alarm system',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78424,'Emergency light system',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78425,'Fire extinguishers',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78426,'AOV',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78427,'Dry risers',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78428,'Fire doors',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78429,'Electrical systems',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78430,'Portable appliances',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78431,'Sprinkler systems',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78432,'Trip hazards',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78433,'Signage',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78434,'Gas systems',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78435,'All of them were applicable',0,0,29993,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78436,'3 months',0,0,29994,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78437,'6 months',0,0,29994,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78438,'12 months',0,0,29994,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78439,'3 months',0,0,29995,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78440,'6 months',0,0,29995,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78441,'12 months',0,0,29995,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78442,'1 month',0,0,29996,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78443,'3 months',0,0,29996,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78444,'6 months',0,0,29996,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78445,'12 months',0,0,29996,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78446,'3 months',0,0,29997,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78447,'6 months',0,0,29997,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78448,'12 months',0,0,29997,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78449,'3 months',0,0,29998,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78450,'6 months',0,0,29998,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78451,'12 months',0,0,29998,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78452,'1 month, depending on the environment',0,0,29999,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78453,'3 months, depending on the environment',0,0,29999,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78454,'6 months, depending on the environment',0,0,29999,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78455,'12 months, depending on the environment',0,0,29999,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78456,'1 month or weekly, depending on the environment',0,0,30000,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78457,'3 months, depending on the environment',0,0,30000,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78458,'6 months, depending on the environment',0,0,30000,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78459,'12 months, depending on the environment',0,0,30000,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78460,'1 month',0,0,30001,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78461,'3 months',0,0,30001,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78462,'6 months',0,0,30001,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78463,'12 months',0,0,30001,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78464,'1 month',0,0,30002,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78465,'3 months',0,0,30002,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78466,'6 months',0,0,30002,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78467,'12 months',0,0,30002,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78468,'1 Month',0,0,30003,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78469,'3 Months',0,0,30003,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78470,'6 Months',0,0,30003,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78471,'12 Months',0,0,30003,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78472,'1 Month',0,0,30004,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78473,'3 Months',0,0,30004,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78474,'6 Months',0,0,30004,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78475,'12 Months',0,0,30004,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78476,'1 Month',0,0,30005,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78477,'3 Months',0,0,30005,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78478,'6 Months',0,0,30005,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78479,'12 Months',0,0,30005,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78480,'1 Month',0,0,30006,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78481,'3 Months',0,0,30006,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78482,'6 Months',0,0,30006,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78483,'12 Months',0,0,30006,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78484,'Site receptionist',0,0,30007,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78485,'Caretaker',0,0,30007,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78486,'Duty holder',0,0,30007,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78487,'Tenants',0,0,30007,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(78488,'Mid Terrace House',0,0,30008,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78489,'End Terrace House',0,0,30008,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78490,'Semi Detached House',0,0,30008,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78491,'Flat',0,0,30008,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78492,'Bungalow',0,0,30008,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78493,'Flat Rof',0,0,30009,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78494,'Sedum Roof',0,0,30009,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78495,'Pitched Corrugated Roof',0,0,30009,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78496,'Pitched Slate or Tiled Roof',0,0,30009,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78497,'System Built',0,0,30010,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78498,'Solid Brick Wall',0,0,30010,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78499,'Cavity Brick Wall',0,0,30010,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78500,'Timber Framed Wall',0,0,30010,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78501,'Stone Wall',0,0,30010,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78502,'15 Floors',0,0,30011,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78503,'17 Floors',0,0,30011,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78504,'1 Floor',0,0,30011,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78505,'10 Floors',0,0,30011,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78506,'Chicken Shop',0,0,30012,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78507,'Italian Restaurant',0,0,30012,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78508,'Hardware Store',0,0,30012,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78509,'Clothing Shop',0,0,30012,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78510,'Home with More Operations',0,0,30013,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78511,'House of Multiple Occupancy',0,0,30013,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78512,'House with ManyOrganisations',0,0,30013,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78513,'Concrete Floor',0,0,30014,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78514,'Wooden Floor',0,0,30014,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78515,'Wooden Floor covered in felt bitumen',0,0,30014,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78516,'Hot ducting extraction unit in a kitchen',0,0,30015,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78517,'Display materials around the property',0,0,30015,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78518,'Electrical fuse board in common hallway',0,0,30015,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78519,'Chemicals - gas – paints',0,0,30015,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78520,'Rubbish piled up against a building',0,0,30016,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78521,'Electrical socket',0,0,30016,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78522,'Gas hob',0,0,30016,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78523,'Welding in a workshop',0,0,30016,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78524,'Plastic - foam - rubber',0,0,30017,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78525,'Solid concrete floor',0,0,30017,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78526,'Waste cardboard & paper rubbish',0,0,30017,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78527,'Oil & chemicals',0,0,30017,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78528,'Metal storage cabinet',0,0,30017,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78529,'Do nothing and leave it alone',0,0,30018,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78530,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30018,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78531,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30018,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78532,'18.00hr to 5am',0,0,30019,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78533,'7am to 4pm',0,0,30019,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78534,'21.00 to 3am',0,0,30019,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78535,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30020,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78536,'just to know how many people work there',0,0,30020,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78537,'Staff',0,0,30021,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78538,'Visitors',0,0,30021,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78539,'Caretaker',0,0,30021,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78540,'Manager',0,0,30021,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78541,'Everyone',0,0,30021,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78542,'Customers',0,0,30022,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78543,'Chefs',0,0,30022,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78544,'Waiters',0,0,30022,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78545,'Delivery Driver',0,0,30022,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78546,'Everyone',0,0,30022,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78547,'Everyone',0,0,30023,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78548,'Care Workers',0,0,30023,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78549,'Residence',0,0,30023,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78550,'Site Manager',0,0,30023,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78551,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30024,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78552,'One fire warden can cover everyone all the time',0,0,30024,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78553,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30024,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78554,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30024,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78555,'It is extra paperwork to deal with in the business',0,0,30025,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78556,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30025,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78557,'The fire policy tells the employees what times to take a break and when to come back',0,0,30025,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78558,'They look good on the wall and make the business look professional',0,0,30026,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78559,'The manager said they are there just for the visitors that come into the office',0,0,30026,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78560,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30026,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78561,'The normal fire policy will cover this, so no further action is required',0,0,30027,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78562,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30027,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78563,'Add some extra disabled signs around the building, so people know they are there.',0,0,30027,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78564,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30028,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78565,'The fire warden needs to complete it so they can show the manager it is done',0,0,30028,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78566,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30028,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78567,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30029,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78568,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30029,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78569,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30029,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78570,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30030,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78571,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30030,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78572,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30030,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78573,'One EML at the main entrance is sufficient',0,0,30031,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78574,'One EML on each landing level and one over the exit door',0,0,30031,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78575,'One EML halfway up the stairs well',0,0,30031,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78576,'Fire alarm system',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78577,'Emergency light system',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78578,'Fire extinguishers',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78579,'AOV',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78580,'Dry risers',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78581,'Fire doors',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78582,'Electrical systems',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78583,'Portable appliances',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78584,'Sprinkler systems',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78585,'Trip hazards',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78586,'Signage',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78587,'Gas systems',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78588,'All of them were applicable',0,0,30032,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78589,'3 months',0,0,30033,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78590,'6 months',0,0,30033,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78591,'12 months',0,0,30033,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78592,'3 months',0,0,30034,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78593,'6 months',0,0,30034,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78594,'12 months',0,0,30034,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78595,'1 month',0,0,30035,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78596,'3 months',0,0,30035,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78597,'6 months',0,0,30035,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78598,'12 months',0,0,30035,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78599,'3 months',0,0,30036,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78600,'6 months',0,0,30036,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78601,'12 months',0,0,30036,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78602,'3 months',0,0,30037,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78603,'6 months',0,0,30037,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78604,'12 months',0,0,30037,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78605,'1 month, depending on the environment',0,0,30038,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78606,'3 months, depending on the environment',0,0,30038,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78607,'6 months, depending on the environment',0,0,30038,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78608,'12 months, depending on the environment',0,0,30038,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78609,'1 month or weekly, depending on the environment',0,0,30039,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78610,'3 months, depending on the environment',0,0,30039,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78611,'6 months, depending on the environment',0,0,30039,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78612,'12 months, depending on the environment',0,0,30039,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78613,'1 month',0,0,30040,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78614,'3 months',0,0,30040,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78615,'6 months',0,0,30040,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78616,'12 months',0,0,30040,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78617,'1 month',0,0,30041,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78618,'3 months',0,0,30041,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78619,'6 months',0,0,30041,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78620,'12 months',0,0,30041,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78621,'1 Month',0,0,30042,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78622,'3 Months',0,0,30042,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78623,'6 Months',0,0,30042,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78624,'12 Months',0,0,30042,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78625,'1 Month',0,0,30043,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78626,'3 Months',0,0,30043,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78627,'6 Months',0,0,30043,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78628,'12 Months',0,0,30043,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78629,'1 Month',0,0,30044,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78630,'3 Months',0,0,30044,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78631,'6 Months',0,0,30044,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78632,'12 Months',0,0,30044,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78633,'1 Month',0,0,30045,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78634,'3 Months',0,0,30045,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78635,'6 Months',0,0,30045,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78636,'12 Months',0,0,30045,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78637,'Site receptionist',0,0,30046,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78638,'Caretaker',0,0,30046,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78639,'Duty holder',0,0,30046,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78640,'Tenants',0,0,30046,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(78641,'Mid Terrace House',0,0,30047,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78642,'End Terrace House',0,0,30047,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78643,'Semi Detached House',0,0,30047,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78644,'Flat',0,0,30047,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78645,'Bungalow',0,0,30047,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78646,'Flat Rof',0,0,30048,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78647,'Sedum Roof',0,0,30048,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78648,'Pitched Corrugated Roof',0,0,30048,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78649,'Pitched Slate or Tiled Roof',0,0,30048,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78650,'System Built',0,0,30049,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78651,'Solid Brick Wall',0,0,30049,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78652,'Cavity Brick Wall',0,0,30049,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78653,'Timber Framed Wall',0,0,30049,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78654,'Stone Wall',0,0,30049,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78655,'15 Floors',0,0,30050,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78656,'17 Floors',0,0,30050,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78657,'1 Floor',0,0,30050,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78658,'10 Floors',0,0,30050,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78659,'Chicken Shop',0,0,30051,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78660,'Italian Restaurant',0,0,30051,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78661,'Hardware Store',0,0,30051,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78662,'Clothing Shop',0,0,30051,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78663,'Home with More Operations',0,0,30052,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78664,'House of Multiple Occupancy',0,0,30052,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78665,'House with ManyOrganisations',0,0,30052,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78666,'Concrete Floor',0,0,30053,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78667,'Wooden Floor',0,0,30053,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78668,'Wooden Floor covered in felt bitumen',0,0,30053,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78669,'Hot ducting extraction unit in a kitchen',0,0,30054,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78670,'Display materials around the property',0,0,30054,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78671,'Electrical fuse board in common hallway',0,0,30054,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78672,'Chemicals - gas – paints',0,0,30054,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78673,'Rubbish piled up against a building',0,0,30055,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78674,'Electrical socket',0,0,30055,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78675,'Gas hob',0,0,30055,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78676,'Welding in a workshop',0,0,30055,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78677,'Plastic - foam - rubber',0,0,30056,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78678,'Solid concrete floor',0,0,30056,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78679,'Waste cardboard & paper rubbish',0,0,30056,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78680,'Oil & chemicals',0,0,30056,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78681,'Metal storage cabinet',0,0,30056,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78682,'Do nothing and leave it alone',0,0,30057,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78683,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30057,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78684,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30057,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78685,'18.00hr to 5am',0,0,30058,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78686,'7am to 4pm',0,0,30058,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78687,'21.00 to 3am',0,0,30058,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78688,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30059,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78689,'just to know how many people work there',0,0,30059,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78690,'Staff',0,0,30060,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78691,'Visitors',0,0,30060,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78692,'Caretaker',0,0,30060,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78693,'Manager',0,0,30060,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78694,'Everyone',0,0,30060,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78695,'Customers',0,0,30061,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78696,'Chefs',0,0,30061,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78697,'Waiters',0,0,30061,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78698,'Delivery Driver',0,0,30061,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78699,'Everyone',0,0,30061,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78700,'Everyone',0,0,30062,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78701,'Care Workers',0,0,30062,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78702,'Residence',0,0,30062,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78703,'Site Manager',0,0,30062,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78704,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30063,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78705,'One fire warden can cover everyone all the time',0,0,30063,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78706,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30063,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78707,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30063,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78708,'It is extra paperwork to deal with in the business',0,0,30064,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78709,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30064,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78710,'The fire policy tells the employees what times to take a break and when to come back',0,0,30064,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78711,'They look good on the wall and make the business look professional',0,0,30065,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78712,'The manager said they are there just for the visitors that come into the office',0,0,30065,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78713,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30065,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78714,'The normal fire policy will cover this, so no further action is required',0,0,30066,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78715,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30066,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78716,'Add some extra disabled signs around the building, so people know they are there.',0,0,30066,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78717,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30067,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78718,'The fire warden needs to complete it so they can show the manager it is done',0,0,30067,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78719,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30067,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78720,'Site receptionist',0,0,30068,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78721,'Caretaker',0,0,30068,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78722,'Duty holder',0,0,30068,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78723,'Tenants',0,0,30068,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78724,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30069,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78725,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30069,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78726,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30069,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78727,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30070,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78728,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30070,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78729,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30070,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78730,'One EML at the main entrance is sufficient',0,0,30071,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78731,'One EML on each landing level and one over the exit door',0,0,30071,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78732,'One EML halfway up the stairs well',0,0,30071,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78733,'Fire alarm system',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78734,'Emergency light system',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78735,'Fire extinguishers',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78736,'AOV',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78737,'Dry risers',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78738,'Fire doors',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78739,'Electrical systems',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78740,'Portable appliances',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78741,'Sprinkler systems',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78742,'Trip hazards',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78743,'Signage',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78744,'Gas systems',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78745,'All, where applicable',0,0,30072,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78746,'3 months',0,0,30073,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78747,'6 months',0,0,30073,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78748,'12 months',0,0,30073,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78749,'3 months',0,0,30074,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78750,'6 months',0,0,30074,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78751,'12 months',0,0,30074,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78752,'1 month',0,0,30075,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78753,'3 months',0,0,30075,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78754,'6 months',0,0,30075,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78755,'12 months',0,0,30075,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78756,'3 months',0,0,30076,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78757,'6 months',0,0,30076,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78758,'12 months',0,0,30076,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78759,'3 months',0,0,30077,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78760,'6 months',0,0,30077,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78761,'12 months',0,0,30077,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78762,'1 month, depending on the environment',0,0,30078,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78763,'3 months, depending on the environment',0,0,30078,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78764,'6 months, depending on the environment',0,0,30078,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78765,'12 months, depending on the environment',0,0,30078,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78766,'1 month or weekly, depending on the environment',0,0,30079,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78767,'3 months, depending on the environment',0,0,30079,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78768,'6 months, depending on the environment',0,0,30079,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78769,'12 months, depending on the environment',0,0,30079,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78770,'1 month',0,0,30080,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78771,'3 months',0,0,30080,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78772,'6 months',0,0,30080,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78773,'12 months',0,0,30080,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78774,'1 month',0,0,30081,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78775,'3 months',0,0,30081,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78776,'6 months',0,0,30081,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78777,'12 months',0,0,30081,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78778,'1 Month',0,0,30082,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78779,'3 Months',0,0,30082,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78780,'6 Months',0,0,30082,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78781,'12 Months',0,0,30082,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78782,'1 Month',0,0,30083,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78783,'3 Months',0,0,30083,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78784,'6 Months',0,0,30083,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78785,'12 Months',0,0,30083,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78786,'1 Month',0,0,30084,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78787,'3 Months',0,0,30084,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78788,'6 Months',0,0,30084,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78789,'12 Months',0,0,30084,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78790,'1 Month',0,0,30085,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78791,'3 Months',0,0,30085,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78792,'6 Months',0,0,30085,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78793,'12 Months',0,0,30085,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(78794,'Mid Terrace House',0,0,30086,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78795,'End Terrace House',0,0,30086,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78796,'Semi Detached House',0,0,30086,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78797,'Flat',0,0,30086,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78798,'Bungalow',0,0,30086,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78799,'Flat Rof',0,0,30087,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78800,'Sedum Roof',0,0,30087,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78801,'Pitched Corrugated Roof',0,0,30087,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78802,'Pitched Slate or Tiled Roof',0,0,30087,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78803,'System Built',0,0,30088,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78804,'Solid Brick Wall',0,0,30088,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78805,'Cavity Brick Wall',0,0,30088,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78806,'Timber Framed Wall',0,0,30088,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78807,'Stone Wall',0,0,30088,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78808,'15 Floors',0,0,30089,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78809,'17 Floors',0,0,30089,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78810,'1 Floor',0,0,30089,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78811,'10 Floors',0,0,30089,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78812,'Chicken Shop',0,0,30090,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78813,'Italian Restaurant',0,0,30090,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78814,'Hardware Store',0,0,30090,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78815,'Clothing Shop',0,0,30090,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78816,'Home with More Operations',0,0,30091,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78817,'House of Multiple Occupancy',0,0,30091,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78818,'House with ManyOrganisations',0,0,30091,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78819,'Concrete Floor',0,0,30092,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78820,'Wooden Floor',0,0,30092,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78821,'Wooden Floor covered in felt bitumen',0,0,30092,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78822,'Hot ducting extraction unit in a kitchen',0,0,30093,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78823,'Display materials around the property',0,0,30093,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78824,'Electrical fuse board in common hallway',0,0,30093,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78825,'Chemicals - gas – paints',0,0,30093,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78826,'Rubbish piled up against a building',0,0,30094,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78827,'Electrical socket',0,0,30094,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78828,'Gas hob',0,0,30094,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78829,'Welding in a workshop',0,0,30094,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78830,'Plastic - foam - rubber',0,0,30095,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78831,'Solid concrete floor',0,0,30095,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78832,'Waste cardboard & paper rubbish',0,0,30095,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78833,'Oil & chemicals',0,0,30095,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78834,'Metal storage cabinet',0,0,30095,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78835,'Do nothing and leave it alone',0,0,30096,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78836,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30096,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78837,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30096,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78838,'18.00hr to 5am',0,0,30097,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78839,'7am to 4pm',0,0,30097,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78840,'21.00 to 3am',0,0,30097,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78841,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30098,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78842,'just to know how many people work there',0,0,30098,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78843,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30099,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78844,'One fire warden can cover everyone all the time',0,0,30099,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78845,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30099,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78846,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30099,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78847,'It is extra paperwork to deal with in the business',0,0,30100,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78848,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30100,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78849,'The fire policy tells the employees what times to take a break and when to come back',0,0,30100,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78850,'They look good on the wall and make the business look professional',0,0,30101,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78851,'The manager said they are there just for the visitors that come into the office',0,0,30101,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78852,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30101,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78853,'The normal fire policy will cover this, so no further action is required',0,0,30102,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78854,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30102,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78855,'Add some extra disabled signs around the building, so people know they are there.',0,0,30102,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78856,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30103,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78857,'The fire warden needs to complete it so they can show the manager it is done',0,0,30103,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78858,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30103,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78859,'Site receptionist',0,0,30104,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78860,'Caretaker',0,0,30104,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78861,'Duty holder',0,0,30104,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78862,'Tenants',0,0,30104,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78863,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30105,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78864,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30105,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78865,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30105,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78866,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30106,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78867,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30106,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78868,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30106,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78869,'One EML at the main entrance is sufficient',0,0,30107,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78870,'One EML on each landing level and one over the exit door',0,0,30107,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78871,'One EML halfway up the stairs well',0,0,30107,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78872,'Fire alarm system',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78873,'Emergency light system',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78874,'Fire extinguishers',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78875,'AOV',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78876,'Dry risers',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78877,'Fire doors',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78878,'Electrical systems',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78879,'Portable appliances',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78880,'Sprinkler systems',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78881,'Trip hazards',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78882,'Signage',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78883,'Gas systems',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78884,'All, where applicable',0,0,30108,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78885,'3 months',0,0,30109,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78886,'6 months',0,0,30109,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78887,'12 months',0,0,30109,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78888,'3 months',0,0,30110,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78889,'6 months',0,0,30110,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78890,'12 months',0,0,30110,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78891,'1 month',0,0,30111,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78892,'3 months',0,0,30111,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78893,'6 months',0,0,30111,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78894,'12 months',0,0,30111,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78895,'3 months',0,0,30112,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78896,'6 months',0,0,30112,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78897,'12 months',0,0,30112,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78898,'3 months',0,0,30113,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78899,'6 months',0,0,30113,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78900,'12 months',0,0,30113,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78901,'1 month, depending on the environment',0,0,30114,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78902,'3 months, depending on the environment',0,0,30114,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78903,'6 months, depending on the environment',0,0,30114,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78904,'12 months, depending on the environment',0,0,30114,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78905,'1 month or weekly, depending on the environment',0,0,30115,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78906,'3 months, depending on the environment',0,0,30115,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78907,'6 months, depending on the environment',0,0,30115,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78908,'12 months, depending on the environment',0,0,30115,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78909,'1 month',0,0,30116,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78910,'3 months',0,0,30116,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78911,'6 months',0,0,30116,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78912,'12 months',0,0,30116,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78913,'1 month',0,0,30117,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78914,'3 months',0,0,30117,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78915,'6 months',0,0,30117,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78916,'12 months',0,0,30117,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78917,'1 Month',0,0,30118,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78918,'3 Months',0,0,30118,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78919,'6 Months',0,0,30118,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78920,'12 Months',0,0,30118,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78921,'1 Month',0,0,30119,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78922,'3 Months',0,0,30119,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78923,'6 Months',0,0,30119,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78924,'12 Months',0,0,30119,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78925,'1 Month',0,0,30120,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78926,'3 Months',0,0,30120,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78927,'6 Months',0,0,30120,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78928,'12 Months',0,0,30120,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78929,'1 Month',0,0,30121,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78930,'3 Months',0,0,30121,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78931,'6 Months',0,0,30121,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78932,'12 Months',0,0,30121,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78933,'Staff',0,0,30122,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78934,'Visitors',0,0,30122,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78935,'Caretaker',0,0,30122,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78936,'Manager',0,0,30122,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78937,'Everyone',0,0,30122,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78938,'Customers',0,0,30123,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78939,'Chefs',0,0,30123,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78940,'Waiters',0,0,30123,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78941,'Delivery Driver',0,0,30123,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78942,'Everyone',0,0,30123,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78943,'Everyone',0,0,30124,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78944,'Care Workers',0,0,30124,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78945,'Residence',0,0,30124,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78946,'Site Manager',0,0,30124,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(78947,'Mid Terrace House',0,0,30125,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78948,'End Terrace House',0,0,30125,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78949,'Semi Detached House',0,0,30125,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78950,'Flat',0,0,30125,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78951,'Bungalow',0,0,30125,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78952,'Flat Rof',0,0,30126,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78953,'Sedum Roof',0,0,30126,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78954,'Pitched Corrugated Roof',0,0,30126,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78955,'Pitched Slate or Tiled Roof',0,0,30126,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78956,'System Built',0,0,30127,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78957,'Solid Brick Wall',0,0,30127,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78958,'Cavity Brick Wall',0,0,30127,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78959,'Timber Framed Wall',0,0,30127,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78960,'Stone Wall',0,0,30127,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78961,'15 Floors',0,0,30128,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78962,'17 Floors',0,0,30128,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78963,'1 Floor',0,0,30128,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78964,'10 Floors',0,0,30128,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78965,'Chicken Shop',0,0,30129,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78966,'Italian Restaurant',0,0,30129,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78967,'Hardware Store',0,0,30129,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78968,'Clothing Shop',0,0,30129,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78969,'Home with More Operations',0,0,30130,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78970,'House of Multiple Occupancy',0,0,30130,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78971,'House with ManyOrganisations',0,0,30130,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78972,'Concrete Floor',0,0,30131,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78973,'Wooden Floor',0,0,30131,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78974,'Wooden Floor covered in felt bitumen',0,0,30131,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78975,'Hot ducting extraction unit in a kitchen',0,0,30132,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78976,'Display materials around the property',0,0,30132,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78977,'Electrical fuse board in common hallway',0,0,30132,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78978,'Chemicals - gas – paints',0,0,30132,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78979,'Rubbish piled up against a building',0,0,30133,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78980,'Electrical socket',0,0,30133,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78981,'Gas hob',0,0,30133,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78982,'Welding in a workshop',0,0,30133,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78983,'Plastic - foam - rubber',0,0,30134,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78984,'Solid concrete floor',0,0,30134,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78985,'Waste cardboard & paper rubbish',0,0,30134,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78986,'Oil & chemicals',0,0,30134,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78987,'Metal storage cabinet',0,0,30134,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78988,'Do nothing and leave it alone',0,0,30135,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78989,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30135,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78990,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30135,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78991,'18.00hr to 5am',0,0,30136,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78992,'7am to 4pm',0,0,30136,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78993,'21.00 to 3am',0,0,30136,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78994,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30137,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78995,'just to know how many people work there',0,0,30137,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78996,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30138,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78997,'One fire warden can cover everyone all the time',0,0,30138,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78998,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30138,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(78999,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30138,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79000,'It is extra paperwork to deal with in the business',0,0,30139,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79001,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30139,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79002,'The fire policy tells the employees what times to take a break and when to come back',0,0,30139,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79003,'They look good on the wall and make the business look professional',0,0,30140,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79004,'The manager said they are there just for the visitors that come into the office',0,0,30140,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79005,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30140,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79006,'The normal fire policy will cover this, so no further action is required',0,0,30141,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79007,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30141,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79008,'Add some extra disabled signs around the building, so people know they are there.',0,0,30141,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79009,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30142,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79010,'The fire warden needs to complete it so they can show the manager it is done',0,0,30142,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79011,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30142,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79012,'Site receptionist',0,0,30143,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79013,'Caretaker',0,0,30143,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79014,'Duty holder',0,0,30143,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79015,'Tenants',0,0,30143,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79016,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30144,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79017,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30144,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79018,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30144,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79019,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30145,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79020,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30145,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79021,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30145,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79022,'One EML at the main entrance is sufficient',0,0,30146,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79023,'One EML on each landing level and one over the exit door',0,0,30146,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79024,'One EML halfway up the stairs well',0,0,30146,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79025,'Fire alarm system',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79026,'Emergency light system',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79027,'Fire extinguishers',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79028,'AOV',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79029,'Dry risers',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79030,'Fire doors',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79031,'Electrical systems',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79032,'Portable appliances',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79033,'Sprinkler systems',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79034,'Trip hazards',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79035,'Signage',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79036,'Gas systems',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79037,'All, where applicable',0,0,30147,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79038,'3 months',0,0,30148,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79039,'6 months',0,0,30148,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79040,'12 months',0,0,30148,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79041,'3 months',0,0,30149,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79042,'6 months',0,0,30149,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79043,'12 months',0,0,30149,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79044,'1 month',0,0,30150,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79045,'3 months',0,0,30150,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79046,'6 months',0,0,30150,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79047,'12 months',0,0,30150,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79048,'3 months',0,0,30151,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79049,'6 months',0,0,30151,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79050,'12 months',0,0,30151,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79051,'3 months',0,0,30152,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79052,'6 months',0,0,30152,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79053,'12 months',0,0,30152,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79054,'1 month, depending on the environment',0,0,30153,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79055,'3 months, depending on the environment',0,0,30153,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79056,'6 months, depending on the environment',0,0,30153,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79057,'12 months, depending on the environment',0,0,30153,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79058,'1 month or weekly, depending on the environment',0,0,30154,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79059,'3 months, depending on the environment',0,0,30154,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79060,'6 months, depending on the environment',0,0,30154,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79061,'12 months, depending on the environment',0,0,30154,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79062,'1 month',0,0,30155,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79063,'3 months',0,0,30155,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79064,'6 months',0,0,30155,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79065,'12 months',0,0,30155,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79066,'1 month',0,0,30156,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79067,'3 months',0,0,30156,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79068,'6 months',0,0,30156,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79069,'12 months',0,0,30156,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79070,'1 Month',0,0,30157,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79071,'3 Months',0,0,30157,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79072,'6 Months',0,0,30157,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79073,'12 Months',0,0,30157,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79074,'1 Month',0,0,30158,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79075,'3 Months',0,0,30158,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79076,'6 Months',0,0,30158,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79077,'12 Months',0,0,30158,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79078,'1 Month',0,0,30159,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79079,'3 Months',0,0,30159,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79080,'6 Months',0,0,30159,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79081,'12 Months',0,0,30159,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79082,'1 Month',0,0,30160,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79083,'3 Months',0,0,30160,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79084,'6 Months',0,0,30160,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79085,'12 Months',0,0,30160,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79086,'Staff',0,0,30161,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79087,'Visitors',0,0,30161,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79088,'Caretaker',0,0,30161,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79089,'Manager',0,0,30161,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79090,'Everyone',0,0,30161,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79091,'Customers',0,0,30162,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79092,'Chefs',0,0,30162,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79093,'Waiters',0,0,30162,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79094,'Delivery Driver',0,0,30162,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79095,'Everyone',0,0,30162,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79096,'Everyone',0,0,30163,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79097,'Care Workers',0,0,30163,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79098,'Residence',0,0,30163,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79099,'Site Manager',0,0,30163,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79100,'Staff',0,0,30164,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79101,'Visitors',0,0,30164,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79102,'Caretaker',0,0,30164,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79103,'Manager',0,0,30164,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79104,'Everyone',0,0,30164,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79105,'Customers',0,0,30165,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79106,'Chefs',0,0,30165,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79107,'Waiters',0,0,30165,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79108,'Delivery Driver',0,0,30165,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79109,'Everyone',0,0,30165,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79110,'Everyone',0,0,30166,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79111,'Care Workers',0,0,30166,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79112,'Residence',0,0,30166,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79113,'Site Manager',0,0,30166,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(79114,'Hot ducting extraction unit in a kitchen',0,0,30167,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79115,'Display materials around the property',0,0,30167,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79116,'Electrical fuse board in common hallway',0,0,30167,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79117,'Chemicals - gas – paints',0,0,30167,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79118,'Rubbish piled up against a building',0,0,30168,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79119,'Electrical socket',0,0,30168,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79120,'Gas hob',0,0,30168,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79121,'Welding in a workshop',0,0,30168,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79122,'Plastic - foam - rubber',0,0,30169,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(79123,'Solid concrete floor',0,0,30169,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79124,'Waste cardboard & paper rubbish',0,0,30169,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79125,'Oil & chemicals',0,0,30169,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79126,'Metal storage cabinet',0,0,30169,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79127,'Do nothing and leave it alone',0,0,30170,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79128,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30170,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79129,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30170,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79130,'18.00hr to 5am',0,0,30171,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79131,'7am to 4pm',0,0,30171,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79132,'21.00 to 3am',0,0,30171,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79133,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30172,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79134,'just to know how many people work there',0,0,30172,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79135,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30173,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79136,'One fire warden can cover everyone all the time',0,0,30173,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79137,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30173,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79138,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30173,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79139,'It is extra paperwork to deal with in the business',0,0,30174,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79140,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30174,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79141,'The fire policy tells the employees what times to take a break and when to come back',0,0,30174,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79142,'They look good on the wall and make the business look professional',0,0,30175,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79143,'The manager said they are there just for the visitors that come into the office',0,0,30175,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79144,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30175,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79145,'The normal fire policy will cover this, so no further action is required',0,0,30176,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79146,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30176,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79147,'Add some extra disabled signs around the building, so people know they are there.',0,0,30176,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79148,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30177,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79149,'The fire warden needs to complete it so they can show the manager it is done',0,0,30177,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79150,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30177,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79151,'Site receptionist',0,0,30178,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79152,'Caretaker',0,0,30178,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79153,'Duty holder',0,0,30178,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79154,'Tenants',0,0,30178,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79155,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30179,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79156,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30179,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79157,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30179,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79158,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30180,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79159,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30180,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79160,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30180,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79161,'One EML at the main entrance is sufficient',0,0,30181,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79162,'One EML on each landing level and one over the exit door',0,0,30181,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79163,'One EML halfway up the stairs well',0,0,30181,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79164,'Fire alarm system',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79165,'Emergency light system',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79166,'Fire extinguishers',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79167,'AOV',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79168,'Dry risers',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79169,'Fire doors',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79170,'Electrical systems',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79171,'Portable appliances',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79172,'Sprinkler systems',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79173,'Trip hazards',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79174,'Signage',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79175,'Gas systems',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79176,'All, where applicable',0,0,30182,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79177,'3 months',0,0,30183,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79178,'6 months',0,0,30183,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79179,'12 months',0,0,30183,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79180,'3 months',0,0,30184,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79181,'6 months',0,0,30184,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79182,'12 months',0,0,30184,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79183,'1 month',0,0,30185,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79184,'3 months',0,0,30185,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79185,'6 months',0,0,30185,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79186,'12 months',0,0,30185,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79187,'3 months',0,0,30186,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79188,'6 months',0,0,30186,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79189,'12 months',0,0,30186,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79190,'3 months',0,0,30187,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79191,'6 months',0,0,30187,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79192,'12 months',0,0,30187,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79193,'1 month, depending on the environment',0,0,30188,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79194,'3 months, depending on the environment',0,0,30188,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79195,'6 months, depending on the environment',0,0,30188,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79196,'12 months, depending on the environment',0,0,30188,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79197,'1 month or weekly, depending on the environment',0,0,30189,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79198,'3 months, depending on the environment',0,0,30189,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79199,'6 months, depending on the environment',0,0,30189,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79200,'12 months, depending on the environment',0,0,30189,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79201,'1 month',0,0,30190,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79202,'3 months',0,0,30190,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79203,'6 months',0,0,30190,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79204,'12 months',0,0,30190,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79205,'1 month',0,0,30191,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79206,'3 months',0,0,30191,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79207,'6 months',0,0,30191,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79208,'12 months',0,0,30191,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79209,'1 Month',0,0,30192,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79210,'3 Months',0,0,30192,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79211,'6 Months',0,0,30192,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79212,'12 Months',0,0,30192,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79213,'1 Month',0,0,30193,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79214,'3 Months',0,0,30193,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79215,'6 Months',0,0,30193,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79216,'12 Months',0,0,30193,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79217,'1 Month',0,0,30194,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79218,'3 Months',0,0,30194,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79219,'6 Months',0,0,30194,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79220,'12 Months',0,0,30194,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79221,'1 Month',0,0,30195,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79222,'3 Months',0,0,30195,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79223,'6 Months',0,0,30195,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79224,'12 Months',0,0,30195,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79225,'Staff',0,0,30196,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79226,'Visitors',0,0,30196,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79227,'Caretaker',0,0,30196,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79228,'Manager',0,0,30196,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79229,'Everyone',0,0,30196,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79230,'Customers',0,0,30197,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79231,'Chefs',0,0,30197,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79232,'Waiters',0,0,30197,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79233,'Delivery Driver',0,0,30197,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79234,'Everyone',0,0,30197,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79235,'Everyone',0,0,30198,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79236,'Care Workers',0,0,30198,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79237,'Residence',0,0,30198,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79238,'Site Manager',0,0,30198,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79239,'Staff',0,0,30199,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79240,'Visitors',0,0,30199,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79241,'Caretaker',0,0,30199,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79242,'Manager',0,0,30199,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79243,'Everyone',0,0,30199,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79244,'Customers',0,0,30200,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79245,'Chefs',0,0,30200,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79246,'Waiters',0,0,30200,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79247,'Delivery Driver',0,0,30200,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79248,'Everyone',0,0,30200,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79249,'Everyone',0,0,30201,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79250,'Care Workers',0,0,30201,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79251,'Residence',0,0,30201,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79252,'Site Manager',0,0,30201,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79253,'Mid Terrace House',0,0,30202,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79254,'End Terrace House',0,0,30202,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79255,'Semi Detached House',0,0,30202,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79256,'Flat',0,0,30202,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79257,'Bungalow',0,0,30202,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79258,'Flat Rof',0,0,30203,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79259,'Sedum Roof',0,0,30203,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79260,'Pitched Corrugated Roof',0,0,30203,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79261,'Pitched Slate or Tiled Roof',0,0,30203,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79262,'System Built',0,0,30204,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79263,'Solid Brick Wall',0,0,30204,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79264,'Cavity Brick Wall',0,0,30204,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79265,'Timber Framed Wall',0,0,30204,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79266,'Stone Wall',0,0,30204,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79267,'15 Floors',0,0,30205,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79268,'17 Floors',0,0,30205,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79269,'1 Floor',0,0,30205,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79270,'10 Floors',0,0,30205,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79271,'Chicken Shop',0,0,30206,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79272,'Italian Restaurant',0,0,30206,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79273,'Hardware Store',0,0,30206,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79274,'Clothing Shop',0,0,30206,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79275,'Home with More Operations',0,0,30207,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79276,'House of Multiple Occupancy',0,0,30207,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79277,'House with ManyOrganisations',0,0,30207,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79278,'Concrete Floor',0,0,30208,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79279,'Wooden Floor',0,0,30208,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79280,'Wooden Floor covered in felt bitumen',0,0,30208,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(79281,'18.00hr to 5am',0,0,30209,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79282,'7am to 4pm',0,0,30209,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79283,'21.00 to 3am',0,0,30209,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79284,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30210,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79285,'just to know how many people work there',0,0,30210,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79286,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30211,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79287,'One fire warden can cover everyone all the time',0,0,30211,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79288,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30211,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79289,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30211,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79290,'It is extra paperwork to deal with in the business',0,0,30212,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79291,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30212,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79292,'The fire policy tells the employees what times to take a break and when to come back',0,0,30212,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79293,'They look good on the wall and make the business look professional',0,0,30213,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79294,'The manager said they are there just for the visitors that come into the office',0,0,30213,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79295,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30213,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79296,'The normal fire policy will cover this, so no further action is required',0,0,30214,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79297,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30214,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79298,'Add some extra disabled signs around the building, so people know they are there.',0,0,30214,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79299,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30215,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79300,'The fire warden needs to complete it so they can show the manager it is done',0,0,30215,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79301,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30215,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79302,'Site receptionist',0,0,30216,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79303,'Caretaker',0,0,30216,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79304,'Duty holder',0,0,30216,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79305,'Tenants',0,0,30216,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79306,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30217,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79307,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30217,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79308,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30217,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79309,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30218,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79310,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30218,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79311,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30218,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79312,'One EML at the main entrance is sufficient',0,0,30219,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79313,'One EML on each landing level and one over the exit door',0,0,30219,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79314,'One EML halfway up the stairs well',0,0,30219,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79315,'Fire alarm system',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79316,'Emergency light system',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79317,'Fire extinguishers',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79318,'AOV',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79319,'Dry risers',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79320,'Fire doors',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79321,'Electrical systems',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79322,'Portable appliances',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79323,'Sprinkler systems',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79324,'Trip hazards',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79325,'Signage',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79326,'Gas systems',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79327,'All, where applicable',0,0,30220,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79328,'3 months',0,0,30221,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79329,'6 months',0,0,30221,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79330,'12 months',0,0,30221,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79331,'3 months',0,0,30222,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79332,'6 months',0,0,30222,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79333,'12 months',0,0,30222,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79334,'1 month',0,0,30223,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79335,'3 months',0,0,30223,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79336,'6 months',0,0,30223,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79337,'12 months',0,0,30223,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79338,'3 months',0,0,30224,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79339,'6 months',0,0,30224,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79340,'12 months',0,0,30224,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79341,'3 months',0,0,30225,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79342,'6 months',0,0,30225,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79343,'12 months',0,0,30225,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79344,'1 month, depending on the environment',0,0,30226,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79345,'3 months, depending on the environment',0,0,30226,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79346,'6 months, depending on the environment',0,0,30226,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79347,'12 months, depending on the environment',0,0,30226,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79348,'1 month or weekly, depending on the environment',0,0,30227,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79349,'3 months, depending on the environment',0,0,30227,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79350,'6 months, depending on the environment',0,0,30227,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79351,'12 months, depending on the environment',0,0,30227,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79352,'1 month',0,0,30228,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79353,'3 months',0,0,30228,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79354,'6 months',0,0,30228,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79355,'12 months',0,0,30228,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79356,'1 month',0,0,30229,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79357,'3 months',0,0,30229,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79358,'6 months',0,0,30229,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79359,'12 months',0,0,30229,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79360,'1 Month',0,0,30230,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79361,'3 Months',0,0,30230,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79362,'6 Months',0,0,30230,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79363,'12 Months',0,0,30230,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79364,'1 Month',0,0,30231,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79365,'3 Months',0,0,30231,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79366,'6 Months',0,0,30231,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79367,'12 Months',0,0,30231,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79368,'1 Month',0,0,30232,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79369,'3 Months',0,0,30232,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79370,'6 Months',0,0,30232,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79371,'12 Months',0,0,30232,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79372,'1 Month',0,0,30233,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79373,'3 Months',0,0,30233,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79374,'6 Months',0,0,30233,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79375,'12 Months',0,0,30233,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79376,'Staff',0,0,30234,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79377,'Visitors',0,0,30234,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79378,'Caretaker',0,0,30234,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79379,'Manager',0,0,30234,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79380,'Everyone',0,0,30234,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79381,'Customers',0,0,30235,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79382,'Chefs',0,0,30235,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79383,'Waiters',0,0,30235,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79384,'Delivery Driver',0,0,30235,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79385,'Everyone',0,0,30235,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79386,'Everyone',0,0,30236,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79387,'Care Workers',0,0,30236,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79388,'Residence',0,0,30236,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79389,'Site Manager',0,0,30236,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79390,'Staff',0,0,30237,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79391,'Visitors',0,0,30237,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79392,'Caretaker',0,0,30237,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79393,'Manager',0,0,30237,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79394,'Everyone',0,0,30237,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79395,'Customers',0,0,30238,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79396,'Chefs',0,0,30238,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79397,'Waiters',0,0,30238,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79398,'Delivery Driver',0,0,30238,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79399,'Everyone',0,0,30238,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79400,'Everyone',0,0,30239,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79401,'Care Workers',0,0,30239,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79402,'Residence',0,0,30239,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79403,'Site Manager',0,0,30239,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79404,'Mid Terrace House',0,0,30240,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79405,'End Terrace House',0,0,30240,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79406,'Semi Detached House',0,0,30240,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79407,'Flat',0,0,30240,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79408,'Bungalow',0,0,30240,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79409,'Flat Rof',0,0,30241,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79410,'Sedum Roof',0,0,30241,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79411,'Pitched Corrugated Roof',0,0,30241,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79412,'Pitched Slate or Tiled Roof',0,0,30241,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79413,'System Built',0,0,30242,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79414,'Solid Brick Wall',0,0,30242,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79415,'Cavity Brick Wall',0,0,30242,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79416,'Timber Framed Wall',0,0,30242,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79417,'Stone Wall',0,0,30242,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79418,'15 Floors',0,0,30243,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79419,'17 Floors',0,0,30243,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79420,'1 Floor',0,0,30243,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79421,'10 Floors',0,0,30243,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79422,'Chicken Shop',0,0,30244,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79423,'Italian Restaurant',0,0,30244,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79424,'Hardware Store',0,0,30244,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79425,'Clothing Shop',0,0,30244,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79426,'Home with More Operations',0,0,30245,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79427,'House of Multiple Occupancy',0,0,30245,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79428,'House with ManyOrganisations',0,0,30245,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79429,'Concrete Floor',0,0,30246,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79430,'Wooden Floor',0,0,30246,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79431,'Wooden Floor covered in felt bitumen',0,0,30246,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79432,'Hot ducting extraction unit in a kitchen',0,0,30247,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79433,'Display materials around the property',0,0,30247,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79434,'Electrical fuse board in common hallway',0,0,30247,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79435,'Chemicals - gas – paints',0,0,30247,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79436,'Rubbish piled up against a building',0,0,30248,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79437,'Electrical socket',0,0,30248,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79438,'Gas hob',0,0,30248,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79439,'Welding in a workshop',0,0,30248,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79440,'Plastic - foam - rubber',0,0,30249,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79441,'Solid concrete floor',0,0,30249,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79442,'Waste cardboard & paper rubbish',0,0,30249,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79443,'Oil & chemicals',0,0,30249,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79444,'Metal storage cabinet',0,0,30249,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79445,'Do nothing and leave it alone',0,0,30250,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79446,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30250,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79447,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30250,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(79448,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30251,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79449,'One fire warden can cover everyone all the time',0,0,30251,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79450,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30251,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79451,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30251,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79452,'It is extra paperwork to deal with in the business',0,0,30252,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79453,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30252,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79454,'The fire policy tells the employees what times to take a break and when to come back',0,0,30252,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79455,'They look good on the wall and make the business look professional',0,0,30253,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79456,'The manager said they are there just for the visitors that come into the office',0,0,30253,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79457,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30253,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79458,'The normal fire policy will cover this, so no further action is required',0,0,30254,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79459,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30254,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79460,'Add some extra disabled signs around the building, so people know they are there.',0,0,30254,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79461,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30255,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79462,'The fire warden needs to complete it so they can show the manager it is done',0,0,30255,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79463,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30255,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79464,'Site receptionist',0,0,30256,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79465,'Caretaker',0,0,30256,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79466,'Duty holder',0,0,30256,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79467,'Tenants',0,0,30256,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(79468,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30257,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79469,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30257,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79470,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30257,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79471,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30258,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79472,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30258,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79473,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30258,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79474,'One EML at the main entrance is sufficient',0,0,30259,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79475,'One EML on each landing level and one over the exit door',0,0,30259,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79476,'One EML halfway up the stairs well',0,0,30259,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79477,'Fire alarm system',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79478,'Emergency light system',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79479,'Fire extinguishers',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79480,'AOV',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79481,'Dry risers',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79482,'Fire doors',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79483,'Electrical systems',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79484,'Portable appliances',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79485,'Sprinkler systems',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79486,'Trip hazards',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79487,'Signage',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79488,'Gas systems',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79489,'All, where applicable',0,0,30260,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79490,'3 months',0,0,30261,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79491,'6 months',0,0,30261,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79492,'12 months',0,0,30261,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79493,'3 months',0,0,30262,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79494,'6 months',0,0,30262,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79495,'12 months',0,0,30262,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79496,'1 month',0,0,30263,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79497,'3 months',0,0,30263,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79498,'6 months',0,0,30263,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79499,'12 months',0,0,30263,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79500,'3 months',0,0,30264,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79501,'6 months',0,0,30264,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79502,'12 months',0,0,30264,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79503,'3 months',0,0,30265,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79504,'6 months',0,0,30265,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79505,'12 months',0,0,30265,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79506,'1 month, depending on the environment',0,0,30266,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79507,'3 months, depending on the environment',0,0,30266,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79508,'6 months, depending on the environment',0,0,30266,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79509,'12 months, depending on the environment',0,0,30266,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79510,'1 month or weekly, depending on the environment',0,0,30267,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79511,'3 months, depending on the environment',0,0,30267,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79512,'6 months, depending on the environment',0,0,30267,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79513,'12 months, depending on the environment',0,0,30267,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79514,'1 month',0,0,30268,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79515,'3 months',0,0,30268,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79516,'6 months',0,0,30268,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79517,'12 months',0,0,30268,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79518,'1 month',0,0,30269,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79519,'3 months',0,0,30269,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79520,'6 months',0,0,30269,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79521,'12 months',0,0,30269,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79522,'1 Month',0,0,30270,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79523,'3 Months',0,0,30270,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79524,'6 Months',0,0,30270,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79525,'12 Months',0,0,30270,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79526,'1 Month',0,0,30271,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79527,'3 Months',0,0,30271,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79528,'6 Months',0,0,30271,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79529,'12 Months',0,0,30271,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79530,'1 Month',0,0,30272,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79531,'3 Months',0,0,30272,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79532,'6 Months',0,0,30272,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79533,'12 Months',0,0,30272,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79534,'1 Month',0,0,30273,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79535,'3 Months',0,0,30273,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79536,'6 Months',0,0,30273,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79537,'12 Months',0,0,30273,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79538,'Staff',0,0,30274,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79539,'Visitors',0,0,30274,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79540,'Caretaker',0,0,30274,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79541,'Manager',0,0,30274,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79542,'Everyone',0,0,30274,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79543,'Customers',0,0,30275,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79544,'Chefs',0,0,30275,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79545,'Waiters',0,0,30275,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79546,'Delivery Driver',0,0,30275,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79547,'Everyone',0,0,30275,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79548,'Everyone',0,0,30276,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79549,'Care Workers',0,0,30276,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79550,'Residence',0,0,30276,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79551,'Site Manager',0,0,30276,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79552,'Mid Terrace House',0,0,30277,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79553,'End Terrace House',0,0,30277,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79554,'Semi Detached House',0,0,30277,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79555,'Flat',0,0,30277,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79556,'Bungalow',0,0,30277,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79557,'Flat Rof',0,0,30278,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79558,'Sedum Roof',0,0,30278,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79559,'Pitched Corrugated Roof',0,0,30278,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79560,'Pitched Slate or Tiled Roof',0,0,30278,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79561,'System Built',0,0,30279,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79562,'Solid Brick Wall',0,0,30279,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79563,'Cavity Brick Wall',0,0,30279,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79564,'Timber Framed Wall',0,0,30279,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79565,'Stone Wall',0,0,30279,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79566,'15 Floors',0,0,30280,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79567,'17 Floors',0,0,30280,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79568,'1 Floor',0,0,30280,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79569,'10 Floors',0,0,30280,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79570,'Chicken Shop',0,0,30281,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79571,'Italian Restaurant',0,0,30281,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79572,'Hardware Store',0,0,30281,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79573,'Clothing Shop',0,0,30281,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79574,'Home with More Operations',0,0,30282,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79575,'House of Multiple Occupancy',0,0,30282,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79576,'House with ManyOrganisations',0,0,30282,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79577,'Concrete Floor',0,0,30283,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79578,'Wooden Floor',0,0,30283,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79579,'Wooden Floor covered in felt bitumen',0,0,30283,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79580,'Hot ducting extraction unit in a kitchen',0,0,30284,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79581,'Display materials around the property',0,0,30284,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79582,'Electrical fuse board in common hallway',0,0,30284,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79583,'Chemicals - gas – paints',0,0,30284,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79584,'Rubbish piled up against a building',0,0,30285,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79585,'Electrical socket',0,0,30285,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79586,'Gas hob',0,0,30285,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79587,'Welding in a workshop',0,0,30285,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79588,'Plastic - foam - rubber',0,0,30286,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79589,'Solid concrete floor',0,0,30286,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79590,'Waste cardboard & paper rubbish',0,0,30286,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79591,'Oil & chemicals',0,0,30286,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79592,'Metal storage cabinet',0,0,30286,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79593,'Do nothing and leave it alone',0,0,30287,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79594,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30287,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79595,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30287,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79596,'18.00hr to 5am',0,0,30288,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79597,'7am to 4pm',0,0,30288,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79598,'21.00 to 3am',0,0,30288,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79599,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30289,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79600,'just to know how many people work there',0,0,30289,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(79601,'Site receptionist',0,0,30290,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79602,'Caretaker',0,0,30290,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79603,'Duty holder',0,0,30290,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79604,'Tenants',0,0,30290,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79605,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30291,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79606,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30291,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79607,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30291,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79608,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30292,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79609,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30292,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79610,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30292,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79611,'One EML at the main entrance is sufficient',0,0,30293,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79612,'One EML on each landing level and one over the exit door',0,0,30293,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79613,'One EML halfway up the stairs well',0,0,30293,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79614,'Fire alarm system',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79615,'Emergency light system',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79616,'Fire extinguishers',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79617,'AOV',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79618,'Dry risers',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79619,'Fire doors',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79620,'Electrical systems',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79621,'Portable appliances',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79622,'Sprinkler systems',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79623,'Trip hazards',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79624,'Signage',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79625,'Gas systems',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79626,'All, where applicable',0,0,30294,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79627,'3 months',0,0,30295,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79628,'6 months',0,0,30295,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79629,'12 months',0,0,30295,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79630,'3 months',0,0,30296,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79631,'6 months',0,0,30296,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79632,'12 months',0,0,30296,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79633,'1 month',0,0,30297,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79634,'3 months',0,0,30297,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79635,'6 months',0,0,30297,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79636,'12 months',0,0,30297,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79637,'3 months',0,0,30298,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79638,'6 months',0,0,30298,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79639,'12 months',0,0,30298,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79640,'3 months',0,0,30299,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79641,'6 months',0,0,30299,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79642,'12 months',0,0,30299,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79643,'1 month, depending on the environment',0,0,30300,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79644,'3 months, depending on the environment',0,0,30300,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79645,'6 months, depending on the environment',0,0,30300,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79646,'12 months, depending on the environment',0,0,30300,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79647,'1 month or weekly, depending on the environment',0,0,30301,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79648,'3 months, depending on the environment',0,0,30301,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79649,'6 months, depending on the environment',0,0,30301,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79650,'12 months, depending on the environment',0,0,30301,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79651,'1 month',0,0,30302,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79652,'3 months',0,0,30302,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79653,'6 months',0,0,30302,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79654,'12 months',0,0,30302,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79655,'1 month',0,0,30303,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79656,'3 months',0,0,30303,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79657,'6 months',0,0,30303,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79658,'12 months',0,0,30303,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79659,'1 Month',0,0,30304,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79660,'3 Months',0,0,30304,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79661,'6 Months',0,0,30304,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79662,'12 Months',0,0,30304,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79663,'1 Month',0,0,30305,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79664,'3 Months',0,0,30305,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79665,'6 Months',0,0,30305,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79666,'12 Months',0,0,30305,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79667,'1 Month',0,0,30306,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79668,'3 Months',0,0,30306,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79669,'6 Months',0,0,30306,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79670,'12 Months',0,0,30306,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79671,'1 Month',0,0,30307,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79672,'3 Months',0,0,30307,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79673,'6 Months',0,0,30307,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79674,'12 Months',0,0,30307,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79675,'Staff',0,0,30308,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79676,'Visitors',0,0,30308,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79677,'Caretaker',0,0,30308,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79678,'Manager',0,0,30308,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79679,'Everyone',0,0,30308,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79680,'Customers',0,0,30309,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79681,'Chefs',0,0,30309,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79682,'Waiters',0,0,30309,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79683,'Delivery Driver',0,0,30309,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79684,'Everyone',0,0,30309,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79685,'Everyone',0,0,30310,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79686,'Care Workers',0,0,30310,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79687,'Residence',0,0,30310,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79688,'Site Manager',0,0,30310,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79689,'Mid Terrace House',0,0,30311,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79690,'End Terrace House',0,0,30311,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79691,'Semi Detached House',0,0,30311,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79692,'Flat',0,0,30311,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79693,'Bungalow',0,0,30311,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79694,'Flat Rof',0,0,30312,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79695,'Sedum Roof',0,0,30312,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79696,'Pitched Corrugated Roof',0,0,30312,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79697,'Pitched Slate or Tiled Roof',0,0,30312,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79698,'System Built',0,0,30313,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79699,'Solid Brick Wall',0,0,30313,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79700,'Cavity Brick Wall',0,0,30313,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79701,'Timber Framed Wall',0,0,30313,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79702,'Stone Wall',0,0,30313,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79703,'15 Floors',0,0,30314,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79704,'17 Floors',0,0,30314,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79705,'1 Floor',0,0,30314,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79706,'10 Floors',0,0,30314,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79707,'Chicken Shop',0,0,30315,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79708,'Italian Restaurant',0,0,30315,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79709,'Hardware Store',0,0,30315,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79710,'Clothing Shop',0,0,30315,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79711,'Home with More Operations',0,0,30316,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79712,'House of Multiple Occupancy',0,0,30316,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79713,'House with ManyOrganisations',0,0,30316,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79714,'Concrete Floor',0,0,30317,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79715,'Wooden Floor',0,0,30317,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79716,'Wooden Floor covered in felt bitumen',0,0,30317,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79717,'Hot ducting extraction unit in a kitchen',0,0,30318,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79718,'Display materials around the property',0,0,30318,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79719,'Electrical fuse board in common hallway',0,0,30318,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79720,'Chemicals - gas – paints',0,0,30318,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79721,'Rubbish piled up against a building',0,0,30319,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79722,'Electrical socket',0,0,30319,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79723,'Gas hob',0,0,30319,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79724,'Welding in a workshop',0,0,30319,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79725,'Plastic - foam - rubber',0,0,30320,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79726,'Solid concrete floor',0,0,30320,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79727,'Waste cardboard & paper rubbish',0,0,30320,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79728,'Oil & chemicals',0,0,30320,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79729,'Metal storage cabinet',0,0,30320,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79730,'Do nothing and leave it alone',0,0,30321,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79731,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30321,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79732,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30321,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79733,'18.00hr to 5am',0,0,30322,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79734,'7am to 4pm',0,0,30322,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79735,'21.00 to 3am',0,0,30322,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79736,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30323,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79737,'just to know how many people work there',0,0,30323,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79738,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30324,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79739,'One fire warden can cover everyone all the time',0,0,30324,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79740,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30324,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79741,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30324,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79742,'It is extra paperwork to deal with in the business',0,0,30325,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79743,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30325,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79744,'The fire policy tells the employees what times to take a break and when to come back',0,0,30325,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79745,'They look good on the wall and make the business look professional',0,0,30326,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79746,'The manager said they are there just for the visitors that come into the office',0,0,30326,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79747,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30326,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79748,'The normal fire policy will cover this, so no further action is required',0,0,30327,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79749,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30327,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79750,'Add some extra disabled signs around the building, so people know they are there.',0,0,30327,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79751,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30328,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79752,'The fire warden needs to complete it so they can show the manager it is done',0,0,30328,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79753,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30328,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(79754,'Site receptionist',0,0,30329,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79755,'Caretaker',0,0,30329,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79756,'Duty holder',0,0,30329,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79757,'Tenants',0,0,30329,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79758,'Staff',0,0,30330,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79759,'Visitors',0,0,30330,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79760,'Caretaker',0,0,30330,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79761,'Manager',0,0,30330,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79762,'Everyone',0,0,30330,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79763,'Customers',0,0,30331,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79764,'Chefs',0,0,30331,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79765,'Waiters',0,0,30331,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79766,'Delivery Driver',0,0,30331,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79767,'Everyone',0,0,30331,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79768,'Everyone',0,0,30332,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79769,'Care Workers',0,0,30332,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79770,'Residence',0,0,30332,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79771,'Site Manager',0,0,30332,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79772,'Mid Terrace House',0,0,30333,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79773,'End Terrace House',0,0,30333,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79774,'Semi Detached House',0,0,30333,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79775,'Flat',0,0,30333,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79776,'Bungalow',0,0,30333,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79777,'Flat Rof',0,0,30334,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79778,'Sedum Roof',0,0,30334,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79779,'Pitched Corrugated Roof',0,0,30334,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79780,'Pitched Slate or Tiled Roof',0,0,30334,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79781,'System Built',0,0,30335,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79782,'Solid Brick Wall',0,0,30335,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79783,'Cavity Brick Wall',0,0,30335,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79784,'Timber Framed Wall',0,0,30335,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79785,'Stone Wall',0,0,30335,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79786,'15 Floors',0,0,30336,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79787,'17 Floors',0,0,30336,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79788,'1 Floor',0,0,30336,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79789,'10 Floors',0,0,30336,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79790,'Chicken Shop',0,0,30337,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79791,'Italian Restaurant',0,0,30337,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79792,'Hardware Store',0,0,30337,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79793,'Clothing Shop',0,0,30337,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79794,'Home with More Operations',0,0,30338,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79795,'House of Multiple Occupancy',0,0,30338,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79796,'House with ManyOrganisations',0,0,30338,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79797,'Concrete Floor',0,0,30339,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79798,'Wooden Floor',0,0,30339,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79799,'Wooden Floor covered in felt bitumen',0,0,30339,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79800,'Hot ducting extraction unit in a kitchen',0,0,30340,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79801,'Display materials around the property',0,0,30340,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79802,'Electrical fuse board in common hallway',0,0,30340,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79803,'Chemicals - gas – paints',0,0,30340,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79804,'Rubbish piled up against a building',0,0,30341,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79805,'Electrical socket',0,0,30341,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79806,'Gas hob',0,0,30341,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79807,'Welding in a workshop',0,0,30341,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79808,'Plastic - foam - rubber',0,0,30342,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79809,'Solid concrete floor',0,0,30342,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79810,'Waste cardboard & paper rubbish',0,0,30342,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79811,'Oil & chemicals',0,0,30342,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79812,'Metal storage cabinet',0,0,30342,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79813,'Do nothing and leave it alone',0,0,30343,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79814,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30343,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79815,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30343,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79816,'18.00hr to 5am',0,0,30344,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79817,'7am to 4pm',0,0,30344,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79818,'21.00 to 3am',0,0,30344,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79819,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30345,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79820,'just to know how many people work there',0,0,30345,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79821,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30346,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79822,'One fire warden can cover everyone all the time',0,0,30346,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79823,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30346,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79824,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30346,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79825,'It is extra paperwork to deal with in the business',0,0,30347,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79826,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30347,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79827,'The fire policy tells the employees what times to take a break and when to come back',0,0,30347,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79828,'They look good on the wall and make the business look professional',0,0,30348,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79829,'The manager said they are there just for the visitors that come into the office',0,0,30348,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79830,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30348,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79831,'The normal fire policy will cover this, so no further action is required',0,0,30349,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79832,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30349,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79833,'Add some extra disabled signs around the building, so people know they are there.',0,0,30349,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79834,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30350,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79835,'The fire warden needs to complete it so they can show the manager it is done',0,0,30350,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79836,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30350,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79837,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30351,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79838,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30351,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79839,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30351,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79840,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30352,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79841,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30352,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79842,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30352,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79843,'One EML at the main entrance is sufficient',0,0,30353,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79844,'One EML on each landing level and one over the exit door',0,0,30353,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79845,'One EML halfway up the stairs well',0,0,30353,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79846,'Fire alarm system',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79847,'Emergency light system',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79848,'Fire extinguishers',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79849,'AOV',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79850,'Dry risers',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79851,'Fire doors',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79852,'Electrical systems',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79853,'Portable appliances',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79854,'Sprinkler systems',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79855,'Trip hazards',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79856,'Signage',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79857,'Gas systems',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79858,'All, where applicable',0,0,30354,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(79859,'3 months',0,0,30355,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79860,'6 months',0,0,30355,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79861,'12 months',0,0,30355,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79862,'3 months',0,0,30356,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79863,'6 months',0,0,30356,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79864,'12 months',0,0,30356,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79865,'1 month',0,0,30357,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79866,'3 months',0,0,30357,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79867,'6 months',0,0,30357,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79868,'12 months',0,0,30357,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79869,'3 months',0,0,30358,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79870,'6 months',0,0,30358,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79871,'12 months',0,0,30358,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79872,'3 months',0,0,30359,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79873,'6 months',0,0,30359,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79874,'12 months',0,0,30359,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79875,'1 month, depending on the environment',0,0,30360,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79876,'3 months, depending on the environment',0,0,30360,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79877,'6 months, depending on the environment',0,0,30360,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79878,'12 months, depending on the environment',0,0,30360,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79879,'1 month or weekly, depending on the environment',0,0,30361,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79880,'3 months, depending on the environment',0,0,30361,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79881,'6 months, depending on the environment',0,0,30361,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79882,'12 months, depending on the environment',0,0,30361,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79883,'1 month',0,0,30362,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79884,'3 months',0,0,30362,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79885,'6 months',0,0,30362,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79886,'12 months',0,0,30362,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79887,'1 month',0,0,30363,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79888,'3 months',0,0,30363,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79889,'6 months',0,0,30363,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79890,'12 months',0,0,30363,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79891,'1 Month',0,0,30364,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79892,'3 Months',0,0,30364,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79893,'6 Months',0,0,30364,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79894,'12 Months',0,0,30364,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79895,'1 Month',0,0,30365,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79896,'3 Months',0,0,30365,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79897,'6 Months',0,0,30365,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79898,'12 Months',0,0,30365,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79899,'1 Month',0,0,30366,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79900,'3 Months',0,0,30366,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79901,'6 Months',0,0,30366,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79902,'12 Months',0,0,30366,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79903,'1 Month',0,0,30367,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79904,'3 Months',0,0,30367,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79905,'6 Months',0,0,30367,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79906,'12 Months',0,0,30367,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(79907,'Staff',0,0,30368,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79908,'Visitors',0,0,30368,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79909,'Caretaker',0,0,30368,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79910,'Manager',0,0,30368,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79911,'Everyone',0,0,30368,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79912,'Customers',0,0,30369,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79913,'Chefs',0,0,30369,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79914,'Waiters',0,0,30369,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79915,'Delivery Driver',0,0,30369,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79916,'Everyone',0,0,30369,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79917,'Everyone',0,0,30370,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79918,'Care Workers',0,0,30370,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79919,'Residence',0,0,30370,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79920,'Site Manager',0,0,30370,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79921,'Mid Terrace House',0,0,30371,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79922,'End Terrace House',0,0,30371,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79923,'Semi Detached House',0,0,30371,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79924,'Flat',0,0,30371,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79925,'Bungalow',0,0,30371,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79926,'Flat Rof',0,0,30372,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79927,'Sedum Roof',0,0,30372,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79928,'Pitched Corrugated Roof',0,0,30372,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79929,'Pitched Slate or Tiled Roof',0,0,30372,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79930,'System Built',0,0,30373,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79931,'Solid Brick Wall',0,0,30373,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79932,'Cavity Brick Wall',0,0,30373,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79933,'Timber Framed Wall',0,0,30373,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79934,'Stone Wall',0,0,30373,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79935,'15 Floors',0,0,30374,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79936,'17 Floors',0,0,30374,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79937,'1 Floor',0,0,30374,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79938,'10 Floors',0,0,30374,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79939,'Chicken Shop',0,0,30375,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79940,'Italian Restaurant',0,0,30375,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79941,'Hardware Store',0,0,30375,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79942,'Clothing Shop',0,0,30375,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79943,'Home with More Operations',0,0,30376,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79944,'House of Multiple Occupancy',0,0,30376,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79945,'House with ManyOrganisations',0,0,30376,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79946,'Concrete Floor',0,0,30377,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79947,'Wooden Floor',0,0,30377,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79948,'Wooden Floor covered in felt bitumen',0,0,30377,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79949,'Hot ducting extraction unit in a kitchen',0,0,30378,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79950,'Display materials around the property',0,0,30378,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79951,'Electrical fuse board in common hallway',0,0,30378,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79952,'Chemicals - gas – paints',0,0,30378,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79953,'Rubbish piled up against a building',0,0,30379,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79954,'Electrical socket',0,0,30379,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79955,'Gas hob',0,0,30379,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79956,'Welding in a workshop',0,0,30379,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79957,'Plastic - foam - rubber',0,0,30380,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79958,'Solid concrete floor',0,0,30380,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79959,'Waste cardboard & paper rubbish',0,0,30380,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79960,'Oil & chemicals',0,0,30380,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79961,'Metal storage cabinet',0,0,30380,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79962,'Do nothing and leave it alone',0,0,30381,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79963,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30381,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79964,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30381,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79965,'18.00hr to 5am',0,0,30382,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79966,'7am to 4pm',0,0,30382,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79967,'21.00 to 3am',0,0,30382,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79968,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',0,0,30383,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79969,'just to know how many people work there',0,0,30383,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79970,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30384,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79971,'One fire warden can cover everyone all the time',0,0,30384,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79972,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30384,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79973,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30384,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79974,'It is extra paperwork to deal with in the business',0,0,30385,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79975,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30385,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79976,'The fire policy tells the employees what times to take a break and when to come back',0,0,30385,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79977,'They look good on the wall and make the business look professional',0,0,30386,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79978,'The manager said they are there just for the visitors that come into the office',0,0,30386,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79979,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30386,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79980,'The normal fire policy will cover this, so no further action is required',0,0,30387,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79981,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30387,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79982,'Add some extra disabled signs around the building, so people know they are there.',0,0,30387,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79983,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30388,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79984,'The fire warden needs to complete it so they can show the manager it is done',0,0,30388,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79985,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30388,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79986,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30389,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79987,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30389,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79988,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30389,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79989,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30390,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79990,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30390,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79991,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30390,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79992,'One EML at the main entrance is sufficient',0,0,30391,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79993,'One EML on each landing level and one over the exit door',0,0,30391,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79994,'One EML halfway up the stairs well',0,0,30391,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79995,'Fire alarm system',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79996,'Emergency light system',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79997,'Fire extinguishers',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79998,'AOV',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(79999,'Dry risers',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80000,'Fire doors',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80001,'Electrical systems',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80002,'Portable appliances',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80003,'Sprinkler systems',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80004,'Trip hazards',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80005,'Signage',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80006,'Gas systems',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80007,'All, where applicable',0,0,30392,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80008,'3 months',0,0,30393,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80009,'6 months',0,0,30393,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80010,'12 months',0,0,30393,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80011,'3 months',0,0,30394,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80012,'6 months',0,0,30394,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80013,'12 months',0,0,30394,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80014,'1 month',0,0,30395,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80015,'3 months',0,0,30395,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80016,'6 months',0,0,30395,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80017,'12 months',0,0,30395,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80018,'3 months',0,0,30396,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80019,'6 months',0,0,30396,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80020,'12 months',0,0,30396,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80021,'3 months',0,0,30397,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80022,'6 months',0,0,30397,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80023,'12 months',0,0,30397,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80024,'1 month, depending on the environment',0,0,30398,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80025,'3 months, depending on the environment',0,0,30398,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80026,'6 months, depending on the environment',0,0,30398,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80027,'12 months, depending on the environment',0,0,30398,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80028,'1 month or weekly, depending on the environment',0,0,30399,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80029,'3 months, depending on the environment',0,0,30399,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80030,'6 months, depending on the environment',0,0,30399,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80031,'12 months, depending on the environment',0,0,30399,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80032,'1 month',0,0,30400,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80033,'3 months',0,0,30400,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80034,'6 months',0,0,30400,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80035,'12 months',0,0,30400,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80036,'1 month',0,0,30401,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80037,'3 months',0,0,30401,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80038,'6 months',0,0,30401,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80039,'12 months',0,0,30401,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80040,'1 Month',0,0,30402,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80041,'3 Months',0,0,30402,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80042,'6 Months',0,0,30402,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80043,'12 Months',0,0,30402,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80044,'1 Month',0,0,30403,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80045,'3 Months',0,0,30403,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80046,'6 Months',0,0,30403,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80047,'12 Months',0,0,30403,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80048,'1 Month',0,0,30404,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80049,'3 Months',0,0,30404,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80050,'6 Months',0,0,30404,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80051,'12 Months',0,0,30404,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80052,'1 Month',0,0,30405,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80053,'3 Months',0,0,30405,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80054,'6 Months',0,0,30405,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80055,'12 Months',0,0,30405,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80056,'Site receptionist',0,0,30406,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80057,'Caretaker',0,0,30406,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80058,'Duty holder',0,0,30406,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80059,'Tenants',0,0,30406,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(80060,'Staff',0,0,30407,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80061,'Visitors',0,0,30407,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80062,'Caretaker',0,0,30407,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80063,'Manager',0,0,30407,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80064,'Everyone',0,0,30407,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80065,'Customers',0,0,30408,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80066,'Chefs',0,0,30408,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80067,'Waiters',0,0,30408,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80068,'Delivery Driver',0,0,30408,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80069,'Everyone',0,0,30408,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80070,'Everyone',0,0,30409,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80071,'Care Workers',0,0,30409,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80072,'Residence',0,0,30409,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80073,'Site Manager',0,0,30409,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80074,'Mid Terrace House',0,0,30410,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80075,'End Terrace House',0,0,30410,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80076,'Semi Detached House',0,0,30410,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80077,'Flat',0,0,30410,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80078,'Bungalow',0,0,30410,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80079,'Flat Rof',0,0,30411,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80080,'Sedum Roof',0,0,30411,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80081,'Pitched Corrugated Roof',0,0,30411,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80082,'Pitched Slate or Tiled Roof',0,0,30411,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80083,'System Built',0,0,30412,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80084,'Solid Brick Wall',0,0,30412,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80085,'Cavity Brick Wall',0,0,30412,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80086,'Timber Framed Wall',0,0,30412,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80087,'Stone Wall',0,0,30412,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80088,'15 Floors',0,0,30413,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80089,'17 Floors',0,0,30413,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80090,'1 Floor',0,0,30413,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80091,'10 Floors',0,0,30413,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80092,'Chicken Shop',0,0,30414,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80093,'Italian Restaurant',0,0,30414,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80094,'Hardware Store',0,0,30414,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80095,'Clothing Shop',0,0,30414,'2023-04-27 13:41:59','2023-04-27 13:41:59');
INSERT INTO `question_choices` VALUES (80096,'Home with More Operations',0,0,30415,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80097,'House of Multiple Occupancy',0,0,30415,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80098,'House with ManyOrganisations',0,0,30415,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80099,'Concrete Floor',0,0,30416,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80100,'Wooden Floor',0,0,30416,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80101,'Wooden Floor covered in felt bitumen',0,0,30416,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80102,'Hot ducting extraction unit in a kitchen',0,0,30417,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80103,'Display materials around the property',0,0,30417,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80104,'Electrical fuse board in common hallway',0,0,30417,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80105,'Chemicals - gas – paints',0,0,30417,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80106,'Rubbish piled up against a building',0,0,30418,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80107,'Electrical socket',0,0,30418,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80108,'Gas hob',0,0,30418,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80109,'Welding in a workshop',0,0,30418,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80110,'Plastic - foam - rubber',0,0,30419,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80111,'Solid concrete floor',0,0,30419,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80112,'Waste cardboard & paper rubbish',0,0,30419,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80113,'Oil & chemicals',0,0,30419,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80114,'Metal storage cabinet',0,0,30419,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80115,'Do nothing and leave it alone',0,0,30420,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80116,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30420,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80117,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30420,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80118,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30421,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80119,'One fire warden can cover everyone all the time',0,0,30421,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80120,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30421,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80121,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30421,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80122,'It is extra paperwork to deal with in the business',0,0,30422,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80123,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30422,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80124,'The fire policy tells the employees what times to take a break and when to come back',0,0,30422,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80125,'They look good on the wall and make the business look professional',0,0,30423,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80126,'The manager said they are there just for the visitors that come into the office',0,0,30423,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80127,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30423,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80128,'The normal fire policy will cover this, so no further action is required',0,0,30424,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80129,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30424,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80130,'Add some extra disabled signs around the building, so people know they are there.',0,0,30424,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80131,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30425,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80132,'The fire warden needs to complete it so they can show the manager it is done',0,0,30425,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80133,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30425,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80134,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30426,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80135,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30426,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80136,'Grade A fire alarm interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30426,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80137,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30427,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80138,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30427,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80139,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',0,0,30427,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80140,'One EML at the main entrance is sufficient',0,0,30428,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80141,'One EML on each landing level and one over the exit door',0,0,30428,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80142,'One EML halfway up the stairs well',0,0,30428,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80143,'Fire alarm system',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80144,'Emergency light system',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80145,'Fire extinguishers',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80146,'AOV',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80147,'Dry risers',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80148,'Fire doors',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80149,'Electrical systems',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80150,'Portable appliances',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80151,'Sprinkler systems',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80152,'Trip hazards',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80153,'Signage',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80154,'Gas systems',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80155,'All, where applicable',0,0,30429,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80156,'3 months',0,0,30430,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80157,'6 months',0,0,30430,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80158,'12 months',0,0,30430,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80159,'3 months',0,0,30431,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80160,'6 months',0,0,30431,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80161,'12 months',0,0,30431,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80162,'1 month',0,0,30432,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80163,'3 months',0,0,30432,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80164,'6 months',0,0,30432,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80165,'12 months',0,0,30432,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80166,'3 months',0,0,30433,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80167,'6 months',0,0,30433,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80168,'12 months',0,0,30433,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80169,'3 months',0,0,30434,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80170,'6 months',0,0,30434,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80171,'12 months',0,0,30434,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80172,'1 month, depending on the environment',0,0,30435,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80173,'3 months, depending on the environment',0,0,30435,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80174,'6 months, depending on the environment',0,0,30435,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80175,'12 months, depending on the environment',0,0,30435,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80176,'1 month or weekly, depending on the environment',0,0,30436,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80177,'3 months, depending on the environment',0,0,30436,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80178,'6 months, depending on the environment',0,0,30436,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80179,'12 months, depending on the environment',0,0,30436,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80180,'1 month',0,0,30437,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80181,'3 months',0,0,30437,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80182,'6 months',0,0,30437,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80183,'12 months',0,0,30437,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80184,'1 month',0,0,30438,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80185,'3 months',0,0,30438,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80186,'6 months',0,0,30438,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80187,'12 months',0,0,30438,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80188,'1 Month',0,0,30439,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80189,'3 Months',0,0,30439,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80190,'6 Months',0,0,30439,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80191,'12 Months',0,0,30439,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80192,'1 Month',0,0,30440,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80193,'3 Months',0,0,30440,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80194,'6 Months',0,0,30440,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80195,'12 Months',0,0,30440,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80196,'1 Month',0,0,30441,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80197,'3 Months',0,0,30441,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80198,'6 Months',0,0,30441,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80199,'12 Months',0,0,30441,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80200,'1 Month',0,0,30442,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80201,'3 Months',0,0,30442,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80202,'6 Months',0,0,30442,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80203,'12 Months',0,0,30442,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80204,'Site receptionist',0,0,30443,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80205,'Caretaker',0,0,30443,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80206,'Duty holder',0,0,30443,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80207,'Tenants',0,0,30443,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80208,'18.00hr to 5am',0,0,30444,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80209,'7am to 4pm',0,0,30444,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80210,'21.00 to 3am',0,0,30444,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80211,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',0,0,30445,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80212,'to see how many people can fit in the lift to evacuate the building',0,0,30445,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80213,'just to know how many people work there',0,0,30445,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(80214,'Staff',0,0,30446,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80215,'Visitors',0,0,30446,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80216,'Caretaker',0,0,30446,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80217,'Manager',0,0,30446,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80218,'Everyone',0,0,30446,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80219,'Customers',0,0,30447,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80220,'Chefs',0,0,30447,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80221,'Waiters',0,0,30447,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80222,'Delivery Driver',0,0,30447,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80223,'Everyone',0,0,30447,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80224,'Everyone',0,0,30448,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80225,'Care Workers',0,0,30448,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80226,'Residence',0,0,30448,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80227,'Site Manager',0,0,30448,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80228,'Mid Terrace House',0,0,30449,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80229,'End Terrace House',0,0,30449,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80230,'Semi Detached House',0,0,30449,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80231,'Flat',0,0,30449,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80232,'Bungalow',0,0,30449,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80233,'Flat Rof',0,0,30450,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80234,'Sedum Roof',0,0,30450,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80235,'Pitched Corrugated Roof',0,0,30450,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80236,'Pitched Slate or Tiled Roof',0,0,30450,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80237,'System Built',0,0,30451,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80238,'Solid Brick Wall',0,0,30451,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80239,'Cavity Brick Wall',0,0,30451,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80240,'Timber Framed Wall',0,0,30451,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80241,'Stone Wall',0,0,30451,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80242,'15 Floors',0,0,30452,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80243,'17 Floors',0,0,30452,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80244,'1 Floor',0,0,30452,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80245,'10 Floors',0,0,30452,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80246,'Chicken Shop',0,0,30453,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80247,'Italian Restaurant',0,0,30453,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80248,'Hardware Store',0,0,30453,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80249,'Clothing Shop',0,0,30453,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80250,'Home with More Operations',0,0,30454,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80251,'House of Multiple Occupancy',0,0,30454,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80252,'House with ManyOrganisations',0,0,30454,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80253,'Concrete Floor',0,0,30455,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80254,'Wooden Floor',0,0,30455,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80255,'Wooden Floor covered in felt bitumen',0,0,30455,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80256,'Hot ducting extraction unit in a kitchen',0,0,30456,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80257,'Display materials around the property',0,0,30456,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80258,'Electrical fuse board in common hallway',0,0,30456,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80259,'Chemicals - gas – paints',0,0,30456,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80260,'Rubbish piled up against a building',0,0,30457,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80261,'Electrical socket',0,0,30457,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80262,'Gas hob',0,0,30457,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80263,'Welding in a workshop',0,0,30457,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80264,'Plastic - foam - rubber',0,0,30458,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80265,'Solid concrete floor',0,0,30458,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80266,'Waste cardboard & paper rubbish',0,0,30458,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80267,'Oil & chemicals',0,0,30458,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80268,'Metal storage cabinet',0,0,30458,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80269,'Do nothing and leave it alone',0,0,30459,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80270,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30459,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80271,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30459,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80272,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30460,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80273,'One fire warden can cover everyone all the time',0,0,30460,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80274,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30460,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80275,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30460,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80276,'It is extra paperwork to deal with in the business',0,0,30461,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80277,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30461,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80278,'The fire policy tells the employees what times to take a break and when to come back',0,0,30461,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80279,'They look good on the wall and make the business look professional',0,0,30462,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80280,'The manager said they are there just for the visitors that come into the office',0,0,30462,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80281,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30462,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80282,'The normal fire policy will cover this, so no further action is required',0,0,30463,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80283,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30463,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80284,'Add some extra disabled signs around the building, so people know they are there.',0,0,30463,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80285,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30464,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80286,'The fire warden needs to complete it so they can show the manager it is done',0,0,30464,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80287,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30464,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80288,'Site receptionist',0,0,30465,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80289,'Caretaker',0,0,30465,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80290,'Duty holder',0,0,30465,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80291,'Tenants',0,0,30465,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80292,'18.00hr to 5am',0,0,30466,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80293,'7am to 4pm',0,0,30466,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80294,'21.00 to 3am',0,0,30466,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80295,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',0,0,30467,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80296,'to see how many people can fit in the lift to evacuate the building',0,0,30467,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80297,'just to know how many people work there',0,0,30467,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80298,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30468,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80299,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30468,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80300,'Grade A fire alarm interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',0,0,30468,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80301,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30469,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80302,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30469,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80303,'Grade A fire alarm LD2 interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',0,0,30469,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80304,'One EML at the main entrance is sufficient',0,0,30470,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80305,'One EML on each landing level and one over the exit door',0,0,30470,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80306,'One EML halfway up the stairs well',0,0,30470,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80307,'Fire alarm system',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80308,'Emergency light system',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80309,'Fire extinguishers',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80310,'AOV',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80311,'Dry risers',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80312,'Fire doors',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80313,'Electrical systems',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80314,'Portable appliances',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80315,'Sprinkler systems',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80316,'Trip hazards',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80317,'Signage',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80318,'Gas systems',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80319,'All, where applicable',0,0,30471,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80320,'3 months',0,0,30472,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80321,'6 months',0,0,30472,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80322,'12 months',0,0,30472,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80323,'3 months',0,0,30473,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80324,'6 months',0,0,30473,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80325,'12 months',0,0,30473,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80326,'1 month',0,0,30474,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80327,'3 months',0,0,30474,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80328,'6 months',0,0,30474,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80329,'12 months',0,0,30474,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80330,'3 months',0,0,30475,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80331,'6 months',0,0,30475,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80332,'12 months',0,0,30475,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80333,'3 months',0,0,30476,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80334,'6 months',0,0,30476,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80335,'12 months',0,0,30476,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80336,'1 month, depending on the environment',0,0,30477,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80337,'3 months, depending on the environment',0,0,30477,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80338,'6 months, depending on the environment',0,0,30477,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80339,'12 months, depending on the environment',0,0,30477,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80340,'1 month or weekly, depending on the environment',0,0,30478,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80341,'3 months, depending on the environment',0,0,30478,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80342,'6 months, depending on the environment',0,0,30478,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80343,'12 months, depending on the environment',0,0,30478,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80344,'1 month',0,0,30479,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80345,'3 months',0,0,30479,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80346,'6 months',0,0,30479,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80347,'12 months',0,0,30479,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80348,'1 month',0,0,30480,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80349,'3 months',0,0,30480,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80350,'6 months',0,0,30480,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80351,'12 months',0,0,30480,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80352,'1 Month',0,0,30481,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80353,'3 Months',0,0,30481,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80354,'6 Months',0,0,30481,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80355,'12 Months',0,0,30481,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80356,'1 Month',0,0,30482,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80357,'3 Months',0,0,30482,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80358,'6 Months',0,0,30482,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80359,'12 Months',0,0,30482,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80360,'1 Month',0,0,30483,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80361,'3 Months',0,0,30483,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80362,'6 Months',0,0,30483,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80363,'12 Months',0,0,30483,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80364,'1 Month',0,0,30484,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80365,'3 Months',0,0,30484,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80366,'6 Months',0,0,30484,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80367,'12 Months',0,0,30484,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(80368,'Staff',0,0,30485,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80369,'Visitors',0,0,30485,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80370,'Caretaker',0,0,30485,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80371,'Manager',0,0,30485,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80372,'Everyone',0,0,30485,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80373,'Customers',0,0,30486,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80374,'Chefs',0,0,30486,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80375,'Waiters',0,0,30486,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80376,'Delivery Driver',0,0,30486,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80377,'Everyone',0,0,30486,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80378,'Everyone',0,0,30487,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80379,'Care Workers',0,0,30487,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80380,'Residence',0,0,30487,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80381,'Site Manager',0,0,30487,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80382,'Mid Terrace House',0,0,30488,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80383,'End Terrace House',0,0,30488,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80384,'Semi Detached House',0,0,30488,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80385,'Flat',0,0,30488,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80386,'Bungalow',0,0,30488,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80387,'Flat Rof',0,0,30489,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80388,'Sedum Roof',0,0,30489,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80389,'Pitched Corrugated Roof',0,0,30489,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80390,'Pitched Slate or Tiled Roof',0,0,30489,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80391,'System Built',0,0,30490,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80392,'Solid Brick Wall',0,0,30490,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80393,'Cavity Brick Wall',0,0,30490,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80394,'Timber Framed Wall',0,0,30490,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80395,'Stone Wall',0,0,30490,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80396,'15 Floors',0,0,30491,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80397,'17 Floors',0,0,30491,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80398,'1 Floor',0,0,30491,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80399,'10 Floors',0,0,30491,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80400,'Chicken Shop',0,0,30492,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80401,'Italian Restaurant',0,0,30492,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80402,'Hardware Store',0,0,30492,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80403,'Clothing Shop',0,0,30492,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80404,'Home with More Operations',0,0,30493,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80405,'House of Multiple Occupancy',0,0,30493,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80406,'House with ManyOrganisations',0,0,30493,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80407,'Concrete Floor',0,0,30494,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80408,'Wooden Floor',0,0,30494,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80409,'Wooden Floor covered in felt bitumen',0,0,30494,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80410,'Hot ducting extraction unit in a kitchen',0,0,30495,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80411,'Display materials around the property',0,0,30495,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80412,'Electrical fuse board in common hallway',0,0,30495,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80413,'Chemicals - gas – paints',0,0,30495,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80414,'Rubbish piled up against a building',0,0,30496,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80415,'Electrical socket',0,0,30496,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80416,'Gas hob',0,0,30496,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80417,'Welding in a workshop',0,0,30496,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80418,'Plastic - foam - rubber',0,0,30497,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80419,'Solid concrete floor',0,0,30497,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80420,'Waste cardboard & paper rubbish',0,0,30497,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80421,'Oil & chemicals',0,0,30497,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80422,'Metal storage cabinet',0,0,30497,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80423,'Do nothing and leave it alone',0,0,30498,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80424,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30498,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80425,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30498,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80426,'Site receptionist',0,0,30499,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80427,'Caretaker',0,0,30499,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80428,'Duty holder',0,0,30499,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80429,'Tenants',0,0,30499,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80430,'18.00hr to 5am',0,0,30500,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80431,'7am to 4pm',0,0,30500,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80432,'21.00 to 3am',0,0,30500,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80433,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',0,0,30501,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80434,'to see how many people can fit in the lift to evacuate the building',0,0,30501,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80435,'just to know how many people work there',0,0,30501,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80436,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30502,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80437,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30502,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80438,'Grade A fire alarm interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',0,0,30502,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80439,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30503,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80440,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30503,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80441,'Grade A fire alarm LD2 interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',0,0,30503,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80442,'One EML at the main entrance is sufficient',0,0,30504,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80443,'One EML on each landing level and one over the exit door',0,0,30504,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80444,'One EML halfway up the stairs well',0,0,30504,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80445,'Fire alarm system',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80446,'Emergency light system',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80447,'Fire extinguishers',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80448,'AOV',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80449,'Dry risers',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80450,'Fire doors',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80451,'Electrical systems',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80452,'Portable appliances',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80453,'Sprinkler systems',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80454,'Trip hazards',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80455,'Signage',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80456,'Gas systems',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80457,'All, where applicable',0,0,30505,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80458,'3 months',0,0,30506,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80459,'6 months',0,0,30506,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80460,'12 months',0,0,30506,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80461,'3 months',0,0,30507,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80462,'6 months',0,0,30507,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80463,'12 months',0,0,30507,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80464,'1 month',0,0,30508,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80465,'3 months',0,0,30508,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80466,'6 months',0,0,30508,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80467,'12 months',0,0,30508,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80468,'3 months',0,0,30509,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80469,'6 months',0,0,30509,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80470,'12 months',0,0,30509,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80471,'3 months',0,0,30510,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80472,'6 months',0,0,30510,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80473,'12 months',0,0,30510,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80474,'1 month, depending on the environment',0,0,30511,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80475,'3 months, depending on the environment',0,0,30511,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80476,'6 months, depending on the environment',0,0,30511,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80477,'12 months, depending on the environment',0,0,30511,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80478,'1 month or weekly, depending on the environment',0,0,30512,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80479,'3 months, depending on the environment',0,0,30512,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80480,'6 months, depending on the environment',0,0,30512,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80481,'12 months, depending on the environment',0,0,30512,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80482,'1 month',0,0,30513,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80483,'3 months',0,0,30513,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80484,'6 months',0,0,30513,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80485,'12 months',0,0,30513,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80486,'1 month',0,0,30514,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80487,'3 months',0,0,30514,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80488,'6 months',0,0,30514,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80489,'12 months',0,0,30514,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80490,'1 Month',0,0,30515,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80491,'3 Months',0,0,30515,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80492,'6 Months',0,0,30515,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80493,'12 Months',0,0,30515,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80494,'1 Month',0,0,30516,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80495,'3 Months',0,0,30516,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80496,'6 Months',0,0,30516,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80497,'12 Months',0,0,30516,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80498,'1 Month',0,0,30517,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80499,'3 Months',0,0,30517,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80500,'6 Months',0,0,30517,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80501,'12 Months',0,0,30517,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80502,'1 Month',0,0,30518,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80503,'3 Months',0,0,30518,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80504,'6 Months',0,0,30518,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80505,'12 Months',0,0,30518,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80506,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30519,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80507,'One fire warden can cover everyone all the time',0,0,30519,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80508,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30519,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80509,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30519,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80510,'It is extra paperwork to deal with in the business',0,0,30520,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80511,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30520,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80512,'The fire policy tells the employees what times to take a break and when to come back',0,0,30520,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80513,'They look good on the wall and make the business look professional',0,0,30521,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80514,'The manager said they are there just for the visitors that come into the office',0,0,30521,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80515,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30521,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80516,'The normal fire policy will cover this, so no further action is required',0,0,30522,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80517,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30522,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80518,'Add some extra disabled signs around the building, so people know they are there.',0,0,30522,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80519,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30523,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80520,'The fire warden needs to complete it so they can show the manager it is done',0,0,30523,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80521,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30523,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(80522,'Staff',0,0,30524,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80523,'Visitors',0,0,30524,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80524,'Caretaker',0,0,30524,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80525,'Manager',0,0,30524,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80526,'Everyone',0,0,30524,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80527,'Customers',0,0,30525,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80528,'Chefs',0,0,30525,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80529,'Waiters',0,0,30525,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80530,'Delivery Driver',0,0,30525,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80531,'Everyone',0,0,30525,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80532,'Everyone',0,0,30526,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80533,'Care Workers',0,0,30526,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80534,'Residence',0,0,30526,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80535,'Site Manager',0,0,30526,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80536,'Mid Terrace House',0,0,30527,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80537,'End Terrace House',0,0,30527,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80538,'Semi Detached House',0,0,30527,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80539,'Flat',0,0,30527,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80540,'Bungalow',0,0,30527,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80541,'Flat Rof',0,0,30528,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80542,'Sedum Roof',0,0,30528,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80543,'Pitched Corrugated Roof',0,0,30528,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80544,'Pitched Slate or Tiled Roof',0,0,30528,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80545,'System Built',0,0,30529,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80546,'Solid Brick Wall',0,0,30529,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80547,'Cavity Brick Wall',0,0,30529,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80548,'Timber Framed Wall',0,0,30529,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80549,'Stone Wall',0,0,30529,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80550,'15 Floors',0,0,30530,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80551,'17 Floors',0,0,30530,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80552,'1 Floor',0,0,30530,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80553,'10 Floors',0,0,30530,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80554,'Chicken Shop',0,0,30531,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80555,'Italian Restaurant',0,0,30531,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80556,'Hardware Store',0,0,30531,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80557,'Clothing Shop',0,0,30531,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80558,'Home with More Operations',0,0,30532,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80559,'House of Multiple Occupancy',0,0,30532,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80560,'House with ManyOrganisations',0,0,30532,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80561,'Concrete Floor',0,0,30533,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80562,'Wooden Floor',0,0,30533,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80563,'Wooden Floor covered in felt bitumen',0,0,30533,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80564,'Hot ducting extraction unit in a kitchen',0,0,30534,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80565,'Display materials around the property',0,0,30534,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80566,'Electrical fuse board in common hallway',0,0,30534,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80567,'Chemicals - gas – paints',0,0,30534,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80568,'Rubbish piled up against a building',0,0,30535,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80569,'Electrical socket',0,0,30535,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80570,'Gas hob',0,0,30535,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80571,'Welding in a workshop',0,0,30535,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80572,'Plastic - foam - rubber',0,0,30536,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80573,'Solid concrete floor',0,0,30536,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80574,'Waste cardboard & paper rubbish',0,0,30536,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80575,'Oil & chemicals',0,0,30536,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80576,'Metal storage cabinet',0,0,30536,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80577,'Do nothing and leave it alone',0,0,30537,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80578,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',0,0,30537,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80579,'Put a sign up to say this is a safety hazard in a communal area and let the other residents know',0,0,30537,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80580,'Site receptionist',0,0,30538,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80581,'Caretaker',0,0,30538,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80582,'Duty holder',0,0,30538,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80583,'Tenants',0,0,30538,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80584,'18.00hr to 5am',0,0,30539,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80585,'7am to 4pm',0,0,30539,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80586,'21.00 to 3am',0,0,30539,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80587,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',0,0,30540,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80588,'to see how many people can fit in the lift to evacuate the building',0,0,30540,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80589,'just to know how many people work there',0,0,30540,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80590,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office',0,0,30541,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80591,'One fire warden can cover everyone all the time',0,0,30541,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80592,'If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',0,0,30541,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80593,'I would advise for two fire wardens so they can chat together and drink coffee',0,0,30541,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80594,'It is extra paperwork to deal with in the business',0,0,30542,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80595,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',0,0,30542,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80596,'The fire policy tells the employees what times to take a break and when to come back',0,0,30542,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80597,'They look good on the wall and make the business look professional',0,0,30543,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80598,'The manager said they are there just for the visitors that come into the office',0,0,30543,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80599,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',0,0,30543,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80600,'The normal fire policy will cover this, so no further action is required',0,0,30544,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80601,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',0,0,30544,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80602,'Add some extra disabled signs around the building, so people know they are there.',0,0,30544,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80603,'The fire risk logbook for recording user checks is a job for the fire warden to do it keeps them busy',0,0,30545,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80604,'The fire warden needs to complete it so they can show the manager it is done',0,0,30545,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80605,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',0,0,30545,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80606,'Battery fire alarm smoke detector on each floor hallway ceiling',0,0,30546,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80607,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30546,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80608,'Grade A fire alarm interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',0,0,30546,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80609,'Battery fire alarm smoke detectors on each floor and kitchen hallway',0,0,30547,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80610,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',0,0,30547,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80611,'Grade A fire alarm LD2 interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',0,0,30547,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80612,'One EML at the main entrance is sufficient',0,0,30548,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80613,'One EML on each landing level and one over the exit door',0,0,30548,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80614,'One EML halfway up the stairs well',0,0,30548,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80615,'Fire alarm system',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80616,'Emergency light system',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80617,'Fire extinguishers',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80618,'AOV',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80619,'Dry risers',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80620,'Fire doors',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80621,'Electrical systems',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80622,'Portable appliances',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80623,'Sprinkler systems',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80624,'Trip hazards',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80625,'Signage',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80626,'Gas systems',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80627,'All, where applicable',0,0,30549,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80628,'3 months',0,0,30550,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80629,'6 months',0,0,30550,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80630,'12 months',0,0,30550,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80631,'3 months',0,0,30551,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80632,'6 months',0,0,30551,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80633,'12 months',0,0,30551,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80634,'1 month',0,0,30552,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80635,'3 months',0,0,30552,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80636,'6 months',0,0,30552,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80637,'12 months',0,0,30552,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80638,'3 months',0,0,30553,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80639,'6 months',0,0,30553,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80640,'12 months',0,0,30553,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80641,'3 months',0,0,30554,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80642,'6 months',0,0,30554,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80643,'12 months',0,0,30554,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80644,'1 month, depending on the environment',0,0,30555,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80645,'3 months, depending on the environment',0,0,30555,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80646,'6 months, depending on the environment',0,0,30555,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80647,'12 months, depending on the environment',0,0,30555,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80648,'1 month or weekly, depending on the environment',0,0,30556,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80649,'3 months, depending on the environment',0,0,30556,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80650,'6 months, depending on the environment',0,0,30556,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80651,'12 months, depending on the environment',0,0,30556,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80652,'1 month',0,0,30557,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80653,'3 months',0,0,30557,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80654,'6 months',0,0,30557,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80655,'12 months',0,0,30557,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80656,'1 month',0,0,30558,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80657,'3 months',0,0,30558,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80658,'6 months',0,0,30558,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80659,'12 months',0,0,30558,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80660,'1 Month',0,0,30559,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80661,'3 Months',0,0,30559,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80662,'6 Months',0,0,30559,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80663,'12 Months',0,0,30559,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80664,'1 Month',0,0,30560,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80665,'3 Months',0,0,30560,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80666,'6 Months',0,0,30560,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80667,'12 Months',0,0,30560,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80668,'1 Month',0,0,30561,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80669,'3 Months',0,0,30561,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80670,'6 Months',0,0,30561,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80671,'12 Months',0,0,30561,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80672,'1 Month',0,0,30562,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80673,'3 Months',0,0,30562,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80674,'6 Months',0,0,30562,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80675,'12 Months',0,0,30562,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(80676,'Yes',0,0,30567,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80677,'Yes',2,0,30567,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80678,'No',5,0,30567,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80679,'N/A',0,0,30567,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80680,'Other',20,0,30567,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80681,'Yes',0,0,30569,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80682,'Yes',2,0,30569,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80683,'No',5,0,30569,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80684,'N/A',0,0,30569,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80685,'Other',20,0,30569,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80686,'Yes',0,0,30570,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80687,'No',4,0,30570,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80688,'N/A',0,0,30570,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80689,'Other',20,0,30570,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80690,'Yes',0,0,30572,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80691,'No',5,0,30572,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80692,'N/A',0,0,30572,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80693,'Other',20,0,30572,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80694,'Yes',0,0,30574,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80695,'No',4,0,30574,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80696,'N/A',0,0,30574,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80697,'Other',20,0,30574,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80698,'Yes',0,0,30576,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80699,'No',5,0,30576,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80700,'N/A',0,0,30576,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80701,'Other',20,0,30576,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80702,'Yes',0,0,30578,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80703,'No',5,0,30578,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80704,'N/A',0,0,30578,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80705,'Other',20,0,30578,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80706,'Yes',0,0,30580,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80707,'No',7,0,30580,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80708,'N/A',0,0,30580,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80709,'Other',20,0,30580,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80710,'Yes',2,0,30581,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80711,'No',6,0,30581,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80712,'No',0,0,30581,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80713,'N/A',0,0,30581,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80714,'Yes',0,0,30582,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80715,'No',4,0,30582,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80716,'No',7,0,30582,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80717,'N/A',0,0,30582,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80718,'Other',20,0,30582,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80719,'Yes',0,0,30583,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80720,'No',6,0,30583,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80721,'NA',0,0,30583,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80722,'Other',20,0,30583,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80723,'Yes',0,0,30584,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80724,'Yes',0,0,30584,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80725,'NA',0,0,30584,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80726,'Other',20,0,30584,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80727,'Yes',1,0,30585,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80728,'No',0,0,30585,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80729,'Other',20,0,30585,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80730,'Yes',0,0,30586,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80731,'No',9,0,30586,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80732,'NA',0,0,30586,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80733,'Other',20,0,30586,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80734,'Yes',0,0,30587,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80735,'No',7,0,30587,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80736,'NA',0,0,30587,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80737,'Other',20,0,30587,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80738,'Yes',0,0,30588,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80739,'No',6,0,30588,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80740,'NA',0,0,30588,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80741,'Other',20,0,30588,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80742,'Yes',0,0,30589,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80743,'No',6,0,30589,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80744,'NA',0,0,30589,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80745,'Other',20,0,30589,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80746,'Yes',0,0,30590,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80747,'No',8,0,30590,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80748,'NA',0,0,30590,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80749,'Other',20,0,30590,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80750,'Yes',3,0,30591,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80751,'Yes',4,0,30591,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80752,'Yes',5,0,30591,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80753,'Other',20,0,30591,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80754,'Yes',1,0,30592,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80755,'Yes',0,0,30592,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80756,'No',5,0,30592,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80757,'Other',20,0,30592,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80758,'Yes',0,0,30593,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80759,'No',5,0,30593,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80760,'NA',5,0,30593,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80761,'Other',20,0,30593,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80762,'Yes',0,0,30594,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80763,'No',5,0,30594,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80764,'N/A',0,0,30594,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80765,'Other',20,0,30594,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80766,'Yes',0,0,30595,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80767,'No',5,0,30595,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80768,'Other',20,0,30595,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80769,'N/A',0,0,30595,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80770,'Yes',0,0,30596,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80771,'No',5,0,30596,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80772,'NA',0,0,30596,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80773,'Other',20,0,30596,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80774,'Yes',0,0,30597,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80775,'No',5,0,30597,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80776,'NA',0,0,30597,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80777,'Other',20,0,30597,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80778,'Yes',0,0,30598,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80779,'No',5,0,30598,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80780,'NA',0,0,30598,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80781,'Other',20,0,30598,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80782,'Yes',0,0,30599,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80783,'No',5,0,30599,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80784,'Other',20,0,30599,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80785,'N/A',0,0,30599,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80786,'Yes',0,0,30600,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80787,'Yes',0,0,30600,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80788,'No',5,0,30600,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80789,'N/A',0,0,30600,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80790,'Other',20,0,30600,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80791,'Employees',2,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80792,'Sub-Contractors',3,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80793,'Young Persons',4,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80794,'Visitors',4,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80795,'The General Public (Customers)',4,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80796,'Disabled or Special needs People less able to leave the premises quickly',7,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80797,'Occupants in Remote Areas',6,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80798,'Sleeping Occupants',7,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80799,'Neighbouring Premises',2,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80800,'Tenants / Owners',3,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80801,'Animals / Livestock',2,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80802,'Other',0,0,30602,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80803,'9:00 - 17:00',0,0,30605,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80804,'17:00 - 24:00',0,0,30605,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80805,'24:00 - 9:00',0,0,30605,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80806,'9:00 - 17:00',0,0,30606,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80807,'17:00 - 24:00',0,0,30606,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80808,'24:00 - 9:00',0,0,30606,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80809,'9:00 - 17:00',0,0,30607,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80810,'17:00 - 24:00',0,0,30607,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80811,'24:00 - 9:00',0,0,30607,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80812,'9:00 - 17:00',0,0,30608,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80813,'17:00 - 24:00',0,0,30608,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80814,'24:00 - 9:00',0,0,30608,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80815,'9:00 - 17:00',0,0,30609,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80816,'17:00 - 24:00',0,0,30609,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80817,'24:00 - 9:00',0,0,30609,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80818,'9:00 - 17:00',0,0,30610,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80819,'17:00 - 24:00',0,0,30610,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80820,'24:00 - 9:00',0,0,30610,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80821,'9:00 - 17:00',0,0,30611,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80822,'17:00 - 24:00',0,0,30611,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80823,'24:00 - 9:00',0,0,30611,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80824,'Below 20',1,0,30612,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80825,'20-49',2,0,30612,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80826,'50-99',2,0,30612,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80827,'100-499',3,0,30612,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80828,'500-999',4,0,30612,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80829,'1000',5,0,30612,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80830,'Single Stage Evacuation',0,0,30613,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80831,'Staged Evacuation',0,0,30613,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80832,'Simultaneous Evacuation',0,0,30613,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80833,'Phased Evacuation',0,0,30613,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80834,'Staff Alarm Only',0,0,30613,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80835,'Stay Put Policy',0,0,30613,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80836,'Yes',0,0,30614,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80837,'No',2,0,30614,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80838,'Other',20,0,30614,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80839,'N/A',0,0,30614,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80840,'Yes',0,0,30615,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80841,'No',2,0,30615,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80842,'Other',20,0,30615,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80843,'N/A',0,0,30615,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80844,'Yes',0,0,30616,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80845,'No',2,0,30616,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80846,'Other',20,0,30616,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80847,'N/A',0,0,30616,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80848,'Yes',0,0,30618,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80849,'No',2,0,30618,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80850,'Other',20,0,30618,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80851,'N/A',0,0,30618,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80852,'Yes',0,0,30620,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80853,'No',2,0,30620,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80854,'Other',20,0,30620,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80855,'N/A',0,0,30620,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80856,'Yes',0,0,30621,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80857,'No',2,0,30621,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80858,'Other',20,0,30621,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80859,'N/A',0,0,30621,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80860,'Yes',0,0,30622,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80861,'No',3,0,30622,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80862,'Other',20,0,30622,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80863,'N/A',0,0,30622,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80864,'Yes',0,0,30624,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80865,'No',3,0,30624,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80866,'Other',20,0,30624,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80867,'N/A',0,0,30624,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80868,'Yes',0,0,30625,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80869,'No',4,0,30625,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80870,'No Disabled',0,0,30625,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80871,'Other',20,0,30625,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80872,'N/A',0,0,30625,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80873,'Yes',0,0,30626,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80874,'No',4,0,30626,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80875,'Other',20,0,30626,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80876,'N/A',0,0,30626,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80877,'Yes',0,0,30627,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80878,'No',3,0,30627,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80879,'Other',20,0,30627,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80880,'N/A',0,0,30627,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80881,'Yes',0,0,30628,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80882,'No',4,0,30628,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80883,'Other',20,0,30628,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80884,'N/A',0,0,30628,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80885,'Yes',0,0,30629,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80886,'No',4,0,30629,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80887,'Other',20,0,30629,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80888,'N/A',0,0,30629,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80889,'Yes',0,0,30630,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80890,'No',5,0,30630,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80891,'Other',20,0,30630,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80892,'N/A',0,0,30630,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80893,'Yes',0,0,30631,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80894,'Yes',3,0,30631,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80895,'No',6,0,30631,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80896,'Other',20,0,30631,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80897,'N/A',0,0,30631,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80898,'Yes',0,0,30632,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80899,'No',5,0,30632,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80900,'Other',20,0,30632,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80901,'N/A',0,0,30632,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80902,'Fan Heaters',4,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80903,'Electric Heaters',4,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80904,'Gas Heater',5,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80905,'Other Boilers',2,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80906,'Electrical Equipment',3,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80907,'Electrical Leads',3,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80908,'Portable Equipment',3,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80909,'Portable Lighting',2,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80910,'Cooking kitchen Equipment',6,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80911,'Other',20,0,30634,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80912,'Wood/Paper/Cardboard etc',3,0,30636,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80913,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,30636,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80914,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,30636,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80915,'Waste Material Controlled -in locked wheely bin or store',2,0,30636,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80916,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,30636,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80917,'Other',20,0,30636,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80918,'Detached',1,0,30638,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80919,'Semi Detached',2,0,30638,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80920,'Terraced',3,0,30638,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80921,'Linked-Detached',1,0,30638,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80922,'Other',20,0,30638,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80923,'House',1,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80924,'Bungalow',1,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80925,'Maisonette',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80926,'Block of Flats - Studios up to 6 Floor Levels',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80927,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80928,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80929,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80930,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80931,'Underground Property',1,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80932,'Factory/ Warehouse',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80933,'Garage/ Workshop',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80934,'Retail Shop',2,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80935,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80936,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80937,'Other',20,0,30639,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80938,'NA',0,0,30644,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80939,'Number of staircase',2,0,30644,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80940,'NA',0,0,30645,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80941,'Number os staircases',2,0,30645,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80942,'25%',1,0,30657,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80943,'50%',1,0,30657,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80944,'75%',1,0,30657,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80945,'100%',1,0,30657,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80946,'Other',20,0,30657,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80947,'Yes',1,0,30659,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80948,'No',3,0,30659,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80949,'Unknown',3,0,30659,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80950,'Stone',0,0,30659,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80951,'Other',20,0,30659,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80952,'Yes',1,0,30660,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80953,'No',5,0,30660,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80954,'Unknown',5,0,30660,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80955,'Stone',0,0,30660,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80956,'Other',20,0,30660,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80957,'Wood',2,0,30661,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80958,'Plastics',1,0,30661,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80959,'Aluminium',0,0,30661,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80960,'Stone',0,0,30661,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80961,'Other',20,0,30661,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80962,'0%',0,0,30663,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80963,'25%',1,0,30663,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80964,'50%',1,0,30663,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80965,'75%',1,0,30663,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80966,'100%',1,0,30663,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80967,'0%',0,0,30664,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80968,'25%',2,0,30664,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80969,'50%',2,0,30664,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80970,'75%',2,0,30664,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80971,'100%',2,0,30664,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80972,'0%',0,0,30665,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80973,'25%',1,0,30665,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80974,'50%',1,0,30665,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80975,'75%',1,0,30665,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80976,'100%',1,0,30665,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80977,'Solid concrete all levels',0,0,30666,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80978,'Timber joists all levels',3,0,30666,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80979,'Concrete lowest floor – Timber above higher levels',3,0,30666,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80980,'Other',20,0,30666,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80981,'100%',1,0,30666,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80982,'Yes',1,0,30669,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80983,'No',6,0,30669,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80984,'Yes',2,0,30671,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80985,'No',8,0,30671,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80986,'Yes',1,0,30673,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80987,'No',6,0,30673,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80988,'Yes',1,0,30675,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80989,'No',6,0,30675,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80990,'Yes',1,0,30677,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80991,'No',6,0,30677,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80992,'Yes',1,0,30681,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80993,'No',3,0,30681,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80994,'Yes',1,0,30683,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80995,'No',3,0,30683,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80996,'Yes',1,0,30685,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80997,'No',3,0,30685,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80998,'Very Good',1,0,30687,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(80999,'Good',1,0,30687,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81000,'Fair',1,0,30687,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81001,'Poor',2,0,30687,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81002,'Very Poor',2,0,30687,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81003,'0%',1,0,30698,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81004,'1% - 25%',1,0,30698,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81005,'26% - 50%',1,0,30698,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81006,'51% - 75%',1,0,30698,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81007,'76% - 100%',1,0,30698,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81008,'0%',1,0,30699,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81009,'1% - 25%',1,0,30699,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81010,'26% - 50%',1,0,30699,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81011,'51% - 75%',1,0,30699,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81012,'76% - 100%',1,0,30699,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81013,'0%',1,0,30700,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81014,'1% - 25%',1,0,30700,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81015,'26% - 50%',1,0,30700,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81016,'51% - 75%',1,0,30700,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81017,'76% - 100%',1,0,30700,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81018,'Yes, they are in good condition & positioned correctly.',0,0,30701,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81019,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,30701,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81020,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,30701,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81021,'Other',20,0,30701,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81022,'N/A',0,0,30701,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81023,'Yes',0,0,30703,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81024,'No 1',5,0,30703,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81025,'No 2',5,0,30703,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81026,'Yes',0,0,30704,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81027,'Option',5,0,30704,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81028,'No',8,0,30704,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81029,'N/A',0,0,30704,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81030,'Other',20,0,30704,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81031,'Yes 1',1,0,30706,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81032,'Yes 2',0,0,30706,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81033,'No',7,0,30706,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81034,'N/A',0,0,30706,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81035,'Other',20,0,30706,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81036,'Yes',0,0,30708,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81037,'No',8,0,30708,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81038,'Other',20,0,30708,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81039,'N/A',0,0,30708,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81040,'Yes',0,0,30709,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81041,'No',8,0,30709,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81042,'Other',20,0,30709,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81043,'N/A',0,0,30709,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81044,'Yes',0,0,30710,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81045,'No',8,0,30710,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81046,'Other',20,0,30710,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81047,'N/A',0,0,30710,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81048,'Yes',0,0,30712,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81049,'No',8,0,30712,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81050,'Other',20,0,30712,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81051,'N/A',0,0,30712,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81052,'Yes',0,0,30713,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81053,'No',6,0,30713,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81054,'Other',20,0,30713,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81055,'N/A',0,0,30713,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81056,'Director',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81057,'Owner Landlord',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81058,'Site Maitenance',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81059,'Estate Agent',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81060,'Letting Agent',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81061,'Other',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81062,'Director',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81063,'CEO',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81064,'Other',0,0,30722,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81065,'Nebosh',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81066,'Level 2 Fire Risk Assessor',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81067,'Competant Person',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81068,'Property Manager',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81069,'Construction Manager',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81070,'Fire Warden',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81071,'Director',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81072,'CEO',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81073,'N/A',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81074,'Other',0,0,30723,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81075,'Property Agent',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81076,'Owner Landlord',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81077,'Site Manager',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81078,'Property Manager',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81079,'Construction Manager',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81080,'Fire Warden',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81081,'Director',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81082,'CEO',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81083,'Other',0,0,30724,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81084,'A Property Within Building Block',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81085,'All Of The Property',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81086,'Communal Areas Only',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81087,'House',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81088,'Flat',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81089,'Other',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81090,'Director',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81091,'CEO',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81092,'Other',0,0,30725,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(81093,'Yes',0,0,30732,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81094,'Yes',2,0,30732,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81095,'No',5,0,30732,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81096,'N/A',0,0,30732,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81097,'Other',20,0,30732,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81098,'Yes',0,0,30734,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81099,'Yes',2,0,30734,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81100,'No',5,0,30734,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81101,'N/A',0,0,30734,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81102,'Other',20,0,30734,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81103,'Yes',0,0,30735,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81104,'No',4,0,30735,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81105,'N/A',0,0,30735,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81106,'Other',20,0,30735,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81107,'Yes',0,0,30737,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81108,'No',5,0,30737,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81109,'N/A',0,0,30737,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81110,'Other',20,0,30737,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81111,'Yes',0,0,30739,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81112,'No',4,0,30739,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81113,'N/A',0,0,30739,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81114,'Other',20,0,30739,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81115,'Yes',0,0,30741,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81116,'No',5,0,30741,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81117,'N/A',0,0,30741,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81118,'Other',20,0,30741,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81119,'Yes',0,0,30743,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81120,'No',5,0,30743,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81121,'N/A',0,0,30743,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81122,'Other',20,0,30743,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81123,'Yes',0,0,30745,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81124,'No',7,0,30745,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81125,'N/A',0,0,30745,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81126,'Other',20,0,30745,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81127,'Yes',2,0,30746,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81128,'No',6,0,30746,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81129,'No',0,0,30746,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81130,'N/A',0,0,30746,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81131,'Yes',0,0,30747,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81132,'No',4,0,30747,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81133,'No',7,0,30747,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81134,'N/A',0,0,30747,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81135,'Other',20,0,30747,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81136,'Yes',0,0,30748,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81137,'No',6,0,30748,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81138,'NA',0,0,30748,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81139,'Other',20,0,30748,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81140,'Yes',0,0,30749,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81141,'Yes',0,0,30749,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81142,'NA',0,0,30749,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81143,'Other',20,0,30749,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81144,'Yes',1,0,30750,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81145,'No',0,0,30750,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81146,'Other',20,0,30750,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81147,'Yes',0,0,30751,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81148,'No',9,0,30751,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81149,'NA',0,0,30751,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81150,'Other',20,0,30751,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81151,'Yes',0,0,30752,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81152,'No',7,0,30752,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81153,'NA',0,0,30752,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81154,'Other',20,0,30752,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81155,'Yes',0,0,30753,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81156,'No',6,0,30753,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81157,'NA',0,0,30753,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81158,'Other',20,0,30753,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81159,'Yes',0,0,30754,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81160,'No',6,0,30754,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81161,'NA',0,0,30754,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81162,'Other',20,0,30754,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81163,'Yes',0,0,30755,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81164,'No',8,0,30755,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81165,'NA',0,0,30755,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81166,'Other',20,0,30755,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81167,'Yes',3,0,30756,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81168,'Yes',4,0,30756,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81169,'Yes',5,0,30756,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81170,'Other',20,0,30756,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81171,'Yes',1,0,30757,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81172,'Yes',0,0,30757,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81173,'No',5,0,30757,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81174,'Other',20,0,30757,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81175,'Yes',0,0,30758,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81176,'No',5,0,30758,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81177,'NA',5,0,30758,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81178,'Other',20,0,30758,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81179,'Yes',0,0,30759,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81180,'No',5,0,30759,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81181,'N/A',0,0,30759,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81182,'Other',20,0,30759,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81183,'Yes',0,0,30760,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81184,'No',5,0,30760,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81185,'Other',20,0,30760,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81186,'N/A',0,0,30760,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81187,'Yes',0,0,30761,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81188,'No',5,0,30761,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81189,'NA',0,0,30761,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81190,'Other',20,0,30761,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81191,'Yes',0,0,30762,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81192,'No',5,0,30762,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81193,'NA',0,0,30762,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81194,'Other',20,0,30762,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81195,'Yes',0,0,30763,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81196,'No',5,0,30763,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81197,'NA',0,0,30763,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81198,'Other',20,0,30763,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81199,'Yes',0,0,30764,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81200,'No',5,0,30764,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81201,'Other',20,0,30764,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81202,'N/A',0,0,30764,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81203,'Yes',0,0,30765,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81204,'Yes',0,0,30765,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81205,'No',5,0,30765,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81206,'N/A',0,0,30765,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81207,'Other',20,0,30765,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81208,'Employees',2,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81209,'Sub-Contractors',3,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81210,'Young Persons',4,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81211,'Visitors',4,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81212,'The General Public (Customers)',4,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81213,'Disabled or Special needs People less able to leave the premises quickly',7,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81214,'Occupants in Remote Areas',6,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81215,'Sleeping Occupants',7,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81216,'Neighbouring Premises',2,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81217,'Tenants / Owners',3,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81218,'Animals / Livestock',2,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81219,'Other',0,0,30767,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81220,'9:00 - 17:00',0,0,30770,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81221,'17:00 - 24:00',0,0,30770,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81222,'24:00 - 9:00',0,0,30770,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81223,'9:00 - 17:00',0,0,30771,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81224,'17:00 - 24:00',0,0,30771,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81225,'24:00 - 9:00',0,0,30771,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81226,'9:00 - 17:00',0,0,30772,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81227,'17:00 - 24:00',0,0,30772,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81228,'24:00 - 9:00',0,0,30772,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81229,'9:00 - 17:00',0,0,30773,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81230,'17:00 - 24:00',0,0,30773,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81231,'24:00 - 9:00',0,0,30773,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81232,'9:00 - 17:00',0,0,30774,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81233,'17:00 - 24:00',0,0,30774,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81234,'24:00 - 9:00',0,0,30774,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81235,'9:00 - 17:00',0,0,30775,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81236,'17:00 - 24:00',0,0,30775,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81237,'24:00 - 9:00',0,0,30775,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81238,'9:00 - 17:00',0,0,30776,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81239,'17:00 - 24:00',0,0,30776,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81240,'24:00 - 9:00',0,0,30776,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81241,'Below 20',1,0,30777,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81242,'20-49',2,0,30777,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81243,'50-99',2,0,30777,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81244,'100-499',3,0,30777,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81245,'500-999',4,0,30777,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81246,'1000',5,0,30777,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81247,'Single Stage Evacuation',0,0,30778,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81248,'Staged Evacuation',0,0,30778,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81249,'Simultaneous Evacuation',0,0,30778,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81250,'Phased Evacuation',0,0,30778,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81251,'Staff Alarm Only',0,0,30778,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81252,'Stay Put Policy',0,0,30778,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81253,'Yes',0,0,30779,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81254,'No',2,0,30779,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81255,'Other',20,0,30779,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81256,'N/A',0,0,30779,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81257,'Yes',0,0,30780,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81258,'No',2,0,30780,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81259,'Other',20,0,30780,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81260,'N/A',0,0,30780,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81261,'Yes',0,0,30781,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81262,'No',2,0,30781,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81263,'Other',20,0,30781,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81264,'N/A',0,0,30781,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81265,'Yes',0,0,30783,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81266,'No',2,0,30783,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81267,'Other',20,0,30783,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81268,'N/A',0,0,30783,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81269,'Yes',0,0,30785,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81270,'No',2,0,30785,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81271,'Other',20,0,30785,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81272,'N/A',0,0,30785,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81273,'Yes',0,0,30786,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81274,'No',2,0,30786,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81275,'Other',20,0,30786,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81276,'N/A',0,0,30786,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81277,'Yes',0,0,30787,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81278,'No',3,0,30787,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81279,'Other',20,0,30787,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81280,'N/A',0,0,30787,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81281,'Yes',0,0,30789,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81282,'No',3,0,30789,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81283,'Other',20,0,30789,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81284,'N/A',0,0,30789,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81285,'Yes',0,0,30790,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81286,'No',4,0,30790,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81287,'No Disabled',0,0,30790,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81288,'Other',20,0,30790,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81289,'N/A',0,0,30790,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81290,'Yes',0,0,30791,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81291,'No',4,0,30791,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81292,'Other',20,0,30791,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81293,'N/A',0,0,30791,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81294,'Yes',0,0,30792,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81295,'No',3,0,30792,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81296,'Other',20,0,30792,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81297,'N/A',0,0,30792,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81298,'Yes',0,0,30793,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81299,'No',4,0,30793,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81300,'Other',20,0,30793,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81301,'N/A',0,0,30793,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81302,'Yes',0,0,30794,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81303,'No',4,0,30794,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81304,'Other',20,0,30794,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81305,'N/A',0,0,30794,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81306,'Yes',0,0,30795,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81307,'No',5,0,30795,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81308,'Other',20,0,30795,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81309,'N/A',0,0,30795,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81310,'Yes',0,0,30796,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81311,'Yes',3,0,30796,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81312,'No',6,0,30796,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81313,'Other',20,0,30796,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81314,'N/A',0,0,30796,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81315,'Yes',0,0,30797,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81316,'No',5,0,30797,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81317,'Other',20,0,30797,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81318,'N/A',0,0,30797,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81319,'Fan Heaters',4,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81320,'Electric Heaters',4,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81321,'Gas Heater',5,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81322,'Other Boilers',2,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81323,'Electrical Equipment',3,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81324,'Electrical Leads',3,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81325,'Portable Equipment',3,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81326,'Portable Lighting',2,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81327,'Cooking kitchen Equipment',6,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81328,'Other',20,0,30799,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81329,'Wood/Paper/Cardboard etc',3,0,30801,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81330,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,30801,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81331,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,30801,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81332,'Waste Material Controlled -in locked wheely bin or store',2,0,30801,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81333,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,30801,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81334,'Other',20,0,30801,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81335,'Yes, they are in good condition & positioned correctly.',0,0,30803,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81336,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,30803,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81337,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,30803,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81338,'Other',20,0,30803,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81339,'N/A',0,0,30803,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81340,'Yes',0,0,30805,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81341,'No 1',5,0,30805,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81342,'No 2',5,0,30805,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81343,'Yes',0,0,30806,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81344,'Option',5,0,30806,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81345,'No',8,0,30806,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81346,'N/A',0,0,30806,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81347,'Other',20,0,30806,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81348,'Yes 1',1,0,30808,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81349,'Yes 2',0,0,30808,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81350,'No',7,0,30808,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81351,'N/A',0,0,30808,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81352,'Other',20,0,30808,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81353,'Yes',0,0,30810,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81354,'No',8,0,30810,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81355,'Other',20,0,30810,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81356,'N/A',0,0,30810,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81357,'Yes',0,0,30811,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81358,'No',8,0,30811,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81359,'Other',20,0,30811,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81360,'N/A',0,0,30811,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81361,'Yes',0,0,30812,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81362,'No',8,0,30812,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81363,'Other',20,0,30812,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81364,'N/A',0,0,30812,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81365,'Yes',0,0,30814,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81366,'No',8,0,30814,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81367,'Other',20,0,30814,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81368,'N/A',0,0,30814,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81369,'Yes',0,0,30815,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81370,'No',6,0,30815,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81371,'Other',20,0,30815,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81372,'N/A',0,0,30815,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81373,'Director',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81374,'Owner Landlord',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81375,'Site Maitenance',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81376,'Estate Agent',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81377,'Letting Agent',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81378,'Other',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81379,'Director',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81380,'CEO',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81381,'Other',0,0,30824,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81382,'Nebosh',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81383,'Level 2 Fire Risk Assessor',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81384,'Competant Person',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81385,'Property Manager',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81386,'Construction Manager',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81387,'Fire Warden',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81388,'Director',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81389,'CEO',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81390,'N/A',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81391,'Other',0,0,30825,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81392,'Property Agent',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81393,'Owner Landlord',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81394,'Site Manager',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81395,'Property Manager',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81396,'Construction Manager',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81397,'Fire Warden',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81398,'Director',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81399,'CEO',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81400,'Other',0,0,30826,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81401,'A Property Within Building Block',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81402,'All Of The Property',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81403,'Communal Areas Only',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81404,'House',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81405,'Flat',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81406,'Other',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81407,'Director',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81408,'CEO',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81409,'Other',0,0,30827,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81410,'Detached',1,0,30833,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81411,'Semi Detached',2,0,30833,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81412,'Terraced',3,0,30833,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81413,'Linked-Detached',1,0,30833,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81414,'Other',20,0,30833,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81415,'House',1,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81416,'Bungalow',1,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81417,'Maisonette',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81418,'Block of Flats - Studios up to 6 Floor Levels',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81419,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81420,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81421,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81422,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81423,'Underground Property',1,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81424,'Factory/ Warehouse',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81425,'Garage/ Workshop',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81426,'Retail Shop',2,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81427,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81428,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81429,'Other',20,0,30834,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81430,'NA',0,0,30839,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81431,'Number of staircase',2,0,30839,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81432,'NA',0,0,30840,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81433,'Number os staircases',2,0,30840,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81434,'25%',1,0,30852,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81435,'50%',1,0,30852,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81436,'75%',1,0,30852,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81437,'100%',1,0,30852,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81438,'Other',20,0,30852,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81439,'Yes',1,0,30854,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81440,'No',3,0,30854,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81441,'Unknown',3,0,30854,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81442,'Stone',0,0,30854,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81443,'Other',20,0,30854,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81444,'Yes',1,0,30855,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81445,'No',5,0,30855,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81446,'Unknown',5,0,30855,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81447,'Stone',0,0,30855,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81448,'Other',20,0,30855,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81449,'Wood',2,0,30856,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81450,'Plastics',1,0,30856,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81451,'Aluminium',0,0,30856,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81452,'Stone',0,0,30856,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81453,'Other',20,0,30856,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81454,'0%',0,0,30858,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81455,'25%',1,0,30858,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81456,'50%',1,0,30858,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81457,'75%',1,0,30858,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81458,'100%',1,0,30858,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81459,'0%',0,0,30859,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81460,'25%',2,0,30859,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81461,'50%',2,0,30859,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81462,'75%',2,0,30859,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81463,'100%',2,0,30859,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81464,'0%',0,0,30860,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81465,'25%',1,0,30860,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81466,'50%',1,0,30860,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81467,'75%',1,0,30860,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81468,'100%',1,0,30860,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81469,'Solid concrete flooring on all levels',0,0,30861,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81470,'Timber joists on all levels',3,0,30861,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81471,'Concrete lowest floor – Timber above higher levels',3,0,30861,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81472,'Other',20,0,30861,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81473,'Yes',1,0,30864,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81474,'No',6,0,30864,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81475,'N/A',0,0,30864,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81476,'Yes',2,0,30866,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81477,'No',8,0,30866,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81478,'N/A',0,0,30866,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81479,'Yes',1,0,30868,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81480,'No',6,0,30868,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81481,'N/A',0,0,30868,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81482,'Yes',1,0,30870,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81483,'No',6,0,30870,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81484,'N/A',0,0,30870,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81485,'Yes',1,0,30872,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81486,'No',6,0,30872,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81487,'N/A',0,0,30872,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81488,'Yes',1,0,30876,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81489,'No',3,0,30876,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81490,'Yes',1,0,30878,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81491,'No',3,0,30878,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81492,'Yes',1,0,30880,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81493,'No',3,0,30880,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81494,'N/A',0,0,30880,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81495,'Very Good',0,0,30882,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81496,'Good',1,0,30882,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81497,'Fair',2,0,30882,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81498,'Poor',3,0,30882,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81499,'Very Poor',4,0,30882,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81500,'0%',5,0,30889,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81501,'1% - 25%',4,0,30889,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81502,'26% - 50%',3,0,30889,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81503,'51% - 75%',2,0,30889,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81504,'76% - 100%',1,0,30889,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81505,'0%',1,0,30890,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81506,'1% - 25%',1,0,30890,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81507,'26% - 50%',1,0,30890,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81508,'51% - 75%',1,0,30890,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81509,'76% - 100%',1,0,30890,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81510,'0%',1,0,30891,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81511,'1% - 25%',1,0,30891,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81512,'26% - 50%',1,0,30891,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81513,'51% - 75%',1,0,30891,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81514,'76% - 100%',1,0,30891,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81515,'0%',1,0,30893,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81516,'1% - 25%',1,0,30893,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81517,'26% - 50%',1,0,30893,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81518,'51% - 75%',1,0,30893,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81519,'76% - 100%',1,0,30893,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81520,'0%',1,0,30894,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81521,'1% - 25%',1,0,30894,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81522,'26% - 50%',1,0,30894,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81523,'51% - 75%',1,0,30894,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81524,'76% - 100%',1,0,30894,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81525,'0%',1,0,30895,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81526,'1% - 25%',1,0,30895,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81527,'26% - 50%',1,0,30895,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81528,'51% - 75%',1,0,30895,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81529,'76% - 100%',1,0,30895,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(81530,'Yes',0,0,30897,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81531,'Yes',2,0,30897,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81532,'No',5,0,30897,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81533,'N/A',0,0,30897,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81534,'Other',20,0,30897,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81535,'Yes',0,0,30899,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81536,'Yes',2,0,30899,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81537,'No',5,0,30899,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81538,'N/A',0,0,30899,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81539,'Other',20,0,30899,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81540,'Yes',0,0,30900,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81541,'No',4,0,30900,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81542,'N/A',0,0,30900,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81543,'Other',20,0,30900,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81544,'Yes',0,0,30902,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81545,'No',5,0,30902,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81546,'N/A',0,0,30902,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81547,'Other',20,0,30902,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81548,'Yes',0,0,30904,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81549,'No',4,0,30904,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81550,'N/A',0,0,30904,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81551,'Other',20,0,30904,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81552,'Yes',0,0,30906,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81553,'No',5,0,30906,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81554,'N/A',0,0,30906,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81555,'Other',20,0,30906,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81556,'Yes',0,0,30908,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81557,'No',5,0,30908,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81558,'N/A',0,0,30908,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81559,'Other',20,0,30908,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81560,'Yes',0,0,30910,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81561,'No',7,0,30910,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81562,'N/A',0,0,30910,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81563,'Other',20,0,30910,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81564,'Yes',2,0,30911,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81565,'No',6,0,30911,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81566,'No',0,0,30911,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81567,'N/A',0,0,30911,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81568,'Yes',0,0,30912,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81569,'No',4,0,30912,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81570,'No',7,0,30912,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81571,'N/A',0,0,30912,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81572,'Other',20,0,30912,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81573,'Yes',0,0,30913,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81574,'No',6,0,30913,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81575,'NA',0,0,30913,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81576,'Other',20,0,30913,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81577,'Yes',0,0,30914,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81578,'Yes',0,0,30914,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81579,'NA',0,0,30914,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81580,'Other',20,0,30914,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81581,'Yes',1,0,30915,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81582,'No',0,0,30915,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81583,'Other',20,0,30915,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81584,'Yes',0,0,30916,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81585,'No',9,0,30916,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81586,'NA',0,0,30916,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81587,'Other',20,0,30916,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81588,'Yes',0,0,30917,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81589,'No',7,0,30917,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81590,'NA',0,0,30917,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81591,'Other',20,0,30917,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81592,'Yes',0,0,30918,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81593,'No',6,0,30918,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81594,'NA',0,0,30918,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81595,'Other',20,0,30918,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81596,'Yes',0,0,30919,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81597,'No',6,0,30919,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81598,'NA',0,0,30919,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81599,'Other',20,0,30919,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81600,'Yes',0,0,30920,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81601,'No',8,0,30920,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81602,'NA',0,0,30920,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81603,'Other',20,0,30920,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81604,'Yes',3,0,30921,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81605,'Yes',4,0,30921,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81606,'Yes',5,0,30921,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81607,'Other',20,0,30921,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81608,'Yes',1,0,30922,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81609,'Yes',0,0,30922,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81610,'No',5,0,30922,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81611,'Other',20,0,30922,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81612,'Yes',0,0,30923,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81613,'No',5,0,30923,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81614,'NA',5,0,30923,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81615,'Other',20,0,30923,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81616,'Yes',0,0,30924,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81617,'No',5,0,30924,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81618,'N/A',0,0,30924,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81619,'Other',20,0,30924,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81620,'Yes',0,0,30925,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81621,'No',5,0,30925,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81622,'Other',20,0,30925,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81623,'N/A',0,0,30925,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81624,'Yes',0,0,30926,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81625,'No',5,0,30926,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81626,'NA',0,0,30926,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81627,'Other',20,0,30926,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81628,'Yes',0,0,30927,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81629,'No',5,0,30927,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81630,'NA',0,0,30927,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81631,'Other',20,0,30927,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81632,'Yes',0,0,30928,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81633,'No',5,0,30928,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81634,'NA',0,0,30928,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81635,'Other',20,0,30928,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81636,'Yes',0,0,30929,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81637,'No',5,0,30929,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81638,'Other',20,0,30929,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81639,'N/A',0,0,30929,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81640,'Yes',0,0,30930,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81641,'Yes',0,0,30930,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81642,'No',5,0,30930,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81643,'N/A',0,0,30930,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81644,'Other',20,0,30930,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81645,'Employees',2,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81646,'Sub-Contractors',3,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81647,'Young Persons',4,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81648,'Visitors',4,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81649,'The General Public (Customers)',4,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81650,'Disabled or Special needs People less able to leave the premises quickly',7,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81651,'Occupants in Remote Areas',6,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81652,'Sleeping Occupants',7,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81653,'Neighbouring Premises',2,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81654,'Tenants / Owners',3,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81655,'Animals / Livestock',2,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81656,'Other',0,0,30932,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81657,'9:00 - 17:00',0,0,30935,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81658,'17:00 - 24:00',0,0,30935,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81659,'24:00 - 9:00',0,0,30935,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81660,'9:00 - 17:00',0,0,30936,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81661,'17:00 - 24:00',0,0,30936,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81662,'24:00 - 9:00',0,0,30936,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81663,'9:00 - 17:00',0,0,30937,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81664,'17:00 - 24:00',0,0,30937,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81665,'24:00 - 9:00',0,0,30937,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81666,'9:00 - 17:00',0,0,30938,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81667,'17:00 - 24:00',0,0,30938,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81668,'24:00 - 9:00',0,0,30938,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81669,'9:00 - 17:00',0,0,30939,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81670,'17:00 - 24:00',0,0,30939,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81671,'24:00 - 9:00',0,0,30939,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81672,'9:00 - 17:00',0,0,30940,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81673,'17:00 - 24:00',0,0,30940,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81674,'24:00 - 9:00',0,0,30940,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81675,'9:00 - 17:00',0,0,30941,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81676,'17:00 - 24:00',0,0,30941,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81677,'24:00 - 9:00',0,0,30941,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81678,'Below 20',1,0,30942,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81679,'20-49',2,0,30942,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81680,'50-99',2,0,30942,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81681,'100-499',3,0,30942,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81682,'500-999',4,0,30942,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81683,'1000',5,0,30942,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81684,'Single Stage Evacuation',0,0,30943,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81685,'Staged Evacuation',0,0,30943,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81686,'Simultaneous Evacuation',0,0,30943,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81687,'Phased Evacuation',0,0,30943,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81688,'Staff Alarm Only',0,0,30943,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81689,'Stay Put Policy',0,0,30943,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81690,'Yes',0,0,30944,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81691,'No',2,0,30944,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81692,'Other',20,0,30944,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81693,'N/A',0,0,30944,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81694,'Yes',0,0,30945,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81695,'No',2,0,30945,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81696,'Other',20,0,30945,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81697,'N/A',0,0,30945,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81698,'Yes',0,0,30946,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81699,'No',2,0,30946,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81700,'Other',20,0,30946,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81701,'N/A',0,0,30946,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81702,'Yes',0,0,30948,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81703,'No',2,0,30948,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81704,'Other',20,0,30948,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81705,'N/A',0,0,30948,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81706,'Yes',0,0,30950,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81707,'No',2,0,30950,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81708,'Other',20,0,30950,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81709,'N/A',0,0,30950,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81710,'Yes',0,0,30951,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81711,'No',2,0,30951,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81712,'Other',20,0,30951,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81713,'N/A',0,0,30951,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81714,'Yes',0,0,30952,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81715,'No',3,0,30952,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81716,'Other',20,0,30952,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81717,'N/A',0,0,30952,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81718,'Yes',0,0,30954,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81719,'No',3,0,30954,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81720,'Other',20,0,30954,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81721,'N/A',0,0,30954,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81722,'Yes',0,0,30955,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81723,'No',4,0,30955,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81724,'No Disabled',0,0,30955,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81725,'Other',20,0,30955,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81726,'N/A',0,0,30955,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81727,'Yes',0,0,30956,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81728,'No',4,0,30956,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81729,'Other',20,0,30956,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81730,'N/A',0,0,30956,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81731,'Yes',0,0,30957,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81732,'No',3,0,30957,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81733,'Other',20,0,30957,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81734,'N/A',0,0,30957,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81735,'Yes',0,0,30958,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81736,'No',4,0,30958,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81737,'Other',20,0,30958,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81738,'N/A',0,0,30958,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81739,'Yes',0,0,30959,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81740,'No',4,0,30959,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81741,'Other',20,0,30959,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81742,'N/A',0,0,30959,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81743,'Yes',0,0,30960,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81744,'No',5,0,30960,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81745,'Other',20,0,30960,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81746,'N/A',0,0,30960,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81747,'Yes',0,0,30961,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81748,'Yes',3,0,30961,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81749,'No',6,0,30961,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81750,'Other',20,0,30961,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81751,'N/A',0,0,30961,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81752,'Yes',0,0,30962,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81753,'No',5,0,30962,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81754,'Other',20,0,30962,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81755,'N/A',0,0,30962,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81756,'Yes, they are in good condition & positioned correctly.',0,0,30964,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81757,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,30964,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81758,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,30964,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81759,'Other',20,0,30964,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81760,'N/A',0,0,30964,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81761,'Yes',0,0,30966,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81762,'No 1',5,0,30966,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81763,'No 2',5,0,30966,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81764,'Yes',0,0,30967,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81765,'Option',5,0,30967,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81766,'No',8,0,30967,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81767,'N/A',0,0,30967,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81768,'Other',20,0,30967,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81769,'Yes 1',1,0,30969,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81770,'Yes 2',0,0,30969,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81771,'No',7,0,30969,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81772,'N/A',0,0,30969,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81773,'Other',20,0,30969,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81774,'Yes',0,0,30971,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81775,'No',8,0,30971,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81776,'Other',20,0,30971,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81777,'N/A',0,0,30971,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81778,'Yes',0,0,30972,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81779,'No',8,0,30972,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81780,'Other',20,0,30972,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81781,'N/A',0,0,30972,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81782,'Yes',0,0,30973,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81783,'No',8,0,30973,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81784,'Other',20,0,30973,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81785,'N/A',0,0,30973,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81786,'Yes',0,0,30975,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81787,'No',8,0,30975,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81788,'Other',20,0,30975,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81789,'N/A',0,0,30975,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81790,'Yes',0,0,30976,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81791,'No',6,0,30976,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81792,'Other',20,0,30976,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81793,'N/A',0,0,30976,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81794,'Director',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81795,'Owner Landlord',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81796,'Site Maitenance',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81797,'Estate Agent',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81798,'Letting Agent',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81799,'Other',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81800,'Director',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81801,'CEO',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81802,'Other',0,0,30985,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81803,'Nebosh',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81804,'Level 2 Fire Risk Assessor',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81805,'Competant Person',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81806,'Property Manager',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81807,'Construction Manager',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81808,'Fire Warden',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81809,'Director',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81810,'CEO',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81811,'N/A',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81812,'Other',0,0,30986,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81813,'Property Agent',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81814,'Owner Landlord',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81815,'Site Manager',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81816,'Property Manager',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81817,'Construction Manager',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81818,'Fire Warden',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81819,'Director',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81820,'CEO',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81821,'Other',0,0,30987,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81822,'A Property Within Building Block',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81823,'All Of The Property',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81824,'Communal Areas Only',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81825,'House',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81826,'Flat',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81827,'Other',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81828,'Director',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81829,'CEO',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81830,'Other',0,0,30988,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81831,'Detached',1,0,30994,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81832,'Semi Detached',2,0,30994,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81833,'Terraced',3,0,30994,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81834,'Linked-Detached',1,0,30994,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81835,'Other',20,0,30994,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81836,'House',1,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81837,'Bungalow',1,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81838,'Maisonette',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81839,'Block of Flats - Studios up to 6 Floor Levels',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81840,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81841,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81842,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81843,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81844,'Underground Property',1,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81845,'Factory/ Warehouse',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81846,'Garage/ Workshop',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81847,'Retail Shop',2,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81848,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81849,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81850,'Other',20,0,30995,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81851,'NA',0,0,31000,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81852,'Number of staircase',2,0,31000,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81853,'NA',0,0,31001,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81854,'Number os staircases',2,0,31001,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81855,'25%',1,0,31013,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81856,'50%',1,0,31013,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81857,'75%',1,0,31013,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81858,'100%',1,0,31013,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81859,'Other',20,0,31013,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81860,'Yes',1,0,31015,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81861,'No',3,0,31015,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81862,'Unknown',3,0,31015,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81863,'Stone',0,0,31015,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81864,'Other',20,0,31015,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81865,'Yes',1,0,31016,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81866,'No',5,0,31016,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81867,'Unknown',5,0,31016,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81868,'Stone',0,0,31016,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81869,'Other',20,0,31016,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81870,'Wood',2,0,31017,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81871,'Plastics',1,0,31017,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81872,'Aluminium',0,0,31017,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81873,'Stone',0,0,31017,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81874,'Other',20,0,31017,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81875,'0%',0,0,31019,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81876,'25%',1,0,31019,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81877,'50%',1,0,31019,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81878,'75%',1,0,31019,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81879,'100%',1,0,31019,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81880,'0%',0,0,31020,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81881,'25%',2,0,31020,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81882,'50%',2,0,31020,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81883,'75%',2,0,31020,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81884,'100%',2,0,31020,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81885,'0%',0,0,31021,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81886,'25%',1,0,31021,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81887,'50%',1,0,31021,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81888,'75%',1,0,31021,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81889,'100%',1,0,31021,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81890,'Solid concrete flooring on all levels',0,0,31022,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81891,'Timber joists on all levels',3,0,31022,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81892,'Concrete lowest floor – Timber above higher levels',3,0,31022,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81893,'Other',20,0,31022,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81894,'Yes',1,0,31025,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81895,'No',6,0,31025,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81896,'N/A',0,0,31025,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81897,'Yes',2,0,31027,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81898,'No',8,0,31027,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81899,'N/A',0,0,31027,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81900,'Yes',1,0,31029,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81901,'No',6,0,31029,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81902,'N/A',0,0,31029,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81903,'Yes',1,0,31031,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81904,'No',6,0,31031,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81905,'N/A',0,0,31031,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81906,'Yes',1,0,31033,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81907,'No',6,0,31033,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81908,'N/A',0,0,31033,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81909,'Yes',1,0,31037,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81910,'No',3,0,31037,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81911,'Yes',1,0,31039,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81912,'No',3,0,31039,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81913,'Yes',1,0,31041,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81914,'No',3,0,31041,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81915,'N/A',0,0,31041,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81916,'Very Good',0,0,31043,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81917,'Good',1,0,31043,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81918,'Fair',2,0,31043,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81919,'Poor',3,0,31043,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81920,'Very Poor',4,0,31043,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81921,'0%',5,0,31050,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81922,'1% - 25%',4,0,31050,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81923,'26% - 50%',3,0,31050,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81924,'51% - 75%',2,0,31050,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81925,'76% - 100%',1,0,31050,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81926,'0%',1,0,31051,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81927,'1% - 25%',1,0,31051,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81928,'26% - 50%',1,0,31051,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81929,'51% - 75%',1,0,31051,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81930,'76% - 100%',1,0,31051,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81931,'0%',1,0,31052,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81932,'1% - 25%',1,0,31052,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81933,'26% - 50%',1,0,31052,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81934,'51% - 75%',1,0,31052,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81935,'76% - 100%',1,0,31052,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81936,'0%',1,0,31054,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81937,'1% - 25%',1,0,31054,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81938,'26% - 50%',1,0,31054,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81939,'51% - 75%',1,0,31054,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81940,'76% - 100%',1,0,31054,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81941,'0%',1,0,31055,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81942,'1% - 25%',1,0,31055,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81943,'26% - 50%',1,0,31055,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81944,'51% - 75%',1,0,31055,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81945,'76% - 100%',1,0,31055,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81946,'0%',1,0,31056,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81947,'1% - 25%',1,0,31056,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81948,'26% - 50%',1,0,31056,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81949,'51% - 75%',1,0,31056,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81950,'76% - 100%',1,0,31056,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81951,'Fan Heaters',4,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81952,'Electric Heaters',4,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81953,'Gas Heater',5,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81954,'Other Boilers',2,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81955,'Electrical Equipment',3,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81956,'Electrical Leads',3,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81957,'Portable Equipment',3,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81958,'Portable Lighting',2,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81959,'Cooking Equipment',6,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81960,'Other',20,0,31057,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81961,'Wood/Paper/Cardboard etc',3,0,31059,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81962,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,31059,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81963,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,31059,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81964,'Waste Material Controlled -in locked wheely bin or store',2,0,31059,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81965,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,31059,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81966,'Other',20,0,31059,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(81967,'Yes',0,0,31062,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81968,'Yes',2,0,31062,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81969,'No',5,0,31062,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81970,'N/A',0,0,31062,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81971,'Other',20,0,31062,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81972,'Yes',0,0,31064,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81973,'Yes',2,0,31064,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81974,'No',5,0,31064,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81975,'N/A',0,0,31064,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81976,'Other',20,0,31064,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81977,'Yes',0,0,31065,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81978,'No',4,0,31065,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81979,'N/A',0,0,31065,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81980,'Other',20,0,31065,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81981,'Yes',0,0,31067,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81982,'No',5,0,31067,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81983,'N/A',0,0,31067,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81984,'Other',20,0,31067,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81985,'Yes',0,0,31069,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81986,'No',4,0,31069,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81987,'N/A',0,0,31069,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81988,'Other',20,0,31069,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81989,'Yes',0,0,31071,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81990,'No',5,0,31071,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81991,'N/A',0,0,31071,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81992,'Other',20,0,31071,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81993,'Yes',0,0,31073,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81994,'No',5,0,31073,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81995,'N/A',0,0,31073,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81996,'Other',20,0,31073,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81997,'Yes',0,0,31075,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81998,'No',7,0,31075,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(81999,'N/A',0,0,31075,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82000,'Other',20,0,31075,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82001,'Yes',2,0,31076,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82002,'No',6,0,31076,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82003,'No',0,0,31076,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82004,'N/A',0,0,31076,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82005,'Yes',0,0,31077,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82006,'No',4,0,31077,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82007,'No',7,0,31077,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82008,'N/A',0,0,31077,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82009,'Other',20,0,31077,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82010,'Yes',0,0,31078,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82011,'No',6,0,31078,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82012,'NA',0,0,31078,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82013,'Other',20,0,31078,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82014,'Yes',0,0,31079,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82015,'Yes',0,0,31079,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82016,'NA',0,0,31079,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82017,'Other',20,0,31079,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82018,'Yes',1,0,31080,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82019,'No',0,0,31080,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82020,'Other',20,0,31080,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82021,'Yes',0,0,31081,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82022,'No',9,0,31081,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82023,'NA',0,0,31081,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82024,'Other',20,0,31081,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82025,'Yes',0,0,31082,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82026,'No',7,0,31082,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82027,'NA',0,0,31082,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82028,'Other',20,0,31082,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82029,'Yes',0,0,31083,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82030,'No',6,0,31083,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82031,'NA',0,0,31083,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82032,'Other',20,0,31083,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82033,'Yes',0,0,31084,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82034,'No',6,0,31084,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82035,'NA',0,0,31084,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82036,'Other',20,0,31084,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82037,'Yes',0,0,31085,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82038,'No',8,0,31085,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82039,'NA',0,0,31085,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82040,'Other',20,0,31085,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82041,'Yes',3,0,31086,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82042,'Yes',4,0,31086,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82043,'Yes',5,0,31086,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82044,'Other',20,0,31086,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82045,'Yes',1,0,31087,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82046,'Yes',0,0,31087,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82047,'No',5,0,31087,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82048,'Other',20,0,31087,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82049,'Yes',0,0,31088,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82050,'No',5,0,31088,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82051,'NA',5,0,31088,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82052,'Other',20,0,31088,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82053,'Yes',0,0,31089,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82054,'No',5,0,31089,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82055,'N/A',0,0,31089,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82056,'Other',20,0,31089,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82057,'Yes',0,0,31090,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82058,'No',5,0,31090,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82059,'Other',20,0,31090,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82060,'N/A',0,0,31090,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82061,'Yes',0,0,31091,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82062,'No',5,0,31091,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82063,'NA',0,0,31091,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82064,'Other',20,0,31091,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82065,'Yes',0,0,31092,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82066,'No',5,0,31092,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82067,'NA',0,0,31092,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82068,'Other',20,0,31092,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82069,'Yes',0,0,31093,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82070,'No',5,0,31093,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82071,'NA',0,0,31093,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82072,'Other',20,0,31093,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82073,'Yes',0,0,31094,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82074,'No',5,0,31094,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82075,'Other',20,0,31094,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82076,'N/A',0,0,31094,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82077,'Yes',0,0,31095,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82078,'Yes',0,0,31095,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82079,'No',5,0,31095,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82080,'N/A',0,0,31095,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82081,'Other',20,0,31095,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82082,'Employees',2,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82083,'Sub-Contractors',3,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82084,'Young Persons',4,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82085,'Visitors',4,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82086,'The General Public (Customers)',4,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82087,'Disabled or Special needs People less able to leave the premises quickly',7,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82088,'Occupants in Remote Areas',6,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82089,'Sleeping Occupants',7,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82090,'Neighbouring Premises',2,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82091,'Tenants / Owners',3,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82092,'Animals / Livestock',2,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82093,'Other',0,0,31097,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82094,'9:00 - 17:00',0,0,31100,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82095,'17:00 - 24:00',0,0,31100,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82096,'24:00 - 9:00',0,0,31100,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82097,'9:00 - 17:00',0,0,31101,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82098,'17:00 - 24:00',0,0,31101,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82099,'24:00 - 9:00',0,0,31101,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82100,'9:00 - 17:00',0,0,31102,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82101,'17:00 - 24:00',0,0,31102,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82102,'24:00 - 9:00',0,0,31102,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82103,'9:00 - 17:00',0,0,31103,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82104,'17:00 - 24:00',0,0,31103,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82105,'24:00 - 9:00',0,0,31103,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82106,'9:00 - 17:00',0,0,31104,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82107,'17:00 - 24:00',0,0,31104,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82108,'24:00 - 9:00',0,0,31104,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82109,'9:00 - 17:00',0,0,31105,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82110,'17:00 - 24:00',0,0,31105,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82111,'24:00 - 9:00',0,0,31105,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82112,'9:00 - 17:00',0,0,31106,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82113,'17:00 - 24:00',0,0,31106,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82114,'24:00 - 9:00',0,0,31106,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82115,'Below 20',1,0,31107,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82116,'20-49',2,0,31107,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82117,'50-99',2,0,31107,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82118,'100-499',3,0,31107,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82119,'500-999',4,0,31107,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82120,'1000',5,0,31107,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82121,'Single Stage Evacuation',0,0,31108,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82122,'Staged Evacuation',0,0,31108,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82123,'Simultaneous Evacuation',0,0,31108,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82124,'Phased Evacuation',0,0,31108,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82125,'Staff Alarm Only',0,0,31108,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82126,'Stay Put Policy',0,0,31108,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82127,'Yes',0,0,31109,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82128,'No',2,0,31109,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82129,'Other',20,0,31109,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82130,'N/A',0,0,31109,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82131,'Yes',0,0,31110,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82132,'No',2,0,31110,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82133,'Other',20,0,31110,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82134,'N/A',0,0,31110,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82135,'Yes',0,0,31111,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82136,'No',2,0,31111,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82137,'Other',20,0,31111,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82138,'N/A',0,0,31111,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82139,'Yes',0,0,31113,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82140,'No',2,0,31113,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82141,'Other',20,0,31113,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82142,'N/A',0,0,31113,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82143,'Yes',0,0,31115,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82144,'No',2,0,31115,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82145,'Other',20,0,31115,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82146,'N/A',0,0,31115,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82147,'Yes',0,0,31116,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82148,'No',2,0,31116,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82149,'Other',20,0,31116,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82150,'N/A',0,0,31116,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82151,'Yes',0,0,31117,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82152,'No',3,0,31117,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82153,'Other',20,0,31117,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82154,'N/A',0,0,31117,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82155,'Yes',0,0,31119,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82156,'No',3,0,31119,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82157,'Other',20,0,31119,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82158,'N/A',0,0,31119,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82159,'Yes',0,0,31120,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82160,'No',4,0,31120,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82161,'No Disabled',0,0,31120,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82162,'Other',20,0,31120,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82163,'N/A',0,0,31120,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82164,'Yes',0,0,31121,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82165,'No',4,0,31121,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82166,'Other',20,0,31121,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82167,'N/A',0,0,31121,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82168,'Yes',0,0,31122,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82169,'No',3,0,31122,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82170,'Other',20,0,31122,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82171,'N/A',0,0,31122,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82172,'Yes',0,0,31123,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82173,'No',4,0,31123,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82174,'Other',20,0,31123,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82175,'N/A',0,0,31123,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82176,'Yes',0,0,31124,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82177,'No',4,0,31124,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82178,'Other',20,0,31124,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82179,'N/A',0,0,31124,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82180,'Yes',0,0,31125,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82181,'No',5,0,31125,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82182,'Other',20,0,31125,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82183,'N/A',0,0,31125,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82184,'Yes',0,0,31126,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82185,'Yes',3,0,31126,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82186,'No',6,0,31126,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82187,'Other',20,0,31126,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82188,'N/A',0,0,31126,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82189,'Yes',0,0,31127,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82190,'No',5,0,31127,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82191,'Other',20,0,31127,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82192,'N/A',0,0,31127,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82193,'Yes, they are in good condition & positioned correctly.',0,0,31129,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82194,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,31129,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82195,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,31129,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82196,'Other',20,0,31129,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82197,'N/A',0,0,31129,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82198,'Yes',0,0,31131,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82199,'No 1',5,0,31131,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82200,'No 2',5,0,31131,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82201,'Yes',0,0,31132,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82202,'Option',5,0,31132,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82203,'No',8,0,31132,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82204,'N/A',0,0,31132,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82205,'Other',20,0,31132,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82206,'Yes 1',1,0,31134,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82207,'Yes 2',0,0,31134,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82208,'No',7,0,31134,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82209,'N/A',0,0,31134,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82210,'Other',20,0,31134,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82211,'Yes',0,0,31136,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82212,'No',8,0,31136,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82213,'Other',20,0,31136,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82214,'N/A',0,0,31136,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82215,'Yes',0,0,31137,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82216,'No',8,0,31137,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82217,'Other',20,0,31137,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82218,'N/A',0,0,31137,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82219,'Yes',0,0,31138,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82220,'No',8,0,31138,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82221,'Other',20,0,31138,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82222,'N/A',0,0,31138,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82223,'Yes',0,0,31140,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82224,'No',8,0,31140,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82225,'Other',20,0,31140,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82226,'N/A',0,0,31140,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82227,'Yes',0,0,31141,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82228,'No',6,0,31141,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82229,'Other',20,0,31141,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82230,'N/A',0,0,31141,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82231,'Director',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82232,'Owner Landlord',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82233,'Site Maitenance',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82234,'Estate Agent',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82235,'Letting Agent',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82236,'Other',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82237,'Director',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82238,'CEO',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82239,'Other',0,0,31150,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82240,'Nebosh',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82241,'Level 2 Fire Risk Assessor',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82242,'Competant Person',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82243,'Property Manager',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82244,'Construction Manager',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82245,'Fire Warden',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82246,'Director',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82247,'CEO',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82248,'N/A',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82249,'Other',0,0,31151,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82250,'Property Agent',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82251,'Owner Landlord',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82252,'Site Manager',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82253,'Property Manager',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82254,'Construction Manager',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82255,'Fire Warden',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82256,'Director',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82257,'CEO',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82258,'Other',0,0,31152,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82259,'A Property Within Building Block',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82260,'All Of The Property',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82261,'Communal Areas Only',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82262,'House',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82263,'Flat',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82264,'Other',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82265,'Director',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82266,'CEO',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82267,'Other',0,0,31153,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82268,'Detached',1,0,31159,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82269,'Semi Detached',2,0,31159,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82270,'Terraced',3,0,31159,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82271,'Linked-Detached',1,0,31159,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82272,'Other',20,0,31159,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82273,'House',1,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82274,'Bungalow',1,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82275,'Maisonette',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82276,'Block of Flats - Studios up to 6 Floor Levels',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82277,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82278,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82279,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82280,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82281,'Underground Property',1,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82282,'Factory/ Warehouse',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82283,'Garage/ Workshop',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82284,'Retail Shop',2,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82285,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82286,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82287,'Other',20,0,31160,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82288,'NA',0,0,31165,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82289,'Number of staircase',2,0,31165,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82290,'NA',0,0,31166,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82291,'Number os staircases',2,0,31166,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82292,'25%',1,0,31178,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82293,'50%',1,0,31178,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82294,'75%',1,0,31178,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82295,'100%',1,0,31178,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82296,'Other',20,0,31178,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82297,'Yes',1,0,31180,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82298,'No',3,0,31180,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82299,'Unknown',3,0,31180,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82300,'Stone',0,0,31180,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82301,'Other',20,0,31180,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82302,'Yes',1,0,31181,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82303,'No',5,0,31181,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82304,'Unknown',5,0,31181,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82305,'Stone',0,0,31181,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82306,'Other',20,0,31181,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82307,'Wood',2,0,31182,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82308,'Plastics',1,0,31182,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82309,'Aluminium',0,0,31182,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82310,'Stone',0,0,31182,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82311,'Other',20,0,31182,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82312,'0%',0,0,31184,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82313,'25%',1,0,31184,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82314,'50%',1,0,31184,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82315,'75%',1,0,31184,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82316,'100%',1,0,31184,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82317,'0%',0,0,31185,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82318,'25%',2,0,31185,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82319,'50%',2,0,31185,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82320,'75%',2,0,31185,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82321,'100%',2,0,31185,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82322,'0%',0,0,31186,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82323,'25%',1,0,31186,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82324,'50%',1,0,31186,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82325,'75%',1,0,31186,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82326,'100%',1,0,31186,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82327,'Solid concrete flooring on all levels',0,0,31187,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82328,'Timber joists on all levels',3,0,31187,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82329,'Concrete lowest floor – Timber above higher levels',3,0,31187,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82330,'Other',20,0,31187,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82331,'Yes',1,0,31190,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82332,'No',6,0,31190,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82333,'N/A',0,0,31190,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82334,'Yes',2,0,31192,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82335,'No',8,0,31192,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82336,'N/A',0,0,31192,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82337,'Yes',1,0,31194,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82338,'No',6,0,31194,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82339,'N/A',0,0,31194,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82340,'Yes',1,0,31196,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82341,'No',6,0,31196,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82342,'N/A',0,0,31196,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82343,'Yes',1,0,31198,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82344,'No',6,0,31198,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82345,'N/A',0,0,31198,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82346,'Yes',1,0,31202,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82347,'No',3,0,31202,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82348,'Yes',1,0,31204,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82349,'No',3,0,31204,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82350,'Yes',1,0,31206,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82351,'No',3,0,31206,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82352,'N/A',0,0,31206,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82353,'Very Good',0,0,31208,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82354,'Good',1,0,31208,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82355,'Fair',2,0,31208,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82356,'Poor',3,0,31208,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82357,'Very Poor',4,0,31208,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82358,'0%',5,0,31215,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82359,'1% - 25%',4,0,31215,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82360,'26% - 50%',3,0,31215,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82361,'51% - 75%',2,0,31215,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82362,'76% - 100%',1,0,31215,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82363,'0%',1,0,31216,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82364,'1% - 25%',1,0,31216,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82365,'26% - 50%',1,0,31216,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82366,'51% - 75%',1,0,31216,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82367,'76% - 100%',1,0,31216,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82368,'0%',1,0,31217,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82369,'1% - 25%',1,0,31217,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82370,'26% - 50%',1,0,31217,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82371,'51% - 75%',1,0,31217,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82372,'76% - 100%',1,0,31217,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82373,'0%',1,0,31219,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82374,'1% - 25%',1,0,31219,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82375,'26% - 50%',1,0,31219,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82376,'51% - 75%',1,0,31219,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82377,'76% - 100%',1,0,31219,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82378,'0%',1,0,31220,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82379,'1% - 25%',1,0,31220,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82380,'26% - 50%',1,0,31220,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82381,'51% - 75%',1,0,31220,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82382,'76% - 100%',1,0,31220,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82383,'0%',1,0,31221,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82384,'1% - 25%',1,0,31221,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82385,'26% - 50%',1,0,31221,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82386,'51% - 75%',1,0,31221,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82387,'76% - 100%',1,0,31221,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82388,'Fan Heaters',4,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82389,'Electric Heaters',4,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82390,'Gas Heater',5,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82391,'Other Boilers',2,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82392,'Electrical Equipment',3,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82393,'Electrical Leads',3,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82394,'Portable Equipment',3,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82395,'Portable Lighting',2,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82396,'Cooking Equipment',6,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82397,'Other',20,0,31222,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82398,'Wood/Paper/Cardboard etc',3,0,31224,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82399,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,31224,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82400,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,31224,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82401,'Waste Material Controlled -in locked wheely bin or store',2,0,31224,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82402,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,31224,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82403,'Other',20,0,31224,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(82404,'Yes',0,0,31227,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82405,'Yes',2,0,31227,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82406,'No',5,0,31227,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82407,'N/A',0,0,31227,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82408,'Other',20,0,31227,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82409,'Yes',0,0,31229,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82410,'Yes',2,0,31229,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82411,'No',5,0,31229,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82412,'N/A',0,0,31229,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82413,'Other',20,0,31229,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82414,'Yes',0,0,31230,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82415,'No',4,0,31230,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82416,'N/A',0,0,31230,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82417,'Other',20,0,31230,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82418,'Yes',0,0,31232,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82419,'No',5,0,31232,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82420,'N/A',0,0,31232,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82421,'Other',20,0,31232,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82422,'Yes',0,0,31234,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82423,'No',4,0,31234,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82424,'N/A',0,0,31234,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82425,'Other',20,0,31234,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82426,'Yes',0,0,31236,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82427,'No',5,0,31236,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82428,'N/A',0,0,31236,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82429,'Other',20,0,31236,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82430,'Yes',0,0,31238,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82431,'No',5,0,31238,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82432,'N/A',0,0,31238,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82433,'Other',20,0,31238,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82434,'Yes',0,0,31240,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82435,'No',7,0,31240,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82436,'N/A',0,0,31240,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82437,'Other',20,0,31240,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82438,'Yes',2,0,31241,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82439,'No',6,0,31241,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82440,'No',0,0,31241,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82441,'N/A',0,0,31241,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82442,'Yes',0,0,31242,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82443,'No',4,0,31242,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82444,'No',7,0,31242,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82445,'N/A',0,0,31242,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82446,'Other',20,0,31242,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82447,'Yes',0,0,31243,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82448,'No',6,0,31243,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82449,'NA',0,0,31243,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82450,'Other',20,0,31243,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82451,'Yes',0,0,31244,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82452,'Yes',0,0,31244,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82453,'NA',0,0,31244,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82454,'Other',20,0,31244,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82455,'Yes',1,0,31245,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82456,'No',0,0,31245,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82457,'Other',20,0,31245,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82458,'Yes',0,0,31246,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82459,'No',9,0,31246,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82460,'NA',0,0,31246,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82461,'Other',20,0,31246,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82462,'Yes',0,0,31247,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82463,'No',7,0,31247,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82464,'NA',0,0,31247,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82465,'Other',20,0,31247,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82466,'Yes',0,0,31248,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82467,'No',6,0,31248,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82468,'NA',0,0,31248,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82469,'Other',20,0,31248,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82470,'Yes',0,0,31249,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82471,'No',6,0,31249,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82472,'NA',0,0,31249,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82473,'Other',20,0,31249,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82474,'Yes',0,0,31250,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82475,'No',8,0,31250,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82476,'NA',0,0,31250,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82477,'Other',20,0,31250,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82478,'Yes',3,0,31251,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82479,'Yes',4,0,31251,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82480,'Yes',5,0,31251,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82481,'Other',20,0,31251,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82482,'Yes',1,0,31252,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82483,'Yes',0,0,31252,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82484,'No',5,0,31252,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82485,'Other',20,0,31252,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82486,'Yes',0,0,31253,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82487,'No',5,0,31253,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82488,'NA',5,0,31253,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82489,'Other',20,0,31253,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82490,'Yes',0,0,31254,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82491,'No',5,0,31254,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82492,'N/A',0,0,31254,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82493,'Other',20,0,31254,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82494,'Yes',0,0,31255,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82495,'No',5,0,31255,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82496,'Other',20,0,31255,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82497,'N/A',0,0,31255,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82498,'Yes',0,0,31256,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82499,'No',5,0,31256,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82500,'NA',0,0,31256,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82501,'Other',20,0,31256,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82502,'Yes',0,0,31257,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82503,'No',5,0,31257,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82504,'NA',0,0,31257,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82505,'Other',20,0,31257,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82506,'Yes',0,0,31258,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82507,'No',5,0,31258,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82508,'NA',0,0,31258,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82509,'Other',20,0,31258,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82510,'Yes',0,0,31259,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82511,'No',5,0,31259,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82512,'Other',20,0,31259,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82513,'N/A',0,0,31259,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82514,'Yes',0,0,31260,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82515,'Yes',0,0,31260,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82516,'No',5,0,31260,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82517,'N/A',0,0,31260,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82518,'Other',20,0,31260,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82519,'Yes',0,0,31261,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82520,'No',2,0,31261,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82521,'Other',20,0,31261,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82522,'N/A',0,0,31261,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82523,'Yes',0,0,31262,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82524,'No',2,0,31262,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82525,'Other',20,0,31262,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82526,'N/A',0,0,31262,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82527,'Yes',0,0,31263,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82528,'No',2,0,31263,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82529,'Other',20,0,31263,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82530,'N/A',0,0,31263,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82531,'Yes',0,0,31265,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82532,'No',2,0,31265,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82533,'Other',20,0,31265,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82534,'N/A',0,0,31265,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82535,'Yes',0,0,31267,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82536,'No',2,0,31267,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82537,'Other',20,0,31267,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82538,'N/A',0,0,31267,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82539,'Yes',0,0,31268,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82540,'No',2,0,31268,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82541,'Other',20,0,31268,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82542,'N/A',0,0,31268,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82543,'Yes',0,0,31269,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82544,'No',3,0,31269,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82545,'Other',20,0,31269,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82546,'N/A',0,0,31269,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82547,'Yes',0,0,31271,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82548,'No',3,0,31271,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82549,'Other',20,0,31271,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82550,'N/A',0,0,31271,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82551,'Yes',0,0,31272,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82552,'No',4,0,31272,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82553,'No Disabled',0,0,31272,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82554,'Other',20,0,31272,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82555,'N/A',0,0,31272,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82556,'Yes',0,0,31273,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82557,'No',4,0,31273,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82558,'Other',20,0,31273,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82559,'N/A',0,0,31273,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82560,'Yes',0,0,31274,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82561,'No',3,0,31274,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82562,'Other',20,0,31274,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82563,'N/A',0,0,31274,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82564,'Yes',0,0,31275,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82565,'No',4,0,31275,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82566,'Other',20,0,31275,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82567,'N/A',0,0,31275,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82568,'Yes',0,0,31276,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82569,'No',4,0,31276,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82570,'Other',20,0,31276,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82571,'N/A',0,0,31276,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82572,'Yes',0,0,31277,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82573,'No',5,0,31277,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82574,'Other',20,0,31277,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82575,'N/A',0,0,31277,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82576,'Yes',0,0,31278,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82577,'Yes',3,0,31278,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82578,'No',6,0,31278,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82579,'Other',20,0,31278,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82580,'N/A',0,0,31278,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82581,'Yes',0,0,31279,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82582,'No',5,0,31279,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82583,'Other',20,0,31279,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82584,'N/A',0,0,31279,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82585,'Yes, they are in good condition & positioned correctly.',0,0,31281,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82586,'No, they are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,31281,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82587,'No, they are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,31281,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82588,'Other',20,0,31281,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82589,'N/A',0,0,31281,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82590,'Yes',0,0,31283,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82591,'No 1',5,0,31283,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82592,'No 2',5,0,31283,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82593,'Yes',0,0,31284,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82594,'Option',5,0,31284,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82595,'No',8,0,31284,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82596,'N/A',0,0,31284,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82597,'Other',20,0,31284,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82598,'Yes 1',1,0,31286,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82599,'Yes 2',0,0,31286,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82600,'No',7,0,31286,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82601,'N/A',0,0,31286,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82602,'Other',20,0,31286,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82603,'Yes',0,0,31288,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82604,'No',8,0,31288,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82605,'Other',20,0,31288,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82606,'N/A',0,0,31288,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82607,'Yes',0,0,31289,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82608,'No',8,0,31289,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82609,'Other',20,0,31289,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82610,'N/A',0,0,31289,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82611,'Yes',0,0,31290,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82612,'No',8,0,31290,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82613,'Other',20,0,31290,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82614,'N/A',0,0,31290,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82615,'Yes',0,0,31292,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82616,'No',8,0,31292,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82617,'Other',20,0,31292,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82618,'N/A',0,0,31292,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82619,'Yes',0,0,31293,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82620,'No',6,0,31293,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82621,'Other',20,0,31293,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82622,'N/A',0,0,31293,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82623,'Director',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82624,'Owner Landlord',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82625,'Site Maitenance',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82626,'Estate Agent',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82627,'Letting Agent',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82628,'Other',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82629,'Director',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82630,'CEO',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82631,'Other',0,0,31302,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82632,'Nebosh',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82633,'Level 2 Fire Risk Assessor',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82634,'Competant Person',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82635,'Property Manager',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82636,'Construction Manager',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82637,'Fire Warden',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82638,'Director',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82639,'CEO',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82640,'N/A',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82641,'Other',0,0,31303,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82642,'Property Agent',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82643,'Owner Landlord',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82644,'Site Manager',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82645,'Property Manager',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82646,'Construction Manager',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82647,'Fire Warden',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82648,'Director',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82649,'CEO',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82650,'Other',0,0,31304,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82651,'A Property Within Building Block',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82652,'All Of The Property',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82653,'Communal Areas Only',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82654,'House',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82655,'Flat',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82656,'Other',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82657,'Director',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82658,'CEO',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82659,'Other',0,0,31305,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82660,'Detached',1,0,31311,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82661,'Semi Detached',2,0,31311,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82662,'Terraced',3,0,31311,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82663,'Linked-Detached',1,0,31311,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82664,'Other',20,0,31311,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82665,'House',1,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82666,'Bungalow',1,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82667,'Maisonette',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82668,'Block of Flats - Studios up to 6 Floor Levels',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82669,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82670,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82671,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82672,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82673,'Underground Property',1,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82674,'Factory/ Warehouse',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82675,'Garage/ Workshop',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82676,'Retail Shop',2,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82677,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82678,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82679,'Other',20,0,31312,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82680,'NA',0,0,31317,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82681,'Number of staircase',2,0,31317,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82682,'NA',0,0,31318,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82683,'Number os staircases',2,0,31318,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82684,'25%',1,0,31330,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82685,'50%',1,0,31330,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82686,'75%',1,0,31330,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82687,'100%',1,0,31330,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82688,'Other',20,0,31330,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(82689,'Yes',1,0,31332,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82690,'No',3,0,31332,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82691,'Unknown',3,0,31332,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82692,'Stone',0,0,31332,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82693,'Other',20,0,31332,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82694,'Yes',1,0,31333,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82695,'No',5,0,31333,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82696,'Unknown',5,0,31333,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82697,'Stone',0,0,31333,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82698,'Other',20,0,31333,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82699,'Wood',2,0,31334,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82700,'Plastics',1,0,31334,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82701,'Aluminium',0,0,31334,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82702,'Stone',0,0,31334,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82703,'Other',20,0,31334,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82704,'0%',0,0,31336,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82705,'25%',1,0,31336,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82706,'50%',1,0,31336,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82707,'75%',1,0,31336,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82708,'100%',1,0,31336,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82709,'0%',0,0,31337,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82710,'25%',2,0,31337,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82711,'50%',2,0,31337,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82712,'75%',2,0,31337,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82713,'100%',2,0,31337,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82714,'0%',0,0,31338,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82715,'25%',1,0,31338,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82716,'50%',1,0,31338,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82717,'75%',1,0,31338,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82718,'100%',1,0,31338,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82719,'Solid concrete flooring on all levels',0,0,31339,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82720,'Timber joists on all levels',3,0,31339,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82721,'Concrete lowest floor – Timber above higher levels',3,0,31339,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82722,'Other',20,0,31339,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82723,'Yes',1,0,31342,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82724,'No',6,0,31342,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82725,'N/A',0,0,31342,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82726,'Yes',2,0,31344,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82727,'No',8,0,31344,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82728,'N/A',0,0,31344,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82729,'Yes',1,0,31346,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82730,'No',6,0,31346,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82731,'N/A',0,0,31346,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82732,'Yes',1,0,31348,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82733,'No',6,0,31348,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82734,'N/A',0,0,31348,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82735,'Yes',1,0,31350,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82736,'No',6,0,31350,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82737,'N/A',0,0,31350,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82738,'Yes',1,0,31354,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82739,'No',3,0,31354,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82740,'Yes',1,0,31356,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82741,'No',3,0,31356,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82742,'Yes',1,0,31358,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82743,'No',3,0,31358,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82744,'N/A',0,0,31358,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82745,'Very Good',0,0,31360,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82746,'Good',1,0,31360,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82747,'Fair',2,0,31360,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82748,'Poor',3,0,31360,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82749,'Very Poor',4,0,31360,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82750,'0%',5,0,31367,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82751,'1% - 25%',4,0,31367,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82752,'26% - 50%',3,0,31367,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82753,'51% - 75%',2,0,31367,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82754,'76% - 100%',1,0,31367,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82755,'0%',1,0,31368,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82756,'1% - 25%',1,0,31368,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82757,'26% - 50%',1,0,31368,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82758,'51% - 75%',1,0,31368,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82759,'76% - 100%',1,0,31368,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82760,'0%',1,0,31369,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82761,'1% - 25%',1,0,31369,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82762,'26% - 50%',1,0,31369,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82763,'51% - 75%',1,0,31369,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82764,'76% - 100%',1,0,31369,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82765,'0%',1,0,31371,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82766,'1% - 25%',1,0,31371,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82767,'26% - 50%',1,0,31371,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82768,'51% - 75%',1,0,31371,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82769,'76% - 100%',1,0,31371,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82770,'0%',1,0,31372,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82771,'1% - 25%',1,0,31372,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82772,'26% - 50%',1,0,31372,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82773,'51% - 75%',1,0,31372,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82774,'76% - 100%',1,0,31372,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82775,'0%',1,0,31373,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82776,'1% - 25%',1,0,31373,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82777,'26% - 50%',1,0,31373,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82778,'51% - 75%',1,0,31373,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82779,'76% - 100%',1,0,31373,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82780,'Fan Heaters',4,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82781,'Electric Heaters',4,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82782,'Gas Heater',5,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82783,'Other Boilers',2,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82784,'Electrical Equipment',3,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82785,'Electrical Leads',3,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82786,'Portable Equipment',3,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82787,'Portable Lighting',2,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82788,'Cooking Equipment',6,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82789,'Other',20,0,31374,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82790,'Wood/Paper/Cardboard etc',3,0,31376,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82791,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,31376,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82792,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,31376,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82793,'Waste Material Controlled -in locked wheely bin or store',2,0,31376,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82794,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,31376,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82795,'Other',20,0,31376,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82796,'Employees',2,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82797,'Sub-Contractors',3,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82798,'Young Persons',4,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82799,'Visitors',4,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82800,'The General Public (Customers)',4,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82801,'Disabled or Special needs People less able to leave the premises quickly',7,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82802,'Occupants in Remote Areas',6,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82803,'Sleeping Occupants',7,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82804,'Neighbouring Premises',2,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82805,'Tenants / Owners',3,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82806,'Animals / Livestock',2,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82807,'Other',0,0,31379,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82808,'9:00 - 17:00',0,0,31382,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82809,'17:00 - 24:00',0,0,31382,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82810,'24:00 - 9:00',0,0,31382,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82811,'9:00 - 17:00',0,0,31383,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82812,'17:00 - 24:00',0,0,31383,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82813,'24:00 - 9:00',0,0,31383,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82814,'9:00 - 17:00',0,0,31384,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82815,'17:00 - 24:00',0,0,31384,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82816,'24:00 - 9:00',0,0,31384,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82817,'9:00 - 17:00',0,0,31385,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82818,'17:00 - 24:00',0,0,31385,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82819,'24:00 - 9:00',0,0,31385,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82820,'9:00 - 17:00',0,0,31386,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82821,'17:00 - 24:00',0,0,31386,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82822,'24:00 - 9:00',0,0,31386,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82823,'9:00 - 17:00',0,0,31387,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82824,'17:00 - 24:00',0,0,31387,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82825,'24:00 - 9:00',0,0,31387,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82826,'9:00 - 17:00',0,0,31388,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82827,'17:00 - 24:00',0,0,31388,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82828,'24:00 - 9:00',0,0,31388,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82829,'Below 20',1,0,31389,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82830,'20-49',2,0,31389,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82831,'50-99',2,0,31389,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82832,'100-499',3,0,31389,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82833,'500-999',4,0,31389,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82834,'1000',5,0,31389,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82835,'Single Stage Evacuation',0,0,31390,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82836,'Staged Evacuation',0,0,31390,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82837,'Simultaneous Evacuation',0,0,31390,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82838,'Phased Evacuation',0,0,31390,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82839,'Staff Alarm Only',0,0,31390,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82840,'Stay Put Policy',0,0,31390,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(82841,'Yes',0,0,31392,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82842,'Yes',2,0,31392,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82843,'No',5,0,31392,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82844,'N/A',0,0,31392,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82845,'Other',20,0,31392,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82846,'Yes',0,0,31394,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82847,'Yes',2,0,31394,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82848,'No',5,0,31394,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82849,'N/A',0,0,31394,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82850,'Other',20,0,31394,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82851,'Yes',0,0,31395,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82852,'No',4,0,31395,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82853,'N/A',0,0,31395,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82854,'Other',20,0,31395,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82855,'Yes',0,0,31397,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82856,'No',5,0,31397,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82857,'N/A',0,0,31397,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82858,'Other',20,0,31397,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82859,'Yes',0,0,31399,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82860,'No',4,0,31399,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82861,'N/A',0,0,31399,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82862,'Other',20,0,31399,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82863,'Yes',0,0,31401,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82864,'No',5,0,31401,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82865,'N/A',0,0,31401,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82866,'Other',20,0,31401,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82867,'Yes',0,0,31403,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82868,'No',5,0,31403,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82869,'N/A',0,0,31403,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82870,'Other',20,0,31403,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82871,'Yes',0,0,31405,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82872,'No',7,0,31405,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82873,'N/A',0,0,31405,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82874,'Other',20,0,31405,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82875,'Yes',2,0,31406,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82876,'No',6,0,31406,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82877,'No',0,0,31406,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82878,'N/A',0,0,31406,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82879,'Yes',0,0,31407,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82880,'No',4,0,31407,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82881,'No',7,0,31407,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82882,'N/A',0,0,31407,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82883,'Other',20,0,31407,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82884,'Yes',0,0,31408,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82885,'No',6,0,31408,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82886,'NA',0,0,31408,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82887,'Other',20,0,31408,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82888,'Yes',0,0,31409,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82889,'Yes',0,0,31409,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82890,'NA',0,0,31409,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82891,'Other',20,0,31409,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82892,'Yes',1,0,31410,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82893,'No',0,0,31410,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82894,'Other',20,0,31410,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82895,'Yes',0,0,31411,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82896,'No',9,0,31411,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82897,'NA',0,0,31411,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82898,'Other',20,0,31411,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82899,'Yes',0,0,31412,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82900,'No',7,0,31412,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82901,'NA',0,0,31412,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82902,'Other',20,0,31412,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82903,'Yes',0,0,31413,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82904,'No',6,0,31413,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82905,'NA',0,0,31413,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82906,'Other',20,0,31413,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82907,'Yes',0,0,31414,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82908,'No',6,0,31414,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82909,'NA',0,0,31414,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82910,'Other',20,0,31414,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82911,'Yes',0,0,31415,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82912,'No',8,0,31415,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82913,'NA',0,0,31415,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82914,'Other',20,0,31415,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82915,'Yes',3,0,31416,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82916,'Yes',4,0,31416,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82917,'Yes',5,0,31416,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82918,'Other',20,0,31416,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82919,'Yes',1,0,31417,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82920,'Yes',0,0,31417,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82921,'No',5,0,31417,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82922,'Other',20,0,31417,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82923,'Yes',0,0,31418,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82924,'No',5,0,31418,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82925,'NA',5,0,31418,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82926,'Other',20,0,31418,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82927,'Yes',0,0,31419,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82928,'No',5,0,31419,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82929,'N/A',0,0,31419,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82930,'Other',20,0,31419,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82931,'Yes',0,0,31420,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82932,'No',5,0,31420,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82933,'Other',20,0,31420,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82934,'N/A',0,0,31420,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82935,'Yes',0,0,31421,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82936,'No',5,0,31421,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82937,'NA',0,0,31421,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82938,'Other',20,0,31421,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82939,'Yes',0,0,31422,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82940,'No',5,0,31422,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82941,'NA',0,0,31422,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82942,'Other',20,0,31422,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82943,'Yes',0,0,31423,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82944,'No',5,0,31423,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82945,'NA',0,0,31423,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82946,'Other',20,0,31423,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82947,'Yes',0,0,31424,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82948,'No',5,0,31424,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82949,'Other',20,0,31424,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82950,'N/A',0,0,31424,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82951,'Yes',0,0,31425,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82952,'Yes',0,0,31425,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82953,'No',5,0,31425,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82954,'N/A',0,0,31425,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82955,'Other',20,0,31425,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82956,'Yes',0,0,31426,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82957,'No',2,0,31426,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82958,'Other',20,0,31426,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82959,'N/A',0,0,31426,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82960,'Yes',0,0,31427,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82961,'No',2,0,31427,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82962,'Other',20,0,31427,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82963,'N/A',0,0,31427,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82964,'Yes',0,0,31428,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82965,'No',2,0,31428,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82966,'Other',20,0,31428,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82967,'N/A',0,0,31428,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82968,'Yes',0,0,31430,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82969,'No',2,0,31430,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82970,'Other',20,0,31430,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82971,'N/A',0,0,31430,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82972,'Yes',0,0,31432,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82973,'No',2,0,31432,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82974,'Other',20,0,31432,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82975,'N/A',0,0,31432,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82976,'Yes',0,0,31433,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82977,'No',2,0,31433,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82978,'Other',20,0,31433,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82979,'N/A',0,0,31433,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82980,'Yes',0,0,31434,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82981,'No',3,0,31434,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82982,'Other',20,0,31434,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82983,'N/A',0,0,31434,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82984,'Yes',0,0,31436,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82985,'No',3,0,31436,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82986,'Other',20,0,31436,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82987,'N/A',0,0,31436,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82988,'Yes',0,0,31437,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82989,'No',4,0,31437,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82990,'No Disabled',0,0,31437,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82991,'Other',20,0,31437,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82992,'N/A',0,0,31437,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82993,'Yes',0,0,31438,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82994,'No',4,0,31438,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82995,'Other',20,0,31438,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82996,'N/A',0,0,31438,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82997,'Yes',0,0,31439,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82998,'No',3,0,31439,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(82999,'Other',20,0,31439,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83000,'N/A',0,0,31439,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83001,'Yes',0,0,31440,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83002,'No',4,0,31440,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83003,'Other',20,0,31440,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83004,'N/A',0,0,31440,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83005,'Yes',0,0,31441,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83006,'No',4,0,31441,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83007,'Other',20,0,31441,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83008,'N/A',0,0,31441,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83009,'Yes',0,0,31442,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83010,'No',5,0,31442,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83011,'Other',20,0,31442,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83012,'N/A',0,0,31442,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83013,'Yes',0,0,31443,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83014,'Yes',3,0,31443,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83015,'No',6,0,31443,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83016,'Other',20,0,31443,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83017,'N/A',0,0,31443,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83018,'Yes',0,0,31444,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83019,'No',5,0,31444,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83020,'Other',20,0,31444,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83021,'N/A',0,0,31444,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83022,'Director',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83023,'Owner Landlord',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83024,'Site Maitenance',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83025,'Estate Agent',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83026,'Letting Agent',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83027,'Other',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83028,'Director',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83029,'CEO',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83030,'Other',0,0,31453,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83031,'Nebosh',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83032,'Level 2 Fire Risk Assessor',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83033,'Competant Person',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83034,'Property Manager',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83035,'Construction Manager',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83036,'Fire Warden',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83037,'Director',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83038,'CEO',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83039,'N/A',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83040,'Other',0,0,31454,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83041,'Property Agent',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83042,'Owner Landlord',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83043,'Site Manager',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83044,'Property Manager',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83045,'Construction Manager',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83046,'Fire Warden',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83047,'Director',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83048,'CEO',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83049,'Other',0,0,31455,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83050,'A Property Within Building Block',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83051,'All Of The Property',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83052,'Communal Areas Only',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83053,'House',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83054,'Flat',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83055,'Other',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83056,'Director',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83057,'CEO',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83058,'Other',0,0,31456,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83059,'Detached',1,0,31462,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83060,'Semi Detached',2,0,31462,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83061,'Terraced',3,0,31462,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83062,'Linked-Detached',1,0,31462,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83063,'Other',20,0,31462,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83064,'House',1,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83065,'Bungalow',1,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83066,'Maisonette',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83067,'Block of Flats - Studios up to 6 Floor Levels',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83068,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83069,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83070,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83071,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83072,'Underground Property',1,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83073,'Factory/ Warehouse',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83074,'Garage/ Workshop',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83075,'Retail Shop',2,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83076,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83077,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83078,'Other',20,0,31463,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83079,'NA',0,0,31468,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83080,'Number of staircase',2,0,31468,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83081,'NA',0,0,31469,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83082,'Number os staircases',2,0,31469,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83083,'25%',1,0,31481,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83084,'50%',1,0,31481,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83085,'75%',1,0,31481,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83086,'100%',1,0,31481,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83087,'Other',20,0,31481,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83088,'Yes',1,0,31483,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83089,'No',3,0,31483,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83090,'Unknown',3,0,31483,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83091,'Stone',0,0,31483,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83092,'Other',20,0,31483,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83093,'Yes',1,0,31484,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83094,'No',5,0,31484,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83095,'Unknown',5,0,31484,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83096,'Stone',0,0,31484,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83097,'Other',20,0,31484,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83098,'Wood',2,0,31485,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83099,'Plastics',1,0,31485,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83100,'Aluminium',0,0,31485,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83101,'Stone',0,0,31485,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83102,'Other',20,0,31485,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83103,'0%',0,0,31487,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83104,'25%',1,0,31487,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83105,'50%',1,0,31487,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83106,'75%',1,0,31487,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83107,'100%',1,0,31487,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83108,'0%',0,0,31488,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83109,'25%',2,0,31488,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83110,'50%',2,0,31488,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83111,'75%',2,0,31488,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83112,'100%',2,0,31488,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83113,'0%',0,0,31489,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83114,'25%',1,0,31489,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83115,'50%',1,0,31489,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83116,'75%',1,0,31489,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83117,'100%',1,0,31489,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83118,'Solid concrete flooring on all levels',0,0,31490,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83119,'Timber joists on all levels',3,0,31490,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83120,'Concrete lowest floor – Timber above higher levels',3,0,31490,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83121,'Other',20,0,31490,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83122,'Yes',1,0,31493,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83123,'No',6,0,31493,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83124,'N/A',0,0,31493,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83125,'Yes',2,0,31495,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83126,'No',8,0,31495,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83127,'N/A',0,0,31495,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83128,'Yes',1,0,31497,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83129,'No',6,0,31497,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83130,'N/A',0,0,31497,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83131,'Yes',1,0,31499,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83132,'No',6,0,31499,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83133,'N/A',0,0,31499,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83134,'Yes',1,0,31501,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83135,'No',6,0,31501,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83136,'N/A',0,0,31501,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83137,'Yes',1,0,31505,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83138,'No',3,0,31505,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83139,'Yes',1,0,31507,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83140,'No',3,0,31507,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83141,'Yes',1,0,31509,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83142,'No',3,0,31509,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83143,'N/A',0,0,31509,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83144,'Very Good',0,0,31511,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83145,'Good',1,0,31511,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83146,'Fair',2,0,31511,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83147,'Poor',3,0,31511,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83148,'Very Poor',4,0,31511,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83149,'0%',5,0,31518,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83150,'1% - 25%',4,0,31518,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83151,'26% - 50%',3,0,31518,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83152,'51% - 75%',2,0,31518,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83153,'76% - 100%',1,0,31518,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83154,'0%',1,0,31519,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83155,'1% - 25%',1,0,31519,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83156,'26% - 50%',1,0,31519,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83157,'51% - 75%',1,0,31519,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83158,'76% - 100%',1,0,31519,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83159,'0%',1,0,31520,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83160,'1% - 25%',1,0,31520,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83161,'26% - 50%',1,0,31520,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83162,'51% - 75%',1,0,31520,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83163,'76% - 100%',1,0,31520,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83164,'0%',1,0,31522,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83165,'1% - 25%',1,0,31522,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83166,'26% - 50%',1,0,31522,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83167,'51% - 75%',1,0,31522,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83168,'76% - 100%',1,0,31522,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83169,'0%',1,0,31523,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83170,'1% - 25%',1,0,31523,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83171,'26% - 50%',1,0,31523,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83172,'51% - 75%',1,0,31523,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83173,'76% - 100%',1,0,31523,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83174,'0%',1,0,31524,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83175,'1% - 25%',1,0,31524,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83176,'26% - 50%',1,0,31524,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83177,'51% - 75%',1,0,31524,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83178,'76% - 100%',1,0,31524,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83179,'Fan Heaters',4,0,31525,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83180,'Electric Heaters',4,0,31525,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83181,'Gas Heater',5,0,31525,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83182,'Other Boilers',2,0,31525,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(83183,'Electrical Equipment',3,0,31525,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83184,'Electrical Leads',3,0,31525,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83185,'Portable Equipment',3,0,31525,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83186,'Portable Lighting',2,0,31525,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83187,'Cooking Equipment',6,0,31525,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83188,'Other',20,0,31525,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83189,'Wood/Paper/Cardboard etc',3,0,31527,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83190,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,31527,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83191,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,31527,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83192,'Waste Material Controlled -in locked wheely bin or store',2,0,31527,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83193,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,31527,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83194,'Other',20,0,31527,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83195,'Employees',2,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83196,'Sub-Contractors',3,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83197,'Young Persons',4,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83198,'Visitors',4,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83199,'The General Public (Customers)',4,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83200,'Disabled or Special needs People less able to leave the premises quickly',7,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83201,'Occupants in Remote Areas',6,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83202,'Sleeping Occupants',7,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83203,'Neighbouring Premises',2,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83204,'Tenants / Owners',3,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83205,'Animals / Livestock',2,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83206,'Other',0,0,31530,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83207,'9:00 - 17:00',0,0,31533,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83208,'17:00 - 24:00',0,0,31533,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83209,'24:00 - 9:00',0,0,31533,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83210,'9:00 - 17:00',0,0,31534,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83211,'17:00 - 24:00',0,0,31534,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83212,'24:00 - 9:00',0,0,31534,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83213,'9:00 - 17:00',0,0,31535,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83214,'17:00 - 24:00',0,0,31535,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83215,'24:00 - 9:00',0,0,31535,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83216,'9:00 - 17:00',0,0,31536,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83217,'17:00 - 24:00',0,0,31536,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83218,'24:00 - 9:00',0,0,31536,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83219,'9:00 - 17:00',0,0,31537,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83220,'17:00 - 24:00',0,0,31537,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83221,'24:00 - 9:00',0,0,31537,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83222,'9:00 - 17:00',0,0,31538,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83223,'17:00 - 24:00',0,0,31538,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83224,'24:00 - 9:00',0,0,31538,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83225,'9:00 - 17:00',0,0,31539,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83226,'17:00 - 24:00',0,0,31539,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83227,'24:00 - 9:00',0,0,31539,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83228,'Below 20',1,0,31540,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83229,'20-49',2,0,31540,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83230,'50-99',2,0,31540,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83231,'100-499',3,0,31540,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83232,'500-999',4,0,31540,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83233,'1000',5,0,31540,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83234,'Single Stage Evacuation',0,0,31541,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83235,'Staged Evacuation',0,0,31541,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83236,'Simultaneous Evacuation',0,0,31541,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83237,'Phased Evacuation',0,0,31541,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83238,'Staff Alarm Only',0,0,31541,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83239,'Stay Put Policy',0,0,31541,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83240,'Yes, they are in good condition & positioned correctly.',0,0,31542,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83241,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,31542,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83242,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,31542,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83243,'Other',20,0,31542,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83244,'N/A',0,0,31542,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83245,'Yes',0,0,31544,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83246,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,31544,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83247,'No. There is no fire risk logbook.',5,0,31544,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83248,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,31545,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83249,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,31545,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83250,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,31545,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83251,'N/A',0,0,31545,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83252,'Other',20,0,31545,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83253,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,31547,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83254,'Yes. They are installed, and signs are displayed.',0,0,31547,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83255,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,31547,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83256,'N/A',0,0,31547,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83257,'Other',20,0,31547,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83258,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,31549,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83259,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,31549,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83260,'Other',20,0,31549,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83261,'N/A',0,0,31549,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83262,'Yes. There is suitable Emergency lighting in the building.',0,0,31550,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83263,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,31550,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83264,'Other',20,0,31550,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83265,'N/A',0,0,31550,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83266,'Yes. They are in good condition with no obstructions.',0,0,31551,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83267,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,31551,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83268,'Other',20,0,31551,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83269,'N/A',0,0,31551,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83270,'Yes. User checks are recorded into the fire risk logbook.',0,0,31553,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83271,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,31553,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83272,'Other',20,0,31553,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83273,'N/A',0,0,31553,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83274,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,31554,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83275,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,31554,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83276,'Other',20,0,31554,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83277,'N/A',0,0,31554,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(83278,'Yes',0,0,31557,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83279,'Yes',2,0,31557,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83280,'No',5,0,31557,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83281,'N/A',0,0,31557,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83282,'Other',20,0,31557,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83283,'Yes',0,0,31559,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83284,'Yes',2,0,31559,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83285,'No',5,0,31559,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83286,'N/A',0,0,31559,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83287,'Other',20,0,31559,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83288,'Yes',0,0,31560,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83289,'No',4,0,31560,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83290,'N/A',0,0,31560,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83291,'Other',20,0,31560,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83292,'Yes',0,0,31562,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83293,'No',5,0,31562,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83294,'N/A',0,0,31562,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83295,'Other',20,0,31562,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83296,'Yes',0,0,31564,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83297,'No',4,0,31564,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83298,'N/A',0,0,31564,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83299,'Other',20,0,31564,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83300,'Yes',0,0,31566,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83301,'No',5,0,31566,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83302,'N/A',0,0,31566,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83303,'Other',20,0,31566,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83304,'Yes',0,0,31568,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83305,'No',5,0,31568,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83306,'N/A',0,0,31568,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83307,'Other',20,0,31568,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83308,'Yes',0,0,31570,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83309,'No',7,0,31570,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83310,'N/A',0,0,31570,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83311,'Other',20,0,31570,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83312,'Yes',2,0,31571,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83313,'No',6,0,31571,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83314,'No',0,0,31571,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83315,'N/A',0,0,31571,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83316,'Yes',0,0,31572,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83317,'No',4,0,31572,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83318,'No',7,0,31572,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83319,'N/A',0,0,31572,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83320,'Other',20,0,31572,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83321,'Yes',0,0,31573,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83322,'No',6,0,31573,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83323,'NA',0,0,31573,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83324,'Other',20,0,31573,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83325,'Yes',0,0,31574,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83326,'Yes',0,0,31574,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83327,'NA',0,0,31574,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83328,'Other',20,0,31574,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83329,'Yes',1,0,31575,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83330,'No',0,0,31575,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83331,'Other',20,0,31575,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83332,'Yes',0,0,31576,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83333,'No',9,0,31576,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83334,'NA',0,0,31576,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83335,'Other',20,0,31576,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83336,'Yes',0,0,31577,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83337,'No',7,0,31577,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83338,'NA',0,0,31577,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83339,'Other',20,0,31577,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83340,'Yes',0,0,31578,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83341,'No',6,0,31578,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83342,'NA',0,0,31578,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83343,'Other',20,0,31578,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83344,'Yes',0,0,31579,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83345,'No',6,0,31579,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83346,'NA',0,0,31579,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83347,'Other',20,0,31579,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83348,'Yes',0,0,31580,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83349,'No',8,0,31580,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83350,'NA',0,0,31580,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83351,'Other',20,0,31580,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83352,'Yes',3,0,31581,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83353,'Yes',4,0,31581,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83354,'Yes',5,0,31581,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83355,'Other',20,0,31581,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83356,'Yes',1,0,31582,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83357,'Yes',0,0,31582,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83358,'No',5,0,31582,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83359,'Other',20,0,31582,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83360,'Yes',0,0,31583,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83361,'No',5,0,31583,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83362,'NA',5,0,31583,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83363,'Other',20,0,31583,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83364,'Yes',0,0,31584,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83365,'No',5,0,31584,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83366,'N/A',0,0,31584,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83367,'Other',20,0,31584,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83368,'Yes',0,0,31585,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83369,'No',5,0,31585,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83370,'Other',20,0,31585,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83371,'N/A',0,0,31585,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83372,'Yes',0,0,31586,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83373,'No',5,0,31586,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83374,'NA',0,0,31586,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83375,'Other',20,0,31586,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83376,'Yes',0,0,31587,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83377,'No',5,0,31587,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83378,'NA',0,0,31587,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83379,'Other',20,0,31587,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83380,'Yes',0,0,31588,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83381,'No',5,0,31588,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83382,'NA',0,0,31588,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83383,'Other',20,0,31588,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83384,'Yes',0,0,31589,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83385,'No',5,0,31589,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83386,'Other',20,0,31589,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83387,'N/A',0,0,31589,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83388,'Yes',0,0,31590,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83389,'Yes',0,0,31590,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83390,'No',5,0,31590,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83391,'N/A',0,0,31590,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83392,'Other',20,0,31590,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83393,'Director',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83394,'Owner Landlord',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83395,'Site Maitenance',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83396,'Estate Agent',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83397,'Letting Agent',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83398,'Other',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83399,'Director',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83400,'CEO',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83401,'Other',0,0,31598,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83402,'Nebosh',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83403,'Level 2 Fire Risk Assessor',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83404,'Competant Person',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83405,'Property Manager',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83406,'Construction Manager',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83407,'Fire Warden',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83408,'Director',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83409,'CEO',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83410,'N/A',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83411,'Other',0,0,31599,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83412,'Property Agent',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83413,'Owner Landlord',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83414,'Site Manager',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83415,'Property Manager',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83416,'Construction Manager',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83417,'Fire Warden',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83418,'Director',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83419,'CEO',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83420,'Other',0,0,31600,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83421,'A Property Within Building Block',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83422,'All Of The Property',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83423,'Communal Areas Only',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83424,'House',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83425,'Flat',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83426,'Other',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83427,'Director',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83428,'CEO',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83429,'Other',0,0,31601,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83430,'Detached',1,0,31607,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83431,'Semi Detached',2,0,31607,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83432,'Terraced',3,0,31607,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83433,'Linked-Detached',1,0,31607,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83434,'Other',20,0,31607,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83435,'House',1,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83436,'Bungalow',1,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83437,'Maisonette',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83438,'Block of Flats - Studios up to 6 Floor Levels',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83439,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83440,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83441,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83442,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83443,'Underground Property',1,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83444,'Factory/ Warehouse',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83445,'Garage/ Workshop',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83446,'Retail Shop',2,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83447,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83448,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83449,'Other',20,0,31608,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83450,'NA',0,0,31613,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83451,'Number of staircase',2,0,31613,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83452,'NA',0,0,31614,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83453,'Number os staircases',2,0,31614,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83454,'25%',1,0,31626,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83455,'50%',1,0,31626,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83456,'75%',1,0,31626,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83457,'100%',1,0,31626,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83458,'Other',20,0,31626,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83459,'Yes',1,0,31628,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83460,'No',3,0,31628,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83461,'Unknown',3,0,31628,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83462,'Stone',0,0,31628,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83463,'Other',20,0,31628,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83464,'Yes',1,0,31629,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83465,'No',5,0,31629,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83466,'Unknown',5,0,31629,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83467,'Stone',0,0,31629,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83468,'Other',20,0,31629,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83469,'Wood',2,0,31630,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83470,'Plastics',1,0,31630,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83471,'Aluminium',0,0,31630,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83472,'Stone',0,0,31630,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83473,'Other',20,0,31630,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83474,'0%',0,0,31632,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83475,'25%',1,0,31632,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83476,'50%',1,0,31632,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83477,'75%',1,0,31632,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83478,'100%',1,0,31632,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83479,'0%',0,0,31633,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83480,'25%',2,0,31633,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83481,'50%',2,0,31633,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83482,'75%',2,0,31633,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83483,'100%',2,0,31633,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83484,'0%',0,0,31634,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83485,'25%',1,0,31634,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83486,'50%',1,0,31634,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83487,'75%',1,0,31634,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83488,'100%',1,0,31634,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83489,'Solid concrete flooring on all levels',0,0,31635,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83490,'Timber joists on all levels',3,0,31635,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83491,'Concrete lowest floor – Timber above higher levels',3,0,31635,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83492,'Other',20,0,31635,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83493,'Yes',1,0,31638,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83494,'No',6,0,31638,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83495,'N/A',0,0,31638,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83496,'Yes',2,0,31640,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83497,'No',8,0,31640,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83498,'N/A',0,0,31640,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83499,'Yes',1,0,31642,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83500,'No',6,0,31642,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83501,'N/A',0,0,31642,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83502,'Yes',1,0,31644,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83503,'No',6,0,31644,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83504,'N/A',0,0,31644,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83505,'Yes',1,0,31646,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83506,'No',6,0,31646,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83507,'N/A',0,0,31646,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83508,'Yes',1,0,31650,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83509,'No',3,0,31650,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83510,'Yes',1,0,31652,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83511,'No',3,0,31652,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83512,'Yes',1,0,31654,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83513,'No',3,0,31654,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83514,'N/A',0,0,31654,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83515,'Very Good',0,0,31656,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83516,'Good',1,0,31656,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83517,'Fair',2,0,31656,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83518,'Poor',3,0,31656,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83519,'Very Poor',4,0,31656,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83520,'0%',5,0,31663,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83521,'1% - 25%',4,0,31663,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83522,'26% - 50%',3,0,31663,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83523,'51% - 75%',2,0,31663,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83524,'76% - 100%',1,0,31663,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83525,'0%',1,0,31664,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83526,'1% - 25%',1,0,31664,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83527,'26% - 50%',1,0,31664,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83528,'51% - 75%',1,0,31664,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83529,'76% - 100%',1,0,31664,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83530,'0%',1,0,31665,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83531,'1% - 25%',1,0,31665,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83532,'26% - 50%',1,0,31665,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83533,'51% - 75%',1,0,31665,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83534,'76% - 100%',1,0,31665,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83535,'0%',1,0,31667,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83536,'1% - 25%',1,0,31667,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83537,'26% - 50%',1,0,31667,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83538,'51% - 75%',1,0,31667,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83539,'76% - 100%',1,0,31667,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83540,'0%',1,0,31668,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83541,'1% - 25%',1,0,31668,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83542,'26% - 50%',1,0,31668,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83543,'51% - 75%',1,0,31668,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83544,'76% - 100%',1,0,31668,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83545,'0%',1,0,31669,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83546,'1% - 25%',1,0,31669,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83547,'26% - 50%',1,0,31669,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83548,'51% - 75%',1,0,31669,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83549,'76% - 100%',1,0,31669,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83550,'Fan Heaters',4,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83551,'Electric Heaters',4,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83552,'Gas Heater',5,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83553,'Other Boilers',2,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83554,'Electrical Equipment',3,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83555,'Electrical Leads',3,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83556,'Portable Equipment',3,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83557,'Portable Lighting',2,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83558,'Cooking Equipment',6,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83559,'Other',20,0,31670,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83560,'Wood/Paper/Cardboard etc',3,0,31672,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83561,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,31672,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83562,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,31672,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83563,'Waste Material Controlled -in locked wheely bin or store',2,0,31672,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83564,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,31672,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83565,'Other',20,0,31672,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83566,'Employees',2,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83567,'Sub-Contractors',3,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83568,'Young Persons',4,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83569,'Visitors',4,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83570,'The General Public (Customers)',4,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83571,'Disabled or Special needs People less able to leave the premises quickly',7,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83572,'Occupants in Remote Areas',6,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83573,'Sleeping Occupants',7,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83574,'Neighbouring Premises',2,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83575,'Tenants / Owners',3,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83576,'Animals / Livestock',2,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83577,'Other',0,0,31675,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83578,'9:00 - 17:00',0,0,31678,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83579,'17:00 - 24:00',0,0,31678,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83580,'24:00 - 9:00',0,0,31678,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83581,'9:00 - 17:00',0,0,31679,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83582,'17:00 - 24:00',0,0,31679,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83583,'24:00 - 9:00',0,0,31679,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83584,'9:00 - 17:00',0,0,31680,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83585,'17:00 - 24:00',0,0,31680,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83586,'24:00 - 9:00',0,0,31680,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83587,'9:00 - 17:00',0,0,31681,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83588,'17:00 - 24:00',0,0,31681,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83589,'24:00 - 9:00',0,0,31681,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83590,'9:00 - 17:00',0,0,31682,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83591,'17:00 - 24:00',0,0,31682,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83592,'24:00 - 9:00',0,0,31682,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83593,'9:00 - 17:00',0,0,31683,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83594,'17:00 - 24:00',0,0,31683,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83595,'24:00 - 9:00',0,0,31683,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83596,'9:00 - 17:00',0,0,31684,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83597,'17:00 - 24:00',0,0,31684,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83598,'24:00 - 9:00',0,0,31684,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83599,'Below 20',1,0,31685,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83600,'20-49',2,0,31685,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83601,'50-99',2,0,31685,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83602,'100-499',3,0,31685,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83603,'500-999',4,0,31685,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83604,'1000',5,0,31685,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83605,'Single Stage Evacuation',0,0,31686,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83606,'Staged Evacuation',0,0,31686,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83607,'Simultaneous Evacuation',0,0,31686,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83608,'Phased Evacuation',0,0,31686,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83609,'Staff Alarm Only',0,0,31686,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83610,'Stay Put Policy',0,0,31686,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83611,'Yes, they are in good condition & positioned correctly.',0,0,31687,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83612,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,31687,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83613,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,31687,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83614,'Other',20,0,31687,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83615,'N/A',0,0,31687,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83616,'Yes',0,0,31689,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83617,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,31689,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83618,'No. There is no fire risk logbook.',5,0,31689,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83619,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,31690,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83620,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,31690,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83621,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,31690,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83622,'N/A',0,0,31690,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83623,'Other',20,0,31690,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83624,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,31692,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83625,'Yes. They are installed, and signs are displayed.',0,0,31692,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83626,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,31692,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83627,'N/A',0,0,31692,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83628,'Other',20,0,31692,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83629,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,31694,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83630,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,31694,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83631,'Other',20,0,31694,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83632,'N/A',0,0,31694,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83633,'Yes. There is suitable Emergency lighting in the building.',0,0,31695,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83634,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,31695,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83635,'Other',20,0,31695,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83636,'N/A',0,0,31695,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83637,'Yes. They are in good condition with no obstructions.',0,0,31696,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83638,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,31696,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83639,'Other',20,0,31696,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83640,'N/A',0,0,31696,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83641,'Yes. User checks are recorded into the fire risk logbook.',0,0,31698,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83642,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,31698,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83643,'Other',20,0,31698,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83644,'N/A',0,0,31698,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83645,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,31699,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83646,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,31699,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83647,'Other',20,0,31699,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83648,'N/A',0,0,31699,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83649,'Yes. A responsible person has been nominated.',0,0,31701,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83650,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,31701,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83651,'Other',20,0,31701,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83652,'N/A',0,0,31701,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83653,'Yes. A competent person is available to assist in fire safety measures.',0,0,31702,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83654,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,31702,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83655,'Other',20,0,31702,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83656,'N/A',0,0,31702,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83657,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,31703,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83658,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,31703,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83659,'Other',20,0,31703,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83660,'N/A',0,0,31703,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83661,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,31705,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83662,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,31705,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83663,'Other',20,0,31705,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83664,'N/A',0,0,31705,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83665,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,31707,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83666,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,31707,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83667,'Other',20,0,31707,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83668,'N/A',0,0,31707,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83669,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,31708,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83670,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,31708,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83671,'Other',20,0,31708,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83672,'N/A',0,0,31708,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83673,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,31709,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83674,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,31709,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83675,'Other',20,0,31709,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83676,'N/A',0,0,31709,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83677,'Yes. The plan is readily available.',0,0,31711,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83678,'No. The plan is not available.',3,0,31711,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83679,'Other',20,0,31711,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83680,'N/A',0,0,31711,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83681,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,31712,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83682,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,31712,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83683,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,31712,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83684,'Other',20,0,31712,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83685,'N/A',0,0,31712,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83686,'Yes. There are suitable arrangements in place to prevent danger.',0,0,31713,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83687,'No. There are not suitable arrangements in place to prevent danger..',4,0,31713,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83688,'Other',20,0,31713,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83689,'N/A',0,0,31713,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83690,'Yes. The company has a full evacuation system in place.',0,0,31714,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83691,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,31714,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83692,'Other',20,0,31714,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83693,'N/A',0,0,31714,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83694,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,31715,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83695,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,31715,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83696,'Other',20,0,31715,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83697,'N/A',0,0,31715,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83698,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,31716,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83699,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,31716,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83700,'Other',20,0,31716,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83701,'N/A',0,0,31716,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83702,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,31717,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83703,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,31717,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83704,'Other',20,0,31717,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83705,'N/A',0,0,31717,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83706,'Yes. They do consider other organisation within the building.',0,0,31718,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83707,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,31718,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83708,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,31718,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83709,'Other',20,0,31718,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83710,'N/A',0,0,31718,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83711,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,31719,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83712,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,31719,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83713,'Other',20,0,31719,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83714,'N/A',0,0,31719,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(83715,'Yes',0,0,31722,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83716,'Yes',2,0,31722,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83717,'No',5,0,31722,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83718,'N/A',0,0,31722,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83719,'Other',20,0,31722,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83720,'Yes',0,0,31724,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83721,'Yes',2,0,31724,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83722,'No',5,0,31724,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83723,'N/A',0,0,31724,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83724,'Other',20,0,31724,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83725,'Yes',0,0,31725,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83726,'No',4,0,31725,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83727,'N/A',0,0,31725,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83728,'Other',20,0,31725,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83729,'Yes',0,0,31727,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83730,'No',5,0,31727,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83731,'N/A',0,0,31727,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83732,'Other',20,0,31727,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83733,'Yes',0,0,31729,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83734,'No',4,0,31729,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83735,'N/A',0,0,31729,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83736,'Other',20,0,31729,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83737,'Yes',0,0,31731,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83738,'No',5,0,31731,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83739,'N/A',0,0,31731,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83740,'Other',20,0,31731,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83741,'Yes',0,0,31733,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83742,'No',5,0,31733,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83743,'N/A',0,0,31733,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83744,'Other',20,0,31733,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83745,'Yes',0,0,31735,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83746,'No',7,0,31735,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83747,'N/A',0,0,31735,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83748,'Other',20,0,31735,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83749,'Yes',2,0,31736,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83750,'No',6,0,31736,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83751,'No',0,0,31736,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83752,'N/A',0,0,31736,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83753,'Yes',0,0,31737,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83754,'No',4,0,31737,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83755,'No',7,0,31737,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83756,'N/A',0,0,31737,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83757,'Other',20,0,31737,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83758,'Yes',0,0,31738,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83759,'No',6,0,31738,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83760,'NA',0,0,31738,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83761,'Other',20,0,31738,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83762,'Yes',0,0,31739,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83763,'Yes',0,0,31739,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83764,'NA',0,0,31739,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83765,'Other',20,0,31739,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83766,'Yes',1,0,31740,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83767,'No',0,0,31740,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83768,'Other',20,0,31740,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83769,'Yes',0,0,31741,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83770,'No',9,0,31741,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83771,'NA',0,0,31741,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83772,'Other',20,0,31741,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83773,'Yes',0,0,31742,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83774,'No',7,0,31742,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83775,'NA',0,0,31742,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83776,'Other',20,0,31742,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83777,'Yes',0,0,31743,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83778,'No',6,0,31743,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83779,'NA',0,0,31743,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83780,'Other',20,0,31743,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83781,'Yes',0,0,31744,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83782,'No',6,0,31744,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83783,'NA',0,0,31744,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83784,'Other',20,0,31744,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83785,'Yes',0,0,31745,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83786,'No',8,0,31745,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83787,'NA',0,0,31745,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83788,'Other',20,0,31745,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83789,'Yes',3,0,31746,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83790,'Yes',4,0,31746,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83791,'Yes',5,0,31746,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83792,'Other',20,0,31746,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83793,'Yes',1,0,31747,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83794,'Yes',0,0,31747,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83795,'No',5,0,31747,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83796,'Other',20,0,31747,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83797,'Yes',0,0,31748,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83798,'No',5,0,31748,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83799,'NA',5,0,31748,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83800,'Other',20,0,31748,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83801,'Yes',0,0,31749,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83802,'No',5,0,31749,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83803,'N/A',0,0,31749,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83804,'Other',20,0,31749,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83805,'Yes',0,0,31750,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83806,'No',5,0,31750,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83807,'Other',20,0,31750,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83808,'N/A',0,0,31750,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83809,'Yes',0,0,31751,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83810,'No',5,0,31751,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83811,'NA',0,0,31751,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83812,'Other',20,0,31751,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83813,'Yes',0,0,31752,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83814,'No',5,0,31752,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83815,'NA',0,0,31752,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83816,'Other',20,0,31752,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83817,'Yes',0,0,31753,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83818,'No',5,0,31753,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83819,'NA',0,0,31753,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83820,'Other',20,0,31753,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83821,'Yes',0,0,31754,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83822,'No',5,0,31754,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83823,'Other',20,0,31754,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83824,'N/A',0,0,31754,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83825,'Yes',0,0,31755,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83826,'Yes',0,0,31755,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83827,'No',5,0,31755,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83828,'N/A',0,0,31755,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83829,'Other',20,0,31755,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83830,'Director',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83831,'Owner Landlord',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83832,'Site Maitenance',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83833,'Estate Agent',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83834,'Letting Agent',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83835,'Other',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83836,'Director',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83837,'CEO',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83838,'Other',0,0,31763,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83839,'Nebosh',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83840,'Level 2 Fire Risk Assessor',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83841,'Competant Person',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83842,'Property Manager',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83843,'Construction Manager',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83844,'Fire Warden',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83845,'Director',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83846,'CEO',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83847,'N/A',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83848,'Other',0,0,31764,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83849,'Property Agent',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83850,'Owner Landlord',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83851,'Site Manager',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83852,'Property Manager',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83853,'Construction Manager',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83854,'Fire Warden',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83855,'Director',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83856,'CEO',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83857,'Other',0,0,31765,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83858,'A Property Within Building Block',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83859,'All Of The Property',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83860,'Communal Areas Only',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83861,'House',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83862,'Flat',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83863,'Other',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83864,'Director',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83865,'CEO',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83866,'Other',0,0,31766,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83867,'Detached',1,0,31772,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83868,'Semi Detached',2,0,31772,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83869,'Terraced',3,0,31772,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83870,'Linked-Detached',1,0,31772,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83871,'Other',20,0,31772,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83872,'House',1,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83873,'Bungalow',1,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83874,'Maisonette',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83875,'Block of Flats - Studios up to 6 Floor Levels',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83876,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83877,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83878,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83879,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83880,'Underground Property',1,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83881,'Factory/ Warehouse',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83882,'Garage/ Workshop',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83883,'Retail Shop',2,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83884,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83885,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83886,'Other',20,0,31773,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83887,'NA',0,0,31778,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83888,'Number of staircase',2,0,31778,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83889,'NA',0,0,31779,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83890,'Number os staircases',2,0,31779,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83891,'25%',1,0,31791,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83892,'50%',1,0,31791,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83893,'75%',1,0,31791,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83894,'100%',1,0,31791,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83895,'Other',20,0,31791,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83896,'Yes',1,0,31793,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83897,'No',3,0,31793,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83898,'Unknown',3,0,31793,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83899,'Stone',0,0,31793,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83900,'Other',20,0,31793,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83901,'Yes',1,0,31794,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83902,'No',5,0,31794,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83903,'Unknown',5,0,31794,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83904,'Stone',0,0,31794,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83905,'Other',20,0,31794,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83906,'Wood',2,0,31795,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83907,'Plastics',1,0,31795,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83908,'Aluminium',0,0,31795,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83909,'Stone',0,0,31795,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83910,'Other',20,0,31795,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83911,'0%',0,0,31797,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83912,'25%',1,0,31797,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83913,'50%',1,0,31797,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83914,'75%',1,0,31797,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83915,'100%',1,0,31797,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83916,'0%',0,0,31798,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83917,'25%',2,0,31798,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83918,'50%',2,0,31798,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83919,'75%',2,0,31798,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83920,'100%',2,0,31798,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83921,'0%',0,0,31799,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83922,'25%',1,0,31799,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83923,'50%',1,0,31799,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83924,'75%',1,0,31799,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83925,'100%',1,0,31799,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83926,'Solid concrete flooring on all levels',0,0,31800,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83927,'Timber joists on all levels',3,0,31800,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83928,'Concrete lowest floor – Timber above higher levels',3,0,31800,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83929,'Other',20,0,31800,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83930,'Yes',1,0,31803,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83931,'No',6,0,31803,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83932,'N/A',0,0,31803,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83933,'Yes',2,0,31805,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83934,'No',8,0,31805,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83935,'N/A',0,0,31805,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83936,'Yes',1,0,31807,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83937,'No',6,0,31807,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83938,'N/A',0,0,31807,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83939,'Yes',1,0,31809,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83940,'No',6,0,31809,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83941,'N/A',0,0,31809,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83942,'Yes',1,0,31811,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83943,'No',6,0,31811,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83944,'N/A',0,0,31811,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83945,'Yes',1,0,31815,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83946,'No',3,0,31815,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83947,'Yes',1,0,31817,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83948,'No',3,0,31817,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83949,'Yes',1,0,31819,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83950,'No',3,0,31819,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83951,'N/A',0,0,31819,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83952,'Very Good',0,0,31821,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83953,'Good',1,0,31821,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83954,'Fair',2,0,31821,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83955,'Poor',3,0,31821,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83956,'Very Poor',4,0,31821,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83957,'0%',5,0,31828,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83958,'1% - 25%',4,0,31828,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(83959,'26% - 50%',3,0,31828,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83960,'51% - 75%',2,0,31828,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83961,'76% - 100%',1,0,31828,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83962,'0%',1,0,31829,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83963,'1% - 25%',1,0,31829,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83964,'26% - 50%',1,0,31829,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83965,'51% - 75%',1,0,31829,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83966,'76% - 100%',1,0,31829,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83967,'0%',1,0,31830,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83968,'1% - 25%',1,0,31830,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83969,'26% - 50%',1,0,31830,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83970,'51% - 75%',1,0,31830,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83971,'76% - 100%',1,0,31830,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83972,'0%',1,0,31832,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83973,'1% - 25%',1,0,31832,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83974,'26% - 50%',1,0,31832,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83975,'51% - 75%',1,0,31832,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83976,'76% - 100%',1,0,31832,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83977,'0%',1,0,31833,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83978,'1% - 25%',1,0,31833,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83979,'26% - 50%',1,0,31833,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83980,'51% - 75%',1,0,31833,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83981,'76% - 100%',1,0,31833,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83982,'0%',1,0,31834,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83983,'1% - 25%',1,0,31834,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83984,'26% - 50%',1,0,31834,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83985,'51% - 75%',1,0,31834,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83986,'76% - 100%',1,0,31834,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83987,'Fan Heaters',4,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83988,'Electric Heaters',4,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83989,'Gas Heater',5,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83990,'Other Boilers',2,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83991,'Electrical Equipment',3,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83992,'Electrical Leads',3,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83993,'Portable Equipment',3,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83994,'Portable Lighting',2,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83995,'Cooking Equipment',6,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83996,'Other',20,0,31835,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83997,'Wood/Paper/Cardboard etc',3,0,31837,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83998,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,31837,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(83999,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,31837,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84000,'Waste Material Controlled -in locked wheely bin or store',2,0,31837,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84001,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,31837,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84002,'Other',20,0,31837,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84003,'Employees',2,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84004,'Sub-Contractors',3,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84005,'Young Persons',4,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84006,'Visitors',4,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84007,'The General Public (Customers)',4,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84008,'Disabled or Special needs People less able to leave the premises quickly',7,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84009,'Occupants in Remote Areas',6,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84010,'Sleeping Occupants',7,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84011,'Neighbouring Premises',2,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84012,'Tenants / Owners',3,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84013,'Animals / Livestock',2,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84014,'Other',0,0,31840,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84015,'9:00 - 17:00',0,0,31843,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84016,'17:00 - 24:00',0,0,31843,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84017,'24:00 - 9:00',0,0,31843,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84018,'9:00 - 17:00',0,0,31844,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84019,'17:00 - 24:00',0,0,31844,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84020,'24:00 - 9:00',0,0,31844,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84021,'9:00 - 17:00',0,0,31845,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84022,'17:00 - 24:00',0,0,31845,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84023,'24:00 - 9:00',0,0,31845,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84024,'9:00 - 17:00',0,0,31846,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84025,'17:00 - 24:00',0,0,31846,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84026,'24:00 - 9:00',0,0,31846,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84027,'9:00 - 17:00',0,0,31847,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84028,'17:00 - 24:00',0,0,31847,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84029,'24:00 - 9:00',0,0,31847,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84030,'9:00 - 17:00',0,0,31848,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84031,'17:00 - 24:00',0,0,31848,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84032,'24:00 - 9:00',0,0,31848,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84033,'9:00 - 17:00',0,0,31849,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84034,'17:00 - 24:00',0,0,31849,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84035,'24:00 - 9:00',0,0,31849,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84036,'Below 20',1,0,31850,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84037,'20-49',2,0,31850,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84038,'50-99',2,0,31850,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84039,'100-499',3,0,31850,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84040,'500-999',4,0,31850,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84041,'1000',5,0,31850,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84042,'Single Stage Evacuation',0,0,31851,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84043,'Staged Evacuation',0,0,31851,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84044,'Simultaneous Evacuation',0,0,31851,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84045,'Phased Evacuation',0,0,31851,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84046,'Staff Alarm Only',0,0,31851,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84047,'Stay Put Policy',0,0,31851,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84048,'Yes, they are in good condition & positioned correctly.',0,0,31852,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84049,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,31852,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84050,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,31852,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84051,'Other',20,0,31852,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84052,'N/A',0,0,31852,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84053,'Yes',0,0,31854,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84054,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,31854,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84055,'No. There is no fire risk logbook.',5,0,31854,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84056,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,31855,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84057,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,31855,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84058,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,31855,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84059,'N/A',0,0,31855,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84060,'Other',20,0,31855,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84061,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,31857,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84062,'Yes. They are installed, and signs are displayed.',0,0,31857,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84063,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,31857,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84064,'N/A',0,0,31857,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84065,'Other',20,0,31857,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84066,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,31859,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84067,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,31859,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84068,'Other',20,0,31859,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84069,'N/A',0,0,31859,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84070,'Yes. There is suitable Emergency lighting in the building.',0,0,31860,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84071,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,31860,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84072,'Other',20,0,31860,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84073,'N/A',0,0,31860,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84074,'Yes. They are in good condition with no obstructions.',0,0,31861,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84075,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,31861,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84076,'Other',20,0,31861,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84077,'N/A',0,0,31861,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84078,'Yes. User checks are recorded into the fire risk logbook.',0,0,31863,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84079,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,31863,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84080,'Other',20,0,31863,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84081,'N/A',0,0,31863,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84082,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,31864,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84083,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,31864,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84084,'Other',20,0,31864,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84085,'N/A',0,0,31864,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84086,'Yes. A responsible person has been nominated.',0,0,31866,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84087,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,31866,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84088,'Other',20,0,31866,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84089,'N/A',0,0,31866,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84090,'Yes. A competent person is available to assist in fire safety measures.',0,0,31867,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84091,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,31867,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84092,'Other',20,0,31867,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84093,'N/A',0,0,31867,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84094,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,31868,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84095,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,31868,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84096,'Other',20,0,31868,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84097,'N/A',0,0,31868,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84098,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,31870,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84099,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,31870,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84100,'Other',20,0,31870,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84101,'N/A',0,0,31870,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84102,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,31872,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84103,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,31872,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84104,'Other',20,0,31872,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84105,'N/A',0,0,31872,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84106,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,31873,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84107,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,31873,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84108,'Other',20,0,31873,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84109,'N/A',0,0,31873,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84110,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,31874,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84111,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,31874,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84112,'Other',20,0,31874,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84113,'N/A',0,0,31874,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84114,'Yes. The plan is readily available.',0,0,31876,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84115,'No. The plan is not available.',3,0,31876,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84116,'Other',20,0,31876,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84117,'N/A',0,0,31876,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84118,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,31877,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84119,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,31877,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84120,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,31877,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84121,'Other',20,0,31877,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84122,'N/A',0,0,31877,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84123,'Yes. There are suitable arrangements in place to prevent danger.',0,0,31878,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84124,'No. There are not suitable arrangements in place to prevent danger..',4,0,31878,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84125,'Other',20,0,31878,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84126,'N/A',0,0,31878,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84127,'Yes. The company has a full evacuation system in place.',0,0,31879,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84128,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,31879,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84129,'Other',20,0,31879,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84130,'N/A',0,0,31879,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84131,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,31880,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84132,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,31880,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84133,'Other',20,0,31880,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84134,'N/A',0,0,31880,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84135,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,31881,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84136,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,31881,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84137,'Other',20,0,31881,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84138,'N/A',0,0,31881,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84139,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,31882,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84140,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,31882,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84141,'Other',20,0,31882,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84142,'N/A',0,0,31882,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84143,'Yes. They do consider other organisation within the building.',0,0,31883,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84144,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,31883,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84145,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,31883,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84146,'Other',20,0,31883,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84147,'N/A',0,0,31883,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84148,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,31884,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84149,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,31884,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84150,'Other',20,0,31884,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84151,'N/A',0,0,31884,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(84152,'Yes',0,0,31887,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(84153,'Yes',2,0,31887,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(84154,'No',5,0,31887,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(84155,'N/A',0,0,31887,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(84156,'Other',20,0,31887,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(84157,'Yes',0,0,31889,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84158,'Yes',2,0,31889,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84159,'No',5,0,31889,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84160,'N/A',0,0,31889,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84161,'Other',20,0,31889,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84162,'Yes',0,0,31890,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84163,'No',4,0,31890,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84164,'N/A',0,0,31890,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84165,'Other',20,0,31890,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84166,'Yes',0,0,31892,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84167,'No',5,0,31892,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84168,'N/A',0,0,31892,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84169,'Other',20,0,31892,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84170,'Yes',0,0,31894,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84171,'No',4,0,31894,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84172,'N/A',0,0,31894,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84173,'Other',20,0,31894,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84174,'Yes',0,0,31896,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84175,'No',5,0,31896,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84176,'N/A',0,0,31896,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84177,'Other',20,0,31896,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84178,'Yes',0,0,31898,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84179,'No',5,0,31898,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84180,'N/A',0,0,31898,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84181,'Other',20,0,31898,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84182,'Yes',0,0,31900,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84183,'No',7,0,31900,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84184,'N/A',0,0,31900,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84185,'Other',20,0,31900,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84186,'Yes',2,0,31901,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84187,'No',6,0,31901,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84188,'No',0,0,31901,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84189,'N/A',0,0,31901,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84190,'Yes',0,0,31902,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84191,'No',6,0,31902,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84192,'NA',0,0,31902,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84193,'Other',20,0,31902,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84194,'Yes',0,0,31903,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84195,'No',4,0,31903,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84196,'No',7,0,31903,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84197,'N/A',0,0,31903,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84198,'Other',20,0,31903,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84199,'Yes',0,0,31904,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84200,'No',6,0,31904,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84201,'NA',0,0,31904,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84202,'Other',20,0,31904,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84203,'Yes',0,0,31905,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84204,'Yes',0,0,31905,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84205,'NA',0,0,31905,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84206,'Other',20,0,31905,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84207,'Yes',1,0,31906,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84208,'No',0,0,31906,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84209,'Other',20,0,31906,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84210,'Yes',0,0,31907,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84211,'No',9,0,31907,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84212,'NA',0,0,31907,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84213,'Other',20,0,31907,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84214,'Yes',0,0,31908,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84215,'No',7,0,31908,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84216,'NA',0,0,31908,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84217,'Other',20,0,31908,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84218,'Yes',0,0,31909,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84219,'No',6,0,31909,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84220,'NA',0,0,31909,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84221,'Other',20,0,31909,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84222,'Yes',0,0,31910,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84223,'No',8,0,31910,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84224,'NA',0,0,31910,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84225,'Other',20,0,31910,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84226,'Yes',3,0,31911,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84227,'Yes',4,0,31911,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84228,'Yes',5,0,31911,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84229,'Other',20,0,31911,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84230,'Yes',1,0,31912,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84231,'Yes',0,0,31912,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84232,'No',5,0,31912,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84233,'Other',20,0,31912,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84234,'Yes',0,0,31913,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84235,'No',5,0,31913,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84236,'NA',5,0,31913,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84237,'Other',20,0,31913,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84238,'Yes',0,0,31914,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84239,'No',5,0,31914,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84240,'N/A',0,0,31914,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84241,'Other',20,0,31914,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84242,'Yes',0,0,31915,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84243,'No',5,0,31915,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84244,'Other',20,0,31915,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84245,'N/A',0,0,31915,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84246,'Yes',0,0,31916,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84247,'No',5,0,31916,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84248,'NA',0,0,31916,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84249,'Other',20,0,31916,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84250,'Yes',0,0,31917,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84251,'No',5,0,31917,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84252,'NA',0,0,31917,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84253,'Other',20,0,31917,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84254,'Yes',0,0,31918,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84255,'No',5,0,31918,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84256,'NA',0,0,31918,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84257,'Other',20,0,31918,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84258,'Yes',0,0,31919,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84259,'No',5,0,31919,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84260,'Other',20,0,31919,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84261,'N/A',0,0,31919,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84262,'Yes',0,0,31920,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84263,'Yes',0,0,31920,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84264,'No',5,0,31920,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84265,'N/A',0,0,31920,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84266,'Other',20,0,31920,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84267,'Director',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84268,'Owner Landlord',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84269,'Site Maitenance',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84270,'Estate Agent',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84271,'Letting Agent',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84272,'Other',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84273,'Director',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84274,'CEO',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84275,'Other',0,0,31928,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84276,'Nebosh',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84277,'Level 2 Fire Risk Assessor',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84278,'Competant Person',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84279,'Property Manager',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84280,'Construction Manager',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84281,'Fire Warden',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84282,'Director',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84283,'CEO',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84284,'N/A',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84285,'Other',0,0,31929,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84286,'Property Agent',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84287,'Owner Landlord',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84288,'Site Manager',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84289,'Property Manager',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84290,'Construction Manager',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84291,'Fire Warden',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84292,'Director',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84293,'CEO',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84294,'Other',0,0,31930,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84295,'A Property Within Building Block',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84296,'All Of The Property',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84297,'Communal Areas Only',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84298,'House',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84299,'Flat',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84300,'Other',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84301,'Director',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84302,'CEO',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84303,'Other',0,0,31931,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84304,'Detached',1,0,31937,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84305,'Semi Detached',2,0,31937,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84306,'Terraced',3,0,31937,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84307,'Linked-Detached',1,0,31937,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84308,'Other',20,0,31937,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84309,'House',1,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84310,'Bungalow',1,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84311,'Maisonette',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84312,'Block of Flats - Studios up to 6 Floor Levels',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84313,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84314,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84315,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84316,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84317,'Underground Property',1,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84318,'Factory/ Warehouse',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84319,'Garage/ Workshop',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84320,'Retail Shop',2,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84321,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84322,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84323,'Other',20,0,31938,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84324,'NA',0,0,31943,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84325,'Number of staircase',2,0,31943,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84326,'NA',0,0,31944,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84327,'Number os staircases',2,0,31944,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84328,'25%',1,0,31956,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84329,'50%',1,0,31956,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84330,'75%',1,0,31956,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84331,'100%',1,0,31956,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84332,'Other',20,0,31956,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84333,'Yes',1,0,31958,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84334,'No',3,0,31958,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84335,'Unknown',3,0,31958,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84336,'Stone',0,0,31958,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84337,'Other',20,0,31958,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84338,'Yes',1,0,31959,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84339,'No',5,0,31959,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84340,'Unknown',5,0,31959,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84341,'Stone',0,0,31959,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84342,'Other',20,0,31959,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84343,'Wood',2,0,31960,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84344,'Plastics',1,0,31960,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84345,'Aluminium',0,0,31960,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84346,'Stone',0,0,31960,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84347,'Other',20,0,31960,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84348,'0%',0,0,31962,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84349,'25%',1,0,31962,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84350,'50%',1,0,31962,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84351,'75%',1,0,31962,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84352,'100%',1,0,31962,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84353,'0%',0,0,31963,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84354,'25%',2,0,31963,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84355,'50%',2,0,31963,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84356,'75%',2,0,31963,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84357,'100%',2,0,31963,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84358,'0%',0,0,31964,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84359,'25%',1,0,31964,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84360,'50%',1,0,31964,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84361,'75%',1,0,31964,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84362,'100%',1,0,31964,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84363,'Solid concrete flooring on all levels',0,0,31965,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84364,'Timber joists on all levels',3,0,31965,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84365,'Concrete lowest floor – Timber above higher levels',3,0,31965,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84366,'Other',20,0,31965,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84367,'Yes',1,0,31968,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84368,'No',6,0,31968,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84369,'N/A',0,0,31968,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84370,'Yes',2,0,31970,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84371,'No',8,0,31970,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84372,'N/A',0,0,31970,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84373,'Yes',1,0,31972,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84374,'No',6,0,31972,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84375,'N/A',0,0,31972,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84376,'Yes',1,0,31974,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84377,'No',6,0,31974,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84378,'N/A',0,0,31974,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84379,'Yes',1,0,31976,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84380,'No',6,0,31976,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84381,'N/A',0,0,31976,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84382,'Yes',1,0,31980,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84383,'No',3,0,31980,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84384,'Yes',1,0,31982,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84385,'No',3,0,31982,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84386,'Yes',1,0,31984,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84387,'No',3,0,31984,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84388,'N/A',0,0,31984,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84389,'Very Good',0,0,31986,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84390,'Good',1,0,31986,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84391,'Fair',2,0,31986,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84392,'Poor',3,0,31986,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84393,'Very Poor',4,0,31986,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84394,'0%',5,0,31993,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84395,'1% - 25%',4,0,31993,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84396,'26% - 50%',3,0,31993,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84397,'51% - 75%',2,0,31993,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84398,'76% - 100%',1,0,31993,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84399,'0%',1,0,31994,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84400,'1% - 25%',1,0,31994,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84401,'26% - 50%',1,0,31994,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84402,'51% - 75%',1,0,31994,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84403,'76% - 100%',1,0,31994,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84404,'0%',1,0,31995,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84405,'1% - 25%',1,0,31995,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84406,'26% - 50%',1,0,31995,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84407,'51% - 75%',1,0,31995,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84408,'76% - 100%',1,0,31995,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84409,'0%',1,0,31997,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84410,'1% - 25%',1,0,31997,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84411,'26% - 50%',1,0,31997,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84412,'51% - 75%',1,0,31997,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84413,'76% - 100%',1,0,31997,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84414,'0%',1,0,31998,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84415,'1% - 25%',1,0,31998,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84416,'26% - 50%',1,0,31998,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84417,'51% - 75%',1,0,31998,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84418,'76% - 100%',1,0,31998,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84419,'0%',1,0,31999,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84420,'1% - 25%',1,0,31999,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84421,'26% - 50%',1,0,31999,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84422,'51% - 75%',1,0,31999,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84423,'76% - 100%',1,0,31999,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84424,'Fan Heaters',4,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84425,'Electric Heaters',4,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84426,'Gas Heater',5,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84427,'Other Boilers',2,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84428,'Electrical Equipment',3,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84429,'Electrical Leads',3,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84430,'Portable Equipment',3,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84431,'Portable Lighting',2,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84432,'Cooking Equipment',6,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84433,'Other',20,0,32000,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84434,'Wood/Paper/Cardboard etc',3,0,32002,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84435,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32002,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84436,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32002,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84437,'Waste Material Controlled -in locked wheely bin or store',2,0,32002,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84438,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32002,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84439,'Other',20,0,32002,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84440,'Employees',2,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84441,'Sub-Contractors',3,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84442,'Young Persons',4,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84443,'Visitors',4,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84444,'The General Public (Customers)',4,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84445,'Disabled or Special needs People less able to leave the premises quickly',7,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84446,'Occupants in Remote Areas',6,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84447,'Sleeping Occupants',7,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84448,'Neighbouring Premises',2,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84449,'Tenants / Owners',3,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84450,'Animals / Livestock',2,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84451,'Other',0,0,32005,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84452,'9:00 - 17:00',0,0,32008,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84453,'17:00 - 24:00',0,0,32008,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84454,'24:00 - 9:00',0,0,32008,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84455,'9:00 - 17:00',0,0,32009,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84456,'17:00 - 24:00',0,0,32009,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84457,'24:00 - 9:00',0,0,32009,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84458,'9:00 - 17:00',0,0,32010,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84459,'17:00 - 24:00',0,0,32010,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84460,'24:00 - 9:00',0,0,32010,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84461,'9:00 - 17:00',0,0,32011,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84462,'17:00 - 24:00',0,0,32011,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84463,'24:00 - 9:00',0,0,32011,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84464,'9:00 - 17:00',0,0,32012,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84465,'17:00 - 24:00',0,0,32012,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84466,'24:00 - 9:00',0,0,32012,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84467,'9:00 - 17:00',0,0,32013,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84468,'17:00 - 24:00',0,0,32013,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84469,'24:00 - 9:00',0,0,32013,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84470,'9:00 - 17:00',0,0,32014,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84471,'17:00 - 24:00',0,0,32014,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84472,'24:00 - 9:00',0,0,32014,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84473,'Below 20',1,0,32015,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84474,'20-49',2,0,32015,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84475,'50-99',2,0,32015,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84476,'100-499',3,0,32015,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84477,'500-999',4,0,32015,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84478,'1000',5,0,32015,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84479,'Single Stage Evacuation',0,0,32016,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84480,'Staged Evacuation',0,0,32016,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84481,'Simultaneous Evacuation',0,0,32016,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84482,'Phased Evacuation',0,0,32016,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84483,'Staff Alarm Only',0,0,32016,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84484,'Stay Put Policy',0,0,32016,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84485,'Yes. A responsible person has been nominated.',0,0,32017,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84486,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32017,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84487,'Other',20,0,32017,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84488,'N/A',0,0,32017,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84489,'Yes. A competent person is available to assist in fire safety measures.',0,0,32018,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84490,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32018,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84491,'Other',20,0,32018,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84492,'N/A',0,0,32018,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84493,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32019,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84494,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32019,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84495,'Other',20,0,32019,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84496,'N/A',0,0,32019,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84497,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32021,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84498,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32021,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84499,'Other',20,0,32021,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84500,'N/A',0,0,32021,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84501,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32023,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84502,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32023,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84503,'Other',20,0,32023,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84504,'N/A',0,0,32023,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84505,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32024,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84506,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32024,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84507,'Other',20,0,32024,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84508,'N/A',0,0,32024,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84509,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32025,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84510,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32025,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84511,'Other',20,0,32025,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84512,'N/A',0,0,32025,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84513,'Yes. The plan is readily available.',0,0,32027,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84514,'No. The plan is not available.',3,0,32027,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84515,'Other',20,0,32027,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84516,'N/A',0,0,32027,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84517,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32028,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84518,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32028,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84519,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32028,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84520,'Other',20,0,32028,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84521,'N/A',0,0,32028,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84522,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32029,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84523,'No. There are not suitable arrangements in place to prevent danger..',4,0,32029,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84524,'Other',20,0,32029,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84525,'N/A',0,0,32029,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84526,'Yes. The company has a full evacuation system in place.',0,0,32030,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84527,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32030,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84528,'Other',20,0,32030,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84529,'N/A',0,0,32030,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84530,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32031,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84531,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32031,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84532,'Other',20,0,32031,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84533,'N/A',0,0,32031,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84534,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32032,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84535,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32032,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84536,'Other',20,0,32032,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84537,'N/A',0,0,32032,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84538,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32033,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84539,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32033,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84540,'Other',20,0,32033,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84541,'N/A',0,0,32033,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84542,'Yes. They do consider other organisation within the building.',0,0,32034,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84543,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32034,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84544,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32034,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84545,'Other',20,0,32034,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84546,'N/A',0,0,32034,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84547,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32035,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84548,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32035,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84549,'Other',20,0,32035,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84550,'N/A',0,0,32035,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84551,'Yes, they are in good condition & positioned correctly.',0,0,32037,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84552,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,32037,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84553,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,32037,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84554,'Other',20,0,32037,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84555,'N/A',0,0,32037,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84556,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,32039,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84557,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,32039,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84558,'No. There is no fire risk logbook.',5,0,32039,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84559,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,32040,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84560,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,32040,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84561,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,32040,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84562,'N/A',0,0,32040,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84563,'Other',20,0,32040,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84564,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,32042,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84565,'Yes. They are installed, and signs are displayed.',0,0,32042,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84566,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,32042,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84567,'N/A',0,0,32042,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84568,'Other',20,0,32042,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84569,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,32044,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84570,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,32044,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84571,'Other',20,0,32044,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84572,'N/A',0,0,32044,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84573,'Yes. There is suitable Emergency lighting in the building.',0,0,32045,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84574,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,32045,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84575,'Other',20,0,32045,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84576,'N/A',0,0,32045,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84577,'Yes. They are in good condition with no obstructions.',0,0,32046,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84578,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,32046,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84579,'Other',20,0,32046,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84580,'N/A',0,0,32046,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84581,'Yes. User checks are recorded into the fire risk logbook.',0,0,32048,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84582,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,32048,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84583,'Other',20,0,32048,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84584,'N/A',0,0,32048,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84585,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,32049,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84586,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,32049,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84587,'Other',20,0,32049,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84588,'N/A',0,0,32049,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(84589,'Yes',0,0,32052,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84590,'Yes',2,0,32052,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84591,'No',5,0,32052,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84592,'N/A',0,0,32052,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84593,'Other',20,0,32052,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84594,'Yes',0,0,32054,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84595,'Yes',2,0,32054,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84596,'No',5,0,32054,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84597,'N/A',0,0,32054,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84598,'Other',20,0,32054,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84599,'Yes',0,0,32055,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84600,'No',4,0,32055,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84601,'N/A',0,0,32055,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84602,'Other',20,0,32055,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84603,'Yes',0,0,32057,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84604,'No',5,0,32057,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84605,'N/A',0,0,32057,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84606,'Other',20,0,32057,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84607,'Yes',0,0,32059,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84608,'No',4,0,32059,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84609,'N/A',0,0,32059,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84610,'Other',20,0,32059,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84611,'Yes',0,0,32061,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84612,'No',5,0,32061,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84613,'N/A',0,0,32061,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84614,'Other',20,0,32061,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84615,'Yes',0,0,32063,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84616,'No',5,0,32063,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84617,'N/A',0,0,32063,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84618,'Other',20,0,32063,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84619,'Yes',0,0,32065,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84620,'No',7,0,32065,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84621,'N/A',0,0,32065,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84622,'Other',20,0,32065,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84623,'Yes',2,0,32066,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84624,'No',6,0,32066,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84625,'No',0,0,32066,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84626,'N/A',0,0,32066,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84627,'Yes',0,0,32067,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84628,'No',6,0,32067,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84629,'NA',0,0,32067,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84630,'Other',20,0,32067,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84631,'Yes',0,0,32068,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84632,'No',4,0,32068,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84633,'No',7,0,32068,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84634,'N/A',0,0,32068,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84635,'Other',20,0,32068,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84636,'Yes',0,0,32069,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84637,'No',6,0,32069,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84638,'NA',0,0,32069,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84639,'Other',20,0,32069,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84640,'Yes',0,0,32070,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84641,'Yes',0,0,32070,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84642,'NA',0,0,32070,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84643,'Other',20,0,32070,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84644,'Yes',1,0,32071,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84645,'No',0,0,32071,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84646,'Other',20,0,32071,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84647,'Yes',0,0,32072,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84648,'No',9,0,32072,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84649,'NA',0,0,32072,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84650,'Other',20,0,32072,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84651,'Yes',0,0,32073,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84652,'No',7,0,32073,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84653,'NA',0,0,32073,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84654,'Other',20,0,32073,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84655,'Yes',0,0,32074,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84656,'No',6,0,32074,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84657,'NA',0,0,32074,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84658,'Other',20,0,32074,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84659,'Yes',0,0,32075,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84660,'No',8,0,32075,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84661,'NA',0,0,32075,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84662,'Other',20,0,32075,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84663,'Yes',3,0,32076,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84664,'Yes',4,0,32076,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84665,'Yes',5,0,32076,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84666,'Other',20,0,32076,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84667,'Yes',1,0,32077,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84668,'Yes',0,0,32077,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84669,'No',5,0,32077,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84670,'Other',20,0,32077,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84671,'Yes',0,0,32078,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84672,'No',5,0,32078,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84673,'NA',5,0,32078,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84674,'Other',20,0,32078,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(84675,'Yes',0,0,32079,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84676,'No',5,0,32079,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84677,'N/A',0,0,32079,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84678,'Other',20,0,32079,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84679,'Yes',0,0,32080,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84680,'No',5,0,32080,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84681,'Other',20,0,32080,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84682,'N/A',0,0,32080,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84683,'Yes',0,0,32081,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84684,'No',5,0,32081,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84685,'NA',0,0,32081,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84686,'Other',20,0,32081,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84687,'Yes',0,0,32082,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84688,'No',5,0,32082,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84689,'NA',0,0,32082,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84690,'Other',20,0,32082,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84691,'Yes',0,0,32083,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84692,'No',5,0,32083,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84693,'NA',0,0,32083,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84694,'Other',20,0,32083,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84695,'Yes',0,0,32084,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84696,'No',5,0,32084,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84697,'Other',20,0,32084,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84698,'N/A',0,0,32084,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84699,'Yes',0,0,32085,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84700,'Yes',0,0,32085,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84701,'No',5,0,32085,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84702,'N/A',0,0,32085,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84703,'Other',20,0,32085,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84704,'Director',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84705,'Owner Landlord',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84706,'Site Maitenance',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84707,'Estate Agent',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84708,'Letting Agent',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84709,'Other',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84710,'Director',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84711,'CEO',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84712,'Other',0,0,32093,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84713,'Nebosh',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84714,'Level 2 Fire Risk Assessor',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84715,'Competant Person',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84716,'Property Manager',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84717,'Construction Manager',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84718,'Fire Warden',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84719,'Director',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84720,'CEO',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84721,'N/A',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84722,'Other',0,0,32094,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84723,'Property Agent',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84724,'Owner Landlord',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84725,'Site Manager',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84726,'Property Manager',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84727,'Construction Manager',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84728,'Fire Warden',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84729,'Director',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84730,'CEO',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84731,'Other',0,0,32095,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84732,'A Property Within Building Block',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84733,'All Of The Property',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84734,'Communal Areas Only',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84735,'House',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84736,'Flat',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84737,'Other',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84738,'Director',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84739,'CEO',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84740,'Other',0,0,32096,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84741,'Detached',1,0,32102,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84742,'Semi Detached',2,0,32102,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84743,'Terraced',3,0,32102,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84744,'Linked-Detached',1,0,32102,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84745,'Other',20,0,32102,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84746,'House',1,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84747,'Bungalow',1,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84748,'Maisonette',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84749,'Block of Flats - Studios up to 6 Floor Levels',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84750,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84751,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84752,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84753,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84754,'Underground Property',1,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84755,'Factory/ Warehouse',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84756,'Garage/ Workshop',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84757,'Retail Shop',2,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84758,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84759,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84760,'Other',20,0,32103,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84761,'NA',0,0,32108,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84762,'Number of staircase',2,0,32108,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84763,'NA',0,0,32109,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84764,'Number os staircases',2,0,32109,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84765,'25%',1,0,32121,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84766,'50%',1,0,32121,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84767,'75%',1,0,32121,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84768,'100%',1,0,32121,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84769,'Other',20,0,32121,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84770,'Yes',1,0,32123,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84771,'No',3,0,32123,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84772,'Unknown',3,0,32123,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84773,'Stone',0,0,32123,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84774,'Other',20,0,32123,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84775,'Yes',1,0,32124,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84776,'No',5,0,32124,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84777,'Unknown',5,0,32124,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84778,'Stone',0,0,32124,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84779,'Other',20,0,32124,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84780,'Wood',2,0,32125,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84781,'Plastics',1,0,32125,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84782,'Aluminium',0,0,32125,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84783,'Stone',0,0,32125,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84784,'Other',20,0,32125,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84785,'0%',0,0,32127,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84786,'25%',1,0,32127,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84787,'50%',1,0,32127,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84788,'75%',1,0,32127,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84789,'100%',1,0,32127,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84790,'0%',0,0,32128,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84791,'25%',2,0,32128,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84792,'50%',2,0,32128,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84793,'75%',2,0,32128,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84794,'100%',2,0,32128,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84795,'0%',0,0,32129,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84796,'25%',1,0,32129,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84797,'50%',1,0,32129,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84798,'75%',1,0,32129,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84799,'100%',1,0,32129,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84800,'Solid concrete flooring on all levels',0,0,32130,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84801,'Timber joists on all levels',3,0,32130,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84802,'Concrete lowest floor – Timber above higher levels',3,0,32130,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84803,'Other',20,0,32130,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84804,'Yes',1,0,32133,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84805,'No',6,0,32133,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84806,'N/A',0,0,32133,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84807,'Yes',2,0,32135,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84808,'No',8,0,32135,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84809,'N/A',0,0,32135,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84810,'Yes',1,0,32137,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84811,'No',6,0,32137,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84812,'N/A',0,0,32137,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84813,'Yes',1,0,32139,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84814,'No',6,0,32139,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84815,'N/A',0,0,32139,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84816,'Yes',1,0,32141,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84817,'No',6,0,32141,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84818,'N/A',0,0,32141,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84819,'Yes',1,0,32145,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84820,'No',3,0,32145,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84821,'Yes',1,0,32147,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84822,'No',3,0,32147,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84823,'Yes',1,0,32149,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84824,'No',3,0,32149,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84825,'N/A',0,0,32149,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84826,'Very Good',0,0,32151,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84827,'Good',1,0,32151,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84828,'Fair',2,0,32151,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84829,'Poor',3,0,32151,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84830,'Very Poor',4,0,32151,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84831,'0%',5,0,32158,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84832,'1% - 25%',4,0,32158,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84833,'26% - 50%',3,0,32158,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84834,'51% - 75%',2,0,32158,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84835,'76% - 100%',1,0,32158,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84836,'0%',1,0,32159,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84837,'1% - 25%',1,0,32159,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84838,'26% - 50%',1,0,32159,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84839,'51% - 75%',1,0,32159,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84840,'76% - 100%',1,0,32159,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84841,'0%',1,0,32160,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84842,'1% - 25%',1,0,32160,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84843,'26% - 50%',1,0,32160,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84844,'51% - 75%',1,0,32160,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84845,'76% - 100%',1,0,32160,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84846,'0%',1,0,32162,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84847,'1% - 25%',1,0,32162,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84848,'26% - 50%',1,0,32162,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84849,'51% - 75%',1,0,32162,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84850,'76% - 100%',1,0,32162,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84851,'0%',1,0,32163,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84852,'1% - 25%',1,0,32163,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84853,'26% - 50%',1,0,32163,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84854,'51% - 75%',1,0,32163,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84855,'76% - 100%',1,0,32163,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84856,'0%',1,0,32164,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84857,'1% - 25%',1,0,32164,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84858,'26% - 50%',1,0,32164,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84859,'51% - 75%',1,0,32164,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84860,'76% - 100%',1,0,32164,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84861,'Fan Heaters',4,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84862,'Electric Heaters',4,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84863,'Gas Heater',5,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84864,'Other Boilers',2,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84865,'Electrical Equipment',3,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84866,'Electrical Leads',3,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84867,'Portable Equipment',3,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84868,'Portable Lighting',2,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84869,'Cooking Equipment',6,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84870,'Other',20,0,32165,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84871,'Wood/Paper/Cardboard etc',3,0,32167,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84872,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32167,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84873,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32167,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84874,'Waste Material Controlled -in locked wheely bin or store',2,0,32167,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84875,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32167,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84876,'Other',20,0,32167,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84877,'Employees',2,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84878,'Sub-Contractors',3,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84879,'Young Persons',4,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84880,'Visitors',4,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84881,'The General Public (Customers)',4,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84882,'Disabled or Special needs People less able to leave the premises quickly',7,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84883,'Occupants in Remote Areas',6,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84884,'Sleeping Occupants',7,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84885,'Neighbouring Premises',2,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84886,'Tenants / Owners',3,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84887,'Animals / Livestock',2,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84888,'Other',0,0,32170,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84889,'9:00 - 17:00',0,0,32173,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84890,'17:00 - 24:00',0,0,32173,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84891,'24:00 - 9:00',0,0,32173,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84892,'9:00 - 17:00',0,0,32174,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84893,'17:00 - 24:00',0,0,32174,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84894,'24:00 - 9:00',0,0,32174,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84895,'9:00 - 17:00',0,0,32175,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84896,'17:00 - 24:00',0,0,32175,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84897,'24:00 - 9:00',0,0,32175,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84898,'9:00 - 17:00',0,0,32176,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84899,'17:00 - 24:00',0,0,32176,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84900,'24:00 - 9:00',0,0,32176,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84901,'9:00 - 17:00',0,0,32177,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84902,'17:00 - 24:00',0,0,32177,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84903,'24:00 - 9:00',0,0,32177,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84904,'9:00 - 17:00',0,0,32178,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84905,'17:00 - 24:00',0,0,32178,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84906,'24:00 - 9:00',0,0,32178,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84907,'9:00 - 17:00',0,0,32179,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84908,'17:00 - 24:00',0,0,32179,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84909,'24:00 - 9:00',0,0,32179,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84910,'Below 20',1,0,32180,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84911,'20-49',2,0,32180,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84912,'50-99',2,0,32180,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84913,'100-499',3,0,32180,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84914,'500-999',4,0,32180,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84915,'1000',5,0,32180,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84916,'Single Stage Evacuation',0,0,32181,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84917,'Staged Evacuation',0,0,32181,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84918,'Simultaneous Evacuation',0,0,32181,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84919,'Phased Evacuation',0,0,32181,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84920,'Staff Alarm Only',0,0,32181,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84921,'Stay Put Policy',0,0,32181,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84922,'Yes. A responsible person has been nominated.',0,0,32182,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84923,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32182,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84924,'Other',20,0,32182,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84925,'N/A',0,0,32182,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84926,'Yes. A competent person is available to assist in fire safety measures.',0,0,32183,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84927,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32183,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84928,'Other',20,0,32183,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84929,'N/A',0,0,32183,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84930,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32184,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84931,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32184,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84932,'Other',20,0,32184,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84933,'N/A',0,0,32184,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84934,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32186,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84935,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32186,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84936,'Other',20,0,32186,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84937,'N/A',0,0,32186,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84938,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32188,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84939,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32188,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84940,'Other',20,0,32188,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84941,'N/A',0,0,32188,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84942,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32189,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84943,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32189,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84944,'Other',20,0,32189,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84945,'N/A',0,0,32189,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84946,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32190,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84947,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32190,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84948,'Other',20,0,32190,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84949,'N/A',0,0,32190,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84950,'Yes. The plan is readily available.',0,0,32192,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84951,'No. The plan is not available.',3,0,32192,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84952,'Other',20,0,32192,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84953,'N/A',0,0,32192,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84954,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32193,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84955,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32193,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84956,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32193,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84957,'Other',20,0,32193,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84958,'N/A',0,0,32193,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84959,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32194,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84960,'No. There are not suitable arrangements in place to prevent danger..',4,0,32194,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84961,'Other',20,0,32194,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84962,'N/A',0,0,32194,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84963,'Yes. The company has a full evacuation system in place.',0,0,32195,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84964,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32195,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84965,'Other',20,0,32195,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84966,'N/A',0,0,32195,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84967,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32196,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84968,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32196,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84969,'Other',20,0,32196,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84970,'N/A',0,0,32196,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84971,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32197,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84972,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32197,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84973,'Other',20,0,32197,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84974,'N/A',0,0,32197,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84975,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32198,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84976,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32198,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84977,'Other',20,0,32198,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84978,'N/A',0,0,32198,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84979,'Yes. They do consider other organisation within the building.',0,0,32199,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84980,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32199,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84981,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32199,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84982,'Other',20,0,32199,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84983,'N/A',0,0,32199,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84984,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32200,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84985,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32200,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84986,'Other',20,0,32200,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84987,'N/A',0,0,32200,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84988,'Yes, they are in good condition & positioned correctly.',0,0,32202,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84989,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,32202,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84990,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,32202,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84991,'Other',20,0,32202,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84992,'N/A',0,0,32202,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84993,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,32204,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84994,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,32204,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84995,'No. There is no fire risk logbook.',5,0,32204,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84996,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,32205,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84997,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,32205,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84998,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,32205,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(84999,'N/A',0,0,32205,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85000,'Other',20,0,32205,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85001,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,32207,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85002,'Yes. They are installed, and signs are displayed.',0,0,32207,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85003,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,32207,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85004,'N/A',0,0,32207,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85005,'Other',20,0,32207,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85006,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,32209,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85007,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,32209,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85008,'Other',20,0,32209,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85009,'N/A',0,0,32209,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85010,'Yes. There is suitable Emergency lighting in the building.',0,0,32210,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85011,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,32210,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85012,'Other',20,0,32210,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85013,'N/A',0,0,32210,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85014,'Yes. They are in good condition with no obstructions.',0,0,32211,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85015,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,32211,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85016,'Other',20,0,32211,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85017,'N/A',0,0,32211,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85018,'Yes. User checks are recorded into the fire risk logbook.',0,0,32213,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85019,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,32213,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85020,'Other',20,0,32213,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85021,'N/A',0,0,32213,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85022,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,32214,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85023,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,32214,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85024,'Other',20,0,32214,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85025,'N/A',0,0,32214,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(85026,'Yes',0,0,32216,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85027,'No',6,0,32216,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85028,'NA',0,0,32216,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85029,'Other',20,0,32216,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85030,'Yes',0,0,32217,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85031,'No',4,0,32217,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85032,'No',7,0,32217,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85033,'N/A',0,0,32217,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85034,'Other',20,0,32217,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85035,'Yes',0,0,32218,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85036,'No',6,0,32218,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85037,'NA',0,0,32218,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85038,'Other',20,0,32218,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85039,'Yes',0,0,32219,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85040,'Yes',0,0,32219,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85041,'NA',0,0,32219,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85042,'Other',20,0,32219,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85043,'Yes',1,0,32220,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85044,'No',0,0,32220,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85045,'Other',20,0,32220,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85046,'Yes',0,0,32221,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85047,'No',9,0,32221,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85048,'NA',0,0,32221,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85049,'Other',20,0,32221,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85050,'Yes',0,0,32222,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85051,'No',7,0,32222,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85052,'NA',0,0,32222,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85053,'Other',20,0,32222,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85054,'Yes',0,0,32223,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85055,'No',6,0,32223,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85056,'NA',0,0,32223,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85057,'Other',20,0,32223,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85058,'Yes',0,0,32224,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85059,'No',8,0,32224,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85060,'NA',0,0,32224,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85061,'Other',20,0,32224,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85062,'Yes',3,0,32225,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85063,'Yes',4,0,32225,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85064,'Yes',5,0,32225,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85065,'Other',20,0,32225,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85066,'Yes',1,0,32226,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85067,'Yes',0,0,32226,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85068,'No',5,0,32226,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85069,'Other',20,0,32226,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85070,'Yes',0,0,32227,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85071,'No',5,0,32227,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85072,'NA',5,0,32227,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85073,'Other',20,0,32227,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85074,'Yes',0,0,32228,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85075,'No',5,0,32228,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85076,'N/A',0,0,32228,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85077,'Other',20,0,32228,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85078,'Yes',0,0,32229,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85079,'No',5,0,32229,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85080,'Other',20,0,32229,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85081,'N/A',0,0,32229,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85082,'Yes',0,0,32230,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85083,'No',5,0,32230,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85084,'NA',0,0,32230,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85085,'Other',20,0,32230,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85086,'Yes',0,0,32231,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85087,'No',5,0,32231,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85088,'NA',0,0,32231,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85089,'Other',20,0,32231,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85090,'Yes',0,0,32232,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85091,'No',5,0,32232,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85092,'NA',0,0,32232,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85093,'Other',20,0,32232,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85094,'Yes',0,0,32233,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85095,'No',5,0,32233,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85096,'Other',20,0,32233,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85097,'N/A',0,0,32233,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85098,'Yes',0,0,32234,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85099,'Yes',0,0,32234,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85100,'No',5,0,32234,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85101,'N/A',0,0,32234,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85102,'Other',20,0,32234,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85103,'Director',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85104,'Owner Landlord',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85105,'Site Maitenance',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85106,'Estate Agent',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85107,'Letting Agent',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85108,'Other',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85109,'Director',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85110,'CEO',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85111,'Other',0,0,32242,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85112,'Nebosh',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85113,'Level 2 Fire Risk Assessor',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85114,'Competant Person',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85115,'Property Manager',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85116,'Construction Manager',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85117,'Fire Warden',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85118,'Director',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85119,'CEO',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85120,'N/A',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85121,'Other',0,0,32243,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85122,'Property Agent',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85123,'Owner Landlord',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85124,'Site Manager',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85125,'Property Manager',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85126,'Construction Manager',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85127,'Fire Warden',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85128,'Director',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85129,'CEO',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85130,'Other',0,0,32244,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85131,'A Property Within Building Block',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85132,'All Of The Property',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85133,'Communal Areas Only',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85134,'House',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85135,'Flat',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85136,'Other',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85137,'Director',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85138,'CEO',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85139,'Other',0,0,32245,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85140,'Detached',1,0,32251,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85141,'Semi Detached',2,0,32251,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85142,'Terraced',3,0,32251,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85143,'Linked-Detached',1,0,32251,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85144,'Other',20,0,32251,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85145,'House',1,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85146,'Bungalow',1,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85147,'Maisonette',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85148,'Block of Flats - Studios up to 6 Floor Levels',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85149,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85150,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85151,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85152,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85153,'Underground Property',1,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85154,'Factory/ Warehouse',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85155,'Garage/ Workshop',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85156,'Retail Shop',2,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85157,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85158,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85159,'Other',20,0,32252,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85160,'NA',0,0,32257,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85161,'Number of staircase',2,0,32257,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85162,'NA',0,0,32258,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85163,'Number os staircases',2,0,32258,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85164,'25%',1,0,32270,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85165,'50%',1,0,32270,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85166,'75%',1,0,32270,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85167,'100%',1,0,32270,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85168,'Other',20,0,32270,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85169,'Yes',1,0,32272,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85170,'No',3,0,32272,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85171,'Unknown',3,0,32272,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85172,'Stone',0,0,32272,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85173,'Other',20,0,32272,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85174,'Yes',1,0,32273,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85175,'No',5,0,32273,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85176,'Unknown',5,0,32273,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85177,'Stone',0,0,32273,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85178,'Other',20,0,32273,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85179,'Wood',2,0,32274,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85180,'Plastics',1,0,32274,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85181,'Aluminium',0,0,32274,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85182,'Stone',0,0,32274,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85183,'Other',20,0,32274,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85184,'0%',0,0,32276,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85185,'25%',1,0,32276,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85186,'50%',1,0,32276,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85187,'75%',1,0,32276,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85188,'100%',1,0,32276,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85189,'0%',0,0,32277,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85190,'25%',2,0,32277,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85191,'50%',2,0,32277,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85192,'75%',2,0,32277,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85193,'100%',2,0,32277,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85194,'0%',0,0,32278,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85195,'25%',1,0,32278,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85196,'50%',1,0,32278,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85197,'75%',1,0,32278,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85198,'100%',1,0,32278,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85199,'Solid concrete flooring on all levels',0,0,32279,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85200,'Timber joists on all levels',3,0,32279,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85201,'Concrete lowest floor – Timber above higher levels',3,0,32279,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85202,'Other',20,0,32279,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85203,'Yes',1,0,32282,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85204,'No',6,0,32282,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85205,'N/A',0,0,32282,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85206,'Yes',2,0,32284,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85207,'No',8,0,32284,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85208,'N/A',0,0,32284,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85209,'Yes',1,0,32286,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85210,'No',6,0,32286,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85211,'N/A',0,0,32286,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85212,'Yes',1,0,32288,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85213,'No',6,0,32288,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85214,'N/A',0,0,32288,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85215,'Yes',1,0,32290,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85216,'No',6,0,32290,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85217,'N/A',0,0,32290,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85218,'Yes',1,0,32294,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85219,'No',3,0,32294,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85220,'Yes',1,0,32296,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85221,'No',3,0,32296,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85222,'Yes',1,0,32298,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85223,'No',3,0,32298,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85224,'N/A',0,0,32298,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85225,'Very Good',0,0,32300,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85226,'Good',1,0,32300,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85227,'Fair',2,0,32300,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85228,'Poor',3,0,32300,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85229,'Very Poor',4,0,32300,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85230,'0%',5,0,32307,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85231,'1% - 25%',4,0,32307,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85232,'26% - 50%',3,0,32307,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85233,'51% - 75%',2,0,32307,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85234,'76% - 100%',1,0,32307,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85235,'0%',1,0,32308,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85236,'1% - 25%',1,0,32308,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85237,'26% - 50%',1,0,32308,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85238,'51% - 75%',1,0,32308,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85239,'76% - 100%',1,0,32308,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85240,'0%',1,0,32309,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85241,'1% - 25%',1,0,32309,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85242,'26% - 50%',1,0,32309,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85243,'51% - 75%',1,0,32309,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85244,'76% - 100%',1,0,32309,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85245,'0%',1,0,32311,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85246,'1% - 25%',1,0,32311,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85247,'26% - 50%',1,0,32311,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85248,'51% - 75%',1,0,32311,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85249,'76% - 100%',1,0,32311,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85250,'0%',1,0,32312,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85251,'1% - 25%',1,0,32312,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85252,'26% - 50%',1,0,32312,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85253,'51% - 75%',1,0,32312,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85254,'76% - 100%',1,0,32312,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85255,'0%',1,0,32313,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85256,'1% - 25%',1,0,32313,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85257,'26% - 50%',1,0,32313,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85258,'51% - 75%',1,0,32313,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85259,'76% - 100%',1,0,32313,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85260,'Fan Heaters',4,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85261,'Electric Heaters',4,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85262,'Gas Heater',5,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85263,'Other Boilers',2,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85264,'Electrical Equipment',3,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85265,'Electrical Leads',3,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85266,'Portable Equipment',3,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85267,'Portable Lighting',2,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85268,'Cooking Equipment',6,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85269,'Other',20,0,32314,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85270,'Wood/Paper/Cardboard etc',3,0,32316,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85271,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32316,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85272,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32316,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85273,'Waste Material Controlled -in locked wheely bin or store',2,0,32316,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85274,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32316,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85275,'Other',20,0,32316,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85276,'Employees',2,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85277,'Sub-Contractors',3,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85278,'Young Persons',4,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85279,'Visitors',4,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85280,'The General Public (Customers)',4,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85281,'Disabled or Special needs People less able to leave the premises quickly',7,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85282,'Occupants in Remote Areas',6,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85283,'Sleeping Occupants',7,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85284,'Neighbouring Premises',2,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85285,'Tenants / Owners',3,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85286,'Animals / Livestock',2,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85287,'Other',0,0,32319,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85288,'9:00 - 17:00',0,0,32322,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85289,'17:00 - 24:00',0,0,32322,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85290,'24:00 - 9:00',0,0,32322,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85291,'9:00 - 17:00',0,0,32323,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85292,'17:00 - 24:00',0,0,32323,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85293,'24:00 - 9:00',0,0,32323,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85294,'9:00 - 17:00',0,0,32324,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85295,'17:00 - 24:00',0,0,32324,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85296,'24:00 - 9:00',0,0,32324,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85297,'9:00 - 17:00',0,0,32325,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85298,'17:00 - 24:00',0,0,32325,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85299,'24:00 - 9:00',0,0,32325,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85300,'9:00 - 17:00',0,0,32326,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85301,'17:00 - 24:00',0,0,32326,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85302,'24:00 - 9:00',0,0,32326,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85303,'9:00 - 17:00',0,0,32327,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85304,'17:00 - 24:00',0,0,32327,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85305,'24:00 - 9:00',0,0,32327,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85306,'9:00 - 17:00',0,0,32328,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85307,'17:00 - 24:00',0,0,32328,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85308,'24:00 - 9:00',0,0,32328,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85309,'Below 20',1,0,32329,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85310,'20-49',2,0,32329,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85311,'50-99',2,0,32329,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85312,'100-499',3,0,32329,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85313,'500-999',4,0,32329,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85314,'1000',5,0,32329,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85315,'Single Stage Evacuation',0,0,32330,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85316,'Staged Evacuation',0,0,32330,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85317,'Simultaneous Evacuation',0,0,32330,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85318,'Phased Evacuation',0,0,32330,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85319,'Staff Alarm Only',0,0,32330,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85320,'Stay Put Policy',0,0,32330,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85321,'Yes. A responsible person has been nominated.',0,0,32331,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85322,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32331,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85323,'Other',20,0,32331,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85324,'N/A',0,0,32331,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85325,'Yes. A competent person is available to assist in fire safety measures.',0,0,32332,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85326,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32332,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85327,'Other',20,0,32332,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85328,'N/A',0,0,32332,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85329,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32333,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85330,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32333,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85331,'Other',20,0,32333,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85332,'N/A',0,0,32333,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85333,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32335,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85334,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32335,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85335,'Other',20,0,32335,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85336,'N/A',0,0,32335,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85337,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32337,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85338,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32337,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85339,'Other',20,0,32337,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85340,'N/A',0,0,32337,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85341,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32338,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85342,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32338,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85343,'Other',20,0,32338,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85344,'N/A',0,0,32338,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85345,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32339,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85346,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32339,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85347,'Other',20,0,32339,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85348,'N/A',0,0,32339,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85349,'Yes. The plan is readily available.',0,0,32341,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85350,'No. The plan is not available.',3,0,32341,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85351,'Other',20,0,32341,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85352,'N/A',0,0,32341,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85353,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32342,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85354,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32342,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85355,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32342,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85356,'Other',20,0,32342,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85357,'N/A',0,0,32342,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85358,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32343,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85359,'No. There are not suitable arrangements in place to prevent danger..',4,0,32343,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85360,'Other',20,0,32343,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85361,'N/A',0,0,32343,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85362,'Yes. The company has a full evacuation system in place.',0,0,32344,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85363,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32344,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85364,'Other',20,0,32344,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85365,'N/A',0,0,32344,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85366,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32345,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85367,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32345,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85368,'Other',20,0,32345,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85369,'N/A',0,0,32345,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85370,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32346,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85371,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32346,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85372,'Other',20,0,32346,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85373,'N/A',0,0,32346,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85374,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32347,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85375,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32347,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85376,'Other',20,0,32347,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85377,'N/A',0,0,32347,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85378,'Yes. They do consider other organisation within the building.',0,0,32348,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85379,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32348,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85380,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32348,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85381,'Other',20,0,32348,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85382,'N/A',0,0,32348,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85383,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32349,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85384,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32349,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85385,'Other',20,0,32349,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85386,'N/A',0,0,32349,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85387,'Yes, they are in good condition & positioned correctly.',0,0,32351,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85388,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,32351,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85389,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,32351,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85390,'Other',20,0,32351,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85391,'N/A',0,0,32351,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85392,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,32353,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85393,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,32353,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85394,'No. There is no fire risk logbook.',5,0,32353,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85395,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,32354,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85396,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,32354,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85397,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,32354,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85398,'N/A',0,0,32354,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85399,'Other',20,0,32354,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85400,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,32356,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85401,'Yes. They are installed, and signs are displayed.',0,0,32356,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85402,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,32356,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85403,'N/A',0,0,32356,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85404,'Other',20,0,32356,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85405,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,32358,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85406,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,32358,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85407,'Other',20,0,32358,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85408,'N/A',0,0,32358,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85409,'Yes. There is suitable Emergency lighting in the building.',0,0,32359,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85410,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,32359,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85411,'Other',20,0,32359,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85412,'N/A',0,0,32359,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85413,'Yes. They are in good condition with no obstructions.',0,0,32360,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85414,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,32360,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85415,'Other',20,0,32360,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85416,'N/A',0,0,32360,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85417,'Yes. User checks are recorded into the fire risk logbook.',0,0,32362,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85418,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,32362,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85419,'Other',20,0,32362,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85420,'N/A',0,0,32362,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85421,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,32363,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85422,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,32363,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85423,'Other',20,0,32363,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85424,'N/A',0,0,32363,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85425,'Yes. There is a certificate within the last 6 months.',0,0,32366,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85426,'The certificate was issued within the last 12 months.',2,0,32366,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85427,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,32366,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85428,'N/A',0,0,32366,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85429,'Other',20,0,32366,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85430,'Yes. Certification within 6 months',0,0,32368,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85431,'Yes. Certification within 12 months',2,0,32368,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85432,'No certification. (Recommend testing by fire safety specialist)',5,0,32368,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85433,'N/A',0,0,32368,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85434,'Other',20,0,32368,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85435,'Yes. Service and test certification is within 12 months',0,0,32369,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85436,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,32369,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85437,'N/A',0,0,32369,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85438,'Other',20,0,32369,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85439,'Yes. The EICR test certification is complete within last 5 years',0,0,32371,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85440,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,32371,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85441,'N/A',0,0,32371,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85442,'Other',20,0,32371,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85443,'Yes',0,0,32373,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85444,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,32373,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85445,'N/A',0,0,32373,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85446,'Other',20,0,32373,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85447,'Yes',0,0,32375,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85448,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,32375,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85449,'N/A',0,0,32375,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85450,'Other',20,0,32375,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85451,'Yes',0,0,32377,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85452,'No. There are hot working areas but no fire blankets are present.',5,0,32377,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85453,'N/A',0,0,32377,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85454,'Other',20,0,32377,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85455,'Yes. They are provided and ready to use located in a communal area.',0,0,32379,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85456,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,32379,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85457,'N/A',0,0,32379,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85458,'Other',20,0,32379,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85459,'Yes',2,0,32380,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85460,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,32380,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85461,'The property does not have a gas connection.',0,0,32380,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85462,'N/A',0,0,32380,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(85463,'Yes',0,0,32381,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85464,'No',6,0,32381,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85465,'NA',0,0,32381,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85466,'Other',20,0,32381,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85467,'Yes',0,0,32382,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85468,'No',4,0,32382,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85469,'No',7,0,32382,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85470,'N/A',0,0,32382,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85471,'Other',20,0,32382,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85472,'Yes',0,0,32383,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85473,'No',6,0,32383,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85474,'NA',0,0,32383,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85475,'Other',20,0,32383,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85476,'Yes',0,0,32384,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85477,'Yes',0,0,32384,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85478,'NA',0,0,32384,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85479,'Other',20,0,32384,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85480,'Yes',1,0,32385,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85481,'No',0,0,32385,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85482,'Other',20,0,32385,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85483,'Yes',0,0,32386,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85484,'No',9,0,32386,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85485,'NA',0,0,32386,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85486,'Other',20,0,32386,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85487,'Yes',0,0,32387,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85488,'No',7,0,32387,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85489,'NA',0,0,32387,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85490,'Other',20,0,32387,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85491,'Yes',0,0,32388,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85492,'No',6,0,32388,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85493,'NA',0,0,32388,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85494,'Other',20,0,32388,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85495,'Yes',0,0,32389,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85496,'No',8,0,32389,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85497,'NA',0,0,32389,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85498,'Other',20,0,32389,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85499,'Yes',3,0,32390,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85500,'Yes',4,0,32390,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85501,'Yes',5,0,32390,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85502,'Other',20,0,32390,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85503,'Yes',1,0,32391,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85504,'Yes',0,0,32391,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85505,'No',5,0,32391,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85506,'Other',20,0,32391,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85507,'Yes',0,0,32392,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85508,'No',5,0,32392,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85509,'NA',5,0,32392,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85510,'Other',20,0,32392,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85511,'Yes',0,0,32393,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85512,'No',5,0,32393,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85513,'N/A',0,0,32393,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85514,'Other',20,0,32393,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85515,'Yes',0,0,32394,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85516,'No',5,0,32394,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85517,'Other',20,0,32394,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85518,'N/A',0,0,32394,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85519,'Yes',0,0,32395,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85520,'No',5,0,32395,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85521,'NA',0,0,32395,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85522,'Other',20,0,32395,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85523,'Yes',0,0,32396,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85524,'No',5,0,32396,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85525,'NA',0,0,32396,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85526,'Other',20,0,32396,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85527,'Yes',0,0,32397,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85528,'No',5,0,32397,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85529,'NA',0,0,32397,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85530,'Other',20,0,32397,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85531,'Yes',0,0,32398,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85532,'No',5,0,32398,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85533,'Other',20,0,32398,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85534,'N/A',0,0,32398,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85535,'Yes',0,0,32399,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85536,'Yes',0,0,32399,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85537,'No',5,0,32399,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85538,'N/A',0,0,32399,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85539,'Other',20,0,32399,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85540,'Director',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85541,'Owner Landlord',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85542,'Site Maitenance',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85543,'Estate Agent',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85544,'Letting Agent',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85545,'Other',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85546,'Director',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85547,'CEO',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85548,'Other',0,0,32407,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85549,'Nebosh',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85550,'Level 2 Fire Risk Assessor',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85551,'Competant Person',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85552,'Property Manager',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85553,'Construction Manager',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85554,'Fire Warden',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85555,'Director',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85556,'CEO',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85557,'N/A',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85558,'Other',0,0,32408,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85559,'Property Agent',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85560,'Owner Landlord',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85561,'Site Manager',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85562,'Property Manager',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85563,'Construction Manager',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85564,'Fire Warden',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85565,'Director',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85566,'CEO',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85567,'Other',0,0,32409,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85568,'A Property Within Building Block',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85569,'All Of The Property',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85570,'Communal Areas Only',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85571,'House',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85572,'Flat',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85573,'Other',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85574,'Director',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85575,'CEO',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85576,'Other',0,0,32410,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85577,'Detached',1,0,32416,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85578,'Semi Detached',2,0,32416,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85579,'Terraced',3,0,32416,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85580,'Linked-Detached',1,0,32416,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85581,'Other',20,0,32416,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85582,'House',1,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85583,'Bungalow',1,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85584,'Maisonette',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85585,'Block of Flats - Studios up to 6 Floor Levels',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85586,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85587,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85588,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85589,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85590,'Underground Property',1,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85591,'Factory/ Warehouse',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85592,'Garage/ Workshop',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85593,'Retail Shop',2,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85594,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85595,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85596,'Other',20,0,32417,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85597,'NA',0,0,32422,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85598,'Number of staircase',2,0,32422,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85599,'NA',0,0,32423,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85600,'Number os staircases',2,0,32423,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85601,'25%',1,0,32435,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85602,'50%',1,0,32435,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85603,'75%',1,0,32435,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85604,'100%',1,0,32435,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85605,'Other',20,0,32435,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85606,'Yes',1,0,32437,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85607,'No',3,0,32437,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85608,'Unknown',3,0,32437,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85609,'Stone',0,0,32437,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85610,'Other',20,0,32437,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85611,'Yes',1,0,32438,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85612,'No',5,0,32438,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85613,'Unknown',5,0,32438,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85614,'Stone',0,0,32438,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85615,'Other',20,0,32438,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85616,'Wood',2,0,32439,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85617,'Plastics',1,0,32439,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85618,'Aluminium',0,0,32439,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85619,'Stone',0,0,32439,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85620,'Other',20,0,32439,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85621,'0%',0,0,32441,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85622,'25%',1,0,32441,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85623,'50%',1,0,32441,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85624,'75%',1,0,32441,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85625,'100%',1,0,32441,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85626,'0%',0,0,32442,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85627,'25%',2,0,32442,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85628,'50%',2,0,32442,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85629,'75%',2,0,32442,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85630,'100%',2,0,32442,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85631,'0%',0,0,32443,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85632,'25%',1,0,32443,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85633,'50%',1,0,32443,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85634,'75%',1,0,32443,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85635,'100%',1,0,32443,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85636,'Solid concrete flooring on all levels',0,0,32444,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85637,'Timber joists on all levels',3,0,32444,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85638,'Concrete lowest floor – Timber above higher levels',3,0,32444,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85639,'Other',20,0,32444,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85640,'Yes',1,0,32447,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85641,'No',6,0,32447,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85642,'N/A',0,0,32447,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85643,'Yes',2,0,32449,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85644,'No',8,0,32449,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85645,'N/A',0,0,32449,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85646,'Yes',1,0,32451,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85647,'No',6,0,32451,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85648,'N/A',0,0,32451,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85649,'Yes',1,0,32453,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85650,'No',6,0,32453,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85651,'N/A',0,0,32453,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85652,'Yes',1,0,32455,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85653,'No',6,0,32455,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85654,'N/A',0,0,32455,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85655,'Yes',1,0,32459,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85656,'No',3,0,32459,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85657,'Yes',1,0,32461,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85658,'No',3,0,32461,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85659,'Yes',1,0,32463,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85660,'No',3,0,32463,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85661,'N/A',0,0,32463,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85662,'Very Good',0,0,32465,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85663,'Good',1,0,32465,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85664,'Fair',2,0,32465,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85665,'Poor',3,0,32465,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85666,'Very Poor',4,0,32465,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85667,'0%',5,0,32472,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85668,'1% - 25%',4,0,32472,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85669,'26% - 50%',3,0,32472,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85670,'51% - 75%',2,0,32472,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85671,'76% - 100%',1,0,32472,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85672,'0%',1,0,32473,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85673,'1% - 25%',1,0,32473,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85674,'26% - 50%',1,0,32473,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85675,'51% - 75%',1,0,32473,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85676,'76% - 100%',1,0,32473,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85677,'0%',1,0,32474,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85678,'1% - 25%',1,0,32474,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85679,'26% - 50%',1,0,32474,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85680,'51% - 75%',1,0,32474,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85681,'76% - 100%',1,0,32474,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85682,'0%',1,0,32476,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85683,'1% - 25%',1,0,32476,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85684,'26% - 50%',1,0,32476,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85685,'51% - 75%',1,0,32476,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85686,'76% - 100%',1,0,32476,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85687,'0%',1,0,32477,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85688,'1% - 25%',1,0,32477,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85689,'26% - 50%',1,0,32477,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85690,'51% - 75%',1,0,32477,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85691,'76% - 100%',1,0,32477,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85692,'0%',1,0,32478,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85693,'1% - 25%',1,0,32478,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85694,'26% - 50%',1,0,32478,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85695,'51% - 75%',1,0,32478,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85696,'76% - 100%',1,0,32478,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85697,'Fan Heaters',4,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85698,'Electric Heaters',4,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85699,'Gas Heater',5,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85700,'Other Boilers',2,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85701,'Electrical Equipment',3,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85702,'Electrical Leads',3,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85703,'Portable Equipment',3,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85704,'Portable Lighting',2,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85705,'Cooking Equipment',6,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85706,'Other',20,0,32479,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85707,'Wood/Paper/Cardboard etc',3,0,32481,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85708,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32481,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85709,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32481,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85710,'Waste Material Controlled -in locked wheely bin or store',2,0,32481,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85711,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32481,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85712,'Other',20,0,32481,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85713,'Employees',2,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85714,'Sub-Contractors',3,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85715,'Young Persons',4,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85716,'Visitors',4,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85717,'The General Public (Customers)',4,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85718,'Disabled or Special needs People less able to leave the premises quickly',7,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85719,'Occupants in Remote Areas',6,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85720,'Sleeping Occupants',7,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85721,'Neighbouring Premises',2,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85722,'Tenants / Owners',3,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85723,'Animals / Livestock',2,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85724,'Other',0,0,32484,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85725,'9:00 - 17:00',0,0,32487,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85726,'17:00 - 24:00',0,0,32487,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85727,'24:00 - 9:00',0,0,32487,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85728,'9:00 - 17:00',0,0,32488,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85729,'17:00 - 24:00',0,0,32488,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85730,'24:00 - 9:00',0,0,32488,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85731,'9:00 - 17:00',0,0,32489,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85732,'17:00 - 24:00',0,0,32489,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85733,'24:00 - 9:00',0,0,32489,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85734,'9:00 - 17:00',0,0,32490,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85735,'17:00 - 24:00',0,0,32490,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85736,'24:00 - 9:00',0,0,32490,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85737,'9:00 - 17:00',0,0,32491,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85738,'17:00 - 24:00',0,0,32491,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85739,'24:00 - 9:00',0,0,32491,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85740,'9:00 - 17:00',0,0,32492,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85741,'17:00 - 24:00',0,0,32492,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85742,'24:00 - 9:00',0,0,32492,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85743,'9:00 - 17:00',0,0,32493,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85744,'17:00 - 24:00',0,0,32493,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85745,'24:00 - 9:00',0,0,32493,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85746,'Below 20',1,0,32494,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85747,'20-49',2,0,32494,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85748,'50-99',2,0,32494,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85749,'100-499',3,0,32494,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85750,'500-999',4,0,32494,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85751,'1000',5,0,32494,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85752,'Single Stage Evacuation',0,0,32495,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85753,'Staged Evacuation',0,0,32495,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85754,'Simultaneous Evacuation',0,0,32495,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85755,'Phased Evacuation',0,0,32495,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85756,'Staff Alarm Only',0,0,32495,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85757,'Stay Put Policy',0,0,32495,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85758,'Yes. A responsible person has been nominated.',0,0,32496,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85759,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32496,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85760,'Other',20,0,32496,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85761,'N/A',0,0,32496,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85762,'Yes. A competent person is available to assist in fire safety measures.',0,0,32497,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85763,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32497,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85764,'Other',20,0,32497,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85765,'N/A',0,0,32497,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85766,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32498,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85767,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32498,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85768,'Other',20,0,32498,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85769,'N/A',0,0,32498,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85770,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32500,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85771,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32500,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85772,'Other',20,0,32500,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85773,'N/A',0,0,32500,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85774,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32502,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85775,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32502,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85776,'Other',20,0,32502,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85777,'N/A',0,0,32502,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85778,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32503,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85779,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32503,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85780,'Other',20,0,32503,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85781,'N/A',0,0,32503,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85782,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32504,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85783,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32504,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85784,'Other',20,0,32504,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85785,'N/A',0,0,32504,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85786,'Yes. The plan is readily available.',0,0,32506,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85787,'No. The plan is not available.',3,0,32506,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85788,'Other',20,0,32506,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85789,'N/A',0,0,32506,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85790,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32507,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85791,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32507,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85792,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32507,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85793,'Other',20,0,32507,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85794,'N/A',0,0,32507,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85795,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32508,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85796,'No. There are not suitable arrangements in place to prevent danger..',4,0,32508,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85797,'Other',20,0,32508,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85798,'N/A',0,0,32508,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85799,'Yes. The company has a full evacuation system in place.',0,0,32509,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85800,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32509,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85801,'Other',20,0,32509,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85802,'N/A',0,0,32509,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85803,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32510,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85804,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32510,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85805,'Other',20,0,32510,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85806,'N/A',0,0,32510,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85807,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32511,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85808,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32511,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85809,'Other',20,0,32511,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85810,'N/A',0,0,32511,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85811,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32512,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85812,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32512,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85813,'Other',20,0,32512,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85814,'N/A',0,0,32512,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85815,'Yes. They do consider other organisation within the building.',0,0,32513,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85816,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32513,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85817,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32513,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85818,'Other',20,0,32513,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85819,'N/A',0,0,32513,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85820,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32514,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85821,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32514,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85822,'Other',20,0,32514,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85823,'N/A',0,0,32514,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85824,'Yes, they are in good condition & positioned correctly.',0,0,32516,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85825,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,32516,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85826,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,32516,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85827,'Other',20,0,32516,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85828,'N/A',0,0,32516,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85829,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,32518,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85830,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,32518,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85831,'No. There is no fire risk logbook.',5,0,32518,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85832,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,32519,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85833,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,32519,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85834,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,32519,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85835,'N/A',0,0,32519,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85836,'Other',20,0,32519,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85837,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,32521,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85838,'Yes. They are installed, and signs are displayed.',0,0,32521,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85839,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,32521,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85840,'N/A',0,0,32521,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85841,'Other',20,0,32521,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85842,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,32523,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85843,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,32523,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85844,'Other',20,0,32523,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85845,'N/A',0,0,32523,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85846,'Yes. There is suitable Emergency lighting in the building.',0,0,32524,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85847,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,32524,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85848,'Other',20,0,32524,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85849,'N/A',0,0,32524,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85850,'Yes. They are in good condition with no obstructions.',0,0,32525,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85851,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,32525,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85852,'Other',20,0,32525,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85853,'N/A',0,0,32525,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85854,'Yes. User checks are recorded into the fire risk logbook.',0,0,32527,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85855,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,32527,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85856,'Other',20,0,32527,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85857,'N/A',0,0,32527,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85858,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,32528,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85859,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,32528,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85860,'Other',20,0,32528,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85861,'N/A',0,0,32528,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85862,'Yes. There is a certificate within the last 6 months.',0,0,32531,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85863,'The certificate was issued within the last 12 months.',2,0,32531,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85864,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,32531,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85865,'N/A',0,0,32531,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85866,'Other',20,0,32531,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85867,'Yes. Certification within 6 months',0,0,32533,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85868,'Yes. Certification within 12 months',2,0,32533,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85869,'No certification. (Recommend testing by fire safety specialist)',5,0,32533,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85870,'N/A',0,0,32533,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85871,'Other',20,0,32533,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85872,'Yes. Service and test certification is within 12 months',0,0,32534,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85873,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,32534,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85874,'N/A',0,0,32534,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85875,'Other',20,0,32534,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85876,'Yes. The EICR test certification is complete within last 5 years',0,0,32536,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85877,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,32536,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85878,'N/A',0,0,32536,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85879,'Other',20,0,32536,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85880,'Yes',0,0,32538,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85881,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,32538,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85882,'N/A',0,0,32538,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85883,'Other',20,0,32538,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85884,'Yes',0,0,32540,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85885,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,32540,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85886,'N/A',0,0,32540,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85887,'Other',20,0,32540,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85888,'Yes',0,0,32542,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85889,'No. There are hot working areas but no fire blankets are present.',5,0,32542,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85890,'N/A',0,0,32542,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85891,'Other',20,0,32542,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85892,'Yes. They are provided and ready to use located in a communal area.',0,0,32544,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85893,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,32544,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85894,'N/A',0,0,32544,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85895,'Other',20,0,32544,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85896,'Yes',2,0,32545,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85897,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,32545,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85898,'The property does not have a gas connection.',0,0,32545,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85899,'N/A',0,0,32545,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(85900,'Yes',1,0,32546,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85901,'Yes',0,0,32546,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85902,'No',5,0,32546,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85903,'Other',20,0,32546,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85904,'Yes',0,0,32547,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85905,'No',5,0,32547,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85906,'NA',5,0,32547,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85907,'Other',20,0,32547,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85908,'Yes',0,0,32548,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85909,'No',5,0,32548,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85910,'N/A',0,0,32548,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85911,'Other',20,0,32548,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85912,'Yes',0,0,32549,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85913,'No',5,0,32549,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85914,'Other',20,0,32549,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85915,'N/A',0,0,32549,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85916,'Yes',0,0,32550,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85917,'No',5,0,32550,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85918,'NA',0,0,32550,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85919,'Other',20,0,32550,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85920,'Yes',0,0,32551,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85921,'No',5,0,32551,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85922,'NA',0,0,32551,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85923,'Other',20,0,32551,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85924,'Yes',0,0,32552,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85925,'No',5,0,32552,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85926,'NA',0,0,32552,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85927,'Other',20,0,32552,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85928,'Yes',0,0,32553,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85929,'No',5,0,32553,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85930,'Other',20,0,32553,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85931,'N/A',0,0,32553,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85932,'Yes',0,0,32554,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85933,'Yes',0,0,32554,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85934,'No',5,0,32554,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85935,'N/A',0,0,32554,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85936,'Other',20,0,32554,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85937,'Director',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85938,'Owner Landlord',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85939,'Site Maitenance',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85940,'Estate Agent',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85941,'Letting Agent',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85942,'Other',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85943,'Director',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85944,'CEO',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85945,'Other',0,0,32562,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85946,'Nebosh',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85947,'Level 2 Fire Risk Assessor',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85948,'Competant Person',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85949,'Property Manager',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85950,'Construction Manager',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85951,'Fire Warden',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85952,'Director',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85953,'CEO',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85954,'N/A',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85955,'Other',0,0,32563,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85956,'Property Agent',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85957,'Owner Landlord',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85958,'Site Manager',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85959,'Property Manager',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85960,'Construction Manager',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85961,'Fire Warden',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85962,'Director',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85963,'CEO',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85964,'Other',0,0,32564,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85965,'A Property Within Building Block',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85966,'All Of The Property',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85967,'Communal Areas Only',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85968,'House',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85969,'Flat',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85970,'Other',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85971,'Director',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85972,'CEO',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85973,'Other',0,0,32565,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85974,'Detached',1,0,32571,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85975,'Semi Detached',2,0,32571,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85976,'Terraced',3,0,32571,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85977,'Linked-Detached',1,0,32571,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85978,'Other',20,0,32571,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85979,'House',1,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85980,'Bungalow',1,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85981,'Maisonette',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85982,'Block of Flats - Studios up to 6 Floor Levels',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85983,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85984,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85985,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85986,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85987,'Underground Property',1,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85988,'Factory/ Warehouse',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85989,'Garage/ Workshop',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85990,'Retail Shop',2,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85991,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85992,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85993,'Other',20,0,32572,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85994,'NA',0,0,32577,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85995,'Number of staircase',2,0,32577,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85996,'NA',0,0,32578,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85997,'Number os staircases',2,0,32578,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85998,'25%',1,0,32590,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(85999,'50%',1,0,32590,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86000,'75%',1,0,32590,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86001,'100%',1,0,32590,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86002,'Other',20,0,32590,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86003,'Yes',1,0,32592,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86004,'No',3,0,32592,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86005,'Unknown',3,0,32592,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86006,'Stone',0,0,32592,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86007,'Other',20,0,32592,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86008,'Yes',1,0,32593,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86009,'No',5,0,32593,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86010,'Unknown',5,0,32593,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86011,'Stone',0,0,32593,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86012,'Other',20,0,32593,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86013,'Wood',2,0,32594,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86014,'Plastics',1,0,32594,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86015,'Aluminium',0,0,32594,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86016,'Stone',0,0,32594,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86017,'Other',20,0,32594,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86018,'0%',0,0,32596,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86019,'25%',1,0,32596,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86020,'50%',1,0,32596,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86021,'75%',1,0,32596,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86022,'100%',1,0,32596,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86023,'0%',0,0,32597,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86024,'25%',2,0,32597,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86025,'50%',2,0,32597,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86026,'75%',2,0,32597,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86027,'100%',2,0,32597,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86028,'0%',0,0,32598,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86029,'25%',1,0,32598,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86030,'50%',1,0,32598,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86031,'75%',1,0,32598,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86032,'100%',1,0,32598,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86033,'Solid concrete flooring on all levels',0,0,32599,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86034,'Timber joists on all levels',3,0,32599,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86035,'Concrete lowest floor – Timber above higher levels',3,0,32599,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86036,'Other',20,0,32599,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86037,'Yes',1,0,32602,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86038,'No',6,0,32602,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86039,'N/A',0,0,32602,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86040,'Yes',2,0,32604,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86041,'No',8,0,32604,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86042,'N/A',0,0,32604,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86043,'Yes',1,0,32606,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86044,'No',6,0,32606,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86045,'N/A',0,0,32606,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86046,'Yes',1,0,32608,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86047,'No',6,0,32608,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86048,'N/A',0,0,32608,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86049,'Yes',1,0,32610,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86050,'No',6,0,32610,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86051,'N/A',0,0,32610,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86052,'Yes',1,0,32614,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86053,'No',3,0,32614,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86054,'Yes',1,0,32616,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86055,'No',3,0,32616,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86056,'Yes',1,0,32618,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86057,'No',3,0,32618,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86058,'N/A',0,0,32618,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86059,'Very Good',0,0,32620,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86060,'Good',1,0,32620,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86061,'Fair',2,0,32620,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86062,'Poor',3,0,32620,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86063,'Very Poor',4,0,32620,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86064,'0%',5,0,32627,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86065,'1% - 25%',4,0,32627,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86066,'26% - 50%',3,0,32627,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86067,'51% - 75%',2,0,32627,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86068,'76% - 100%',1,0,32627,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86069,'0%',1,0,32628,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86070,'1% - 25%',1,0,32628,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86071,'26% - 50%',1,0,32628,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86072,'51% - 75%',1,0,32628,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86073,'76% - 100%',1,0,32628,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86074,'0%',1,0,32629,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86075,'1% - 25%',1,0,32629,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86076,'26% - 50%',1,0,32629,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86077,'51% - 75%',1,0,32629,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86078,'76% - 100%',1,0,32629,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86079,'0%',1,0,32631,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86080,'1% - 25%',1,0,32631,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86081,'26% - 50%',1,0,32631,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86082,'51% - 75%',1,0,32631,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86083,'76% - 100%',1,0,32631,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86084,'0%',1,0,32632,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86085,'1% - 25%',1,0,32632,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86086,'26% - 50%',1,0,32632,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(86087,'51% - 75%',1,0,32632,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86088,'76% - 100%',1,0,32632,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86089,'0%',1,0,32633,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86090,'1% - 25%',1,0,32633,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86091,'26% - 50%',1,0,32633,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86092,'51% - 75%',1,0,32633,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86093,'76% - 100%',1,0,32633,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86094,'Fan Heaters',4,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86095,'Electric Heaters',4,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86096,'Gas Heater',5,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86097,'Other Boilers',2,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86098,'Electrical Equipment',3,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86099,'Electrical Leads',3,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86100,'Portable Equipment',3,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86101,'Portable Lighting',2,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86102,'Cooking Equipment',6,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86103,'Other',20,0,32634,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86104,'Wood/Paper/Cardboard etc',3,0,32636,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86105,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32636,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86106,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32636,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86107,'Waste Material Controlled -in locked wheely bin or store',2,0,32636,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86108,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32636,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86109,'Other',20,0,32636,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86110,'Employees',2,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86111,'Sub-Contractors',3,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86112,'Young Persons',4,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86113,'Visitors',4,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86114,'The General Public (Customers)',4,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86115,'Disabled or Special needs People less able to leave the premises quickly',7,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86116,'Occupants in Remote Areas',6,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86117,'Sleeping Occupants',7,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86118,'Neighbouring Premises',2,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86119,'Tenants / Owners',3,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86120,'Animals / Livestock',2,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86121,'Other',0,0,32639,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86122,'9:00 - 17:00',0,0,32642,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86123,'17:00 - 24:00',0,0,32642,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86124,'24:00 - 9:00',0,0,32642,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86125,'9:00 - 17:00',0,0,32643,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86126,'17:00 - 24:00',0,0,32643,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86127,'24:00 - 9:00',0,0,32643,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86128,'9:00 - 17:00',0,0,32644,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86129,'17:00 - 24:00',0,0,32644,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86130,'24:00 - 9:00',0,0,32644,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86131,'9:00 - 17:00',0,0,32645,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86132,'17:00 - 24:00',0,0,32645,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86133,'24:00 - 9:00',0,0,32645,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86134,'9:00 - 17:00',0,0,32646,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86135,'17:00 - 24:00',0,0,32646,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86136,'24:00 - 9:00',0,0,32646,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86137,'9:00 - 17:00',0,0,32647,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86138,'17:00 - 24:00',0,0,32647,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86139,'24:00 - 9:00',0,0,32647,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86140,'9:00 - 17:00',0,0,32648,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86141,'17:00 - 24:00',0,0,32648,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86142,'24:00 - 9:00',0,0,32648,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86143,'Below 20',1,0,32649,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86144,'20-49',2,0,32649,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86145,'50-99',2,0,32649,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86146,'100-499',3,0,32649,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86147,'500-999',4,0,32649,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86148,'1000',5,0,32649,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86149,'Single Stage Evacuation',0,0,32650,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86150,'Staged Evacuation',0,0,32650,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86151,'Simultaneous Evacuation',0,0,32650,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86152,'Phased Evacuation',0,0,32650,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86153,'Staff Alarm Only',0,0,32650,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86154,'Stay Put Policy',0,0,32650,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86155,'Yes. A responsible person has been nominated.',0,0,32651,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86156,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32651,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86157,'Other',20,0,32651,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86158,'N/A',0,0,32651,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86159,'Yes. A competent person is available to assist in fire safety measures.',0,0,32652,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86160,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32652,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86161,'Other',20,0,32652,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86162,'N/A',0,0,32652,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86163,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32653,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86164,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32653,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86165,'Other',20,0,32653,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86166,'N/A',0,0,32653,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86167,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32655,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86168,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32655,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86169,'Other',20,0,32655,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86170,'N/A',0,0,32655,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86171,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32657,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86172,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32657,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86173,'Other',20,0,32657,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86174,'N/A',0,0,32657,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86175,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32658,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86176,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32658,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86177,'Other',20,0,32658,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86178,'N/A',0,0,32658,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86179,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32659,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86180,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32659,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86181,'Other',20,0,32659,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86182,'N/A',0,0,32659,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86183,'Yes. The plan is readily available.',0,0,32661,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86184,'No. The plan is not available.',3,0,32661,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86185,'Other',20,0,32661,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86186,'N/A',0,0,32661,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86187,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32662,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86188,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32662,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86189,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32662,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86190,'Other',20,0,32662,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86191,'N/A',0,0,32662,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86192,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32663,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86193,'No. There are not suitable arrangements in place to prevent danger..',4,0,32663,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86194,'Other',20,0,32663,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86195,'N/A',0,0,32663,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86196,'Yes. The company has a full evacuation system in place.',0,0,32664,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86197,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32664,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86198,'Other',20,0,32664,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86199,'N/A',0,0,32664,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86200,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32665,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86201,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32665,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86202,'Other',20,0,32665,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86203,'N/A',0,0,32665,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86204,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32666,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86205,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32666,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86206,'Other',20,0,32666,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86207,'N/A',0,0,32666,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86208,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32667,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86209,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32667,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86210,'Other',20,0,32667,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86211,'N/A',0,0,32667,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86212,'Yes. They do consider other organisation within the building.',0,0,32668,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86213,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32668,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86214,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32668,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86215,'Other',20,0,32668,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86216,'N/A',0,0,32668,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86217,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32669,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86218,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32669,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86219,'Other',20,0,32669,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86220,'N/A',0,0,32669,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86221,'Yes, they are in good condition & positioned correctly.',0,0,32671,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86222,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,32671,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86223,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,32671,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86224,'Other',20,0,32671,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86225,'N/A',0,0,32671,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86226,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,32673,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86227,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,32673,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86228,'No. There is no fire risk logbook.',5,0,32673,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86229,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,32674,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86230,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,32674,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86231,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,32674,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86232,'N/A',0,0,32674,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86233,'Other',20,0,32674,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86234,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,32676,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86235,'Yes. They are installed, and signs are displayed.',0,0,32676,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86236,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,32676,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86237,'N/A',0,0,32676,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86238,'Other',20,0,32676,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86239,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,32678,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86240,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,32678,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86241,'Other',20,0,32678,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86242,'N/A',0,0,32678,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86243,'Yes. There is suitable Emergency lighting in the building.',0,0,32679,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86244,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,32679,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86245,'Other',20,0,32679,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86246,'N/A',0,0,32679,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86247,'Yes. They are in good condition with no obstructions.',0,0,32680,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86248,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,32680,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86249,'Other',20,0,32680,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86250,'N/A',0,0,32680,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86251,'Yes. User checks are recorded into the fire risk logbook.',0,0,32682,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86252,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,32682,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86253,'Other',20,0,32682,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86254,'N/A',0,0,32682,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86255,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,32683,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86256,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,32683,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86257,'Other',20,0,32683,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86258,'N/A',0,0,32683,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86259,'Yes. There is a certificate within the last 6 months.',0,0,32686,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86260,'The certificate was issued within the last 12 months.',2,0,32686,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86261,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,32686,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86262,'N/A',0,0,32686,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86263,'Other',20,0,32686,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86264,'Yes. Certification within 6 months',0,0,32688,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86265,'Yes. Certification within 12 months',2,0,32688,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86266,'No certification. (Recommend testing by fire safety specialist)',5,0,32688,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86267,'N/A',0,0,32688,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86268,'Other',20,0,32688,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86269,'Yes. Service and test certification is within 12 months',0,0,32689,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86270,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,32689,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86271,'N/A',0,0,32689,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86272,'Other',20,0,32689,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86273,'Yes. The EICR test certification is complete within last 5 years',0,0,32691,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86274,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,32691,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86275,'N/A',0,0,32691,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86276,'Other',20,0,32691,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86277,'Yes',0,0,32693,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86278,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,32693,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86279,'N/A',0,0,32693,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86280,'Other',20,0,32693,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86281,'Yes',0,0,32695,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86282,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,32695,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86283,'N/A',0,0,32695,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86284,'Other',20,0,32695,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86285,'Yes',0,0,32697,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86286,'No. There are hot working areas but no fire blankets are present.',5,0,32697,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86287,'N/A',0,0,32697,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86288,'Other',20,0,32697,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86289,'Yes. They are provided and ready to use located in a communal area.',0,0,32699,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86290,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,32699,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86291,'N/A',0,0,32699,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86292,'Other',20,0,32699,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86293,'Yes',2,0,32700,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86294,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,32700,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86295,'The property does not have a gas connection.',0,0,32700,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86296,'N/A',0,0,32700,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86297,'Yes. Assembly points are clearly marked.',0,0,32701,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86298,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,32701,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86299,'NA',0,0,32701,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86300,'Other',20,0,32701,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86301,'Yes',0,0,32702,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86302,'No',4,0,32702,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86303,'No',7,0,32702,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86304,'N/A',0,0,32702,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86305,'Other',20,0,32702,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86306,'Yes',0,0,32703,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86307,'No',6,0,32703,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86308,'NA',0,0,32703,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86309,'Other',20,0,32703,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86310,'Yes',0,0,32704,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86311,'Yes',0,0,32704,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86312,'NA',0,0,32704,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86313,'Other',20,0,32704,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86314,'Yes',1,0,32705,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86315,'No',0,0,32705,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86316,'Other',20,0,32705,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86317,'Yes',0,0,32706,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86318,'No',9,0,32706,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86319,'NA',0,0,32706,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86320,'Other',20,0,32706,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86321,'Yes',0,0,32707,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86322,'No',7,0,32707,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86323,'NA',0,0,32707,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86324,'Other',20,0,32707,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86325,'Yes',0,0,32708,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86326,'No',6,0,32708,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86327,'NA',0,0,32708,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86328,'Other',20,0,32708,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86329,'Yes',0,0,32709,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86330,'No',8,0,32709,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86331,'NA',0,0,32709,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86332,'Other',20,0,32709,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86333,'Yes',3,0,32710,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86334,'Yes',4,0,32710,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86335,'Yes',5,0,32710,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86336,'Other',20,0,32710,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(86337,'Yes',1,0,32711,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86338,'Yes',0,0,32711,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86339,'No',5,0,32711,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86340,'Other',20,0,32711,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86341,'Yes',0,0,32712,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86342,'No',5,0,32712,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86343,'NA',5,0,32712,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86344,'Other',20,0,32712,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86345,'Yes',0,0,32713,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86346,'No',5,0,32713,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86347,'N/A',0,0,32713,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86348,'Other',20,0,32713,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86349,'Yes',0,0,32714,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86350,'No',5,0,32714,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86351,'Other',20,0,32714,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86352,'N/A',0,0,32714,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86353,'Yes',0,0,32715,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86354,'No',5,0,32715,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86355,'NA',0,0,32715,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86356,'Other',20,0,32715,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86357,'Yes',0,0,32716,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86358,'No',5,0,32716,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86359,'NA',0,0,32716,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86360,'Other',20,0,32716,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86361,'Yes',0,0,32717,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86362,'No',5,0,32717,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86363,'NA',0,0,32717,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86364,'Other',20,0,32717,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86365,'Yes',0,0,32718,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86366,'No',5,0,32718,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86367,'Other',20,0,32718,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86368,'N/A',0,0,32718,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86369,'Yes',0,0,32719,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86370,'Yes',0,0,32719,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86371,'No',5,0,32719,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86372,'N/A',0,0,32719,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86373,'Other',20,0,32719,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86374,'Director',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86375,'Owner Landlord',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86376,'Site Maitenance',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86377,'Estate Agent',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86378,'Letting Agent',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86379,'Other',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86380,'Director',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86381,'CEO',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86382,'Other',0,0,32727,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86383,'Nebosh',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86384,'Level 2 Fire Risk Assessor',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86385,'Competant Person',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86386,'Property Manager',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86387,'Construction Manager',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86388,'Fire Warden',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86389,'Director',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86390,'CEO',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86391,'N/A',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86392,'Other',0,0,32728,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86393,'Property Agent',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86394,'Owner Landlord',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86395,'Site Manager',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86396,'Property Manager',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86397,'Construction Manager',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86398,'Fire Warden',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86399,'Director',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86400,'CEO',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86401,'Other',0,0,32729,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86402,'A Property Within Building Block',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86403,'All Of The Property',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86404,'Communal Areas Only',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86405,'House',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86406,'Flat',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86407,'Other',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86408,'Director',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86409,'CEO',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86410,'Other',0,0,32730,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86411,'Detached',1,0,32736,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86412,'Semi Detached',2,0,32736,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86413,'Terraced',3,0,32736,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86414,'Linked-Detached',1,0,32736,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86415,'Other',20,0,32736,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86416,'House',1,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86417,'Bungalow',1,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86418,'Maisonette',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86419,'Block of Flats - Studios up to 6 Floor Levels',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86420,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86421,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86422,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86423,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86424,'Underground Property',1,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86425,'Factory/ Warehouse',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86426,'Garage/ Workshop',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86427,'Retail Shop',2,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86428,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86429,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86430,'Other',20,0,32737,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86431,'NA',0,0,32742,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86432,'Number of staircase',2,0,32742,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86433,'NA',0,0,32743,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86434,'Number os staircases',2,0,32743,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86435,'25%',1,0,32755,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86436,'50%',1,0,32755,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86437,'75%',1,0,32755,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86438,'100%',1,0,32755,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86439,'Other',20,0,32755,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86440,'Yes',1,0,32757,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86441,'No',3,0,32757,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86442,'Unknown',3,0,32757,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86443,'Stone',0,0,32757,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86444,'Other',20,0,32757,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86445,'Yes',1,0,32758,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86446,'No',5,0,32758,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86447,'Unknown',5,0,32758,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86448,'Stone',0,0,32758,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86449,'Other',20,0,32758,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86450,'Wood',2,0,32759,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86451,'Plastics',1,0,32759,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86452,'Aluminium',0,0,32759,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86453,'Stone',0,0,32759,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86454,'Other',20,0,32759,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86455,'0%',0,0,32761,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86456,'25%',1,0,32761,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86457,'50%',1,0,32761,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86458,'75%',1,0,32761,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86459,'100%',1,0,32761,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86460,'0%',0,0,32762,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86461,'25%',2,0,32762,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86462,'50%',2,0,32762,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86463,'75%',2,0,32762,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86464,'100%',2,0,32762,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86465,'0%',0,0,32763,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86466,'25%',1,0,32763,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86467,'50%',1,0,32763,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86468,'75%',1,0,32763,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86469,'100%',1,0,32763,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86470,'Solid concrete flooring on all levels',0,0,32764,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86471,'Timber joists on all levels',3,0,32764,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86472,'Concrete lowest floor – Timber above higher levels',3,0,32764,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86473,'Other',20,0,32764,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86474,'Yes',1,0,32767,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86475,'No',6,0,32767,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86476,'N/A',0,0,32767,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86477,'Yes',2,0,32769,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86478,'No',8,0,32769,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86479,'N/A',0,0,32769,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86480,'Yes',1,0,32771,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86481,'No',6,0,32771,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86482,'N/A',0,0,32771,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86483,'Yes',1,0,32773,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86484,'No',6,0,32773,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86485,'N/A',0,0,32773,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86486,'Yes',1,0,32775,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86487,'No',6,0,32775,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86488,'N/A',0,0,32775,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86489,'Yes',1,0,32779,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86490,'No',3,0,32779,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86491,'Yes',1,0,32781,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86492,'No',3,0,32781,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86493,'Yes',1,0,32783,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86494,'No',3,0,32783,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86495,'N/A',0,0,32783,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86496,'Very Good',0,0,32785,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86497,'Good',1,0,32785,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86498,'Fair',2,0,32785,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86499,'Poor',3,0,32785,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86500,'Very Poor',4,0,32785,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86501,'0%',5,0,32792,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86502,'1% - 25%',4,0,32792,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86503,'26% - 50%',3,0,32792,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86504,'51% - 75%',2,0,32792,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86505,'76% - 100%',1,0,32792,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86506,'0%',1,0,32793,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86507,'1% - 25%',1,0,32793,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86508,'26% - 50%',1,0,32793,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86509,'51% - 75%',1,0,32793,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86510,'76% - 100%',1,0,32793,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86511,'0%',1,0,32794,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86512,'1% - 25%',1,0,32794,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86513,'26% - 50%',1,0,32794,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86514,'51% - 75%',1,0,32794,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86515,'76% - 100%',1,0,32794,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86516,'0%',1,0,32796,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86517,'1% - 25%',1,0,32796,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86518,'26% - 50%',1,0,32796,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86519,'51% - 75%',1,0,32796,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86520,'76% - 100%',1,0,32796,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86521,'0%',1,0,32797,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86522,'1% - 25%',1,0,32797,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86523,'26% - 50%',1,0,32797,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86524,'51% - 75%',1,0,32797,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86525,'76% - 100%',1,0,32797,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86526,'0%',1,0,32798,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86527,'1% - 25%',1,0,32798,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86528,'26% - 50%',1,0,32798,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86529,'51% - 75%',1,0,32798,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86530,'76% - 100%',1,0,32798,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86531,'Fan Heaters',4,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86532,'Electric Heaters',4,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86533,'Gas Heater',5,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86534,'Other Boilers',2,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86535,'Electrical Equipment',3,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86536,'Electrical Leads',3,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86537,'Portable Equipment',3,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86538,'Portable Lighting',2,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86539,'Cooking Equipment',6,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86540,'Other',20,0,32799,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86541,'Wood/Paper/Cardboard etc',3,0,32801,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86542,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32801,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86543,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32801,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86544,'Waste Material Controlled -in locked wheely bin or store',2,0,32801,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86545,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32801,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86546,'Other',20,0,32801,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86547,'Employees',2,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86548,'Sub-Contractors',3,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86549,'Young Persons',4,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86550,'Visitors',4,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86551,'The General Public (Customers)',4,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86552,'Disabled or Special needs People less able to leave the premises quickly',7,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86553,'Occupants in Remote Areas',6,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86554,'Sleeping Occupants',7,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86555,'Neighbouring Premises',2,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86556,'Tenants / Owners',3,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86557,'Animals / Livestock',2,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86558,'Other',0,0,32804,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86559,'9:00 - 17:00',0,0,32807,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86560,'17:00 - 24:00',0,0,32807,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86561,'24:00 - 9:00',0,0,32807,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86562,'9:00 - 17:00',0,0,32808,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86563,'17:00 - 24:00',0,0,32808,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86564,'24:00 - 9:00',0,0,32808,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86565,'9:00 - 17:00',0,0,32809,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86566,'17:00 - 24:00',0,0,32809,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86567,'24:00 - 9:00',0,0,32809,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86568,'9:00 - 17:00',0,0,32810,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86569,'17:00 - 24:00',0,0,32810,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86570,'24:00 - 9:00',0,0,32810,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86571,'9:00 - 17:00',0,0,32811,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86572,'17:00 - 24:00',0,0,32811,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86573,'24:00 - 9:00',0,0,32811,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86574,'9:00 - 17:00',0,0,32812,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86575,'17:00 - 24:00',0,0,32812,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86576,'24:00 - 9:00',0,0,32812,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(86577,'9:00 - 17:00',0,0,32813,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86578,'17:00 - 24:00',0,0,32813,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86579,'24:00 - 9:00',0,0,32813,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86580,'Below 20',1,0,32814,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86581,'20-49',2,0,32814,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86582,'50-99',2,0,32814,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86583,'100-499',3,0,32814,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86584,'500-999',4,0,32814,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86585,'1000',5,0,32814,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86586,'Single Stage Evacuation',0,0,32815,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86587,'Staged Evacuation',0,0,32815,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86588,'Simultaneous Evacuation',0,0,32815,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86589,'Phased Evacuation',0,0,32815,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86590,'Staff Alarm Only',0,0,32815,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86591,'Stay Put Policy',0,0,32815,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86592,'Yes. A responsible person has been nominated.',0,0,32816,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86593,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32816,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86594,'Other',20,0,32816,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86595,'N/A',0,0,32816,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86596,'Yes. A competent person is available to assist in fire safety measures.',0,0,32817,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86597,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32817,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86598,'Other',20,0,32817,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86599,'N/A',0,0,32817,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86600,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32818,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86601,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32818,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86602,'Other',20,0,32818,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86603,'N/A',0,0,32818,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86604,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32820,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86605,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32820,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86606,'Other',20,0,32820,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86607,'N/A',0,0,32820,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86608,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32822,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86609,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32822,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86610,'Other',20,0,32822,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86611,'N/A',0,0,32822,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86612,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32823,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86613,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32823,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86614,'Other',20,0,32823,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86615,'N/A',0,0,32823,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86616,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32824,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86617,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32824,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86618,'Other',20,0,32824,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86619,'N/A',0,0,32824,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86620,'Yes. The plan is readily available.',0,0,32826,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86621,'No. The plan is not available.',3,0,32826,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86622,'Other',20,0,32826,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86623,'N/A',0,0,32826,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86624,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32827,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86625,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32827,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86626,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32827,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86627,'Other',20,0,32827,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86628,'N/A',0,0,32827,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86629,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32828,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86630,'No. There are not suitable arrangements in place to prevent danger..',4,0,32828,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86631,'Other',20,0,32828,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86632,'N/A',0,0,32828,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86633,'Yes. The company has a full evacuation system in place.',0,0,32829,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86634,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32829,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86635,'Other',20,0,32829,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86636,'N/A',0,0,32829,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86637,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32830,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86638,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32830,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86639,'Other',20,0,32830,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86640,'N/A',0,0,32830,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86641,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32831,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86642,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32831,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86643,'Other',20,0,32831,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86644,'N/A',0,0,32831,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86645,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32832,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86646,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32832,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86647,'Other',20,0,32832,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86648,'N/A',0,0,32832,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86649,'Yes. They do consider other organisation within the building.',0,0,32833,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86650,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32833,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86651,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32833,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86652,'Other',20,0,32833,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86653,'N/A',0,0,32833,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86654,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32834,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86655,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32834,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86656,'Other',20,0,32834,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86657,'N/A',0,0,32834,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86658,'Yes, they are in good condition & positioned correctly.',0,0,32836,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86659,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,32836,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86660,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,32836,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86661,'Other',20,0,32836,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86662,'N/A',0,0,32836,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86663,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,32838,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86664,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,32838,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86665,'No. There is no fire risk logbook.',5,0,32838,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86666,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,32839,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86667,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,32839,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86668,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,32839,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86669,'N/A',0,0,32839,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86670,'Other',20,0,32839,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86671,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,32841,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86672,'Yes. They are installed, and signs are displayed.',0,0,32841,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86673,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,32841,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86674,'N/A',0,0,32841,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86675,'Other',20,0,32841,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86676,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,32843,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86677,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,32843,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86678,'Other',20,0,32843,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86679,'N/A',0,0,32843,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86680,'Yes. There is suitable Emergency lighting in the building.',0,0,32844,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86681,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,32844,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86682,'Other',20,0,32844,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86683,'N/A',0,0,32844,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86684,'Yes. They are in good condition with no obstructions.',0,0,32845,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86685,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,32845,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86686,'Other',20,0,32845,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86687,'N/A',0,0,32845,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86688,'Yes. User checks are recorded into the fire risk logbook.',0,0,32847,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86689,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,32847,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86690,'Other',20,0,32847,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86691,'N/A',0,0,32847,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86692,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,32848,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86693,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,32848,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86694,'Other',20,0,32848,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86695,'N/A',0,0,32848,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86696,'Yes. There is a certificate within the last 6 months.',0,0,32851,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86697,'The certificate was issued within the last 12 months.',2,0,32851,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86698,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,32851,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86699,'N/A',0,0,32851,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86700,'Other',20,0,32851,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86701,'Yes. Certification within 6 months',0,0,32853,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86702,'Yes. Certification within 12 months',2,0,32853,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86703,'No certification. (Recommend testing by fire safety specialist)',5,0,32853,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86704,'N/A',0,0,32853,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86705,'Other',20,0,32853,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86706,'Yes. Service and test certification is within 12 months',0,0,32854,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86707,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,32854,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86708,'N/A',0,0,32854,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86709,'Other',20,0,32854,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86710,'Yes. The EICR test certification is complete within last 5 years',0,0,32856,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86711,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,32856,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86712,'N/A',0,0,32856,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86713,'Other',20,0,32856,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86714,'Yes',0,0,32858,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86715,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,32858,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86716,'N/A',0,0,32858,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86717,'Other',20,0,32858,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86718,'Yes',0,0,32860,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86719,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,32860,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86720,'N/A',0,0,32860,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86721,'Other',20,0,32860,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86722,'Yes',0,0,32862,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86723,'No. There are hot working areas but no fire blankets are present.',5,0,32862,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86724,'N/A',0,0,32862,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86725,'Other',20,0,32862,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86726,'Yes. They are provided and ready to use located in a communal area.',0,0,32864,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86727,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,32864,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86728,'N/A',0,0,32864,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86729,'Other',20,0,32864,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86730,'Yes',2,0,32865,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86731,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,32865,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86732,'The property does not have a gas connection.',0,0,32865,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86733,'N/A',0,0,32865,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86734,'Yes. Assembly points are clearly marked.',0,0,32866,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86735,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,32866,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86736,'NA',0,0,32866,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86737,'Other',20,0,32866,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86738,'Yes',0,0,32867,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86739,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,32867,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86740,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,32867,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86741,'N/A',0,0,32867,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86742,'Other',20,0,32867,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86743,'Yes',0,0,32868,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86744,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,32868,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86745,'NA',0,0,32868,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86746,'Other',20,0,32868,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86747,'Yes. The shortest route has been put into the plan',0,0,32869,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86748,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,32869,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86749,'NA',0,0,32869,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86750,'Other',20,0,32869,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86751,'Yes. There is more than one exit available.',1,0,32870,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86752,'No. There is only one escape exit available.',0,0,32870,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86753,'Other',20,0,32870,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86754,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,32871,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86755,'No. The exits are not efficient enough for the building.',9,0,32871,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86756,'NA',0,0,32871,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86757,'Other',20,0,32871,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86758,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,32872,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86759,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,32872,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86760,'NA',0,0,32872,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86761,'Other',20,0,32872,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86762,'Yes. Escape routes are kept clear throughout the building.',0,0,32873,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86763,'No. There are obstructions on one or more escape routes.',6,0,32873,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86764,'N/A',0,0,32873,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86765,'Other',20,0,32873,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86766,'Yes',0,0,32874,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86767,'No. There is no assembly point or the assembly point is too small.',8,0,32874,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86768,'NA',0,0,32874,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86769,'Other',20,0,32874,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86770,'Evacuation only',3,0,32875,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86771,'Delayed evacuation process with 15 minute time delay',4,0,32875,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86772,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,32875,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86773,'Other',20,0,32875,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(86774,'Yes',1,0,32876,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86775,'Yes',0,0,32876,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86776,'No',5,0,32876,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86777,'Other',20,0,32876,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86778,'Yes',0,0,32877,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86779,'No',5,0,32877,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86780,'NA',5,0,32877,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86781,'Other',20,0,32877,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86782,'Yes',0,0,32878,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86783,'No',5,0,32878,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86784,'N/A',0,0,32878,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86785,'Other',20,0,32878,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86786,'Yes',0,0,32879,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86787,'No',5,0,32879,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86788,'Other',20,0,32879,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86789,'N/A',0,0,32879,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86790,'Yes',0,0,32880,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86791,'No',5,0,32880,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86792,'NA',0,0,32880,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86793,'Other',20,0,32880,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86794,'Yes',0,0,32881,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86795,'No',5,0,32881,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86796,'NA',0,0,32881,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86797,'Other',20,0,32881,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86798,'Yes',0,0,32882,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86799,'No',5,0,32882,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86800,'NA',0,0,32882,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86801,'Other',20,0,32882,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86802,'Yes',0,0,32883,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86803,'No',5,0,32883,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86804,'Other',20,0,32883,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86805,'N/A',0,0,32883,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86806,'Yes',0,0,32884,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86807,'Yes',0,0,32884,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86808,'No',5,0,32884,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86809,'N/A',0,0,32884,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86810,'Other',20,0,32884,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86811,'Director',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86812,'Owner Landlord',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86813,'Site Maitenance',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86814,'Estate Agent',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86815,'Letting Agent',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86816,'Other',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86817,'Director',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86818,'CEO',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86819,'Other',0,0,32892,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86820,'Nebosh',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86821,'Level 2 Fire Risk Assessor',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86822,'Competant Person',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86823,'Property Manager',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86824,'Construction Manager',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86825,'Fire Warden',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86826,'Director',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86827,'CEO',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86828,'N/A',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86829,'Other',0,0,32893,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86830,'Property Agent',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86831,'Owner Landlord',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86832,'Site Manager',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86833,'Property Manager',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86834,'Construction Manager',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86835,'Fire Warden',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86836,'Director',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86837,'CEO',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86838,'Other',0,0,32894,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86839,'A Property Within Building Block',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86840,'All Of The Property',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86841,'Communal Areas Only',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86842,'House',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86843,'Flat',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86844,'Other',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86845,'Director',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86846,'CEO',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86847,'Other',0,0,32895,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86848,'Detached',1,0,32901,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86849,'Semi Detached',2,0,32901,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86850,'Terraced',3,0,32901,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86851,'Linked-Detached',1,0,32901,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86852,'Other',20,0,32901,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86853,'House',1,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86854,'Bungalow',1,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86855,'Maisonette',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86856,'Block of Flats - Studios up to 6 Floor Levels',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86857,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86858,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86859,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86860,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86861,'Underground Property',1,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86862,'Factory/ Warehouse',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86863,'Garage/ Workshop',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86864,'Retail Shop',2,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86865,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86866,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86867,'Other',20,0,32902,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86868,'NA',0,0,32907,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86869,'Number of staircase',2,0,32907,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86870,'NA',0,0,32908,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86871,'Number os staircases',2,0,32908,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86872,'25%',1,0,32920,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86873,'50%',1,0,32920,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86874,'75%',1,0,32920,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86875,'100%',1,0,32920,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86876,'Other',20,0,32920,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86877,'Yes',1,0,32922,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86878,'No',3,0,32922,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86879,'Unknown',3,0,32922,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86880,'Stone',0,0,32922,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86881,'Other',20,0,32922,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86882,'Yes',1,0,32923,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86883,'No',5,0,32923,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86884,'Unknown',5,0,32923,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86885,'Stone',0,0,32923,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86886,'Other',20,0,32923,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86887,'Wood',2,0,32924,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86888,'Plastics',1,0,32924,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86889,'Aluminium',0,0,32924,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86890,'Stone',0,0,32924,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86891,'Other',20,0,32924,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86892,'0%',0,0,32926,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86893,'25%',1,0,32926,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86894,'50%',1,0,32926,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86895,'75%',1,0,32926,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86896,'100%',1,0,32926,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86897,'0%',0,0,32927,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86898,'25%',2,0,32927,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86899,'50%',2,0,32927,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86900,'75%',2,0,32927,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86901,'100%',2,0,32927,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86902,'0%',0,0,32928,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86903,'25%',1,0,32928,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86904,'50%',1,0,32928,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86905,'75%',1,0,32928,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86906,'100%',1,0,32928,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86907,'Solid concrete flooring on all levels',0,0,32929,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86908,'Timber joists on all levels',3,0,32929,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86909,'Concrete lowest floor – Timber above higher levels',3,0,32929,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86910,'Other',20,0,32929,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86911,'Yes',1,0,32932,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86912,'No',6,0,32932,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86913,'N/A',0,0,32932,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86914,'Yes',2,0,32934,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86915,'No',8,0,32934,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86916,'N/A',0,0,32934,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86917,'Yes',1,0,32936,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86918,'No',6,0,32936,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86919,'N/A',0,0,32936,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86920,'Yes',1,0,32938,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86921,'No',6,0,32938,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86922,'N/A',0,0,32938,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86923,'Yes',1,0,32940,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86924,'No',6,0,32940,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86925,'N/A',0,0,32940,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86926,'Yes',1,0,32944,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86927,'No',3,0,32944,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86928,'Yes',1,0,32946,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86929,'No',3,0,32946,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86930,'Yes',1,0,32948,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86931,'No',3,0,32948,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86932,'N/A',0,0,32948,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86933,'Very Good',0,0,32950,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86934,'Good',1,0,32950,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86935,'Fair',2,0,32950,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86936,'Poor',3,0,32950,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86937,'Very Poor',4,0,32950,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86938,'0%',5,0,32957,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86939,'1% - 25%',4,0,32957,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86940,'26% - 50%',3,0,32957,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86941,'51% - 75%',2,0,32957,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86942,'76% - 100%',1,0,32957,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86943,'0%',1,0,32958,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86944,'1% - 25%',1,0,32958,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86945,'26% - 50%',1,0,32958,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86946,'51% - 75%',1,0,32958,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86947,'76% - 100%',1,0,32958,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86948,'0%',1,0,32959,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86949,'1% - 25%',1,0,32959,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86950,'26% - 50%',1,0,32959,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86951,'51% - 75%',1,0,32959,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86952,'76% - 100%',1,0,32959,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86953,'0%',1,0,32961,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86954,'1% - 25%',1,0,32961,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86955,'26% - 50%',1,0,32961,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86956,'51% - 75%',1,0,32961,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86957,'76% - 100%',1,0,32961,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86958,'0%',1,0,32962,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86959,'1% - 25%',1,0,32962,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86960,'26% - 50%',1,0,32962,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86961,'51% - 75%',1,0,32962,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86962,'76% - 100%',1,0,32962,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86963,'0%',1,0,32963,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86964,'1% - 25%',1,0,32963,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86965,'26% - 50%',1,0,32963,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86966,'51% - 75%',1,0,32963,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86967,'76% - 100%',1,0,32963,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86968,'Fan Heaters',4,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86969,'Electric Heaters',4,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86970,'Gas Heater',5,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86971,'Other Boilers',2,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86972,'Electrical Equipment',3,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86973,'Electrical Leads',3,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86974,'Portable Equipment',3,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86975,'Portable Lighting',2,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86976,'Cooking Equipment',6,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86977,'Other',20,0,32964,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86978,'Wood/Paper/Cardboard etc',3,0,32966,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86979,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,32966,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86980,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,32966,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86981,'Waste Material Controlled -in locked wheely bin or store',2,0,32966,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86982,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,32966,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86983,'Other',20,0,32966,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86984,'Employees',2,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86985,'Sub-Contractors',3,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86986,'Young Persons',4,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86987,'Visitors',4,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86988,'The General Public (Customers)',4,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86989,'Disabled or Special needs People less able to leave the premises quickly',7,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86990,'Occupants in Remote Areas',6,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86991,'Sleeping Occupants',7,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86992,'Neighbouring Premises',2,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86993,'Tenants / Owners',3,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86994,'Animals / Livestock',2,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86995,'Other',0,0,32969,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86996,'9:00 - 17:00',0,0,32972,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86997,'17:00 - 24:00',0,0,32972,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86998,'24:00 - 9:00',0,0,32972,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(86999,'9:00 - 17:00',0,0,32973,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87000,'17:00 - 24:00',0,0,32973,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87001,'24:00 - 9:00',0,0,32973,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87002,'9:00 - 17:00',0,0,32974,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87003,'17:00 - 24:00',0,0,32974,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87004,'24:00 - 9:00',0,0,32974,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87005,'9:00 - 17:00',0,0,32975,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87006,'17:00 - 24:00',0,0,32975,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87007,'24:00 - 9:00',0,0,32975,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87008,'9:00 - 17:00',0,0,32976,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87009,'17:00 - 24:00',0,0,32976,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87010,'24:00 - 9:00',0,0,32976,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87011,'9:00 - 17:00',0,0,32977,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87012,'17:00 - 24:00',0,0,32977,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87013,'24:00 - 9:00',0,0,32977,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87014,'9:00 - 17:00',0,0,32978,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87015,'17:00 - 24:00',0,0,32978,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87016,'24:00 - 9:00',0,0,32978,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87017,'Below 20',1,0,32979,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87018,'20-49',2,0,32979,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87019,'50-99',2,0,32979,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87020,'100-499',3,0,32979,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87021,'500-999',4,0,32979,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87022,'1000',5,0,32979,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87023,'Single Stage Evacuation',0,0,32980,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87024,'Staged Evacuation',0,0,32980,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87025,'Simultaneous Evacuation',0,0,32980,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87026,'Phased Evacuation',0,0,32980,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87027,'Staff Alarm Only',0,0,32980,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87028,'Stay Put Policy',0,0,32980,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87029,'Yes. A responsible person has been nominated.',0,0,32981,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87030,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,32981,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87031,'Other',20,0,32981,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87032,'N/A',0,0,32981,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87033,'Yes. A competent person is available to assist in fire safety measures.',0,0,32982,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87034,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,32982,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87035,'Other',20,0,32982,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87036,'N/A',0,0,32982,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87037,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,32983,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87038,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,32983,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87039,'Other',20,0,32983,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87040,'N/A',0,0,32983,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87041,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,32985,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87042,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,32985,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87043,'Other',20,0,32985,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87044,'N/A',0,0,32985,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87045,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,32987,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87046,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,32987,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87047,'Other',20,0,32987,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87048,'N/A',0,0,32987,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87049,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,32988,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87050,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,32988,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87051,'Other',20,0,32988,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87052,'N/A',0,0,32988,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87053,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,32989,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87054,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,32989,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87055,'Other',20,0,32989,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87056,'N/A',0,0,32989,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87057,'Yes. The plan is readily available.',0,0,32991,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87058,'No. The plan is not available.',3,0,32991,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87059,'Other',20,0,32991,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87060,'N/A',0,0,32991,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87061,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,32992,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87062,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,32992,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87063,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,32992,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87064,'Other',20,0,32992,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87065,'N/A',0,0,32992,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87066,'Yes. There are suitable arrangements in place to prevent danger.',0,0,32993,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87067,'No. There are not suitable arrangements in place to prevent danger..',4,0,32993,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87068,'Other',20,0,32993,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87069,'N/A',0,0,32993,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87070,'Yes. The company has a full evacuation system in place.',0,0,32994,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87071,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,32994,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87072,'Other',20,0,32994,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87073,'N/A',0,0,32994,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87074,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,32995,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87075,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,32995,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87076,'Other',20,0,32995,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87077,'N/A',0,0,32995,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87078,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,32996,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87079,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,32996,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87080,'Other',20,0,32996,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87081,'N/A',0,0,32996,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87082,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,32997,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87083,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,32997,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87084,'Other',20,0,32997,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87085,'N/A',0,0,32997,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87086,'Yes. They do consider other organisation within the building.',0,0,32998,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87087,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,32998,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87088,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,32998,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87089,'Other',20,0,32998,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87090,'N/A',0,0,32998,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87091,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,32999,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87092,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,32999,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87093,'Other',20,0,32999,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87094,'N/A',0,0,32999,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87095,'Yes, they are in good condition & positioned correctly.',0,0,33001,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87096,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33001,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87097,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33001,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87098,'Other',20,0,33001,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87099,'N/A',0,0,33001,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87100,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33003,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87101,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33003,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87102,'No. There is no fire risk logbook.',5,0,33003,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87103,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33004,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87104,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33004,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87105,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33004,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87106,'N/A',0,0,33004,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87107,'Other',20,0,33004,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87108,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33006,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87109,'Yes. They are installed, and signs are displayed.',0,0,33006,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87110,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33006,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87111,'N/A',0,0,33006,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87112,'Other',20,0,33006,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87113,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33008,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87114,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33008,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87115,'Other',20,0,33008,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87116,'N/A',0,0,33008,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87117,'Yes. There is suitable Emergency lighting in the building.',0,0,33009,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87118,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33009,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87119,'Other',20,0,33009,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87120,'N/A',0,0,33009,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87121,'Yes. They are in good condition with no obstructions.',0,0,33010,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87122,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33010,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87123,'Other',20,0,33010,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87124,'N/A',0,0,33010,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87125,'Yes. User checks are recorded into the fire risk logbook.',0,0,33012,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87126,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33012,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87127,'Other',20,0,33012,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87128,'N/A',0,0,33012,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87129,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33013,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87130,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33013,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87131,'Other',20,0,33013,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87132,'N/A',0,0,33013,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87133,'Yes. There is a certificate within the last 6 months.',0,0,33016,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87134,'The certificate was issued within the last 12 months.',2,0,33016,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87135,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33016,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87136,'N/A',0,0,33016,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87137,'Other',20,0,33016,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87138,'Yes. Certification within 6 months',0,0,33018,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87139,'Yes. Certification within 12 months',2,0,33018,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87140,'No certification. (Recommend testing by fire safety specialist)',5,0,33018,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87141,'N/A',0,0,33018,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87142,'Other',20,0,33018,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87143,'Yes. Service and test certification is within 12 months',0,0,33019,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87144,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,33019,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87145,'N/A',0,0,33019,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87146,'Other',20,0,33019,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87147,'Yes. The EICR test certification is complete within last 5 years',0,0,33021,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87148,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,33021,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87149,'N/A',0,0,33021,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87150,'Other',20,0,33021,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87151,'Yes',0,0,33023,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87152,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,33023,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87153,'N/A',0,0,33023,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87154,'Other',20,0,33023,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87155,'Yes',0,0,33025,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87156,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,33025,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87157,'N/A',0,0,33025,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87158,'Other',20,0,33025,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87159,'Yes',0,0,33027,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87160,'No. There are hot working areas but no fire blankets are present.',5,0,33027,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87161,'N/A',0,0,33027,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87162,'Other',20,0,33027,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87163,'Yes. They are provided and ready to use located in a communal area.',0,0,33029,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87164,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,33029,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87165,'N/A',0,0,33029,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87166,'Other',20,0,33029,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87167,'Yes',2,0,33030,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87168,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,33030,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87169,'The property does not have a gas connection.',0,0,33030,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87170,'N/A',0,0,33030,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87171,'Yes. Assembly points are clearly marked.',0,0,33031,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87172,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,33031,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87173,'NA',0,0,33031,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87174,'Other',20,0,33031,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87175,'Yes',0,0,33032,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87176,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,33032,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87177,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,33032,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87178,'N/A',0,0,33032,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87179,'Other',20,0,33032,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87180,'Yes',0,0,33033,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87181,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,33033,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87182,'NA',0,0,33033,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87183,'Other',20,0,33033,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87184,'Yes. The shortest route has been put into the plan',0,0,33034,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87185,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,33034,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87186,'NA',0,0,33034,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87187,'Other',20,0,33034,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87188,'Yes. There is more than one exit available.',1,0,33035,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87189,'No. There is only one escape exit available.',0,0,33035,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87190,'Other',20,0,33035,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87191,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,33036,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87192,'No. The exits are not efficient enough for the building.',9,0,33036,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87193,'NA',0,0,33036,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87194,'Other',20,0,33036,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87195,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,33037,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87196,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,33037,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87197,'NA',0,0,33037,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87198,'Other',20,0,33037,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87199,'Yes. Escape routes are kept clear throughout the building.',0,0,33038,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87200,'No. There are obstructions on one or more escape routes.',6,0,33038,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87201,'N/A',0,0,33038,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87202,'Other',20,0,33038,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87203,'Yes',0,0,33039,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87204,'No. There is no assembly point or the assembly point is too small.',8,0,33039,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87205,'NA',0,0,33039,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87206,'Other',20,0,33039,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87207,'Evacuation only',3,0,33040,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87208,'Delayed evacuation process with 15 minute time delay',4,0,33040,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87209,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,33040,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87210,'Other',20,0,33040,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(87211,'Yes',1,0,33041,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87212,'Yes',0,0,33041,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87213,'No',5,0,33041,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87214,'Other',20,0,33041,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87215,'Yes',0,0,33042,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87216,'No',5,0,33042,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87217,'NA',5,0,33042,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87218,'Other',20,0,33042,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87219,'Yes',0,0,33043,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87220,'No',5,0,33043,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87221,'N/A',0,0,33043,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87222,'Other',20,0,33043,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87223,'Yes',0,0,33044,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87224,'No',5,0,33044,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87225,'Other',20,0,33044,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87226,'N/A',0,0,33044,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87227,'Yes',0,0,33045,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87228,'No',5,0,33045,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87229,'NA',0,0,33045,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87230,'Other',20,0,33045,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87231,'Yes',0,0,33046,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87232,'No',5,0,33046,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87233,'NA',0,0,33046,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87234,'Other',20,0,33046,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87235,'Yes',0,0,33047,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87236,'No',5,0,33047,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87237,'NA',0,0,33047,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87238,'Other',20,0,33047,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87239,'Yes',0,0,33048,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87240,'No',5,0,33048,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87241,'Other',20,0,33048,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87242,'N/A',0,0,33048,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87243,'Yes',0,0,33049,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87244,'Yes',0,0,33049,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87245,'No',5,0,33049,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87246,'N/A',0,0,33049,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87247,'Other',20,0,33049,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87248,'Director',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87249,'Owner Landlord',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87250,'Site Maitenance',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87251,'Estate Agent',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87252,'Letting Agent',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87253,'Other',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87254,'Director',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87255,'CEO',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87256,'Other',0,0,33057,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87257,'Nebosh',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87258,'Level 2 Fire Risk Assessor',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87259,'Competant Person',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87260,'Property Manager',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87261,'Construction Manager',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87262,'Fire Warden',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87263,'Director',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87264,'CEO',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87265,'N/A',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87266,'Other',0,0,33058,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87267,'Property Agent',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87268,'Owner Landlord',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87269,'Site Manager',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87270,'Property Manager',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87271,'Construction Manager',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87272,'Fire Warden',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87273,'Director',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87274,'CEO',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87275,'Other',0,0,33059,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87276,'A Property Within Building Block',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87277,'All Of The Property',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87278,'Communal Areas Only',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87279,'House',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87280,'Flat',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87281,'Other',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87282,'Director',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87283,'CEO',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87284,'Other',0,0,33060,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87285,'Detached',1,0,33066,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87286,'Semi Detached',2,0,33066,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87287,'Terraced',3,0,33066,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87288,'Linked-Detached',1,0,33066,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87289,'Other',20,0,33066,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87290,'House',1,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87291,'Bungalow',1,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87292,'Maisonette',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87293,'Block of Flats - Studios up to 6 Floor Levels',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87294,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87295,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87296,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87297,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87298,'Underground Property',1,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87299,'Factory/ Warehouse',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87300,'Garage/ Workshop',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87301,'Retail Shop',2,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87302,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87303,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87304,'Other',20,0,33067,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87305,'NA',0,0,33072,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87306,'Number of staircase',2,0,33072,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87307,'NA',0,0,33073,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87308,'Number os staircases',2,0,33073,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87309,'25%',1,0,33085,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87310,'50%',1,0,33085,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87311,'75%',1,0,33085,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87312,'100%',1,0,33085,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87313,'Other',20,0,33085,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87314,'Yes',1,0,33087,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87315,'No',3,0,33087,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87316,'Unknown',3,0,33087,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87317,'Stone',0,0,33087,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87318,'Other',20,0,33087,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87319,'Yes',1,0,33088,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87320,'No',5,0,33088,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87321,'Unknown',5,0,33088,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87322,'Stone',0,0,33088,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87323,'Other',20,0,33088,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87324,'Wood',2,0,33089,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87325,'Plastics',1,0,33089,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87326,'Aluminium',0,0,33089,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87327,'Stone',0,0,33089,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(87328,'Other',20,0,33089,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87329,'0%',0,0,33091,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87330,'25%',1,0,33091,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87331,'50%',1,0,33091,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87332,'75%',1,0,33091,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87333,'100%',1,0,33091,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87334,'0%',0,0,33092,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87335,'25%',2,0,33092,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87336,'50%',2,0,33092,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87337,'75%',2,0,33092,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87338,'100%',2,0,33092,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87339,'0%',0,0,33093,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87340,'25%',1,0,33093,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87341,'50%',1,0,33093,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87342,'75%',1,0,33093,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87343,'100%',1,0,33093,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87344,'Solid concrete flooring on all levels',0,0,33094,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87345,'Timber joists on all levels',3,0,33094,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87346,'Concrete lowest floor – Timber above higher levels',3,0,33094,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87347,'Other',20,0,33094,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87348,'Yes',1,0,33097,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87349,'No',6,0,33097,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87350,'N/A',0,0,33097,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87351,'Yes',2,0,33099,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87352,'No',8,0,33099,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87353,'N/A',0,0,33099,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87354,'Yes',1,0,33101,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87355,'No',6,0,33101,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87356,'N/A',0,0,33101,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87357,'Yes',1,0,33103,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87358,'No',6,0,33103,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87359,'N/A',0,0,33103,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87360,'Yes',1,0,33105,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87361,'No',6,0,33105,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87362,'N/A',0,0,33105,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87363,'Yes',1,0,33109,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87364,'No',3,0,33109,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87365,'Yes',1,0,33111,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87366,'No',3,0,33111,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87367,'Yes',1,0,33113,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87368,'No',3,0,33113,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87369,'N/A',0,0,33113,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87370,'Very Good',0,0,33115,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87371,'Good',1,0,33115,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87372,'Fair',2,0,33115,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87373,'Poor',3,0,33115,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87374,'Very Poor',4,0,33115,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87375,'0%',5,0,33122,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87376,'1% - 25%',4,0,33122,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87377,'26% - 50%',3,0,33122,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87378,'51% - 75%',2,0,33122,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87379,'76% - 100%',1,0,33122,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87380,'0%',1,0,33123,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87381,'1% - 25%',1,0,33123,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87382,'26% - 50%',1,0,33123,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87383,'51% - 75%',1,0,33123,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87384,'76% - 100%',1,0,33123,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87385,'0%',1,0,33124,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87386,'1% - 25%',1,0,33124,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87387,'26% - 50%',1,0,33124,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87388,'51% - 75%',1,0,33124,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87389,'76% - 100%',1,0,33124,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87390,'0%',1,0,33126,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87391,'1% - 25%',1,0,33126,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87392,'26% - 50%',1,0,33126,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87393,'51% - 75%',1,0,33126,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87394,'76% - 100%',1,0,33126,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87395,'0%',1,0,33127,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87396,'1% - 25%',1,0,33127,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87397,'26% - 50%',1,0,33127,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87398,'51% - 75%',1,0,33127,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87399,'76% - 100%',1,0,33127,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87400,'0%',1,0,33128,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87401,'1% - 25%',1,0,33128,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87402,'26% - 50%',1,0,33128,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87403,'51% - 75%',1,0,33128,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87404,'76% - 100%',1,0,33128,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87405,'Fan Heaters',4,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87406,'Electric Heaters',4,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87407,'Gas Heater',5,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87408,'Other Boilers',2,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87409,'Electrical Equipment',3,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87410,'Electrical Leads',3,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87411,'Portable Equipment',3,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87412,'Portable Lighting',2,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87413,'Cooking Equipment',6,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87414,'Other',20,0,33129,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87415,'Wood/Paper/Cardboard etc',3,0,33131,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87416,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,33131,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87417,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,33131,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87418,'Waste Material Controlled -in locked wheely bin or store',2,0,33131,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87419,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,33131,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87420,'Other',20,0,33131,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87421,'Employees',2,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87422,'Sub-Contractors',3,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87423,'Young Persons',4,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87424,'Visitors',4,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87425,'The General Public (Customers)',4,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87426,'Disabled or Special needs People less able to leave the premises quickly',7,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87427,'Occupants in Remote Areas',6,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87428,'Sleeping Occupants',7,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87429,'Neighbouring Premises',2,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87430,'Tenants / Owners',3,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87431,'Animals / Livestock',2,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87432,'Other',0,0,33134,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87433,'9:00 - 17:00',0,0,33137,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87434,'17:00 - 24:00',0,0,33137,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87435,'24:00 - 9:00',0,0,33137,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87436,'9:00 - 17:00',0,0,33138,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87437,'17:00 - 24:00',0,0,33138,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87438,'24:00 - 9:00',0,0,33138,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87439,'9:00 - 17:00',0,0,33139,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87440,'17:00 - 24:00',0,0,33139,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87441,'24:00 - 9:00',0,0,33139,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87442,'9:00 - 17:00',0,0,33140,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87443,'17:00 - 24:00',0,0,33140,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87444,'24:00 - 9:00',0,0,33140,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87445,'9:00 - 17:00',0,0,33141,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87446,'17:00 - 24:00',0,0,33141,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87447,'24:00 - 9:00',0,0,33141,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87448,'9:00 - 17:00',0,0,33142,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87449,'17:00 - 24:00',0,0,33142,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87450,'24:00 - 9:00',0,0,33142,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87451,'9:00 - 17:00',0,0,33143,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87452,'17:00 - 24:00',0,0,33143,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87453,'24:00 - 9:00',0,0,33143,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87454,'Below 20',1,0,33144,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87455,'20-49',2,0,33144,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87456,'50-99',2,0,33144,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87457,'100-499',3,0,33144,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87458,'500-999',4,0,33144,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87459,'1000',5,0,33144,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87460,'Single Stage Evacuation',0,0,33145,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87461,'Staged Evacuation',0,0,33145,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87462,'Simultaneous Evacuation',0,0,33145,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87463,'Phased Evacuation',0,0,33145,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87464,'Staff Alarm Only',0,0,33145,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87465,'Stay Put Policy',0,0,33145,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87466,'Yes. A responsible person has been nominated.',0,0,33146,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87467,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,33146,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87468,'Other',20,0,33146,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87469,'N/A',0,0,33146,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87470,'Yes. A competent person is available to assist in fire safety measures.',0,0,33147,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87471,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,33147,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87472,'Other',20,0,33147,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87473,'N/A',0,0,33147,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87474,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,33148,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87475,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,33148,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87476,'Other',20,0,33148,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87477,'N/A',0,0,33148,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87478,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,33150,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87479,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,33150,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87480,'Other',20,0,33150,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87481,'N/A',0,0,33150,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87482,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,33152,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87483,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,33152,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87484,'Other',20,0,33152,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87485,'N/A',0,0,33152,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87486,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,33153,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87487,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,33153,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87488,'Other',20,0,33153,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87489,'N/A',0,0,33153,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87490,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,33154,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87491,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,33154,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87492,'Other',20,0,33154,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87493,'N/A',0,0,33154,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87494,'Yes. The plan is readily available.',0,0,33156,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87495,'No. The plan is not available.',3,0,33156,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87496,'Other',20,0,33156,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87497,'N/A',0,0,33156,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87498,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,33157,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87499,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,33157,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87500,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,33157,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87501,'Other',20,0,33157,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87502,'N/A',0,0,33157,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87503,'Yes. There are suitable arrangements in place to prevent danger.',0,0,33158,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87504,'No. There are not suitable arrangements in place to prevent danger..',4,0,33158,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87505,'Other',20,0,33158,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87506,'N/A',0,0,33158,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87507,'Yes. The company has a full evacuation system in place.',0,0,33159,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87508,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,33159,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87509,'Other',20,0,33159,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87510,'N/A',0,0,33159,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87511,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,33160,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87512,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,33160,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87513,'Other',20,0,33160,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87514,'N/A',0,0,33160,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87515,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,33161,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87516,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,33161,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87517,'Other',20,0,33161,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87518,'N/A',0,0,33161,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87519,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,33162,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87520,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,33162,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87521,'Other',20,0,33162,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87522,'N/A',0,0,33162,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87523,'Yes. They do consider other organisation within the building.',0,0,33163,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87524,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,33163,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87525,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,33163,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87526,'Other',20,0,33163,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87527,'N/A',0,0,33163,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87528,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,33164,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87529,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,33164,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87530,'Other',20,0,33164,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87531,'N/A',0,0,33164,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87532,'Yes, they are in good condition & positioned correctly.',0,0,33166,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87533,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33166,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87534,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33166,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87535,'Other',20,0,33166,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87536,'N/A',0,0,33166,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87537,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33168,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87538,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33168,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87539,'No. There is no fire risk logbook.',5,0,33168,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87540,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33169,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87541,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33169,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87542,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33169,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87543,'N/A',0,0,33169,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87544,'Other',20,0,33169,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87545,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33171,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87546,'Yes. They are installed, and signs are displayed.',0,0,33171,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87547,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33171,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87548,'N/A',0,0,33171,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87549,'Other',20,0,33171,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87550,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33173,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87551,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33173,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87552,'Other',20,0,33173,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87553,'N/A',0,0,33173,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87554,'Yes. There is suitable Emergency lighting in the building.',0,0,33174,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87555,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33174,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87556,'Other',20,0,33174,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87557,'N/A',0,0,33174,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87558,'Yes. They are in good condition with no obstructions.',0,0,33175,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87559,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33175,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87560,'Other',20,0,33175,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87561,'N/A',0,0,33175,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87562,'Yes. User checks are recorded into the fire risk logbook.',0,0,33177,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87563,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33177,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87564,'Other',20,0,33177,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87565,'N/A',0,0,33177,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87566,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33178,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87567,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33178,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87568,'Other',20,0,33178,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87569,'N/A',0,0,33178,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87570,'Yes. There is a certificate within the last 6 months.',0,0,33181,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87571,'The certificate was issued within the last 12 months.',2,0,33181,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87572,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33181,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87573,'N/A',0,0,33181,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87574,'Other',20,0,33181,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87575,'Yes. Certification within 6 months',0,0,33183,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87576,'Yes. Certification within 12 months',2,0,33183,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87577,'No certification. (Recommend testing by fire safety specialist)',5,0,33183,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87578,'N/A',0,0,33183,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87579,'Other',20,0,33183,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87580,'Yes. Service and test certification is within 12 months',0,0,33184,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87581,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,33184,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87582,'N/A',0,0,33184,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87583,'Other',20,0,33184,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87584,'Yes. The EICR test certification is complete within last 5 years',0,0,33186,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87585,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,33186,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87586,'N/A',0,0,33186,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87587,'Other',20,0,33186,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87588,'Yes',0,0,33188,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87589,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,33188,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87590,'N/A',0,0,33188,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87591,'Other',20,0,33188,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87592,'Yes',0,0,33190,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87593,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,33190,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87594,'N/A',0,0,33190,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87595,'Other',20,0,33190,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87596,'Yes',0,0,33192,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87597,'No. There are hot working areas but no fire blankets are present.',5,0,33192,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87598,'N/A',0,0,33192,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87599,'Other',20,0,33192,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87600,'Yes. They are provided and ready to use located in a communal area.',0,0,33194,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87601,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,33194,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87602,'N/A',0,0,33194,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87603,'Other',20,0,33194,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87604,'Yes',2,0,33195,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87605,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,33195,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87606,'The property does not have a gas connection.',0,0,33195,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87607,'N/A',0,0,33195,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87608,'Yes. Assembly points are clearly marked.',0,0,33196,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87609,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,33196,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87610,'NA',0,0,33196,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87611,'Other',20,0,33196,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87612,'Yes',0,0,33197,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87613,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,33197,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87614,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,33197,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87615,'N/A',0,0,33197,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87616,'Other',20,0,33197,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87617,'Yes',0,0,33198,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87618,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,33198,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87619,'NA',0,0,33198,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87620,'Other',20,0,33198,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87621,'Yes. The shortest route has been put into the plan',0,0,33199,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87622,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,33199,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87623,'NA',0,0,33199,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87624,'Other',20,0,33199,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87625,'Yes. There is more than one exit available.',1,0,33200,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87626,'No. There is only one escape exit available.',0,0,33200,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87627,'Other',20,0,33200,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87628,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,33201,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87629,'No. The exits are not efficient enough for the building.',9,0,33201,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87630,'NA',0,0,33201,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87631,'Other',20,0,33201,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87632,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,33202,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87633,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,33202,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87634,'NA',0,0,33202,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87635,'Other',20,0,33202,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87636,'Yes. Escape routes are kept clear throughout the building.',0,0,33203,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87637,'No. There are obstructions on one or more escape routes.',6,0,33203,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87638,'N/A',0,0,33203,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87639,'Other',20,0,33203,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87640,'Yes',0,0,33204,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87641,'No. There is no assembly point or the assembly point is too small.',8,0,33204,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87642,'NA',0,0,33204,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87643,'Other',20,0,33204,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87644,'Evacuation only',3,0,33205,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87645,'Delayed evacuation process with 15 minute time delay',4,0,33205,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87646,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,33205,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87647,'Other',20,0,33205,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(87648,'Yes',0,0,33206,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87649,'No',5,0,33206,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87650,'Other',20,0,33206,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87651,'N/A',0,0,33206,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87652,'Yes',0,0,33207,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87653,'Yes',0,0,33207,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87654,'No',5,0,33207,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87655,'N/A',0,0,33207,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87656,'Other',20,0,33207,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87657,'Director',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87658,'Owner Landlord',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87659,'Site Maitenance',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87660,'Estate Agent',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87661,'Letting Agent',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87662,'Other',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87663,'Director',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87664,'CEO',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87665,'Other',0,0,33215,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87666,'Nebosh',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87667,'Level 2 Fire Risk Assessor',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87668,'Competant Person',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87669,'Property Manager',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87670,'Construction Manager',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87671,'Fire Warden',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87672,'Director',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87673,'CEO',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87674,'N/A',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87675,'Other',0,0,33216,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87676,'Property Agent',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87677,'Owner Landlord',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87678,'Site Manager',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87679,'Property Manager',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87680,'Construction Manager',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87681,'Fire Warden',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87682,'Director',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87683,'CEO',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87684,'Other',0,0,33217,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87685,'A Property Within Building Block',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87686,'All Of The Property',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87687,'Communal Areas Only',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87688,'House',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87689,'Flat',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87690,'Other',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87691,'Director',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87692,'CEO',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87693,'Other',0,0,33218,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87694,'Detached',1,0,33224,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87695,'Semi Detached',2,0,33224,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87696,'Terraced',3,0,33224,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87697,'Linked-Detached',1,0,33224,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87698,'Other',20,0,33224,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87699,'House',1,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87700,'Bungalow',1,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87701,'Maisonette',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87702,'Block of Flats - Studios up to 6 Floor Levels',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87703,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87704,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87705,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87706,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87707,'Underground Property',1,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87708,'Factory/ Warehouse',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87709,'Garage/ Workshop',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87710,'Retail Shop',2,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87711,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87712,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87713,'Other',20,0,33225,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87714,'NA',0,0,33230,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87715,'Number of staircase',2,0,33230,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87716,'NA',0,0,33231,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87717,'Number os staircases',2,0,33231,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87718,'25%',1,0,33243,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87719,'50%',1,0,33243,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87720,'75%',1,0,33243,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87721,'100%',1,0,33243,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87722,'Other',20,0,33243,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87723,'Yes',1,0,33245,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87724,'No',3,0,33245,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87725,'Unknown',3,0,33245,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87726,'Stone',0,0,33245,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87727,'Other',20,0,33245,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87728,'Yes',1,0,33246,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87729,'No',5,0,33246,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87730,'Unknown',5,0,33246,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87731,'Stone',0,0,33246,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87732,'Other',20,0,33246,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87733,'Wood',2,0,33247,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87734,'Plastics',1,0,33247,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87735,'Aluminium',0,0,33247,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87736,'Stone',0,0,33247,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87737,'Other',20,0,33247,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87738,'0%',0,0,33249,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87739,'25%',1,0,33249,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87740,'50%',1,0,33249,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87741,'75%',1,0,33249,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87742,'100%',1,0,33249,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87743,'0%',0,0,33250,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87744,'25%',2,0,33250,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87745,'50%',2,0,33250,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87746,'75%',2,0,33250,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87747,'100%',2,0,33250,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87748,'0%',0,0,33251,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87749,'25%',1,0,33251,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87750,'50%',1,0,33251,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87751,'75%',1,0,33251,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87752,'100%',1,0,33251,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87753,'Solid concrete flooring on all levels',0,0,33252,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87754,'Timber joists on all levels',3,0,33252,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87755,'Concrete lowest floor – Timber above higher levels',3,0,33252,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87756,'Other',20,0,33252,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87757,'Yes',1,0,33255,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87758,'No',6,0,33255,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87759,'N/A',0,0,33255,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87760,'Yes',2,0,33257,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87761,'No',8,0,33257,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87762,'N/A',0,0,33257,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87763,'Yes',1,0,33259,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87764,'No',6,0,33259,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87765,'N/A',0,0,33259,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87766,'Yes',1,0,33261,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87767,'No',6,0,33261,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87768,'N/A',0,0,33261,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87769,'Yes',1,0,33263,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87770,'No',6,0,33263,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87771,'N/A',0,0,33263,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87772,'Yes',1,0,33267,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87773,'No',3,0,33267,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87774,'Yes',1,0,33269,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87775,'No',3,0,33269,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87776,'Yes',1,0,33271,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87777,'No',3,0,33271,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87778,'N/A',0,0,33271,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87779,'Very Good',0,0,33273,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87780,'Good',1,0,33273,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87781,'Fair',2,0,33273,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87782,'Poor',3,0,33273,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87783,'Very Poor',4,0,33273,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87784,'0%',5,0,33280,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87785,'1% - 25%',4,0,33280,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87786,'26% - 50%',3,0,33280,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87787,'51% - 75%',2,0,33280,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87788,'76% - 100%',1,0,33280,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87789,'0%',1,0,33281,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87790,'1% - 25%',1,0,33281,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87791,'26% - 50%',1,0,33281,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87792,'51% - 75%',1,0,33281,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87793,'76% - 100%',1,0,33281,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87794,'0%',1,0,33282,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87795,'1% - 25%',1,0,33282,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87796,'26% - 50%',1,0,33282,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87797,'51% - 75%',1,0,33282,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87798,'76% - 100%',1,0,33282,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87799,'0%',1,0,33284,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87800,'1% - 25%',1,0,33284,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87801,'26% - 50%',1,0,33284,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87802,'51% - 75%',1,0,33284,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87803,'76% - 100%',1,0,33284,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87804,'0%',1,0,33285,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87805,'1% - 25%',1,0,33285,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87806,'26% - 50%',1,0,33285,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87807,'51% - 75%',1,0,33285,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87808,'76% - 100%',1,0,33285,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87809,'0%',1,0,33286,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87810,'1% - 25%',1,0,33286,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87811,'26% - 50%',1,0,33286,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87812,'51% - 75%',1,0,33286,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87813,'76% - 100%',1,0,33286,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87814,'Fan Heaters',4,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87815,'Electric Heaters',4,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87816,'Gas Heater',5,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87817,'Other Boilers',2,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87818,'Electrical Equipment',3,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87819,'Electrical Leads',3,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87820,'Portable Equipment',3,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87821,'Portable Lighting',2,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87822,'Cooking Equipment',6,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87823,'Other',20,0,33287,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87824,'Wood/Paper/Cardboard etc',3,0,33289,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87825,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,33289,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87826,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,33289,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87827,'Waste Material Controlled -in locked wheely bin or store',2,0,33289,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87828,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,33289,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87829,'Other',20,0,33289,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87830,'Employees',2,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87831,'Sub-Contractors',3,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87832,'Young Persons',4,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87833,'Visitors',4,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87834,'The General Public (Customers)',4,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87835,'Disabled or Special needs People less able to leave the premises quickly',7,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87836,'Occupants in Remote Areas',6,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87837,'Sleeping Occupants',7,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87838,'Neighbouring Premises',2,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87839,'Tenants / Owners',3,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87840,'Animals / Livestock',2,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87841,'Other',0,0,33292,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87842,'9:00 - 17:00',0,0,33295,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87843,'17:00 - 24:00',0,0,33295,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87844,'24:00 - 9:00',0,0,33295,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87845,'9:00 - 17:00',0,0,33296,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87846,'17:00 - 24:00',0,0,33296,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87847,'24:00 - 9:00',0,0,33296,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87848,'9:00 - 17:00',0,0,33297,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87849,'17:00 - 24:00',0,0,33297,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87850,'24:00 - 9:00',0,0,33297,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87851,'9:00 - 17:00',0,0,33298,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87852,'17:00 - 24:00',0,0,33298,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87853,'24:00 - 9:00',0,0,33298,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87854,'9:00 - 17:00',0,0,33299,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87855,'17:00 - 24:00',0,0,33299,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87856,'24:00 - 9:00',0,0,33299,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87857,'9:00 - 17:00',0,0,33300,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87858,'17:00 - 24:00',0,0,33300,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87859,'24:00 - 9:00',0,0,33300,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87860,'9:00 - 17:00',0,0,33301,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87861,'17:00 - 24:00',0,0,33301,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87862,'24:00 - 9:00',0,0,33301,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87863,'Below 20',1,0,33302,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87864,'20-49',2,0,33302,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87865,'50-99',2,0,33302,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87866,'100-499',3,0,33302,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87867,'500-999',4,0,33302,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87868,'1000',5,0,33302,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87869,'Single Stage Evacuation',0,0,33303,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87870,'Staged Evacuation',0,0,33303,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87871,'Simultaneous Evacuation',0,0,33303,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87872,'Phased Evacuation',0,0,33303,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87873,'Staff Alarm Only',0,0,33303,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87874,'Stay Put Policy',0,0,33303,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87875,'Yes. A responsible person has been nominated.',0,0,33304,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87876,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,33304,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87877,'Other',20,0,33304,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87878,'N/A',0,0,33304,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87879,'Yes. A competent person is available to assist in fire safety measures.',0,0,33305,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87880,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,33305,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87881,'Other',20,0,33305,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87882,'N/A',0,0,33305,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87883,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,33306,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87884,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,33306,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87885,'Other',20,0,33306,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87886,'N/A',0,0,33306,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87887,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,33308,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87888,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,33308,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87889,'Other',20,0,33308,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87890,'N/A',0,0,33308,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87891,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,33310,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87892,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,33310,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87893,'Other',20,0,33310,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87894,'N/A',0,0,33310,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87895,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,33311,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87896,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,33311,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87897,'Other',20,0,33311,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87898,'N/A',0,0,33311,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87899,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,33312,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87900,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,33312,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87901,'Other',20,0,33312,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87902,'N/A',0,0,33312,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87903,'Yes. The plan is readily available.',0,0,33314,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87904,'No. The plan is not available.',3,0,33314,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87905,'Other',20,0,33314,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87906,'N/A',0,0,33314,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87907,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,33315,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87908,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,33315,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87909,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,33315,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87910,'Other',20,0,33315,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87911,'N/A',0,0,33315,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87912,'Yes. There are suitable arrangements in place to prevent danger.',0,0,33316,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87913,'No. There are not suitable arrangements in place to prevent danger..',4,0,33316,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87914,'Other',20,0,33316,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87915,'N/A',0,0,33316,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87916,'Yes. The company has a full evacuation system in place.',0,0,33317,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87917,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,33317,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87918,'Other',20,0,33317,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87919,'N/A',0,0,33317,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87920,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,33318,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87921,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,33318,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87922,'Other',20,0,33318,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87923,'N/A',0,0,33318,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87924,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,33319,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87925,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,33319,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87926,'Other',20,0,33319,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87927,'N/A',0,0,33319,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87928,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,33320,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87929,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,33320,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87930,'Other',20,0,33320,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87931,'N/A',0,0,33320,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87932,'Yes. They do consider other organisation within the building.',0,0,33321,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87933,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,33321,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87934,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,33321,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87935,'Other',20,0,33321,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87936,'N/A',0,0,33321,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87937,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,33322,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87938,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,33322,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87939,'Other',20,0,33322,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87940,'N/A',0,0,33322,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87941,'Yes, they are in good condition & positioned correctly.',0,0,33324,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87942,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33324,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87943,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33324,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87944,'Other',20,0,33324,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87945,'N/A',0,0,33324,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87946,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33326,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87947,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33326,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87948,'No. There is no fire risk logbook.',5,0,33326,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87949,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33327,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87950,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33327,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87951,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33327,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87952,'N/A',0,0,33327,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87953,'Other',20,0,33327,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87954,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33329,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87955,'Yes. They are installed, and signs are displayed.',0,0,33329,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87956,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33329,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87957,'N/A',0,0,33329,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87958,'Other',20,0,33329,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87959,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33331,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87960,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33331,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87961,'Other',20,0,33331,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87962,'N/A',0,0,33331,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87963,'Yes. There is suitable Emergency lighting in the building.',0,0,33332,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87964,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33332,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87965,'Other',20,0,33332,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87966,'N/A',0,0,33332,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87967,'Yes. They are in good condition with no obstructions.',0,0,33333,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87968,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33333,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87969,'Other',20,0,33333,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87970,'N/A',0,0,33333,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87971,'Yes. User checks are recorded into the fire risk logbook.',0,0,33335,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87972,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33335,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87973,'Other',20,0,33335,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87974,'N/A',0,0,33335,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87975,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33336,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87976,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33336,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87977,'Other',20,0,33336,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87978,'N/A',0,0,33336,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87979,'Yes. There is a certificate within the last 6 months.',0,0,33339,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87980,'The certificate was issued within the last 12 months.',2,0,33339,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87981,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33339,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87982,'N/A',0,0,33339,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87983,'Other',20,0,33339,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87984,'Yes. Certification within 6 months',0,0,33341,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87985,'Yes. Certification within 12 months',2,0,33341,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87986,'No certification. (Recommend testing by fire safety specialist)',5,0,33341,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87987,'N/A',0,0,33341,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87988,'Other',20,0,33341,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87989,'Yes. Service and test certification is within 12 months',0,0,33342,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87990,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,33342,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87991,'N/A',0,0,33342,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87992,'Other',20,0,33342,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87993,'Yes. The EICR test certification is complete within last 5 years',0,0,33344,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87994,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,33344,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87995,'N/A',0,0,33344,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87996,'Other',20,0,33344,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87997,'Yes',0,0,33346,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87998,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,33346,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(87999,'N/A',0,0,33346,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88000,'Other',20,0,33346,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88001,'Yes',0,0,33348,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88002,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,33348,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88003,'N/A',0,0,33348,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88004,'Other',20,0,33348,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88005,'Yes',0,0,33350,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88006,'No. There are hot working areas but no fire blankets are present.',5,0,33350,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88007,'N/A',0,0,33350,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88008,'Other',20,0,33350,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88009,'Yes. They are provided and ready to use located in a communal area.',0,0,33352,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88010,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,33352,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88011,'N/A',0,0,33352,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88012,'Other',20,0,33352,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88013,'Yes',2,0,33353,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88014,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,33353,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88015,'The property does not have a gas connection.',0,0,33353,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88016,'N/A',0,0,33353,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88017,'Yes. Assembly points are clearly marked.',0,0,33354,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88018,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,33354,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88019,'NA',0,0,33354,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88020,'Other',20,0,33354,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88021,'Yes',0,0,33355,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88022,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,33355,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88023,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,33355,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88024,'N/A',0,0,33355,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88025,'Other',20,0,33355,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88026,'Yes',0,0,33356,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88027,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,33356,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88028,'NA',0,0,33356,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88029,'Other',20,0,33356,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88030,'Yes. The shortest route has been put into the plan',0,0,33357,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88031,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,33357,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88032,'NA',0,0,33357,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88033,'Other',20,0,33357,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88034,'Yes. There is more than one exit available.',1,0,33358,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88035,'No. There is only one escape exit available.',0,0,33358,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88036,'Other',20,0,33358,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88037,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,33359,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88038,'No. The exits are not efficient enough for the building.',9,0,33359,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88039,'NA',0,0,33359,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88040,'Other',20,0,33359,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88041,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,33360,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88042,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,33360,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88043,'NA',0,0,33360,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88044,'Other',20,0,33360,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88045,'Yes. Escape routes are kept clear throughout the building.',0,0,33361,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88046,'No. There are obstructions on one or more escape routes.',6,0,33361,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88047,'N/A',0,0,33361,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88048,'Other',20,0,33361,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88049,'Yes',0,0,33362,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88050,'No. There is no assembly point or the assembly point is too small.',8,0,33362,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88051,'NA',0,0,33362,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88052,'Other',20,0,33362,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88053,'Evacuation only',3,0,33363,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88054,'Delayed evacuation process with 15 minute time delay',4,0,33363,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88055,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,33363,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88056,'Other',20,0,33363,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88057,'Yes. Once per year.',1,0,33364,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88058,'Yes. Twice per year.',0,0,33364,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88059,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,33364,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88060,'Other',20,0,33364,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88061,'Yes. The fire risk assessment is reviewed annually.',0,0,33365,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88062,'No. (Recommend immediate update to ensure compliance.)',5,0,33365,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88063,'NA',5,0,33365,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88064,'Other',20,0,33365,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88065,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,33366,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88066,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,33366,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88067,'N/A',0,0,33366,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88068,'Other',20,0,33366,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88069,'Yes. Training has been provided',0,0,33367,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88070,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,33367,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88071,'Other',20,0,33367,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88072,'N/A',0,0,33367,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88073,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,33368,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88074,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,33368,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88075,'NA',0,0,33368,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88076,'Other',20,0,33368,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88077,'Yes. Training has been documented on induction.',0,0,33369,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88078,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,33369,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88079,'NA',0,0,33369,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88080,'Other',20,0,33369,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88081,'Yes. This is part of the fire training program and fire warden duties.',0,0,33370,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88082,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,33370,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88083,'NA',0,0,33370,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88084,'Other',20,0,33370,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(88085,'Yes',0,0,33371,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88086,'No',5,0,33371,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88087,'Other',20,0,33371,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88088,'N/A',0,0,33371,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88089,'Yes',0,0,33372,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88090,'Yes',0,0,33372,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88091,'No',5,0,33372,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88092,'N/A',0,0,33372,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88093,'Other',20,0,33372,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88094,'Director',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88095,'Owner Landlord',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88096,'Site Maitenance',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88097,'Estate Agent',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88098,'Letting Agent',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88099,'Other',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88100,'Director',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88101,'CEO',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88102,'Other',0,0,33380,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88103,'Nebosh',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88104,'Level 2 Fire Risk Assessor',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88105,'Competant Person',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88106,'Property Manager',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88107,'Construction Manager',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88108,'Fire Warden',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88109,'Director',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88110,'CEO',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88111,'N/A',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88112,'Other',0,0,33381,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88113,'Property Agent',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88114,'Owner Landlord',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88115,'Site Manager',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88116,'Property Manager',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88117,'Construction Manager',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88118,'Fire Warden',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88119,'Director',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88120,'CEO',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88121,'Other',0,0,33382,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88122,'A Property Within Building Block',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88123,'All Of The Property',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88124,'Communal Areas Only',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88125,'House',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88126,'Flat',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88127,'Other',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88128,'Director',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88129,'CEO',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88130,'Other',0,0,33383,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88131,'Detached',1,0,33389,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88132,'Semi Detached',2,0,33389,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88133,'Terraced',3,0,33389,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88134,'Linked-Detached',1,0,33389,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88135,'Other',20,0,33389,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88136,'House',1,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88137,'Bungalow',1,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88138,'Maisonette',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88139,'Block of Flats - Studios up to 6 Floor Levels',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88140,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88141,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88142,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88143,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88144,'Underground Property',1,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88145,'Factory/ Warehouse',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88146,'Garage/ Workshop',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88147,'Retail Shop',2,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88148,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88149,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88150,'Other',20,0,33390,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88151,'NA',0,0,33395,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88152,'Number of staircase',2,0,33395,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88153,'NA',0,0,33396,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88154,'Number os staircases',2,0,33396,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88155,'25%',1,0,33408,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88156,'50%',1,0,33408,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88157,'75%',1,0,33408,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88158,'100%',1,0,33408,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88159,'Other',20,0,33408,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88160,'Yes',1,0,33410,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88161,'No',3,0,33410,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88162,'Unknown',3,0,33410,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88163,'Stone',0,0,33410,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88164,'Other',20,0,33410,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88165,'Yes',1,0,33411,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88166,'No',5,0,33411,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88167,'Unknown',5,0,33411,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88168,'Stone',0,0,33411,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88169,'Other',20,0,33411,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88170,'Wood',2,0,33412,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88171,'Plastics',1,0,33412,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88172,'Aluminium',0,0,33412,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88173,'Stone',0,0,33412,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88174,'Other',20,0,33412,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88175,'0%',0,0,33414,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88176,'25%',1,0,33414,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88177,'50%',1,0,33414,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88178,'75%',1,0,33414,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88179,'100%',1,0,33414,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88180,'0%',0,0,33415,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88181,'25%',2,0,33415,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88182,'50%',2,0,33415,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88183,'75%',2,0,33415,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88184,'100%',2,0,33415,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88185,'0%',0,0,33416,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88186,'25%',1,0,33416,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88187,'50%',1,0,33416,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88188,'75%',1,0,33416,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88189,'100%',1,0,33416,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88190,'Solid concrete flooring on all levels',0,0,33417,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88191,'Timber joists on all levels',3,0,33417,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88192,'Concrete lowest floor – Timber above higher levels',3,0,33417,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88193,'Other',20,0,33417,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88194,'Yes',1,0,33420,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88195,'No',6,0,33420,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88196,'N/A',0,0,33420,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88197,'Yes',2,0,33422,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88198,'No',8,0,33422,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88199,'N/A',0,0,33422,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88200,'Yes',1,0,33424,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88201,'No',6,0,33424,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88202,'N/A',0,0,33424,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88203,'Yes',1,0,33426,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88204,'No',6,0,33426,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88205,'N/A',0,0,33426,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88206,'Yes',1,0,33428,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88207,'No',6,0,33428,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88208,'N/A',0,0,33428,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88209,'Yes',1,0,33432,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88210,'No',3,0,33432,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88211,'Yes',1,0,33434,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88212,'No',3,0,33434,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88213,'Yes',1,0,33436,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88214,'No',3,0,33436,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88215,'N/A',0,0,33436,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88216,'Very Good',0,0,33438,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88217,'Good',1,0,33438,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88218,'Fair',2,0,33438,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88219,'Poor',3,0,33438,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88220,'Very Poor',4,0,33438,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88221,'0%',1,0,33445,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88222,'1% - 25%',1,0,33445,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88223,'26% - 50%',1,0,33445,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88224,'51% - 75%',1,0,33445,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88225,'76% - 100%',1,0,33445,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88226,'0%',1,0,33446,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88227,'1% - 25%',1,0,33446,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88228,'26% - 50%',1,0,33446,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88229,'51% - 75%',1,0,33446,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88230,'76% - 100%',1,0,33446,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88231,'0%',1,0,33447,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88232,'1% - 25%',1,0,33447,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88233,'26% - 50%',1,0,33447,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88234,'51% - 75%',1,0,33447,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88235,'76% - 100%',1,0,33447,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88236,'0%',5,0,33449,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88237,'1% - 25%',4,0,33449,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88238,'26% - 50%',3,0,33449,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88239,'51% - 75%',2,0,33449,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88240,'76% - 100%',1,0,33449,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88241,'0%',1,0,33450,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88242,'1% - 25%',1,0,33450,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88243,'26% - 50%',1,0,33450,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88244,'51% - 75%',1,0,33450,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88245,'76% - 100%',1,0,33450,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88246,'0%',1,0,33451,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88247,'1% - 25%',1,0,33451,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88248,'26% - 50%',1,0,33451,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88249,'51% - 75%',1,0,33451,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88250,'76% - 100%',1,0,33451,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88251,'Fan Heaters',4,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88252,'Electric Heaters',4,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88253,'Gas Heater',5,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88254,'Other Boilers',2,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88255,'Electrical Equipment',3,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88256,'Electrical Leads',3,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88257,'Portable Equipment',3,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88258,'Portable Lighting',2,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88259,'Cooking Equipment',6,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88260,'Other',20,0,33452,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88261,'Wood/Paper/Cardboard etc',3,0,33454,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88262,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,33454,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88263,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,33454,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88264,'Waste Material Controlled -in locked wheely bin or store',2,0,33454,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88265,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,33454,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88266,'Other',20,0,33454,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88267,'Employees',2,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88268,'Sub-Contractors',3,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88269,'Young Persons',4,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88270,'Visitors',4,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88271,'The General Public (Customers)',4,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88272,'Disabled or Special needs People less able to leave the premises quickly',7,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88273,'Occupants in Remote Areas',6,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88274,'Sleeping Occupants',7,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88275,'Neighbouring Premises',2,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88276,'Tenants / Owners',3,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88277,'Animals / Livestock',2,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88278,'Other',0,0,33457,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88279,'9:00 - 17:00',0,0,33460,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88280,'17:00 - 24:00',0,0,33460,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88281,'24:00 - 9:00',0,0,33460,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88282,'9:00 - 17:00',0,0,33461,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88283,'17:00 - 24:00',0,0,33461,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88284,'24:00 - 9:00',0,0,33461,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88285,'9:00 - 17:00',0,0,33462,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88286,'17:00 - 24:00',0,0,33462,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88287,'24:00 - 9:00',0,0,33462,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88288,'9:00 - 17:00',0,0,33463,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88289,'17:00 - 24:00',0,0,33463,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88290,'24:00 - 9:00',0,0,33463,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88291,'9:00 - 17:00',0,0,33464,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88292,'17:00 - 24:00',0,0,33464,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88293,'24:00 - 9:00',0,0,33464,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88294,'9:00 - 17:00',0,0,33465,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88295,'17:00 - 24:00',0,0,33465,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88296,'24:00 - 9:00',0,0,33465,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88297,'9:00 - 17:00',0,0,33466,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88298,'17:00 - 24:00',0,0,33466,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88299,'24:00 - 9:00',0,0,33466,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88300,'Below 20',1,0,33467,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88301,'20-49',2,0,33467,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88302,'50-99',2,0,33467,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88303,'100-499',3,0,33467,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88304,'500-999',4,0,33467,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88305,'1000',5,0,33467,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88306,'Single Stage Evacuation',0,0,33468,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88307,'Staged Evacuation',0,0,33468,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88308,'Simultaneous Evacuation',0,0,33468,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88309,'Phased Evacuation',0,0,33468,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88310,'Staff Alarm Only',0,0,33468,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88311,'Stay Put Policy',0,0,33468,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88312,'Yes. A responsible person has been nominated.',0,0,33469,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88313,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,33469,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88314,'Other',20,0,33469,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88315,'N/A',0,0,33469,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88316,'Yes. A competent person is available to assist in fire safety measures.',0,0,33470,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88317,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,33470,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88318,'Other',20,0,33470,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88319,'N/A',0,0,33470,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88320,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,33471,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88321,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,33471,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88322,'Other',20,0,33471,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88323,'N/A',0,0,33471,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88324,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,33473,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88325,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,33473,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88326,'Other',20,0,33473,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88327,'N/A',0,0,33473,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88328,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,33475,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88329,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,33475,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88330,'Other',20,0,33475,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88331,'N/A',0,0,33475,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88332,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,33476,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88333,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,33476,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88334,'Other',20,0,33476,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88335,'N/A',0,0,33476,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88336,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,33477,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88337,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,33477,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88338,'Other',20,0,33477,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88339,'N/A',0,0,33477,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88340,'Yes. The plan is readily available.',0,0,33479,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88341,'No. The plan is not available.',3,0,33479,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88342,'Other',20,0,33479,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88343,'N/A',0,0,33479,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88344,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,33480,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88345,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,33480,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88346,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,33480,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88347,'Other',20,0,33480,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88348,'N/A',0,0,33480,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88349,'Yes. There are suitable arrangements in place to prevent danger.',0,0,33481,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88350,'No. There are not suitable arrangements in place to prevent danger..',4,0,33481,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88351,'Other',20,0,33481,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88352,'N/A',0,0,33481,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88353,'Yes. The company has a full evacuation system in place.',0,0,33482,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88354,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,33482,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88355,'Other',20,0,33482,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88356,'N/A',0,0,33482,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88357,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,33483,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88358,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,33483,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88359,'Other',20,0,33483,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88360,'N/A',0,0,33483,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88361,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,33484,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88362,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,33484,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88363,'Other',20,0,33484,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88364,'N/A',0,0,33484,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88365,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,33485,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88366,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,33485,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88367,'Other',20,0,33485,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88368,'N/A',0,0,33485,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88369,'Yes. They do consider other organisation within the building.',0,0,33486,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88370,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,33486,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88371,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,33486,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88372,'Other',20,0,33486,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88373,'N/A',0,0,33486,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88374,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,33487,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88375,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,33487,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88376,'Other',20,0,33487,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88377,'N/A',0,0,33487,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88378,'Yes, they are in good condition & positioned correctly.',0,0,33489,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88379,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33489,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88380,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33489,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88381,'Other',20,0,33489,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88382,'N/A',0,0,33489,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88383,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33491,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88384,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33491,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88385,'No. There is no fire risk logbook.',5,0,33491,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88386,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33492,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88387,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33492,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88388,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33492,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88389,'N/A',0,0,33492,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88390,'Other',20,0,33492,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88391,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33494,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88392,'Yes. They are installed, and signs are displayed.',0,0,33494,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88393,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33494,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88394,'N/A',0,0,33494,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88395,'Other',20,0,33494,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88396,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33496,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88397,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33496,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88398,'Other',20,0,33496,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88399,'N/A',0,0,33496,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88400,'Yes. There is suitable Emergency lighting in the building.',0,0,33497,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88401,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33497,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88402,'Other',20,0,33497,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88403,'N/A',0,0,33497,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88404,'Yes. They are in good condition with no obstructions.',0,0,33498,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88405,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33498,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88406,'Other',20,0,33498,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88407,'N/A',0,0,33498,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88408,'Yes. User checks are recorded into the fire risk logbook.',0,0,33500,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88409,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33500,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88410,'Other',20,0,33500,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88411,'N/A',0,0,33500,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88412,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33501,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88413,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33501,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88414,'Other',20,0,33501,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88415,'N/A',0,0,33501,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88416,'Yes. There is a certificate within the last 6 months.',0,0,33504,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88417,'The certificate was issued within the last 12 months.',2,0,33504,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88418,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33504,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88419,'N/A',0,0,33504,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88420,'Other',20,0,33504,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88421,'Yes. Certification within 6 months',0,0,33506,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88422,'Yes. Certification within 12 months',2,0,33506,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88423,'No certification. (Recommend testing by fire safety specialist)',5,0,33506,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88424,'N/A',0,0,33506,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88425,'Other',20,0,33506,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88426,'Yes. Service and test certification is within 12 months',0,0,33507,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88427,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,33507,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88428,'N/A',0,0,33507,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88429,'Other',20,0,33507,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88430,'Yes. The EICR test certification is complete within last 5 years',0,0,33509,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88431,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,33509,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88432,'N/A',0,0,33509,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88433,'Other',20,0,33509,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88434,'Yes',0,0,33511,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88435,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,33511,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88436,'N/A',0,0,33511,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88437,'Other',20,0,33511,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88438,'Yes',0,0,33513,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88439,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,33513,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88440,'N/A',0,0,33513,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88441,'Other',20,0,33513,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88442,'Yes',0,0,33515,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88443,'No. There are hot working areas but no fire blankets are present.',5,0,33515,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88444,'N/A',0,0,33515,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88445,'Other',20,0,33515,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88446,'Yes. They are provided and ready to use located in a communal area.',0,0,33517,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88447,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,33517,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88448,'N/A',0,0,33517,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88449,'Other',20,0,33517,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88450,'Yes',2,0,33518,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88451,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,33518,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88452,'The property does not have a gas connection.',0,0,33518,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88453,'N/A',0,0,33518,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88454,'Yes. Assembly points are clearly marked.',0,0,33519,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88455,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,33519,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88456,'NA',0,0,33519,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88457,'Other',20,0,33519,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88458,'Yes',0,0,33520,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88459,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,33520,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88460,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,33520,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88461,'N/A',0,0,33520,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88462,'Other',20,0,33520,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88463,'Yes',0,0,33521,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88464,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,33521,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88465,'NA',0,0,33521,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88466,'Other',20,0,33521,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88467,'Yes. The shortest route has been put into the plan',0,0,33522,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88468,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,33522,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88469,'NA',0,0,33522,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88470,'Other',20,0,33522,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88471,'Yes. There is more than one exit available.',1,0,33523,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88472,'No. There is only one escape exit available.',0,0,33523,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88473,'Other',20,0,33523,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88474,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,33524,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88475,'No. The exits are not efficient enough for the building.',9,0,33524,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88476,'NA',0,0,33524,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88477,'Other',20,0,33524,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88478,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,33525,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88479,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,33525,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88480,'NA',0,0,33525,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(88481,'Other',20,0,33525,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88482,'Yes. Escape routes are kept clear throughout the building.',0,0,33526,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88483,'No. There are obstructions on one or more escape routes.',6,0,33526,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88484,'N/A',0,0,33526,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88485,'Other',20,0,33526,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88486,'Yes',0,0,33527,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88487,'No. There is no assembly point or the assembly point is too small.',8,0,33527,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88488,'NA',0,0,33527,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88489,'Other',20,0,33527,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88490,'Evacuation only',3,0,33528,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88491,'Delayed evacuation process with 15 minute time delay',4,0,33528,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88492,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,33528,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88493,'Other',20,0,33528,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88494,'Yes. Once per year.',1,0,33529,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88495,'Yes. Twice per year.',0,0,33529,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88496,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,33529,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88497,'Other',20,0,33529,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88498,'Yes. The fire risk assessment is reviewed annually.',0,0,33530,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88499,'No. (Recommend immediate update to ensure compliance.)',5,0,33530,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88500,'NA',5,0,33530,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88501,'Other',20,0,33530,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88502,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,33531,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88503,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,33531,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88504,'N/A',0,0,33531,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88505,'Other',20,0,33531,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88506,'Yes. Training has been provided',0,0,33532,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88507,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,33532,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88508,'Other',20,0,33532,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88509,'N/A',0,0,33532,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88510,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,33533,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88511,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,33533,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88512,'NA',0,0,33533,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88513,'Other',20,0,33533,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88514,'Yes. Training has been documented on induction.',0,0,33534,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88515,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,33534,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88516,'NA',0,0,33534,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88517,'Other',20,0,33534,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88518,'Yes. This is part of the fire training program and fire warden duties.',0,0,33535,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88519,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,33535,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88520,'NA',0,0,33535,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88521,'Other',20,0,33535,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(88522,'Yes',0,0,33536,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88523,'No',5,0,33536,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88524,'Other',20,0,33536,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88525,'N/A',0,0,33536,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88526,'Yes',0,0,33537,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88527,'Yes',0,0,33537,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88528,'No',5,0,33537,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88529,'N/A',0,0,33537,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88530,'Other',20,0,33537,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88531,'Director',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88532,'Owner Landlord',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88533,'Site Maitenance',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88534,'Estate Agent',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88535,'Letting Agent',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88536,'Other',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88537,'Director',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88538,'CEO',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88539,'Other',0,0,33545,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88540,'Nebosh',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88541,'Level 2 Fire Risk Assessor',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88542,'Competant Person',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88543,'Property Manager',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88544,'Construction Manager',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88545,'Fire Warden',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88546,'Director',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88547,'CEO',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88548,'N/A',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88549,'Other',0,0,33546,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88550,'Property Agent',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88551,'Owner Landlord',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88552,'Site Manager',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88553,'Property Manager',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88554,'Construction Manager',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88555,'Fire Warden',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88556,'Director',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88557,'CEO',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88558,'Other',0,0,33547,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88559,'A Property Within Building Block',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88560,'All Of The Property',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88561,'Communal Areas Only',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88562,'House',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88563,'Flat',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88564,'Other',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88565,'Director',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88566,'CEO',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88567,'Other',0,0,33548,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88568,'Detached',1,0,33554,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88569,'Semi Detached',2,0,33554,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88570,'Terraced',3,0,33554,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88571,'Linked-Detached',1,0,33554,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88572,'Other',20,0,33554,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88573,'House',1,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88574,'Bungalow',1,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88575,'Maisonette',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88576,'Block of Flats - Studios up to 6 Floor Levels',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88577,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88578,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88579,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88580,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88581,'Underground Property',1,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88582,'Factory/ Warehouse',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88583,'Garage/ Workshop',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88584,'Retail Shop',2,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88585,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88586,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88587,'Other',20,0,33555,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88588,'NA',0,0,33560,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88589,'Number of staircase',2,0,33560,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88590,'NA',0,0,33561,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88591,'Number os staircases',2,0,33561,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88592,'25%',1,0,33573,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88593,'50%',1,0,33573,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88594,'75%',1,0,33573,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88595,'100%',1,0,33573,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88596,'Other',20,0,33573,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88597,'Yes',1,0,33575,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88598,'No',3,0,33575,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88599,'Unknown',3,0,33575,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88600,'Stone',0,0,33575,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88601,'Other',20,0,33575,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88602,'Yes',1,0,33576,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88603,'No',5,0,33576,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88604,'Unknown',5,0,33576,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88605,'Stone',0,0,33576,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88606,'Other',20,0,33576,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88607,'Wood',2,0,33577,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88608,'Plastics',1,0,33577,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88609,'Aluminium',0,0,33577,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88610,'Stone',0,0,33577,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88611,'Other',20,0,33577,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88612,'0%',0,0,33579,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88613,'25%',1,0,33579,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88614,'50%',1,0,33579,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88615,'75%',1,0,33579,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88616,'100%',1,0,33579,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88617,'0%',0,0,33580,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88618,'25%',2,0,33580,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88619,'50%',2,0,33580,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88620,'75%',2,0,33580,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88621,'100%',2,0,33580,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88622,'0%',0,0,33581,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88623,'25%',1,0,33581,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88624,'50%',1,0,33581,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88625,'75%',1,0,33581,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88626,'100%',1,0,33581,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88627,'Solid concrete flooring on all levels',0,0,33582,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88628,'Timber joists on all levels',3,0,33582,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88629,'Concrete lowest floor – Timber above higher levels',3,0,33582,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88630,'Other',20,0,33582,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88631,'Yes',1,0,33585,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88632,'No',6,0,33585,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88633,'N/A',0,0,33585,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88634,'Yes',2,0,33587,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88635,'No',8,0,33587,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88636,'N/A',0,0,33587,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88637,'Yes',1,0,33589,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88638,'No',6,0,33589,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88639,'N/A',0,0,33589,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88640,'Yes',1,0,33591,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88641,'No',6,0,33591,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88642,'N/A',0,0,33591,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88643,'Yes',1,0,33593,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88644,'No',6,0,33593,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88645,'N/A',0,0,33593,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88646,'Yes',1,0,33597,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88647,'No',3,0,33597,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88648,'Yes',1,0,33599,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88649,'No',3,0,33599,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88650,'Yes',1,0,33601,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88651,'No',3,0,33601,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88652,'N/A',0,0,33601,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88653,'Very Good',0,0,33603,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88654,'Good',1,0,33603,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88655,'Fair',2,0,33603,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88656,'Poor',3,0,33603,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88657,'Very Poor',4,0,33603,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88658,'0%',1,0,33610,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88659,'1% - 25%',1,0,33610,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88660,'26% - 50%',1,0,33610,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88661,'51% - 75%',1,0,33610,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88662,'76% - 100%',1,0,33610,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88663,'0%',1,0,33611,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88664,'1% - 25%',1,0,33611,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88665,'26% - 50%',1,0,33611,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88666,'51% - 75%',1,0,33611,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88667,'76% - 100%',1,0,33611,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88668,'0%',1,0,33612,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88669,'1% - 25%',1,0,33612,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88670,'26% - 50%',1,0,33612,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88671,'51% - 75%',1,0,33612,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88672,'76% - 100%',1,0,33612,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88673,'0%',5,0,33614,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88674,'1% - 25%',4,0,33614,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88675,'26% - 50%',3,0,33614,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88676,'51% - 75%',2,0,33614,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88677,'76% - 100%',1,0,33614,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88678,'0%',1,0,33615,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88679,'1% - 25%',1,0,33615,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88680,'26% - 50%',1,0,33615,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88681,'51% - 75%',1,0,33615,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88682,'76% - 100%',1,0,33615,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88683,'0%',1,0,33616,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88684,'1% - 25%',1,0,33616,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88685,'26% - 50%',1,0,33616,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88686,'51% - 75%',1,0,33616,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88687,'76% - 100%',1,0,33616,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88688,'Fan Heaters',4,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88689,'Electric Heaters',4,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88690,'Gas Heater',5,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88691,'Other Boilers',2,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88692,'Electrical Equipment',3,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88693,'Electrical Leads',3,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88694,'Portable Equipment',3,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88695,'Portable Lighting',2,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88696,'Cooking Equipment',6,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88697,'Other',20,0,33617,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88698,'Wood/Paper/Cardboard etc',3,0,33619,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88699,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,33619,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88700,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,33619,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88701,'Waste Material Controlled -in locked wheely bin or store',2,0,33619,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88702,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,33619,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88703,'Other',20,0,33619,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88704,'Employees',2,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88705,'Sub-Contractors',3,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88706,'Young Persons',4,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88707,'Visitors',4,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88708,'The General Public (Customers)',4,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88709,'Disabled or Special needs People less able to leave the premises quickly',7,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88710,'Occupants in Remote Areas',6,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88711,'Sleeping Occupants',7,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88712,'Neighbouring Premises',2,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88713,'Tenants / Owners',3,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88714,'Animals / Livestock',2,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88715,'Other',0,0,33622,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88716,'9:00 - 17:00',0,0,33625,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88717,'17:00 - 24:00',0,0,33625,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88718,'24:00 - 9:00',0,0,33625,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88719,'9:00 - 17:00',0,0,33626,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88720,'17:00 - 24:00',0,0,33626,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88721,'24:00 - 9:00',0,0,33626,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88722,'9:00 - 17:00',0,0,33627,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88723,'17:00 - 24:00',0,0,33627,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88724,'24:00 - 9:00',0,0,33627,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88725,'9:00 - 17:00',0,0,33628,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88726,'17:00 - 24:00',0,0,33628,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88727,'24:00 - 9:00',0,0,33628,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88728,'9:00 - 17:00',0,0,33629,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88729,'17:00 - 24:00',0,0,33629,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88730,'24:00 - 9:00',0,0,33629,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88731,'9:00 - 17:00',0,0,33630,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88732,'17:00 - 24:00',0,0,33630,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88733,'24:00 - 9:00',0,0,33630,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88734,'9:00 - 17:00',0,0,33631,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88735,'17:00 - 24:00',0,0,33631,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88736,'24:00 - 9:00',0,0,33631,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88737,'Below 20',1,0,33632,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88738,'20-49',2,0,33632,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88739,'50-99',2,0,33632,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88740,'100-499',3,0,33632,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88741,'500-999',4,0,33632,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88742,'1000',5,0,33632,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88743,'Single Stage Evacuation',0,0,33633,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88744,'Staged Evacuation',0,0,33633,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88745,'Simultaneous Evacuation',0,0,33633,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88746,'Phased Evacuation',0,0,33633,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88747,'Staff Alarm Only',0,0,33633,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88748,'Stay Put Policy',0,0,33633,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88749,'Yes. A responsible person has been nominated.',0,0,33634,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88750,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,33634,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88751,'Other',20,0,33634,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88752,'N/A',0,0,33634,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88753,'Yes. A competent person is available to assist in fire safety measures.',0,0,33635,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88754,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,33635,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88755,'Other',20,0,33635,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88756,'N/A',0,0,33635,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88757,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,33636,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88758,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,33636,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88759,'Other',20,0,33636,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88760,'N/A',0,0,33636,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88761,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,33638,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88762,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,33638,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88763,'Other',20,0,33638,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88764,'N/A',0,0,33638,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88765,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,33640,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88766,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,33640,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88767,'Other',20,0,33640,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88768,'N/A',0,0,33640,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88769,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,33641,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88770,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,33641,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88771,'Other',20,0,33641,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88772,'N/A',0,0,33641,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88773,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,33642,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88774,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,33642,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88775,'Other',20,0,33642,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88776,'N/A',0,0,33642,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88777,'Yes. The plan is readily available.',0,0,33644,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88778,'No. The plan is not available.',3,0,33644,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88779,'Other',20,0,33644,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88780,'N/A',0,0,33644,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88781,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,33645,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88782,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,33645,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88783,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,33645,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88784,'Other',20,0,33645,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88785,'N/A',0,0,33645,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88786,'Yes. There are suitable arrangements in place to prevent danger.',0,0,33646,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88787,'No. There are not suitable arrangements in place to prevent danger..',4,0,33646,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88788,'Other',20,0,33646,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88789,'N/A',0,0,33646,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88790,'Yes. The company has a full evacuation system in place.',0,0,33647,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88791,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,33647,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88792,'Other',20,0,33647,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88793,'N/A',0,0,33647,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88794,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,33648,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88795,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,33648,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88796,'Other',20,0,33648,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88797,'N/A',0,0,33648,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88798,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,33649,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88799,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,33649,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88800,'Other',20,0,33649,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88801,'N/A',0,0,33649,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88802,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,33650,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88803,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,33650,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88804,'Other',20,0,33650,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88805,'N/A',0,0,33650,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88806,'Yes. They do consider other organisation within the building.',0,0,33651,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88807,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,33651,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88808,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,33651,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88809,'Other',20,0,33651,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88810,'N/A',0,0,33651,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88811,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,33652,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88812,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,33652,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88813,'Other',20,0,33652,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88814,'N/A',0,0,33652,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88815,'Yes, they are in good condition & positioned correctly.',0,0,33654,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88816,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33654,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88817,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33654,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88818,'Other',20,0,33654,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88819,'N/A',0,0,33654,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88820,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33656,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88821,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33656,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88822,'No. There is no fire risk logbook.',5,0,33656,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88823,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33657,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88824,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33657,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88825,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33657,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88826,'N/A',0,0,33657,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88827,'Other',20,0,33657,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88828,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33659,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88829,'Yes. They are installed, and signs are displayed.',0,0,33659,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88830,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33659,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88831,'N/A',0,0,33659,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88832,'Other',20,0,33659,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88833,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33661,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88834,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33661,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(88835,'Other',20,0,33661,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88836,'N/A',0,0,33661,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88837,'Yes. There is suitable Emergency lighting in the building.',0,0,33662,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88838,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33662,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88839,'Other',20,0,33662,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88840,'N/A',0,0,33662,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88841,'Yes. They are in good condition with no obstructions.',0,0,33663,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88842,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33663,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88843,'Other',20,0,33663,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88844,'N/A',0,0,33663,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88845,'Yes. User checks are recorded into the fire risk logbook.',0,0,33665,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88846,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33665,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88847,'Other',20,0,33665,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88848,'N/A',0,0,33665,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88849,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33666,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88850,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33666,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88851,'Other',20,0,33666,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88852,'N/A',0,0,33666,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88853,'Yes. There is a certificate within the last 6 months.',0,0,33669,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88854,'The certificate was issued within the last 12 months.',2,0,33669,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88855,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33669,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88856,'N/A',0,0,33669,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88857,'Other',20,0,33669,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88858,'Yes. Certification within 6 months',0,0,33671,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88859,'Yes. Certification within 12 months',2,0,33671,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88860,'No certification. (Recommend testing by fire safety specialist)',5,0,33671,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88861,'N/A',0,0,33671,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88862,'Other',20,0,33671,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88863,'Yes. Service and test certification is within 12 months',0,0,33672,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88864,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,33672,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88865,'N/A',0,0,33672,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88866,'Other',20,0,33672,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88867,'Yes. The EICR test certification is complete within last 5 years',0,0,33674,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88868,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,33674,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88869,'N/A',0,0,33674,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88870,'Other',20,0,33674,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88871,'Yes',0,0,33676,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88872,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,33676,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88873,'N/A',0,0,33676,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88874,'Other',20,0,33676,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88875,'Yes',0,0,33678,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88876,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,33678,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88877,'N/A',0,0,33678,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88878,'Other',20,0,33678,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88879,'Yes',0,0,33680,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88880,'No. There are hot working areas but no fire blankets are present.',5,0,33680,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88881,'N/A',0,0,33680,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88882,'Other',20,0,33680,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88883,'Yes. They are provided and ready to use located in a communal area.',0,0,33682,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88884,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,33682,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88885,'N/A',0,0,33682,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88886,'Other',20,0,33682,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88887,'Yes',2,0,33683,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88888,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,33683,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88889,'The property does not have a gas connection.',0,0,33683,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88890,'N/A',0,0,33683,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88891,'Yes. Assembly points are clearly marked.',0,0,33684,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88892,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,33684,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88893,'NA',0,0,33684,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88894,'Other',20,0,33684,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88895,'Yes',0,0,33685,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88896,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,33685,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88897,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,33685,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88898,'N/A',0,0,33685,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88899,'Other',20,0,33685,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88900,'Yes',0,0,33686,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88901,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,33686,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88902,'NA',0,0,33686,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88903,'Other',20,0,33686,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88904,'Yes. The shortest route has been put into the plan',0,0,33687,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88905,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,33687,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88906,'NA',0,0,33687,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88907,'Other',20,0,33687,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88908,'Yes. There is more than one exit available.',1,0,33688,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88909,'No. There is only one escape exit available.',0,0,33688,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88910,'Other',20,0,33688,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88911,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,33689,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88912,'No. The exits are not efficient enough for the building.',9,0,33689,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88913,'NA',0,0,33689,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88914,'Other',20,0,33689,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88915,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,33690,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88916,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,33690,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88917,'NA',0,0,33690,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88918,'Other',20,0,33690,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88919,'Yes. Escape routes are kept clear throughout the building.',0,0,33691,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88920,'No. There are obstructions on one or more escape routes.',6,0,33691,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88921,'N/A',0,0,33691,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88922,'Other',20,0,33691,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88923,'Yes',0,0,33692,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88924,'No. There is no assembly point or the assembly point is too small.',8,0,33692,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88925,'NA',0,0,33692,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88926,'Other',20,0,33692,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88927,'Evacuation only',3,0,33693,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88928,'Delayed evacuation process with 15 minute time delay',4,0,33693,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88929,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,33693,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88930,'Other',20,0,33693,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88931,'Yes. Once per year.',1,0,33694,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88932,'Yes. Twice per year.',0,0,33694,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88933,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,33694,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88934,'Other',20,0,33694,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88935,'Yes. The fire risk assessment is reviewed annually.',0,0,33695,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88936,'No. (Recommend immediate update to ensure compliance.)',5,0,33695,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88937,'NA',5,0,33695,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88938,'Other',20,0,33695,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88939,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,33696,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88940,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,33696,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88941,'N/A',0,0,33696,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88942,'Other',20,0,33696,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88943,'Yes. Training has been provided',0,0,33697,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88944,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,33697,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88945,'Other',20,0,33697,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88946,'N/A',0,0,33697,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88947,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,33698,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88948,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,33698,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88949,'NA',0,0,33698,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88950,'Other',20,0,33698,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88951,'Yes. Training has been documented on induction.',0,0,33699,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88952,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,33699,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88953,'NA',0,0,33699,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88954,'Other',20,0,33699,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88955,'Yes. This is part of the fire training program and fire warden duties.',0,0,33700,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88956,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,33700,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88957,'NA',0,0,33700,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88958,'Other',20,0,33700,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(88959,'Director',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88960,'Owner Landlord',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88961,'Site Maitenance',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88962,'Estate Agent',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88963,'Letting Agent',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88964,'Other',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88965,'Director',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88966,'CEO',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88967,'Other',0,0,33708,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88968,'Nebosh',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88969,'Level 2 Fire Risk Assessor',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88970,'Competant Person',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88971,'Property Manager',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88972,'Construction Manager',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88973,'Fire Warden',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88974,'Director',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88975,'CEO',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88976,'N/A',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88977,'Other',0,0,33709,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88978,'Property Agent',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88979,'Owner Landlord',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88980,'Site Manager',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88981,'Property Manager',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88982,'Construction Manager',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88983,'Fire Warden',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88984,'Director',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88985,'CEO',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88986,'Other',0,0,33710,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88987,'A Property Within Building Block',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88988,'All Of The Property',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88989,'Communal Areas Only',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88990,'House',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88991,'Flat',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88992,'Other',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88993,'Director',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88994,'CEO',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88995,'Other',0,0,33711,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88996,'Detached',1,0,33717,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88997,'Semi Detached',2,0,33717,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88998,'Terraced',3,0,33717,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(88999,'Linked-Detached',1,0,33717,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89000,'Other',20,0,33717,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89001,'House',1,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89002,'Bungalow',1,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89003,'Maisonette',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89004,'Block of Flats - Studios up to 6 Floor Levels',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89005,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89006,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89007,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89008,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89009,'Underground Property',1,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89010,'Factory/ Warehouse',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89011,'Garage/ Workshop',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89012,'Retail Shop',2,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89013,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89014,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89015,'Other',20,0,33718,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89016,'NA',0,0,33723,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89017,'Number of staircase',2,0,33723,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89018,'NA',0,0,33724,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89019,'Number os staircases',2,0,33724,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89020,'25%',1,0,33736,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89021,'50%',1,0,33736,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89022,'75%',1,0,33736,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89023,'100%',1,0,33736,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89024,'Other',20,0,33736,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89025,'Yes',1,0,33738,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89026,'No',3,0,33738,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89027,'Unknown',3,0,33738,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89028,'Stone',0,0,33738,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89029,'Other',20,0,33738,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89030,'Yes',1,0,33739,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89031,'No',5,0,33739,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89032,'Unknown',5,0,33739,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89033,'Stone',0,0,33739,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89034,'Other',20,0,33739,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89035,'Wood',2,0,33740,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89036,'Plastics',1,0,33740,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89037,'Aluminium',0,0,33740,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89038,'Stone',0,0,33740,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89039,'Other',20,0,33740,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89040,'0%',0,0,33742,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89041,'25%',1,0,33742,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89042,'50%',1,0,33742,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89043,'75%',1,0,33742,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89044,'100%',1,0,33742,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89045,'0%',0,0,33743,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89046,'25%',2,0,33743,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89047,'50%',2,0,33743,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89048,'75%',2,0,33743,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89049,'100%',2,0,33743,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89050,'0%',0,0,33744,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89051,'25%',1,0,33744,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89052,'50%',1,0,33744,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89053,'75%',1,0,33744,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89054,'100%',1,0,33744,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89055,'Solid concrete flooring on all levels',0,0,33745,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89056,'Timber joists on all levels',3,0,33745,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89057,'Concrete lowest floor – Timber above higher levels',3,0,33745,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89058,'Other',20,0,33745,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89059,'Yes',1,0,33748,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89060,'No',6,0,33748,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89061,'N/A',0,0,33748,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89062,'Yes',2,0,33750,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89063,'No',8,0,33750,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89064,'N/A',0,0,33750,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89065,'Yes',1,0,33752,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89066,'No',6,0,33752,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89067,'N/A',0,0,33752,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89068,'Yes',1,0,33754,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89069,'No',6,0,33754,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89070,'N/A',0,0,33754,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89071,'Yes',1,0,33756,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89072,'No',6,0,33756,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89073,'N/A',0,0,33756,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89074,'Yes',1,0,33760,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89075,'No',3,0,33760,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89076,'Yes',1,0,33762,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89077,'No',3,0,33762,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89078,'Yes',1,0,33764,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89079,'No',3,0,33764,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89080,'N/A',0,0,33764,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89081,'Very Good',0,0,33766,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89082,'Good',1,0,33766,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89083,'Fair',2,0,33766,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89084,'Poor',3,0,33766,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89085,'Very Poor',4,0,33766,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89086,'0%',1,0,33773,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89087,'1% - 25%',1,0,33773,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89088,'26% - 50%',1,0,33773,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89089,'51% - 75%',1,0,33773,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89090,'76% - 100%',1,0,33773,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89091,'0%',1,0,33774,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89092,'1% - 25%',1,0,33774,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89093,'26% - 50%',1,0,33774,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89094,'51% - 75%',1,0,33774,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89095,'76% - 100%',1,0,33774,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89096,'0%',1,0,33775,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89097,'1% - 25%',1,0,33775,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89098,'26% - 50%',1,0,33775,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89099,'51% - 75%',1,0,33775,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89100,'76% - 100%',1,0,33775,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89101,'0%',5,0,33777,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89102,'1% - 25%',4,0,33777,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89103,'26% - 50%',3,0,33777,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89104,'51% - 75%',2,0,33777,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89105,'76% - 100%',1,0,33777,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89106,'0%',1,0,33778,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89107,'1% - 25%',1,0,33778,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89108,'26% - 50%',1,0,33778,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89109,'51% - 75%',1,0,33778,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89110,'76% - 100%',1,0,33778,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89111,'0%',1,0,33779,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89112,'1% - 25%',1,0,33779,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89113,'26% - 50%',1,0,33779,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89114,'51% - 75%',1,0,33779,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89115,'76% - 100%',1,0,33779,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89116,'Fan Heaters',4,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89117,'Electric Heaters',4,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89118,'Gas Heater',5,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89119,'Other Boilers',2,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89120,'Electrical Equipment',3,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89121,'Electrical Leads',3,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89122,'Portable Equipment',3,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89123,'Portable Lighting',2,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89124,'Cooking Equipment',6,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89125,'Other',20,0,33780,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89126,'Wood/Paper/Cardboard etc',3,0,33782,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89127,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,33782,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89128,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,33782,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89129,'Waste Material Controlled -in locked wheely bin or store',2,0,33782,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89130,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,33782,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89131,'Other',20,0,33782,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89132,'Employees',2,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89133,'Sub-Contractors',3,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89134,'Young Persons',4,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89135,'Visitors',4,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89136,'The General Public (Customers)',4,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89137,'Disabled or Special needs People less able to leave the premises quickly',7,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89138,'Occupants in Remote Areas',6,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89139,'Sleeping Occupants',7,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89140,'Neighbouring Premises',2,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89141,'Tenants / Owners',3,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89142,'Animals / Livestock',2,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89143,'Other',0,0,33785,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89144,'9:00 - 17:00',0,0,33788,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89145,'17:00 - 24:00',0,0,33788,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89146,'24:00 - 9:00',0,0,33788,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89147,'9:00 - 17:00',0,0,33789,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89148,'17:00 - 24:00',0,0,33789,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89149,'24:00 - 9:00',0,0,33789,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89150,'9:00 - 17:00',0,0,33790,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89151,'17:00 - 24:00',0,0,33790,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89152,'24:00 - 9:00',0,0,33790,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89153,'9:00 - 17:00',0,0,33791,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89154,'17:00 - 24:00',0,0,33791,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89155,'24:00 - 9:00',0,0,33791,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89156,'9:00 - 17:00',0,0,33792,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89157,'17:00 - 24:00',0,0,33792,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89158,'24:00 - 9:00',0,0,33792,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89159,'9:00 - 17:00',0,0,33793,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89160,'17:00 - 24:00',0,0,33793,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89161,'24:00 - 9:00',0,0,33793,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89162,'9:00 - 17:00',0,0,33794,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89163,'17:00 - 24:00',0,0,33794,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89164,'24:00 - 9:00',0,0,33794,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89165,'Below 20',1,0,33795,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89166,'20-49',2,0,33795,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89167,'50-99',2,0,33795,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89168,'100-499',3,0,33795,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89169,'500-999',4,0,33795,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89170,'1000',5,0,33795,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89171,'Single Stage Evacuation',0,0,33796,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89172,'Staged Evacuation',0,0,33796,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89173,'Simultaneous Evacuation',0,0,33796,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89174,'Phased Evacuation',0,0,33796,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89175,'Staff Alarm Only',0,0,33796,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89176,'Stay Put Policy',0,0,33796,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89177,'Yes. A responsible person has been nominated.',0,0,33797,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89178,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,33797,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89179,'Other',20,0,33797,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89180,'N/A',0,0,33797,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89181,'Yes. A competent person is available to assist in fire safety measures.',0,0,33798,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89182,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,33798,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89183,'Other',20,0,33798,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89184,'N/A',0,0,33798,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89185,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,33799,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89186,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,33799,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89187,'Other',20,0,33799,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89188,'N/A',0,0,33799,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89189,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,33801,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89190,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,33801,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89191,'Other',20,0,33801,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89192,'N/A',0,0,33801,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89193,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,33803,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89194,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,33803,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89195,'Other',20,0,33803,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89196,'N/A',0,0,33803,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89197,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,33804,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89198,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,33804,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89199,'Other',20,0,33804,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89200,'N/A',0,0,33804,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89201,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,33805,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89202,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,33805,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89203,'Other',20,0,33805,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89204,'N/A',0,0,33805,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89205,'Yes. The plan is readily available.',0,0,33807,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89206,'No. The plan is not available.',3,0,33807,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89207,'Other',20,0,33807,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89208,'N/A',0,0,33807,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89209,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,33808,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89210,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,33808,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89211,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,33808,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89212,'Other',20,0,33808,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89213,'N/A',0,0,33808,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89214,'Yes. There are suitable arrangements in place to prevent danger.',0,0,33809,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89215,'No. There are not suitable arrangements in place to prevent danger..',4,0,33809,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89216,'Other',20,0,33809,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89217,'N/A',0,0,33809,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89218,'Yes. The company has a full evacuation system in place.',0,0,33810,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89219,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,33810,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89220,'Other',20,0,33810,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89221,'N/A',0,0,33810,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89222,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,33811,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89223,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,33811,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89224,'Other',20,0,33811,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89225,'N/A',0,0,33811,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89226,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,33812,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89227,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,33812,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89228,'Other',20,0,33812,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89229,'N/A',0,0,33812,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89230,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,33813,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89231,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,33813,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89232,'Other',20,0,33813,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89233,'N/A',0,0,33813,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89234,'Yes. They do consider other organisation within the building.',0,0,33814,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89235,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,33814,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89236,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,33814,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89237,'Other',20,0,33814,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89238,'N/A',0,0,33814,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89239,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,33815,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89240,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,33815,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89241,'Other',20,0,33815,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89242,'N/A',0,0,33815,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89243,'Yes, they are in good condition & positioned correctly.',0,0,33817,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89244,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33817,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89245,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33817,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89246,'Other',20,0,33817,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89247,'N/A',0,0,33817,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89248,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33819,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89249,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33819,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89250,'No. There is no fire risk logbook.',5,0,33819,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89251,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33820,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89252,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33820,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89253,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33820,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89254,'N/A',0,0,33820,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89255,'Other',20,0,33820,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89256,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33822,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89257,'Yes. They are installed, and signs are displayed.',0,0,33822,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89258,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33822,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89259,'N/A',0,0,33822,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89260,'Other',20,0,33822,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89261,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33824,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89262,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33824,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89263,'Other',20,0,33824,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89264,'N/A',0,0,33824,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89265,'Yes. There is suitable Emergency lighting in the building.',0,0,33825,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89266,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33825,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89267,'Other',20,0,33825,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89268,'N/A',0,0,33825,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89269,'Yes. They are in good condition with no obstructions.',0,0,33826,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89270,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33826,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89271,'Other',20,0,33826,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89272,'N/A',0,0,33826,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89273,'Yes. User checks are recorded into the fire risk logbook.',0,0,33828,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89274,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33828,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89275,'Other',20,0,33828,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89276,'N/A',0,0,33828,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89277,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33829,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89278,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33829,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89279,'Other',20,0,33829,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89280,'N/A',0,0,33829,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89281,'Yes. There is a certificate within the last 6 months.',0,0,33832,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89282,'The certificate was issued within the last 12 months.',2,0,33832,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89283,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33832,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89284,'N/A',0,0,33832,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89285,'Other',20,0,33832,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89286,'Yes. Certification within 6 months',0,0,33834,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89287,'Yes. Certification within 12 months',2,0,33834,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89288,'No certification. (Recommend testing by fire safety specialist)',5,0,33834,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89289,'N/A',0,0,33834,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89290,'Other',20,0,33834,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89291,'Yes. Service and test certification is within 12 months',0,0,33835,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89292,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,33835,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89293,'N/A',0,0,33835,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89294,'Other',20,0,33835,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89295,'Yes. The EICR test certification is complete within last 5 years',0,0,33837,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89296,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,33837,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89297,'N/A',0,0,33837,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89298,'Other',20,0,33837,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89299,'Yes',0,0,33839,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89300,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,33839,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89301,'N/A',0,0,33839,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89302,'Other',20,0,33839,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89303,'Yes',0,0,33841,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89304,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,33841,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89305,'N/A',0,0,33841,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89306,'Other',20,0,33841,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89307,'Yes',0,0,33843,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89308,'No. There are hot working areas but no fire blankets are present.',5,0,33843,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89309,'N/A',0,0,33843,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89310,'Other',20,0,33843,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89311,'Yes. They are provided and ready to use located in a communal area.',0,0,33845,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89312,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,33845,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89313,'N/A',0,0,33845,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89314,'Other',20,0,33845,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89315,'Yes',2,0,33846,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89316,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,33846,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89317,'The property does not have a gas connection.',0,0,33846,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89318,'N/A',0,0,33846,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89319,'Yes. Assembly points are clearly marked.',0,0,33847,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89320,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,33847,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89321,'NA',0,0,33847,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89322,'Other',20,0,33847,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89323,'Yes',0,0,33848,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89324,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,33848,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89325,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,33848,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89326,'N/A',0,0,33848,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89327,'Other',20,0,33848,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89328,'Yes',0,0,33849,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89329,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,33849,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89330,'NA',0,0,33849,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89331,'Other',20,0,33849,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89332,'Yes. The shortest route has been put into the plan',0,0,33850,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89333,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,33850,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89334,'NA',0,0,33850,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89335,'Other',20,0,33850,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89336,'Yes. There is more than one exit available.',1,0,33851,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89337,'No. There is only one escape exit available.',0,0,33851,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89338,'Other',20,0,33851,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89339,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,33852,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89340,'No. The exits are not efficient enough for the building.',9,0,33852,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89341,'NA',0,0,33852,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89342,'Other',20,0,33852,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89343,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,33853,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89344,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,33853,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89345,'NA',0,0,33853,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89346,'Other',20,0,33853,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89347,'Yes. Escape routes are kept clear throughout the building.',0,0,33854,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89348,'No. There are obstructions on one or more escape routes.',6,0,33854,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89349,'N/A',0,0,33854,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89350,'Other',20,0,33854,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89351,'Yes',0,0,33855,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89352,'No. There is no assembly point or the assembly point is too small.',8,0,33855,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89353,'NA',0,0,33855,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89354,'Other',20,0,33855,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89355,'Evacuation only',3,0,33856,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89356,'Delayed evacuation process with 15 minute time delay',4,0,33856,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89357,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,33856,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89358,'Other',20,0,33856,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89359,'Yes. Once per year.',1,0,33857,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89360,'Yes. Twice per year.',0,0,33857,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89361,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,33857,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89362,'Other',20,0,33857,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89363,'Yes. The fire risk assessment is reviewed annually.',0,0,33858,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89364,'No. (Recommend immediate update to ensure compliance.)',5,0,33858,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89365,'NA',5,0,33858,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89366,'Other',20,0,33858,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89367,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,33859,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89368,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,33859,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89369,'N/A',0,0,33859,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89370,'Other',20,0,33859,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89371,'Yes. Training has been provided',0,0,33860,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89372,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,33860,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89373,'Other',20,0,33860,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89374,'N/A',0,0,33860,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89375,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,33861,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89376,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,33861,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89377,'NA',0,0,33861,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89378,'Other',20,0,33861,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89379,'Yes. Training has been documented on induction.',0,0,33862,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89380,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,33862,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89381,'NA',0,0,33862,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89382,'Other',20,0,33862,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89383,'Yes. This is part of the fire training program and fire warden duties.',0,0,33863,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89384,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,33863,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89385,'NA',0,0,33863,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89386,'Other',20,0,33863,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89387,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,33864,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89388,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,33864,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89389,'Other',20,0,33864,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89390,'N/A',0,0,33864,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89391,'Yes. Fire wardens receive refresher training regularly.',0,0,33865,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89392,'No',5,0,33865,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89393,'N/A',0,0,33865,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89394,'Other',20,0,33865,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89395,'Other',20,0,33865,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(89396,'Director',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89397,'Owner Landlord',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89398,'Site Maitenance',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89399,'Estate Agent',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89400,'Letting Agent',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89401,'Other',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89402,'Director',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89403,'CEO',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89404,'Other',0,0,33873,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89405,'Nebosh',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89406,'Level 2 Fire Risk Assessor',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89407,'Competant Person',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89408,'Property Manager',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89409,'Construction Manager',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89410,'Fire Warden',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89411,'Director',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89412,'CEO',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89413,'N/A',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89414,'Other',0,0,33874,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89415,'Property Agent',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89416,'Owner Landlord',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89417,'Site Manager',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89418,'Property Manager',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89419,'Construction Manager',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89420,'Fire Warden',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89421,'Director',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89422,'CEO',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89423,'Other',0,0,33875,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89424,'A Property Within Building Block',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89425,'All Of The Property',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89426,'Communal Areas Only',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89427,'House',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89428,'Flat',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89429,'Other',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89430,'Director',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89431,'CEO',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89432,'Other',0,0,33876,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89433,'Detached',1,0,33882,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89434,'Semi Detached',2,0,33882,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89435,'Terraced',3,0,33882,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89436,'Linked-Detached',1,0,33882,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89437,'Other',20,0,33882,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89438,'House',1,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89439,'Bungalow',1,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89440,'Maisonette',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89441,'Block of Flats - Studios up to 6 Floor Levels',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89442,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89443,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89444,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89445,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89446,'Underground Property',1,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89447,'Factory/ Warehouse',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89448,'Garage/ Workshop',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89449,'Retail Shop',2,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89450,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89451,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89452,'Other',20,0,33883,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89453,'NA',0,0,33888,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89454,'Number of staircase',2,0,33888,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89455,'NA',0,0,33889,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89456,'Number os staircases',2,0,33889,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89457,'25%',1,0,33901,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89458,'50%',1,0,33901,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89459,'75%',1,0,33901,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89460,'100%',1,0,33901,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89461,'Other',20,0,33901,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89462,'Yes',1,0,33903,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89463,'No',3,0,33903,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89464,'Unknown',3,0,33903,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89465,'Stone',0,0,33903,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89466,'Other',20,0,33903,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89467,'Yes',1,0,33904,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89468,'No',5,0,33904,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89469,'Unknown',5,0,33904,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89470,'Stone',0,0,33904,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89471,'Other',20,0,33904,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89472,'Wood',2,0,33905,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89473,'Plastics',1,0,33905,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89474,'Aluminium',0,0,33905,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89475,'Stone',0,0,33905,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89476,'Other',20,0,33905,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89477,'0%',0,0,33907,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89478,'25%',1,0,33907,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89479,'50%',1,0,33907,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89480,'75%',1,0,33907,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89481,'100%',1,0,33907,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89482,'0%',0,0,33908,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89483,'25%',2,0,33908,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89484,'50%',2,0,33908,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89485,'75%',2,0,33908,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89486,'100%',2,0,33908,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89487,'0%',0,0,33909,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89488,'25%',1,0,33909,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89489,'50%',1,0,33909,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89490,'75%',1,0,33909,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89491,'100%',1,0,33909,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89492,'Solid concrete flooring on all levels',0,0,33910,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89493,'Timber joists on all levels',3,0,33910,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89494,'Concrete lowest floor – Timber above higher levels',3,0,33910,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89495,'Other',20,0,33910,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89496,'Yes',1,0,33913,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89497,'No',6,0,33913,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89498,'N/A',0,0,33913,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89499,'Yes',2,0,33915,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89500,'No',8,0,33915,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89501,'N/A',0,0,33915,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89502,'Yes',1,0,33917,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89503,'No',6,0,33917,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89504,'N/A',0,0,33917,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89505,'Yes',1,0,33919,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89506,'No',6,0,33919,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89507,'N/A',0,0,33919,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89508,'Yes',1,0,33921,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89509,'No',6,0,33921,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89510,'N/A',0,0,33921,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89511,'Yes',1,0,33925,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89512,'No',3,0,33925,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89513,'Yes',1,0,33927,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89514,'No',3,0,33927,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89515,'Yes',1,0,33929,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89516,'No',3,0,33929,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89517,'N/A',0,0,33929,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89518,'Very Good',0,0,33931,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89519,'Good',1,0,33931,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89520,'Fair',2,0,33931,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89521,'Poor',3,0,33931,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89522,'Very Poor',4,0,33931,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89523,'0%',1,0,33938,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89524,'1% - 25%',1,0,33938,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89525,'26% - 50%',1,0,33938,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89526,'51% - 75%',1,0,33938,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89527,'76% - 100%',1,0,33938,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89528,'0%',1,0,33939,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89529,'1% - 25%',1,0,33939,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89530,'26% - 50%',1,0,33939,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89531,'51% - 75%',1,0,33939,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89532,'76% - 100%',1,0,33939,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89533,'0%',1,0,33940,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89534,'1% - 25%',1,0,33940,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89535,'26% - 50%',1,0,33940,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89536,'51% - 75%',1,0,33940,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89537,'76% - 100%',1,0,33940,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89538,'0%',5,0,33942,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89539,'1% - 25%',4,0,33942,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89540,'26% - 50%',3,0,33942,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89541,'51% - 75%',2,0,33942,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89542,'76% - 100%',1,0,33942,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89543,'0%',1,0,33943,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89544,'1% - 25%',1,0,33943,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89545,'26% - 50%',1,0,33943,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89546,'51% - 75%',1,0,33943,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89547,'76% - 100%',1,0,33943,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89548,'0%',1,0,33944,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89549,'1% - 25%',1,0,33944,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89550,'26% - 50%',1,0,33944,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89551,'51% - 75%',1,0,33944,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89552,'76% - 100%',1,0,33944,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89553,'Fan Heaters',4,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89554,'Electric Heaters',4,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89555,'Gas Heater',5,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89556,'Other Boilers',2,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89557,'Electrical Equipment',3,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89558,'Electrical Leads',3,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89559,'Portable Equipment',3,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89560,'Portable Lighting',2,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89561,'Cooking Equipment',6,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89562,'Other',20,0,33945,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89563,'Wood/Paper/Cardboard etc',3,0,33947,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89564,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,33947,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89565,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,33947,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89566,'Waste Material Controlled -in locked wheely bin or store',2,0,33947,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89567,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,33947,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89568,'Other',20,0,33947,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89569,'Employees',2,0,33950,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89570,'Sub-Contractors',3,0,33950,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89571,'Young Persons',4,0,33950,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89572,'Visitors',4,0,33950,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89573,'The General Public (Customers)',4,0,33950,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(89574,'Disabled or Special needs People less able to leave the premises quickly',7,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89575,'Occupants in Remote Areas',6,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89576,'Sleeping Occupants',7,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89577,'Neighbouring Premises',2,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89578,'Tenants / Owners',3,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89579,'Animals / Livestock',2,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89580,'Other',0,0,33950,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89581,'9:00 - 17:00',0,0,33953,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89582,'17:00 - 24:00',0,0,33953,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89583,'24:00 - 9:00',0,0,33953,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89584,'9:00 - 17:00',0,0,33954,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89585,'17:00 - 24:00',0,0,33954,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89586,'24:00 - 9:00',0,0,33954,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89587,'9:00 - 17:00',0,0,33955,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89588,'17:00 - 24:00',0,0,33955,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89589,'24:00 - 9:00',0,0,33955,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89590,'9:00 - 17:00',0,0,33956,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89591,'17:00 - 24:00',0,0,33956,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89592,'24:00 - 9:00',0,0,33956,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89593,'9:00 - 17:00',0,0,33957,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89594,'17:00 - 24:00',0,0,33957,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89595,'24:00 - 9:00',0,0,33957,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89596,'9:00 - 17:00',0,0,33958,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89597,'17:00 - 24:00',0,0,33958,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89598,'24:00 - 9:00',0,0,33958,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89599,'9:00 - 17:00',0,0,33959,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89600,'17:00 - 24:00',0,0,33959,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89601,'24:00 - 9:00',0,0,33959,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89602,'Below 20',1,0,33960,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89603,'20-49',2,0,33960,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89604,'50-99',2,0,33960,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89605,'100-499',3,0,33960,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89606,'500-999',4,0,33960,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89607,'1000',5,0,33960,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89608,'Single Stage Evacuation',0,0,33961,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89609,'Staged Evacuation',0,0,33961,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89610,'Simultaneous Evacuation',0,0,33961,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89611,'Phased Evacuation',0,0,33961,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89612,'Staff Alarm Only',0,0,33961,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89613,'Stay Put Policy',0,0,33961,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89614,'Yes. A responsible person has been nominated.',0,0,33962,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89615,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,33962,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89616,'Other',20,0,33962,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89617,'N/A',0,0,33962,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89618,'Yes. A competent person is available to assist in fire safety measures.',0,0,33963,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89619,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,33963,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89620,'Other',20,0,33963,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89621,'N/A',0,0,33963,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89622,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,33964,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89623,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,33964,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89624,'Other',20,0,33964,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89625,'N/A',0,0,33964,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89626,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,33966,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89627,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,33966,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89628,'Other',20,0,33966,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89629,'N/A',0,0,33966,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89630,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,33968,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89631,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,33968,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89632,'Other',20,0,33968,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89633,'N/A',0,0,33968,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89634,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,33969,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89635,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,33969,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89636,'Other',20,0,33969,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89637,'N/A',0,0,33969,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89638,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,33970,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89639,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,33970,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89640,'Other',20,0,33970,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89641,'N/A',0,0,33970,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89642,'Yes. The plan is readily available.',0,0,33972,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89643,'No. The plan is not available.',3,0,33972,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89644,'Other',20,0,33972,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89645,'N/A',0,0,33972,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89646,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,33973,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89647,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,33973,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89648,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,33973,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89649,'Other',20,0,33973,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89650,'N/A',0,0,33973,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89651,'Yes. There are suitable arrangements in place to prevent danger.',0,0,33974,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89652,'No. There are not suitable arrangements in place to prevent danger..',4,0,33974,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89653,'Other',20,0,33974,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89654,'N/A',0,0,33974,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89655,'Yes. The company has a full evacuation system in place.',0,0,33975,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89656,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,33975,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89657,'Other',20,0,33975,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89658,'N/A',0,0,33975,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89659,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,33976,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89660,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,33976,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89661,'Other',20,0,33976,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89662,'N/A',0,0,33976,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89663,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,33977,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89664,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,33977,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89665,'Other',20,0,33977,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89666,'N/A',0,0,33977,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89667,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,33978,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89668,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,33978,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89669,'Other',20,0,33978,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89670,'N/A',0,0,33978,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89671,'Yes. They do consider other organisation within the building.',0,0,33979,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89672,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,33979,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89673,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,33979,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89674,'Other',20,0,33979,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89675,'N/A',0,0,33979,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89676,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,33980,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89677,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,33980,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89678,'Other',20,0,33980,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89679,'N/A',0,0,33980,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89680,'Yes, they are in good condition & positioned correctly.',0,0,33982,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89681,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,33982,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89682,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,33982,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89683,'Other',20,0,33982,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89684,'N/A',0,0,33982,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89685,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,33984,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89686,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,33984,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89687,'No. There is no fire risk logbook.',5,0,33984,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89688,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,33985,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89689,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,33985,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89690,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,33985,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89691,'N/A',0,0,33985,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89692,'Other',20,0,33985,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89693,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,33987,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89694,'Yes. They are installed, and signs are displayed.',0,0,33987,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89695,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,33987,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89696,'N/A',0,0,33987,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89697,'Other',20,0,33987,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89698,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,33989,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89699,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,33989,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89700,'Other',20,0,33989,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89701,'N/A',0,0,33989,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89702,'Yes. There is suitable Emergency lighting in the building.',0,0,33990,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89703,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,33990,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89704,'Other',20,0,33990,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89705,'N/A',0,0,33990,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89706,'Yes. They are in good condition with no obstructions.',0,0,33991,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89707,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,33991,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89708,'Other',20,0,33991,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89709,'N/A',0,0,33991,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89710,'Yes. User checks are recorded into the fire risk logbook.',0,0,33993,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89711,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,33993,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89712,'Other',20,0,33993,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89713,'N/A',0,0,33993,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89714,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,33994,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89715,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,33994,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89716,'Other',20,0,33994,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89717,'N/A',0,0,33994,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89718,'Yes. There is a certificate within the last 6 months.',0,0,33997,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89719,'The certificate was issued within the last 12 months.',2,0,33997,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89720,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,33997,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89721,'N/A',0,0,33997,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89722,'Other',20,0,33997,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89723,'Yes. Certification within 6 months',0,0,33999,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89724,'Yes. Certification within 12 months',2,0,33999,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89725,'No certification. (Recommend testing by fire safety specialist)',5,0,33999,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89726,'N/A',0,0,33999,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89727,'Other',20,0,33999,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89728,'Yes. Service and test certification is within 12 months',0,0,34000,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89729,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34000,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89730,'N/A',0,0,34000,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89731,'Other',20,0,34000,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89732,'Yes. The EICR test certification is complete within last 5 years',0,0,34002,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89733,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34002,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89734,'N/A',0,0,34002,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89735,'Other',20,0,34002,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89736,'Yes',0,0,34004,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89737,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34004,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89738,'N/A',0,0,34004,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89739,'Other',20,0,34004,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89740,'Yes',0,0,34006,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89741,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34006,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89742,'N/A',0,0,34006,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89743,'Other',20,0,34006,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89744,'Yes',0,0,34008,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89745,'No. There are hot working areas but no fire blankets are present.',5,0,34008,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89746,'N/A',0,0,34008,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89747,'Other',20,0,34008,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89748,'Yes. They are provided and ready to use located in a communal area.',0,0,34010,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89749,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34010,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89750,'N/A',0,0,34010,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89751,'Other',20,0,34010,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89752,'Yes',2,0,34011,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89753,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34011,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89754,'The property does not have a gas connection.',0,0,34011,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89755,'N/A',0,0,34011,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89756,'Yes. Assembly points are clearly marked.',0,0,34012,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89757,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34012,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89758,'NA',0,0,34012,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89759,'Other',20,0,34012,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89760,'Yes',0,0,34013,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89761,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34013,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89762,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34013,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89763,'N/A',0,0,34013,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89764,'Other',20,0,34013,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89765,'Yes',0,0,34014,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89766,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34014,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89767,'NA',0,0,34014,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89768,'Other',20,0,34014,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89769,'Yes. The shortest route has been put into the plan',0,0,34015,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89770,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34015,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89771,'NA',0,0,34015,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89772,'Other',20,0,34015,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89773,'Yes. There is more than one exit available.',1,0,34016,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89774,'No. There is only one escape exit available.',0,0,34016,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89775,'Other',20,0,34016,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89776,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34017,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89777,'No. The exits are not efficient enough for the building.',9,0,34017,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89778,'NA',0,0,34017,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89779,'Other',20,0,34017,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89780,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34018,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89781,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34018,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89782,'NA',0,0,34018,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89783,'Other',20,0,34018,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89784,'Yes. Escape routes are kept clear throughout the building.',0,0,34019,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89785,'No. There are obstructions on one or more escape routes.',6,0,34019,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89786,'N/A',0,0,34019,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89787,'Other',20,0,34019,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89788,'Yes',0,0,34020,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89789,'No. There is no assembly point or the assembly point is too small.',8,0,34020,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89790,'NA',0,0,34020,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89791,'Other',20,0,34020,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89792,'Evacuation only',3,0,34021,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89793,'Delayed evacuation process with 15 minute time delay',4,0,34021,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89794,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34021,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89795,'Other',20,0,34021,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89796,'Yes. Once per year.',1,0,34022,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89797,'Yes. Twice per year.',0,0,34022,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89798,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34022,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89799,'Other',20,0,34022,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89800,'Yes. The fire risk assessment is reviewed annually.',0,0,34023,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89801,'No. (Recommend immediate update to ensure compliance.)',5,0,34023,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89802,'NA',5,0,34023,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89803,'Other',20,0,34023,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89804,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34024,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89805,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34024,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89806,'N/A',0,0,34024,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89807,'Other',20,0,34024,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89808,'Yes. Training has been provided',0,0,34025,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89809,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34025,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89810,'Other',20,0,34025,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89811,'N/A',0,0,34025,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89812,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34026,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89813,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34026,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89814,'NA',0,0,34026,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89815,'Other',20,0,34026,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89816,'Yes. Training has been documented on induction.',0,0,34027,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89817,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34027,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89818,'NA',0,0,34027,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89819,'Other',20,0,34027,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89820,'Yes. This is part of the fire training program and fire warden duties.',0,0,34028,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89821,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34028,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89822,'NA',0,0,34028,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89823,'Other',20,0,34028,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89824,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34029,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89825,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34029,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89826,'Other',20,0,34029,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89827,'N/A',0,0,34029,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89828,'Yes. Fire wardens receive refresher training regularly.',0,0,34030,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89829,'No',5,0,34030,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89830,'N/A',0,0,34030,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89831,'Other',20,0,34030,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89832,'Other',20,0,34030,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(89833,'Director',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89834,'Owner Landlord',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89835,'Site Maitenance',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89836,'Estate Agent',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89837,'Letting Agent',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89838,'Other',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89839,'Director',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89840,'CEO',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89841,'Other',0,0,34038,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89842,'Nebosh',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89843,'Level 2 Fire Risk Assessor',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89844,'Competant Person',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89845,'Property Manager',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89846,'Construction Manager',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89847,'Fire Warden',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89848,'Director',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89849,'CEO',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89850,'N/A',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89851,'Other',0,0,34039,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89852,'Property Agent',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89853,'Owner Landlord',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89854,'Site Manager',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89855,'Property Manager',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89856,'Construction Manager',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89857,'Fire Warden',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89858,'Director',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89859,'CEO',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89860,'Other',0,0,34040,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89861,'A Property Within Building Block',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89862,'All Of The Property',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89863,'Communal Areas Only',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89864,'House',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89865,'Flat',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89866,'Other',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89867,'Director',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89868,'CEO',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89869,'Other',0,0,34041,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89870,'Detached',1,0,34047,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89871,'Semi Detached',2,0,34047,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89872,'Terraced',3,0,34047,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89873,'Linked-Detached',1,0,34047,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89874,'Other',20,0,34047,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89875,'House',1,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89876,'Bungalow',1,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89877,'Maisonette',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89878,'Block of Flats - Studios up to 6 Floor Levels',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89879,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89880,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89881,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89882,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89883,'Underground Property',1,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89884,'Factory/ Warehouse',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89885,'Garage/ Workshop',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89886,'Retail Shop',2,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89887,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89888,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89889,'Other',20,0,34048,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89890,'NA',0,0,34053,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89891,'Number of staircase',2,0,34053,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89892,'NA',0,0,34054,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89893,'Number os staircases',2,0,34054,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89894,'25%',1,0,34066,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89895,'50%',1,0,34066,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89896,'75%',1,0,34066,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89897,'100%',1,0,34066,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89898,'Other',20,0,34066,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89899,'Yes',1,0,34068,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89900,'No',3,0,34068,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89901,'Unknown',3,0,34068,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89902,'Stone',0,0,34068,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89903,'Other',20,0,34068,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89904,'Yes',1,0,34069,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89905,'No',5,0,34069,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89906,'Unknown',5,0,34069,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89907,'Stone',0,0,34069,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89908,'Other',20,0,34069,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89909,'Wood',2,0,34070,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89910,'Plastics',1,0,34070,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89911,'Aluminium',0,0,34070,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89912,'Stone',0,0,34070,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89913,'Other',20,0,34070,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89914,'0%',0,0,34072,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89915,'25%',1,0,34072,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89916,'50%',1,0,34072,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89917,'75%',1,0,34072,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89918,'100%',1,0,34072,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89919,'0%',0,0,34073,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89920,'25%',2,0,34073,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89921,'50%',2,0,34073,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89922,'75%',2,0,34073,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89923,'100%',2,0,34073,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89924,'0%',0,0,34074,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89925,'25%',1,0,34074,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89926,'50%',1,0,34074,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89927,'75%',1,0,34074,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89928,'100%',1,0,34074,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89929,'Solid concrete flooring on all levels',0,0,34075,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89930,'Timber joists on all levels',3,0,34075,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89931,'Concrete lowest floor – Timber above higher levels',3,0,34075,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89932,'Other',20,0,34075,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89933,'Yes',1,0,34078,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89934,'No',6,0,34078,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89935,'N/A',0,0,34078,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89936,'Yes',2,0,34080,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89937,'No',8,0,34080,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89938,'N/A',0,0,34080,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89939,'Yes',1,0,34082,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89940,'No',6,0,34082,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89941,'N/A',0,0,34082,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89942,'Yes',1,0,34084,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89943,'No',6,0,34084,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89944,'N/A',0,0,34084,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89945,'Yes',1,0,34086,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89946,'No',6,0,34086,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89947,'N/A',0,0,34086,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89948,'Yes',1,0,34090,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89949,'No',3,0,34090,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89950,'Yes',1,0,34092,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89951,'No',3,0,34092,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89952,'Yes',1,0,34094,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89953,'No',3,0,34094,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89954,'N/A',0,0,34094,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89955,'Very Good',0,0,34096,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89956,'Good',1,0,34096,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89957,'Fair',2,0,34096,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89958,'Poor',3,0,34096,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89959,'Very Poor',4,0,34096,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89960,'0%',1,0,34103,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89961,'1% - 25%',1,0,34103,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89962,'26% - 50%',1,0,34103,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89963,'51% - 75%',1,0,34103,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89964,'76% - 100%',1,0,34103,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89965,'0%',1,0,34104,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89966,'1% - 25%',1,0,34104,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89967,'26% - 50%',1,0,34104,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89968,'51% - 75%',1,0,34104,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89969,'76% - 100%',1,0,34104,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89970,'0%',1,0,34105,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89971,'1% - 25%',1,0,34105,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89972,'26% - 50%',1,0,34105,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89973,'51% - 75%',1,0,34105,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89974,'76% - 100%',1,0,34105,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89975,'0%',5,0,34107,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89976,'1% - 25%',4,0,34107,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89977,'26% - 50%',3,0,34107,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89978,'51% - 75%',2,0,34107,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89979,'76% - 100%',1,0,34107,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89980,'0%',1,0,34108,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89981,'1% - 25%',1,0,34108,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89982,'26% - 50%',1,0,34108,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89983,'51% - 75%',1,0,34108,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89984,'76% - 100%',1,0,34108,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89985,'0%',1,0,34109,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89986,'1% - 25%',1,0,34109,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89987,'26% - 50%',1,0,34109,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89988,'51% - 75%',1,0,34109,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89989,'76% - 100%',1,0,34109,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89990,'Fan Heaters',4,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89991,'Electric Heaters',4,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89992,'Gas Heater',5,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89993,'Other Boilers',2,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89994,'Electrical Equipment',3,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89995,'Electrical Leads',3,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89996,'Portable Equipment',3,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89997,'Portable Lighting',2,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89998,'Cooking Equipment',6,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(89999,'Other',20,0,34110,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90000,'Wood/Paper/Cardboard etc',3,0,34112,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90001,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,34112,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90002,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,34112,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90003,'Waste Material Controlled -in locked wheely bin or store',2,0,34112,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90004,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,34112,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90005,'Other',20,0,34112,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90006,'Employees',2,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90007,'Sub-Contractors',3,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90008,'Young Persons',4,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90009,'Visitors',4,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90010,'The General Public (Customers)',4,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90011,'Disabled or Special needs People less able to leave the premises quickly',7,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90012,'Occupants in Remote Areas',6,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90013,'Sleeping Occupants',7,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90014,'Neighbouring Premises',2,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90015,'Tenants / Owners',3,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90016,'Animals / Livestock',2,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90017,'Other',0,0,34115,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90018,'9:00 - 17:00',0,0,34118,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90019,'17:00 - 24:00',0,0,34118,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90020,'24:00 - 9:00',0,0,34118,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90021,'9:00 - 17:00',0,0,34119,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90022,'17:00 - 24:00',0,0,34119,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90023,'24:00 - 9:00',0,0,34119,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90024,'9:00 - 17:00',0,0,34120,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90025,'17:00 - 24:00',0,0,34120,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90026,'24:00 - 9:00',0,0,34120,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90027,'9:00 - 17:00',0,0,34121,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90028,'17:00 - 24:00',0,0,34121,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90029,'24:00 - 9:00',0,0,34121,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90030,'9:00 - 17:00',0,0,34122,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90031,'17:00 - 24:00',0,0,34122,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90032,'24:00 - 9:00',0,0,34122,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90033,'9:00 - 17:00',0,0,34123,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90034,'17:00 - 24:00',0,0,34123,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90035,'24:00 - 9:00',0,0,34123,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90036,'9:00 - 17:00',0,0,34124,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90037,'17:00 - 24:00',0,0,34124,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90038,'24:00 - 9:00',0,0,34124,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90039,'Below 20',1,0,34125,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90040,'20-49',2,0,34125,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90041,'50-99',2,0,34125,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90042,'100-499',3,0,34125,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90043,'500-999',4,0,34125,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90044,'1000',5,0,34125,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90045,'Single Stage Evacuation',0,0,34126,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90046,'Staged Evacuation',0,0,34126,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90047,'Simultaneous Evacuation',0,0,34126,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90048,'Phased Evacuation',0,0,34126,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90049,'Staff Alarm Only',0,0,34126,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90050,'Stay Put Policy',0,0,34126,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90051,'Yes. A responsible person has been nominated.',0,0,34127,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90052,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,34127,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90053,'Other',20,0,34127,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90054,'N/A',0,0,34127,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90055,'Yes. A competent person is available to assist in fire safety measures.',0,0,34128,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90056,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,34128,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90057,'Other',20,0,34128,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90058,'N/A',0,0,34128,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90059,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,34129,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90060,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,34129,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90061,'Other',20,0,34129,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90062,'N/A',0,0,34129,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90063,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,34131,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90064,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,34131,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90065,'Other',20,0,34131,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90066,'N/A',0,0,34131,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90067,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,34133,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90068,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,34133,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90069,'Other',20,0,34133,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90070,'N/A',0,0,34133,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90071,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,34134,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90072,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,34134,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90073,'Other',20,0,34134,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90074,'N/A',0,0,34134,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90075,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,34135,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90076,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,34135,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90077,'Other',20,0,34135,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90078,'N/A',0,0,34135,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90079,'Yes. The plan is readily available.',0,0,34137,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90080,'No. The plan is not available.',3,0,34137,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90081,'Other',20,0,34137,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90082,'N/A',0,0,34137,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90083,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,34138,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90084,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,34138,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90085,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,34138,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90086,'Other',20,0,34138,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90087,'N/A',0,0,34138,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90088,'Yes. There are suitable arrangements in place to prevent danger.',0,0,34139,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90089,'No. There are not suitable arrangements in place to prevent danger..',4,0,34139,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90090,'Other',20,0,34139,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90091,'N/A',0,0,34139,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90092,'Yes. The company has a full evacuation system in place.',0,0,34140,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90093,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,34140,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90094,'Other',20,0,34140,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90095,'N/A',0,0,34140,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90096,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,34141,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90097,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,34141,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90098,'Other',20,0,34141,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90099,'N/A',0,0,34141,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90100,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,34142,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90101,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,34142,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90102,'Other',20,0,34142,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90103,'N/A',0,0,34142,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90104,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,34143,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90105,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,34143,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90106,'Other',20,0,34143,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90107,'N/A',0,0,34143,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90108,'Yes. They do consider other organisation within the building.',0,0,34144,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90109,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,34144,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90110,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,34144,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90111,'Other',20,0,34144,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90112,'N/A',0,0,34144,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90113,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,34145,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90114,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,34145,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90115,'Other',20,0,34145,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90116,'N/A',0,0,34145,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90117,'Yes, they are in good condition & positioned correctly.',0,0,34147,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90118,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,34147,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90119,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,34147,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90120,'Other',20,0,34147,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90121,'N/A',0,0,34147,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90122,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,34149,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90123,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,34149,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90124,'No. There is no fire risk logbook.',5,0,34149,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90125,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,34150,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90126,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,34150,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90127,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,34150,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90128,'N/A',0,0,34150,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90129,'Other',20,0,34150,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90130,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,34152,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90131,'Yes. They are installed, and signs are displayed.',0,0,34152,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90132,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,34152,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90133,'N/A',0,0,34152,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90134,'Other',20,0,34152,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90135,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,34154,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90136,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,34154,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90137,'Other',20,0,34154,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90138,'N/A',0,0,34154,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90139,'Yes. There is suitable Emergency lighting in the building.',0,0,34155,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90140,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,34155,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90141,'Other',20,0,34155,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90142,'N/A',0,0,34155,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90143,'Yes. They are in good condition with no obstructions.',0,0,34156,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90144,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,34156,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90145,'Other',20,0,34156,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90146,'N/A',0,0,34156,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90147,'Yes. User checks are recorded into the fire risk logbook.',0,0,34158,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90148,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,34158,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90149,'Other',20,0,34158,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90150,'N/A',0,0,34158,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90151,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,34159,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90152,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,34159,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90153,'Other',20,0,34159,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90154,'N/A',0,0,34159,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90155,'Yes. There is a certificate within the last 6 months.',0,0,34162,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90156,'The certificate was issued within the last 12 months.',2,0,34162,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90157,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,34162,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90158,'N/A',0,0,34162,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90159,'Other',20,0,34162,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90160,'Yes. Certification within 6 months',0,0,34164,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90161,'Yes. Certification within 12 months',2,0,34164,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90162,'No certification. (Recommend testing by fire safety specialist)',5,0,34164,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90163,'N/A',0,0,34164,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90164,'Other',20,0,34164,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90165,'Yes. Service and test certification is within 12 months',0,0,34165,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90166,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34165,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90167,'N/A',0,0,34165,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90168,'Other',20,0,34165,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90169,'Yes. The EICR test certification is complete within last 5 years',0,0,34167,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90170,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34167,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90171,'N/A',0,0,34167,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90172,'Other',20,0,34167,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90173,'Yes',0,0,34169,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90174,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34169,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90175,'N/A',0,0,34169,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90176,'Other',20,0,34169,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90177,'Yes',0,0,34171,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90178,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34171,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90179,'N/A',0,0,34171,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90180,'Other',20,0,34171,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90181,'Yes',0,0,34173,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90182,'No. There are hot working areas but no fire blankets are present.',5,0,34173,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90183,'N/A',0,0,34173,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90184,'Other',20,0,34173,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90185,'Yes. They are provided and ready to use located in a communal area.',0,0,34175,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90186,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34175,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90187,'N/A',0,0,34175,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90188,'Other',20,0,34175,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90189,'Yes',2,0,34176,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90190,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34176,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90191,'The property does not have a gas connection.',0,0,34176,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90192,'N/A',0,0,34176,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90193,'Yes. Assembly points are clearly marked.',0,0,34177,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90194,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34177,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90195,'NA',0,0,34177,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90196,'Other',20,0,34177,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90197,'Yes',0,0,34178,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90198,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34178,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90199,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34178,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90200,'N/A',0,0,34178,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90201,'Other',20,0,34178,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90202,'Yes',0,0,34179,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90203,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34179,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90204,'NA',0,0,34179,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90205,'Other',20,0,34179,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90206,'Yes. The shortest route has been put into the plan',0,0,34180,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90207,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34180,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90208,'NA',0,0,34180,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90209,'Other',20,0,34180,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90210,'Yes. There is more than one exit available.',1,0,34181,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90211,'No. There is only one escape exit available.',0,0,34181,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90212,'Other',20,0,34181,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90213,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34182,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90214,'No. The exits are not efficient enough for the building.',9,0,34182,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90215,'NA',0,0,34182,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90216,'Other',20,0,34182,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90217,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34183,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90218,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34183,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90219,'NA',0,0,34183,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90220,'Other',20,0,34183,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90221,'Yes. Escape routes are kept clear throughout the building.',0,0,34184,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90222,'No. There are obstructions on one or more escape routes.',6,0,34184,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90223,'N/A',0,0,34184,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90224,'Other',20,0,34184,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90225,'Yes',0,0,34185,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90226,'No. There is no assembly point or the assembly point is too small.',8,0,34185,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90227,'NA',0,0,34185,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90228,'Other',20,0,34185,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90229,'Evacuation only',3,0,34186,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90230,'Delayed evacuation process with 15 minute time delay',4,0,34186,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90231,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34186,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90232,'Other',20,0,34186,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90233,'Yes. Once per year.',1,0,34187,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90234,'Yes. Twice per year.',0,0,34187,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90235,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34187,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90236,'Other',20,0,34187,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90237,'Yes. The fire risk assessment is reviewed annually.',0,0,34188,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90238,'No. (Recommend immediate update to ensure compliance.)',5,0,34188,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90239,'NA',5,0,34188,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90240,'Other',20,0,34188,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90241,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34189,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90242,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34189,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90243,'N/A',0,0,34189,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90244,'Other',20,0,34189,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90245,'Yes. Training has been provided',0,0,34190,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90246,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34190,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90247,'Other',20,0,34190,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90248,'N/A',0,0,34190,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90249,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34191,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90250,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34191,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90251,'NA',0,0,34191,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90252,'Other',20,0,34191,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90253,'Yes. Training has been documented on induction.',0,0,34192,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90254,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34192,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90255,'NA',0,0,34192,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90256,'Other',20,0,34192,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90257,'Yes. This is part of the fire training program and fire warden duties.',0,0,34193,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90258,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34193,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90259,'NA',0,0,34193,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90260,'Other',20,0,34193,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90261,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34194,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90262,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34194,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90263,'Other',20,0,34194,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90264,'N/A',0,0,34194,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90265,'Yes. Fire wardens receive refresher training regularly.',0,0,34195,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90266,'No',5,0,34195,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90267,'N/A',0,0,34195,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90268,'Other',20,0,34195,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90269,'Other',20,0,34195,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(90270,'Detached',1,0,34196,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90271,'Semi Detached',2,0,34196,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90272,'Terraced',3,0,34196,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90273,'Linked-Detached',1,0,34196,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90274,'Other',20,0,34196,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90275,'House',1,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90276,'Bungalow',1,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90277,'Maisonette',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90278,'Block of Flats - Studios up to 6 Floor Levels',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90279,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90280,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90281,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90282,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90283,'Underground Property',1,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90284,'Factory/ Warehouse',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90285,'Garage/ Workshop',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90286,'Retail Shop',2,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90287,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90288,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90289,'Other',20,0,34197,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90290,'NA',0,0,34202,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90291,'Number of staircase',2,0,34202,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90292,'NA',0,0,34203,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90293,'Number os staircases',2,0,34203,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90294,'25%',1,0,34215,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90295,'50%',1,0,34215,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90296,'75%',1,0,34215,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90297,'100%',1,0,34215,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90298,'Other',20,0,34215,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90299,'Yes',1,0,34217,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90300,'No',3,0,34217,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90301,'Unknown',3,0,34217,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90302,'Stone',0,0,34217,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90303,'Other',20,0,34217,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90304,'Yes',1,0,34218,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90305,'No',5,0,34218,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90306,'Unknown',5,0,34218,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90307,'Stone',0,0,34218,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90308,'Other',20,0,34218,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90309,'Wood',2,0,34219,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90310,'Plastics',1,0,34219,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90311,'Aluminium',0,0,34219,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90312,'Stone',0,0,34219,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90313,'Other',20,0,34219,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90314,'0%',0,0,34221,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90315,'25%',1,0,34221,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90316,'50%',1,0,34221,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90317,'75%',1,0,34221,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90318,'100%',1,0,34221,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90319,'0%',0,0,34222,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90320,'25%',2,0,34222,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90321,'50%',2,0,34222,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90322,'75%',2,0,34222,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90323,'100%',2,0,34222,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90324,'0%',0,0,34223,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90325,'25%',1,0,34223,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90326,'50%',1,0,34223,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90327,'75%',1,0,34223,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90328,'100%',1,0,34223,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90329,'Solid concrete flooring on all levels',0,0,34224,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90330,'Timber joists on all levels',3,0,34224,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90331,'Concrete lowest floor – Timber above higher levels',3,0,34224,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90332,'Other',20,0,34224,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90333,'Yes',1,0,34227,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90334,'No',6,0,34227,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90335,'N/A',0,0,34227,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90336,'Yes',2,0,34229,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90337,'No',8,0,34229,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90338,'N/A',0,0,34229,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90339,'Yes',1,0,34231,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90340,'No',6,0,34231,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90341,'N/A',0,0,34231,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90342,'Yes',1,0,34233,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90343,'No',6,0,34233,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90344,'N/A',0,0,34233,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90345,'Yes',1,0,34235,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90346,'No',6,0,34235,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90347,'N/A',0,0,34235,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90348,'Yes',1,0,34239,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90349,'No',3,0,34239,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90350,'Yes',1,0,34241,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90351,'No',3,0,34241,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90352,'Yes',1,0,34243,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90353,'No',3,0,34243,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90354,'N/A',0,0,34243,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90355,'Very Good',0,0,34245,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90356,'Good',1,0,34245,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90357,'Fair',2,0,34245,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90358,'Poor',3,0,34245,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90359,'Very Poor',4,0,34245,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90360,'0%',1,0,34252,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90361,'1% - 25%',1,0,34252,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90362,'26% - 50%',1,0,34252,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90363,'51% - 75%',1,0,34252,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90364,'76% - 100%',1,0,34252,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90365,'0%',1,0,34253,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90366,'1% - 25%',1,0,34253,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90367,'26% - 50%',1,0,34253,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90368,'51% - 75%',1,0,34253,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90369,'76% - 100%',1,0,34253,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90370,'0%',1,0,34254,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90371,'1% - 25%',1,0,34254,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90372,'26% - 50%',1,0,34254,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90373,'51% - 75%',1,0,34254,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90374,'76% - 100%',1,0,34254,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90375,'0%',5,0,34256,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90376,'1% - 25%',4,0,34256,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90377,'26% - 50%',3,0,34256,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90378,'51% - 75%',2,0,34256,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90379,'76% - 100%',1,0,34256,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90380,'0%',1,0,34257,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90381,'1% - 25%',1,0,34257,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90382,'26% - 50%',1,0,34257,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90383,'51% - 75%',1,0,34257,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90384,'76% - 100%',1,0,34257,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90385,'0%',1,0,34258,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90386,'1% - 25%',1,0,34258,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90387,'26% - 50%',1,0,34258,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90388,'51% - 75%',1,0,34258,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90389,'76% - 100%',1,0,34258,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90390,'Fan Heaters',4,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90391,'Electric Heaters',4,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90392,'Gas Heater',5,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90393,'Other Boilers',2,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90394,'Electrical Equipment',3,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90395,'Electrical Leads',3,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90396,'Portable Equipment',3,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90397,'Portable Lighting',2,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90398,'Cooking Equipment',6,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90399,'Other',20,0,34259,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90400,'Wood/Paper/Cardboard etc',3,0,34261,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90401,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,34261,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90402,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,34261,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90403,'Waste Material Controlled -in locked wheely bin or store',2,0,34261,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90404,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,34261,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90405,'Other',20,0,34261,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90406,'Employees',2,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90407,'Sub-Contractors',3,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90408,'Young Persons',4,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90409,'Visitors',4,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90410,'The General Public (Customers)',4,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90411,'Disabled or Special needs People less able to leave the premises quickly',7,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90412,'Occupants in Remote Areas',6,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90413,'Sleeping Occupants',7,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90414,'Neighbouring Premises',2,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90415,'Tenants / Owners',3,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90416,'Animals / Livestock',2,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90417,'Other',0,0,34264,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90418,'9:00 - 17:00',0,0,34267,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90419,'17:00 - 24:00',0,0,34267,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90420,'24:00 - 9:00',0,0,34267,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90421,'9:00 - 17:00',0,0,34268,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90422,'17:00 - 24:00',0,0,34268,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90423,'24:00 - 9:00',0,0,34268,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90424,'9:00 - 17:00',0,0,34269,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90425,'17:00 - 24:00',0,0,34269,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90426,'24:00 - 9:00',0,0,34269,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90427,'9:00 - 17:00',0,0,34270,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90428,'17:00 - 24:00',0,0,34270,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90429,'24:00 - 9:00',0,0,34270,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90430,'9:00 - 17:00',0,0,34271,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90431,'17:00 - 24:00',0,0,34271,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90432,'24:00 - 9:00',0,0,34271,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90433,'9:00 - 17:00',0,0,34272,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90434,'17:00 - 24:00',0,0,34272,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90435,'24:00 - 9:00',0,0,34272,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90436,'9:00 - 17:00',0,0,34273,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90437,'17:00 - 24:00',0,0,34273,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90438,'24:00 - 9:00',0,0,34273,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90439,'Below 20',1,0,34274,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90440,'20-49',2,0,34274,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90441,'50-99',2,0,34274,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90442,'100-499',3,0,34274,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90443,'500-999',4,0,34274,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90444,'1000',5,0,34274,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90445,'Single Stage Evacuation',0,0,34275,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90446,'Staged Evacuation',0,0,34275,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90447,'Simultaneous Evacuation',0,0,34275,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90448,'Phased Evacuation',0,0,34275,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90449,'Staff Alarm Only',0,0,34275,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90450,'Stay Put Policy',0,0,34275,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90451,'Yes. A responsible person has been nominated.',0,0,34276,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90452,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,34276,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90453,'Other',20,0,34276,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90454,'N/A',0,0,34276,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90455,'Yes. A competent person is available to assist in fire safety measures.',0,0,34277,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90456,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,34277,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90457,'Other',20,0,34277,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90458,'N/A',0,0,34277,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90459,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,34278,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90460,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,34278,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90461,'Other',20,0,34278,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90462,'N/A',0,0,34278,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90463,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,34280,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90464,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,34280,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90465,'Other',20,0,34280,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90466,'N/A',0,0,34280,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90467,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,34282,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90468,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,34282,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90469,'Other',20,0,34282,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90470,'N/A',0,0,34282,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90471,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,34283,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90472,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,34283,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90473,'Other',20,0,34283,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90474,'N/A',0,0,34283,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90475,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,34284,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90476,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,34284,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90477,'Other',20,0,34284,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90478,'N/A',0,0,34284,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90479,'Yes. The plan is readily available.',0,0,34286,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90480,'No. The plan is not available.',3,0,34286,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90481,'Other',20,0,34286,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90482,'N/A',0,0,34286,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90483,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,34287,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90484,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,34287,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90485,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,34287,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90486,'Other',20,0,34287,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90487,'N/A',0,0,34287,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90488,'Yes. There are suitable arrangements in place to prevent danger.',0,0,34288,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90489,'No. There are not suitable arrangements in place to prevent danger..',4,0,34288,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90490,'Other',20,0,34288,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90491,'N/A',0,0,34288,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90492,'Yes. The company has a full evacuation system in place.',0,0,34289,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90493,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,34289,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90494,'Other',20,0,34289,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90495,'N/A',0,0,34289,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90496,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,34290,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90497,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,34290,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90498,'Other',20,0,34290,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90499,'N/A',0,0,34290,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90500,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,34291,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90501,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,34291,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90502,'Other',20,0,34291,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90503,'N/A',0,0,34291,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90504,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,34292,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90505,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,34292,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90506,'Other',20,0,34292,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90507,'N/A',0,0,34292,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90508,'Yes. They do consider other organisation within the building.',0,0,34293,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90509,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,34293,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90510,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,34293,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90511,'Other',20,0,34293,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90512,'N/A',0,0,34293,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90513,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,34294,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90514,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,34294,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90515,'Other',20,0,34294,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90516,'N/A',0,0,34294,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90517,'Yes, they are in good condition & positioned correctly.',0,0,34296,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90518,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,34296,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90519,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,34296,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90520,'Other',20,0,34296,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90521,'N/A',0,0,34296,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90522,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,34298,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90523,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,34298,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90524,'No. There is no fire risk logbook.',5,0,34298,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90525,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,34299,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90526,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,34299,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90527,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,34299,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90528,'N/A',0,0,34299,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90529,'Other',20,0,34299,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90530,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,34301,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90531,'Yes. They are installed, and signs are displayed.',0,0,34301,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90532,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,34301,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90533,'N/A',0,0,34301,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90534,'Other',20,0,34301,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90535,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,34303,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90536,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,34303,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90537,'Other',20,0,34303,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90538,'N/A',0,0,34303,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90539,'Yes. There is suitable Emergency lighting in the building.',0,0,34304,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90540,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,34304,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90541,'Other',20,0,34304,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90542,'N/A',0,0,34304,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90543,'Yes. They are in good condition with no obstructions.',0,0,34305,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90544,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,34305,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90545,'Other',20,0,34305,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90546,'N/A',0,0,34305,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90547,'Yes. User checks are recorded into the fire risk logbook.',0,0,34307,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90548,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,34307,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90549,'Other',20,0,34307,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90550,'N/A',0,0,34307,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90551,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,34308,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90552,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,34308,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90553,'Other',20,0,34308,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90554,'N/A',0,0,34308,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90555,'Yes. There is a certificate within the last 6 months.',0,0,34311,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90556,'The certificate was issued within the last 12 months.',2,0,34311,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90557,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,34311,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90558,'N/A',0,0,34311,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90559,'Other',20,0,34311,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(90560,'Yes. Certification within 6 months',0,0,34313,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90561,'Yes. Certification within 12 months',2,0,34313,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90562,'No certification. (Recommend testing by fire safety specialist)',5,0,34313,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90563,'N/A',0,0,34313,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90564,'Other',20,0,34313,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90565,'Yes. Service and test certification is within 12 months',0,0,34314,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90566,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34314,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90567,'N/A',0,0,34314,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90568,'Other',20,0,34314,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90569,'Yes. The EICR test certification is complete within last 5 years',0,0,34316,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90570,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34316,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90571,'N/A',0,0,34316,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90572,'Other',20,0,34316,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90573,'Yes',0,0,34318,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90574,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34318,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90575,'N/A',0,0,34318,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90576,'Other',20,0,34318,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90577,'Yes',0,0,34320,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90578,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34320,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90579,'N/A',0,0,34320,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90580,'Other',20,0,34320,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90581,'Yes',0,0,34322,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90582,'No. There are hot working areas but no fire blankets are present.',5,0,34322,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90583,'N/A',0,0,34322,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90584,'Other',20,0,34322,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90585,'Yes. They are provided and ready to use located in a communal area.',0,0,34324,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90586,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34324,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90587,'N/A',0,0,34324,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90588,'Other',20,0,34324,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90589,'Yes',2,0,34325,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90590,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34325,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90591,'The property does not have a gas connection.',0,0,34325,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90592,'N/A',0,0,34325,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90593,'Yes. Assembly points are clearly marked.',0,0,34326,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90594,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34326,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90595,'NA',0,0,34326,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90596,'Other',20,0,34326,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90597,'Yes',0,0,34327,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90598,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34327,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90599,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34327,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90600,'N/A',0,0,34327,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90601,'Other',20,0,34327,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90602,'Yes',0,0,34328,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90603,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34328,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90604,'NA',0,0,34328,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90605,'Other',20,0,34328,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90606,'Yes. The shortest route has been put into the plan',0,0,34329,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90607,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34329,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90608,'NA',0,0,34329,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90609,'Other',20,0,34329,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90610,'Yes. There is more than one exit available.',1,0,34330,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90611,'No. There is only one escape exit available.',0,0,34330,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90612,'Other',20,0,34330,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90613,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34331,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90614,'No. The exits are not efficient enough for the building.',9,0,34331,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90615,'NA',0,0,34331,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90616,'Other',20,0,34331,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90617,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34332,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90618,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34332,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90619,'NA',0,0,34332,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90620,'Other',20,0,34332,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90621,'Yes. Escape routes are kept clear throughout the building.',0,0,34333,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90622,'No. There are obstructions on one or more escape routes.',6,0,34333,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90623,'N/A',0,0,34333,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90624,'Other',20,0,34333,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90625,'Yes',0,0,34334,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90626,'No. There is no assembly point or the assembly point is too small.',8,0,34334,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90627,'NA',0,0,34334,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90628,'Other',20,0,34334,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90629,'Evacuation only',3,0,34335,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90630,'Delayed evacuation process with 15 minute time delay',4,0,34335,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90631,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34335,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90632,'Other',20,0,34335,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90633,'Yes. Once per year.',1,0,34336,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90634,'Yes. Twice per year.',0,0,34336,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90635,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34336,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90636,'Other',20,0,34336,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90637,'Yes. The fire risk assessment is reviewed annually.',0,0,34337,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90638,'No. (Recommend immediate update to ensure compliance.)',5,0,34337,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90639,'NA',5,0,34337,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90640,'Other',20,0,34337,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90641,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34338,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90642,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34338,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90643,'N/A',0,0,34338,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90644,'Other',20,0,34338,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90645,'Yes. Training has been provided',0,0,34339,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90646,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34339,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90647,'Other',20,0,34339,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90648,'N/A',0,0,34339,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90649,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34340,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90650,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34340,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90651,'NA',0,0,34340,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90652,'Other',20,0,34340,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90653,'Yes. Training has been documented on induction.',0,0,34341,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90654,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34341,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90655,'NA',0,0,34341,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90656,'Other',20,0,34341,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90657,'Yes. This is part of the fire training program and fire warden duties.',0,0,34342,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90658,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34342,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90659,'NA',0,0,34342,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90660,'Other',20,0,34342,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90661,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34343,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90662,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34343,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90663,'Other',20,0,34343,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90664,'N/A',0,0,34343,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90665,'Yes. Fire wardens receive refresher training regularly.',0,0,34344,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90666,'No',5,0,34344,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90667,'N/A',0,0,34344,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90668,'Other',20,0,34344,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90669,'Other',20,0,34344,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90670,'Director',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90671,'Owner Landlord',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90672,'Site Maitenance',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90673,'Estate Agent',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90674,'Letting Agent',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90675,'Other',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90676,'Director',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90677,'CEO',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90678,'Other',0,0,34352,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90679,'Nebosh',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90680,'Level 2 Fire Risk Assessor',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90681,'Competant Person',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90682,'Property Manager',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90683,'Construction Manager',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90684,'Fire Warden',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90685,'Director',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90686,'CEO',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90687,'N/A',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90688,'Other',0,0,34353,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90689,'Property Agent',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90690,'Owner Landlord',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90691,'Site Manager',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90692,'Property Manager',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90693,'Construction Manager',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90694,'Fire Warden',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90695,'Director',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90696,'CEO',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90697,'Other',0,0,34354,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90698,'A Property Within Building Block',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90699,'All Of The Property',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90700,'Communal Areas Only',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90701,'House',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90702,'Flat',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90703,'Other',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90704,'Director',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90705,'CEO',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90706,'Other',0,0,34355,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(90707,'Fan Heaters',4,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90708,'Electric Heaters',4,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90709,'Gas Heater',5,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90710,'Other Boilers',2,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90711,'Electrical Equipment',3,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90712,'Electrical Leads',3,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90713,'Portable Equipment',3,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90714,'Portable Lighting',2,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90715,'Cooking Equipment',6,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90716,'Other',20,0,34361,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90717,'Wood/Paper/Cardboard etc',3,0,34363,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90718,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,34363,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90719,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,34363,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90720,'Waste Material Controlled -in locked wheely bin or store',2,0,34363,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90721,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,34363,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90722,'Other',20,0,34363,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90723,'Employees',2,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90724,'Sub-Contractors',3,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90725,'Young Persons',4,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90726,'Visitors',4,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90727,'The General Public (Customers)',4,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90728,'Disabled or Special needs People less able to leave the premises quickly',7,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90729,'Occupants in Remote Areas',6,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90730,'Sleeping Occupants',7,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90731,'Neighbouring Premises',2,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90732,'Tenants / Owners',3,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90733,'Animals / Livestock',2,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90734,'Other',0,0,34366,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90735,'9:00 - 17:00',0,0,34369,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90736,'17:00 - 24:00',0,0,34369,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90737,'24:00 - 9:00',0,0,34369,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90738,'9:00 - 17:00',0,0,34370,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90739,'17:00 - 24:00',0,0,34370,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90740,'24:00 - 9:00',0,0,34370,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90741,'9:00 - 17:00',0,0,34371,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90742,'17:00 - 24:00',0,0,34371,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90743,'24:00 - 9:00',0,0,34371,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90744,'9:00 - 17:00',0,0,34372,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90745,'17:00 - 24:00',0,0,34372,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90746,'24:00 - 9:00',0,0,34372,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90747,'9:00 - 17:00',0,0,34373,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90748,'17:00 - 24:00',0,0,34373,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90749,'24:00 - 9:00',0,0,34373,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90750,'9:00 - 17:00',0,0,34374,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90751,'17:00 - 24:00',0,0,34374,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90752,'24:00 - 9:00',0,0,34374,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90753,'9:00 - 17:00',0,0,34375,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90754,'17:00 - 24:00',0,0,34375,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90755,'24:00 - 9:00',0,0,34375,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90756,'Below 20',1,0,34376,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90757,'20-49',2,0,34376,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90758,'50-99',2,0,34376,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90759,'100-499',3,0,34376,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90760,'500-999',4,0,34376,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90761,'1000',5,0,34376,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90762,'Single Stage Evacuation',0,0,34377,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90763,'Staged Evacuation',0,0,34377,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90764,'Simultaneous Evacuation',0,0,34377,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90765,'Phased Evacuation',0,0,34377,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90766,'Staff Alarm Only',0,0,34377,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90767,'Stay Put Policy',0,0,34377,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90768,'Yes. A responsible person has been nominated.',0,0,34378,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90769,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,34378,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90770,'Other',20,0,34378,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90771,'N/A',0,0,34378,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90772,'Yes. A competent person is available to assist in fire safety measures.',0,0,34379,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90773,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,34379,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90774,'Other',20,0,34379,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90775,'N/A',0,0,34379,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90776,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,34380,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90777,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,34380,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90778,'Other',20,0,34380,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90779,'N/A',0,0,34380,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90780,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,34382,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90781,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,34382,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90782,'Other',20,0,34382,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90783,'N/A',0,0,34382,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90784,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,34384,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90785,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,34384,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90786,'Other',20,0,34384,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90787,'N/A',0,0,34384,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90788,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,34385,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90789,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,34385,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90790,'Other',20,0,34385,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90791,'N/A',0,0,34385,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90792,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,34386,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90793,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,34386,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90794,'Other',20,0,34386,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90795,'N/A',0,0,34386,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90796,'Yes. The plan is readily available.',0,0,34388,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90797,'No. The plan is not available.',3,0,34388,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90798,'Other',20,0,34388,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90799,'N/A',0,0,34388,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90800,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,34389,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90801,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,34389,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90802,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,34389,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90803,'Other',20,0,34389,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90804,'N/A',0,0,34389,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90805,'Yes. There are suitable arrangements in place to prevent danger.',0,0,34390,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90806,'No. There are not suitable arrangements in place to prevent danger..',4,0,34390,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90807,'Other',20,0,34390,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90808,'N/A',0,0,34390,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90809,'Yes. The company has a full evacuation system in place.',0,0,34391,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90810,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,34391,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90811,'Other',20,0,34391,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90812,'N/A',0,0,34391,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90813,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,34392,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90814,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,34392,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90815,'Other',20,0,34392,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90816,'N/A',0,0,34392,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90817,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,34393,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90818,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,34393,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90819,'Other',20,0,34393,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90820,'N/A',0,0,34393,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90821,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,34394,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90822,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,34394,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90823,'Other',20,0,34394,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90824,'N/A',0,0,34394,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90825,'Yes. They do consider other organisation within the building.',0,0,34395,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90826,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,34395,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90827,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,34395,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90828,'Other',20,0,34395,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90829,'N/A',0,0,34395,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90830,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,34396,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90831,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,34396,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90832,'Other',20,0,34396,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90833,'N/A',0,0,34396,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90834,'Yes, they are in good condition & positioned correctly.',0,0,34398,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90835,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,34398,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90836,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,34398,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90837,'Other',20,0,34398,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90838,'N/A',0,0,34398,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90839,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,34400,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90840,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,34400,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90841,'No. There is no fire risk logbook.',5,0,34400,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90842,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,34401,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90843,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,34401,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90844,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,34401,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90845,'N/A',0,0,34401,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90846,'Other',20,0,34401,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90847,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,34403,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90848,'Yes. They are installed, and signs are displayed.',0,0,34403,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90849,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,34403,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90850,'N/A',0,0,34403,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90851,'Other',20,0,34403,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90852,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,34405,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90853,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,34405,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90854,'Other',20,0,34405,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90855,'N/A',0,0,34405,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90856,'Yes. There is suitable Emergency lighting in the building.',0,0,34406,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90857,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,34406,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90858,'Other',20,0,34406,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90859,'N/A',0,0,34406,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90860,'Yes. They are in good condition with no obstructions.',0,0,34407,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90861,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,34407,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90862,'Other',20,0,34407,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90863,'N/A',0,0,34407,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90864,'Yes. User checks are recorded into the fire risk logbook.',0,0,34409,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90865,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,34409,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90866,'Other',20,0,34409,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90867,'N/A',0,0,34409,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90868,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,34410,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90869,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,34410,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90870,'Other',20,0,34410,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90871,'N/A',0,0,34410,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90872,'Yes. There is a certificate within the last 6 months.',0,0,34413,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90873,'The certificate was issued within the last 12 months.',2,0,34413,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90874,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,34413,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90875,'N/A',0,0,34413,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90876,'Other',20,0,34413,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90877,'Yes. Certification within 6 months',0,0,34415,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90878,'Yes. Certification within 12 months',2,0,34415,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90879,'No certification. (Recommend testing by fire safety specialist)',5,0,34415,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90880,'N/A',0,0,34415,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90881,'Other',20,0,34415,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90882,'Yes. Service and test certification is within 12 months',0,0,34416,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90883,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34416,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90884,'N/A',0,0,34416,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90885,'Other',20,0,34416,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90886,'Yes. The EICR test certification is complete within last 5 years',0,0,34418,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90887,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34418,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90888,'N/A',0,0,34418,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90889,'Other',20,0,34418,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90890,'Yes',0,0,34420,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90891,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34420,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90892,'N/A',0,0,34420,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90893,'Other',20,0,34420,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90894,'Yes',0,0,34422,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90895,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34422,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90896,'N/A',0,0,34422,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90897,'Other',20,0,34422,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90898,'Yes',0,0,34424,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90899,'No. There are hot working areas but no fire blankets are present.',5,0,34424,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90900,'N/A',0,0,34424,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90901,'Other',20,0,34424,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90902,'Yes. They are provided and ready to use located in a communal area.',0,0,34426,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90903,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34426,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90904,'N/A',0,0,34426,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90905,'Other',20,0,34426,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90906,'Yes',2,0,34427,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90907,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34427,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90908,'The property does not have a gas connection.',0,0,34427,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90909,'N/A',0,0,34427,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90910,'Yes. Assembly points are clearly marked.',0,0,34428,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90911,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34428,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90912,'NA',0,0,34428,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90913,'Other',20,0,34428,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90914,'Yes',0,0,34429,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90915,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34429,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90916,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34429,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90917,'N/A',0,0,34429,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90918,'Other',20,0,34429,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90919,'Yes',0,0,34430,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90920,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34430,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90921,'NA',0,0,34430,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90922,'Other',20,0,34430,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90923,'Yes. The shortest route has been put into the plan',0,0,34431,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90924,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34431,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90925,'NA',0,0,34431,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90926,'Other',20,0,34431,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90927,'Yes. There is more than one exit available.',1,0,34432,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90928,'No. There is only one escape exit available.',0,0,34432,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90929,'Other',20,0,34432,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90930,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34433,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90931,'No. The exits are not efficient enough for the building.',9,0,34433,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90932,'NA',0,0,34433,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90933,'Other',20,0,34433,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90934,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34434,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90935,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34434,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90936,'NA',0,0,34434,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90937,'Other',20,0,34434,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90938,'Yes. Escape routes are kept clear throughout the building.',0,0,34435,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90939,'No. There are obstructions on one or more escape routes.',6,0,34435,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90940,'N/A',0,0,34435,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90941,'Other',20,0,34435,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90942,'Yes',0,0,34436,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90943,'No. There is no assembly point or the assembly point is too small.',8,0,34436,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90944,'NA',0,0,34436,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90945,'Other',20,0,34436,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90946,'Evacuation only',3,0,34437,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90947,'Delayed evacuation process with 15 minute time delay',4,0,34437,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90948,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34437,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90949,'Other',20,0,34437,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90950,'Yes. Once per year.',1,0,34438,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90951,'Yes. Twice per year.',0,0,34438,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90952,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34438,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90953,'Other',20,0,34438,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90954,'Yes. The fire risk assessment is reviewed annually.',0,0,34439,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90955,'No. (Recommend immediate update to ensure compliance.)',5,0,34439,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90956,'NA',5,0,34439,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90957,'Other',20,0,34439,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90958,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34440,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90959,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34440,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90960,'N/A',0,0,34440,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90961,'Other',20,0,34440,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90962,'Yes. Training has been provided',0,0,34441,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90963,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34441,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90964,'Other',20,0,34441,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90965,'N/A',0,0,34441,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90966,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34442,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90967,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34442,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90968,'NA',0,0,34442,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90969,'Other',20,0,34442,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90970,'Yes. Training has been documented on induction.',0,0,34443,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90971,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34443,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90972,'NA',0,0,34443,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90973,'Other',20,0,34443,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90974,'Yes. This is part of the fire training program and fire warden duties.',0,0,34444,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90975,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34444,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90976,'NA',0,0,34444,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90977,'Other',20,0,34444,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90978,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34445,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90979,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34445,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90980,'Other',20,0,34445,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90981,'N/A',0,0,34445,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90982,'Yes. Fire wardens receive refresher training regularly.',0,0,34446,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90983,'No',5,0,34446,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90984,'N/A',0,0,34446,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90985,'Other',20,0,34446,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90986,'Other',20,0,34446,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90987,'Director',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90988,'Owner Landlord',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90989,'Site Maitenance',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90990,'Estate Agent',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90991,'Letting Agent',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90992,'Other',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90993,'Director',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90994,'CEO',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90995,'Other',0,0,34454,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90996,'Nebosh',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90997,'Level 2 Fire Risk Assessor',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90998,'Competant Person',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(90999,'Property Manager',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91000,'Construction Manager',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91001,'Fire Warden',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91002,'Director',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91003,'CEO',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91004,'N/A',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91005,'Other',0,0,34455,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91006,'Property Agent',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91007,'Owner Landlord',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91008,'Site Manager',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91009,'Property Manager',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91010,'Construction Manager',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91011,'Fire Warden',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91012,'Director',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91013,'CEO',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91014,'Other',0,0,34456,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(91015,'A Property Within Building Block',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91016,'All Of The Property',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91017,'Communal Areas Only',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91018,'House',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91019,'Flat',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91020,'Other',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91021,'Director',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91022,'CEO',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91023,'Other',0,0,34457,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91024,'Detached',1,0,34463,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91025,'Semi Detached',2,0,34463,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91026,'Terraced',3,0,34463,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91027,'Linked-Detached',1,0,34463,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91028,'Other',20,0,34463,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91029,'House',1,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91030,'Bungalow',1,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91031,'Maisonette',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91032,'Block of Flats - Studios up to 6 Floor Levels',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91033,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91034,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91035,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91036,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91037,'Underground Property',1,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91038,'Factory/ Warehouse',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91039,'Garage/ Workshop',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91040,'Retail Shop',2,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91041,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91042,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91043,'Other',20,0,34464,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91044,'NA',0,0,34469,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91045,'Number of staircase',2,0,34469,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91046,'NA',0,0,34470,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91047,'Number os staircases',2,0,34470,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91048,'25%',1,0,34482,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91049,'50%',1,0,34482,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91050,'75%',1,0,34482,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91051,'100%',1,0,34482,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91052,'Other',20,0,34482,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91053,'Yes',1,0,34484,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91054,'No',3,0,34484,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91055,'Unknown',3,0,34484,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91056,'Stone',0,0,34484,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91057,'Other',20,0,34484,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91058,'Yes',1,0,34485,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91059,'No',5,0,34485,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91060,'Unknown',5,0,34485,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91061,'Stone',0,0,34485,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91062,'Other',20,0,34485,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91063,'Wood',2,0,34486,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91064,'Plastics',1,0,34486,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91065,'Aluminium',0,0,34486,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91066,'Stone',0,0,34486,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91067,'Other',20,0,34486,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91068,'0%',0,0,34488,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91069,'25%',1,0,34488,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91070,'50%',1,0,34488,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91071,'75%',1,0,34488,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91072,'100%',1,0,34488,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91073,'0%',0,0,34489,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91074,'25%',2,0,34489,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91075,'50%',2,0,34489,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91076,'75%',2,0,34489,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91077,'100%',2,0,34489,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91078,'0%',0,0,34490,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91079,'25%',1,0,34490,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91080,'50%',1,0,34490,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91081,'75%',1,0,34490,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91082,'100%',1,0,34490,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91083,'Solid concrete flooring on all levels',0,0,34491,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91084,'Timber joists on all levels',3,0,34491,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91085,'Concrete lowest floor – Timber above higher levels',3,0,34491,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91086,'Other',20,0,34491,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91087,'Yes',1,0,34494,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91088,'No',6,0,34494,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91089,'N/A',0,0,34494,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91090,'Yes',2,0,34496,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91091,'No',8,0,34496,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91092,'N/A',0,0,34496,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91093,'Yes',1,0,34498,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91094,'No',6,0,34498,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91095,'N/A',0,0,34498,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91096,'Yes',1,0,34500,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91097,'No',6,0,34500,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91098,'N/A',0,0,34500,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91099,'Yes',1,0,34502,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91100,'No',6,0,34502,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91101,'N/A',0,0,34502,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91102,'Yes',1,0,34506,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91103,'No',3,0,34506,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91104,'Yes',1,0,34508,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91105,'No',3,0,34508,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91106,'Yes',1,0,34510,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91107,'No',3,0,34510,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91108,'N/A',0,0,34510,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91109,'Very Good',0,0,34512,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91110,'Good',1,0,34512,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91111,'Fair',2,0,34512,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91112,'Poor',3,0,34512,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91113,'Very Poor',4,0,34512,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91114,'0%',1,0,34519,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91115,'1% - 25%',1,0,34519,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91116,'26% - 50%',1,0,34519,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91117,'51% - 75%',1,0,34519,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91118,'76% - 100%',1,0,34519,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91119,'0%',1,0,34520,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91120,'1% - 25%',1,0,34520,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91121,'26% - 50%',1,0,34520,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91122,'51% - 75%',1,0,34520,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91123,'76% - 100%',1,0,34520,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91124,'0%',1,0,34521,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91125,'1% - 25%',1,0,34521,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91126,'26% - 50%',1,0,34521,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91127,'51% - 75%',1,0,34521,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91128,'76% - 100%',1,0,34521,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91129,'0%',5,0,34523,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91130,'1% - 25%',4,0,34523,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91131,'26% - 50%',3,0,34523,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91132,'51% - 75%',2,0,34523,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91133,'76% - 100%',1,0,34523,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91134,'0%',1,0,34524,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91135,'1% - 25%',1,0,34524,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91136,'26% - 50%',1,0,34524,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91137,'51% - 75%',1,0,34524,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91138,'76% - 100%',1,0,34524,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91139,'0%',1,0,34525,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91140,'1% - 25%',1,0,34525,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91141,'26% - 50%',1,0,34525,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91142,'51% - 75%',1,0,34525,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91143,'76% - 100%',1,0,34525,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(91144,'Fan Heaters',4,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91145,'Electric Heaters',4,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91146,'Gas Heater',5,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91147,'Other Boilers',2,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91148,'Electrical Equipment',3,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91149,'Electrical Leads',3,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91150,'Portable Equipment',3,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91151,'Portable Lighting',2,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91152,'Cooking Equipment',6,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91153,'Other',20,0,34526,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91154,'Wood/Paper/Cardboard etc',3,0,34528,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91155,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,34528,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91156,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,34528,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91157,'Waste Material Controlled -in locked wheely bin or store',2,0,34528,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91158,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,34528,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91159,'Other',20,0,34528,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91160,'Yes. A responsible person has been nominated.',0,0,34530,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91161,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,34530,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91162,'Other',20,0,34530,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91163,'N/A',0,0,34530,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91164,'Yes. A competent person is available to assist in fire safety measures.',0,0,34531,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91165,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,34531,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91166,'Other',20,0,34531,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91167,'N/A',0,0,34531,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91168,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,34532,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91169,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,34532,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91170,'Other',20,0,34532,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91171,'N/A',0,0,34532,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91172,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,34534,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91173,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,34534,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91174,'Other',20,0,34534,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91175,'N/A',0,0,34534,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91176,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,34536,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91177,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,34536,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91178,'Other',20,0,34536,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91179,'N/A',0,0,34536,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91180,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,34537,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91181,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,34537,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91182,'Other',20,0,34537,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91183,'N/A',0,0,34537,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91184,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,34538,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91185,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,34538,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91186,'Other',20,0,34538,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91187,'N/A',0,0,34538,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91188,'Yes. The plan is readily available.',0,0,34540,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91189,'No. The plan is not available.',3,0,34540,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91190,'Other',20,0,34540,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91191,'N/A',0,0,34540,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91192,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,34541,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91193,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,34541,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91194,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,34541,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91195,'Other',20,0,34541,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91196,'N/A',0,0,34541,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91197,'Yes. There are suitable arrangements in place to prevent danger.',0,0,34542,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91198,'No. There are not suitable arrangements in place to prevent danger..',4,0,34542,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91199,'Other',20,0,34542,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91200,'N/A',0,0,34542,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91201,'Yes. The company has a full evacuation system in place.',0,0,34543,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91202,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,34543,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91203,'Other',20,0,34543,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91204,'N/A',0,0,34543,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91205,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,34544,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91206,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,34544,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91207,'Other',20,0,34544,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91208,'N/A',0,0,34544,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91209,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,34545,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91210,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,34545,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91211,'Other',20,0,34545,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91212,'N/A',0,0,34545,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91213,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,34546,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91214,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,34546,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91215,'Other',20,0,34546,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91216,'N/A',0,0,34546,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91217,'Yes. They do consider other organisation within the building.',0,0,34547,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91218,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,34547,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91219,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,34547,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91220,'Other',20,0,34547,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91221,'N/A',0,0,34547,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91222,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,34548,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91223,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,34548,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91224,'Other',20,0,34548,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91225,'N/A',0,0,34548,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91226,'Yes, they are in good condition & positioned correctly.',0,0,34550,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91227,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,34550,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91228,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,34550,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91229,'Other',20,0,34550,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91230,'N/A',0,0,34550,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91231,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,34552,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91232,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,34552,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91233,'No. There is no fire risk logbook.',5,0,34552,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91234,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,34553,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91235,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,34553,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91236,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,34553,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91237,'N/A',0,0,34553,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91238,'Other',20,0,34553,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91239,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,34555,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91240,'Yes. They are installed, and signs are displayed.',0,0,34555,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91241,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,34555,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91242,'N/A',0,0,34555,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91243,'Other',20,0,34555,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91244,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,34557,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91245,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,34557,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91246,'Other',20,0,34557,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91247,'N/A',0,0,34557,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91248,'Yes. There is suitable Emergency lighting in the building.',0,0,34558,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91249,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,34558,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91250,'Other',20,0,34558,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91251,'N/A',0,0,34558,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91252,'Yes. They are in good condition with no obstructions.',0,0,34559,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91253,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,34559,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91254,'Other',20,0,34559,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91255,'N/A',0,0,34559,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91256,'Yes. User checks are recorded into the fire risk logbook.',0,0,34561,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91257,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,34561,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91258,'Other',20,0,34561,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91259,'N/A',0,0,34561,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91260,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,34562,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91261,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,34562,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91262,'Other',20,0,34562,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91263,'N/A',0,0,34562,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91264,'Yes. There is a certificate within the last 6 months.',0,0,34565,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91265,'The certificate was issued within the last 12 months.',2,0,34565,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91266,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,34565,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91267,'N/A',0,0,34565,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91268,'Other',20,0,34565,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91269,'Yes. Certification within 6 months',0,0,34567,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91270,'Yes. Certification within 12 months',2,0,34567,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91271,'No certification. (Recommend testing by fire safety specialist)',5,0,34567,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91272,'N/A',0,0,34567,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91273,'Other',20,0,34567,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91274,'Yes. Service and test certification is within 12 months',0,0,34568,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91275,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34568,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91276,'N/A',0,0,34568,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91277,'Other',20,0,34568,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91278,'Yes. The EICR test certification is complete within last 5 years',0,0,34570,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91279,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34570,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91280,'N/A',0,0,34570,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91281,'Other',20,0,34570,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91282,'Yes',0,0,34572,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91283,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34572,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91284,'N/A',0,0,34572,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91285,'Other',20,0,34572,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91286,'Yes',0,0,34574,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91287,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34574,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91288,'N/A',0,0,34574,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91289,'Other',20,0,34574,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91290,'Yes',0,0,34576,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91291,'No. There are hot working areas but no fire blankets are present.',5,0,34576,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91292,'N/A',0,0,34576,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91293,'Other',20,0,34576,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91294,'Yes. They are provided and ready to use located in a communal area.',0,0,34578,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91295,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34578,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91296,'N/A',0,0,34578,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91297,'Other',20,0,34578,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91298,'Yes',2,0,34579,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91299,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34579,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91300,'The property does not have a gas connection.',0,0,34579,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91301,'N/A',0,0,34579,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91302,'Yes. Assembly points are clearly marked.',0,0,34580,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91303,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34580,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91304,'NA',0,0,34580,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91305,'Other',20,0,34580,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91306,'Yes',0,0,34581,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91307,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34581,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91308,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34581,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91309,'N/A',0,0,34581,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91310,'Other',20,0,34581,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91311,'Yes',0,0,34582,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91312,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34582,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91313,'NA',0,0,34582,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91314,'Other',20,0,34582,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91315,'Yes. The shortest route has been put into the plan',0,0,34583,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91316,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34583,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91317,'NA',0,0,34583,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91318,'Other',20,0,34583,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91319,'Yes. There is more than one exit available.',1,0,34584,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91320,'No. There is only one escape exit available.',0,0,34584,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91321,'Other',20,0,34584,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91322,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34585,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91323,'No. The exits are not efficient enough for the building.',9,0,34585,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91324,'NA',0,0,34585,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91325,'Other',20,0,34585,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91326,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34586,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91327,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34586,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(91328,'NA',0,0,34586,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91329,'Other',20,0,34586,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91330,'Yes. Escape routes are kept clear throughout the building.',0,0,34587,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91331,'No. There are obstructions on one or more escape routes.',6,0,34587,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91332,'N/A',0,0,34587,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91333,'Other',20,0,34587,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91334,'Yes',0,0,34588,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91335,'No. There is no assembly point or the assembly point is too small.',8,0,34588,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91336,'NA',0,0,34588,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91337,'Other',20,0,34588,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91338,'Evacuation only',3,0,34589,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91339,'Delayed evacuation process with 15 minute time delay',4,0,34589,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91340,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34589,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91341,'Other',20,0,34589,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91342,'Yes. Once per year.',1,0,34590,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91343,'Yes. Twice per year.',0,0,34590,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91344,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34590,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91345,'Other',20,0,34590,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91346,'Yes. The fire risk assessment is reviewed annually.',0,0,34591,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91347,'No. (Recommend immediate update to ensure compliance.)',5,0,34591,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91348,'NA',5,0,34591,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91349,'Other',20,0,34591,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91350,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34592,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91351,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34592,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91352,'N/A',0,0,34592,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91353,'Other',20,0,34592,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91354,'Yes. Training has been provided',0,0,34593,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91355,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34593,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91356,'Other',20,0,34593,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91357,'N/A',0,0,34593,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91358,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34594,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91359,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34594,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91360,'NA',0,0,34594,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91361,'Other',20,0,34594,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91362,'Yes. Training has been documented on induction.',0,0,34595,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91363,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34595,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91364,'NA',0,0,34595,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91365,'Other',20,0,34595,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91366,'Yes. This is part of the fire training program and fire warden duties.',0,0,34596,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91367,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34596,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91368,'NA',0,0,34596,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91369,'Other',20,0,34596,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91370,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34597,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91371,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34597,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91372,'Other',20,0,34597,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91373,'N/A',0,0,34597,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91374,'Yes. Fire wardens receive refresher training regularly.',0,0,34598,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91375,'No',5,0,34598,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91376,'N/A',0,0,34598,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91377,'Other',20,0,34598,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91378,'Other',20,0,34598,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91379,'Director',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91380,'Owner Landlord',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91381,'Site Maitenance',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91382,'Estate Agent',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91383,'Letting Agent',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91384,'Other',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91385,'Director',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91386,'CEO',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91387,'Other',0,0,34606,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91388,'Nebosh',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91389,'Level 2 Fire Risk Assessor',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91390,'Competant Person',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91391,'Property Manager',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91392,'Construction Manager',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91393,'Fire Warden',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91394,'Director',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91395,'CEO',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91396,'N/A',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91397,'Other',0,0,34607,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91398,'Property Agent',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91399,'Owner Landlord',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91400,'Site Manager',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91401,'Property Manager',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91402,'Construction Manager',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91403,'Fire Warden',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91404,'Director',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91405,'CEO',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91406,'Other',0,0,34608,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91407,'A Property Within Building Block',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91408,'All Of The Property',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91409,'Communal Areas Only',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91410,'House',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91411,'Flat',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91412,'Other',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91413,'Director',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91414,'CEO',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91415,'Other',0,0,34609,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91416,'Detached',1,0,34615,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91417,'Semi Detached',2,0,34615,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91418,'Terraced',3,0,34615,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91419,'Linked-Detached',1,0,34615,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91420,'Other',20,0,34615,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91421,'House',1,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91422,'Bungalow',1,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91423,'Maisonette',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91424,'Block of Flats - Studios up to 6 Floor Levels',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91425,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91426,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91427,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91428,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91429,'Underground Property',1,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91430,'Factory/ Warehouse',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91431,'Garage/ Workshop',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91432,'Retail Shop',2,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91433,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91434,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91435,'Other',20,0,34616,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91436,'NA',0,0,34621,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91437,'Number of staircase',2,0,34621,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91438,'NA',0,0,34622,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91439,'Number os staircases',2,0,34622,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91440,'25%',1,0,34634,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91441,'50%',1,0,34634,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91442,'75%',1,0,34634,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91443,'100%',1,0,34634,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91444,'Other',20,0,34634,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91445,'Yes',1,0,34636,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91446,'No',3,0,34636,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91447,'Unknown',3,0,34636,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91448,'Stone',0,0,34636,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91449,'Other',20,0,34636,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91450,'Yes',1,0,34637,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91451,'No',5,0,34637,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91452,'Unknown',5,0,34637,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91453,'Stone',0,0,34637,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91454,'Other',20,0,34637,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91455,'Wood',2,0,34638,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91456,'Plastics',1,0,34638,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91457,'Aluminium',0,0,34638,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91458,'Stone',0,0,34638,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91459,'Other',20,0,34638,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91460,'0%',0,0,34640,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91461,'25%',1,0,34640,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91462,'50%',1,0,34640,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91463,'75%',1,0,34640,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91464,'100%',1,0,34640,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91465,'0%',0,0,34641,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91466,'25%',2,0,34641,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91467,'50%',2,0,34641,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91468,'75%',2,0,34641,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91469,'100%',2,0,34641,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91470,'0%',0,0,34642,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91471,'25%',1,0,34642,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91472,'50%',1,0,34642,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91473,'75%',1,0,34642,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91474,'100%',1,0,34642,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91475,'Solid concrete flooring on all levels',0,0,34643,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91476,'Timber joists on all levels',3,0,34643,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91477,'Concrete lowest floor – Timber above higher levels',3,0,34643,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91478,'Other',20,0,34643,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91479,'Yes',1,0,34646,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91480,'No',6,0,34646,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91481,'N/A',0,0,34646,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91482,'Yes',2,0,34648,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91483,'No',8,0,34648,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91484,'N/A',0,0,34648,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91485,'Yes',1,0,34650,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91486,'No',6,0,34650,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91487,'N/A',0,0,34650,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91488,'Yes',1,0,34652,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91489,'No',6,0,34652,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91490,'N/A',0,0,34652,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91491,'Yes',1,0,34654,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91492,'No',6,0,34654,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91493,'N/A',0,0,34654,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91494,'Yes',1,0,34658,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91495,'No',3,0,34658,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91496,'Yes',1,0,34660,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91497,'No',3,0,34660,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91498,'Yes',1,0,34662,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91499,'No',3,0,34662,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91500,'N/A',0,0,34662,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91501,'Very Good',0,0,34664,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91502,'Good',1,0,34664,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91503,'Fair',2,0,34664,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91504,'Poor',3,0,34664,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91505,'Very Poor',4,0,34664,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91506,'0%',1,0,34671,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91507,'1% - 25%',1,0,34671,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91508,'26% - 50%',1,0,34671,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91509,'51% - 75%',1,0,34671,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91510,'76% - 100%',1,0,34671,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91511,'0%',1,0,34672,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91512,'1% - 25%',1,0,34672,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91513,'26% - 50%',1,0,34672,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91514,'51% - 75%',1,0,34672,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91515,'76% - 100%',1,0,34672,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91516,'0%',1,0,34673,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91517,'1% - 25%',1,0,34673,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91518,'26% - 50%',1,0,34673,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91519,'51% - 75%',1,0,34673,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91520,'76% - 100%',1,0,34673,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91521,'0%',5,0,34675,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91522,'1% - 25%',4,0,34675,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91523,'26% - 50%',3,0,34675,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91524,'51% - 75%',2,0,34675,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91525,'76% - 100%',1,0,34675,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91526,'0%',1,0,34676,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91527,'1% - 25%',1,0,34676,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91528,'26% - 50%',1,0,34676,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91529,'51% - 75%',1,0,34676,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91530,'76% - 100%',1,0,34676,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91531,'0%',1,0,34677,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91532,'1% - 25%',1,0,34677,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91533,'26% - 50%',1,0,34677,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91534,'51% - 75%',1,0,34677,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91535,'76% - 100%',1,0,34677,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91536,'Employees',2,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91537,'Sub-Contractors',3,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91538,'Young Persons',4,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91539,'Visitors',4,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91540,'The General Public (Customers)',4,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91541,'Disabled or Special needs People less able to leave the premises quickly',7,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91542,'Occupants in Remote Areas',6,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91543,'Sleeping Occupants',7,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91544,'Neighbouring Premises',2,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91545,'Tenants / Owners',3,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91546,'Animals / Livestock',2,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91547,'Other',0,0,34679,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91548,'9:00 - 17:00',0,0,34682,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91549,'17:00 - 24:00',0,0,34682,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91550,'24:00 - 9:00',0,0,34682,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91551,'9:00 - 17:00',0,0,34683,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91552,'17:00 - 24:00',0,0,34683,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91553,'24:00 - 9:00',0,0,34683,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91554,'9:00 - 17:00',0,0,34684,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91555,'17:00 - 24:00',0,0,34684,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91556,'24:00 - 9:00',0,0,34684,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91557,'9:00 - 17:00',0,0,34685,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91558,'17:00 - 24:00',0,0,34685,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91559,'24:00 - 9:00',0,0,34685,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91560,'9:00 - 17:00',0,0,34686,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91561,'17:00 - 24:00',0,0,34686,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91562,'24:00 - 9:00',0,0,34686,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91563,'9:00 - 17:00',0,0,34687,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91564,'17:00 - 24:00',0,0,34687,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91565,'24:00 - 9:00',0,0,34687,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91566,'9:00 - 17:00',0,0,34688,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91567,'17:00 - 24:00',0,0,34688,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91568,'24:00 - 9:00',0,0,34688,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91569,'Below 20',1,0,34689,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91570,'20-49',2,0,34689,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91571,'50-99',2,0,34689,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91572,'100-499',3,0,34689,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91573,'500-999',4,0,34689,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91574,'1000',5,0,34689,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91575,'Single Stage Evacuation',0,0,34690,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91576,'Staged Evacuation',0,0,34690,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91577,'Simultaneous Evacuation',0,0,34690,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91578,'Phased Evacuation',0,0,34690,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91579,'Staff Alarm Only',0,0,34690,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91580,'Stay Put Policy',0,0,34690,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(91581,'Fan Heaters',4,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91582,'Electric Heaters',4,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91583,'Gas Heater',5,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91584,'Other Boilers',2,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91585,'Electrical Equipment',3,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91586,'Electrical Leads',3,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91587,'Portable Equipment',3,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91588,'Portable Lighting',2,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91589,'Cooking Equipment',6,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91590,'Other',20,0,34691,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91591,'Wood/Paper/Cardboard etc',3,0,34693,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91592,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,34693,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91593,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,34693,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91594,'Waste Material Controlled -in locked wheely bin or store',2,0,34693,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91595,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,34693,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91596,'Other',20,0,34693,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91597,'Yes, they are in good condition & positioned correctly.',0,0,34695,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91598,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,34695,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91599,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,34695,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91600,'Other',20,0,34695,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91601,'N/A',0,0,34695,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91602,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,34697,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91603,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,34697,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91604,'No. There is no fire risk logbook.',5,0,34697,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91605,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,34698,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91606,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,34698,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91607,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,34698,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91608,'N/A',0,0,34698,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91609,'Other',20,0,34698,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91610,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,34700,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91611,'Yes. They are installed, and signs are displayed.',0,0,34700,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91612,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,34700,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91613,'N/A',0,0,34700,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91614,'Other',20,0,34700,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91615,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,34702,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91616,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,34702,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91617,'Other',20,0,34702,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91618,'N/A',0,0,34702,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91619,'Yes. There is suitable Emergency lighting in the building.',0,0,34703,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91620,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,34703,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91621,'Other',20,0,34703,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91622,'N/A',0,0,34703,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91623,'Yes. They are in good condition with no obstructions.',0,0,34704,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91624,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,34704,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91625,'Other',20,0,34704,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91626,'N/A',0,0,34704,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91627,'Yes. User checks are recorded into the fire risk logbook.',0,0,34706,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91628,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,34706,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91629,'Other',20,0,34706,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91630,'N/A',0,0,34706,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91631,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,34707,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91632,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,34707,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91633,'Other',20,0,34707,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91634,'N/A',0,0,34707,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91635,'Yes. There is a certificate within the last 6 months.',0,0,34710,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91636,'The certificate was issued within the last 12 months.',2,0,34710,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91637,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,34710,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91638,'N/A',0,0,34710,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91639,'Other',20,0,34710,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91640,'Yes. Certification within 6 months',0,0,34712,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91641,'Yes. Certification within 12 months',2,0,34712,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91642,'No certification. (Recommend testing by fire safety specialist)',5,0,34712,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91643,'N/A',0,0,34712,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91644,'Other',20,0,34712,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91645,'Yes. Service and test certification is within 12 months',0,0,34713,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91646,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34713,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91647,'N/A',0,0,34713,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91648,'Other',20,0,34713,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91649,'Yes. The EICR test certification is complete within last 5 years',0,0,34715,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91650,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34715,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91651,'N/A',0,0,34715,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91652,'Other',20,0,34715,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91653,'Yes',0,0,34717,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91654,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34717,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91655,'N/A',0,0,34717,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91656,'Other',20,0,34717,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91657,'Yes',0,0,34719,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91658,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34719,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91659,'N/A',0,0,34719,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91660,'Other',20,0,34719,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91661,'Yes',0,0,34721,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91662,'No. There are hot working areas but no fire blankets are present.',5,0,34721,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91663,'N/A',0,0,34721,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91664,'Other',20,0,34721,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91665,'Yes. They are provided and ready to use located in a communal area.',0,0,34723,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91666,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34723,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91667,'N/A',0,0,34723,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91668,'Other',20,0,34723,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91669,'Yes',2,0,34724,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91670,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34724,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91671,'The property does not have a gas connection.',0,0,34724,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91672,'N/A',0,0,34724,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91673,'Yes. Assembly points are clearly marked.',0,0,34725,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91674,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34725,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91675,'NA',0,0,34725,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91676,'Other',20,0,34725,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91677,'Yes',0,0,34726,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91678,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34726,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91679,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34726,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91680,'N/A',0,0,34726,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91681,'Other',20,0,34726,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91682,'Yes',0,0,34727,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91683,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34727,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91684,'NA',0,0,34727,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91685,'Other',20,0,34727,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91686,'Yes. The shortest route has been put into the plan',0,0,34728,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91687,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34728,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91688,'NA',0,0,34728,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91689,'Other',20,0,34728,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91690,'Yes. There is more than one exit available.',1,0,34729,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91691,'No. There is only one escape exit available.',0,0,34729,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91692,'Other',20,0,34729,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91693,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34730,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91694,'No. The exits are not efficient enough for the building.',9,0,34730,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91695,'NA',0,0,34730,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91696,'Other',20,0,34730,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91697,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34731,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91698,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34731,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91699,'NA',0,0,34731,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91700,'Other',20,0,34731,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91701,'Yes. Escape routes are kept clear throughout the building.',0,0,34732,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91702,'No. There are obstructions on one or more escape routes.',6,0,34732,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91703,'N/A',0,0,34732,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91704,'Other',20,0,34732,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91705,'Yes',0,0,34733,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91706,'No. There is no assembly point or the assembly point is too small.',8,0,34733,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91707,'NA',0,0,34733,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91708,'Other',20,0,34733,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91709,'Evacuation only',3,0,34734,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91710,'Delayed evacuation process with 15 minute time delay',4,0,34734,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91711,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34734,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91712,'Other',20,0,34734,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91713,'Yes. Once per year.',1,0,34735,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91714,'Yes. Twice per year.',0,0,34735,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91715,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34735,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91716,'Other',20,0,34735,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91717,'Yes. The fire risk assessment is reviewed annually.',0,0,34736,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91718,'No. (Recommend immediate update to ensure compliance.)',5,0,34736,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91719,'NA',5,0,34736,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91720,'Other',20,0,34736,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91721,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34737,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91722,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34737,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91723,'N/A',0,0,34737,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91724,'Other',20,0,34737,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91725,'Yes. Training has been provided',0,0,34738,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91726,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34738,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91727,'Other',20,0,34738,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91728,'N/A',0,0,34738,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91729,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34739,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91730,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34739,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91731,'NA',0,0,34739,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91732,'Other',20,0,34739,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91733,'Yes. Training has been documented on induction.',0,0,34740,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91734,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34740,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91735,'NA',0,0,34740,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91736,'Other',20,0,34740,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91737,'Yes. This is part of the fire training program and fire warden duties.',0,0,34741,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91738,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34741,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91739,'NA',0,0,34741,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91740,'Other',20,0,34741,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91741,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34742,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91742,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34742,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91743,'Other',20,0,34742,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91744,'N/A',0,0,34742,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91745,'Yes. Fire wardens receive refresher training regularly.',0,0,34743,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91746,'No',5,0,34743,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91747,'N/A',0,0,34743,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91748,'Other',20,0,34743,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91749,'Other',20,0,34743,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91750,'Director',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91751,'Owner Landlord',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91752,'Site Maitenance',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91753,'Estate Agent',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91754,'Letting Agent',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91755,'Other',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91756,'Director',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91757,'CEO',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91758,'Other',0,0,34751,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91759,'Nebosh',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91760,'Level 2 Fire Risk Assessor',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91761,'Competant Person',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91762,'Property Manager',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91763,'Construction Manager',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91764,'Fire Warden',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91765,'Director',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91766,'CEO',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91767,'N/A',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91768,'Other',0,0,34752,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91769,'Property Agent',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91770,'Owner Landlord',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91771,'Site Manager',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91772,'Property Manager',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91773,'Construction Manager',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91774,'Fire Warden',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91775,'Director',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91776,'CEO',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91777,'Other',0,0,34753,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91778,'A Property Within Building Block',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91779,'All Of The Property',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91780,'Communal Areas Only',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91781,'House',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91782,'Flat',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91783,'Other',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91784,'Director',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91785,'CEO',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91786,'Other',0,0,34754,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91787,'Detached',1,0,34760,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91788,'Semi Detached',2,0,34760,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91789,'Terraced',3,0,34760,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91790,'Linked-Detached',1,0,34760,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91791,'Other',20,0,34760,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91792,'House',1,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91793,'Bungalow',1,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91794,'Maisonette',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91795,'Block of Flats - Studios up to 6 Floor Levels',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91796,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91797,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91798,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91799,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91800,'Underground Property',1,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91801,'Factory/ Warehouse',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91802,'Garage/ Workshop',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91803,'Retail Shop',2,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91804,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91805,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91806,'Other',20,0,34761,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91807,'NA',0,0,34766,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91808,'Number of staircase',2,0,34766,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91809,'NA',0,0,34767,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91810,'Number os staircases',2,0,34767,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91811,'25%',1,0,34779,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91812,'50%',1,0,34779,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91813,'75%',1,0,34779,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91814,'100%',1,0,34779,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91815,'Other',20,0,34779,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91816,'Yes',1,0,34781,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91817,'No',3,0,34781,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91818,'Unknown',3,0,34781,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91819,'Stone',0,0,34781,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91820,'Other',20,0,34781,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91821,'Yes',1,0,34782,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91822,'No',5,0,34782,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91823,'Unknown',5,0,34782,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91824,'Stone',0,0,34782,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91825,'Other',20,0,34782,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91826,'Wood',2,0,34783,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91827,'Plastics',1,0,34783,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91828,'Aluminium',0,0,34783,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91829,'Stone',0,0,34783,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91830,'Other',20,0,34783,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91831,'0%',0,0,34785,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91832,'25%',1,0,34785,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91833,'50%',1,0,34785,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91834,'75%',1,0,34785,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91835,'100%',1,0,34785,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91836,'0%',0,0,34786,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91837,'25%',2,0,34786,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91838,'50%',2,0,34786,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91839,'75%',2,0,34786,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91840,'100%',2,0,34786,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91841,'0%',0,0,34787,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91842,'25%',1,0,34787,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91843,'50%',1,0,34787,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91844,'75%',1,0,34787,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91845,'100%',1,0,34787,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91846,'Solid concrete flooring on all levels',0,0,34788,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91847,'Timber joists on all levels',3,0,34788,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91848,'Concrete lowest floor – Timber above higher levels',3,0,34788,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91849,'Other',20,0,34788,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91850,'Yes',1,0,34791,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91851,'No',6,0,34791,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91852,'N/A',0,0,34791,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91853,'Yes',2,0,34793,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91854,'No',8,0,34793,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91855,'N/A',0,0,34793,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91856,'Yes',1,0,34795,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91857,'No',6,0,34795,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91858,'N/A',0,0,34795,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91859,'Yes',1,0,34797,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91860,'No',6,0,34797,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91861,'N/A',0,0,34797,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91862,'Yes',1,0,34799,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91863,'No',6,0,34799,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91864,'N/A',0,0,34799,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91865,'Yes',1,0,34803,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91866,'No',3,0,34803,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91867,'Yes',1,0,34805,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91868,'No',3,0,34805,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91869,'Yes',1,0,34807,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91870,'No',3,0,34807,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91871,'N/A',0,0,34807,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91872,'Very Good',0,0,34809,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91873,'Good',1,0,34809,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91874,'Fair',2,0,34809,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91875,'Poor',3,0,34809,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91876,'Very Poor',4,0,34809,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91877,'0%',1,0,34816,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91878,'1% - 25%',1,0,34816,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91879,'26% - 50%',1,0,34816,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91880,'51% - 75%',1,0,34816,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91881,'76% - 100%',1,0,34816,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91882,'0%',1,0,34817,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91883,'1% - 25%',1,0,34817,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91884,'26% - 50%',1,0,34817,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91885,'51% - 75%',1,0,34817,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91886,'76% - 100%',1,0,34817,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91887,'0%',1,0,34818,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91888,'1% - 25%',1,0,34818,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91889,'26% - 50%',1,0,34818,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91890,'51% - 75%',1,0,34818,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91891,'76% - 100%',1,0,34818,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91892,'0%',5,0,34820,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91893,'1% - 25%',4,0,34820,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91894,'26% - 50%',3,0,34820,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91895,'51% - 75%',2,0,34820,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91896,'76% - 100%',1,0,34820,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91897,'0%',1,0,34821,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91898,'1% - 25%',1,0,34821,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91899,'26% - 50%',1,0,34821,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91900,'51% - 75%',1,0,34821,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91901,'76% - 100%',1,0,34821,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91902,'0%',1,0,34822,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91903,'1% - 25%',1,0,34822,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91904,'26% - 50%',1,0,34822,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91905,'51% - 75%',1,0,34822,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91906,'76% - 100%',1,0,34822,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91907,'Employees',2,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91908,'Sub-Contractors',3,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91909,'Young Persons',4,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91910,'Visitors',4,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91911,'The General Public (Customers)',4,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91912,'Disabled or Special needs People less able to leave the premises quickly',7,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91913,'Occupants in Remote Areas',6,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91914,'Sleeping Occupants',7,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91915,'Neighbouring Premises',2,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91916,'Tenants / Owners',3,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91917,'Animals / Livestock',2,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91918,'Other',0,0,34824,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91919,'9:00 - 17:00',0,0,34827,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91920,'17:00 - 24:00',0,0,34827,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91921,'24:00 - 9:00',0,0,34827,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91922,'9:00 - 17:00',0,0,34828,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91923,'17:00 - 24:00',0,0,34828,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91924,'24:00 - 9:00',0,0,34828,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91925,'9:00 - 17:00',0,0,34829,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91926,'17:00 - 24:00',0,0,34829,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91927,'24:00 - 9:00',0,0,34829,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91928,'9:00 - 17:00',0,0,34830,'2023-05-03 14:28:54','2023-05-03 14:28:54');
INSERT INTO `question_choices` VALUES (91929,'17:00 - 24:00',0,0,34830,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91930,'24:00 - 9:00',0,0,34830,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91931,'9:00 - 17:00',0,0,34831,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91932,'17:00 - 24:00',0,0,34831,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91933,'24:00 - 9:00',0,0,34831,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91934,'9:00 - 17:00',0,0,34832,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91935,'17:00 - 24:00',0,0,34832,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91936,'24:00 - 9:00',0,0,34832,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91937,'9:00 - 17:00',0,0,34833,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91938,'17:00 - 24:00',0,0,34833,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91939,'24:00 - 9:00',0,0,34833,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91940,'Below 20',1,0,34834,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91941,'20-49',2,0,34834,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91942,'50-99',2,0,34834,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91943,'100-499',3,0,34834,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91944,'500-999',4,0,34834,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91945,'1000',5,0,34834,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91946,'Single Stage Evacuation',0,0,34835,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91947,'Staged Evacuation',0,0,34835,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91948,'Simultaneous Evacuation',0,0,34835,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91949,'Phased Evacuation',0,0,34835,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91950,'Staff Alarm Only',0,0,34835,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91951,'Stay Put Policy',0,0,34835,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91952,'Yes. A responsible person has been nominated.',0,0,34836,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91953,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,34836,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91954,'Other',20,0,34836,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91955,'N/A',0,0,34836,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91956,'Yes. A competent person is available to assist in fire safety measures.',0,0,34837,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91957,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,34837,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91958,'Other',20,0,34837,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91959,'N/A',0,0,34837,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91960,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,34838,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91961,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,34838,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91962,'Other',20,0,34838,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91963,'N/A',0,0,34838,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91964,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,34840,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91965,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,34840,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91966,'Other',20,0,34840,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91967,'N/A',0,0,34840,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91968,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,34842,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91969,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,34842,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91970,'Other',20,0,34842,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91971,'N/A',0,0,34842,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91972,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,34843,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91973,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,34843,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91974,'Other',20,0,34843,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91975,'N/A',0,0,34843,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91976,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,34844,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91977,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,34844,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91978,'Other',20,0,34844,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91979,'N/A',0,0,34844,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91980,'Yes. The plan is readily available.',0,0,34846,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91981,'No. The plan is not available.',3,0,34846,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91982,'Other',20,0,34846,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91983,'N/A',0,0,34846,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91984,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,34847,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91985,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,34847,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91986,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,34847,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91987,'Other',20,0,34847,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91988,'N/A',0,0,34847,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91989,'Yes. There are suitable arrangements in place to prevent danger.',0,0,34848,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91990,'No. There are not suitable arrangements in place to prevent danger..',4,0,34848,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91991,'Other',20,0,34848,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91992,'N/A',0,0,34848,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91993,'Yes. The company has a full evacuation system in place.',0,0,34849,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91994,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,34849,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91995,'Other',20,0,34849,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91996,'N/A',0,0,34849,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91997,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,34850,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91998,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,34850,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(91999,'Other',20,0,34850,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92000,'N/A',0,0,34850,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92001,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,34851,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92002,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,34851,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92003,'Other',20,0,34851,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92004,'N/A',0,0,34851,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92005,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,34852,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92006,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,34852,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92007,'Other',20,0,34852,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92008,'N/A',0,0,34852,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92009,'Yes. They do consider other organisation within the building.',0,0,34853,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92010,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,34853,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92011,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,34853,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92012,'Other',20,0,34853,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92013,'N/A',0,0,34853,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92014,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,34854,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92015,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,34854,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92016,'Other',20,0,34854,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92017,'N/A',0,0,34854,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(92018,'Fan Heaters',4,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92019,'Electric Heaters',4,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92020,'Gas Heater',5,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92021,'Other Boilers',2,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92022,'Electrical Equipment',3,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92023,'Electrical Leads',3,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92024,'Portable Equipment',3,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92025,'Portable Lighting',2,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92026,'Cooking Equipment',6,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92027,'Other',20,0,34856,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92028,'Wood/Paper/Cardboard etc',3,0,34858,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92029,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,34858,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92030,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,34858,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92031,'Waste Material Controlled -in locked wheely bin or store',2,0,34858,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92032,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,34858,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92033,'Other',20,0,34858,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92034,'Yes, they are in good condition & positioned correctly.',0,0,34860,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92035,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,34860,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92036,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,34860,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92037,'Other',20,0,34860,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92038,'N/A',0,0,34860,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92039,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,34862,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92040,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,34862,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92041,'No. There is no fire risk logbook.',5,0,34862,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92042,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,34863,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92043,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,34863,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92044,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,34863,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92045,'N/A',0,0,34863,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92046,'Other',20,0,34863,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92047,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,34865,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92048,'Yes. They are installed, and signs are displayed.',0,0,34865,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92049,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,34865,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92050,'N/A',0,0,34865,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92051,'Other',20,0,34865,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92052,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,34867,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92053,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,34867,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(92054,'Other',20,0,34867,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92055,'N/A',0,0,34867,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92056,'Yes. There is suitable Emergency lighting in the building.',0,0,34868,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92057,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,34868,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92058,'Other',20,0,34868,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92059,'N/A',0,0,34868,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92060,'Yes. They are in good condition with no obstructions.',0,0,34869,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92061,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,34869,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92062,'Other',20,0,34869,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92063,'N/A',0,0,34869,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92064,'Yes. User checks are recorded into the fire risk logbook.',0,0,34871,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92065,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,34871,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92066,'Other',20,0,34871,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92067,'N/A',0,0,34871,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92068,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,34872,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92069,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,34872,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92070,'Other',20,0,34872,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92071,'N/A',0,0,34872,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92072,'Yes. There is a certificate within the last 6 months.',0,0,34875,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92073,'The certificate was issued within the last 12 months.',2,0,34875,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92074,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,34875,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92075,'N/A',0,0,34875,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92076,'Other',20,0,34875,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92077,'Yes. Certification within 6 months',0,0,34877,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92078,'Yes. Certification within 12 months',2,0,34877,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92079,'No certification. (Recommend testing by fire safety specialist)',5,0,34877,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92080,'N/A',0,0,34877,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92081,'Other',20,0,34877,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92082,'Yes. Service and test certification is within 12 months',0,0,34878,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92083,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,34878,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92084,'N/A',0,0,34878,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92085,'Other',20,0,34878,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92086,'Yes. The EICR test certification is complete within last 5 years',0,0,34880,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92087,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,34880,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92088,'N/A',0,0,34880,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92089,'Other',20,0,34880,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92090,'Yes',0,0,34882,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92091,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,34882,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92092,'N/A',0,0,34882,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92093,'Other',20,0,34882,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92094,'Yes',0,0,34884,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92095,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,34884,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92096,'N/A',0,0,34884,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92097,'Other',20,0,34884,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92098,'Yes',0,0,34886,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92099,'No. There are hot working areas but no fire blankets are present.',5,0,34886,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92100,'N/A',0,0,34886,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92101,'Other',20,0,34886,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92102,'Yes. They are provided and ready to use located in a communal area.',0,0,34888,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92103,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,34888,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92104,'N/A',0,0,34888,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92105,'Other',20,0,34888,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92106,'Yes',2,0,34889,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92107,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,34889,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92108,'The property does not have a gas connection.',0,0,34889,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92109,'N/A',0,0,34889,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92110,'Yes. Assembly points are clearly marked.',0,0,34890,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92111,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,34890,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92112,'NA',0,0,34890,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92113,'Other',20,0,34890,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92114,'Yes',0,0,34891,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92115,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,34891,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92116,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,34891,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92117,'N/A',0,0,34891,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92118,'Other',20,0,34891,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92119,'Yes',0,0,34892,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92120,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,34892,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92121,'NA',0,0,34892,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92122,'Other',20,0,34892,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92123,'Yes. The shortest route has been put into the plan',0,0,34893,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92124,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,34893,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92125,'NA',0,0,34893,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92126,'Other',20,0,34893,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92127,'Yes. There is more than one exit available.',1,0,34894,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92128,'No. There is only one escape exit available.',0,0,34894,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92129,'Other',20,0,34894,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92130,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,34895,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92131,'No. The exits are not efficient enough for the building.',9,0,34895,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92132,'NA',0,0,34895,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92133,'Other',20,0,34895,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92134,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,34896,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92135,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,34896,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92136,'NA',0,0,34896,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92137,'Other',20,0,34896,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92138,'Yes. Escape routes are kept clear throughout the building.',0,0,34897,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92139,'No. There are obstructions on one or more escape routes.',6,0,34897,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92140,'N/A',0,0,34897,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92141,'Other',20,0,34897,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92142,'Yes',0,0,34898,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92143,'No. There is no assembly point or the assembly point is too small.',8,0,34898,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92144,'NA',0,0,34898,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92145,'Other',20,0,34898,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92146,'Evacuation only',3,0,34899,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92147,'Delayed evacuation process with 15 minute time delay',4,0,34899,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92148,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,34899,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92149,'Other',20,0,34899,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92150,'Yes. Once per year.',1,0,34900,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92151,'Yes. Twice per year.',0,0,34900,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92152,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,34900,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92153,'Other',20,0,34900,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92154,'Yes. The fire risk assessment is reviewed annually.',0,0,34901,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92155,'No. (Recommend immediate update to ensure compliance.)',5,0,34901,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92156,'NA',5,0,34901,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92157,'Other',20,0,34901,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92158,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,34902,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92159,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,34902,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92160,'N/A',0,0,34902,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92161,'Other',20,0,34902,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92162,'Yes. Training has been provided',0,0,34903,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92163,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,34903,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92164,'Other',20,0,34903,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92165,'N/A',0,0,34903,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92166,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,34904,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92167,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,34904,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92168,'NA',0,0,34904,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92169,'Other',20,0,34904,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92170,'Yes. Training has been documented on induction.',0,0,34905,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92171,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,34905,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92172,'NA',0,0,34905,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92173,'Other',20,0,34905,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92174,'Yes. This is part of the fire training program and fire warden duties.',0,0,34906,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92175,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,34906,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92176,'NA',0,0,34906,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92177,'Other',20,0,34906,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92178,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,34907,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92179,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,34907,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92180,'Other',20,0,34907,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92181,'N/A',0,0,34907,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92182,'Yes. Fire wardens receive refresher training regularly.',0,0,34908,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92183,'No',5,0,34908,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92184,'N/A',0,0,34908,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92185,'Other',20,0,34908,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92186,'Other',20,0,34908,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92187,'Director',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92188,'Owner Landlord',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92189,'Site Maitenance',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92190,'Estate Agent',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92191,'Letting Agent',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92192,'Other',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92193,'Director',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92194,'CEO',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92195,'Other',0,0,34916,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92196,'Nebosh',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92197,'Level 2 Fire Risk Assessor',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92198,'Competant Person',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92199,'Property Manager',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92200,'Construction Manager',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92201,'Fire Warden',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92202,'Director',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92203,'CEO',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92204,'N/A',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92205,'Other',0,0,34917,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92206,'Property Agent',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92207,'Owner Landlord',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92208,'Site Manager',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92209,'Property Manager',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92210,'Construction Manager',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92211,'Fire Warden',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92212,'Director',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92213,'CEO',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92214,'Other',0,0,34918,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92215,'A Property Within Building Block',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92216,'All Of The Property',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92217,'Communal Areas Only',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92218,'House',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92219,'Flat',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92220,'Other',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92221,'Director',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92222,'CEO',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92223,'Other',0,0,34919,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92224,'Detached',1,0,34925,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92225,'Semi Detached',2,0,34925,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92226,'Terraced',3,0,34925,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92227,'Linked-Detached',1,0,34925,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92228,'Other',20,0,34925,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92229,'House',1,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92230,'Bungalow',1,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92231,'Maisonette',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92232,'Block of Flats - Studios up to 6 Floor Levels',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92233,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92234,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92235,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92236,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92237,'Underground Property',1,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92238,'Factory/ Warehouse',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92239,'Garage/ Workshop',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92240,'Retail Shop',2,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92241,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92242,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92243,'Other',20,0,34926,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92244,'NA',0,0,34931,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92245,'Number of staircase',2,0,34931,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92246,'NA',0,0,34932,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92247,'Number os staircases',2,0,34932,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92248,'25%',1,0,34944,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92249,'50%',1,0,34944,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92250,'75%',1,0,34944,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92251,'100%',1,0,34944,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92252,'Other',20,0,34944,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92253,'Yes',1,0,34946,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92254,'No',3,0,34946,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92255,'Unknown',3,0,34946,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92256,'Stone',0,0,34946,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92257,'Other',20,0,34946,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92258,'Yes',1,0,34947,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92259,'No',5,0,34947,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92260,'Unknown',5,0,34947,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92261,'Stone',0,0,34947,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92262,'Other',20,0,34947,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92263,'Wood',2,0,34948,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92264,'Plastics',1,0,34948,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92265,'Aluminium',0,0,34948,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92266,'Stone',0,0,34948,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92267,'Other',20,0,34948,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92268,'0%',0,0,34950,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92269,'25%',1,0,34950,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92270,'50%',1,0,34950,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92271,'75%',1,0,34950,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92272,'100%',1,0,34950,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92273,'0%',0,0,34951,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92274,'25%',2,0,34951,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92275,'50%',2,0,34951,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92276,'75%',2,0,34951,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92277,'100%',2,0,34951,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92278,'0%',0,0,34952,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92279,'25%',1,0,34952,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92280,'50%',1,0,34952,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92281,'75%',1,0,34952,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92282,'100%',1,0,34952,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92283,'Solid concrete flooring on all levels',0,0,34953,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92284,'Timber joists on all levels',3,0,34953,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92285,'Concrete lowest floor – Timber above higher levels',3,0,34953,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92286,'Other',20,0,34953,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92287,'Yes',1,0,34956,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92288,'No',6,0,34956,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92289,'N/A',0,0,34956,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92290,'Yes',2,0,34958,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92291,'No',8,0,34958,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92292,'N/A',0,0,34958,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92293,'Yes',1,0,34960,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92294,'No',6,0,34960,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92295,'N/A',0,0,34960,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92296,'Yes',1,0,34962,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92297,'No',6,0,34962,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92298,'N/A',0,0,34962,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92299,'Yes',1,0,34964,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92300,'No',6,0,34964,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92301,'N/A',0,0,34964,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92302,'Yes',1,0,34968,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92303,'No',3,0,34968,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92304,'Yes',1,0,34970,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92305,'No',3,0,34970,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92306,'Yes',1,0,34972,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92307,'No',3,0,34972,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92308,'N/A',0,0,34972,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92309,'Very Good',0,0,34974,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92310,'Good',1,0,34974,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92311,'Fair',2,0,34974,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92312,'Poor',3,0,34974,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92313,'Very Poor',4,0,34974,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92314,'0%',5,0,34981,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92315,'1% - 25%',4,0,34981,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92316,'26% - 50%',3,0,34981,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92317,'51% - 75%',2,0,34981,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92318,'76% - 100%',1,0,34981,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92319,'0%',1,0,34982,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92320,'1% - 25%',1,0,34982,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92321,'26% - 50%',1,0,34982,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92322,'51% - 75%',1,0,34982,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92323,'76% - 100%',1,0,34982,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92324,'0%',1,0,34983,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92325,'1% - 25%',1,0,34983,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92326,'26% - 50%',1,0,34983,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92327,'51% - 75%',1,0,34983,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92328,'76% - 100%',1,0,34983,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92329,'0%',1,0,34985,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92330,'1% - 25%',1,0,34985,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92331,'26% - 50%',1,0,34985,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92332,'51% - 75%',1,0,34985,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92333,'76% - 100%',1,0,34985,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92334,'0%',1,0,34986,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92335,'1% - 25%',1,0,34986,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92336,'26% - 50%',1,0,34986,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92337,'51% - 75%',1,0,34986,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92338,'76% - 100%',1,0,34986,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92339,'0%',1,0,34987,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92340,'1% - 25%',1,0,34987,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92341,'26% - 50%',1,0,34987,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92342,'51% - 75%',1,0,34987,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92343,'76% - 100%',1,0,34987,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92344,'Employees',2,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92345,'Sub-Contractors',3,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92346,'Young Persons',4,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92347,'Visitors',4,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92348,'The General Public (Customers)',4,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92349,'Disabled or Special needs People less able to leave the premises quickly',7,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92350,'Occupants in Remote Areas',6,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92351,'Sleeping Occupants',7,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92352,'Neighbouring Premises',2,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92353,'Tenants / Owners',3,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92354,'Animals / Livestock',2,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92355,'Other',0,0,34989,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92356,'9:00 - 17:00',0,0,34992,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92357,'17:00 - 24:00',0,0,34992,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92358,'24:00 - 9:00',0,0,34992,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92359,'9:00 - 17:00',0,0,34993,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92360,'17:00 - 24:00',0,0,34993,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92361,'24:00 - 9:00',0,0,34993,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92362,'9:00 - 17:00',0,0,34994,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92363,'17:00 - 24:00',0,0,34994,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92364,'24:00 - 9:00',0,0,34994,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92365,'9:00 - 17:00',0,0,34995,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92366,'17:00 - 24:00',0,0,34995,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92367,'24:00 - 9:00',0,0,34995,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92368,'9:00 - 17:00',0,0,34996,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92369,'17:00 - 24:00',0,0,34996,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92370,'24:00 - 9:00',0,0,34996,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92371,'9:00 - 17:00',0,0,34997,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92372,'17:00 - 24:00',0,0,34997,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92373,'24:00 - 9:00',0,0,34997,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92374,'9:00 - 17:00',0,0,34998,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92375,'17:00 - 24:00',0,0,34998,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92376,'24:00 - 9:00',0,0,34998,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92377,'Below 20',1,0,34999,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92378,'20-49',2,0,34999,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92379,'50-99',2,0,34999,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92380,'100-499',3,0,34999,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92381,'500-999',4,0,34999,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92382,'1000',5,0,34999,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92383,'Single Stage Evacuation',0,0,35000,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92384,'Staged Evacuation',0,0,35000,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92385,'Simultaneous Evacuation',0,0,35000,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92386,'Phased Evacuation',0,0,35000,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92387,'Staff Alarm Only',0,0,35000,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92388,'Stay Put Policy',0,0,35000,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92389,'Yes. A responsible person has been nominated.',0,0,35001,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92390,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35001,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92391,'Other',20,0,35001,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92392,'N/A',0,0,35001,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92393,'Yes. A competent person is available to assist in fire safety measures.',0,0,35002,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92394,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35002,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92395,'Other',20,0,35002,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92396,'N/A',0,0,35002,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92397,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35003,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92398,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35003,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92399,'Other',20,0,35003,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92400,'N/A',0,0,35003,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92401,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35005,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92402,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35005,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92403,'Other',20,0,35005,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92404,'N/A',0,0,35005,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92405,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35007,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92406,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35007,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92407,'Other',20,0,35007,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92408,'N/A',0,0,35007,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92409,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35008,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92410,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35008,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92411,'Other',20,0,35008,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92412,'N/A',0,0,35008,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92413,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35009,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92414,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35009,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92415,'Other',20,0,35009,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92416,'N/A',0,0,35009,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92417,'Yes. The plan is readily available.',0,0,35011,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92418,'No. The plan is not available.',3,0,35011,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92419,'Other',20,0,35011,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92420,'N/A',0,0,35011,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92421,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35012,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92422,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35012,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92423,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35012,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92424,'Other',20,0,35012,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92425,'N/A',0,0,35012,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92426,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35013,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92427,'No. There are not suitable arrangements in place to prevent danger..',4,0,35013,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92428,'Other',20,0,35013,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92429,'N/A',0,0,35013,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92430,'Yes. The company has a full evacuation system in place.',0,0,35014,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92431,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35014,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92432,'Other',20,0,35014,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92433,'N/A',0,0,35014,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92434,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35015,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92435,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35015,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92436,'Other',20,0,35015,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92437,'N/A',0,0,35015,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92438,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35016,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92439,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35016,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92440,'Other',20,0,35016,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92441,'N/A',0,0,35016,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92442,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35017,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92443,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35017,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92444,'Other',20,0,35017,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92445,'N/A',0,0,35017,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92446,'Yes. They do consider other organisation within the building.',0,0,35018,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92447,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35018,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92448,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35018,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92449,'Other',20,0,35018,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92450,'N/A',0,0,35018,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92451,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35019,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92452,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35019,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92453,'Other',20,0,35019,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92454,'N/A',0,0,35019,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(92455,'Fan Heaters',4,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92456,'Electric Heaters',4,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92457,'Gas Heater',5,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92458,'Other Boilers',2,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92459,'Electrical Equipment',3,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92460,'Electrical Leads',3,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92461,'Portable Equipment',3,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92462,'Portable Lighting',2,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92463,'Cooking Equipment',6,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92464,'Other',20,0,35021,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92465,'Wood/Paper/Cardboard etc',3,0,35023,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92466,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,35023,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92467,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,35023,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92468,'Waste Material Controlled -in locked wheely bin or store',2,0,35023,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92469,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,35023,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92470,'Other',20,0,35023,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92471,'Yes. There is a certificate within the last 6 months.',0,0,35026,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92472,'The certificate was issued within the last 12 months.',2,0,35026,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92473,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,35026,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92474,'N/A',0,0,35026,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92475,'Other',20,0,35026,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92476,'Yes. Certification within 6 months',0,0,35028,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92477,'Yes. Certification within 12 months',2,0,35028,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92478,'No certification. (Recommend testing by fire safety specialist)',5,0,35028,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92479,'N/A',0,0,35028,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92480,'Other',20,0,35028,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92481,'Yes. Service and test certification is within 12 months',0,0,35029,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92482,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,35029,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92483,'N/A',0,0,35029,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92484,'Other',20,0,35029,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92485,'Yes. The EICR test certification is complete within last 5 years',0,0,35031,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92486,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,35031,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92487,'N/A',0,0,35031,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92488,'Other',20,0,35031,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92489,'Yes',0,0,35033,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92490,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,35033,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92491,'N/A',0,0,35033,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92492,'Other',20,0,35033,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92493,'Yes',0,0,35035,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92494,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,35035,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92495,'N/A',0,0,35035,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92496,'Other',20,0,35035,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92497,'Yes',0,0,35037,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92498,'No. There are hot working areas but no fire blankets are present.',5,0,35037,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92499,'N/A',0,0,35037,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92500,'Other',20,0,35037,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92501,'Yes. They are provided and ready to use located in a communal area.',0,0,35039,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92502,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,35039,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92503,'N/A',0,0,35039,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92504,'Other',20,0,35039,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92505,'Yes',2,0,35040,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92506,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,35040,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92507,'The property does not have a gas connection.',0,0,35040,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92508,'N/A',0,0,35040,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92509,'Yes. Assembly points are clearly marked.',0,0,35041,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92510,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,35041,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(92511,'NA',0,0,35041,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92512,'Other',20,0,35041,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92513,'Yes',0,0,35042,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92514,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,35042,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92515,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,35042,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92516,'N/A',0,0,35042,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92517,'Other',20,0,35042,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92518,'Yes',0,0,35043,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92519,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,35043,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92520,'NA',0,0,35043,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92521,'Other',20,0,35043,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92522,'Yes. The shortest route has been put into the plan',0,0,35044,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92523,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,35044,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92524,'NA',0,0,35044,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92525,'Other',20,0,35044,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92526,'Yes. There is more than one exit available.',1,0,35045,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92527,'No. There is only one escape exit available.',0,0,35045,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92528,'Other',20,0,35045,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92529,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,35046,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92530,'No. The exits are not efficient enough for the building.',9,0,35046,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92531,'NA',0,0,35046,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92532,'Other',20,0,35046,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92533,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,35047,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92534,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,35047,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92535,'NA',0,0,35047,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92536,'Other',20,0,35047,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92537,'Yes. Escape routes are kept clear throughout the building.',0,0,35048,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92538,'No. There are obstructions on one or more escape routes.',6,0,35048,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92539,'N/A',0,0,35048,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92540,'Other',20,0,35048,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92541,'Yes',0,0,35049,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92542,'No. There is no assembly point or the assembly point is too small.',8,0,35049,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92543,'NA',0,0,35049,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92544,'Other',20,0,35049,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92545,'Evacuation only',3,0,35050,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92546,'Delayed evacuation process with 15 minute time delay',4,0,35050,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92547,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,35050,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92548,'Other',20,0,35050,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92549,'Yes. Once per year.',1,0,35051,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92550,'Yes. Twice per year.',0,0,35051,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92551,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,35051,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92552,'Other',20,0,35051,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92553,'Yes. The fire risk assessment is reviewed annually.',0,0,35052,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92554,'No. (Recommend immediate update to ensure compliance.)',5,0,35052,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92555,'NA',5,0,35052,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92556,'Other',20,0,35052,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92557,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,35053,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92558,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,35053,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92559,'N/A',0,0,35053,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92560,'Other',20,0,35053,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92561,'Yes. Training has been provided',0,0,35054,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92562,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,35054,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92563,'Other',20,0,35054,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92564,'N/A',0,0,35054,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92565,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,35055,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92566,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,35055,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92567,'NA',0,0,35055,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92568,'Other',20,0,35055,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92569,'Yes. Training has been documented on induction.',0,0,35056,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92570,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,35056,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92571,'NA',0,0,35056,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92572,'Other',20,0,35056,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92573,'Yes. This is part of the fire training program and fire warden duties.',0,0,35057,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92574,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,35057,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92575,'NA',0,0,35057,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92576,'Other',20,0,35057,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92577,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,35058,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92578,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,35058,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92579,'Other',20,0,35058,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92580,'N/A',0,0,35058,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92581,'Yes. Fire wardens receive refresher training regularly.',0,0,35059,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92582,'No',5,0,35059,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92583,'N/A',0,0,35059,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92584,'Other',20,0,35059,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92585,'Other',20,0,35059,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92586,'Director',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92587,'Owner Landlord',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92588,'Site Maitenance',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92589,'Estate Agent',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92590,'Letting Agent',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92591,'Other',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92592,'Director',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92593,'CEO',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92594,'Other',0,0,35067,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92595,'Nebosh',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92596,'Level 2 Fire Risk Assessor',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92597,'Competant Person',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92598,'Property Manager',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92599,'Construction Manager',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92600,'Fire Warden',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92601,'Director',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92602,'CEO',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92603,'N/A',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92604,'Other',0,0,35068,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92605,'Property Agent',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92606,'Owner Landlord',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92607,'Site Manager',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92608,'Property Manager',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92609,'Construction Manager',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92610,'Fire Warden',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92611,'Director',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92612,'CEO',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92613,'Other',0,0,35069,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92614,'A Property Within Building Block',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92615,'All Of The Property',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92616,'Communal Areas Only',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92617,'House',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92618,'Flat',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92619,'Other',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92620,'Director',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92621,'CEO',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92622,'Other',0,0,35070,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92623,'Detached',1,0,35076,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92624,'Semi Detached',2,0,35076,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92625,'Terraced',3,0,35076,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92626,'Linked-Detached',1,0,35076,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92627,'Other',20,0,35076,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92628,'House',1,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92629,'Bungalow',1,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92630,'Maisonette',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92631,'Block of Flats - Studios up to 6 Floor Levels',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92632,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92633,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92634,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92635,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92636,'Underground Property',1,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92637,'Factory/ Warehouse',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92638,'Garage/ Workshop',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92639,'Retail Shop',2,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92640,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92641,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92642,'Other',20,0,35077,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92643,'NA',0,0,35082,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92644,'Number of staircase',2,0,35082,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92645,'NA',0,0,35083,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92646,'Number os staircases',2,0,35083,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92647,'25%',1,0,35095,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92648,'50%',1,0,35095,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92649,'75%',1,0,35095,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92650,'100%',1,0,35095,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92651,'Other',20,0,35095,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92652,'Yes',1,0,35097,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92653,'No',3,0,35097,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92654,'Unknown',3,0,35097,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92655,'Stone',0,0,35097,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92656,'Other',20,0,35097,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92657,'Yes',1,0,35098,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92658,'No',5,0,35098,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92659,'Unknown',5,0,35098,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92660,'Stone',0,0,35098,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92661,'Other',20,0,35098,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92662,'Wood',2,0,35099,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92663,'Plastics',1,0,35099,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92664,'Aluminium',0,0,35099,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92665,'Stone',0,0,35099,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92666,'Other',20,0,35099,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92667,'0%',0,0,35101,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92668,'25%',1,0,35101,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92669,'50%',1,0,35101,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92670,'75%',1,0,35101,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92671,'100%',1,0,35101,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92672,'0%',0,0,35102,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92673,'25%',2,0,35102,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92674,'50%',2,0,35102,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92675,'75%',2,0,35102,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92676,'100%',2,0,35102,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92677,'0%',0,0,35103,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92678,'25%',1,0,35103,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92679,'50%',1,0,35103,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92680,'75%',1,0,35103,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92681,'100%',1,0,35103,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92682,'Solid concrete flooring on all levels',0,0,35104,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92683,'Timber joists on all levels',3,0,35104,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92684,'Concrete lowest floor – Timber above higher levels',3,0,35104,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92685,'Other',20,0,35104,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92686,'Yes',1,0,35107,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92687,'No',6,0,35107,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92688,'N/A',0,0,35107,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92689,'Yes',2,0,35109,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92690,'No',8,0,35109,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92691,'N/A',0,0,35109,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92692,'Yes',1,0,35111,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92693,'No',6,0,35111,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92694,'N/A',0,0,35111,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92695,'Yes',1,0,35113,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92696,'No',6,0,35113,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92697,'N/A',0,0,35113,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92698,'Yes',1,0,35115,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92699,'No',6,0,35115,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92700,'N/A',0,0,35115,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92701,'Yes',1,0,35119,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92702,'No',3,0,35119,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92703,'Yes',1,0,35121,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92704,'No',3,0,35121,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92705,'Yes',1,0,35123,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92706,'No',3,0,35123,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92707,'N/A',0,0,35123,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92708,'Very Good',0,0,35125,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92709,'Good',1,0,35125,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92710,'Fair',2,0,35125,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92711,'Poor',3,0,35125,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92712,'Very Poor',4,0,35125,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92713,'0%',5,0,35132,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92714,'1% - 25%',4,0,35132,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92715,'26% - 50%',3,0,35132,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92716,'51% - 75%',2,0,35132,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92717,'76% - 100%',1,0,35132,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92718,'0%',1,0,35133,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92719,'1% - 25%',1,0,35133,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92720,'26% - 50%',1,0,35133,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92721,'51% - 75%',1,0,35133,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92722,'76% - 100%',1,0,35133,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92723,'0%',1,0,35134,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92724,'1% - 25%',1,0,35134,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92725,'26% - 50%',1,0,35134,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92726,'51% - 75%',1,0,35134,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92727,'76% - 100%',1,0,35134,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92728,'0%',1,0,35136,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92729,'1% - 25%',1,0,35136,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92730,'26% - 50%',1,0,35136,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92731,'51% - 75%',1,0,35136,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92732,'76% - 100%',1,0,35136,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92733,'0%',1,0,35137,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92734,'1% - 25%',1,0,35137,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92735,'26% - 50%',1,0,35137,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92736,'51% - 75%',1,0,35137,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92737,'76% - 100%',1,0,35137,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92738,'0%',1,0,35138,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92739,'1% - 25%',1,0,35138,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92740,'26% - 50%',1,0,35138,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92741,'51% - 75%',1,0,35138,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92742,'76% - 100%',1,0,35138,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92743,'Employees',2,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92744,'Sub-Contractors',3,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92745,'Young Persons',4,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92746,'Visitors',4,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92747,'The General Public (Customers)',4,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92748,'Disabled or Special needs People less able to leave the premises quickly',7,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92749,'Occupants in Remote Areas',6,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92750,'Sleeping Occupants',7,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92751,'Neighbouring Premises',2,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92752,'Tenants / Owners',3,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92753,'Animals / Livestock',2,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92754,'Other',0,0,35140,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92755,'9:00 - 17:00',0,0,35143,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92756,'17:00 - 24:00',0,0,35143,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92757,'24:00 - 9:00',0,0,35143,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92758,'9:00 - 17:00',0,0,35144,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92759,'17:00 - 24:00',0,0,35144,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92760,'24:00 - 9:00',0,0,35144,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92761,'9:00 - 17:00',0,0,35145,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92762,'17:00 - 24:00',0,0,35145,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92763,'24:00 - 9:00',0,0,35145,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92764,'9:00 - 17:00',0,0,35146,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92765,'17:00 - 24:00',0,0,35146,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92766,'24:00 - 9:00',0,0,35146,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92767,'9:00 - 17:00',0,0,35147,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92768,'17:00 - 24:00',0,0,35147,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92769,'24:00 - 9:00',0,0,35147,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92770,'9:00 - 17:00',0,0,35148,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92771,'17:00 - 24:00',0,0,35148,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92772,'24:00 - 9:00',0,0,35148,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92773,'9:00 - 17:00',0,0,35149,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92774,'17:00 - 24:00',0,0,35149,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92775,'24:00 - 9:00',0,0,35149,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92776,'Below 20',1,0,35150,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92777,'20-49',2,0,35150,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92778,'50-99',2,0,35150,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92779,'100-499',3,0,35150,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92780,'500-999',4,0,35150,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92781,'1000',5,0,35150,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92782,'Single Stage Evacuation',0,0,35151,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92783,'Staged Evacuation',0,0,35151,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92784,'Simultaneous Evacuation',0,0,35151,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92785,'Phased Evacuation',0,0,35151,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92786,'Staff Alarm Only',0,0,35151,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92787,'Stay Put Policy',0,0,35151,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92788,'Yes. A responsible person has been nominated.',0,0,35152,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92789,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35152,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92790,'Other',20,0,35152,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92791,'N/A',0,0,35152,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92792,'Yes. A competent person is available to assist in fire safety measures.',0,0,35153,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92793,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35153,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92794,'Other',20,0,35153,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92795,'N/A',0,0,35153,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92796,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35154,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92797,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35154,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92798,'Other',20,0,35154,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92799,'N/A',0,0,35154,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92800,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35156,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92801,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35156,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92802,'Other',20,0,35156,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92803,'N/A',0,0,35156,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92804,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35158,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92805,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35158,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92806,'Other',20,0,35158,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92807,'N/A',0,0,35158,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92808,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35159,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92809,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35159,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92810,'Other',20,0,35159,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92811,'N/A',0,0,35159,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92812,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35160,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92813,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35160,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92814,'Other',20,0,35160,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92815,'N/A',0,0,35160,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92816,'Yes. The plan is readily available.',0,0,35162,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92817,'No. The plan is not available.',3,0,35162,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92818,'Other',20,0,35162,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92819,'N/A',0,0,35162,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92820,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35163,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92821,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35163,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92822,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35163,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92823,'Other',20,0,35163,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92824,'N/A',0,0,35163,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92825,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35164,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92826,'No. There are not suitable arrangements in place to prevent danger..',4,0,35164,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92827,'Other',20,0,35164,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92828,'N/A',0,0,35164,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92829,'Yes. The company has a full evacuation system in place.',0,0,35165,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92830,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35165,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92831,'Other',20,0,35165,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92832,'N/A',0,0,35165,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92833,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35166,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92834,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35166,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92835,'Other',20,0,35166,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92836,'N/A',0,0,35166,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92837,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35167,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92838,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35167,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92839,'Other',20,0,35167,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92840,'N/A',0,0,35167,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92841,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35168,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92842,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35168,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92843,'Other',20,0,35168,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92844,'N/A',0,0,35168,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92845,'Yes. They do consider other organisation within the building.',0,0,35169,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92846,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35169,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92847,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35169,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92848,'Other',20,0,35169,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92849,'N/A',0,0,35169,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92850,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35170,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92851,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35170,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92852,'Other',20,0,35170,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92853,'N/A',0,0,35170,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92854,'Yes, they are in good condition & positioned correctly.',0,0,35172,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92855,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,35172,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92856,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,35172,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92857,'Other',20,0,35172,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92858,'N/A',0,0,35172,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92859,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,35174,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92860,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,35174,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92861,'No. There is no fire risk logbook.',5,0,35174,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92862,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,35175,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92863,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,35175,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92864,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,35175,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92865,'N/A',0,0,35175,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92866,'Other',20,0,35175,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92867,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,35177,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92868,'Yes. They are installed, and signs are displayed.',0,0,35177,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92869,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,35177,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92870,'N/A',0,0,35177,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92871,'Other',20,0,35177,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92872,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,35179,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92873,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,35179,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92874,'Other',20,0,35179,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92875,'N/A',0,0,35179,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92876,'Yes. There is suitable Emergency lighting in the building.',0,0,35180,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92877,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,35180,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92878,'Other',20,0,35180,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92879,'N/A',0,0,35180,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92880,'Yes. They are in good condition with no obstructions.',0,0,35181,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92881,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,35181,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92882,'Other',20,0,35181,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92883,'N/A',0,0,35181,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92884,'Yes. User checks are recorded into the fire risk logbook.',0,0,35183,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92885,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,35183,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92886,'Other',20,0,35183,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92887,'N/A',0,0,35183,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92888,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,35184,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92889,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,35184,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92890,'Other',20,0,35184,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92891,'N/A',0,0,35184,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(92892,'Fan Heaters',4,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92893,'Electric Heaters',4,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92894,'Gas Heater',5,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92895,'Other Boilers',2,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92896,'Electrical Equipment',3,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92897,'Electrical Leads',3,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92898,'Portable Equipment',3,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92899,'Portable Lighting',2,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92900,'Cooking Equipment',6,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92901,'Other',20,0,35186,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92902,'Wood/Paper/Cardboard etc',3,0,35188,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92903,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,35188,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92904,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,35188,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92905,'Waste Material Controlled -in locked wheely bin or store',2,0,35188,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92906,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,35188,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92907,'Other',20,0,35188,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92908,'Yes. There is a certificate within the last 6 months.',0,0,35191,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92909,'The certificate was issued within the last 12 months.',2,0,35191,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92910,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,35191,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92911,'N/A',0,0,35191,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92912,'Other',20,0,35191,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92913,'Yes. Certification within 6 months',0,0,35193,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92914,'Yes. Certification within 12 months',2,0,35193,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92915,'No certification. (Recommend testing by fire safety specialist)',5,0,35193,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92916,'N/A',0,0,35193,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92917,'Other',20,0,35193,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92918,'Yes. Service and test certification is within 12 months',0,0,35194,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92919,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,35194,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92920,'N/A',0,0,35194,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92921,'Other',20,0,35194,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92922,'Yes. The EICR test certification is complete within last 5 years',0,0,35196,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92923,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,35196,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92924,'N/A',0,0,35196,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92925,'Other',20,0,35196,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92926,'Yes',0,0,35198,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92927,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,35198,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92928,'N/A',0,0,35198,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92929,'Other',20,0,35198,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92930,'Yes',0,0,35200,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92931,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,35200,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92932,'N/A',0,0,35200,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92933,'Other',20,0,35200,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92934,'Yes',0,0,35202,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92935,'No. There are hot working areas but no fire blankets are present.',5,0,35202,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92936,'N/A',0,0,35202,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92937,'Other',20,0,35202,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92938,'Yes. They are provided and ready to use located in a communal area.',0,0,35204,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92939,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,35204,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92940,'N/A',0,0,35204,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92941,'Other',20,0,35204,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92942,'Yes',2,0,35205,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92943,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,35205,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92944,'The property does not have a gas connection.',0,0,35205,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92945,'N/A',0,0,35205,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92946,'Yes. Assembly points are clearly marked.',0,0,35206,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92947,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,35206,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92948,'NA',0,0,35206,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92949,'Other',20,0,35206,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92950,'Yes',0,0,35207,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92951,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,35207,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92952,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,35207,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92953,'N/A',0,0,35207,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92954,'Other',20,0,35207,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92955,'Yes',0,0,35208,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92956,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,35208,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92957,'NA',0,0,35208,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92958,'Other',20,0,35208,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92959,'Yes. The shortest route has been put into the plan',0,0,35209,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92960,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,35209,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92961,'NA',0,0,35209,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92962,'Other',20,0,35209,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92963,'Yes. There is more than one exit available.',1,0,35210,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92964,'No. There is only one escape exit available.',0,0,35210,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92965,'Other',20,0,35210,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92966,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,35211,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92967,'No. The exits are not efficient enough for the building.',9,0,35211,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92968,'NA',0,0,35211,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92969,'Other',20,0,35211,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92970,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,35212,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92971,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,35212,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92972,'NA',0,0,35212,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92973,'Other',20,0,35212,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92974,'Yes. Escape routes are kept clear throughout the building.',0,0,35213,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92975,'No. There are obstructions on one or more escape routes.',6,0,35213,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92976,'N/A',0,0,35213,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92977,'Other',20,0,35213,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92978,'Yes',0,0,35214,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92979,'No. There is no assembly point or the assembly point is too small.',8,0,35214,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92980,'NA',0,0,35214,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92981,'Other',20,0,35214,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92982,'Evacuation only',3,0,35215,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92983,'Delayed evacuation process with 15 minute time delay',4,0,35215,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92984,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,35215,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92985,'Other',20,0,35215,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92986,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,35216,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92987,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,35216,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92988,'Other',20,0,35216,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92989,'N/A',0,0,35216,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92990,'Yes. Fire wardens receive refresher training regularly.',0,0,35217,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92991,'No',5,0,35217,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92992,'N/A',0,0,35217,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92993,'Other',20,0,35217,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92994,'Other',20,0,35217,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92995,'Director',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92996,'Owner Landlord',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92997,'Site Maitenance',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92998,'Estate Agent',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(92999,'Letting Agent',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93000,'Other',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93001,'Director',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93002,'CEO',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93003,'Other',0,0,35225,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93004,'Nebosh',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93005,'Level 2 Fire Risk Assessor',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93006,'Competant Person',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93007,'Property Manager',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93008,'Construction Manager',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93009,'Fire Warden',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93010,'Director',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93011,'CEO',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93012,'N/A',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93013,'Other',0,0,35226,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93014,'Property Agent',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93015,'Owner Landlord',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93016,'Site Manager',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93017,'Property Manager',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93018,'Construction Manager',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93019,'Fire Warden',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93020,'Director',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93021,'CEO',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93022,'Other',0,0,35227,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93023,'A Property Within Building Block',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93024,'All Of The Property',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93025,'Communal Areas Only',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93026,'House',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93027,'Flat',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93028,'Other',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93029,'Director',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93030,'CEO',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93031,'Other',0,0,35228,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93032,'Detached',1,0,35234,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93033,'Semi Detached',2,0,35234,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93034,'Terraced',3,0,35234,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93035,'Linked-Detached',1,0,35234,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93036,'Other',20,0,35234,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93037,'House',1,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93038,'Bungalow',1,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93039,'Maisonette',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93040,'Block of Flats - Studios up to 6 Floor Levels',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93041,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93042,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93043,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93044,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93045,'Underground Property',1,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93046,'Factory/ Warehouse',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93047,'Garage/ Workshop',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93048,'Retail Shop',2,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93049,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93050,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93051,'Other',20,0,35235,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93052,'NA',0,0,35240,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93053,'Number of staircase',2,0,35240,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93054,'NA',0,0,35241,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93055,'Number os staircases',2,0,35241,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93056,'25%',1,0,35253,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93057,'50%',1,0,35253,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93058,'75%',1,0,35253,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93059,'100%',1,0,35253,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93060,'Other',20,0,35253,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93061,'Yes',1,0,35255,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93062,'No',3,0,35255,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93063,'Unknown',3,0,35255,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93064,'Stone',0,0,35255,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93065,'Other',20,0,35255,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93066,'Yes',1,0,35256,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93067,'No',5,0,35256,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93068,'Unknown',5,0,35256,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93069,'Stone',0,0,35256,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93070,'Other',20,0,35256,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93071,'Wood',2,0,35257,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93072,'Plastics',1,0,35257,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93073,'Aluminium',0,0,35257,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93074,'Stone',0,0,35257,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93075,'Other',20,0,35257,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93076,'0%',0,0,35259,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93077,'25%',1,0,35259,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93078,'50%',1,0,35259,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93079,'75%',1,0,35259,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93080,'100%',1,0,35259,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93081,'0%',0,0,35260,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93082,'25%',2,0,35260,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93083,'50%',2,0,35260,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93084,'75%',2,0,35260,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93085,'100%',2,0,35260,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93086,'0%',0,0,35261,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93087,'25%',1,0,35261,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93088,'50%',1,0,35261,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93089,'75%',1,0,35261,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93090,'100%',1,0,35261,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93091,'Solid concrete flooring on all levels',0,0,35262,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93092,'Timber joists on all levels',3,0,35262,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93093,'Concrete lowest floor – Timber above higher levels',3,0,35262,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93094,'Other',20,0,35262,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93095,'Yes',1,0,35265,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93096,'No',6,0,35265,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93097,'N/A',0,0,35265,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93098,'Yes',2,0,35267,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93099,'No',8,0,35267,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93100,'N/A',0,0,35267,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93101,'Yes',1,0,35269,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93102,'No',6,0,35269,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93103,'N/A',0,0,35269,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93104,'Yes',1,0,35271,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93105,'No',6,0,35271,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93106,'N/A',0,0,35271,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93107,'Yes',1,0,35273,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93108,'No',6,0,35273,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93109,'N/A',0,0,35273,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93110,'Yes',1,0,35277,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93111,'No',3,0,35277,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93112,'Yes',1,0,35279,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93113,'No',3,0,35279,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93114,'Yes',1,0,35281,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93115,'No',3,0,35281,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93116,'N/A',0,0,35281,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93117,'Very Good',0,0,35283,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93118,'Good',1,0,35283,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93119,'Fair',2,0,35283,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93120,'Poor',3,0,35283,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93121,'Very Poor',4,0,35283,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93122,'0%',5,0,35290,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93123,'1% - 25%',4,0,35290,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93124,'26% - 50%',3,0,35290,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93125,'51% - 75%',2,0,35290,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93126,'76% - 100%',1,0,35290,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93127,'0%',1,0,35291,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93128,'1% - 25%',1,0,35291,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93129,'26% - 50%',1,0,35291,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93130,'51% - 75%',1,0,35291,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93131,'76% - 100%',1,0,35291,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93132,'0%',1,0,35292,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93133,'1% - 25%',1,0,35292,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93134,'26% - 50%',1,0,35292,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93135,'51% - 75%',1,0,35292,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93136,'76% - 100%',1,0,35292,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93137,'0%',1,0,35294,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93138,'1% - 25%',1,0,35294,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93139,'26% - 50%',1,0,35294,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93140,'51% - 75%',1,0,35294,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93141,'76% - 100%',1,0,35294,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93142,'0%',1,0,35295,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93143,'1% - 25%',1,0,35295,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93144,'26% - 50%',1,0,35295,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93145,'51% - 75%',1,0,35295,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93146,'76% - 100%',1,0,35295,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93147,'0%',1,0,35296,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93148,'1% - 25%',1,0,35296,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93149,'26% - 50%',1,0,35296,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93150,'51% - 75%',1,0,35296,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93151,'76% - 100%',1,0,35296,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93152,'Employees',2,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93153,'Sub-Contractors',3,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93154,'Young Persons',4,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93155,'Visitors',4,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93156,'The General Public (Customers)',4,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93157,'Disabled or Special needs People less able to leave the premises quickly',7,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93158,'Occupants in Remote Areas',6,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93159,'Sleeping Occupants',7,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93160,'Neighbouring Premises',2,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93161,'Tenants / Owners',3,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93162,'Animals / Livestock',2,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93163,'Other',0,0,35298,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93164,'9:00 - 17:00',0,0,35301,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93165,'17:00 - 24:00',0,0,35301,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93166,'24:00 - 9:00',0,0,35301,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93167,'9:00 - 17:00',0,0,35302,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93168,'17:00 - 24:00',0,0,35302,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93169,'24:00 - 9:00',0,0,35302,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93170,'9:00 - 17:00',0,0,35303,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93171,'17:00 - 24:00',0,0,35303,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93172,'24:00 - 9:00',0,0,35303,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93173,'9:00 - 17:00',0,0,35304,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93174,'17:00 - 24:00',0,0,35304,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93175,'24:00 - 9:00',0,0,35304,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93176,'9:00 - 17:00',0,0,35305,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93177,'17:00 - 24:00',0,0,35305,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93178,'24:00 - 9:00',0,0,35305,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93179,'9:00 - 17:00',0,0,35306,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93180,'17:00 - 24:00',0,0,35306,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93181,'24:00 - 9:00',0,0,35306,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93182,'9:00 - 17:00',0,0,35307,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93183,'17:00 - 24:00',0,0,35307,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93184,'24:00 - 9:00',0,0,35307,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93185,'Below 20',1,0,35308,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93186,'20-49',2,0,35308,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93187,'50-99',2,0,35308,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93188,'100-499',3,0,35308,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93189,'500-999',4,0,35308,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93190,'1000',5,0,35308,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93191,'Single Stage Evacuation',0,0,35309,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93192,'Staged Evacuation',0,0,35309,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93193,'Simultaneous Evacuation',0,0,35309,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93194,'Phased Evacuation',0,0,35309,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93195,'Staff Alarm Only',0,0,35309,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93196,'Stay Put Policy',0,0,35309,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93197,'Yes. A responsible person has been nominated.',0,0,35310,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93198,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35310,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93199,'Other',20,0,35310,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93200,'N/A',0,0,35310,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93201,'Yes. A competent person is available to assist in fire safety measures.',0,0,35311,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93202,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35311,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93203,'Other',20,0,35311,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93204,'N/A',0,0,35311,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93205,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35312,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93206,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35312,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93207,'Other',20,0,35312,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93208,'N/A',0,0,35312,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93209,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35314,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93210,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35314,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93211,'Other',20,0,35314,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93212,'N/A',0,0,35314,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93213,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35316,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93214,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35316,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93215,'Other',20,0,35316,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93216,'N/A',0,0,35316,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93217,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35317,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93218,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35317,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93219,'Other',20,0,35317,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93220,'N/A',0,0,35317,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93221,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35318,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93222,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35318,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93223,'Other',20,0,35318,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93224,'N/A',0,0,35318,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93225,'Yes. The plan is readily available.',0,0,35320,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93226,'No. The plan is not available.',3,0,35320,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93227,'Other',20,0,35320,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93228,'N/A',0,0,35320,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93229,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35321,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93230,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35321,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(93231,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35321,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93232,'Other',20,0,35321,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93233,'N/A',0,0,35321,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93234,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35322,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93235,'No. There are not suitable arrangements in place to prevent danger..',4,0,35322,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93236,'Other',20,0,35322,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93237,'N/A',0,0,35322,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93238,'Yes. The company has a full evacuation system in place.',0,0,35323,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93239,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35323,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93240,'Other',20,0,35323,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93241,'N/A',0,0,35323,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93242,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35324,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93243,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35324,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93244,'Other',20,0,35324,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93245,'N/A',0,0,35324,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93246,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35325,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93247,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35325,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93248,'Other',20,0,35325,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93249,'N/A',0,0,35325,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93250,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35326,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93251,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35326,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93252,'Other',20,0,35326,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93253,'N/A',0,0,35326,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93254,'Yes. They do consider other organisation within the building.',0,0,35327,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93255,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35327,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93256,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35327,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93257,'Other',20,0,35327,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93258,'N/A',0,0,35327,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93259,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35328,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93260,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35328,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93261,'Other',20,0,35328,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93262,'N/A',0,0,35328,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93263,'Yes, they are in good condition & positioned correctly.',0,0,35330,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93264,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,35330,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93265,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,35330,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93266,'Other',20,0,35330,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93267,'N/A',0,0,35330,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93268,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,35332,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93269,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,35332,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93270,'No. There is no fire risk logbook.',5,0,35332,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93271,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,35333,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93272,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,35333,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93273,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,35333,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93274,'N/A',0,0,35333,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93275,'Other',20,0,35333,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93276,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,35335,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93277,'Yes. They are installed, and signs are displayed.',0,0,35335,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93278,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,35335,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93279,'N/A',0,0,35335,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93280,'Other',20,0,35335,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93281,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,35337,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93282,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,35337,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93283,'Other',20,0,35337,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93284,'N/A',0,0,35337,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93285,'Yes. There is suitable Emergency lighting in the building.',0,0,35338,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93286,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,35338,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93287,'Other',20,0,35338,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93288,'N/A',0,0,35338,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93289,'Yes. They are in good condition with no obstructions.',0,0,35339,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93290,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,35339,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93291,'Other',20,0,35339,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93292,'N/A',0,0,35339,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93293,'Yes. User checks are recorded into the fire risk logbook.',0,0,35341,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93294,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,35341,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93295,'Other',20,0,35341,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93296,'N/A',0,0,35341,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93297,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,35342,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93298,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,35342,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93299,'Other',20,0,35342,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93300,'N/A',0,0,35342,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93301,'Yes. Once per year.',1,0,35344,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93302,'Yes. Twice per year.',0,0,35344,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93303,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,35344,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93304,'Other',20,0,35344,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93305,'Yes. The fire risk assessment is reviewed annually.',0,0,35345,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93306,'No. (Recommend immediate update to ensure compliance.)',5,0,35345,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93307,'NA',5,0,35345,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93308,'Other',20,0,35345,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93309,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,35346,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93310,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,35346,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93311,'N/A',0,0,35346,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93312,'Other',20,0,35346,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93313,'Yes. Training has been provided',0,0,35347,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93314,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,35347,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93315,'Other',20,0,35347,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93316,'N/A',0,0,35347,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93317,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,35348,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93318,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,35348,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93319,'NA',0,0,35348,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93320,'Other',20,0,35348,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93321,'Yes. Training has been documented on induction.',0,0,35349,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93322,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,35349,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93323,'NA',0,0,35349,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93324,'Other',20,0,35349,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93325,'Yes. This is part of the fire training program and fire warden duties.',0,0,35350,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93326,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,35350,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93327,'NA',0,0,35350,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93328,'Other',20,0,35350,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(93329,'Fan Heaters',4,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93330,'Electric Heaters',4,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93331,'Gas Heater',5,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93332,'Other Boilers',2,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93333,'Electrical Equipment',3,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93334,'Electrical Leads',3,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93335,'Portable Equipment',3,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93336,'Portable Lighting',2,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93337,'Cooking Equipment',6,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93338,'Other',20,0,35351,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93339,'Wood/Paper/Cardboard etc',3,0,35353,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93340,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,35353,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93341,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,35353,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93342,'Waste Material Controlled -in locked wheely bin or store',2,0,35353,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93343,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,35353,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93344,'Other',20,0,35353,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93345,'Yes. There is a certificate within the last 6 months.',0,0,35356,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93346,'The certificate was issued within the last 12 months.',2,0,35356,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93347,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,35356,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93348,'N/A',0,0,35356,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93349,'Other',20,0,35356,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93350,'Yes. Certification within 6 months',0,0,35358,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93351,'Yes. Certification within 12 months',2,0,35358,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93352,'No certification. (Recommend testing by fire safety specialist)',5,0,35358,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93353,'N/A',0,0,35358,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93354,'Other',20,0,35358,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93355,'Yes. Service and test certification is within 12 months',0,0,35359,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93356,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,35359,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93357,'N/A',0,0,35359,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93358,'Other',20,0,35359,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93359,'Yes. The EICR test certification is complete within last 5 years',0,0,35361,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93360,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,35361,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93361,'N/A',0,0,35361,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93362,'Other',20,0,35361,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93363,'Yes',0,0,35363,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93364,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,35363,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93365,'N/A',0,0,35363,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93366,'Other',20,0,35363,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93367,'Yes',0,0,35365,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93368,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,35365,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93369,'N/A',0,0,35365,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93370,'Other',20,0,35365,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93371,'Yes',0,0,35367,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93372,'No. There are hot working areas but no fire blankets are present.',5,0,35367,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93373,'N/A',0,0,35367,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93374,'Other',20,0,35367,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93375,'Yes. They are provided and ready to use located in a communal area.',0,0,35369,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93376,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,35369,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93377,'N/A',0,0,35369,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93378,'Other',20,0,35369,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93379,'Yes',2,0,35370,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93380,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,35370,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93381,'The property does not have a gas connection.',0,0,35370,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93382,'N/A',0,0,35370,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93383,'Yes. Assembly points are clearly marked.',0,0,35371,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93384,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,35371,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93385,'NA',0,0,35371,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93386,'Other',20,0,35371,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93387,'Yes',0,0,35372,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93388,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,35372,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93389,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,35372,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93390,'N/A',0,0,35372,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93391,'Other',20,0,35372,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93392,'Yes',0,0,35373,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93393,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,35373,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93394,'NA',0,0,35373,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93395,'Other',20,0,35373,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93396,'Yes. The shortest route has been put into the plan',0,0,35374,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93397,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,35374,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93398,'NA',0,0,35374,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93399,'Other',20,0,35374,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93400,'Yes. There is more than one exit available.',1,0,35375,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93401,'No. There is only one escape exit available.',0,0,35375,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93402,'Other',20,0,35375,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93403,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,35376,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93404,'No. The exits are not efficient enough for the building.',9,0,35376,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93405,'NA',0,0,35376,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93406,'Other',20,0,35376,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93407,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,35377,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93408,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,35377,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93409,'NA',0,0,35377,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93410,'Other',20,0,35377,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93411,'Yes. Escape routes are kept clear throughout the building.',0,0,35378,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93412,'No. There are obstructions on one or more escape routes.',6,0,35378,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93413,'N/A',0,0,35378,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93414,'Other',20,0,35378,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93415,'Yes',0,0,35379,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93416,'No. There is no assembly point or the assembly point is too small.',8,0,35379,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93417,'NA',0,0,35379,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93418,'Other',20,0,35379,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93419,'Evacuation only',3,0,35380,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93420,'Delayed evacuation process with 15 minute time delay',4,0,35380,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93421,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,35380,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93422,'Other',20,0,35380,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93423,'Director',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93424,'Owner Landlord',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93425,'Site Maitenance',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93426,'Estate Agent',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93427,'Letting Agent',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93428,'Other',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93429,'Director',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93430,'CEO',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93431,'Other',0,0,35388,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(93432,'Nebosh',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93433,'Level 2 Fire Risk Assessor',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93434,'Competant Person',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93435,'Property Manager',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93436,'Construction Manager',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93437,'Fire Warden',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93438,'Director',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93439,'CEO',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93440,'N/A',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93441,'Other',0,0,35389,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93442,'Property Agent',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93443,'Owner Landlord',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93444,'Site Manager',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93445,'Property Manager',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93446,'Construction Manager',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93447,'Fire Warden',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93448,'Director',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93449,'CEO',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93450,'Other',0,0,35390,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93451,'A Property Within Building Block',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93452,'All Of The Property',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93453,'Communal Areas Only',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93454,'House',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93455,'Flat',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93456,'Other',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93457,'Director',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93458,'CEO',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93459,'Other',0,0,35391,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93460,'Detached',1,0,35397,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93461,'Semi Detached',2,0,35397,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93462,'Terraced',3,0,35397,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93463,'Linked-Detached',1,0,35397,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93464,'Other',20,0,35397,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93465,'House',1,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93466,'Bungalow',1,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93467,'Maisonette',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93468,'Block of Flats - Studios up to 6 Floor Levels',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93469,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93470,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93471,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93472,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93473,'Underground Property',1,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93474,'Factory/ Warehouse',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93475,'Garage/ Workshop',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93476,'Retail Shop',2,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93477,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93478,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93479,'Other',20,0,35398,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93480,'NA',0,0,35403,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93481,'Number of staircase',2,0,35403,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93482,'NA',0,0,35404,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93483,'Number os staircases',2,0,35404,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93484,'25%',1,0,35416,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93485,'50%',1,0,35416,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93486,'75%',1,0,35416,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93487,'100%',1,0,35416,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93488,'Other',20,0,35416,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93489,'Yes',1,0,35418,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93490,'No',3,0,35418,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93491,'Unknown',3,0,35418,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93492,'Stone',0,0,35418,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93493,'Other',20,0,35418,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93494,'Yes',1,0,35419,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93495,'No',5,0,35419,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93496,'Unknown',5,0,35419,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93497,'Stone',0,0,35419,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93498,'Other',20,0,35419,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93499,'Wood',2,0,35420,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93500,'Plastics',1,0,35420,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93501,'Aluminium',0,0,35420,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93502,'Stone',0,0,35420,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93503,'Other',20,0,35420,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93504,'0%',0,0,35422,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93505,'25%',1,0,35422,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93506,'50%',1,0,35422,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93507,'75%',1,0,35422,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93508,'100%',1,0,35422,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93509,'0%',0,0,35423,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93510,'25%',2,0,35423,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93511,'50%',2,0,35423,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93512,'75%',2,0,35423,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93513,'100%',2,0,35423,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93514,'0%',0,0,35424,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93515,'25%',1,0,35424,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93516,'50%',1,0,35424,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93517,'75%',1,0,35424,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93518,'100%',1,0,35424,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93519,'Solid concrete flooring on all levels',0,0,35425,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93520,'Timber joists on all levels',3,0,35425,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93521,'Concrete lowest floor – Timber above higher levels',3,0,35425,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93522,'Other',20,0,35425,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93523,'Yes',1,0,35428,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93524,'No',6,0,35428,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93525,'N/A',0,0,35428,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93526,'Yes',2,0,35430,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93527,'No',8,0,35430,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93528,'N/A',0,0,35430,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93529,'Yes',1,0,35432,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93530,'No',6,0,35432,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93531,'N/A',0,0,35432,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93532,'Yes',1,0,35434,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93533,'No',6,0,35434,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93534,'N/A',0,0,35434,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93535,'Yes',1,0,35436,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93536,'No',6,0,35436,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93537,'N/A',0,0,35436,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93538,'Yes',1,0,35440,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93539,'No',3,0,35440,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93540,'Yes',1,0,35442,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93541,'No',3,0,35442,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93542,'Yes',1,0,35444,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93543,'No',3,0,35444,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93544,'N/A',0,0,35444,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93545,'Very Good',0,0,35446,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93546,'Good',1,0,35446,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93547,'Fair',2,0,35446,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93548,'Poor',3,0,35446,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93549,'Very Poor',4,0,35446,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93550,'0%',5,0,35453,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93551,'1% - 25%',4,0,35453,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93552,'26% - 50%',3,0,35453,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93553,'51% - 75%',2,0,35453,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93554,'76% - 100%',1,0,35453,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93555,'0%',1,0,35454,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93556,'1% - 25%',1,0,35454,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93557,'26% - 50%',1,0,35454,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93558,'51% - 75%',1,0,35454,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93559,'76% - 100%',1,0,35454,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93560,'0%',1,0,35455,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93561,'1% - 25%',1,0,35455,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93562,'26% - 50%',1,0,35455,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93563,'51% - 75%',1,0,35455,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93564,'76% - 100%',1,0,35455,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93565,'0%',1,0,35457,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93566,'1% - 25%',1,0,35457,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93567,'26% - 50%',1,0,35457,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93568,'51% - 75%',1,0,35457,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93569,'76% - 100%',1,0,35457,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93570,'0%',1,0,35458,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93571,'1% - 25%',1,0,35458,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93572,'26% - 50%',1,0,35458,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93573,'51% - 75%',1,0,35458,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93574,'76% - 100%',1,0,35458,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93575,'0%',1,0,35459,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93576,'1% - 25%',1,0,35459,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93577,'26% - 50%',1,0,35459,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93578,'51% - 75%',1,0,35459,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93579,'76% - 100%',1,0,35459,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93580,'Employees',2,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93581,'Sub-Contractors',3,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93582,'Young Persons',4,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93583,'Visitors',4,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93584,'The General Public (Customers)',4,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93585,'Disabled or Special needs People less able to leave the premises quickly',7,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93586,'Occupants in Remote Areas',6,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93587,'Sleeping Occupants',7,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93588,'Neighbouring Premises',2,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93589,'Tenants / Owners',3,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93590,'Animals / Livestock',2,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93591,'Other',0,0,35461,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93592,'9:00 - 17:00',0,0,35464,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93593,'17:00 - 24:00',0,0,35464,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93594,'24:00 - 9:00',0,0,35464,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93595,'9:00 - 17:00',0,0,35465,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93596,'17:00 - 24:00',0,0,35465,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93597,'24:00 - 9:00',0,0,35465,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93598,'9:00 - 17:00',0,0,35466,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93599,'17:00 - 24:00',0,0,35466,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93600,'24:00 - 9:00',0,0,35466,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93601,'9:00 - 17:00',0,0,35467,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93602,'17:00 - 24:00',0,0,35467,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93603,'24:00 - 9:00',0,0,35467,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93604,'9:00 - 17:00',0,0,35468,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93605,'17:00 - 24:00',0,0,35468,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93606,'24:00 - 9:00',0,0,35468,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93607,'9:00 - 17:00',0,0,35469,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93608,'17:00 - 24:00',0,0,35469,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93609,'24:00 - 9:00',0,0,35469,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93610,'9:00 - 17:00',0,0,35470,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93611,'17:00 - 24:00',0,0,35470,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93612,'24:00 - 9:00',0,0,35470,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93613,'Below 20',1,0,35471,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93614,'20-49',2,0,35471,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93615,'50-99',2,0,35471,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93616,'100-499',3,0,35471,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93617,'500-999',4,0,35471,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93618,'1000',5,0,35471,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93619,'Single Stage Evacuation',0,0,35472,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93620,'Staged Evacuation',0,0,35472,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93621,'Simultaneous Evacuation',0,0,35472,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93622,'Phased Evacuation',0,0,35472,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93623,'Staff Alarm Only',0,0,35472,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93624,'Stay Put Policy',0,0,35472,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93625,'Yes. A responsible person has been nominated.',0,0,35473,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93626,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35473,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93627,'Other',20,0,35473,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93628,'N/A',0,0,35473,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93629,'Yes. A competent person is available to assist in fire safety measures.',0,0,35474,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93630,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35474,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93631,'Other',20,0,35474,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93632,'N/A',0,0,35474,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93633,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35475,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93634,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35475,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93635,'Other',20,0,35475,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93636,'N/A',0,0,35475,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93637,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35477,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93638,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35477,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93639,'Other',20,0,35477,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93640,'N/A',0,0,35477,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93641,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35479,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93642,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35479,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93643,'Other',20,0,35479,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93644,'N/A',0,0,35479,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93645,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35480,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93646,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35480,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93647,'Other',20,0,35480,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93648,'N/A',0,0,35480,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93649,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35481,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93650,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35481,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93651,'Other',20,0,35481,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93652,'N/A',0,0,35481,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93653,'Yes. The plan is readily available.',0,0,35483,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93654,'No. The plan is not available.',3,0,35483,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93655,'Other',20,0,35483,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93656,'N/A',0,0,35483,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93657,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35484,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93658,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35484,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93659,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35484,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93660,'Other',20,0,35484,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93661,'N/A',0,0,35484,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93662,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35485,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93663,'No. There are not suitable arrangements in place to prevent danger..',4,0,35485,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93664,'Other',20,0,35485,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93665,'N/A',0,0,35485,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93666,'Yes. The company has a full evacuation system in place.',0,0,35486,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93667,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35486,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93668,'Other',20,0,35486,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93669,'N/A',0,0,35486,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93670,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35487,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93671,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35487,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93672,'Other',20,0,35487,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93673,'N/A',0,0,35487,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93674,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35488,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93675,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35488,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93676,'Other',20,0,35488,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93677,'N/A',0,0,35488,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93678,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35489,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93679,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35489,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93680,'Other',20,0,35489,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93681,'N/A',0,0,35489,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93682,'Yes. They do consider other organisation within the building.',0,0,35490,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93683,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35490,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93684,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35490,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93685,'Other',20,0,35490,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93686,'N/A',0,0,35490,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93687,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35491,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93688,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35491,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93689,'Other',20,0,35491,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93690,'N/A',0,0,35491,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93691,'Yes, they are in good condition & positioned correctly.',0,0,35493,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93692,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,35493,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93693,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,35493,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93694,'Other',20,0,35493,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93695,'N/A',0,0,35493,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93696,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,35495,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93697,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,35495,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93698,'No. There is no fire risk logbook.',5,0,35495,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93699,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,35496,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93700,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,35496,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93701,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,35496,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93702,'N/A',0,0,35496,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93703,'Other',20,0,35496,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93704,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,35498,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93705,'Yes. They are installed, and signs are displayed.',0,0,35498,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93706,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,35498,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93707,'N/A',0,0,35498,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93708,'Other',20,0,35498,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93709,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,35500,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93710,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,35500,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93711,'Other',20,0,35500,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93712,'N/A',0,0,35500,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93713,'Yes. There is suitable Emergency lighting in the building.',0,0,35501,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93714,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,35501,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93715,'Other',20,0,35501,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93716,'N/A',0,0,35501,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93717,'Yes. They are in good condition with no obstructions.',0,0,35502,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93718,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,35502,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93719,'Other',20,0,35502,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93720,'N/A',0,0,35502,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93721,'Yes. User checks are recorded into the fire risk logbook.',0,0,35504,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93722,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,35504,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93723,'Other',20,0,35504,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93724,'N/A',0,0,35504,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93725,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,35505,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93726,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,35505,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93727,'Other',20,0,35505,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93728,'N/A',0,0,35505,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93729,'Yes. Once per year.',1,0,35507,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93730,'Yes. Twice per year.',0,0,35507,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93731,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,35507,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93732,'Other',20,0,35507,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93733,'Yes. The fire risk assessment is reviewed annually.',0,0,35508,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93734,'No. (Recommend immediate update to ensure compliance.)',5,0,35508,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93735,'NA',5,0,35508,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93736,'Other',20,0,35508,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93737,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,35509,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93738,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,35509,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93739,'N/A',0,0,35509,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93740,'Other',20,0,35509,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93741,'Yes. Training has been provided',0,0,35510,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93742,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,35510,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93743,'Other',20,0,35510,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93744,'N/A',0,0,35510,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93745,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,35511,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93746,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,35511,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93747,'NA',0,0,35511,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93748,'Other',20,0,35511,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93749,'Yes. Training has been documented on induction.',0,0,35512,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93750,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,35512,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93751,'NA',0,0,35512,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93752,'Other',20,0,35512,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93753,'Yes. This is part of the fire training program and fire warden duties.',0,0,35513,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93754,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,35513,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93755,'NA',0,0,35513,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93756,'Other',20,0,35513,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93757,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,35514,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93758,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,35514,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93759,'Other',20,0,35514,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93760,'N/A',0,0,35514,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93761,'Yes. Fire wardens receive refresher training regularly.',0,0,35515,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93762,'No',5,0,35515,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93763,'N/A',0,0,35515,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93764,'Other',20,0,35515,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93765,'Other',20,0,35515,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(93766,'Fan Heaters',4,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93767,'Electric Heaters',4,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93768,'Gas Heater',5,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93769,'Other Boilers',2,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93770,'Electrical Equipment',3,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93771,'Electrical Leads',3,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93772,'Portable Equipment',3,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93773,'Portable Lighting',2,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93774,'Cooking Equipment',6,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93775,'Other',20,0,35516,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93776,'Wood/Paper/Cardboard etc',3,0,35518,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93777,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,35518,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93778,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,35518,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93779,'Waste Material Controlled -in locked wheely bin or store',2,0,35518,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93780,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,35518,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93781,'Other',20,0,35518,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93782,'Yes. There is a certificate within the last 6 months.',0,0,35521,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93783,'The certificate was issued within the last 12 months.',2,0,35521,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93784,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,35521,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93785,'N/A',0,0,35521,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93786,'Other',20,0,35521,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93787,'Yes. Certification within 6 months',0,0,35523,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93788,'Yes. Certification within 12 months',2,0,35523,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93789,'No certification. (Recommend testing by fire safety specialist)',5,0,35523,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93790,'N/A',0,0,35523,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93791,'Other',20,0,35523,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93792,'Yes. Service and test certification is within 12 months',0,0,35524,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93793,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,35524,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93794,'N/A',0,0,35524,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93795,'Other',20,0,35524,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93796,'Yes. The EICR test certification is complete within last 5 years',0,0,35526,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93797,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,35526,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93798,'N/A',0,0,35526,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93799,'Other',20,0,35526,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93800,'Yes',0,0,35528,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93801,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,35528,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93802,'N/A',0,0,35528,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93803,'Other',20,0,35528,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93804,'Yes',0,0,35530,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93805,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,35530,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93806,'N/A',0,0,35530,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93807,'Other',20,0,35530,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93808,'Yes',0,0,35532,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93809,'No. There are hot working areas but no fire blankets are present.',5,0,35532,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93810,'N/A',0,0,35532,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93811,'Other',20,0,35532,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93812,'Yes. They are provided and ready to use located in a communal area.',0,0,35534,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93813,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,35534,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93814,'N/A',0,0,35534,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93815,'Other',20,0,35534,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93816,'Yes',2,0,35535,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93817,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,35535,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93818,'The property does not have a gas connection.',0,0,35535,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93819,'N/A',0,0,35535,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93820,'Yes. Assembly points are clearly marked.',0,0,35536,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93821,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,35536,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93822,'NA',0,0,35536,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93823,'Other',20,0,35536,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93824,'Yes',0,0,35537,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93825,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,35537,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93826,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,35537,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93827,'N/A',0,0,35537,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93828,'Other',20,0,35537,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93829,'Yes',0,0,35538,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93830,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,35538,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93831,'NA',0,0,35538,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93832,'Other',20,0,35538,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93833,'Yes. The shortest route has been put into the plan',0,0,35539,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93834,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,35539,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93835,'NA',0,0,35539,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93836,'Other',20,0,35539,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93837,'Yes. There is more than one exit available.',1,0,35540,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93838,'No. There is only one escape exit available.',0,0,35540,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93839,'Other',20,0,35540,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93840,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,35541,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93841,'No. The exits are not efficient enough for the building.',9,0,35541,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93842,'NA',0,0,35541,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93843,'Other',20,0,35541,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93844,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,35542,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93845,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,35542,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93846,'NA',0,0,35542,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93847,'Other',20,0,35542,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93848,'Yes. Escape routes are kept clear throughout the building.',0,0,35543,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93849,'No. There are obstructions on one or more escape routes.',6,0,35543,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93850,'N/A',0,0,35543,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93851,'Other',20,0,35543,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93852,'Yes',0,0,35544,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93853,'No. There is no assembly point or the assembly point is too small.',8,0,35544,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93854,'NA',0,0,35544,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93855,'Other',20,0,35544,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93856,'Evacuation only',3,0,35545,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93857,'Delayed evacuation process with 15 minute time delay',4,0,35545,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93858,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,35545,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93859,'Other',20,0,35545,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93860,'Director',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93861,'Owner Landlord',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93862,'Site Maitenance',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93863,'Estate Agent',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93864,'Letting Agent',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93865,'Other',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93866,'Director',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93867,'CEO',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93868,'Other',0,0,35553,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93869,'Nebosh',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93870,'Level 2 Fire Risk Assessor',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93871,'Competant Person',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93872,'Property Manager',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93873,'Construction Manager',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93874,'Fire Warden',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93875,'Director',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93876,'CEO',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93877,'N/A',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93878,'Other',0,0,35554,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93879,'Property Agent',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93880,'Owner Landlord',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93881,'Site Manager',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93882,'Property Manager',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93883,'Construction Manager',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93884,'Fire Warden',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93885,'Director',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93886,'CEO',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93887,'Other',0,0,35555,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93888,'A Property Within Building Block',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93889,'All Of The Property',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93890,'Communal Areas Only',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93891,'House',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93892,'Flat',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93893,'Other',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93894,'Director',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93895,'CEO',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93896,'Other',0,0,35556,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93897,'Detached',1,0,35562,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93898,'Semi Detached',2,0,35562,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93899,'Terraced',3,0,35562,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93900,'Linked-Detached',1,0,35562,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93901,'Other',20,0,35562,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93902,'House',1,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93903,'Bungalow',1,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93904,'Maisonette',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93905,'Block of Flats - Studios up to 6 Floor Levels',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93906,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93907,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93908,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93909,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93910,'Underground Property',1,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93911,'Factory/ Warehouse',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93912,'Garage/ Workshop',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93913,'Retail Shop',2,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93914,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93915,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93916,'Other',20,0,35563,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93917,'NA',0,0,35568,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93918,'Number of staircase',2,0,35568,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93919,'NA',0,0,35569,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93920,'Number os staircases',2,0,35569,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93921,'25%',1,0,35581,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93922,'50%',1,0,35581,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93923,'75%',1,0,35581,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93924,'100%',1,0,35581,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93925,'Other',20,0,35581,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93926,'Yes',1,0,35583,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93927,'No',3,0,35583,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93928,'Unknown',3,0,35583,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93929,'Stone',0,0,35583,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93930,'Other',20,0,35583,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93931,'Yes',1,0,35584,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93932,'No',5,0,35584,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93933,'Unknown',5,0,35584,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93934,'Stone',0,0,35584,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93935,'Other',20,0,35584,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93936,'Wood',2,0,35585,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93937,'Plastics',1,0,35585,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93938,'Aluminium',0,0,35585,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93939,'Stone',0,0,35585,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93940,'Other',20,0,35585,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93941,'0%',0,0,35587,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93942,'25%',1,0,35587,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93943,'50%',1,0,35587,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93944,'75%',1,0,35587,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93945,'100%',1,0,35587,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93946,'0%',0,0,35588,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93947,'25%',2,0,35588,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93948,'50%',2,0,35588,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93949,'75%',2,0,35588,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93950,'100%',2,0,35588,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93951,'0%',0,0,35589,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93952,'25%',1,0,35589,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93953,'50%',1,0,35589,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93954,'75%',1,0,35589,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93955,'100%',1,0,35589,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93956,'Solid concrete flooring on all levels',0,0,35590,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93957,'Timber joists on all levels',3,0,35590,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93958,'Concrete lowest floor – Timber above higher levels',3,0,35590,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93959,'Other',20,0,35590,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93960,'Yes',1,0,35593,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93961,'No',6,0,35593,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93962,'N/A',0,0,35593,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93963,'Yes',2,0,35595,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93964,'No',8,0,35595,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93965,'N/A',0,0,35595,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93966,'Yes',1,0,35597,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93967,'No',6,0,35597,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93968,'N/A',0,0,35597,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93969,'Yes',1,0,35599,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93970,'No',6,0,35599,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93971,'N/A',0,0,35599,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93972,'Yes',1,0,35601,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93973,'No',6,0,35601,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93974,'N/A',0,0,35601,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93975,'Yes',1,0,35605,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93976,'No',3,0,35605,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93977,'Yes',1,0,35607,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93978,'No',3,0,35607,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93979,'Yes',1,0,35609,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93980,'No',3,0,35609,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93981,'N/A',0,0,35609,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93982,'Very Good',0,0,35611,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93983,'Good',1,0,35611,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93984,'Fair',2,0,35611,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93985,'Poor',3,0,35611,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93986,'Very Poor',4,0,35611,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(93987,'0%',5,0,35618,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93988,'1% - 25%',4,0,35618,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93989,'26% - 50%',3,0,35618,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93990,'51% - 75%',2,0,35618,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93991,'76% - 100%',1,0,35618,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93992,'0%',1,0,35619,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93993,'1% - 25%',1,0,35619,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93994,'26% - 50%',1,0,35619,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93995,'51% - 75%',1,0,35619,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93996,'76% - 100%',1,0,35619,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93997,'0%',1,0,35620,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93998,'1% - 25%',1,0,35620,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(93999,'26% - 50%',1,0,35620,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94000,'51% - 75%',1,0,35620,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94001,'76% - 100%',1,0,35620,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94002,'0%',1,0,35622,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94003,'1% - 25%',1,0,35622,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94004,'26% - 50%',1,0,35622,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94005,'51% - 75%',1,0,35622,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94006,'76% - 100%',1,0,35622,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94007,'0%',1,0,35623,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94008,'1% - 25%',1,0,35623,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94009,'26% - 50%',1,0,35623,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94010,'51% - 75%',1,0,35623,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94011,'76% - 100%',1,0,35623,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94012,'0%',1,0,35624,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94013,'1% - 25%',1,0,35624,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94014,'26% - 50%',1,0,35624,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94015,'51% - 75%',1,0,35624,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94016,'76% - 100%',1,0,35624,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94017,'Employees',2,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94018,'Sub-Contractors',3,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94019,'Young Persons',4,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94020,'Visitors',4,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94021,'The General Public (Customers)',4,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94022,'Disabled or Special needs People less able to leave the premises quickly',7,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94023,'Occupants in Remote Areas',6,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94024,'Sleeping Occupants',7,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94025,'Neighbouring Premises',2,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94026,'Tenants / Owners',3,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94027,'Animals / Livestock',2,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94028,'Other',0,0,35626,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94029,'9:00 - 17:00',0,0,35629,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94030,'17:00 - 24:00',0,0,35629,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94031,'24:00 - 9:00',0,0,35629,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94032,'9:00 - 17:00',0,0,35630,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94033,'17:00 - 24:00',0,0,35630,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94034,'24:00 - 9:00',0,0,35630,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94035,'9:00 - 17:00',0,0,35631,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94036,'17:00 - 24:00',0,0,35631,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94037,'24:00 - 9:00',0,0,35631,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94038,'9:00 - 17:00',0,0,35632,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94039,'17:00 - 24:00',0,0,35632,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94040,'24:00 - 9:00',0,0,35632,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94041,'9:00 - 17:00',0,0,35633,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94042,'17:00 - 24:00',0,0,35633,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94043,'24:00 - 9:00',0,0,35633,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94044,'9:00 - 17:00',0,0,35634,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94045,'17:00 - 24:00',0,0,35634,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94046,'24:00 - 9:00',0,0,35634,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94047,'9:00 - 17:00',0,0,35635,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94048,'17:00 - 24:00',0,0,35635,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94049,'24:00 - 9:00',0,0,35635,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94050,'Below 20',1,0,35636,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94051,'20-49',2,0,35636,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94052,'50-99',2,0,35636,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94053,'100-499',3,0,35636,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94054,'500-999',4,0,35636,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94055,'1000',5,0,35636,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94056,'Single Stage Evacuation',0,0,35637,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94057,'Staged Evacuation',0,0,35637,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94058,'Simultaneous Evacuation',0,0,35637,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94059,'Phased Evacuation',0,0,35637,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94060,'Staff Alarm Only',0,0,35637,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94061,'Stay Put Policy',0,0,35637,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94062,'Yes. A responsible person has been nominated.',0,0,35638,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94063,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35638,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94064,'Other',20,0,35638,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94065,'N/A',0,0,35638,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94066,'Yes. A competent person is available to assist in fire safety measures.',0,0,35639,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94067,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35639,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94068,'Other',20,0,35639,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94069,'N/A',0,0,35639,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94070,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35640,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94071,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35640,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94072,'Other',20,0,35640,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94073,'N/A',0,0,35640,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94074,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35642,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94075,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35642,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94076,'Other',20,0,35642,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94077,'N/A',0,0,35642,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94078,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35644,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94079,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35644,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94080,'Other',20,0,35644,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94081,'N/A',0,0,35644,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94082,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35645,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94083,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35645,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94084,'Other',20,0,35645,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94085,'N/A',0,0,35645,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94086,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35646,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94087,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35646,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94088,'Other',20,0,35646,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94089,'N/A',0,0,35646,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94090,'Yes. The plan is readily available.',0,0,35648,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94091,'No. The plan is not available.',3,0,35648,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94092,'Other',20,0,35648,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94093,'N/A',0,0,35648,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94094,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35649,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94095,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35649,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94096,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35649,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94097,'Other',20,0,35649,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94098,'N/A',0,0,35649,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94099,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35650,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94100,'No. There are not suitable arrangements in place to prevent danger..',4,0,35650,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94101,'Other',20,0,35650,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94102,'N/A',0,0,35650,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94103,'Yes. The company has a full evacuation system in place.',0,0,35651,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94104,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35651,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94105,'Other',20,0,35651,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94106,'N/A',0,0,35651,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94107,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35652,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94108,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35652,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94109,'Other',20,0,35652,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94110,'N/A',0,0,35652,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94111,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35653,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94112,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35653,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94113,'Other',20,0,35653,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94114,'N/A',0,0,35653,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94115,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35654,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94116,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35654,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94117,'Other',20,0,35654,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94118,'N/A',0,0,35654,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94119,'Yes. They do consider other organisation within the building.',0,0,35655,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94120,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35655,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94121,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35655,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94122,'Other',20,0,35655,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94123,'N/A',0,0,35655,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94124,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35656,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94125,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35656,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94126,'Other',20,0,35656,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94127,'N/A',0,0,35656,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94128,'Yes, they are in good condition & positioned correctly.',0,0,35658,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94129,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,35658,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94130,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,35658,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94131,'Other',20,0,35658,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94132,'N/A',0,0,35658,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94133,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,35660,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94134,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,35660,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94135,'No. There is no fire risk logbook.',5,0,35660,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94136,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,35661,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94137,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,35661,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94138,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,35661,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94139,'N/A',0,0,35661,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94140,'Other',20,0,35661,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94141,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,35663,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94142,'Yes. They are installed, and signs are displayed.',0,0,35663,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94143,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,35663,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94144,'N/A',0,0,35663,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94145,'Other',20,0,35663,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94146,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,35665,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94147,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,35665,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94148,'Other',20,0,35665,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94149,'N/A',0,0,35665,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94150,'Yes. There is suitable Emergency lighting in the building.',0,0,35666,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94151,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,35666,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94152,'Other',20,0,35666,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94153,'N/A',0,0,35666,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94154,'Yes. They are in good condition with no obstructions.',0,0,35667,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94155,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,35667,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94156,'Other',20,0,35667,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94157,'N/A',0,0,35667,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94158,'Yes. User checks are recorded into the fire risk logbook.',0,0,35669,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94159,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,35669,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94160,'Other',20,0,35669,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94161,'N/A',0,0,35669,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94162,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,35670,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94163,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,35670,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94164,'Other',20,0,35670,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94165,'N/A',0,0,35670,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94166,'Yes. Once per year.',1,0,35672,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94167,'Yes. Twice per year.',0,0,35672,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94168,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,35672,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94169,'Other',20,0,35672,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94170,'Yes. The fire risk assessment is reviewed annually.',0,0,35673,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94171,'No. (Recommend immediate update to ensure compliance.)',5,0,35673,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94172,'NA',5,0,35673,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94173,'Other',20,0,35673,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94174,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,35674,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94175,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,35674,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94176,'N/A',0,0,35674,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94177,'Other',20,0,35674,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94178,'Yes. Training has been provided',0,0,35675,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94179,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,35675,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94180,'Other',20,0,35675,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94181,'N/A',0,0,35675,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94182,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,35676,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94183,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,35676,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94184,'NA',0,0,35676,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94185,'Other',20,0,35676,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94186,'Yes. Training has been documented on induction.',0,0,35677,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94187,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,35677,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94188,'NA',0,0,35677,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94189,'Other',20,0,35677,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94190,'Yes. This is part of the fire training program and fire warden duties.',0,0,35678,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94191,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,35678,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94192,'NA',0,0,35678,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94193,'Other',20,0,35678,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94194,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,35679,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94195,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,35679,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94196,'Other',20,0,35679,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94197,'N/A',0,0,35679,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94198,'Yes. Fire wardens receive refresher training regularly.',0,0,35680,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94199,'No',5,0,35680,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94200,'N/A',0,0,35680,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94201,'Other',20,0,35680,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94202,'Other',20,0,35680,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(94203,'Fan Heaters',4,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94204,'Electric Heaters',4,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94205,'Gas Heater',5,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94206,'Other Boilers',2,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94207,'Electrical Equipment',3,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94208,'Electrical Leads',3,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94209,'Portable Equipment',3,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94210,'Portable Lighting',2,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94211,'Cooking Equipment',6,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94212,'Other',20,0,35681,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94213,'Wood/Paper/Cardboard etc',3,0,35683,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94214,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,35683,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94215,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,35683,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94216,'Waste Material Controlled -in locked wheely bin or store',2,0,35683,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94217,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,35683,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94218,'Other',20,0,35683,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94219,'Yes. There is a certificate within the last 6 months.',0,0,35686,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94220,'The certificate was issued within the last 12 months.',2,0,35686,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94221,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,35686,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94222,'N/A',0,0,35686,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94223,'Other',20,0,35686,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94224,'Yes. Certification within 6 months',0,0,35688,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94225,'Yes. Certification within 12 months',2,0,35688,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94226,'No certification. (Recommend testing by fire safety specialist)',5,0,35688,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94227,'N/A',0,0,35688,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94228,'Other',20,0,35688,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94229,'Yes. Service and test certification is within 12 months',0,0,35689,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94230,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,35689,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94231,'N/A',0,0,35689,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94232,'Other',20,0,35689,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94233,'Yes. The EICR test certification is complete within last 5 years',0,0,35691,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94234,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,35691,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94235,'N/A',0,0,35691,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94236,'Other',20,0,35691,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94237,'Yes',0,0,35693,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94238,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,35693,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94239,'N/A',0,0,35693,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94240,'Other',20,0,35693,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94241,'Yes',0,0,35695,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94242,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,35695,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94243,'N/A',0,0,35695,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94244,'Other',20,0,35695,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94245,'Yes',0,0,35697,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94246,'No. There are hot working areas but no fire blankets are present.',5,0,35697,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94247,'N/A',0,0,35697,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94248,'Other',20,0,35697,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94249,'Yes. They are provided and ready to use located in a communal area.',0,0,35699,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94250,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,35699,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94251,'N/A',0,0,35699,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94252,'Other',20,0,35699,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94253,'Yes',2,0,35700,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94254,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,35700,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94255,'The property does not have a gas connection.',0,0,35700,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94256,'N/A',0,0,35700,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94257,'Yes. Assembly points are clearly marked.',0,0,35701,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94258,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,35701,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94259,'NA',0,0,35701,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94260,'Other',20,0,35701,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94261,'Yes',0,0,35702,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94262,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,35702,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94263,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,35702,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94264,'N/A',0,0,35702,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94265,'Other',20,0,35702,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94266,'Yes',0,0,35703,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94267,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,35703,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94268,'NA',0,0,35703,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94269,'Other',20,0,35703,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94270,'Yes. The shortest route has been put into the plan',0,0,35704,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94271,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,35704,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94272,'NA',0,0,35704,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94273,'Other',20,0,35704,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94274,'Yes. There is more than one exit available.',1,0,35705,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94275,'No. There is only one escape exit available.',0,0,35705,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94276,'Other',20,0,35705,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94277,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,35706,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94278,'No. The exits are not efficient enough for the building.',9,0,35706,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94279,'NA',0,0,35706,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94280,'Other',20,0,35706,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94281,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,35707,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94282,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,35707,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94283,'NA',0,0,35707,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94284,'Other',20,0,35707,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94285,'Yes. Escape routes are kept clear throughout the building.',0,0,35708,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94286,'No. There are obstructions on one or more escape routes.',6,0,35708,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94287,'N/A',0,0,35708,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94288,'Other',20,0,35708,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94289,'Yes',0,0,35709,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94290,'No. There is no assembly point or the assembly point is too small.',8,0,35709,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94291,'NA',0,0,35709,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94292,'Other',20,0,35709,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94293,'Evacuation only',3,0,35710,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94294,'Delayed evacuation process with 15 minute time delay',4,0,35710,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94295,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,35710,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94296,'Other',20,0,35710,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94297,'Detached',1,0,35711,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94298,'Semi Detached',2,0,35711,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94299,'Terraced',3,0,35711,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94300,'Linked-Detached',1,0,35711,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94301,'Other',20,0,35711,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94302,'House',1,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94303,'Bungalow',1,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94304,'Maisonette',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94305,'Block of Flats - Studios up to 6 Floor Levels',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94306,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94307,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94308,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94309,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94310,'Underground Property',1,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94311,'Factory/ Warehouse',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94312,'Garage/ Workshop',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94313,'Retail Shop',2,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94314,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94315,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94316,'Other',20,0,35712,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94317,'NA',0,0,35717,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94318,'Number of staircase',2,0,35717,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94319,'NA',0,0,35718,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94320,'Number os staircases',2,0,35718,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94321,'25%',1,0,35730,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94322,'50%',1,0,35730,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94323,'75%',1,0,35730,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94324,'100%',1,0,35730,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94325,'Other',20,0,35730,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94326,'Yes',1,0,35732,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94327,'No',3,0,35732,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94328,'Unknown',3,0,35732,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94329,'Stone',0,0,35732,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94330,'Other',20,0,35732,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94331,'Yes',1,0,35733,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94332,'No',5,0,35733,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94333,'Unknown',5,0,35733,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94334,'Stone',0,0,35733,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94335,'Other',20,0,35733,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94336,'Wood',2,0,35734,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94337,'Plastics',1,0,35734,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94338,'Aluminium',0,0,35734,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94339,'Stone',0,0,35734,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94340,'Other',20,0,35734,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94341,'0%',0,0,35736,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94342,'25%',1,0,35736,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94343,'50%',1,0,35736,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94344,'75%',1,0,35736,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94345,'100%',1,0,35736,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94346,'0%',0,0,35737,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94347,'25%',2,0,35737,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94348,'50%',2,0,35737,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94349,'75%',2,0,35737,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94350,'100%',2,0,35737,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94351,'0%',0,0,35738,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94352,'25%',1,0,35738,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94353,'50%',1,0,35738,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94354,'75%',1,0,35738,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94355,'100%',1,0,35738,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94356,'Solid concrete flooring on all levels',0,0,35739,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94357,'Timber joists on all levels',3,0,35739,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94358,'Concrete lowest floor – Timber above higher levels',3,0,35739,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94359,'Other',20,0,35739,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94360,'Yes',1,0,35742,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94361,'No',6,0,35742,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94362,'N/A',0,0,35742,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94363,'Yes',2,0,35744,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94364,'No',8,0,35744,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94365,'N/A',0,0,35744,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94366,'Yes',1,0,35746,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94367,'No',6,0,35746,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94368,'N/A',0,0,35746,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94369,'Yes',1,0,35748,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94370,'No',6,0,35748,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94371,'N/A',0,0,35748,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94372,'Yes',1,0,35750,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94373,'No',6,0,35750,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94374,'N/A',0,0,35750,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94375,'Yes',1,0,35754,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94376,'No',3,0,35754,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94377,'Yes',1,0,35756,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94378,'No',3,0,35756,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94379,'Yes',1,0,35758,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94380,'No',3,0,35758,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94381,'N/A',0,0,35758,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94382,'Very Good',0,0,35760,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94383,'Good',1,0,35760,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94384,'Fair',2,0,35760,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94385,'Poor',3,0,35760,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94386,'Very Poor',4,0,35760,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94387,'0%',5,0,35767,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94388,'1% - 25%',4,0,35767,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94389,'26% - 50%',3,0,35767,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94390,'51% - 75%',2,0,35767,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94391,'76% - 100%',1,0,35767,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94392,'0%',1,0,35768,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94393,'1% - 25%',1,0,35768,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94394,'26% - 50%',1,0,35768,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94395,'51% - 75%',1,0,35768,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94396,'76% - 100%',1,0,35768,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94397,'0%',1,0,35769,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94398,'1% - 25%',1,0,35769,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94399,'26% - 50%',1,0,35769,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94400,'51% - 75%',1,0,35769,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94401,'76% - 100%',1,0,35769,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94402,'0%',1,0,35771,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94403,'1% - 25%',1,0,35771,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94404,'26% - 50%',1,0,35771,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94405,'51% - 75%',1,0,35771,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94406,'76% - 100%',1,0,35771,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94407,'0%',1,0,35772,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94408,'1% - 25%',1,0,35772,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94409,'26% - 50%',1,0,35772,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94410,'51% - 75%',1,0,35772,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94411,'76% - 100%',1,0,35772,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94412,'0%',1,0,35773,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94413,'1% - 25%',1,0,35773,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94414,'26% - 50%',1,0,35773,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94415,'51% - 75%',1,0,35773,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94416,'76% - 100%',1,0,35773,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94417,'Employees',2,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94418,'Sub-Contractors',3,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94419,'Young Persons',4,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94420,'Visitors',4,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94421,'The General Public (Customers)',4,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94422,'Disabled or Special needs People less able to leave the premises quickly',7,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94423,'Occupants in Remote Areas',6,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94424,'Sleeping Occupants',7,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94425,'Neighbouring Premises',2,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94426,'Tenants / Owners',3,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94427,'Animals / Livestock',2,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94428,'Other',0,0,35775,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94429,'9:00 - 17:00',0,0,35778,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94430,'17:00 - 24:00',0,0,35778,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94431,'24:00 - 9:00',0,0,35778,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94432,'9:00 - 17:00',0,0,35779,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94433,'17:00 - 24:00',0,0,35779,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94434,'24:00 - 9:00',0,0,35779,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94435,'9:00 - 17:00',0,0,35780,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94436,'17:00 - 24:00',0,0,35780,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94437,'24:00 - 9:00',0,0,35780,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94438,'9:00 - 17:00',0,0,35781,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94439,'17:00 - 24:00',0,0,35781,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94440,'24:00 - 9:00',0,0,35781,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94441,'9:00 - 17:00',0,0,35782,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94442,'17:00 - 24:00',0,0,35782,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94443,'24:00 - 9:00',0,0,35782,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94444,'9:00 - 17:00',0,0,35783,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94445,'17:00 - 24:00',0,0,35783,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94446,'24:00 - 9:00',0,0,35783,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94447,'9:00 - 17:00',0,0,35784,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94448,'17:00 - 24:00',0,0,35784,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94449,'24:00 - 9:00',0,0,35784,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94450,'Below 20',1,0,35785,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94451,'20-49',2,0,35785,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94452,'50-99',2,0,35785,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94453,'100-499',3,0,35785,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94454,'500-999',4,0,35785,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94455,'1000',5,0,35785,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94456,'Single Stage Evacuation',0,0,35786,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94457,'Staged Evacuation',0,0,35786,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94458,'Simultaneous Evacuation',0,0,35786,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94459,'Phased Evacuation',0,0,35786,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94460,'Staff Alarm Only',0,0,35786,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94461,'Stay Put Policy',0,0,35786,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94462,'Yes. A responsible person has been nominated.',0,0,35787,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94463,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35787,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94464,'Other',20,0,35787,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94465,'N/A',0,0,35787,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94466,'Yes. A competent person is available to assist in fire safety measures.',0,0,35788,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94467,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35788,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94468,'Other',20,0,35788,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94469,'N/A',0,0,35788,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94470,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35789,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94471,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35789,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94472,'Other',20,0,35789,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94473,'N/A',0,0,35789,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94474,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35791,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94475,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35791,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94476,'Other',20,0,35791,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94477,'N/A',0,0,35791,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94478,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35793,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94479,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35793,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94480,'Other',20,0,35793,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94481,'N/A',0,0,35793,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94482,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35794,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94483,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35794,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94484,'Other',20,0,35794,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94485,'N/A',0,0,35794,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94486,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35795,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94487,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35795,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94488,'Other',20,0,35795,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94489,'N/A',0,0,35795,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94490,'Yes. The plan is readily available.',0,0,35797,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94491,'No. The plan is not available.',3,0,35797,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94492,'Other',20,0,35797,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94493,'N/A',0,0,35797,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94494,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35798,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94495,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35798,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94496,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35798,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94497,'Other',20,0,35798,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94498,'N/A',0,0,35798,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94499,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35799,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94500,'No. There are not suitable arrangements in place to prevent danger..',4,0,35799,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94501,'Other',20,0,35799,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94502,'N/A',0,0,35799,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94503,'Yes. The company has a full evacuation system in place.',0,0,35800,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94504,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35800,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94505,'Other',20,0,35800,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94506,'N/A',0,0,35800,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94507,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35801,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94508,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35801,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94509,'Other',20,0,35801,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94510,'N/A',0,0,35801,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94511,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35802,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94512,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35802,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94513,'Other',20,0,35802,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94514,'N/A',0,0,35802,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94515,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35803,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94516,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35803,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94517,'Other',20,0,35803,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94518,'N/A',0,0,35803,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94519,'Yes. They do consider other organisation within the building.',0,0,35804,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94520,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35804,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94521,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35804,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94522,'Other',20,0,35804,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94523,'N/A',0,0,35804,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94524,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35805,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94525,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35805,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94526,'Other',20,0,35805,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94527,'N/A',0,0,35805,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94528,'Yes, they are in good condition & positioned correctly.',0,0,35807,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94529,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,35807,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94530,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,35807,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94531,'Other',20,0,35807,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94532,'N/A',0,0,35807,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94533,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,35809,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94534,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,35809,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94535,'No. There is no fire risk logbook.',5,0,35809,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94536,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,35810,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94537,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,35810,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94538,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,35810,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94539,'N/A',0,0,35810,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94540,'Other',20,0,35810,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94541,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,35812,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94542,'Yes. They are installed, and signs are displayed.',0,0,35812,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94543,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,35812,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94544,'N/A',0,0,35812,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94545,'Other',20,0,35812,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94546,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,35814,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94547,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,35814,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94548,'Other',20,0,35814,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94549,'N/A',0,0,35814,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94550,'Yes. There is suitable Emergency lighting in the building.',0,0,35815,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94551,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,35815,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94552,'Other',20,0,35815,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94553,'N/A',0,0,35815,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94554,'Yes. They are in good condition with no obstructions.',0,0,35816,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94555,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,35816,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94556,'Other',20,0,35816,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94557,'N/A',0,0,35816,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94558,'Yes. User checks are recorded into the fire risk logbook.',0,0,35818,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94559,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,35818,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94560,'Other',20,0,35818,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94561,'N/A',0,0,35818,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94562,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,35819,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94563,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,35819,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94564,'Other',20,0,35819,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94565,'N/A',0,0,35819,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94566,'Yes. Once per year.',1,0,35821,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94567,'Yes. Twice per year.',0,0,35821,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94568,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,35821,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94569,'Other',20,0,35821,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94570,'Yes. The fire risk assessment is reviewed annually.',0,0,35822,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94571,'No. (Recommend immediate update to ensure compliance.)',5,0,35822,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94572,'NA',5,0,35822,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94573,'Other',20,0,35822,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94574,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,35823,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94575,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,35823,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94576,'N/A',0,0,35823,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94577,'Other',20,0,35823,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94578,'Yes. Training has been provided',0,0,35824,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94579,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,35824,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94580,'Other',20,0,35824,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94581,'N/A',0,0,35824,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94582,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,35825,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94583,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,35825,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94584,'NA',0,0,35825,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94585,'Other',20,0,35825,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94586,'Yes. Training has been documented on induction.',0,0,35826,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94587,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,35826,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94588,'NA',0,0,35826,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94589,'Other',20,0,35826,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94590,'Yes. This is part of the fire training program and fire warden duties.',0,0,35827,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94591,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,35827,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94592,'NA',0,0,35827,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94593,'Other',20,0,35827,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94594,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,35828,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94595,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,35828,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94596,'Other',20,0,35828,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94597,'N/A',0,0,35828,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94598,'Yes. Fire wardens receive refresher training regularly.',0,0,35829,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94599,'No',5,0,35829,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94600,'N/A',0,0,35829,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94601,'Other',20,0,35829,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94602,'Other',20,0,35829,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94603,'Director',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94604,'Owner / Landlord',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94605,'Site Manager',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94606,'Estate Agent',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94607,'Letting Agent',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94608,'Director',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94609,'CEO',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94610,'Fire Warden / Supervisor',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94611,'Fire Risk Assessor',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94612,'Other',0,0,35837,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94613,'Nebosh',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94614,'Level 2 Fire Risk Assessor',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94615,'Competant Person',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94616,'Property Manager',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94617,'Construction Manager',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94618,'Fire Warden / Fire Marshall',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94619,'Director',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94620,'CEO',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94621,'N/A',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94622,'Other',0,0,35838,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94623,'The Whole Property',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94624,'A Property Within Building Block',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94625,'Communal Areas Only',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94626,'House',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94627,'Flat',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94628,'Office',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94629,'Shop',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94630,'Other',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94631,'Other',0,0,35839,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(94632,'Fan Heaters',4,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94633,'Electric Heaters',4,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94634,'Gas Heater',5,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94635,'Other Boilers',2,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94636,'Electrical Equipment',3,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94637,'Electrical Leads',3,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94638,'Portable Equipment',3,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94639,'Portable Lighting',2,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94640,'Cooking Equipment',6,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94641,'Other',20,0,35846,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94642,'Wood/Paper/Cardboard etc',3,0,35848,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94643,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,35848,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94644,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,35848,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94645,'Waste Material Controlled -in locked wheely bin or store',2,0,35848,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94646,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,35848,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94647,'Other',20,0,35848,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94648,'Yes. There is a certificate within the last 6 months.',0,0,35851,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94649,'The certificate was issued within the last 12 months.',2,0,35851,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94650,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,35851,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94651,'N/A',0,0,35851,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94652,'Other',20,0,35851,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94653,'Yes. Certification within 6 months',0,0,35853,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94654,'Yes. Certification within 12 months',2,0,35853,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94655,'No certification. (Recommend testing by fire safety specialist)',5,0,35853,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94656,'N/A',0,0,35853,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94657,'Other',20,0,35853,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94658,'Yes. Service and test certification is within 12 months',0,0,35854,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94659,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,35854,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94660,'N/A',0,0,35854,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94661,'Other',20,0,35854,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94662,'Yes. The EICR test certification is complete within last 5 years',0,0,35856,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94663,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,35856,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94664,'N/A',0,0,35856,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94665,'Other',20,0,35856,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94666,'Yes',0,0,35858,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94667,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,35858,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94668,'N/A',0,0,35858,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94669,'Other',20,0,35858,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94670,'Yes',0,0,35860,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94671,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,35860,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94672,'N/A',0,0,35860,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94673,'Other',20,0,35860,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94674,'Yes',0,0,35862,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94675,'No. There are hot working areas but no fire blankets are present.',5,0,35862,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94676,'N/A',0,0,35862,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94677,'Other',20,0,35862,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94678,'Yes. They are provided and ready to use located in a communal area.',0,0,35864,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94679,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,35864,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94680,'N/A',0,0,35864,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94681,'Other',20,0,35864,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94682,'Yes',2,0,35865,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94683,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,35865,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94684,'The property does not have a gas connection.',0,0,35865,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94685,'N/A',0,0,35865,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94686,'Yes. Assembly points are clearly marked.',0,0,35866,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94687,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,35866,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94688,'NA',0,0,35866,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94689,'Other',20,0,35866,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94690,'Yes',0,0,35867,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94691,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,35867,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94692,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,35867,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94693,'N/A',0,0,35867,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94694,'Other',20,0,35867,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94695,'Yes',0,0,35868,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94696,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,35868,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94697,'NA',0,0,35868,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94698,'Other',20,0,35868,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94699,'Yes. The shortest route has been put into the plan',0,0,35869,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94700,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,35869,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94701,'NA',0,0,35869,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94702,'Other',20,0,35869,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94703,'Yes. There is more than one exit available.',1,0,35870,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94704,'No. There is only one escape exit available.',0,0,35870,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94705,'Other',20,0,35870,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94706,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,35871,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94707,'No. The exits are not efficient enough for the building.',9,0,35871,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94708,'NA',0,0,35871,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94709,'Other',20,0,35871,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94710,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,35872,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94711,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,35872,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94712,'NA',0,0,35872,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94713,'Other',20,0,35872,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94714,'Yes. Escape routes are kept clear throughout the building.',0,0,35873,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94715,'No. There are obstructions on one or more escape routes.',6,0,35873,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94716,'N/A',0,0,35873,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94717,'Other',20,0,35873,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94718,'Yes',0,0,35874,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94719,'No. There is no assembly point or the assembly point is too small.',8,0,35874,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94720,'NA',0,0,35874,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94721,'Other',20,0,35874,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94722,'Evacuation only',3,0,35875,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94723,'Delayed evacuation process with 15 minute time delay',4,0,35875,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94724,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,35875,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94725,'Other',20,0,35875,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94726,'Detached',1,0,35876,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94727,'Semi Detached',2,0,35876,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94728,'Terraced',3,0,35876,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94729,'Linked-Detached',1,0,35876,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94730,'Other',20,0,35876,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94731,'House',1,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94732,'Bungalow',1,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94733,'Maisonette',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94734,'Block of Flats - Studios up to 6 Floor Levels',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94735,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94736,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94737,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94738,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94739,'Underground Property',1,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94740,'Factory/ Warehouse',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94741,'Garage/ Workshop',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94742,'Retail Shop',2,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94743,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94744,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94745,'Other',20,0,35877,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94746,'NA',0,0,35882,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94747,'Number of staircase',2,0,35882,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94748,'NA',0,0,35883,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94749,'Number os staircases',2,0,35883,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94750,'25%',1,0,35895,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94751,'50%',1,0,35895,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94752,'75%',1,0,35895,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94753,'100%',1,0,35895,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94754,'Other',20,0,35895,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94755,'Yes',1,0,35897,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94756,'No',3,0,35897,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94757,'Unknown',3,0,35897,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94758,'Stone',0,0,35897,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94759,'Other',20,0,35897,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94760,'Yes',1,0,35898,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94761,'No',5,0,35898,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94762,'Unknown',5,0,35898,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94763,'Stone',0,0,35898,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94764,'Other',20,0,35898,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94765,'Wood',2,0,35899,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94766,'Plastics',1,0,35899,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94767,'Aluminium',0,0,35899,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94768,'Stone',0,0,35899,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94769,'Other',20,0,35899,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94770,'0%',0,0,35901,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94771,'25%',1,0,35901,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94772,'50%',1,0,35901,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94773,'75%',1,0,35901,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94774,'100%',1,0,35901,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94775,'0%',0,0,35902,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94776,'25%',2,0,35902,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94777,'50%',2,0,35902,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94778,'75%',2,0,35902,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94779,'100%',2,0,35902,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94780,'0%',0,0,35903,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94781,'25%',1,0,35903,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94782,'50%',1,0,35903,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94783,'75%',1,0,35903,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94784,'100%',1,0,35903,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94785,'Solid concrete flooring on all levels',0,0,35904,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94786,'Timber joists on all levels',3,0,35904,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94787,'Concrete lowest floor – Timber above higher levels',3,0,35904,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94788,'Other',20,0,35904,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(94789,'Yes',1,0,35907,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94790,'No',6,0,35907,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94791,'N/A',0,0,35907,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94792,'Yes',2,0,35909,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94793,'No',8,0,35909,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94794,'N/A',0,0,35909,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94795,'Yes',1,0,35911,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94796,'No',6,0,35911,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94797,'N/A',0,0,35911,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94798,'Yes',1,0,35913,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94799,'No',6,0,35913,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94800,'N/A',0,0,35913,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94801,'Yes',1,0,35915,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94802,'No',6,0,35915,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94803,'N/A',0,0,35915,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94804,'Yes',1,0,35919,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94805,'No',3,0,35919,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94806,'Yes',1,0,35921,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94807,'No',3,0,35921,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94808,'Yes',1,0,35923,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94809,'No',3,0,35923,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94810,'N/A',0,0,35923,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94811,'Very Good',0,0,35925,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94812,'Good',1,0,35925,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94813,'Fair',2,0,35925,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94814,'Poor',3,0,35925,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94815,'Very Poor',4,0,35925,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94816,'0%',5,0,35932,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94817,'1% - 25%',4,0,35932,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94818,'26% - 50%',3,0,35932,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94819,'51% - 75%',2,0,35932,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94820,'76% - 100%',1,0,35932,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94821,'0%',1,0,35933,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94822,'1% - 25%',1,0,35933,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94823,'26% - 50%',1,0,35933,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94824,'51% - 75%',1,0,35933,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94825,'76% - 100%',1,0,35933,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94826,'0%',1,0,35934,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94827,'1% - 25%',1,0,35934,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94828,'26% - 50%',1,0,35934,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94829,'51% - 75%',1,0,35934,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94830,'76% - 100%',1,0,35934,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94831,'0%',1,0,35936,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94832,'1% - 25%',1,0,35936,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94833,'26% - 50%',1,0,35936,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94834,'51% - 75%',1,0,35936,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94835,'76% - 100%',1,0,35936,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94836,'0%',1,0,35937,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94837,'1% - 25%',1,0,35937,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94838,'26% - 50%',1,0,35937,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94839,'51% - 75%',1,0,35937,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94840,'76% - 100%',1,0,35937,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94841,'0%',1,0,35938,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94842,'1% - 25%',1,0,35938,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94843,'26% - 50%',1,0,35938,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94844,'51% - 75%',1,0,35938,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94845,'76% - 100%',1,0,35938,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94846,'Employees',2,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94847,'Sub-Contractors',3,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94848,'Young Persons',4,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94849,'Visitors',4,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94850,'The General Public (Customers)',4,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94851,'Disabled or Special needs People less able to leave the premises quickly',7,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94852,'Occupants in Remote Areas',6,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94853,'Sleeping Occupants',7,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94854,'Neighbouring Premises',2,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94855,'Tenants / Owners',3,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94856,'Animals / Livestock',2,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94857,'Other',0,0,35940,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94858,'9:00 - 17:00',0,0,35943,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94859,'17:00 - 24:00',0,0,35943,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94860,'24:00 - 9:00',0,0,35943,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94861,'9:00 - 17:00',0,0,35944,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94862,'17:00 - 24:00',0,0,35944,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94863,'24:00 - 9:00',0,0,35944,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94864,'9:00 - 17:00',0,0,35945,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94865,'17:00 - 24:00',0,0,35945,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94866,'24:00 - 9:00',0,0,35945,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94867,'9:00 - 17:00',0,0,35946,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94868,'17:00 - 24:00',0,0,35946,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94869,'24:00 - 9:00',0,0,35946,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94870,'9:00 - 17:00',0,0,35947,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94871,'17:00 - 24:00',0,0,35947,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94872,'24:00 - 9:00',0,0,35947,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94873,'9:00 - 17:00',0,0,35948,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94874,'17:00 - 24:00',0,0,35948,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94875,'24:00 - 9:00',0,0,35948,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94876,'9:00 - 17:00',0,0,35949,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94877,'17:00 - 24:00',0,0,35949,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94878,'24:00 - 9:00',0,0,35949,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94879,'Below 20',1,0,35950,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94880,'20-49',2,0,35950,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94881,'50-99',2,0,35950,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94882,'100-499',3,0,35950,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94883,'500-999',4,0,35950,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94884,'1000',5,0,35950,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94885,'Single Stage Evacuation',0,0,35951,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94886,'Staged Evacuation',0,0,35951,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94887,'Simultaneous Evacuation',0,0,35951,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94888,'Phased Evacuation',0,0,35951,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94889,'Staff Alarm Only',0,0,35951,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94890,'Stay Put Policy',0,0,35951,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94891,'Yes. A responsible person has been nominated.',0,0,35952,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94892,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,35952,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94893,'Other',20,0,35952,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94894,'N/A',0,0,35952,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94895,'Yes. A competent person is available to assist in fire safety measures.',0,0,35953,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94896,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,35953,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94897,'Other',20,0,35953,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94898,'N/A',0,0,35953,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94899,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,35954,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94900,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,35954,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94901,'Other',20,0,35954,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94902,'N/A',0,0,35954,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94903,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,35956,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94904,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,35956,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94905,'Other',20,0,35956,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94906,'N/A',0,0,35956,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94907,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,35958,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94908,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,35958,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94909,'Other',20,0,35958,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94910,'N/A',0,0,35958,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94911,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,35959,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94912,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,35959,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94913,'Other',20,0,35959,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94914,'N/A',0,0,35959,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94915,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,35960,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94916,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,35960,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94917,'Other',20,0,35960,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94918,'N/A',0,0,35960,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94919,'Yes. The plan is readily available.',0,0,35962,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94920,'No. The plan is not available.',3,0,35962,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94921,'Other',20,0,35962,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94922,'N/A',0,0,35962,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94923,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,35963,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94924,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,35963,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94925,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,35963,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94926,'Other',20,0,35963,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94927,'N/A',0,0,35963,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94928,'Yes. There are suitable arrangements in place to prevent danger.',0,0,35964,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94929,'No. There are not suitable arrangements in place to prevent danger..',4,0,35964,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94930,'Other',20,0,35964,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94931,'N/A',0,0,35964,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94932,'Yes. The company has a full evacuation system in place.',0,0,35965,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94933,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,35965,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94934,'Other',20,0,35965,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94935,'N/A',0,0,35965,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94936,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,35966,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94937,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,35966,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94938,'Other',20,0,35966,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94939,'N/A',0,0,35966,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94940,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,35967,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94941,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,35967,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94942,'Other',20,0,35967,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94943,'N/A',0,0,35967,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94944,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,35968,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94945,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,35968,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94946,'Other',20,0,35968,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94947,'N/A',0,0,35968,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94948,'Yes. They do consider other organisation within the building.',0,0,35969,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94949,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,35969,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94950,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,35969,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94951,'Other',20,0,35969,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94952,'N/A',0,0,35969,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94953,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,35970,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94954,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,35970,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94955,'Other',20,0,35970,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94956,'N/A',0,0,35970,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94957,'Yes, they are in good condition & positioned correctly.',0,0,35972,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94958,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,35972,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94959,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,35972,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94960,'Other',20,0,35972,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94961,'N/A',0,0,35972,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94962,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,35974,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94963,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,35974,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94964,'No. There is no fire risk logbook.',5,0,35974,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94965,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,35975,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94966,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,35975,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94967,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,35975,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94968,'N/A',0,0,35975,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94969,'Other',20,0,35975,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94970,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,35977,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94971,'Yes. They are installed, and signs are displayed.',0,0,35977,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94972,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,35977,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94973,'N/A',0,0,35977,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94974,'Other',20,0,35977,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94975,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,35979,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94976,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,35979,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94977,'Other',20,0,35979,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94978,'N/A',0,0,35979,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94979,'Yes. There is suitable Emergency lighting in the building.',0,0,35980,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94980,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,35980,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94981,'Other',20,0,35980,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94982,'N/A',0,0,35980,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94983,'Yes. They are in good condition with no obstructions.',0,0,35981,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94984,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,35981,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94985,'Other',20,0,35981,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94986,'N/A',0,0,35981,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94987,'Yes. User checks are recorded into the fire risk logbook.',0,0,35983,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94988,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,35983,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94989,'Other',20,0,35983,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94990,'N/A',0,0,35983,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94991,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,35984,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94992,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,35984,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94993,'Other',20,0,35984,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94994,'N/A',0,0,35984,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94995,'Yes. Once per year.',1,0,35986,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94996,'Yes. Twice per year.',0,0,35986,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94997,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,35986,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94998,'Other',20,0,35986,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(94999,'Yes. The fire risk assessment is reviewed annually.',0,0,35987,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95000,'No. (Recommend immediate update to ensure compliance.)',5,0,35987,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95001,'NA',5,0,35987,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95002,'Other',20,0,35987,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95003,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,35988,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95004,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,35988,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95005,'N/A',0,0,35988,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95006,'Other',20,0,35988,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95007,'Yes. Training has been provided',0,0,35989,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95008,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,35989,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95009,'Other',20,0,35989,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95010,'N/A',0,0,35989,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95011,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,35990,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95012,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,35990,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95013,'NA',0,0,35990,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95014,'Other',20,0,35990,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95015,'Yes. Training has been documented on induction.',0,0,35991,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95016,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,35991,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95017,'NA',0,0,35991,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95018,'Other',20,0,35991,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95019,'Yes. This is part of the fire training program and fire warden duties.',0,0,35992,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95020,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,35992,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95021,'NA',0,0,35992,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95022,'Other',20,0,35992,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95023,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,35993,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95024,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,35993,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95025,'Other',20,0,35993,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95026,'N/A',0,0,35993,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95027,'Yes. Fire wardens receive refresher training regularly.',0,0,35994,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95028,'No',5,0,35994,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95029,'N/A',0,0,35994,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95030,'Other',20,0,35994,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95031,'Other',20,0,35994,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95032,'Director',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95033,'Owner / Landlord',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95034,'Site Manager',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95035,'Estate Agent',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95036,'Letting Agent',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95037,'Director',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95038,'CEO',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95039,'Fire Warden / Supervisor',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95040,'Fire Risk Assessor',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95041,'Other',0,0,36002,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95042,'Nebosh',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95043,'Level 2 Fire Risk Assessor',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95044,'Competant Person',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95045,'Property Manager',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95046,'Construction Manager',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95047,'Fire Warden / Fire Marshall',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95048,'Director',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95049,'CEO',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95050,'N/A',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95051,'Other',0,0,36003,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95052,'The Whole Property',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95053,'A Property Within Building Block',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95054,'Communal Areas Only',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95055,'House',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95056,'Flat',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95057,'Office',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95058,'Shop',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95059,'Other',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95060,'Other',0,0,36006,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(95061,'Fan Heaters',4,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95062,'Electric Heaters',4,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95063,'Gas Heater',5,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95064,'Other Boilers',2,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95065,'Electrical Equipment',3,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95066,'Electrical Leads',3,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95067,'Portable Equipment',3,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95068,'Portable Lighting',2,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95069,'Cooking Equipment',6,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95070,'Other',20,0,36012,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95071,'Wood/Paper/Cardboard etc',3,0,36014,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95072,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,36014,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95073,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,36014,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95074,'Waste Material Controlled -in locked wheely bin or store',2,0,36014,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95075,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,36014,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95076,'Other',20,0,36014,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95077,'Yes. There is a certificate within the last 6 months.',0,0,36017,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95078,'The certificate was issued within the last 12 months.',2,0,36017,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95079,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,36017,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95080,'N/A',0,0,36017,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95081,'Other',20,0,36017,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95082,'Yes. Certification within 6 months',0,0,36019,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95083,'Yes. Certification within 12 months',2,0,36019,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95084,'No certification. (Recommend testing by fire safety specialist)',5,0,36019,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95085,'N/A',0,0,36019,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95086,'Other',20,0,36019,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95087,'Yes. Service and test certification is within 12 months',0,0,36020,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95088,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,36020,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95089,'N/A',0,0,36020,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95090,'Other',20,0,36020,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95091,'Yes. The EICR test certification is complete within last 5 years',0,0,36022,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95092,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,36022,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95093,'N/A',0,0,36022,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95094,'Other',20,0,36022,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95095,'Yes',0,0,36024,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95096,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,36024,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95097,'N/A',0,0,36024,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95098,'Other',20,0,36024,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95099,'Yes',0,0,36026,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95100,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,36026,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95101,'N/A',0,0,36026,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95102,'Other',20,0,36026,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95103,'Yes',0,0,36028,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95104,'No. There are hot working areas but no fire blankets are present.',5,0,36028,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95105,'N/A',0,0,36028,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95106,'Other',20,0,36028,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95107,'Yes. They are provided and ready to use located in a communal area.',0,0,36030,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95108,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,36030,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95109,'N/A',0,0,36030,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95110,'Other',20,0,36030,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95111,'Yes',2,0,36031,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95112,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,36031,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95113,'The property does not have a gas connection.',0,0,36031,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95114,'N/A',0,0,36031,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95115,'Yes. Assembly points are clearly marked.',0,0,36032,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95116,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,36032,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95117,'NA',0,0,36032,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95118,'Other',20,0,36032,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95119,'Yes',0,0,36033,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95120,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,36033,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95121,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,36033,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95122,'N/A',0,0,36033,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95123,'Other',20,0,36033,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95124,'Yes',0,0,36034,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95125,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,36034,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95126,'NA',0,0,36034,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95127,'Other',20,0,36034,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95128,'Yes. The shortest route has been put into the plan',0,0,36035,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95129,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,36035,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95130,'NA',0,0,36035,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95131,'Other',20,0,36035,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95132,'Yes. There is more than one exit available.',1,0,36036,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95133,'No. There is only one escape exit available.',0,0,36036,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95134,'Other',20,0,36036,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95135,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,36037,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95136,'No. The exits are not efficient enough for the building.',9,0,36037,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95137,'NA',0,0,36037,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95138,'Other',20,0,36037,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95139,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,36038,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95140,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,36038,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95141,'NA',0,0,36038,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95142,'Other',20,0,36038,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95143,'Yes. Escape routes are kept clear throughout the building.',0,0,36039,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95144,'No. There are obstructions on one or more escape routes.',6,0,36039,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95145,'N/A',0,0,36039,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95146,'Other',20,0,36039,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95147,'Yes',0,0,36040,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95148,'No. There is no assembly point or the assembly point is too small.',8,0,36040,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95149,'NA',0,0,36040,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95150,'Other',20,0,36040,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95151,'Evacuation only',3,0,36041,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95152,'Delayed evacuation process with 15 minute time delay',4,0,36041,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95153,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,36041,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95154,'Other',20,0,36041,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95155,'Detached',1,0,36042,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95156,'Semi Detached',2,0,36042,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95157,'Terraced',3,0,36042,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95158,'Linked-Detached',1,0,36042,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95159,'Other',20,0,36042,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95160,'House',1,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95161,'Bungalow',1,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95162,'Maisonette',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95163,'Block of Flats - Studios up to 6 Floor Levels',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95164,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95165,'Block Of Flats - Studios From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95166,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95167,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95168,'Underground Property',1,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95169,'Factory/ Warehouse',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95170,'Garage/ Workshop',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95171,'Retail Shop',2,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95172,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95173,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95174,'Other',20,0,36043,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95175,'NA',0,0,36048,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95176,'Number of staircase',2,0,36048,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95177,'NA',0,0,36049,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95178,'Number os staircases',2,0,36049,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95179,'25%',1,0,36061,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95180,'50%',1,0,36061,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95181,'75%',1,0,36061,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95182,'100%',1,0,36061,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95183,'Other',20,0,36061,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95184,'Yes',1,0,36063,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95185,'No',3,0,36063,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95186,'Unknown',3,0,36063,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95187,'Stone',0,0,36063,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95188,'Other',20,0,36063,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95189,'Yes',1,0,36064,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95190,'No',5,0,36064,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95191,'Unknown',5,0,36064,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95192,'Stone',0,0,36064,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95193,'Other',20,0,36064,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95194,'Wood',2,0,36065,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95195,'Plastics',1,0,36065,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95196,'Aluminium',0,0,36065,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95197,'Stone',0,0,36065,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95198,'Other',20,0,36065,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95199,'0%',0,0,36067,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95200,'25%',1,0,36067,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95201,'50%',1,0,36067,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95202,'75%',1,0,36067,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95203,'100%',1,0,36067,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95204,'0%',0,0,36068,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95205,'25%',2,0,36068,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95206,'50%',2,0,36068,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95207,'75%',2,0,36068,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95208,'100%',2,0,36068,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95209,'0%',0,0,36069,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95210,'25%',1,0,36069,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95211,'50%',1,0,36069,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95212,'75%',1,0,36069,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95213,'100%',1,0,36069,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95214,'Solid concrete flooring on all levels',0,0,36070,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95215,'Timber joists on all levels',3,0,36070,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95216,'Concrete lowest floor – Timber above higher levels',3,0,36070,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95217,'Other',20,0,36070,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95218,'Yes',1,0,36073,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95219,'No',6,0,36073,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95220,'N/A',0,0,36073,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95221,'Yes',2,0,36075,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95222,'No',8,0,36075,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95223,'N/A',0,0,36075,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95224,'Yes',1,0,36077,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95225,'No',6,0,36077,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95226,'N/A',0,0,36077,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95227,'Yes',1,0,36079,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95228,'No',6,0,36079,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95229,'N/A',0,0,36079,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95230,'Yes',1,0,36081,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95231,'No',6,0,36081,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95232,'N/A',0,0,36081,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95233,'Yes',1,0,36085,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95234,'No',3,0,36085,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95235,'Yes',1,0,36087,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95236,'No',3,0,36087,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95237,'Yes',1,0,36089,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95238,'No',3,0,36089,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95239,'N/A',0,0,36089,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95240,'Very Good',0,0,36091,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95241,'Good',1,0,36091,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95242,'Fair',2,0,36091,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95243,'Poor',3,0,36091,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95244,'Very Poor',4,0,36091,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95245,'0%',5,0,36098,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95246,'1% - 25%',4,0,36098,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95247,'26% - 50%',3,0,36098,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95248,'51% - 75%',2,0,36098,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95249,'76% - 100%',1,0,36098,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95250,'0%',1,0,36099,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95251,'1% - 25%',1,0,36099,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95252,'26% - 50%',1,0,36099,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95253,'51% - 75%',1,0,36099,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95254,'76% - 100%',1,0,36099,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95255,'0%',1,0,36100,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95256,'1% - 25%',1,0,36100,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95257,'26% - 50%',1,0,36100,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95258,'51% - 75%',1,0,36100,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95259,'76% - 100%',1,0,36100,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95260,'0%',1,0,36102,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95261,'1% - 25%',1,0,36102,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95262,'26% - 50%',1,0,36102,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95263,'51% - 75%',1,0,36102,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95264,'76% - 100%',1,0,36102,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95265,'0%',1,0,36103,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95266,'1% - 25%',1,0,36103,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95267,'26% - 50%',1,0,36103,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95268,'51% - 75%',1,0,36103,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95269,'76% - 100%',1,0,36103,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95270,'0%',1,0,36104,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95271,'1% - 25%',1,0,36104,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95272,'26% - 50%',1,0,36104,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95273,'51% - 75%',1,0,36104,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95274,'76% - 100%',1,0,36104,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95275,'Employees',2,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95276,'Sub-Contractors',3,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95277,'Young Persons',4,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95278,'Visitors',4,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95279,'The General Public (Customers)',4,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95280,'Disabled or Special needs People less able to leave the premises quickly',7,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95281,'Occupants in Remote Areas',6,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95282,'Sleeping Occupants',7,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95283,'Neighbouring Premises',2,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95284,'Tenants / Owners',3,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95285,'Animals / Livestock',2,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95286,'Other',0,0,36106,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95287,'9:00 - 17:00',0,0,36109,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95288,'17:00 - 24:00',0,0,36109,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95289,'24:00 - 9:00',0,0,36109,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95290,'9:00 - 17:00',0,0,36110,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95291,'17:00 - 24:00',0,0,36110,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95292,'24:00 - 9:00',0,0,36110,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95293,'9:00 - 17:00',0,0,36111,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95294,'17:00 - 24:00',0,0,36111,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95295,'24:00 - 9:00',0,0,36111,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95296,'9:00 - 17:00',0,0,36112,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95297,'17:00 - 24:00',0,0,36112,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95298,'24:00 - 9:00',0,0,36112,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95299,'9:00 - 17:00',0,0,36113,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95300,'17:00 - 24:00',0,0,36113,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95301,'24:00 - 9:00',0,0,36113,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95302,'9:00 - 17:00',0,0,36114,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95303,'17:00 - 24:00',0,0,36114,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95304,'24:00 - 9:00',0,0,36114,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95305,'9:00 - 17:00',0,0,36115,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95306,'17:00 - 24:00',0,0,36115,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95307,'24:00 - 9:00',0,0,36115,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95308,'Below 20',1,0,36116,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95309,'20-49',2,0,36116,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95310,'50-99',2,0,36116,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95311,'100-499',3,0,36116,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95312,'500-999',4,0,36116,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95313,'1000',5,0,36116,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95314,'Single Stage Evacuation',0,0,36117,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95315,'Staged Evacuation',0,0,36117,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95316,'Simultaneous Evacuation',0,0,36117,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95317,'Phased Evacuation',0,0,36117,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95318,'Staff Alarm Only',0,0,36117,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95319,'Stay Put Policy',0,0,36117,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95320,'Yes. A responsible person has been nominated.',0,0,36118,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95321,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,36118,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95322,'Other',20,0,36118,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95323,'N/A',0,0,36118,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95324,'Yes. A competent person is available to assist in fire safety measures.',0,0,36119,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95325,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,36119,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95326,'Other',20,0,36119,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95327,'N/A',0,0,36119,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95328,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,36120,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95329,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,36120,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95330,'Other',20,0,36120,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95331,'N/A',0,0,36120,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95332,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,36122,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95333,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,36122,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95334,'Other',20,0,36122,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95335,'N/A',0,0,36122,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95336,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,36124,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95337,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,36124,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95338,'Other',20,0,36124,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95339,'N/A',0,0,36124,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95340,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,36125,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95341,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,36125,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95342,'Other',20,0,36125,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95343,'N/A',0,0,36125,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95344,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,36126,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95345,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,36126,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95346,'Other',20,0,36126,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95347,'N/A',0,0,36126,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95348,'Yes. The plan is readily available.',0,0,36128,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95349,'No. The plan is not available.',3,0,36128,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95350,'Other',20,0,36128,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95351,'N/A',0,0,36128,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95352,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,36129,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95353,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,36129,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95354,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,36129,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95355,'Other',20,0,36129,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95356,'N/A',0,0,36129,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95357,'Yes. There are suitable arrangements in place to prevent danger.',0,0,36130,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95358,'No. There are not suitable arrangements in place to prevent danger..',4,0,36130,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95359,'Other',20,0,36130,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95360,'N/A',0,0,36130,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95361,'Yes. The company has a full evacuation system in place.',0,0,36131,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95362,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,36131,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95363,'Other',20,0,36131,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95364,'N/A',0,0,36131,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95365,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,36132,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95366,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,36132,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95367,'Other',20,0,36132,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95368,'N/A',0,0,36132,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95369,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,36133,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95370,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,36133,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95371,'Other',20,0,36133,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95372,'N/A',0,0,36133,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95373,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,36134,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95374,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,36134,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95375,'Other',20,0,36134,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95376,'N/A',0,0,36134,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95377,'Yes. They do consider other organisation within the building.',0,0,36135,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95378,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,36135,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95379,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,36135,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95380,'Other',20,0,36135,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95381,'N/A',0,0,36135,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95382,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,36136,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95383,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,36136,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95384,'Other',20,0,36136,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95385,'N/A',0,0,36136,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95386,'Yes, they are in good condition & positioned correctly.',0,0,36138,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95387,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,36138,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95388,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,36138,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95389,'Other',20,0,36138,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95390,'N/A',0,0,36138,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95391,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,36140,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95392,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,36140,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95393,'No. There is no fire risk logbook.',5,0,36140,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95394,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,36141,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95395,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,36141,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95396,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,36141,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95397,'N/A',0,0,36141,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95398,'Other',20,0,36141,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95399,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,36143,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95400,'Yes. They are installed, and signs are displayed.',0,0,36143,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95401,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,36143,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95402,'N/A',0,0,36143,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95403,'Other',20,0,36143,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95404,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,36145,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95405,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,36145,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95406,'Other',20,0,36145,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95407,'N/A',0,0,36145,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95408,'Yes. There is suitable Emergency lighting in the building.',0,0,36146,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95409,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,36146,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95410,'Other',20,0,36146,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95411,'N/A',0,0,36146,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95412,'Yes. They are in good condition with no obstructions.',0,0,36147,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95413,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,36147,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95414,'Other',20,0,36147,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95415,'N/A',0,0,36147,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95416,'Yes. User checks are recorded into the fire risk logbook.',0,0,36149,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95417,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,36149,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95418,'Other',20,0,36149,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95419,'N/A',0,0,36149,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95420,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,36150,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95421,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,36150,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95422,'Other',20,0,36150,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95423,'N/A',0,0,36150,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95424,'Yes. Once per year.',1,0,36152,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95425,'Yes. Twice per year.',0,0,36152,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95426,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,36152,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95427,'Other',20,0,36152,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95428,'Yes. The fire risk assessment is reviewed annually.',0,0,36153,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95429,'No. (Recommend immediate update to ensure compliance.)',5,0,36153,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95430,'NA',5,0,36153,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95431,'Other',20,0,36153,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95432,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,36154,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95433,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,36154,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95434,'N/A',0,0,36154,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95435,'Other',20,0,36154,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95436,'Yes. Training has been provided',0,0,36155,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95437,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,36155,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95438,'Other',20,0,36155,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95439,'N/A',0,0,36155,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95440,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,36156,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95441,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,36156,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95442,'NA',0,0,36156,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95443,'Other',20,0,36156,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95444,'Yes. Training has been documented on induction.',0,0,36157,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95445,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,36157,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95446,'NA',0,0,36157,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95447,'Other',20,0,36157,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95448,'Yes. This is part of the fire training program and fire warden duties.',0,0,36158,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95449,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,36158,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95450,'NA',0,0,36158,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95451,'Other',20,0,36158,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95452,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,36159,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95453,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,36159,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95454,'Other',20,0,36159,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95455,'N/A',0,0,36159,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95456,'Yes. Fire wardens receive refresher training regularly.',0,0,36160,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95457,'No',5,0,36160,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95458,'N/A',0,0,36160,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95459,'Other',20,0,36160,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95460,'Other',20,0,36160,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95461,'Director',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95462,'Owner / Landlord',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95463,'Site Manager',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95464,'Estate Agent',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95465,'Letting Agent',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95466,'Director',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95467,'CEO',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95468,'Fire Warden / Supervisor',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95469,'Fire Risk Assessor',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95470,'Other',0,0,36168,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95471,'Nebosh',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95472,'Level 2 Fire Risk Assessor',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95473,'Competant Person',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95474,'Property Manager',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95475,'Construction Manager',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95476,'Fire Warden / Fire Marshall',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95477,'Director',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95478,'CEO',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95479,'N/A',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95480,'Other',0,0,36169,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(95481,'Fan Heaters',4,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95482,'Electric Heaters',4,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95483,'Gas Heater',5,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95484,'Other Boilers',2,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95485,'Electrical Equipment',3,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95486,'Electrical Leads',3,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95487,'Portable Equipment',3,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95488,'Portable Lighting',2,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95489,'Cooking Equipment',6,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95490,'Other',20,0,36178,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95491,'Wood/Paper/Cardboard etc',3,0,36180,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95492,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,36180,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95493,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,36180,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95494,'Waste Material Controlled -in locked wheely bin or store',2,0,36180,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95495,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,36180,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95496,'Other',20,0,36180,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95497,'Yes. There is a certificate within the last 6 months.',0,0,36183,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95498,'The certificate was issued within the last 12 months.',2,0,36183,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95499,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,36183,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95500,'N/A',0,0,36183,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95501,'Other',20,0,36183,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95502,'Yes. Certification within 6 months',0,0,36185,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95503,'Yes. Certification within 12 months',2,0,36185,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95504,'No certification. (Recommend testing by fire safety specialist)',5,0,36185,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95505,'N/A',0,0,36185,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95506,'Other',20,0,36185,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95507,'Yes. Service and test certification is within 12 months',0,0,36186,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95508,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,36186,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95509,'N/A',0,0,36186,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95510,'Other',20,0,36186,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95511,'Yes. The EICR test certification is complete within last 5 years',0,0,36188,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95512,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,36188,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95513,'N/A',0,0,36188,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95514,'Other',20,0,36188,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95515,'Yes',0,0,36190,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95516,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,36190,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95517,'N/A',0,0,36190,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95518,'Other',20,0,36190,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95519,'Yes',0,0,36192,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95520,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,36192,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95521,'N/A',0,0,36192,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95522,'Other',20,0,36192,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95523,'Yes',0,0,36194,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95524,'No. There are hot working areas but no fire blankets are present.',5,0,36194,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95525,'N/A',0,0,36194,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95526,'Other',20,0,36194,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95527,'Yes. They are provided and ready to use located in a communal area.',0,0,36196,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95528,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,36196,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95529,'N/A',0,0,36196,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95530,'Other',20,0,36196,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95531,'Yes',2,0,36197,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95532,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,36197,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95533,'The property does not have a gas connection.',0,0,36197,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95534,'N/A',0,0,36197,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95535,'Yes. Assembly points are clearly marked.',0,0,36198,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95536,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,36198,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95537,'NA',0,0,36198,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95538,'Other',20,0,36198,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95539,'Yes',0,0,36199,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95540,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,36199,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95541,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,36199,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95542,'N/A',0,0,36199,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95543,'Other',20,0,36199,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95544,'Yes',0,0,36200,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95545,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,36200,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95546,'NA',0,0,36200,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95547,'Other',20,0,36200,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95548,'Yes. The shortest route has been put into the plan',0,0,36201,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95549,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,36201,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95550,'NA',0,0,36201,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95551,'Other',20,0,36201,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95552,'Yes. There is more than one exit available.',1,0,36202,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95553,'No. There is only one escape exit available.',0,0,36202,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95554,'Other',20,0,36202,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95555,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,36203,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95556,'No. The exits are not efficient enough for the building.',9,0,36203,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95557,'NA',0,0,36203,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95558,'Other',20,0,36203,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95559,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,36204,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95560,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,36204,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95561,'NA',0,0,36204,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95562,'Other',20,0,36204,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95563,'Yes. Escape routes are kept clear throughout the building.',0,0,36205,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95564,'No. There are obstructions on one or more escape routes.',6,0,36205,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95565,'N/A',0,0,36205,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95566,'Other',20,0,36205,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95567,'Yes',0,0,36206,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95568,'No. There is no assembly point or the assembly point is too small.',8,0,36206,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95569,'NA',0,0,36206,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95570,'Other',20,0,36206,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95571,'Evacuation only',3,0,36207,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95572,'Delayed evacuation process with 15 minute time delay',4,0,36207,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95573,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,36207,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95574,'Other',20,0,36207,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95575,'Employees',2,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95576,'Sub-Contractors',3,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95577,'Young Persons',4,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95578,'Visitors',4,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95579,'The General Public (Customers)',4,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95580,'Disabled or Special needs People less able to leave the premises quickly',7,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95581,'Occupants in Remote Areas',6,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95582,'Sleeping Occupants',7,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95583,'Neighbouring Premises',2,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95584,'Tenants / Owners',3,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95585,'Animals / Livestock',2,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95586,'Other',0,0,36209,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95587,'9:00 - 17:00',0,0,36212,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95588,'17:00 - 24:00',0,0,36212,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95589,'24:00 - 9:00',0,0,36212,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95590,'9:00 - 17:00',0,0,36213,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95591,'17:00 - 24:00',0,0,36213,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95592,'24:00 - 9:00',0,0,36213,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95593,'9:00 - 17:00',0,0,36214,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95594,'17:00 - 24:00',0,0,36214,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95595,'24:00 - 9:00',0,0,36214,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95596,'9:00 - 17:00',0,0,36215,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95597,'17:00 - 24:00',0,0,36215,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95598,'24:00 - 9:00',0,0,36215,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95599,'9:00 - 17:00',0,0,36216,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95600,'17:00 - 24:00',0,0,36216,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95601,'24:00 - 9:00',0,0,36216,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95602,'9:00 - 17:00',0,0,36217,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95603,'17:00 - 24:00',0,0,36217,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95604,'24:00 - 9:00',0,0,36217,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95605,'9:00 - 17:00',0,0,36218,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95606,'17:00 - 24:00',0,0,36218,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95607,'24:00 - 9:00',0,0,36218,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95608,'Below 20',1,0,36219,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95609,'20-49',2,0,36219,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95610,'50-99',2,0,36219,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95611,'100-499',3,0,36219,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95612,'500-999',4,0,36219,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95613,'1000',5,0,36219,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95614,'Single Stage Evacuation',0,0,36220,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95615,'Staged Evacuation',0,0,36220,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95616,'Simultaneous Evacuation',0,0,36220,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95617,'Phased Evacuation',0,0,36220,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95618,'Staff Alarm Only',0,0,36220,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95619,'Stay Put Policy',0,0,36220,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95620,'Yes. A responsible person has been nominated.',0,0,36221,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95621,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,36221,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95622,'Other',20,0,36221,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95623,'N/A',0,0,36221,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95624,'Yes. A competent person is available to assist in fire safety measures.',0,0,36222,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95625,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,36222,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95626,'Other',20,0,36222,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95627,'N/A',0,0,36222,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95628,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,36223,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95629,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,36223,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95630,'Other',20,0,36223,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95631,'N/A',0,0,36223,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95632,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,36225,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95633,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,36225,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95634,'Other',20,0,36225,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95635,'N/A',0,0,36225,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95636,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,36227,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95637,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,36227,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95638,'Other',20,0,36227,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95639,'N/A',0,0,36227,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95640,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,36228,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95641,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,36228,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95642,'Other',20,0,36228,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95643,'N/A',0,0,36228,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95644,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,36229,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95645,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,36229,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95646,'Other',20,0,36229,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95647,'N/A',0,0,36229,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95648,'Yes. The plan is readily available.',0,0,36231,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95649,'No. The plan is not available.',3,0,36231,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95650,'Other',20,0,36231,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95651,'N/A',0,0,36231,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95652,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,36232,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95653,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,36232,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95654,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,36232,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95655,'Other',20,0,36232,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95656,'N/A',0,0,36232,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95657,'Yes. There are suitable arrangements in place to prevent danger.',0,0,36233,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95658,'No. There are not suitable arrangements in place to prevent danger..',4,0,36233,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95659,'Other',20,0,36233,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95660,'N/A',0,0,36233,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95661,'Yes. The company has a full evacuation system in place.',0,0,36234,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95662,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,36234,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95663,'Other',20,0,36234,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95664,'N/A',0,0,36234,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95665,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,36235,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95666,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,36235,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95667,'Other',20,0,36235,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95668,'N/A',0,0,36235,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95669,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,36236,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95670,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,36236,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95671,'Other',20,0,36236,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95672,'N/A',0,0,36236,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95673,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,36237,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95674,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,36237,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95675,'Other',20,0,36237,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95676,'N/A',0,0,36237,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95677,'Yes. They do consider other organisation within the building.',0,0,36238,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95678,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,36238,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95679,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,36238,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95680,'Other',20,0,36238,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95681,'N/A',0,0,36238,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95682,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,36239,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95683,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,36239,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95684,'Other',20,0,36239,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95685,'N/A',0,0,36239,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95686,'Yes, they are in good condition & positioned correctly.',0,0,36241,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95687,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,36241,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95688,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,36241,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95689,'Other',20,0,36241,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95690,'N/A',0,0,36241,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95691,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,36243,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95692,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,36243,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95693,'No. There is no fire risk logbook.',5,0,36243,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95694,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,36244,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95695,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,36244,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95696,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,36244,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95697,'N/A',0,0,36244,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95698,'Other',20,0,36244,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95699,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,36246,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95700,'Yes. They are installed, and signs are displayed.',0,0,36246,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95701,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,36246,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95702,'N/A',0,0,36246,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95703,'Other',20,0,36246,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95704,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,36248,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95705,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,36248,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95706,'Other',20,0,36248,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95707,'N/A',0,0,36248,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95708,'Yes. There is suitable Emergency lighting in the building.',0,0,36249,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95709,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,36249,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95710,'Other',20,0,36249,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95711,'N/A',0,0,36249,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95712,'Yes. They are in good condition with no obstructions.',0,0,36250,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95713,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,36250,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95714,'Other',20,0,36250,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95715,'N/A',0,0,36250,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95716,'Yes. User checks are recorded into the fire risk logbook.',0,0,36252,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95717,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,36252,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95718,'Other',20,0,36252,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95719,'N/A',0,0,36252,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95720,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,36253,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95721,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,36253,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95722,'Other',20,0,36253,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95723,'N/A',0,0,36253,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95724,'Yes. Once per year.',1,0,36255,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95725,'Yes. Twice per year.',0,0,36255,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95726,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,36255,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95727,'Other',20,0,36255,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95728,'Yes. The fire risk assessment is reviewed annually.',0,0,36256,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95729,'No. (Recommend immediate update to ensure compliance.)',5,0,36256,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95730,'NA',5,0,36256,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95731,'Other',20,0,36256,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95732,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,36257,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95733,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,36257,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95734,'N/A',0,0,36257,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95735,'Other',20,0,36257,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95736,'Yes. Training has been provided',0,0,36258,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95737,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,36258,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95738,'Other',20,0,36258,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95739,'N/A',0,0,36258,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95740,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,36259,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95741,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,36259,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95742,'NA',0,0,36259,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95743,'Other',20,0,36259,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95744,'Yes. Training has been documented on induction.',0,0,36260,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95745,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,36260,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95746,'NA',0,0,36260,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95747,'Other',20,0,36260,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95748,'Yes. This is part of the fire training program and fire warden duties.',0,0,36261,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95749,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,36261,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95750,'NA',0,0,36261,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95751,'Other',20,0,36261,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95752,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,36262,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95753,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,36262,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95754,'Other',20,0,36262,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95755,'N/A',0,0,36262,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95756,'Yes. Fire wardens receive refresher training regularly.',0,0,36263,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95757,'No',5,0,36263,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95758,'N/A',0,0,36263,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95759,'Other',20,0,36263,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95760,'Other',20,0,36263,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95761,'Director',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95762,'Owner / Landlord',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95763,'Site Manager',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95764,'Estate Agent',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95765,'Letting Agent',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95766,'Director',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95767,'CEO',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95768,'Fire Warden / Supervisor',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95769,'Fire Risk Assessor',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95770,'Other',0,0,36271,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95771,'Nebosh',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95772,'Level 2 Fire Risk Assessor',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95773,'Competant Person',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95774,'Property Manager',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95775,'Construction Manager',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95776,'Fire Warden / Fire Marshall',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95777,'Director',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95778,'CEO',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95779,'N/A',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95780,'Other',0,0,36272,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95781,'Detached',1,0,36281,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95782,'Semi Detached',2,0,36281,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95783,'Terraced',3,0,36281,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95784,'Linked-Terraced',1,0,36281,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95785,'End Terraced',2,0,36281,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95786,'Other',20,0,36281,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95787,'House',1,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95788,'Bungalow',1,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95789,'Maisonette',3,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95790,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95791,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95792,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95793,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95794,'Underground Property',1,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95795,'Factory / Warehouse',3,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95796,'Garage / Workshop',3,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95797,'Retail Shop',2,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95798,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95799,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95800,'Other',20,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95801,'Other',20,0,36282,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95802,'N/A',0,0,36287,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95803,'Number of staircase',0,0,36287,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95804,'25%',1,0,36299,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95805,'50%',1,0,36299,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95806,'75%',1,0,36299,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95807,'100%',1,0,36299,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95808,'Other',20,0,36299,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95809,'Yes',1,0,36301,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95810,'No',3,0,36301,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95811,'Unknown',3,0,36301,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95812,'Stone',0,0,36301,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95813,'Other',20,0,36301,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95814,'Yes',1,0,36302,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95815,'No',5,0,36302,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95816,'Unknown',5,0,36302,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95817,'Stone',0,0,36302,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95818,'Other',20,0,36302,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95819,'Wood',2,0,36303,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95820,'Plastics',1,0,36303,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95821,'Aluminium',0,0,36303,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95822,'Stone',0,0,36303,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95823,'Other',20,0,36303,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95824,'0%',0,0,36305,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95825,'25%',1,0,36305,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95826,'50%',1,0,36305,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95827,'75%',1,0,36305,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95828,'100%',1,0,36305,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95829,'0%',0,0,36306,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95830,'25%',2,0,36306,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95831,'50%',2,0,36306,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95832,'75%',2,0,36306,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95833,'100%',2,0,36306,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95834,'0%',0,0,36307,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95835,'25%',1,0,36307,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95836,'50%',1,0,36307,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95837,'75%',1,0,36307,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95838,'100%',1,0,36307,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95839,'Solid concrete flooring on all levels',0,0,36308,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95840,'Timber joists on all levels',3,0,36308,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95841,'Concrete lowest floor – Timber above higher levels',3,0,36308,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95842,'Other',20,0,36308,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95843,'Yes',1,0,36311,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95844,'No',6,0,36311,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95845,'N/A',0,0,36311,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95846,'Yes',2,0,36313,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95847,'No',8,0,36313,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95848,'N/A',0,0,36313,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95849,'Yes',1,0,36315,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95850,'No',6,0,36315,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95851,'N/A',0,0,36315,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95852,'Yes',1,0,36317,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95853,'No',6,0,36317,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95854,'N/A',0,0,36317,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95855,'Yes',1,0,36319,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95856,'No',6,0,36319,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95857,'N/A',0,0,36319,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95858,'Very Good',0,0,36323,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95859,'Good',1,0,36323,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95860,'Fair',2,0,36323,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(95861,'Poor',3,0,36323,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95862,'Very Poor',4,0,36323,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95863,'0%',5,0,36326,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95864,'1% - 25%',4,0,36326,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95865,'26% - 50%',3,0,36326,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95866,'51% - 75%',2,0,36326,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95867,'76% - 100%',1,0,36326,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95868,'0%',1,0,36327,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95869,'1% - 25%',1,0,36327,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95870,'26% - 50%',1,0,36327,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95871,'51% - 75%',1,0,36327,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95872,'76% - 100%',1,0,36327,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95873,'0%',1,0,36328,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95874,'1% - 25%',1,0,36328,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95875,'26% - 50%',1,0,36328,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95876,'51% - 75%',1,0,36328,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95877,'76% - 100%',1,0,36328,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95878,'0%',1,0,36330,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95879,'1% - 25%',1,0,36330,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95880,'26% - 50%',1,0,36330,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95881,'51% - 75%',1,0,36330,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95882,'76% - 100%',1,0,36330,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95883,'0%',1,0,36331,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95884,'1% - 25%',1,0,36331,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95885,'26% - 50%',1,0,36331,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95886,'51% - 75%',1,0,36331,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95887,'76% - 100%',1,0,36331,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95888,'0%',1,0,36332,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95889,'1% - 25%',1,0,36332,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95890,'26% - 50%',1,0,36332,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95891,'51% - 75%',1,0,36332,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95892,'76% - 100%',1,0,36332,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95893,'0%',1,0,36334,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95894,'1% - 25%',1,0,36334,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95895,'26% - 50%',1,0,36334,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95896,'51% - 75%',1,0,36334,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95897,'76% - 100%',1,0,36334,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95898,'0%',1,0,36335,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95899,'1% - 25%',1,0,36335,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95900,'26% - 50%',1,0,36335,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95901,'51% - 75%',1,0,36335,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95902,'76% - 100%',1,0,36335,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95903,'0%',1,0,36336,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95904,'1% - 25%',1,0,36336,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95905,'26% - 50%',1,0,36336,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95906,'51% - 75%',1,0,36336,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95907,'76% - 100%',1,0,36336,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95908,'0%',1,0,36338,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95909,'1% - 25%',1,0,36338,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95910,'26% - 50%',1,0,36338,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95911,'51% - 75%',1,0,36338,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95912,'76% - 100%',1,0,36338,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95913,'0%',1,0,36339,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95914,'1% - 25%',1,0,36339,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95915,'26% - 50%',1,0,36339,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95916,'51% - 75%',1,0,36339,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95917,'76% - 100%',1,0,36339,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95918,'0%',1,0,36340,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95919,'1% - 25%',1,0,36340,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95920,'26% - 50%',1,0,36340,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95921,'51% - 75%',1,0,36340,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95922,'76% - 100%',1,0,36340,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95923,'0%',1,0,36342,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95924,'1% - 25%',1,0,36342,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95925,'26% - 50%',1,0,36342,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95926,'51% - 75%',1,0,36342,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95927,'76% - 100%',1,0,36342,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95928,'0%',1,0,36343,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95929,'1% - 25%',1,0,36343,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95930,'26% - 50%',1,0,36343,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95931,'51% - 75%',1,0,36343,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95932,'76% - 100%',1,0,36343,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95933,'0%',1,0,36344,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95934,'1% - 25%',1,0,36344,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95935,'26% - 50%',1,0,36344,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95936,'51% - 75%',1,0,36344,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95937,'76% - 100%',1,0,36344,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95938,'0%',1,0,36346,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95939,'1% - 25%',1,0,36346,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95940,'26% - 50%',1,0,36346,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95941,'51% - 75%',1,0,36346,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95942,'76% - 100%',1,0,36346,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95943,'0%',1,0,36347,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95944,'1% - 25%',1,0,36347,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95945,'26% - 50%',1,0,36347,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95946,'51% - 75%',1,0,36347,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95947,'76% - 100%',1,0,36347,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95948,'0%',1,0,36348,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95949,'1% - 25%',1,0,36348,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95950,'26% - 50%',1,0,36348,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95951,'51% - 75%',1,0,36348,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95952,'76% - 100%',1,0,36348,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95953,'0%',1,0,36350,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95954,'1% - 25%',1,0,36350,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95955,'26% - 50%',1,0,36350,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95956,'51% - 75%',1,0,36350,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95957,'76% - 100%',1,0,36350,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95958,'0%',1,0,36351,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95959,'1% - 25%',1,0,36351,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95960,'26% - 50%',1,0,36351,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95961,'51% - 75%',1,0,36351,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95962,'76% - 100%',1,0,36351,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95963,'0%',1,0,36352,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95964,'1% - 25%',1,0,36352,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95965,'26% - 50%',1,0,36352,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95966,'51% - 75%',1,0,36352,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95967,'76% - 100%',1,0,36352,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95968,'0%',1,0,36354,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95969,'1% - 25%',1,0,36354,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95970,'26% - 50%',1,0,36354,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95971,'51% - 75%',1,0,36354,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95972,'76% - 100%',1,0,36354,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95973,'0%',1,0,36355,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95974,'1% - 25%',1,0,36355,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95975,'26% - 50%',1,0,36355,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95976,'51% - 75%',1,0,36355,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95977,'76% - 100%',1,0,36355,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95978,'0%',1,0,36356,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95979,'1% - 25%',1,0,36356,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95980,'26% - 50%',1,0,36356,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95981,'51% - 75%',1,0,36356,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95982,'76% - 100%',1,0,36356,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95983,'0%',1,0,36358,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95984,'1% - 25%',1,0,36358,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95985,'26% - 50%',1,0,36358,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95986,'51% - 75%',1,0,36358,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95987,'76% - 100%',1,0,36358,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95988,'0%',1,0,36359,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95989,'1% - 25%',1,0,36359,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95990,'26% - 50%',1,0,36359,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95991,'51% - 75%',1,0,36359,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95992,'76% - 100%',1,0,36359,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95993,'0%',1,0,36360,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95994,'1% - 25%',1,0,36360,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95995,'26% - 50%',1,0,36360,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95996,'51% - 75%',1,0,36360,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95997,'76% - 100%',1,0,36360,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(95998,'Fan Heaters',4,0,36361,'2023-05-05 08:29:17','2023-05-05 08:29:17'),(95999,'Electric Heaters',4,0,36361,'2023-05-05 08:29:17','2023-05-05 08:29:17'),(96000,'Gas Heater',5,0,36361,'2023-05-05 08:29:17','2023-05-05 08:29:17'),(96001,'Other Boilers',2,0,36361,'2023-05-05 08:29:17','2023-05-05 08:29:17'),(96002,'Electrical Equipment',3,0,36361,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96003,'Electrical Leads',3,0,36361,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96004,'Portable Equipment',3,0,36361,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96005,'Portable Lighting',2,0,36361,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96006,'Cooking Equipment',6,0,36361,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96007,'Other',20,0,36361,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96008,'Wood/Paper/Cardboard etc',3,0,36363,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96009,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,36363,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96010,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,36363,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96011,'Waste Material Controlled -in locked wheely bin or store',2,0,36363,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96012,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,36363,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96013,'Other',20,0,36363,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96014,'Yes. There is a certificate within the last 6 months.',0,0,36366,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96015,'The certificate was issued within the last 12 months.',2,0,36366,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96016,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,36366,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96017,'N/A',0,0,36366,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96018,'Other',20,0,36366,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96019,'Yes. Certification within 6 months',0,0,36368,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96020,'Yes. Certification within 12 months',2,0,36368,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96021,'No certification. (Recommend testing by fire safety specialist)',5,0,36368,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96022,'N/A',0,0,36368,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96023,'Other',20,0,36368,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96024,'Yes. Service and test certification is within 12 months',0,0,36369,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96025,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,36369,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96026,'N/A',0,0,36369,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96027,'Other',20,0,36369,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96028,'Yes. The EICR test certification is complete within last 5 years',0,0,36371,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96029,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,36371,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96030,'N/A',0,0,36371,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96031,'Other',20,0,36371,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96032,'Yes',0,0,36373,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96033,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,36373,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96034,'N/A',0,0,36373,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96035,'Other',20,0,36373,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96036,'Yes',0,0,36375,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96037,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,36375,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96038,'N/A',0,0,36375,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96039,'Other',20,0,36375,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96040,'Yes',0,0,36377,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96041,'No. There are hot working areas but no fire blankets are present.',5,0,36377,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96042,'N/A',0,0,36377,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96043,'Other',20,0,36377,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96044,'Yes. They are provided and ready to use located in a communal area.',0,0,36379,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96045,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,36379,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96046,'N/A',0,0,36379,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96047,'Other',20,0,36379,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96048,'Yes',2,0,36380,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96049,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,36380,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96050,'The property does not have a gas connection.',0,0,36380,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96051,'N/A',0,0,36380,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96052,'Yes. Assembly points are clearly marked.',0,0,36381,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96053,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,36381,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96054,'NA',0,0,36381,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96055,'Other',20,0,36381,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96056,'Yes',0,0,36382,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96057,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,36382,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96058,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,36382,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96059,'N/A',0,0,36382,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96060,'Other',20,0,36382,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96061,'Yes',0,0,36383,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96062,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,36383,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96063,'NA',0,0,36383,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96064,'Other',20,0,36383,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96065,'Yes. The shortest route has been put into the plan',0,0,36384,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96066,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,36384,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96067,'NA',0,0,36384,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96068,'Other',20,0,36384,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96069,'Yes. There is more than one exit available.',1,0,36385,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96070,'No. There is only one escape exit available.',0,0,36385,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96071,'Other',20,0,36385,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96072,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,36386,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96073,'No. The exits are not efficient enough for the building.',9,0,36386,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96074,'NA',0,0,36386,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96075,'Other',20,0,36386,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96076,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,36387,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96077,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,36387,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96078,'NA',0,0,36387,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96079,'Other',20,0,36387,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96080,'Yes. Escape routes are kept clear throughout the building.',0,0,36388,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96081,'No. There are obstructions on one or more escape routes.',6,0,36388,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96082,'N/A',0,0,36388,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96083,'Other',20,0,36388,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96084,'Yes',0,0,36389,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96085,'No. There is no assembly point or the assembly point is too small.',8,0,36389,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96086,'NA',0,0,36389,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96087,'Other',20,0,36389,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96088,'Evacuation only',3,0,36390,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96089,'Delayed evacuation process with 15 minute time delay',4,0,36390,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96090,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,36390,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96091,'Other',20,0,36390,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96092,'Employees',2,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96093,'Sub-Contractors',3,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96094,'Young Persons',4,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96095,'Visitors',4,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96096,'The General Public (Customers)',4,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96097,'Disabled or Special needs People less able to leave the premises quickly',7,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96098,'Occupants in Remote Areas',6,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96099,'Sleeping Occupants',7,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96100,'Neighbouring Premises',2,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96101,'Tenants / Owners',3,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96102,'Animals / Livestock',2,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96103,'Other',0,0,36392,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96104,'9:00 - 17:00',0,0,36395,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96105,'17:00 - 24:00',0,0,36395,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96106,'24:00 - 9:00',0,0,36395,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96107,'9:00 - 17:00',0,0,36396,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96108,'17:00 - 24:00',0,0,36396,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96109,'24:00 - 9:00',0,0,36396,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96110,'9:00 - 17:00',0,0,36397,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96111,'17:00 - 24:00',0,0,36397,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96112,'24:00 - 9:00',0,0,36397,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96113,'9:00 - 17:00',0,0,36398,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96114,'17:00 - 24:00',0,0,36398,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96115,'24:00 - 9:00',0,0,36398,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96116,'9:00 - 17:00',0,0,36399,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96117,'17:00 - 24:00',0,0,36399,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96118,'24:00 - 9:00',0,0,36399,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96119,'9:00 - 17:00',0,0,36400,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96120,'17:00 - 24:00',0,0,36400,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96121,'24:00 - 9:00',0,0,36400,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96122,'9:00 - 17:00',0,0,36401,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96123,'17:00 - 24:00',0,0,36401,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96124,'24:00 - 9:00',0,0,36401,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96125,'Below 20',1,0,36402,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96126,'20-49',2,0,36402,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96127,'50-99',2,0,36402,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96128,'100-499',3,0,36402,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96129,'500-999',4,0,36402,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96130,'1000',5,0,36402,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96131,'Single Stage Evacuation',0,0,36403,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96132,'Staged Evacuation',0,0,36403,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96133,'Simultaneous Evacuation',0,0,36403,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96134,'Phased Evacuation',0,0,36403,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96135,'Staff Alarm Only',0,0,36403,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96136,'Stay Put Policy',0,0,36403,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96137,'Yes. A responsible person has been nominated.',0,0,36404,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96138,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,36404,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96139,'Other',20,0,36404,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96140,'N/A',0,0,36404,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96141,'Yes. A competent person is available to assist in fire safety measures.',0,0,36405,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96142,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,36405,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96143,'Other',20,0,36405,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96144,'N/A',0,0,36405,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96145,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,36406,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96146,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,36406,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96147,'Other',20,0,36406,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96148,'N/A',0,0,36406,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96149,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,36408,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96150,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,36408,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96151,'Other',20,0,36408,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96152,'N/A',0,0,36408,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96153,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,36410,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96154,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,36410,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96155,'Other',20,0,36410,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96156,'N/A',0,0,36410,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96157,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,36411,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96158,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,36411,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96159,'Other',20,0,36411,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96160,'N/A',0,0,36411,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96161,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,36412,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96162,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,36412,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96163,'Other',20,0,36412,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96164,'N/A',0,0,36412,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96165,'Yes. The plan is readily available.',0,0,36414,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96166,'No. The plan is not available.',3,0,36414,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96167,'Other',20,0,36414,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96168,'N/A',0,0,36414,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96169,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,36415,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96170,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,36415,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96171,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,36415,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96172,'Other',20,0,36415,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96173,'N/A',0,0,36415,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96174,'Yes. There are suitable arrangements in place to prevent danger.',0,0,36416,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96175,'No. There are not suitable arrangements in place to prevent danger..',4,0,36416,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96176,'Other',20,0,36416,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96177,'N/A',0,0,36416,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96178,'Yes. The company has a full evacuation system in place.',0,0,36417,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96179,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,36417,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96180,'Other',20,0,36417,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96181,'N/A',0,0,36417,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96182,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,36418,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96183,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,36418,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96184,'Other',20,0,36418,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96185,'N/A',0,0,36418,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96186,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,36419,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96187,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,36419,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96188,'Other',20,0,36419,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96189,'N/A',0,0,36419,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96190,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,36420,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96191,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,36420,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96192,'Other',20,0,36420,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96193,'N/A',0,0,36420,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96194,'Yes. They do consider other organisation within the building.',0,0,36421,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96195,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,36421,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96196,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,36421,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96197,'Other',20,0,36421,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96198,'N/A',0,0,36421,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96199,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,36422,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96200,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,36422,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96201,'Other',20,0,36422,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96202,'N/A',0,0,36422,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96203,'Yes, they are in good condition & positioned correctly.',0,0,36424,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96204,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,36424,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96205,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,36424,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96206,'Other',20,0,36424,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96207,'N/A',0,0,36424,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96208,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,36426,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96209,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,36426,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96210,'No. There is no fire risk logbook.',5,0,36426,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96211,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,36427,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96212,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,36427,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96213,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,36427,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96214,'N/A',0,0,36427,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96215,'Other',20,0,36427,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96216,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,36429,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96217,'Yes. They are installed, and signs are displayed.',0,0,36429,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96218,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,36429,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96219,'N/A',0,0,36429,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96220,'Other',20,0,36429,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96221,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,36431,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96222,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,36431,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96223,'Other',20,0,36431,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96224,'N/A',0,0,36431,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96225,'Yes. There is suitable Emergency lighting in the building.',0,0,36432,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96226,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,36432,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96227,'Other',20,0,36432,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96228,'N/A',0,0,36432,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96229,'Yes. They are in good condition with no obstructions.',0,0,36433,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96230,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,36433,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96231,'Other',20,0,36433,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96232,'N/A',0,0,36433,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96233,'Yes. User checks are recorded into the fire risk logbook.',0,0,36435,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96234,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,36435,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96235,'Other',20,0,36435,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96236,'N/A',0,0,36435,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96237,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,36436,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96238,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,36436,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96239,'Other',20,0,36436,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96240,'N/A',0,0,36436,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96241,'Yes. Once per year.',1,0,36438,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96242,'Yes. Twice per year.',0,0,36438,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96243,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,36438,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96244,'Other',20,0,36438,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96245,'Yes. The fire risk assessment is reviewed annually.',0,0,36439,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96246,'No. (Recommend immediate update to ensure compliance.)',5,0,36439,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96247,'NA',5,0,36439,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96248,'Other',20,0,36439,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96249,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,36440,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96250,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,36440,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96251,'N/A',0,0,36440,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96252,'Other',20,0,36440,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96253,'Yes. Training has been provided',0,0,36441,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96254,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,36441,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96255,'Other',20,0,36441,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96256,'N/A',0,0,36441,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96257,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,36442,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96258,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,36442,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96259,'NA',0,0,36442,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96260,'Other',20,0,36442,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96261,'Yes. Training has been documented on induction.',0,0,36443,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96262,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,36443,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96263,'NA',0,0,36443,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96264,'Other',20,0,36443,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96265,'Yes. This is part of the fire training program and fire warden duties.',0,0,36444,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96266,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,36444,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96267,'NA',0,0,36444,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96268,'Other',20,0,36444,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96269,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,36445,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96270,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,36445,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96271,'Other',20,0,36445,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96272,'N/A',0,0,36445,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96273,'Yes. Fire wardens receive refresher training regularly.',0,0,36446,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96274,'No',5,0,36446,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96275,'N/A',0,0,36446,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96276,'Other',20,0,36446,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96277,'Other',20,0,36446,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96278,'Director',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96279,'Owner / Landlord',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96280,'Site Manager',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96281,'Estate Agent',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96282,'Letting Agent',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96283,'Director',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96284,'CEO',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96285,'Fire Warden / Supervisor',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96286,'Fire Risk Assessor',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96287,'Other',0,0,36454,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96288,'Nebosh',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96289,'Level 2 Fire Risk Assessor',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96290,'Competant Person',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96291,'Property Manager',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96292,'Construction Manager',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96293,'Fire Warden / Fire Marshall',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96294,'Director',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96295,'CEO',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96296,'N/A',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96297,'Other',0,0,36455,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96298,'Detached',1,0,36464,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96299,'Semi Detached',2,0,36464,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96300,'Terraced',3,0,36464,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96301,'Linked-Terraced',1,0,36464,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96302,'End Terraced',2,0,36464,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96303,'Other',20,0,36464,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96304,'House',1,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96305,'Bungalow',1,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96306,'Maisonette',3,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96307,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96308,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96309,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96310,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96311,'Underground Property',1,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96312,'Factory / Warehouse',3,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96313,'Garage / Workshop',3,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96314,'Retail Shop',2,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96315,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96316,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96317,'Other',20,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96318,'Other',20,0,36465,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96319,'N/A',0,0,36470,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96320,'Number of staircase',0,0,36470,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96321,'25%',1,0,36482,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96322,'50%',1,0,36482,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96323,'75%',1,0,36482,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96324,'100%',1,0,36482,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96325,'Other',20,0,36482,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96326,'Yes',1,0,36484,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96327,'No',3,0,36484,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96328,'Unknown',3,0,36484,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96329,'Stone',0,0,36484,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96330,'Other',20,0,36484,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96331,'Yes',1,0,36485,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96332,'No',5,0,36485,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96333,'Unknown',5,0,36485,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96334,'Stone',0,0,36485,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96335,'Other',20,0,36485,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96336,'Wood',2,0,36486,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96337,'Plastics',1,0,36486,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96338,'Aluminium',0,0,36486,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96339,'Stone',0,0,36486,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96340,'Other',20,0,36486,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96341,'0%',0,0,36488,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96342,'25%',1,0,36488,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96343,'50%',1,0,36488,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96344,'75%',1,0,36488,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96345,'100%',1,0,36488,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96346,'0%',0,0,36489,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96347,'25%',2,0,36489,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96348,'50%',2,0,36489,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96349,'75%',2,0,36489,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96350,'100%',2,0,36489,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96351,'0%',0,0,36490,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96352,'25%',1,0,36490,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96353,'50%',1,0,36490,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96354,'75%',1,0,36490,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96355,'100%',1,0,36490,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96356,'Solid concrete flooring on all levels',0,0,36491,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96357,'Timber joists on all levels',3,0,36491,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96358,'Concrete lowest floor – Timber above higher levels',3,0,36491,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96359,'Other',20,0,36491,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96360,'Yes',1,0,36494,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96361,'No',6,0,36494,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96362,'N/A',0,0,36494,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96363,'Yes',2,0,36496,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96364,'No',8,0,36496,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96365,'N/A',0,0,36496,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96366,'Yes',1,0,36498,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96367,'No',6,0,36498,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96368,'N/A',0,0,36498,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96369,'Yes',1,0,36500,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96370,'No',6,0,36500,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96371,'N/A',0,0,36500,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96372,'Yes',1,0,36502,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96373,'No',6,0,36502,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96374,'N/A',0,0,36502,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96375,'0%',1,0,36508,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96376,'1% - 25%',1,0,36508,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96377,'26% - 50%',1,0,36508,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96378,'51% - 75%',1,0,36508,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96379,'76% - 100%',1,0,36508,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96380,'0%',1,0,36509,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96381,'1% - 25%',1,0,36509,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96382,'26% - 50%',1,0,36509,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96383,'51% - 75%',1,0,36509,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96384,'76% - 100%',1,0,36509,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96385,'0%',1,0,36510,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96386,'1% - 25%',1,0,36510,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96387,'26% - 50%',1,0,36510,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96388,'51% - 75%',1,0,36510,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96389,'76% - 100%',1,0,36510,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96390,'0%',1,0,36512,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96391,'1% - 25%',1,0,36512,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96392,'26% - 50%',1,0,36512,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96393,'51% - 75%',1,0,36512,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96394,'76% - 100%',1,0,36512,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96395,'0%',1,0,36513,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96396,'1% - 25%',1,0,36513,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96397,'26% - 50%',1,0,36513,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96398,'51% - 75%',1,0,36513,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96399,'76% - 100%',1,0,36513,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96400,'0%',1,0,36514,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96401,'1% - 25%',1,0,36514,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96402,'26% - 50%',1,0,36514,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96403,'51% - 75%',1,0,36514,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96404,'76% - 100%',1,0,36514,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96405,'0%',1,0,36516,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96406,'1% - 25%',1,0,36516,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96407,'26% - 50%',1,0,36516,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96408,'51% - 75%',1,0,36516,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96409,'76% - 100%',1,0,36516,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96410,'0%',1,0,36517,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96411,'1% - 25%',1,0,36517,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96412,'26% - 50%',1,0,36517,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96413,'51% - 75%',1,0,36517,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96414,'76% - 100%',1,0,36517,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96415,'0%',1,0,36518,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96416,'1% - 25%',1,0,36518,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96417,'26% - 50%',1,0,36518,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96418,'51% - 75%',1,0,36518,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96419,'76% - 100%',1,0,36518,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96420,'Very Good',0,0,36519,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96421,'Good',1,0,36519,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96422,'Fair',2,0,36519,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96423,'Poor',3,0,36519,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96424,'Very Poor',4,0,36519,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96425,'0%',1,0,36521,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96426,'1% - 25%',1,0,36521,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96427,'26% - 50%',1,0,36521,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96428,'51% - 75%',1,0,36521,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96429,'76% - 100%',1,0,36521,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96430,'0%',1,0,36522,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96431,'1% - 25%',1,0,36522,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96432,'26% - 50%',1,0,36522,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96433,'51% - 75%',1,0,36522,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96434,'76% - 100%',1,0,36522,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96435,'0%',1,0,36523,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96436,'1% - 25%',1,0,36523,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96437,'26% - 50%',1,0,36523,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96438,'51% - 75%',1,0,36523,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96439,'76% - 100%',1,0,36523,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96440,'0%',1,0,36525,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96441,'1% - 25%',1,0,36525,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96442,'26% - 50%',1,0,36525,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96443,'51% - 75%',1,0,36525,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96444,'76% - 100%',1,0,36525,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96445,'0%',1,0,36526,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96446,'1% - 25%',1,0,36526,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96447,'26% - 50%',1,0,36526,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96448,'51% - 75%',1,0,36526,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96449,'76% - 100%',1,0,36526,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96450,'0%',1,0,36527,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96451,'1% - 25%',1,0,36527,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96452,'26% - 50%',1,0,36527,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96453,'51% - 75%',1,0,36527,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96454,'76% - 100%',1,0,36527,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96455,'0%',1,0,36529,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96456,'1% - 25%',1,0,36529,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96457,'26% - 50%',1,0,36529,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96458,'51% - 75%',1,0,36529,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96459,'76% - 100%',1,0,36529,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96460,'0%',1,0,36530,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96461,'1% - 25%',1,0,36530,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96462,'26% - 50%',1,0,36530,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96463,'51% - 75%',1,0,36530,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96464,'76% - 100%',1,0,36530,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96465,'0%',1,0,36531,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96466,'1% - 25%',1,0,36531,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96467,'26% - 50%',1,0,36531,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96468,'51% - 75%',1,0,36531,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96469,'76% - 100%',1,0,36531,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96470,'0%',1,0,36533,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96471,'1% - 25%',1,0,36533,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96472,'26% - 50%',1,0,36533,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96473,'51% - 75%',1,0,36533,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96474,'76% - 100%',1,0,36533,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96475,'0%',1,0,36534,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96476,'1% - 25%',1,0,36534,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96477,'26% - 50%',1,0,36534,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96478,'51% - 75%',1,0,36534,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96479,'76% - 100%',1,0,36534,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96480,'0%',1,0,36535,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96481,'1% - 25%',1,0,36535,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96482,'26% - 50%',1,0,36535,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96483,'51% - 75%',1,0,36535,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96484,'76% - 100%',1,0,36535,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96485,'0%',1,0,36537,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96486,'1% - 25%',1,0,36537,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96487,'26% - 50%',1,0,36537,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96488,'51% - 75%',1,0,36537,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96489,'76% - 100%',1,0,36537,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96490,'0%',1,0,36538,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96491,'1% - 25%',1,0,36538,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96492,'26% - 50%',1,0,36538,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96493,'51% - 75%',1,0,36538,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96494,'76% - 100%',1,0,36538,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96495,'0%',1,0,36539,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96496,'1% - 25%',1,0,36539,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96497,'26% - 50%',1,0,36539,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96498,'51% - 75%',1,0,36539,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96499,'76% - 100%',1,0,36539,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96500,'0%',5,0,36541,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96501,'1% - 25%',4,0,36541,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96502,'26% - 50%',3,0,36541,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96503,'51% - 75%',2,0,36541,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96504,'76% - 100%',1,0,36541,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96505,'0%',1,0,36542,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96506,'1% - 25%',1,0,36542,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96507,'26% - 50%',1,0,36542,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96508,'51% - 75%',1,0,36542,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96509,'76% - 100%',1,0,36542,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96510,'0%',1,0,36543,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96511,'1% - 25%',1,0,36543,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96512,'26% - 50%',1,0,36543,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96513,'51% - 75%',1,0,36543,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96514,'76% - 100%',1,0,36543,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(96515,'Fan Heaters',4,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96516,'Electric Heaters',4,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96517,'Gas Heater',5,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96518,'Other Boilers',2,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96519,'Electrical Equipment',3,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96520,'Electrical Leads',3,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96521,'Portable Equipment',3,0,36544,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(96522,'Portable Lighting',2,0,36544,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96523,'Cooking Equipment',6,0,36544,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96524,'Other',20,0,36544,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96525,'Wood/Paper/Cardboard etc',3,0,36546,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96526,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,36546,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96527,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,36546,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96528,'Waste Material Controlled -in locked wheely bin or store',2,0,36546,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96529,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,36546,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96530,'Other',20,0,36546,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96531,'Yes. There is a certificate within the last 6 months.',0,0,36549,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96532,'The certificate was issued within the last 12 months.',2,0,36549,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96533,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,36549,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96534,'N/A',0,0,36549,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96535,'Other',20,0,36549,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96536,'Yes. Certification within 6 months',0,0,36551,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96537,'Yes. Certification within 12 months',2,0,36551,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96538,'No certification. (Recommend testing by fire safety specialist)',5,0,36551,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96539,'N/A',0,0,36551,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96540,'Other',20,0,36551,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96541,'Yes. Service and test certification is within 12 months',0,0,36552,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96542,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,36552,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96543,'N/A',0,0,36552,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96544,'Other',20,0,36552,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96545,'Yes. The EICR test certification is complete within last 5 years',0,0,36554,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96546,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,36554,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96547,'N/A',0,0,36554,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96548,'Other',20,0,36554,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96549,'Yes',0,0,36556,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96550,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,36556,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96551,'N/A',0,0,36556,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96552,'Other',20,0,36556,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96553,'Yes',0,0,36558,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96554,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,36558,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96555,'N/A',0,0,36558,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96556,'Other',20,0,36558,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96557,'Yes',0,0,36560,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96558,'No. There are hot working areas but no fire blankets are present.',5,0,36560,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96559,'N/A',0,0,36560,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96560,'Other',20,0,36560,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96561,'Yes. They are provided and ready to use located in a communal area.',0,0,36562,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96562,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,36562,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96563,'N/A',0,0,36562,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96564,'Other',20,0,36562,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96565,'Yes',2,0,36563,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96566,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,36563,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96567,'The property does not have a gas connection.',0,0,36563,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96568,'N/A',0,0,36563,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96569,'Yes. Assembly points are clearly marked.',0,0,36564,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96570,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,36564,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96571,'NA',0,0,36564,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96572,'Other',20,0,36564,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96573,'Yes',0,0,36565,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96574,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,36565,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96575,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,36565,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96576,'N/A',0,0,36565,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96577,'Other',20,0,36565,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96578,'Yes',0,0,36566,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96579,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,36566,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96580,'NA',0,0,36566,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96581,'Other',20,0,36566,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96582,'Yes. The shortest route has been put into the plan',0,0,36567,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96583,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,36567,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96584,'NA',0,0,36567,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96585,'Other',20,0,36567,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96586,'Yes. There is more than one exit available.',1,0,36568,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96587,'No. There is only one escape exit available.',0,0,36568,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96588,'Other',20,0,36568,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96589,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,36569,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96590,'No. The exits are not efficient enough for the building.',9,0,36569,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96591,'NA',0,0,36569,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96592,'Other',20,0,36569,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96593,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,36570,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96594,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,36570,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96595,'NA',0,0,36570,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96596,'Other',20,0,36570,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96597,'Yes. Escape routes are kept clear throughout the building.',0,0,36571,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96598,'No. There are obstructions on one or more escape routes.',6,0,36571,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96599,'N/A',0,0,36571,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96600,'Other',20,0,36571,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96601,'Yes',0,0,36572,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96602,'No. There is no assembly point or the assembly point is too small.',8,0,36572,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96603,'NA',0,0,36572,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96604,'Other',20,0,36572,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96605,'Evacuation only',3,0,36573,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96606,'Delayed evacuation process with 15 minute time delay',4,0,36573,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96607,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,36573,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96608,'Other',20,0,36573,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96609,'Employees',2,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96610,'Sub-Contractors',3,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96611,'Young Persons',4,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96612,'Visitors',4,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96613,'The General Public (Customers)',4,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96614,'Disabled or Special needs People less able to leave the premises quickly',7,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96615,'Occupants in Remote Areas',6,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96616,'Sleeping Occupants',7,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96617,'Neighbouring Premises',2,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96618,'Tenants / Owners',3,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96619,'Animals / Livestock',2,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96620,'Other',0,0,36575,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96621,'9:00 - 17:00',0,0,36578,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96622,'17:00 - 24:00',0,0,36578,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96623,'24:00 - 9:00',0,0,36578,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96624,'9:00 - 17:00',0,0,36579,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96625,'17:00 - 24:00',0,0,36579,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96626,'24:00 - 9:00',0,0,36579,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96627,'9:00 - 17:00',0,0,36580,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96628,'17:00 - 24:00',0,0,36580,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96629,'24:00 - 9:00',0,0,36580,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96630,'9:00 - 17:00',0,0,36581,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96631,'17:00 - 24:00',0,0,36581,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96632,'24:00 - 9:00',0,0,36581,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96633,'9:00 - 17:00',0,0,36582,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96634,'17:00 - 24:00',0,0,36582,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96635,'24:00 - 9:00',0,0,36582,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96636,'9:00 - 17:00',0,0,36583,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96637,'17:00 - 24:00',0,0,36583,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96638,'24:00 - 9:00',0,0,36583,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96639,'9:00 - 17:00',0,0,36584,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96640,'17:00 - 24:00',0,0,36584,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96641,'24:00 - 9:00',0,0,36584,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96642,'Below 20',1,0,36585,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96643,'20-49',2,0,36585,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96644,'50-99',2,0,36585,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96645,'100-499',3,0,36585,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96646,'500-999',4,0,36585,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96647,'1000',5,0,36585,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96648,'Single Stage Evacuation',0,0,36586,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96649,'Staged Evacuation',0,0,36586,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96650,'Simultaneous Evacuation',0,0,36586,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96651,'Phased Evacuation',0,0,36586,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96652,'Staff Alarm Only',0,0,36586,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96653,'Stay Put Policy',0,0,36586,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96654,'Yes. A responsible person has been nominated.',0,0,36587,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96655,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,36587,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96656,'Other',20,0,36587,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96657,'N/A',0,0,36587,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96658,'Yes. A competent person is available to assist in fire safety measures.',0,0,36588,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96659,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,36588,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96660,'Other',20,0,36588,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96661,'N/A',0,0,36588,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96662,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,36589,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96663,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,36589,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96664,'Other',20,0,36589,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96665,'N/A',0,0,36589,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96666,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,36591,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96667,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,36591,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96668,'Other',20,0,36591,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96669,'N/A',0,0,36591,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96670,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,36593,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96671,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,36593,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96672,'Other',20,0,36593,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96673,'N/A',0,0,36593,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96674,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,36594,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96675,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,36594,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96676,'Other',20,0,36594,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96677,'N/A',0,0,36594,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96678,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,36595,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96679,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,36595,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96680,'Other',20,0,36595,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96681,'N/A',0,0,36595,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96682,'Yes. The plan is readily available.',0,0,36597,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96683,'No. The plan is not available.',3,0,36597,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96684,'Other',20,0,36597,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96685,'N/A',0,0,36597,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96686,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,36598,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96687,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,36598,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96688,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,36598,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96689,'Other',20,0,36598,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96690,'N/A',0,0,36598,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96691,'Yes. There are suitable arrangements in place to prevent danger.',0,0,36599,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96692,'No. There are not suitable arrangements in place to prevent danger..',4,0,36599,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96693,'Other',20,0,36599,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96694,'N/A',0,0,36599,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96695,'Yes. The company has a full evacuation system in place.',0,0,36600,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96696,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,36600,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96697,'Other',20,0,36600,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96698,'N/A',0,0,36600,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96699,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,36601,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96700,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,36601,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96701,'Other',20,0,36601,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96702,'N/A',0,0,36601,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96703,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,36602,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96704,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,36602,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96705,'Other',20,0,36602,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96706,'N/A',0,0,36602,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96707,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,36603,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96708,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,36603,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96709,'Other',20,0,36603,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96710,'N/A',0,0,36603,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96711,'Yes. They do consider other organisation within the building.',0,0,36604,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96712,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,36604,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96713,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,36604,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96714,'Other',20,0,36604,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96715,'N/A',0,0,36604,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96716,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,36605,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96717,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,36605,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96718,'Other',20,0,36605,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96719,'N/A',0,0,36605,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96720,'Yes, they are in good condition & positioned correctly.',0,0,36607,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96721,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,36607,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96722,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,36607,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96723,'Other',20,0,36607,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96724,'N/A',0,0,36607,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96725,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,36609,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96726,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,36609,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96727,'No. There is no fire risk logbook.',5,0,36609,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96728,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,36610,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96729,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,36610,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96730,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,36610,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96731,'N/A',0,0,36610,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96732,'Other',20,0,36610,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96733,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,36612,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96734,'Yes. They are installed, and signs are displayed.',0,0,36612,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96735,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,36612,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96736,'N/A',0,0,36612,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96737,'Other',20,0,36612,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96738,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,36614,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96739,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,36614,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96740,'Other',20,0,36614,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96741,'N/A',0,0,36614,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96742,'Yes. There is suitable Emergency lighting in the building.',0,0,36615,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96743,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,36615,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96744,'Other',20,0,36615,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96745,'N/A',0,0,36615,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96746,'Yes. They are in good condition with no obstructions.',0,0,36616,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96747,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,36616,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96748,'Other',20,0,36616,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96749,'N/A',0,0,36616,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96750,'Yes. User checks are recorded into the fire risk logbook.',0,0,36618,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96751,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,36618,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96752,'Other',20,0,36618,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96753,'N/A',0,0,36618,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96754,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,36619,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96755,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,36619,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96756,'Other',20,0,36619,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96757,'N/A',0,0,36619,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96758,'Yes. Once per year.',1,0,36621,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96759,'Yes. Twice per year.',0,0,36621,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96760,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,36621,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96761,'Other',20,0,36621,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96762,'Yes. The fire risk assessment is reviewed annually.',0,0,36622,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96763,'No. (Recommend immediate update to ensure compliance.)',5,0,36622,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96764,'NA',5,0,36622,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96765,'Other',20,0,36622,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96766,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,36623,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96767,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,36623,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96768,'N/A',0,0,36623,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96769,'Other',20,0,36623,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96770,'Yes. Training has been provided',0,0,36624,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96771,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,36624,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96772,'Other',20,0,36624,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96773,'N/A',0,0,36624,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96774,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,36625,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96775,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,36625,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96776,'NA',0,0,36625,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96777,'Other',20,0,36625,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96778,'Yes. Training has been documented on induction.',0,0,36626,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96779,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,36626,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96780,'NA',0,0,36626,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96781,'Other',20,0,36626,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96782,'Yes. This is part of the fire training program and fire warden duties.',0,0,36627,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96783,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,36627,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96784,'NA',0,0,36627,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96785,'Other',20,0,36627,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96786,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,36628,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96787,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,36628,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96788,'Other',20,0,36628,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96789,'N/A',0,0,36628,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96790,'Yes. Fire wardens receive refresher training regularly.',0,0,36629,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96791,'No',5,0,36629,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96792,'N/A',0,0,36629,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96793,'Other',20,0,36629,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96794,'Other',20,0,36629,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96795,'Detached',1,0,36630,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96796,'Semi Detached',2,0,36630,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96797,'Terraced',3,0,36630,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96798,'Linked-Terraced',1,0,36630,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96799,'End Terraced',2,0,36630,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96800,'Other',20,0,36630,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96801,'House',1,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96802,'Bungalow',1,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96803,'Maisonette',3,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96804,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96805,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96806,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96807,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96808,'Underground Property',1,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96809,'Factory / Warehouse',3,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96810,'Garage / Workshop',3,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96811,'Retail Shop',2,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96812,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96813,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96814,'Other',20,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96815,'Other',20,0,36631,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96816,'N/A',0,0,36636,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96817,'Number of staircase',0,0,36636,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96818,'25%',1,0,36648,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96819,'50%',1,0,36648,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96820,'75%',1,0,36648,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96821,'100%',1,0,36648,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96822,'Other',20,0,36648,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96823,'Yes',1,0,36650,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96824,'No',3,0,36650,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96825,'Unknown',3,0,36650,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96826,'Stone',0,0,36650,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96827,'Other',20,0,36650,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96828,'Yes',1,0,36651,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96829,'No',5,0,36651,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96830,'Unknown',5,0,36651,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96831,'Stone',0,0,36651,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96832,'Other',20,0,36651,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96833,'Wood',2,0,36652,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96834,'Plastics',1,0,36652,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96835,'Aluminium',0,0,36652,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96836,'Stone',0,0,36652,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96837,'Other',20,0,36652,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96838,'0%',0,0,36654,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96839,'25%',1,0,36654,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96840,'50%',1,0,36654,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96841,'75%',1,0,36654,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96842,'100%',1,0,36654,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96843,'0%',0,0,36655,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96844,'25%',2,0,36655,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96845,'50%',2,0,36655,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96846,'75%',2,0,36655,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96847,'100%',2,0,36655,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96848,'0%',0,0,36656,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96849,'25%',1,0,36656,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96850,'50%',1,0,36656,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96851,'75%',1,0,36656,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96852,'100%',1,0,36656,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96853,'Solid concrete flooring on all levels',0,0,36657,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96854,'Timber joists on all levels',3,0,36657,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96855,'Concrete lowest floor – Timber above higher levels',3,0,36657,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96856,'Other',20,0,36657,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96857,'Yes',1,0,36660,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96858,'No',6,0,36660,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96859,'N/A',0,0,36660,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96860,'Yes',2,0,36662,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96861,'No',8,0,36662,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96862,'N/A',0,0,36662,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96863,'Yes',1,0,36664,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96864,'No',6,0,36664,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96865,'N/A',0,0,36664,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96866,'Yes',1,0,36666,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96867,'No',6,0,36666,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96868,'N/A',0,0,36666,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96869,'Yes',1,0,36668,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96870,'No',6,0,36668,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96871,'N/A',0,0,36668,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96872,'0%',1,0,36674,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96873,'1% - 25%',1,0,36674,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96874,'26% - 50%',1,0,36674,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96875,'51% - 75%',1,0,36674,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96876,'76% - 100%',1,0,36674,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96877,'0%',1,0,36675,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96878,'1% - 25%',1,0,36675,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96879,'26% - 50%',1,0,36675,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96880,'51% - 75%',1,0,36675,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96881,'76% - 100%',1,0,36675,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96882,'0%',1,0,36676,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96883,'1% - 25%',1,0,36676,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96884,'26% - 50%',1,0,36676,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96885,'51% - 75%',1,0,36676,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96886,'76% - 100%',1,0,36676,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96887,'0%',1,0,36678,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96888,'1% - 25%',1,0,36678,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96889,'26% - 50%',1,0,36678,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96890,'51% - 75%',1,0,36678,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96891,'76% - 100%',1,0,36678,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96892,'0%',1,0,36679,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96893,'1% - 25%',1,0,36679,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96894,'26% - 50%',1,0,36679,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96895,'51% - 75%',1,0,36679,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96896,'76% - 100%',1,0,36679,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96897,'0%',1,0,36680,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96898,'1% - 25%',1,0,36680,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96899,'26% - 50%',1,0,36680,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96900,'51% - 75%',1,0,36680,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96901,'76% - 100%',1,0,36680,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96902,'0%',1,0,36682,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96903,'1% - 25%',1,0,36682,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96904,'26% - 50%',1,0,36682,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96905,'51% - 75%',1,0,36682,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96906,'76% - 100%',1,0,36682,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96907,'0%',1,0,36683,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96908,'1% - 25%',1,0,36683,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96909,'26% - 50%',1,0,36683,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96910,'51% - 75%',1,0,36683,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96911,'76% - 100%',1,0,36683,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96912,'0%',1,0,36684,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96913,'1% - 25%',1,0,36684,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96914,'26% - 50%',1,0,36684,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96915,'51% - 75%',1,0,36684,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96916,'76% - 100%',1,0,36684,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96917,'Very Good',0,0,36685,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96918,'Good',1,0,36685,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96919,'Fair',2,0,36685,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96920,'Poor',3,0,36685,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96921,'Very Poor',4,0,36685,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96922,'0%',1,0,36687,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96923,'1% - 25%',1,0,36687,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96924,'26% - 50%',1,0,36687,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96925,'51% - 75%',1,0,36687,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96926,'76% - 100%',1,0,36687,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96927,'0%',1,0,36688,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96928,'1% - 25%',1,0,36688,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96929,'26% - 50%',1,0,36688,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96930,'51% - 75%',1,0,36688,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96931,'76% - 100%',1,0,36688,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96932,'0%',1,0,36689,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96933,'1% - 25%',1,0,36689,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96934,'26% - 50%',1,0,36689,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96935,'51% - 75%',1,0,36689,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96936,'76% - 100%',1,0,36689,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96937,'0%',1,0,36691,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96938,'1% - 25%',1,0,36691,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96939,'26% - 50%',1,0,36691,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96940,'51% - 75%',1,0,36691,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96941,'76% - 100%',1,0,36691,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96942,'0%',1,0,36692,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96943,'1% - 25%',1,0,36692,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96944,'26% - 50%',1,0,36692,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96945,'51% - 75%',1,0,36692,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96946,'76% - 100%',1,0,36692,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96947,'0%',1,0,36693,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96948,'1% - 25%',1,0,36693,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96949,'26% - 50%',1,0,36693,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96950,'51% - 75%',1,0,36693,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96951,'76% - 100%',1,0,36693,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96952,'0%',1,0,36695,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96953,'1% - 25%',1,0,36695,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96954,'26% - 50%',1,0,36695,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96955,'51% - 75%',1,0,36695,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96956,'76% - 100%',1,0,36695,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96957,'0%',1,0,36696,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96958,'1% - 25%',1,0,36696,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96959,'26% - 50%',1,0,36696,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96960,'51% - 75%',1,0,36696,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96961,'76% - 100%',1,0,36696,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96962,'0%',1,0,36697,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96963,'1% - 25%',1,0,36697,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96964,'26% - 50%',1,0,36697,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96965,'51% - 75%',1,0,36697,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96966,'76% - 100%',1,0,36697,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96967,'0%',1,0,36699,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96968,'1% - 25%',1,0,36699,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96969,'26% - 50%',1,0,36699,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96970,'51% - 75%',1,0,36699,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96971,'76% - 100%',1,0,36699,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96972,'0%',1,0,36700,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96973,'1% - 25%',1,0,36700,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96974,'26% - 50%',1,0,36700,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96975,'51% - 75%',1,0,36700,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96976,'76% - 100%',1,0,36700,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96977,'0%',1,0,36701,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96978,'1% - 25%',1,0,36701,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96979,'26% - 50%',1,0,36701,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96980,'51% - 75%',1,0,36701,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96981,'76% - 100%',1,0,36701,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96982,'0%',1,0,36703,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96983,'1% - 25%',1,0,36703,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96984,'26% - 50%',1,0,36703,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96985,'51% - 75%',1,0,36703,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96986,'76% - 100%',1,0,36703,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96987,'0%',1,0,36704,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96988,'1% - 25%',1,0,36704,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96989,'26% - 50%',1,0,36704,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96990,'51% - 75%',1,0,36704,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96991,'76% - 100%',1,0,36704,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96992,'0%',1,0,36705,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96993,'1% - 25%',1,0,36705,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96994,'26% - 50%',1,0,36705,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96995,'51% - 75%',1,0,36705,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96996,'76% - 100%',1,0,36705,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96997,'0%',5,0,36707,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96998,'1% - 25%',4,0,36707,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(96999,'26% - 50%',3,0,36707,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97000,'51% - 75%',2,0,36707,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97001,'76% - 100%',1,0,36707,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97002,'0%',1,0,36708,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97003,'1% - 25%',1,0,36708,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97004,'26% - 50%',1,0,36708,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97005,'51% - 75%',1,0,36708,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97006,'76% - 100%',1,0,36708,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97007,'0%',1,0,36709,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97008,'1% - 25%',1,0,36709,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97009,'26% - 50%',1,0,36709,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97010,'51% - 75%',1,0,36709,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97011,'76% - 100%',1,0,36709,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97012,'Director',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97013,'Owner / Landlord',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97014,'Site Manager',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97015,'Estate Agent',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97016,'Letting Agent',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97017,'Director',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97018,'CEO',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97019,'Fire Warden / Supervisor',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97020,'Fire Risk Assessor',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97021,'Other',0,0,36717,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97022,'Nebosh',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97023,'Level 2 Fire Risk Assessor',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97024,'Competant Person',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97025,'Property Manager',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97026,'Construction Manager',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97027,'Fire Warden / Fire Marshall',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97028,'Director',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97029,'CEO',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97030,'N/A',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97031,'Other',0,0,36718,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(97032,'Fan Heaters',4,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97033,'Electric Heaters',4,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97034,'Gas Heater',5,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97035,'Other Boilers',2,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97036,'Electrical Equipment',3,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97037,'Electrical Leads',3,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97038,'Portable Equipment',3,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97039,'Portable Lighting',2,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97040,'Cooking Equipment',6,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97041,'Other',20,0,36727,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97042,'Wood/Paper/Cardboard etc',3,0,36729,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97043,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,36729,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97044,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,36729,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97045,'Waste Material Controlled -in locked wheely bin or store',2,0,36729,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97046,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,36729,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97047,'Other',20,0,36729,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97048,'Yes. There is a certificate within the last 6 months.',0,0,36732,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97049,'The certificate was issued within the last 12 months.',2,0,36732,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97050,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,36732,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97051,'N/A',0,0,36732,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97052,'Other',20,0,36732,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97053,'Yes. Certification within 6 months',0,0,36734,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97054,'Yes. Certification within 12 months',2,0,36734,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97055,'No certification. (Recommend testing by fire safety specialist)',5,0,36734,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97056,'N/A',0,0,36734,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97057,'Other',20,0,36734,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97058,'Yes. Service and test certification is within 12 months',0,0,36735,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97059,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,36735,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97060,'N/A',0,0,36735,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97061,'Other',20,0,36735,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97062,'Yes. The EICR test certification is complete within last 5 years',0,0,36737,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97063,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,36737,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97064,'N/A',0,0,36737,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97065,'Other',20,0,36737,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97066,'Yes',0,0,36739,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97067,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,36739,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97068,'N/A',0,0,36739,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97069,'Other',20,0,36739,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97070,'Yes',0,0,36741,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97071,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,36741,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97072,'N/A',0,0,36741,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97073,'Other',20,0,36741,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97074,'Yes',0,0,36743,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97075,'No. There are hot working areas but no fire blankets are present.',5,0,36743,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97076,'N/A',0,0,36743,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97077,'Other',20,0,36743,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97078,'Yes. They are provided and ready to use located in a communal area.',0,0,36745,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97079,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,36745,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97080,'N/A',0,0,36745,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97081,'Other',20,0,36745,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97082,'Yes',2,0,36746,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97083,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,36746,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97084,'The property does not have a gas connection.',0,0,36746,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97085,'N/A',0,0,36746,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97086,'Yes. Assembly points are clearly marked.',0,0,36747,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97087,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,36747,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97088,'NA',0,0,36747,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97089,'Other',20,0,36747,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97090,'Yes',0,0,36748,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97091,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,36748,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97092,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,36748,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97093,'N/A',0,0,36748,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97094,'Other',20,0,36748,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97095,'Yes',0,0,36749,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97096,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,36749,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97097,'NA',0,0,36749,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97098,'Other',20,0,36749,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97099,'Yes. The shortest route has been put into the plan',0,0,36750,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97100,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,36750,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97101,'NA',0,0,36750,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97102,'Other',20,0,36750,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97103,'Yes. There is more than one exit available.',1,0,36751,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97104,'No. There is only one escape exit available.',0,0,36751,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97105,'Other',20,0,36751,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97106,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,36752,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97107,'No. The exits are not efficient enough for the building.',9,0,36752,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97108,'NA',0,0,36752,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97109,'Other',20,0,36752,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97110,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,36753,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97111,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,36753,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97112,'NA',0,0,36753,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97113,'Other',20,0,36753,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97114,'Yes. Escape routes are kept clear throughout the building.',0,0,36754,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97115,'No. There are obstructions on one or more escape routes.',6,0,36754,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97116,'N/A',0,0,36754,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97117,'Other',20,0,36754,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97118,'Yes',0,0,36755,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97119,'No. There is no assembly point or the assembly point is too small.',8,0,36755,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97120,'NA',0,0,36755,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97121,'Other',20,0,36755,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97122,'Evacuation only',3,0,36756,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97123,'Delayed evacuation process with 15 minute time delay',4,0,36756,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97124,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,36756,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97125,'Other',20,0,36756,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97126,'Employees',2,0,36758,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97127,'Sub-Contractors',3,0,36758,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97128,'Young Persons',4,0,36758,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97129,'Visitors',4,0,36758,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97130,'The General Public (Customers)',4,0,36758,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97131,'Disabled or Special needs People less able to leave the premises quickly',7,0,36758,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(97132,'Occupants in Remote Areas',6,0,36758,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97133,'Sleeping Occupants',7,0,36758,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97134,'Neighbouring Premises',2,0,36758,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97135,'Tenants / Owners',3,0,36758,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97136,'Animals / Livestock',2,0,36758,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97137,'Other',0,0,36758,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97138,'9:00 - 17:00',0,0,36761,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97139,'17:00 - 24:00',0,0,36761,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97140,'24:00 - 9:00',0,0,36761,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97141,'9:00 - 17:00',0,0,36762,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97142,'17:00 - 24:00',0,0,36762,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97143,'24:00 - 9:00',0,0,36762,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97144,'9:00 - 17:00',0,0,36763,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97145,'17:00 - 24:00',0,0,36763,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97146,'24:00 - 9:00',0,0,36763,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97147,'9:00 - 17:00',0,0,36764,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97148,'17:00 - 24:00',0,0,36764,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97149,'24:00 - 9:00',0,0,36764,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97150,'9:00 - 17:00',0,0,36765,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97151,'17:00 - 24:00',0,0,36765,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97152,'24:00 - 9:00',0,0,36765,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97153,'9:00 - 17:00',0,0,36766,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97154,'17:00 - 24:00',0,0,36766,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97155,'24:00 - 9:00',0,0,36766,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97156,'9:00 - 17:00',0,0,36767,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97157,'17:00 - 24:00',0,0,36767,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97158,'24:00 - 9:00',0,0,36767,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97159,'Below 20',1,0,36768,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97160,'20-49',2,0,36768,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97161,'50-99',2,0,36768,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97162,'100-499',3,0,36768,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97163,'500-999',4,0,36768,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97164,'1000',5,0,36768,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97165,'Single Stage Evacuation',0,0,36769,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97166,'Staged Evacuation',0,0,36769,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97167,'Simultaneous Evacuation',0,0,36769,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97168,'Phased Evacuation',0,0,36769,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97169,'Staff Alarm Only',0,0,36769,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97170,'Stay Put Policy',0,0,36769,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97171,'Yes. A responsible person has been nominated.',0,0,36770,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97172,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,36770,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97173,'Other',20,0,36770,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97174,'N/A',0,0,36770,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97175,'Yes. A competent person is available to assist in fire safety measures.',0,0,36771,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97176,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,36771,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97177,'Other',20,0,36771,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97178,'N/A',0,0,36771,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97179,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,36772,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97180,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,36772,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97181,'Other',20,0,36772,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97182,'N/A',0,0,36772,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97183,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,36774,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97184,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,36774,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97185,'Other',20,0,36774,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97186,'N/A',0,0,36774,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97187,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,36776,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97188,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,36776,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97189,'Other',20,0,36776,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97190,'N/A',0,0,36776,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97191,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,36777,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97192,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,36777,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97193,'Other',20,0,36777,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97194,'N/A',0,0,36777,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97195,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,36778,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97196,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,36778,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97197,'Other',20,0,36778,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97198,'N/A',0,0,36778,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97199,'Yes. The plan is readily available.',0,0,36780,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97200,'No. The plan is not available.',3,0,36780,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97201,'Other',20,0,36780,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97202,'N/A',0,0,36780,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97203,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,36781,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97204,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,36781,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97205,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,36781,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97206,'Other',20,0,36781,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97207,'N/A',0,0,36781,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97208,'Yes. There are suitable arrangements in place to prevent danger.',0,0,36782,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97209,'No. There are not suitable arrangements in place to prevent danger..',4,0,36782,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97210,'Other',20,0,36782,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97211,'N/A',0,0,36782,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97212,'Yes. The company has a full evacuation system in place.',0,0,36783,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97213,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,36783,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97214,'Other',20,0,36783,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97215,'N/A',0,0,36783,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97216,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,36784,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97217,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,36784,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97218,'Other',20,0,36784,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97219,'N/A',0,0,36784,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97220,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,36785,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97221,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,36785,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97222,'Other',20,0,36785,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97223,'N/A',0,0,36785,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97224,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,36786,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97225,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,36786,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97226,'Other',20,0,36786,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97227,'N/A',0,0,36786,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97228,'Yes. They do consider other organisation within the building.',0,0,36787,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97229,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,36787,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97230,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,36787,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97231,'Other',20,0,36787,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97232,'N/A',0,0,36787,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97233,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,36788,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97234,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,36788,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97235,'Other',20,0,36788,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97236,'N/A',0,0,36788,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97237,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,36791,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97238,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,36791,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97239,'No. There is no fire risk logbook.',5,0,36791,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97240,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,36792,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97241,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,36792,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97242,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,36792,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97243,'N/A',0,0,36792,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97244,'Other',20,0,36792,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97245,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,36794,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97246,'Yes. They are installed, and signs are displayed.',0,0,36794,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97247,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,36794,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97248,'N/A',0,0,36794,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97249,'Other',20,0,36794,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97250,'Yes, they are in good condition & positioned correctly.',0,0,36796,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97251,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,36796,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97252,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,36796,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97253,'Other',20,0,36796,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97254,'N/A',0,0,36796,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97255,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,36797,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97256,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,36797,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97257,'Other',20,0,36797,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97258,'N/A',0,0,36797,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97259,'Yes. There is suitable Emergency lighting in the building.',0,0,36798,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97260,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,36798,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97261,'Other',20,0,36798,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97262,'N/A',0,0,36798,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97263,'Yes. They are in good condition with no obstructions.',0,0,36799,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97264,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,36799,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97265,'Other',20,0,36799,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97266,'N/A',0,0,36799,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97267,'Yes. User checks are recorded into the fire risk logbook.',0,0,36801,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97268,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,36801,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97269,'Other',20,0,36801,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97270,'N/A',0,0,36801,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97271,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,36802,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97272,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,36802,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97273,'Other',20,0,36802,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97274,'N/A',0,0,36802,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97275,'Yes. Once per year.',1,0,36804,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97276,'Yes. Twice per year.',0,0,36804,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97277,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,36804,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97278,'Other',20,0,36804,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97279,'Yes. The fire risk assessment is reviewed annually.',0,0,36805,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97280,'No. (Recommend immediate update to ensure compliance.)',5,0,36805,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97281,'NA',5,0,36805,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97282,'Other',20,0,36805,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97283,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,36806,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97284,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,36806,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97285,'N/A',0,0,36806,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97286,'Other',20,0,36806,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97287,'Yes. Training has been provided',0,0,36807,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97288,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,36807,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97289,'Other',20,0,36807,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97290,'N/A',0,0,36807,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97291,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,36808,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97292,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,36808,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97293,'NA',0,0,36808,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97294,'Other',20,0,36808,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97295,'Yes. Training has been documented on induction.',0,0,36809,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97296,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,36809,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97297,'NA',0,0,36809,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97298,'Other',20,0,36809,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97299,'Yes. This is part of the fire training program and fire warden duties.',0,0,36810,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97300,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,36810,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97301,'NA',0,0,36810,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97302,'Other',20,0,36810,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97303,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,36811,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97304,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,36811,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97305,'Other',20,0,36811,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97306,'N/A',0,0,36811,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97307,'Yes. Fire wardens receive refresher training regularly.',0,0,36812,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97308,'No',5,0,36812,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97309,'N/A',0,0,36812,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97310,'Other',20,0,36812,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97311,'Other',20,0,36812,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97312,'Detached',1,0,36813,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97313,'Semi Detached',2,0,36813,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97314,'Terraced',3,0,36813,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97315,'Linked-Terraced',1,0,36813,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97316,'End Terraced',2,0,36813,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97317,'Other',20,0,36813,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97318,'House',1,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97319,'Bungalow',1,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97320,'Maisonette',3,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97321,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97322,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97323,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97324,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97325,'Underground Property',1,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97326,'Factory / Warehouse',3,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97327,'Garage / Workshop',3,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97328,'Retail Shop',2,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97329,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97330,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97331,'Other',20,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97332,'Other',20,0,36814,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97333,'N/A',0,0,36819,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97334,'Number of staircase',0,0,36819,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97335,'25%',1,0,36831,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97336,'50%',1,0,36831,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97337,'75%',1,0,36831,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97338,'100%',1,0,36831,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97339,'Other',20,0,36831,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97340,'Yes',1,0,36833,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97341,'No',3,0,36833,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97342,'Unknown',3,0,36833,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97343,'Stone',0,0,36833,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97344,'Other',20,0,36833,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97345,'Yes',1,0,36834,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97346,'No',5,0,36834,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97347,'Unknown',5,0,36834,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97348,'Stone',0,0,36834,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97349,'Other',20,0,36834,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97350,'Wood',2,0,36835,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97351,'Plastics',1,0,36835,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97352,'Aluminium',0,0,36835,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97353,'Stone',0,0,36835,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97354,'Other',20,0,36835,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97355,'0%',0,0,36837,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97356,'25%',1,0,36837,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97357,'50%',1,0,36837,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97358,'75%',1,0,36837,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97359,'100%',1,0,36837,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97360,'0%',0,0,36838,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97361,'25%',2,0,36838,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97362,'50%',2,0,36838,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97363,'75%',2,0,36838,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97364,'100%',2,0,36838,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97365,'0%',0,0,36839,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97366,'25%',1,0,36839,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97367,'50%',1,0,36839,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97368,'75%',1,0,36839,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97369,'100%',1,0,36839,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97370,'Solid concrete flooring on all levels',0,0,36840,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97371,'Timber joists on all levels',3,0,36840,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97372,'Concrete lowest floor – Timber above higher levels',3,0,36840,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97373,'Other',20,0,36840,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97374,'Yes',1,0,36843,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97375,'No',6,0,36843,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97376,'N/A',0,0,36843,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97377,'Yes',2,0,36845,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97378,'No',8,0,36845,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97379,'N/A',0,0,36845,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97380,'Yes',1,0,36847,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97381,'No',6,0,36847,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97382,'N/A',0,0,36847,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97383,'Yes',1,0,36849,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97384,'No',6,0,36849,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97385,'N/A',0,0,36849,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97386,'Yes',1,0,36851,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97387,'No',6,0,36851,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97388,'N/A',0,0,36851,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97389,'0%',1,0,36857,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97390,'1% - 25%',1,0,36857,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97391,'26% - 50%',1,0,36857,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97392,'51% - 75%',1,0,36857,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97393,'76% - 100%',1,0,36857,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97394,'0%',1,0,36858,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97395,'1% - 25%',1,0,36858,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97396,'26% - 50%',1,0,36858,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97397,'51% - 75%',1,0,36858,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97398,'76% - 100%',1,0,36858,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97399,'0%',1,0,36859,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97400,'1% - 25%',1,0,36859,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97401,'26% - 50%',1,0,36859,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97402,'51% - 75%',1,0,36859,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97403,'76% - 100%',1,0,36859,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97404,'0%',1,0,36861,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97405,'1% - 25%',1,0,36861,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97406,'26% - 50%',1,0,36861,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97407,'51% - 75%',1,0,36861,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97408,'76% - 100%',1,0,36861,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97409,'0%',1,0,36862,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97410,'1% - 25%',1,0,36862,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97411,'26% - 50%',1,0,36862,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97412,'51% - 75%',1,0,36862,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97413,'76% - 100%',1,0,36862,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97414,'0%',1,0,36863,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97415,'1% - 25%',1,0,36863,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97416,'26% - 50%',1,0,36863,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97417,'51% - 75%',1,0,36863,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97418,'76% - 100%',1,0,36863,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97419,'0%',1,0,36865,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97420,'1% - 25%',1,0,36865,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97421,'26% - 50%',1,0,36865,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97422,'51% - 75%',1,0,36865,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97423,'76% - 100%',1,0,36865,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97424,'0%',1,0,36866,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97425,'1% - 25%',1,0,36866,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97426,'26% - 50%',1,0,36866,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97427,'51% - 75%',1,0,36866,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97428,'76% - 100%',1,0,36866,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97429,'0%',1,0,36867,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97430,'1% - 25%',1,0,36867,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97431,'26% - 50%',1,0,36867,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97432,'51% - 75%',1,0,36867,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97433,'76% - 100%',1,0,36867,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97434,'Very Good',0,0,36868,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97435,'Good',1,0,36868,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97436,'Fair',2,0,36868,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97437,'Poor',3,0,36868,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97438,'Very Poor',4,0,36868,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97439,'0%',1,0,36870,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97440,'1% - 25%',1,0,36870,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97441,'26% - 50%',1,0,36870,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97442,'51% - 75%',1,0,36870,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97443,'76% - 100%',1,0,36870,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97444,'0%',1,0,36871,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97445,'1% - 25%',1,0,36871,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97446,'26% - 50%',1,0,36871,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97447,'51% - 75%',1,0,36871,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97448,'76% - 100%',1,0,36871,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97449,'0%',1,0,36872,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97450,'1% - 25%',1,0,36872,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97451,'26% - 50%',1,0,36872,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97452,'51% - 75%',1,0,36872,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97453,'76% - 100%',1,0,36872,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97454,'0%',1,0,36874,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97455,'1% - 25%',1,0,36874,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97456,'26% - 50%',1,0,36874,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97457,'51% - 75%',1,0,36874,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97458,'76% - 100%',1,0,36874,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97459,'0%',1,0,36875,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97460,'1% - 25%',1,0,36875,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97461,'26% - 50%',1,0,36875,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97462,'51% - 75%',1,0,36875,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97463,'76% - 100%',1,0,36875,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97464,'0%',1,0,36876,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97465,'1% - 25%',1,0,36876,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97466,'26% - 50%',1,0,36876,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97467,'51% - 75%',1,0,36876,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97468,'76% - 100%',1,0,36876,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97469,'0%',1,0,36878,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97470,'1% - 25%',1,0,36878,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97471,'26% - 50%',1,0,36878,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97472,'51% - 75%',1,0,36878,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97473,'76% - 100%',1,0,36878,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97474,'0%',1,0,36879,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97475,'1% - 25%',1,0,36879,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97476,'26% - 50%',1,0,36879,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97477,'51% - 75%',1,0,36879,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97478,'76% - 100%',1,0,36879,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97479,'0%',1,0,36880,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97480,'1% - 25%',1,0,36880,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97481,'26% - 50%',1,0,36880,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97482,'51% - 75%',1,0,36880,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97483,'76% - 100%',1,0,36880,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97484,'0%',1,0,36882,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97485,'1% - 25%',1,0,36882,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97486,'26% - 50%',1,0,36882,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97487,'51% - 75%',1,0,36882,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97488,'76% - 100%',1,0,36882,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97489,'0%',1,0,36883,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97490,'1% - 25%',1,0,36883,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97491,'26% - 50%',1,0,36883,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97492,'51% - 75%',1,0,36883,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97493,'76% - 100%',1,0,36883,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97494,'0%',1,0,36884,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97495,'1% - 25%',1,0,36884,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97496,'26% - 50%',1,0,36884,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97497,'51% - 75%',1,0,36884,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97498,'76% - 100%',1,0,36884,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97499,'0%',1,0,36886,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97500,'1% - 25%',1,0,36886,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97501,'26% - 50%',1,0,36886,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97502,'51% - 75%',1,0,36886,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97503,'76% - 100%',1,0,36886,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97504,'0%',1,0,36887,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97505,'1% - 25%',1,0,36887,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97506,'26% - 50%',1,0,36887,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97507,'51% - 75%',1,0,36887,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97508,'76% - 100%',1,0,36887,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97509,'0%',1,0,36888,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97510,'1% - 25%',1,0,36888,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97511,'26% - 50%',1,0,36888,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97512,'51% - 75%',1,0,36888,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97513,'76% - 100%',1,0,36888,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97514,'0%',5,0,36890,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97515,'1% - 25%',4,0,36890,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97516,'26% - 50%',3,0,36890,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97517,'51% - 75%',2,0,36890,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97518,'76% - 100%',1,0,36890,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97519,'0%',1,0,36891,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97520,'1% - 25%',1,0,36891,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97521,'26% - 50%',1,0,36891,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97522,'51% - 75%',1,0,36891,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97523,'76% - 100%',1,0,36891,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97524,'0%',1,0,36892,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97525,'1% - 25%',1,0,36892,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97526,'26% - 50%',1,0,36892,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97527,'51% - 75%',1,0,36892,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97528,'76% - 100%',1,0,36892,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97529,'Director',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97530,'Owner / Landlord',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97531,'Site Manager',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97532,'Estate Agent',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97533,'Letting Agent',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97534,'Director',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97535,'CEO',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97536,'Fire Warden / Supervisor',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97537,'Fire Risk Assessor',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97538,'Other',0,0,36900,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97539,'Nebosh',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97540,'Level 2 Fire Risk Assessor',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97541,'Competant Person',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97542,'Property Manager',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97543,'Construction Manager',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97544,'Fire Warden / Fire Marshall',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97545,'Director',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97546,'CEO',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97547,'N/A',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97548,'Other',0,0,36901,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(97549,'Fan Heaters',4,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97550,'Electric Heaters',4,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97551,'Gas Heater',5,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97552,'Other Boilers',2,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97553,'Electrical Equipment',3,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97554,'Electrical Leads',3,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97555,'Portable Equipment',3,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97556,'Portable Lighting',2,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97557,'Cooking Equipment',6,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97558,'Other',20,0,36913,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97559,'Wood/Paper/Cardboard etc',3,0,36915,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97560,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,36915,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97561,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,36915,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97562,'Waste Material Controlled -in locked wheely bin or store',2,0,36915,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97563,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,36915,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97564,'Other',20,0,36915,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97565,'Yes. There is a certificate within the last 6 months.',0,0,36918,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97566,'The certificate was issued within the last 12 months.',2,0,36918,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97567,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,36918,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97568,'N/A',0,0,36918,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97569,'Other',20,0,36918,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97570,'Yes. Certification within 6 months',0,0,36920,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97571,'Yes. Certification within 12 months',2,0,36920,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97572,'No certification. (Recommend testing by fire safety specialist)',5,0,36920,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97573,'N/A',0,0,36920,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97574,'Other',20,0,36920,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97575,'Yes. Service and test certification is within 12 months',0,0,36921,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97576,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,36921,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97577,'N/A',0,0,36921,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97578,'Other',20,0,36921,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97579,'Yes. The EICR test certification is complete within last 5 years',0,0,36923,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97580,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,36923,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97581,'N/A',0,0,36923,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97582,'Other',20,0,36923,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97583,'Yes',0,0,36925,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97584,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,36925,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97585,'N/A',0,0,36925,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97586,'Other',20,0,36925,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97587,'Yes',0,0,36927,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97588,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,36927,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97589,'N/A',0,0,36927,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97590,'Other',20,0,36927,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97591,'Yes',0,0,36929,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97592,'No. There are hot working areas but no fire blankets are present.',5,0,36929,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97593,'N/A',0,0,36929,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97594,'Other',20,0,36929,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97595,'Yes. They are provided and ready to use located in a communal area.',0,0,36931,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97596,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,36931,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97597,'N/A',0,0,36931,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97598,'Other',20,0,36931,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97599,'Yes',2,0,36932,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97600,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,36932,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97601,'The property does not have a gas connection.',0,0,36932,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97602,'N/A',0,0,36932,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97603,'Yes. Assembly points are clearly marked.',0,0,36933,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97604,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,36933,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97605,'NA',0,0,36933,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97606,'Other',20,0,36933,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97607,'Yes',0,0,36934,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97608,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,36934,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97609,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,36934,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97610,'N/A',0,0,36934,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97611,'Other',20,0,36934,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97612,'Yes',0,0,36935,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97613,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,36935,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97614,'NA',0,0,36935,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97615,'Other',20,0,36935,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97616,'Yes. The shortest route has been put into the plan',0,0,36936,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97617,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,36936,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97618,'NA',0,0,36936,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97619,'Other',20,0,36936,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97620,'Yes. There is more than one exit available.',1,0,36937,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97621,'No. There is only one escape exit available.',0,0,36937,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97622,'Other',20,0,36937,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97623,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,36938,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97624,'No. The exits are not efficient enough for the building.',9,0,36938,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97625,'NA',0,0,36938,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97626,'Other',20,0,36938,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97627,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,36939,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97628,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,36939,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97629,'NA',0,0,36939,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97630,'Other',20,0,36939,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97631,'Yes. Escape routes are kept clear throughout the building.',0,0,36940,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97632,'No. There are obstructions on one or more escape routes.',6,0,36940,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97633,'N/A',0,0,36940,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97634,'Other',20,0,36940,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97635,'Yes',0,0,36941,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97636,'No. There is no assembly point or the assembly point is too small.',8,0,36941,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97637,'NA',0,0,36941,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97638,'Other',20,0,36941,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97639,'Evacuation only',3,0,36942,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97640,'Delayed evacuation process with 15 minute time delay',4,0,36942,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97641,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,36942,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97642,'Other',20,0,36942,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97643,'Employees',2,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97644,'Sub-Contractors',3,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97645,'Young Persons',4,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97646,'Visitors',4,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97647,'The General Public (Customers)',4,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97648,'Disabled or Special needs People less able to leave the premises quickly',7,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97649,'Occupants in Remote Areas',6,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97650,'Sleeping Occupants',7,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97651,'Neighbouring Premises',2,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97652,'Tenants / Owners',3,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97653,'Animals / Livestock',2,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97654,'Other',0,0,36944,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97655,'9:00 - 17:00',0,0,36947,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97656,'17:00 - 24:00',0,0,36947,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97657,'24:00 - 9:00',0,0,36947,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97658,'9:00 - 17:00',0,0,36948,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97659,'17:00 - 24:00',0,0,36948,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97660,'24:00 - 9:00',0,0,36948,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97661,'9:00 - 17:00',0,0,36949,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97662,'17:00 - 24:00',0,0,36949,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97663,'24:00 - 9:00',0,0,36949,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97664,'9:00 - 17:00',0,0,36950,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97665,'17:00 - 24:00',0,0,36950,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97666,'24:00 - 9:00',0,0,36950,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97667,'9:00 - 17:00',0,0,36951,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97668,'17:00 - 24:00',0,0,36951,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97669,'24:00 - 9:00',0,0,36951,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97670,'9:00 - 17:00',0,0,36952,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97671,'17:00 - 24:00',0,0,36952,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97672,'24:00 - 9:00',0,0,36952,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97673,'9:00 - 17:00',0,0,36953,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97674,'17:00 - 24:00',0,0,36953,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97675,'24:00 - 9:00',0,0,36953,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97676,'Below 20',1,0,36954,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97677,'20-49',2,0,36954,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97678,'50-99',2,0,36954,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97679,'100-499',3,0,36954,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97680,'500-999',4,0,36954,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97681,'1000',5,0,36954,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97682,'Single Stage Evacuation',0,0,36955,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97683,'Staged Evacuation',0,0,36955,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97684,'Simultaneous Evacuation',0,0,36955,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97685,'Phased Evacuation',0,0,36955,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97686,'Staff Alarm Only',0,0,36955,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97687,'Stay Put Policy',0,0,36955,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97688,'Yes. A responsible person has been nominated.',0,0,36956,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97689,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,36956,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97690,'Other',20,0,36956,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97691,'N/A',0,0,36956,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97692,'Yes. A competent person is available to assist in fire safety measures.',0,0,36957,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97693,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,36957,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97694,'Other',20,0,36957,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97695,'N/A',0,0,36957,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97696,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,36958,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(97697,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,36958,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97698,'Other',20,0,36958,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97699,'N/A',0,0,36958,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97700,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,36960,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97701,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,36960,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97702,'Other',20,0,36960,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97703,'N/A',0,0,36960,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97704,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,36962,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97705,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,36962,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97706,'Other',20,0,36962,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97707,'N/A',0,0,36962,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97708,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,36963,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97709,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,36963,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97710,'Other',20,0,36963,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97711,'N/A',0,0,36963,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97712,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,36964,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97713,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,36964,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97714,'Other',20,0,36964,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97715,'N/A',0,0,36964,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97716,'Yes. The plan is readily available.',0,0,36966,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97717,'No. The plan is not available.',3,0,36966,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97718,'Other',20,0,36966,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97719,'N/A',0,0,36966,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97720,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,36967,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97721,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,36967,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97722,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,36967,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97723,'Other',20,0,36967,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97724,'N/A',0,0,36967,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97725,'Yes. There are suitable arrangements in place to prevent danger.',0,0,36968,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97726,'No. There are not suitable arrangements in place to prevent danger..',4,0,36968,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97727,'Other',20,0,36968,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97728,'N/A',0,0,36968,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97729,'Yes. The company has a full evacuation system in place.',0,0,36969,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97730,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,36969,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97731,'Other',20,0,36969,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97732,'N/A',0,0,36969,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97733,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,36970,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97734,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,36970,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97735,'Other',20,0,36970,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97736,'N/A',0,0,36970,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97737,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,36971,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97738,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,36971,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97739,'Other',20,0,36971,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97740,'N/A',0,0,36971,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97741,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,36972,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97742,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,36972,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97743,'Other',20,0,36972,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97744,'N/A',0,0,36972,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97745,'Yes. They do consider other organisation within the building.',0,0,36973,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97746,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,36973,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97747,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,36973,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97748,'Other',20,0,36973,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97749,'N/A',0,0,36973,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97750,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,36974,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97751,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,36974,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97752,'Other',20,0,36974,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97753,'N/A',0,0,36974,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97754,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,36977,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97755,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,36977,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97756,'No. There is no fire risk logbook.',5,0,36977,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97757,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,36978,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97758,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,36978,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97759,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,36978,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97760,'N/A',0,0,36978,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97761,'Other',20,0,36978,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97762,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,36980,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97763,'Yes. They are installed, and signs are displayed.',0,0,36980,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97764,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,36980,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97765,'N/A',0,0,36980,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97766,'Other',20,0,36980,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97767,'Yes, they are in good condition & positioned correctly.',0,0,36982,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97768,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,36982,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97769,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,36982,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97770,'Other',20,0,36982,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97771,'N/A',0,0,36982,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97772,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,36983,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97773,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,36983,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97774,'Other',20,0,36983,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97775,'N/A',0,0,36983,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97776,'Yes. There is suitable Emergency lighting in the building.',0,0,36984,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97777,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,36984,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97778,'Other',20,0,36984,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97779,'N/A',0,0,36984,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97780,'Yes. They are in good condition with no obstructions.',0,0,36985,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97781,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,36985,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97782,'Other',20,0,36985,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97783,'N/A',0,0,36985,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97784,'Yes. User checks are recorded into the fire risk logbook.',0,0,36987,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97785,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,36987,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97786,'Other',20,0,36987,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97787,'N/A',0,0,36987,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97788,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,36988,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97789,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,36988,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97790,'Other',20,0,36988,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97791,'N/A',0,0,36988,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97792,'Yes. Once per year.',1,0,36990,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97793,'Yes. Twice per year.',0,0,36990,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97794,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,36990,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97795,'Other',20,0,36990,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97796,'Yes. The fire risk assessment is reviewed annually.',0,0,36991,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97797,'No. (Recommend immediate update to ensure compliance.)',5,0,36991,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97798,'NA',5,0,36991,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97799,'Other',20,0,36991,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97800,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,36992,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97801,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,36992,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97802,'N/A',0,0,36992,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97803,'Other',20,0,36992,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97804,'Yes. Training has been provided',0,0,36993,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97805,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,36993,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97806,'Other',20,0,36993,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97807,'N/A',0,0,36993,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97808,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,36994,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97809,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,36994,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97810,'NA',0,0,36994,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97811,'Other',20,0,36994,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97812,'Yes. Training has been documented on induction.',0,0,36995,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97813,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,36995,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97814,'NA',0,0,36995,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97815,'Other',20,0,36995,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97816,'Yes. This is part of the fire training program and fire warden duties.',0,0,36996,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97817,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,36996,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97818,'NA',0,0,36996,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97819,'Other',20,0,36996,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97820,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,36997,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97821,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,36997,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97822,'Other',20,0,36997,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97823,'N/A',0,0,36997,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97824,'Yes. Fire wardens receive refresher training regularly.',0,0,36998,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97825,'No',5,0,36998,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97826,'N/A',0,0,36998,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97827,'Other',20,0,36998,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97828,'Other',20,0,36998,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97829,'Detached',1,0,36999,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97830,'Semi Detached',2,0,36999,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97831,'Terraced',3,0,36999,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97832,'Linked-Terraced',1,0,36999,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97833,'End Terraced',2,0,36999,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97834,'Other',20,0,36999,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97835,'House',1,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97836,'Bungalow',1,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97837,'Maisonette',3,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97838,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97839,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97840,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97841,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97842,'Underground Property',1,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97843,'Factory / Warehouse',3,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97844,'Garage / Workshop',3,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97845,'Retail Shop',2,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97846,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97847,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97848,'Other',20,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97849,'Other',20,0,37000,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97850,'N/A',0,0,37005,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97851,'Number of staircase',0,0,37005,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97852,'25%',1,0,37017,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97853,'50%',1,0,37017,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97854,'75%',1,0,37017,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97855,'100%',1,0,37017,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97856,'Other',20,0,37017,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97857,'Yes',1,0,37019,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97858,'No',3,0,37019,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97859,'Unknown',3,0,37019,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97860,'Stone',0,0,37019,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97861,'Other',20,0,37019,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97862,'Yes',1,0,37020,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97863,'No',5,0,37020,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97864,'Unknown',5,0,37020,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97865,'Stone',0,0,37020,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97866,'Other',20,0,37020,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97867,'Wood',2,0,37021,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97868,'Plastics',1,0,37021,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97869,'Aluminium',0,0,37021,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97870,'Stone',0,0,37021,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97871,'Other',20,0,37021,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97872,'0%',0,0,37023,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97873,'25%',1,0,37023,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97874,'50%',1,0,37023,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97875,'75%',1,0,37023,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97876,'100%',1,0,37023,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97877,'0%',0,0,37024,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97878,'25%',2,0,37024,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97879,'50%',2,0,37024,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97880,'75%',2,0,37024,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97881,'100%',2,0,37024,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97882,'0%',0,0,37025,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97883,'25%',1,0,37025,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97884,'50%',1,0,37025,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97885,'75%',1,0,37025,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97886,'100%',1,0,37025,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97887,'Solid concrete flooring on all levels',0,0,37026,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97888,'Timber joists on all levels',3,0,37026,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97889,'Concrete lowest floor – Timber above higher levels',3,0,37026,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97890,'Other',20,0,37026,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97891,'Yes',1,0,37029,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97892,'No',6,0,37029,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97893,'N/A',0,0,37029,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97894,'Yes',2,0,37031,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97895,'No',8,0,37031,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97896,'N/A',0,0,37031,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97897,'Yes',1,0,37033,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97898,'No',6,0,37033,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97899,'N/A',0,0,37033,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97900,'Yes',1,0,37035,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97901,'No',6,0,37035,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97902,'N/A',0,0,37035,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97903,'Yes',1,0,37037,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97904,'No',6,0,37037,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97905,'N/A',0,0,37037,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97906,'0%',1,0,37043,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97907,'1% - 25%',1,0,37043,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97908,'26% - 50%',1,0,37043,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97909,'51% - 75%',1,0,37043,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97910,'76% - 100%',1,0,37043,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97911,'0%',1,0,37044,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97912,'1% - 25%',1,0,37044,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97913,'26% - 50%',1,0,37044,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97914,'51% - 75%',1,0,37044,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97915,'76% - 100%',1,0,37044,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97916,'0%',1,0,37045,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97917,'1% - 25%',1,0,37045,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97918,'26% - 50%',1,0,37045,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97919,'51% - 75%',1,0,37045,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97920,'76% - 100%',1,0,37045,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97921,'0%',1,0,37047,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97922,'1% - 25%',1,0,37047,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97923,'26% - 50%',1,0,37047,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97924,'51% - 75%',1,0,37047,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97925,'76% - 100%',1,0,37047,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97926,'0%',1,0,37048,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97927,'1% - 25%',1,0,37048,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97928,'26% - 50%',1,0,37048,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97929,'51% - 75%',1,0,37048,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97930,'76% - 100%',1,0,37048,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97931,'0%',1,0,37049,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97932,'1% - 25%',1,0,37049,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97933,'26% - 50%',1,0,37049,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97934,'51% - 75%',1,0,37049,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97935,'76% - 100%',1,0,37049,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97936,'0%',1,0,37051,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97937,'1% - 25%',1,0,37051,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97938,'26% - 50%',1,0,37051,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97939,'51% - 75%',1,0,37051,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97940,'76% - 100%',1,0,37051,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97941,'0%',1,0,37052,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97942,'1% - 25%',1,0,37052,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97943,'26% - 50%',1,0,37052,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97944,'51% - 75%',1,0,37052,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97945,'76% - 100%',1,0,37052,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97946,'0%',1,0,37053,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97947,'1% - 25%',1,0,37053,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97948,'26% - 50%',1,0,37053,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97949,'51% - 75%',1,0,37053,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97950,'76% - 100%',1,0,37053,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97951,'Very Good',0,0,37054,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97952,'Good',1,0,37054,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97953,'Fair',2,0,37054,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97954,'Poor',3,0,37054,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97955,'Very Poor',4,0,37054,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97956,'0%',1,0,37056,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97957,'1% - 25%',1,0,37056,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97958,'26% - 50%',1,0,37056,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97959,'51% - 75%',1,0,37056,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97960,'76% - 100%',1,0,37056,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97961,'0%',1,0,37057,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97962,'1% - 25%',1,0,37057,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97963,'26% - 50%',1,0,37057,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97964,'51% - 75%',1,0,37057,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97965,'76% - 100%',1,0,37057,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97966,'0%',1,0,37058,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97967,'1% - 25%',1,0,37058,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97968,'26% - 50%',1,0,37058,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97969,'51% - 75%',1,0,37058,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97970,'76% - 100%',1,0,37058,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97971,'0%',1,0,37060,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97972,'1% - 25%',1,0,37060,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97973,'26% - 50%',1,0,37060,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97974,'51% - 75%',1,0,37060,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97975,'76% - 100%',1,0,37060,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97976,'0%',1,0,37061,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97977,'1% - 25%',1,0,37061,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97978,'26% - 50%',1,0,37061,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97979,'51% - 75%',1,0,37061,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97980,'76% - 100%',1,0,37061,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97981,'0%',1,0,37062,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97982,'1% - 25%',1,0,37062,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97983,'26% - 50%',1,0,37062,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97984,'51% - 75%',1,0,37062,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97985,'76% - 100%',1,0,37062,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97986,'0%',1,0,37064,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97987,'1% - 25%',1,0,37064,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97988,'26% - 50%',1,0,37064,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97989,'51% - 75%',1,0,37064,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97990,'76% - 100%',1,0,37064,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97991,'0%',1,0,37065,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97992,'1% - 25%',1,0,37065,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97993,'26% - 50%',1,0,37065,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97994,'51% - 75%',1,0,37065,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97995,'76% - 100%',1,0,37065,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97996,'0%',1,0,37066,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97997,'1% - 25%',1,0,37066,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97998,'26% - 50%',1,0,37066,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(97999,'51% - 75%',1,0,37066,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98000,'76% - 100%',1,0,37066,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98001,'0%',1,0,37068,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98002,'1% - 25%',1,0,37068,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98003,'26% - 50%',1,0,37068,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98004,'51% - 75%',1,0,37068,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98005,'76% - 100%',1,0,37068,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98006,'0%',1,0,37069,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98007,'1% - 25%',1,0,37069,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98008,'26% - 50%',1,0,37069,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98009,'51% - 75%',1,0,37069,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98010,'76% - 100%',1,0,37069,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98011,'0%',1,0,37070,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98012,'1% - 25%',1,0,37070,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98013,'26% - 50%',1,0,37070,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98014,'51% - 75%',1,0,37070,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98015,'76% - 100%',1,0,37070,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98016,'0%',1,0,37072,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98017,'1% - 25%',1,0,37072,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98018,'26% - 50%',1,0,37072,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98019,'51% - 75%',1,0,37072,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98020,'76% - 100%',1,0,37072,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98021,'0%',1,0,37073,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98022,'1% - 25%',1,0,37073,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98023,'26% - 50%',1,0,37073,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98024,'51% - 75%',1,0,37073,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98025,'76% - 100%',1,0,37073,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98026,'0%',1,0,37074,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98027,'1% - 25%',1,0,37074,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98028,'26% - 50%',1,0,37074,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98029,'51% - 75%',1,0,37074,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98030,'76% - 100%',1,0,37074,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98031,'0%',5,0,37076,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98032,'1% - 25%',4,0,37076,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98033,'26% - 50%',3,0,37076,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98034,'51% - 75%',2,0,37076,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98035,'76% - 100%',1,0,37076,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98036,'0%',1,0,37077,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98037,'1% - 25%',1,0,37077,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98038,'26% - 50%',1,0,37077,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98039,'51% - 75%',1,0,37077,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98040,'76% - 100%',1,0,37077,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98041,'0%',1,0,37078,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98042,'1% - 25%',1,0,37078,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98043,'26% - 50%',1,0,37078,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98044,'51% - 75%',1,0,37078,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98045,'76% - 100%',1,0,37078,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98046,'Director',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98047,'Owner / Landlord',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98048,'Site Manager',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98049,'Estate Agent',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98050,'Letting Agent',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98051,'Director',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98052,'CEO',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98053,'Fire Warden / Supervisor',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98054,'Fire Risk Assessor',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98055,'Other',0,0,37086,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98056,'Nebosh',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98057,'Level 2 Fire Risk Assessor',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98058,'Competant Person',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98059,'Property Manager',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98060,'Construction Manager',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98061,'Fire Warden / Fire Marshall',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98062,'Director',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98063,'CEO',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98064,'N/A',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98065,'Other',0,0,37087,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(98066,'Fan Heaters',4,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98067,'Electric Heaters',4,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98068,'Gas Heater',5,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98069,'Other Boilers',2,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98070,'Electrical Equipment',3,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98071,'Electrical Leads',3,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98072,'Portable Equipment',3,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98073,'Portable Lighting',2,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98074,'Cooking Equipment',6,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98075,'Other',20,0,37099,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98076,'Wood/Paper/Cardboard etc',3,0,37101,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98077,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,37101,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98078,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,37101,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98079,'Waste Material Controlled -in locked wheely bin or store',2,0,37101,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98080,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,37101,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98081,'Other',20,0,37101,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98082,'Yes. There is a certificate within the last 6 months.',0,0,37104,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98083,'The certificate was issued within the last 12 months.',2,0,37104,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98084,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,37104,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98085,'N/A',0,0,37104,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98086,'Other',20,0,37104,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98087,'Yes. Certification within 6 months',0,0,37106,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98088,'Yes. Certification within 12 months',2,0,37106,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98089,'No certification. (Recommend testing by fire safety specialist)',5,0,37106,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98090,'N/A',0,0,37106,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98091,'Other',20,0,37106,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98092,'Yes. Service and test certification is within 12 months',0,0,37107,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98093,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,37107,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98094,'N/A',0,0,37107,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98095,'Other',20,0,37107,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98096,'Yes. The EICR test certification is complete within last 5 years',0,0,37109,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98097,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,37109,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98098,'N/A',0,0,37109,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98099,'Other',20,0,37109,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98100,'Yes',0,0,37111,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98101,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,37111,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98102,'N/A',0,0,37111,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98103,'Other',20,0,37111,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98104,'Yes',0,0,37113,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98105,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,37113,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98106,'N/A',0,0,37113,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98107,'Other',20,0,37113,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98108,'Yes',0,0,37115,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98109,'No. There are hot working areas but no fire blankets are present.',5,0,37115,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98110,'N/A',0,0,37115,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98111,'Other',20,0,37115,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98112,'Yes. They are provided and ready to use located in a communal area.',0,0,37117,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98113,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,37117,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98114,'N/A',0,0,37117,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98115,'Other',20,0,37117,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98116,'Yes',2,0,37118,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98117,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,37118,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98118,'The property does not have a gas connection.',0,0,37118,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98119,'N/A',0,0,37118,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98120,'Yes. Assembly points are clearly marked.',0,0,37119,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98121,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,37119,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98122,'NA',0,0,37119,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98123,'Other',20,0,37119,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98124,'Yes',0,0,37120,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98125,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,37120,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98126,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,37120,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98127,'N/A',0,0,37120,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98128,'Other',20,0,37120,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98129,'Yes',0,0,37121,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98130,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,37121,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98131,'NA',0,0,37121,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98132,'Other',20,0,37121,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98133,'Yes. The shortest route has been put into the plan',0,0,37122,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98134,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,37122,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98135,'NA',0,0,37122,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98136,'Other',20,0,37122,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98137,'Yes. There is more than one exit available.',1,0,37123,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98138,'No. There is only one escape exit available.',0,0,37123,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98139,'Other',20,0,37123,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98140,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,37124,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98141,'No. The exits are not efficient enough for the building.',9,0,37124,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98142,'NA',0,0,37124,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98143,'Other',20,0,37124,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98144,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,37125,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98145,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,37125,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98146,'NA',0,0,37125,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98147,'Other',20,0,37125,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98148,'Yes. Escape routes are kept clear throughout the building.',0,0,37126,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98149,'No. There are obstructions on one or more escape routes.',6,0,37126,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98150,'N/A',0,0,37126,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98151,'Other',20,0,37126,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98152,'Yes',0,0,37127,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98153,'No. There is no assembly point or the assembly point is too small.',8,0,37127,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98154,'NA',0,0,37127,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98155,'Other',20,0,37127,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98156,'Evacuation only',3,0,37128,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98157,'Delayed evacuation process with 15 minute time delay',4,0,37128,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98158,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,37128,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98159,'Other',20,0,37128,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98160,'Employees',2,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98161,'Sub-Contractors',3,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98162,'Young Persons',4,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98163,'Visitors',4,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98164,'The General Public (Customers)',4,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98165,'Disabled or Special needs People less able to leave the premises quickly',7,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98166,'Occupants in Remote Areas',6,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98167,'Sleeping Occupants',7,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98168,'Neighbouring Premises',2,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98169,'Tenants / Owners',3,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98170,'Animals / Livestock',2,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98171,'Other',0,0,37130,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98172,'9:00 - 17:00',0,0,37133,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98173,'17:00 - 24:00',0,0,37133,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98174,'24:00 - 9:00',0,0,37133,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98175,'9:00 - 17:00',0,0,37134,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98176,'17:00 - 24:00',0,0,37134,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98177,'24:00 - 9:00',0,0,37134,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98178,'9:00 - 17:00',0,0,37135,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98179,'17:00 - 24:00',0,0,37135,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98180,'24:00 - 9:00',0,0,37135,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98181,'9:00 - 17:00',0,0,37136,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98182,'17:00 - 24:00',0,0,37136,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98183,'24:00 - 9:00',0,0,37136,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98184,'9:00 - 17:00',0,0,37137,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98185,'17:00 - 24:00',0,0,37137,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98186,'24:00 - 9:00',0,0,37137,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98187,'9:00 - 17:00',0,0,37138,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98188,'17:00 - 24:00',0,0,37138,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98189,'24:00 - 9:00',0,0,37138,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98190,'9:00 - 17:00',0,0,37139,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98191,'17:00 - 24:00',0,0,37139,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98192,'24:00 - 9:00',0,0,37139,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98193,'Below 20',1,0,37140,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98194,'20-49',2,0,37140,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98195,'50-99',2,0,37140,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98196,'100-499',3,0,37140,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98197,'500-999',4,0,37140,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98198,'1000',5,0,37140,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98199,'Single Stage Evacuation',0,0,37141,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98200,'Staged Evacuation',0,0,37141,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98201,'Simultaneous Evacuation',0,0,37141,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98202,'Phased Evacuation',0,0,37141,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98203,'Staff Alarm Only',0,0,37141,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98204,'Stay Put Policy',0,0,37141,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98205,'Yes. A responsible person has been nominated.',0,0,37142,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98206,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,37142,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98207,'Other',20,0,37142,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98208,'N/A',0,0,37142,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98209,'Yes. A competent person is available to assist in fire safety measures.',0,0,37143,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98210,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,37143,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98211,'Other',20,0,37143,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98212,'N/A',0,0,37143,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98213,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,37144,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98214,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,37144,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98215,'Other',20,0,37144,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98216,'N/A',0,0,37144,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98217,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,37146,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98218,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,37146,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98219,'Other',20,0,37146,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98220,'N/A',0,0,37146,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98221,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,37148,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98222,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,37148,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98223,'Other',20,0,37148,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98224,'N/A',0,0,37148,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98225,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,37149,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98226,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,37149,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98227,'Other',20,0,37149,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98228,'N/A',0,0,37149,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98229,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,37150,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98230,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,37150,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98231,'Other',20,0,37150,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98232,'N/A',0,0,37150,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98233,'Yes. The plan is readily available.',0,0,37152,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(98234,'No. The plan is not available.',3,0,37152,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98235,'Other',20,0,37152,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98236,'N/A',0,0,37152,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98237,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,37153,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98238,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,37153,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98239,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,37153,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98240,'Other',20,0,37153,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98241,'N/A',0,0,37153,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98242,'Yes. There are suitable arrangements in place to prevent danger.',0,0,37154,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98243,'No. There are not suitable arrangements in place to prevent danger..',4,0,37154,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98244,'Other',20,0,37154,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98245,'N/A',0,0,37154,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98246,'Yes. The company has a full evacuation system in place.',0,0,37155,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98247,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,37155,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98248,'Other',20,0,37155,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98249,'N/A',0,0,37155,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98250,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,37156,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98251,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,37156,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98252,'Other',20,0,37156,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98253,'N/A',0,0,37156,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98254,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,37157,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98255,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,37157,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98256,'Other',20,0,37157,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98257,'N/A',0,0,37157,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98258,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,37158,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98259,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,37158,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98260,'Other',20,0,37158,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98261,'N/A',0,0,37158,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98262,'Yes. They do consider other organisation within the building.',0,0,37159,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98263,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,37159,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98264,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,37159,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98265,'Other',20,0,37159,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98266,'N/A',0,0,37159,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98267,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,37160,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98268,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,37160,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98269,'Other',20,0,37160,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98270,'N/A',0,0,37160,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98271,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,37163,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98272,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,37163,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98273,'No. There is no fire risk logbook.',5,0,37163,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98274,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,37164,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98275,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,37164,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98276,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,37164,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98277,'N/A',0,0,37164,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98278,'Other',20,0,37164,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98279,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,37166,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98280,'Yes. They are installed, and signs are displayed.',0,0,37166,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98281,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,37166,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98282,'N/A',0,0,37166,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98283,'Other',20,0,37166,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98284,'Yes, they are in good condition & positioned correctly.',0,0,37168,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98285,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,37168,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98286,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,37168,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98287,'Other',20,0,37168,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98288,'N/A',0,0,37168,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98289,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,37169,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98290,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,37169,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98291,'Other',20,0,37169,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98292,'N/A',0,0,37169,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98293,'Yes. There is suitable Emergency lighting in the building.',0,0,37170,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98294,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,37170,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98295,'Other',20,0,37170,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98296,'N/A',0,0,37170,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98297,'Yes. They are in good condition with no obstructions.',0,0,37171,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98298,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,37171,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98299,'Other',20,0,37171,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98300,'N/A',0,0,37171,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98301,'Yes. User checks are recorded into the fire risk logbook.',0,0,37173,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98302,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,37173,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98303,'Other',20,0,37173,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98304,'N/A',0,0,37173,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98305,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,37174,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98306,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,37174,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98307,'Other',20,0,37174,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98308,'N/A',0,0,37174,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98309,'Yes. Once per year.',1,0,37176,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98310,'Yes. Twice per year.',0,0,37176,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98311,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,37176,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98312,'Other',20,0,37176,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98313,'Yes. The fire risk assessment is reviewed annually.',0,0,37177,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98314,'No. (Recommend immediate update to ensure compliance.)',5,0,37177,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98315,'NA',5,0,37177,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98316,'Other',20,0,37177,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98317,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,37178,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98318,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,37178,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98319,'N/A',0,0,37178,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98320,'Other',20,0,37178,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98321,'Yes. Training has been provided',0,0,37179,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98322,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,37179,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98323,'Other',20,0,37179,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98324,'N/A',0,0,37179,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98325,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,37180,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98326,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,37180,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98327,'NA',0,0,37180,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98328,'Other',20,0,37180,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98329,'Yes. Training has been documented on induction.',0,0,37181,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98330,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,37181,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98331,'NA',0,0,37181,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98332,'Other',20,0,37181,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98333,'Yes. This is part of the fire training program and fire warden duties.',0,0,37182,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98334,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,37182,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98335,'NA',0,0,37182,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98336,'Other',20,0,37182,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98337,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,37183,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98338,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,37183,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98339,'Other',20,0,37183,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98340,'N/A',0,0,37183,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98341,'Yes. Fire wardens receive refresher training regularly.',0,0,37184,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98342,'No',5,0,37184,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98343,'N/A',0,0,37184,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98344,'Other',20,0,37184,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98345,'Other',20,0,37184,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98346,'Detached',1,0,37185,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98347,'Semi Detached',2,0,37185,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98348,'Terraced',3,0,37185,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98349,'Linked-Terraced',1,0,37185,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98350,'End Terraced',2,0,37185,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98351,'Other',20,0,37185,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98352,'House',1,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98353,'Bungalow',1,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98354,'Maisonette',3,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98355,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98356,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98357,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98358,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98359,'Underground Property',1,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98360,'Factory / Warehouse',3,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98361,'Garage / Workshop',3,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98362,'Retail Shop',2,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98363,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98364,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98365,'Other',20,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98366,'Other',20,0,37186,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98367,'N/A',0,0,37191,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98368,'Number of staircase',0,0,37191,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98369,'25%',1,0,37203,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98370,'50%',1,0,37203,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98371,'75%',1,0,37203,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98372,'100%',1,0,37203,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98373,'Other',20,0,37203,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98374,'Yes',1,0,37205,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98375,'No',3,0,37205,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98376,'Unknown',3,0,37205,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98377,'Stone',0,0,37205,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98378,'Other',20,0,37205,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98379,'Yes',1,0,37206,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98380,'No',5,0,37206,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98381,'Unknown',5,0,37206,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98382,'Stone',0,0,37206,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98383,'Other',20,0,37206,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98384,'Wood',2,0,37207,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98385,'Plastics',1,0,37207,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98386,'Aluminium',0,0,37207,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98387,'Stone',0,0,37207,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98388,'Other',20,0,37207,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98389,'0%',0,0,37209,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98390,'25%',1,0,37209,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98391,'50%',1,0,37209,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98392,'75%',1,0,37209,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98393,'100%',1,0,37209,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98394,'0%',0,0,37210,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98395,'25%',2,0,37210,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98396,'50%',2,0,37210,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98397,'75%',2,0,37210,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98398,'100%',2,0,37210,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98399,'0%',0,0,37211,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98400,'25%',1,0,37211,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98401,'50%',1,0,37211,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98402,'75%',1,0,37211,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98403,'100%',1,0,37211,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98404,'Solid concrete flooring on all levels',0,0,37212,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98405,'Timber joists on all levels',3,0,37212,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98406,'Concrete lowest floor – Timber above higher levels',3,0,37212,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98407,'Other',20,0,37212,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98408,'Yes',1,0,37215,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98409,'No',6,0,37215,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98410,'N/A',0,0,37215,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98411,'Yes',2,0,37217,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98412,'No',8,0,37217,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98413,'N/A',0,0,37217,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98414,'Yes',1,0,37219,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98415,'No',6,0,37219,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98416,'N/A',0,0,37219,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98417,'Yes',1,0,37221,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98418,'No',6,0,37221,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98419,'N/A',0,0,37221,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98420,'Yes',1,0,37223,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98421,'No',6,0,37223,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98422,'N/A',0,0,37223,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98423,'0%',1,0,37229,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98424,'1% - 25%',1,0,37229,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98425,'26% - 50%',1,0,37229,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98426,'51% - 75%',1,0,37229,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98427,'76% - 100%',1,0,37229,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98428,'0%',1,0,37230,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98429,'1% - 25%',1,0,37230,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98430,'26% - 50%',1,0,37230,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98431,'51% - 75%',1,0,37230,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98432,'76% - 100%',1,0,37230,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98433,'0%',1,0,37231,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98434,'1% - 25%',1,0,37231,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98435,'26% - 50%',1,0,37231,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98436,'51% - 75%',1,0,37231,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98437,'76% - 100%',1,0,37231,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98438,'0%',1,0,37233,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98439,'1% - 25%',1,0,37233,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98440,'26% - 50%',1,0,37233,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98441,'51% - 75%',1,0,37233,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98442,'76% - 100%',1,0,37233,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98443,'0%',1,0,37234,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98444,'1% - 25%',1,0,37234,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98445,'26% - 50%',1,0,37234,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98446,'51% - 75%',1,0,37234,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98447,'76% - 100%',1,0,37234,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98448,'0%',1,0,37235,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98449,'1% - 25%',1,0,37235,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98450,'26% - 50%',1,0,37235,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98451,'51% - 75%',1,0,37235,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98452,'76% - 100%',1,0,37235,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98453,'0%',1,0,37237,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98454,'1% - 25%',1,0,37237,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98455,'26% - 50%',1,0,37237,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98456,'51% - 75%',1,0,37237,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98457,'76% - 100%',1,0,37237,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98458,'0%',1,0,37238,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98459,'1% - 25%',1,0,37238,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98460,'26% - 50%',1,0,37238,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98461,'51% - 75%',1,0,37238,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98462,'76% - 100%',1,0,37238,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98463,'0%',1,0,37239,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98464,'1% - 25%',1,0,37239,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98465,'26% - 50%',1,0,37239,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98466,'51% - 75%',1,0,37239,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98467,'76% - 100%',1,0,37239,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98468,'Very Good',0,0,37240,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98469,'Good',1,0,37240,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98470,'Fair',2,0,37240,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98471,'Poor',3,0,37240,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98472,'Very Poor',4,0,37240,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98473,'0%',1,0,37242,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98474,'1% - 25%',1,0,37242,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98475,'26% - 50%',1,0,37242,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98476,'51% - 75%',1,0,37242,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98477,'76% - 100%',1,0,37242,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98478,'0%',1,0,37243,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98479,'1% - 25%',1,0,37243,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98480,'26% - 50%',1,0,37243,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98481,'51% - 75%',1,0,37243,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98482,'76% - 100%',1,0,37243,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98483,'0%',1,0,37244,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98484,'1% - 25%',1,0,37244,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98485,'26% - 50%',1,0,37244,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98486,'51% - 75%',1,0,37244,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98487,'76% - 100%',1,0,37244,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98488,'0%',1,0,37246,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98489,'1% - 25%',1,0,37246,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98490,'26% - 50%',1,0,37246,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98491,'51% - 75%',1,0,37246,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98492,'76% - 100%',1,0,37246,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98493,'0%',1,0,37247,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98494,'1% - 25%',1,0,37247,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98495,'26% - 50%',1,0,37247,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98496,'51% - 75%',1,0,37247,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98497,'76% - 100%',1,0,37247,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98498,'0%',1,0,37248,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98499,'1% - 25%',1,0,37248,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98500,'26% - 50%',1,0,37248,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98501,'51% - 75%',1,0,37248,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98502,'76% - 100%',1,0,37248,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98503,'0%',1,0,37250,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98504,'1% - 25%',1,0,37250,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98505,'26% - 50%',1,0,37250,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98506,'51% - 75%',1,0,37250,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98507,'76% - 100%',1,0,37250,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98508,'0%',1,0,37251,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98509,'1% - 25%',1,0,37251,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98510,'26% - 50%',1,0,37251,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98511,'51% - 75%',1,0,37251,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98512,'76% - 100%',1,0,37251,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98513,'0%',1,0,37252,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98514,'1% - 25%',1,0,37252,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98515,'26% - 50%',1,0,37252,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98516,'51% - 75%',1,0,37252,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98517,'76% - 100%',1,0,37252,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98518,'0%',1,0,37254,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98519,'1% - 25%',1,0,37254,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98520,'26% - 50%',1,0,37254,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98521,'51% - 75%',1,0,37254,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98522,'76% - 100%',1,0,37254,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98523,'0%',1,0,37255,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98524,'1% - 25%',1,0,37255,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98525,'26% - 50%',1,0,37255,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98526,'51% - 75%',1,0,37255,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98527,'76% - 100%',1,0,37255,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98528,'0%',1,0,37256,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98529,'1% - 25%',1,0,37256,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98530,'26% - 50%',1,0,37256,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98531,'51% - 75%',1,0,37256,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98532,'76% - 100%',1,0,37256,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98533,'0%',1,0,37258,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98534,'1% - 25%',1,0,37258,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98535,'26% - 50%',1,0,37258,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98536,'51% - 75%',1,0,37258,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98537,'76% - 100%',1,0,37258,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98538,'0%',1,0,37259,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98539,'1% - 25%',1,0,37259,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98540,'26% - 50%',1,0,37259,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98541,'51% - 75%',1,0,37259,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98542,'76% - 100%',1,0,37259,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98543,'0%',1,0,37260,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98544,'1% - 25%',1,0,37260,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98545,'26% - 50%',1,0,37260,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98546,'51% - 75%',1,0,37260,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98547,'76% - 100%',1,0,37260,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98548,'0%',5,0,37262,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98549,'1% - 25%',4,0,37262,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98550,'26% - 50%',3,0,37262,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98551,'51% - 75%',2,0,37262,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98552,'76% - 100%',1,0,37262,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98553,'0%',1,0,37263,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98554,'1% - 25%',1,0,37263,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98555,'26% - 50%',1,0,37263,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98556,'51% - 75%',1,0,37263,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98557,'76% - 100%',1,0,37263,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98558,'0%',1,0,37264,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98559,'1% - 25%',1,0,37264,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98560,'26% - 50%',1,0,37264,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98561,'51% - 75%',1,0,37264,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98562,'76% - 100%',1,0,37264,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98563,'Director',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98564,'Owner / Landlord',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98565,'Site Manager',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98566,'Estate Agent',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98567,'Letting Agent',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98568,'Director',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98569,'CEO',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98570,'Fire Warden / Supervisor',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98571,'Fire Risk Assessor',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98572,'Other',0,0,37272,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98573,'Nebosh',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98574,'Level 2 Fire Risk Assessor',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98575,'Competant Person',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98576,'Property Manager',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98577,'Construction Manager',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98578,'Fire Warden / Fire Marshall',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98579,'Director',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98580,'CEO',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98581,'N/A',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98582,'Other',0,0,37273,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(98583,'Fan Heaters',4,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98584,'Electric Heaters',4,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98585,'Gas Heater',5,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98586,'Other Boilers',2,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98587,'Electrical Equipment',3,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98588,'Electrical Leads',3,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98589,'Portable Equipment',3,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98590,'Portable Lighting',2,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98591,'Cooking Equipment',6,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98592,'Other',20,0,37286,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98593,'Wood/Paper/Cardboard etc',3,0,37288,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98594,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,37288,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98595,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,37288,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98596,'Waste Material Controlled -in locked wheely bin or store',2,0,37288,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98597,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,37288,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98598,'Other',20,0,37288,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98599,'Yes. There is a certificate within the last 6 months.',0,0,37291,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98600,'The certificate was issued within the last 12 months.',2,0,37291,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98601,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,37291,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98602,'N/A',0,0,37291,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98603,'Other',20,0,37291,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98604,'Yes. Certification within 6 months',0,0,37293,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98605,'Yes. Certification within 12 months',2,0,37293,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98606,'No certification. (Recommend testing by fire safety specialist)',5,0,37293,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98607,'N/A',0,0,37293,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98608,'Other',20,0,37293,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98609,'Yes. Service and test certification is within 12 months',0,0,37294,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98610,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,37294,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98611,'N/A',0,0,37294,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98612,'Other',20,0,37294,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98613,'Yes. The EICR test certification is complete within last 5 years',0,0,37296,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98614,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,37296,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98615,'N/A',0,0,37296,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98616,'Other',20,0,37296,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98617,'Yes',0,0,37298,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98618,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,37298,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98619,'N/A',0,0,37298,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98620,'Other',20,0,37298,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98621,'Yes',0,0,37300,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98622,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,37300,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98623,'N/A',0,0,37300,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98624,'Other',20,0,37300,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98625,'Yes',0,0,37302,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98626,'No. There are hot working areas but no fire blankets are present.',5,0,37302,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98627,'N/A',0,0,37302,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98628,'Other',20,0,37302,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98629,'Yes. They are provided and ready to use located in a communal area.',0,0,37304,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98630,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,37304,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98631,'N/A',0,0,37304,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98632,'Other',20,0,37304,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98633,'Yes',2,0,37305,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98634,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,37305,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98635,'The property does not have a gas connection.',0,0,37305,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98636,'N/A',0,0,37305,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98637,'Yes',0,0,37306,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98638,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,37306,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98639,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,37306,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98640,'N/A',0,0,37306,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98641,'Other',20,0,37306,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98642,'Yes',0,0,37307,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98643,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,37307,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98644,'NA',0,0,37307,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98645,'Other',20,0,37307,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98646,'Yes. The shortest route has been put into the plan',0,0,37308,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98647,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,37308,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98648,'NA',0,0,37308,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98649,'Other',20,0,37308,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98650,'Yes. There is more than one exit available.',1,0,37309,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98651,'No. There is only one escape exit available.',0,0,37309,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98652,'Other',20,0,37309,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98653,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,37310,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98654,'No. The exits are not efficient enough for the building.',9,0,37310,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98655,'NA',0,0,37310,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98656,'Other',20,0,37310,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98657,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,37311,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98658,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,37311,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98659,'NA',0,0,37311,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98660,'Other',20,0,37311,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98661,'Yes. Escape routes are kept clear throughout the building.',0,0,37312,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98662,'No. There are obstructions on one or more escape routes.',6,0,37312,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98663,'N/A',0,0,37312,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98664,'Other',20,0,37312,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98665,'Yes. Assembly points are clearly marked.',0,0,37313,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98666,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,37313,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98667,'NA',0,0,37313,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98668,'Other',20,0,37313,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98669,'Yes',0,0,37314,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98670,'No. There is no assembly point or the assembly point is too small.',8,0,37314,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98671,'NA',0,0,37314,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98672,'Other',20,0,37314,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98673,'Evacuation only',3,0,37315,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98674,'Delayed evacuation process with 15 minute time delay',4,0,37315,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98675,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,37315,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98676,'Other',20,0,37315,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98677,'Employees',2,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98678,'Sub-Contractors',3,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98679,'Young Persons',4,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98680,'Visitors',4,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98681,'The General Public (Customers)',4,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98682,'Disabled or Special needs People less able to leave the premises quickly',7,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98683,'Occupants in Remote Areas',6,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98684,'Sleeping Occupants',7,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98685,'Neighbouring Premises',2,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98686,'Tenants / Owners',3,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98687,'Animals / Livestock',2,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98688,'Other',0,0,37317,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98689,'9:00 - 17:00',0,0,37320,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98690,'17:00 - 24:00',0,0,37320,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98691,'24:00 - 9:00',0,0,37320,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98692,'9:00 - 17:00',0,0,37321,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98693,'17:00 - 24:00',0,0,37321,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98694,'24:00 - 9:00',0,0,37321,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98695,'9:00 - 17:00',0,0,37322,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98696,'17:00 - 24:00',0,0,37322,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98697,'24:00 - 9:00',0,0,37322,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98698,'9:00 - 17:00',0,0,37323,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98699,'17:00 - 24:00',0,0,37323,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98700,'24:00 - 9:00',0,0,37323,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98701,'9:00 - 17:00',0,0,37324,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98702,'17:00 - 24:00',0,0,37324,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98703,'24:00 - 9:00',0,0,37324,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98704,'9:00 - 17:00',0,0,37325,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98705,'17:00 - 24:00',0,0,37325,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98706,'24:00 - 9:00',0,0,37325,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98707,'9:00 - 17:00',0,0,37326,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98708,'17:00 - 24:00',0,0,37326,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98709,'24:00 - 9:00',0,0,37326,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98710,'Below 20',1,0,37327,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98711,'20-49',2,0,37327,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98712,'50-99',2,0,37327,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98713,'100-499',3,0,37327,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98714,'500-999',4,0,37327,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98715,'1000',5,0,37327,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98716,'Single Stage Evacuation',0,0,37328,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98717,'Staged Evacuation',0,0,37328,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98718,'Simultaneous Evacuation',0,0,37328,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98719,'Phased Evacuation',0,0,37328,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98720,'Staff Alarm Only',0,0,37328,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98721,'Stay Put Policy',0,0,37328,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98722,'Yes. A responsible person has been nominated.',0,0,37329,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98723,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,37329,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98724,'Other',20,0,37329,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98725,'N/A',0,0,37329,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98726,'Yes. A competent person is available to assist in fire safety measures.',0,0,37330,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98727,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,37330,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98728,'Other',20,0,37330,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98729,'N/A',0,0,37330,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98730,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,37331,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98731,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,37331,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98732,'Other',20,0,37331,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98733,'N/A',0,0,37331,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98734,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,37333,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98735,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,37333,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98736,'Other',20,0,37333,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98737,'N/A',0,0,37333,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98738,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,37335,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98739,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,37335,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98740,'Other',20,0,37335,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98741,'N/A',0,0,37335,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98742,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,37336,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98743,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,37336,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98744,'Other',20,0,37336,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98745,'N/A',0,0,37336,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98746,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,37337,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98747,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,37337,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98748,'Other',20,0,37337,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98749,'N/A',0,0,37337,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98750,'Yes. The plan is readily available.',0,0,37339,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98751,'No. The plan is not available.',3,0,37339,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98752,'Other',20,0,37339,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98753,'N/A',0,0,37339,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98754,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,37340,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98755,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,37340,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98756,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,37340,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98757,'Other',20,0,37340,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98758,'N/A',0,0,37340,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98759,'Yes. There are suitable arrangements in place to prevent danger.',0,0,37341,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98760,'No. There are not suitable arrangements in place to prevent danger..',4,0,37341,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98761,'Other',20,0,37341,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98762,'N/A',0,0,37341,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98763,'Yes. The company has a full evacuation system in place.',0,0,37342,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98764,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,37342,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98765,'Other',20,0,37342,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98766,'N/A',0,0,37342,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98767,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,37343,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98768,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,37343,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98769,'Other',20,0,37343,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98770,'N/A',0,0,37343,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98771,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,37344,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98772,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,37344,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98773,'Other',20,0,37344,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98774,'N/A',0,0,37344,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98775,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,37345,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98776,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,37345,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98777,'Other',20,0,37345,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98778,'N/A',0,0,37345,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98779,'Yes. They do consider other organisation within the building.',0,0,37346,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98780,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,37346,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98781,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,37346,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98782,'Other',20,0,37346,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98783,'N/A',0,0,37346,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98784,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,37347,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98785,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,37347,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98786,'Other',20,0,37347,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98787,'N/A',0,0,37347,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98788,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,37350,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98789,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,37350,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98790,'No. There is no fire risk logbook.',5,0,37350,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98791,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,37351,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98792,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,37351,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98793,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,37351,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98794,'N/A',0,0,37351,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98795,'Other',20,0,37351,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98796,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,37353,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98797,'Yes. They are installed, and signs are displayed.',0,0,37353,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98798,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,37353,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98799,'N/A',0,0,37353,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98800,'Other',20,0,37353,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98801,'Yes, they are in good condition & positioned correctly.',0,0,37355,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98802,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,37355,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98803,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,37355,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98804,'Other',20,0,37355,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98805,'N/A',0,0,37355,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98806,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,37356,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98807,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,37356,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98808,'Other',20,0,37356,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98809,'N/A',0,0,37356,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98810,'Yes. There is suitable Emergency lighting in the building.',0,0,37357,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98811,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,37357,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98812,'Other',20,0,37357,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98813,'N/A',0,0,37357,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98814,'Yes. They are in good condition with no obstructions.',0,0,37358,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98815,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,37358,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98816,'Other',20,0,37358,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98817,'N/A',0,0,37358,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98818,'Yes. User checks are recorded into the fire risk logbook.',0,0,37360,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98819,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,37360,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98820,'Other',20,0,37360,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98821,'N/A',0,0,37360,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98822,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,37361,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98823,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,37361,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98824,'Other',20,0,37361,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98825,'N/A',0,0,37361,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98826,'Yes. Once per year.',1,0,37363,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98827,'Yes. Twice per year.',0,0,37363,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98828,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,37363,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98829,'Other',20,0,37363,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98830,'Yes. The fire risk assessment is reviewed annually.',0,0,37364,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98831,'No. (Recommend immediate update to ensure compliance.)',5,0,37364,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98832,'NA',5,0,37364,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98833,'Other',20,0,37364,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98834,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,37365,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98835,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,37365,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98836,'N/A',0,0,37365,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98837,'Other',20,0,37365,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98838,'Yes. Training has been provided',0,0,37366,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98839,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,37366,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98840,'Other',20,0,37366,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98841,'N/A',0,0,37366,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98842,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,37367,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98843,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,37367,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98844,'NA',0,0,37367,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98845,'Other',20,0,37367,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98846,'Yes. Training has been documented on induction.',0,0,37368,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98847,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,37368,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98848,'NA',0,0,37368,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98849,'Other',20,0,37368,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98850,'Yes. This is part of the fire training program and fire warden duties.',0,0,37369,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98851,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,37369,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98852,'NA',0,0,37369,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98853,'Other',20,0,37369,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98854,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,37370,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98855,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,37370,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98856,'Other',20,0,37370,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98857,'N/A',0,0,37370,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98858,'Yes. Fire wardens receive refresher training regularly.',0,0,37371,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98859,'No',5,0,37371,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98860,'N/A',0,0,37371,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98861,'Other',20,0,37371,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98862,'Other',20,0,37371,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98863,'Detached',1,0,37372,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98864,'Semi Detached',2,0,37372,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98865,'Terraced',3,0,37372,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98866,'Linked-Terraced',1,0,37372,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98867,'End Terraced',2,0,37372,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98868,'Other',20,0,37372,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98869,'House',1,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98870,'Bungalow',1,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98871,'Maisonette',3,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98872,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98873,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98874,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98875,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98876,'Underground Property',1,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98877,'Factory / Warehouse',3,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98878,'Garage / Workshop',3,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98879,'Retail Shop',2,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98880,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98881,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98882,'Other',20,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98883,'Other',20,0,37373,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98884,'N/A',0,0,37378,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98885,'Number of staircase',0,0,37378,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98886,'25%',1,0,37390,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98887,'50%',1,0,37390,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98888,'75%',1,0,37390,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98889,'100%',1,0,37390,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98890,'Other',20,0,37390,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98891,'Yes',1,0,37392,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98892,'No',3,0,37392,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98893,'Unknown',3,0,37392,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98894,'Stone',0,0,37392,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98895,'Other',20,0,37392,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98896,'Yes',1,0,37393,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98897,'No',5,0,37393,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98898,'Unknown',5,0,37393,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98899,'Stone',0,0,37393,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98900,'Other',20,0,37393,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98901,'Wood',2,0,37394,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98902,'Plastics',1,0,37394,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98903,'Aluminium',0,0,37394,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98904,'Stone',0,0,37394,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98905,'Other',20,0,37394,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98906,'0%',0,0,37396,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98907,'25%',1,0,37396,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98908,'50%',1,0,37396,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98909,'75%',1,0,37396,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98910,'100%',1,0,37396,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98911,'0%',0,0,37397,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98912,'25%',2,0,37397,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98913,'50%',2,0,37397,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98914,'75%',2,0,37397,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98915,'100%',2,0,37397,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98916,'0%',0,0,37398,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98917,'25%',1,0,37398,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98918,'50%',1,0,37398,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98919,'75%',1,0,37398,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98920,'100%',1,0,37398,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98921,'Solid concrete flooring on all levels',0,0,37399,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98922,'Timber joists on all levels',3,0,37399,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98923,'Concrete lowest floor – Timber above higher levels',3,0,37399,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98924,'Other',20,0,37399,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98925,'Yes',1,0,37402,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98926,'No',6,0,37402,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98927,'N/A',0,0,37402,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98928,'Yes',2,0,37404,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98929,'No',8,0,37404,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98930,'N/A',0,0,37404,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98931,'Yes',1,0,37406,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98932,'No',6,0,37406,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98933,'N/A',0,0,37406,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98934,'Yes',1,0,37408,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98935,'No',6,0,37408,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98936,'N/A',0,0,37408,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98937,'Yes',1,0,37410,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98938,'No',6,0,37410,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98939,'N/A',0,0,37410,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98940,'0%',1,0,37416,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98941,'1% - 25%',1,0,37416,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98942,'26% - 50%',1,0,37416,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98943,'51% - 75%',1,0,37416,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98944,'76% - 100%',1,0,37416,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98945,'0%',1,0,37417,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98946,'1% - 25%',1,0,37417,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98947,'26% - 50%',1,0,37417,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98948,'51% - 75%',1,0,37417,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98949,'76% - 100%',1,0,37417,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98950,'0%',1,0,37418,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98951,'1% - 25%',1,0,37418,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98952,'26% - 50%',1,0,37418,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98953,'51% - 75%',1,0,37418,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98954,'76% - 100%',1,0,37418,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98955,'0%',1,0,37420,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98956,'1% - 25%',1,0,37420,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98957,'26% - 50%',1,0,37420,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98958,'51% - 75%',1,0,37420,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98959,'76% - 100%',1,0,37420,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98960,'0%',1,0,37421,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98961,'1% - 25%',1,0,37421,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98962,'26% - 50%',1,0,37421,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98963,'51% - 75%',1,0,37421,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98964,'76% - 100%',1,0,37421,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98965,'0%',1,0,37422,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98966,'1% - 25%',1,0,37422,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98967,'26% - 50%',1,0,37422,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98968,'51% - 75%',1,0,37422,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98969,'76% - 100%',1,0,37422,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98970,'0%',1,0,37424,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98971,'1% - 25%',1,0,37424,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98972,'26% - 50%',1,0,37424,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98973,'51% - 75%',1,0,37424,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98974,'76% - 100%',1,0,37424,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98975,'0%',1,0,37425,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98976,'1% - 25%',1,0,37425,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98977,'26% - 50%',1,0,37425,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98978,'51% - 75%',1,0,37425,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98979,'76% - 100%',1,0,37425,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98980,'0%',1,0,37426,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98981,'1% - 25%',1,0,37426,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98982,'26% - 50%',1,0,37426,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98983,'51% - 75%',1,0,37426,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98984,'76% - 100%',1,0,37426,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98985,'Very Good',0,0,37427,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98986,'Good',1,0,37427,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98987,'Fair',2,0,37427,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98988,'Poor',3,0,37427,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98989,'Very Poor',4,0,37427,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98990,'0%',1,0,37429,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98991,'1% - 25%',1,0,37429,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98992,'26% - 50%',1,0,37429,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98993,'51% - 75%',1,0,37429,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98994,'76% - 100%',1,0,37429,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98995,'0%',1,0,37430,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98996,'1% - 25%',1,0,37430,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98997,'26% - 50%',1,0,37430,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98998,'51% - 75%',1,0,37430,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(98999,'76% - 100%',1,0,37430,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99000,'0%',1,0,37431,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99001,'1% - 25%',1,0,37431,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99002,'26% - 50%',1,0,37431,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99003,'51% - 75%',1,0,37431,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99004,'76% - 100%',1,0,37431,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99005,'0%',1,0,37433,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99006,'1% - 25%',1,0,37433,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99007,'26% - 50%',1,0,37433,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99008,'51% - 75%',1,0,37433,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99009,'76% - 100%',1,0,37433,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99010,'0%',1,0,37434,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99011,'1% - 25%',1,0,37434,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99012,'26% - 50%',1,0,37434,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99013,'51% - 75%',1,0,37434,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99014,'76% - 100%',1,0,37434,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99015,'0%',1,0,37435,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99016,'1% - 25%',1,0,37435,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99017,'26% - 50%',1,0,37435,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99018,'51% - 75%',1,0,37435,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99019,'76% - 100%',1,0,37435,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99020,'0%',1,0,37437,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99021,'1% - 25%',1,0,37437,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99022,'26% - 50%',1,0,37437,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99023,'51% - 75%',1,0,37437,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99024,'76% - 100%',1,0,37437,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99025,'0%',1,0,37438,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99026,'1% - 25%',1,0,37438,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99027,'26% - 50%',1,0,37438,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99028,'51% - 75%',1,0,37438,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99029,'76% - 100%',1,0,37438,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99030,'0%',1,0,37439,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99031,'1% - 25%',1,0,37439,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99032,'26% - 50%',1,0,37439,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99033,'51% - 75%',1,0,37439,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99034,'76% - 100%',1,0,37439,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99035,'0%',1,0,37441,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99036,'1% - 25%',1,0,37441,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99037,'26% - 50%',1,0,37441,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99038,'51% - 75%',1,0,37441,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99039,'76% - 100%',1,0,37441,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99040,'0%',1,0,37442,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99041,'1% - 25%',1,0,37442,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99042,'26% - 50%',1,0,37442,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99043,'51% - 75%',1,0,37442,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99044,'76% - 100%',1,0,37442,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99045,'0%',1,0,37443,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99046,'1% - 25%',1,0,37443,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99047,'26% - 50%',1,0,37443,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99048,'51% - 75%',1,0,37443,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99049,'76% - 100%',1,0,37443,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99050,'0%',1,0,37445,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99051,'1% - 25%',1,0,37445,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99052,'26% - 50%',1,0,37445,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99053,'51% - 75%',1,0,37445,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99054,'76% - 100%',1,0,37445,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99055,'0%',1,0,37446,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99056,'1% - 25%',1,0,37446,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99057,'26% - 50%',1,0,37446,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99058,'51% - 75%',1,0,37446,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99059,'76% - 100%',1,0,37446,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99060,'0%',1,0,37447,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99061,'1% - 25%',1,0,37447,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99062,'26% - 50%',1,0,37447,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99063,'51% - 75%',1,0,37447,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99064,'76% - 100%',1,0,37447,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99065,'0%',5,0,37449,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99066,'1% - 25%',4,0,37449,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99067,'26% - 50%',3,0,37449,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99068,'51% - 75%',2,0,37449,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99069,'76% - 100%',1,0,37449,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99070,'0%',1,0,37450,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99071,'1% - 25%',1,0,37450,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99072,'26% - 50%',1,0,37450,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99073,'51% - 75%',1,0,37450,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99074,'76% - 100%',1,0,37450,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99075,'0%',1,0,37451,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99076,'1% - 25%',1,0,37451,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99077,'26% - 50%',1,0,37451,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99078,'51% - 75%',1,0,37451,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99079,'76% - 100%',1,0,37451,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99080,'Director',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99081,'Owner / Landlord',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99082,'Site Manager',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99083,'Estate Agent',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99084,'Letting Agent',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99085,'Director',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99086,'CEO',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99087,'Fire Warden / Supervisor',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99088,'Fire Risk Assessor',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99089,'Other',0,0,37459,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99090,'Nebosh',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99091,'Level 2 Fire Risk Assessor',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99092,'Competant Person',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99093,'Property Manager',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99094,'Construction Manager',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99095,'Fire Warden / Fire Marshall',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99096,'Director',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99097,'CEO',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99098,'N/A',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99099,'Other',0,0,37460,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(99100,'Fan Heaters',4,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99101,'Electric Heaters',4,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99102,'Gas Heater',5,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99103,'Other Boilers',2,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99104,'Electrical Equipment',3,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99105,'Electrical Leads',3,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99106,'Portable Equipment',3,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99107,'Portable Lighting',2,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99108,'Cooking Equipment',6,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99109,'Other',20,0,37473,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99110,'Wood/Paper/Cardboard etc',3,0,37475,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99111,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,37475,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99112,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,37475,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99113,'Waste Material Controlled -in locked wheely bin or store',2,0,37475,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99114,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,37475,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99115,'Other',20,0,37475,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99116,'Yes. There is a certificate within the last 6 months.',0,0,37478,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99117,'The certificate was issued within the last 12 months.',2,0,37478,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99118,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,37478,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99119,'N/A',0,0,37478,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99120,'Other',20,0,37478,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99121,'Yes. Certification within 6 months',0,0,37480,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99122,'Yes. Certification within 12 months',2,0,37480,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99123,'No certification. (Recommend testing by fire safety specialist)',5,0,37480,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99124,'N/A',0,0,37480,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99125,'Other',20,0,37480,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99126,'Yes. Service and test certification is within 12 months',0,0,37481,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99127,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,37481,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99128,'N/A',0,0,37481,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99129,'Other',20,0,37481,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99130,'Yes. The EICR test certification is complete within last 5 years',0,0,37483,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99131,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,37483,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99132,'N/A',0,0,37483,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99133,'Other',20,0,37483,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99134,'Yes',0,0,37485,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99135,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,37485,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99136,'N/A',0,0,37485,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99137,'Other',20,0,37485,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99138,'Yes',0,0,37487,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99139,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,37487,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99140,'N/A',0,0,37487,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99141,'Other',20,0,37487,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99142,'Yes',0,0,37489,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99143,'No. There are hot working areas but no fire blankets are present.',5,0,37489,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99144,'N/A',0,0,37489,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99145,'Other',20,0,37489,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99146,'Yes. They are provided and ready to use located in a communal area.',0,0,37491,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99147,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,37491,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99148,'N/A',0,0,37491,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99149,'Other',20,0,37491,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99150,'Yes',2,0,37492,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99151,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,37492,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99152,'The property does not have a gas connection.',0,0,37492,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99153,'N/A',0,0,37492,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99154,'Yes',0,0,37493,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99155,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,37493,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99156,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,37493,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99157,'N/A',0,0,37493,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99158,'Other',20,0,37493,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99159,'Yes',0,0,37494,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99160,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,37494,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99161,'NA',0,0,37494,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99162,'Other',20,0,37494,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99163,'Yes. The shortest route has been put into the plan',0,0,37495,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99164,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,37495,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99165,'NA',0,0,37495,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99166,'Other',20,0,37495,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99167,'Yes. There is more than one exit available.',1,0,37496,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99168,'No. There is only one escape exit available.',0,0,37496,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99169,'Other',20,0,37496,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99170,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,37497,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99171,'No. The exits are not efficient enough for the building.',9,0,37497,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99172,'NA',0,0,37497,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99173,'Other',20,0,37497,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99174,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,37498,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99175,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,37498,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99176,'NA',0,0,37498,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99177,'Other',20,0,37498,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99178,'Yes. Escape routes are kept clear throughout the building.',0,0,37499,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99179,'No. There are obstructions on one or more escape routes.',6,0,37499,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99180,'N/A',0,0,37499,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99181,'Other',20,0,37499,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99182,'Yes. Assembly points are clearly marked.',0,0,37500,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99183,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,37500,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99184,'NA',0,0,37500,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99185,'Other',20,0,37500,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99186,'Yes',0,0,37501,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99187,'No. There is no assembly point or the assembly point is too small.',8,0,37501,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99188,'NA',0,0,37501,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99189,'Other',20,0,37501,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99190,'Evacuation only',3,0,37502,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99191,'Delayed evacuation process with 15 minute time delay',4,0,37502,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99192,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,37502,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99193,'Other',20,0,37502,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99194,'Employees',2,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99195,'Sub-Contractors',3,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99196,'Young Persons',4,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99197,'Visitors',4,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99198,'The General Public (Customers)',4,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99199,'Disabled or Special needs People less able to leave the premises quickly',7,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99200,'Occupants in Remote Areas',6,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99201,'Sleeping Occupants',7,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99202,'Neighbouring Premises',2,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99203,'Tenants / Owners',3,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99204,'Animals / Livestock',2,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99205,'Other',0,0,37504,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99206,'9:00 - 17:00',0,0,37507,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99207,'17:00 - 24:00',0,0,37507,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99208,'24:00 - 9:00',0,0,37507,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99209,'9:00 - 17:00',0,0,37508,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99210,'17:00 - 24:00',0,0,37508,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99211,'24:00 - 9:00',0,0,37508,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99212,'9:00 - 17:00',0,0,37509,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99213,'17:00 - 24:00',0,0,37509,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99214,'24:00 - 9:00',0,0,37509,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99215,'9:00 - 17:00',0,0,37510,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99216,'17:00 - 24:00',0,0,37510,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99217,'24:00 - 9:00',0,0,37510,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99218,'9:00 - 17:00',0,0,37511,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99219,'17:00 - 24:00',0,0,37511,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99220,'24:00 - 9:00',0,0,37511,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99221,'9:00 - 17:00',0,0,37512,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99222,'17:00 - 24:00',0,0,37512,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99223,'24:00 - 9:00',0,0,37512,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99224,'9:00 - 17:00',0,0,37513,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(99225,'17:00 - 24:00',0,0,37513,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99226,'24:00 - 9:00',0,0,37513,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99227,'Below 20',1,0,37514,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99228,'20-49',2,0,37514,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99229,'50-99',2,0,37514,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99230,'100-499',3,0,37514,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99231,'500-999',4,0,37514,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99232,'1000',5,0,37514,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99233,'Single Stage Evacuation',0,0,37515,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99234,'Staged Evacuation',0,0,37515,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99235,'Simultaneous Evacuation',0,0,37515,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99236,'Phased Evacuation',0,0,37515,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99237,'Staff Alarm Only',0,0,37515,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99238,'Stay Put Policy',0,0,37515,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99239,'Yes. A responsible person has been nominated.',0,0,37516,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99240,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,37516,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99241,'Other',20,0,37516,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99242,'N/A',0,0,37516,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99243,'Yes. A competent person is available to assist in fire safety measures.',0,0,37517,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99244,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,37517,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99245,'Other',20,0,37517,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99246,'N/A',0,0,37517,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99247,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,37518,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99248,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,37518,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99249,'Other',20,0,37518,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99250,'N/A',0,0,37518,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99251,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,37520,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99252,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,37520,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99253,'Other',20,0,37520,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99254,'N/A',0,0,37520,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99255,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,37522,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99256,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,37522,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99257,'Other',20,0,37522,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99258,'N/A',0,0,37522,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99259,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,37523,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99260,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,37523,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99261,'Other',20,0,37523,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99262,'N/A',0,0,37523,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99263,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,37524,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99264,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,37524,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99265,'Other',20,0,37524,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99266,'N/A',0,0,37524,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99267,'Yes. The plan is readily available.',0,0,37526,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99268,'No. The plan is not available.',3,0,37526,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99269,'Other',20,0,37526,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99270,'N/A',0,0,37526,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99271,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,37527,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99272,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,37527,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99273,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,37527,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99274,'Other',20,0,37527,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99275,'N/A',0,0,37527,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99276,'Yes. There are suitable arrangements in place to prevent danger.',0,0,37528,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99277,'No. There are not suitable arrangements in place to prevent danger..',4,0,37528,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99278,'Other',20,0,37528,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99279,'N/A',0,0,37528,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99280,'Yes. The company has a full evacuation system in place.',0,0,37529,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99281,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,37529,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99282,'Other',20,0,37529,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99283,'N/A',0,0,37529,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99284,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,37530,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99285,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,37530,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99286,'Other',20,0,37530,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99287,'N/A',0,0,37530,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99288,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,37531,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99289,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,37531,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99290,'Other',20,0,37531,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99291,'N/A',0,0,37531,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99292,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,37532,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99293,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,37532,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99294,'Other',20,0,37532,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99295,'N/A',0,0,37532,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99296,'Yes. They do consider other organisation within the building.',0,0,37533,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99297,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,37533,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99298,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,37533,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99299,'Other',20,0,37533,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99300,'N/A',0,0,37533,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99301,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,37534,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99302,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,37534,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99303,'Other',20,0,37534,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99304,'N/A',0,0,37534,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99305,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,37537,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99306,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,37537,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99307,'No. There is no fire risk logbook.',5,0,37537,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99308,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,37538,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99309,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,37538,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99310,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,37538,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99311,'N/A',0,0,37538,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99312,'Other',20,0,37538,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99313,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,37540,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99314,'Yes. They are installed, and signs are displayed.',0,0,37540,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99315,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,37540,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99316,'N/A',0,0,37540,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99317,'Other',20,0,37540,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99318,'Yes, they are in good condition & positioned correctly.',0,0,37542,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99319,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,37542,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99320,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,37542,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99321,'Other',20,0,37542,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99322,'N/A',0,0,37542,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99323,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,37543,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99324,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,37543,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99325,'Other',20,0,37543,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99326,'N/A',0,0,37543,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99327,'Yes. There is suitable Emergency lighting in the building.',0,0,37544,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99328,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,37544,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99329,'Other',20,0,37544,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99330,'N/A',0,0,37544,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99331,'Yes. They are in good condition with no obstructions.',0,0,37545,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99332,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,37545,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99333,'Other',20,0,37545,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99334,'N/A',0,0,37545,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99335,'Yes. User checks are recorded into the fire risk logbook.',0,0,37547,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99336,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,37547,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99337,'Other',20,0,37547,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99338,'N/A',0,0,37547,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99339,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,37548,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99340,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,37548,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99341,'Other',20,0,37548,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99342,'N/A',0,0,37548,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99343,'Yes. Once per year.',1,0,37550,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99344,'Yes. Twice per year.',0,0,37550,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99345,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,37550,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99346,'Other',20,0,37550,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99347,'Yes. The fire risk assessment is reviewed annually.',0,0,37551,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99348,'No. (Recommend immediate update to ensure compliance.)',5,0,37551,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99349,'NA',5,0,37551,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99350,'Other',20,0,37551,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99351,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,37552,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99352,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,37552,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99353,'N/A',0,0,37552,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99354,'Other',20,0,37552,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99355,'Yes. Training has been provided',0,0,37553,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99356,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,37553,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99357,'Other',20,0,37553,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99358,'N/A',0,0,37553,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99359,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,37554,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99360,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,37554,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99361,'NA',0,0,37554,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99362,'Other',20,0,37554,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99363,'Yes. Training has been documented on induction.',0,0,37555,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99364,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,37555,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99365,'NA',0,0,37555,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99366,'Other',20,0,37555,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99367,'Yes. This is part of the fire training program and fire warden duties.',0,0,37556,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99368,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,37556,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99369,'NA',0,0,37556,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99370,'Other',20,0,37556,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99371,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,37557,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99372,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,37557,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99373,'Other',20,0,37557,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99374,'N/A',0,0,37557,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99375,'Yes. Fire wardens receive refresher training regularly.',0,0,37558,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99376,'No',5,0,37558,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99377,'N/A',0,0,37558,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99378,'Other',20,0,37558,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99379,'Other',20,0,37558,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99380,'Detached',1,0,37559,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99381,'Semi Detached',2,0,37559,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99382,'Terraced',3,0,37559,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99383,'Linked-Terraced',1,0,37559,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99384,'End Terraced',2,0,37559,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99385,'Other',20,0,37559,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99386,'House',1,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99387,'Bungalow',1,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99388,'Maisonette',3,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99389,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99390,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99391,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99392,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99393,'Underground Property',1,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99394,'Factory / Warehouse',3,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99395,'Garage / Workshop',3,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99396,'Retail Shop',2,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99397,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99398,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99399,'Other',20,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99400,'Other',20,0,37560,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99401,'N/A',0,0,37565,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99402,'Number of staircase',0,0,37565,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99403,'25%',1,0,37577,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99404,'50%',1,0,37577,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99405,'75%',1,0,37577,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99406,'100%',1,0,37577,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99407,'Other',20,0,37577,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99408,'Yes',1,0,37579,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99409,'No',3,0,37579,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99410,'Unknown',3,0,37579,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99411,'Stone',0,0,37579,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99412,'Other',20,0,37579,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99413,'Yes',1,0,37580,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99414,'No',5,0,37580,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99415,'Unknown',5,0,37580,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99416,'Stone',0,0,37580,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99417,'Other',20,0,37580,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99418,'Wood',2,0,37581,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99419,'Plastics',1,0,37581,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99420,'Aluminium',0,0,37581,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99421,'Stone',0,0,37581,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99422,'Other',20,0,37581,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99423,'0%',0,0,37583,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99424,'25%',1,0,37583,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99425,'50%',1,0,37583,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99426,'75%',1,0,37583,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99427,'100%',1,0,37583,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99428,'0%',0,0,37584,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99429,'25%',2,0,37584,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99430,'50%',2,0,37584,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99431,'75%',2,0,37584,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99432,'100%',2,0,37584,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99433,'0%',0,0,37585,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99434,'25%',1,0,37585,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99435,'50%',1,0,37585,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99436,'75%',1,0,37585,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99437,'100%',1,0,37585,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99438,'Solid concrete flooring on all levels',0,0,37586,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99439,'Timber joists on all levels',3,0,37586,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99440,'Concrete lowest floor – Timber above higher levels',3,0,37586,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99441,'Other',20,0,37586,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99442,'Yes',1,0,37589,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99443,'No',6,0,37589,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99444,'N/A',0,0,37589,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99445,'Yes',2,0,37591,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99446,'No',8,0,37591,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99447,'N/A',0,0,37591,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99448,'Yes',1,0,37593,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99449,'No',6,0,37593,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99450,'N/A',0,0,37593,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99451,'Yes',1,0,37595,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99452,'No',6,0,37595,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99453,'N/A',0,0,37595,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99454,'Yes',1,0,37597,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99455,'No',6,0,37597,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99456,'N/A',0,0,37597,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99457,'0%',1,0,37603,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99458,'1% - 25%',1,0,37603,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99459,'26% - 50%',1,0,37603,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99460,'51% - 75%',1,0,37603,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99461,'76% - 100%',1,0,37603,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99462,'0%',1,0,37604,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99463,'1% - 25%',1,0,37604,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99464,'26% - 50%',1,0,37604,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99465,'51% - 75%',1,0,37604,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99466,'76% - 100%',1,0,37604,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99467,'0%',1,0,37605,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99468,'1% - 25%',1,0,37605,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99469,'26% - 50%',1,0,37605,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99470,'51% - 75%',1,0,37605,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99471,'76% - 100%',1,0,37605,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99472,'0%',1,0,37607,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99473,'1% - 25%',1,0,37607,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99474,'26% - 50%',1,0,37607,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99475,'51% - 75%',1,0,37607,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99476,'76% - 100%',1,0,37607,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99477,'0%',1,0,37608,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99478,'1% - 25%',1,0,37608,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99479,'26% - 50%',1,0,37608,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99480,'51% - 75%',1,0,37608,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99481,'76% - 100%',1,0,37608,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99482,'0%',1,0,37609,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99483,'1% - 25%',1,0,37609,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99484,'26% - 50%',1,0,37609,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99485,'51% - 75%',1,0,37609,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99486,'76% - 100%',1,0,37609,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99487,'0%',1,0,37611,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99488,'1% - 25%',1,0,37611,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99489,'26% - 50%',1,0,37611,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99490,'51% - 75%',1,0,37611,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99491,'76% - 100%',1,0,37611,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99492,'0%',1,0,37612,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99493,'1% - 25%',1,0,37612,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99494,'26% - 50%',1,0,37612,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99495,'51% - 75%',1,0,37612,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99496,'76% - 100%',1,0,37612,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99497,'0%',1,0,37613,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99498,'1% - 25%',1,0,37613,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99499,'26% - 50%',1,0,37613,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99500,'51% - 75%',1,0,37613,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99501,'76% - 100%',1,0,37613,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99502,'Very Good',0,0,37614,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99503,'Good',1,0,37614,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99504,'Fair',2,0,37614,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99505,'Poor',3,0,37614,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99506,'Very Poor',4,0,37614,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99507,'0%',1,0,37616,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99508,'1% - 25%',1,0,37616,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99509,'26% - 50%',1,0,37616,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99510,'51% - 75%',1,0,37616,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99511,'76% - 100%',1,0,37616,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99512,'0%',1,0,37617,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99513,'1% - 25%',1,0,37617,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99514,'26% - 50%',1,0,37617,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99515,'51% - 75%',1,0,37617,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99516,'76% - 100%',1,0,37617,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99517,'0%',1,0,37618,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99518,'1% - 25%',1,0,37618,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99519,'26% - 50%',1,0,37618,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99520,'51% - 75%',1,0,37618,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99521,'76% - 100%',1,0,37618,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99522,'0%',1,0,37620,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99523,'1% - 25%',1,0,37620,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99524,'26% - 50%',1,0,37620,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99525,'51% - 75%',1,0,37620,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99526,'76% - 100%',1,0,37620,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99527,'0%',1,0,37621,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99528,'1% - 25%',1,0,37621,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99529,'26% - 50%',1,0,37621,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99530,'51% - 75%',1,0,37621,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99531,'76% - 100%',1,0,37621,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99532,'0%',1,0,37622,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99533,'1% - 25%',1,0,37622,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99534,'26% - 50%',1,0,37622,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99535,'51% - 75%',1,0,37622,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99536,'76% - 100%',1,0,37622,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99537,'0%',1,0,37624,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99538,'1% - 25%',1,0,37624,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99539,'26% - 50%',1,0,37624,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99540,'51% - 75%',1,0,37624,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99541,'76% - 100%',1,0,37624,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99542,'0%',1,0,37625,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99543,'1% - 25%',1,0,37625,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99544,'26% - 50%',1,0,37625,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99545,'51% - 75%',1,0,37625,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99546,'76% - 100%',1,0,37625,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99547,'0%',1,0,37626,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99548,'1% - 25%',1,0,37626,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99549,'26% - 50%',1,0,37626,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99550,'51% - 75%',1,0,37626,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99551,'76% - 100%',1,0,37626,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99552,'0%',1,0,37628,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99553,'1% - 25%',1,0,37628,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99554,'26% - 50%',1,0,37628,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99555,'51% - 75%',1,0,37628,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99556,'76% - 100%',1,0,37628,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99557,'0%',1,0,37629,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99558,'1% - 25%',1,0,37629,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99559,'26% - 50%',1,0,37629,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99560,'51% - 75%',1,0,37629,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99561,'76% - 100%',1,0,37629,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99562,'0%',1,0,37630,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99563,'1% - 25%',1,0,37630,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99564,'26% - 50%',1,0,37630,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99565,'51% - 75%',1,0,37630,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99566,'76% - 100%',1,0,37630,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99567,'0%',1,0,37632,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99568,'1% - 25%',1,0,37632,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99569,'26% - 50%',1,0,37632,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99570,'51% - 75%',1,0,37632,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99571,'76% - 100%',1,0,37632,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99572,'0%',1,0,37633,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99573,'1% - 25%',1,0,37633,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99574,'26% - 50%',1,0,37633,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99575,'51% - 75%',1,0,37633,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99576,'76% - 100%',1,0,37633,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99577,'0%',1,0,37634,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99578,'1% - 25%',1,0,37634,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99579,'26% - 50%',1,0,37634,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99580,'51% - 75%',1,0,37634,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99581,'76% - 100%',1,0,37634,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99582,'0%',5,0,37636,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99583,'1% - 25%',4,0,37636,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99584,'26% - 50%',3,0,37636,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99585,'51% - 75%',2,0,37636,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99586,'76% - 100%',1,0,37636,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99587,'0%',1,0,37637,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99588,'1% - 25%',1,0,37637,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99589,'26% - 50%',1,0,37637,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99590,'51% - 75%',1,0,37637,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99591,'76% - 100%',1,0,37637,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99592,'0%',1,0,37638,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99593,'1% - 25%',1,0,37638,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99594,'26% - 50%',1,0,37638,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99595,'51% - 75%',1,0,37638,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99596,'76% - 100%',1,0,37638,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99597,'Director',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99598,'Owner / Landlord',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99599,'Site Manager',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99600,'Estate Agent',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99601,'Letting Agent',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99602,'Director',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99603,'CEO',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99604,'Fire Warden / Supervisor',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99605,'Fire Risk Assessor',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99606,'Other',0,0,37646,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99607,'Nebosh',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99608,'Level 2 Fire Risk Assessor',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99609,'Competant Person',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99610,'Property Manager',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99611,'Construction Manager',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99612,'Fire Warden / Fire Marshall',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99613,'Director',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99614,'CEO',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99615,'N/A',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99616,'Other',0,0,37647,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(99617,'Fan Heaters',4,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99618,'Electric Heaters',4,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99619,'Gas Heater',5,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99620,'Other Boilers',2,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99621,'Electrical Equipment',3,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99622,'Electrical Leads',3,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99623,'Portable Equipment',3,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99624,'Portable Lighting',2,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99625,'Cooking Equipment',6,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99626,'Other',20,0,37661,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99627,'Wood/Paper/Cardboard etc',3,0,37663,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99628,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,37663,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99629,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,37663,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99630,'Waste Material Controlled -in locked wheely bin or store',2,0,37663,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99631,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,37663,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99632,'Other',20,0,37663,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99633,'Yes. There is a certificate within the last 6 months.',0,0,37666,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99634,'The certificate was issued within the last 12 months.',2,0,37666,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99635,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,37666,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99636,'N/A',0,0,37666,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99637,'Other',20,0,37666,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99638,'Yes. Certification within 6 months',0,0,37668,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99639,'Yes. Certification within 12 months',2,0,37668,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99640,'No certification. (Recommend testing by fire safety specialist)',5,0,37668,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99641,'N/A',0,0,37668,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99642,'Other',20,0,37668,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99643,'Yes. Service and test certification is within 12 months',0,0,37669,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99644,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,37669,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99645,'N/A',0,0,37669,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99646,'Other',20,0,37669,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99647,'Yes. The EICR test certification is complete within last 5 years',0,0,37671,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99648,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,37671,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99649,'N/A',0,0,37671,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99650,'Other',20,0,37671,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99651,'Yes',0,0,37673,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99652,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,37673,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99653,'N/A',0,0,37673,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99654,'Other',20,0,37673,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99655,'Yes',0,0,37675,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99656,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,37675,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99657,'N/A',0,0,37675,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99658,'Other',20,0,37675,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99659,'Yes',0,0,37677,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99660,'No. There are hot working areas but no fire blankets are present.',5,0,37677,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99661,'N/A',0,0,37677,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99662,'Other',20,0,37677,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99663,'Yes. They are provided and ready to use located in a communal area.',0,0,37679,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99664,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,37679,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99665,'N/A',0,0,37679,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99666,'Other',20,0,37679,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99667,'Yes',2,0,37680,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99668,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,37680,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99669,'The property does not have a gas connection.',0,0,37680,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99670,'N/A',0,0,37680,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99671,'Yes',0,0,37681,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99672,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,37681,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99673,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,37681,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99674,'N/A',0,0,37681,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99675,'Other',20,0,37681,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99676,'Yes',0,0,37682,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99677,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,37682,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99678,'NA',0,0,37682,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99679,'Other',20,0,37682,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99680,'Yes. The shortest route has been put into the plan',0,0,37683,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99681,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,37683,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99682,'NA',0,0,37683,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99683,'Other',20,0,37683,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99684,'Yes. There is more than one exit available.',1,0,37684,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99685,'No. There is only one escape exit available.',0,0,37684,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99686,'Other',20,0,37684,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99687,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,37685,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99688,'No. The exits are not efficient enough for the building.',9,0,37685,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99689,'NA',0,0,37685,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99690,'Other',20,0,37685,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99691,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,37686,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99692,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,37686,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99693,'NA',0,0,37686,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99694,'Other',20,0,37686,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99695,'Yes. Escape routes are kept clear throughout the building.',0,0,37687,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99696,'No. There are obstructions on one or more escape routes.',6,0,37687,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99697,'N/A',0,0,37687,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99698,'Other',20,0,37687,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99699,'Yes. Assembly points are clearly marked.',0,0,37688,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99700,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,37688,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99701,'NA',0,0,37688,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99702,'Other',20,0,37688,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99703,'Yes',0,0,37689,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99704,'No. There is no assembly point or the assembly point is too small.',8,0,37689,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99705,'NA',0,0,37689,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99706,'Other',20,0,37689,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99707,'Evacuation only',3,0,37690,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99708,'Delayed evacuation process with 15 minute time delay',4,0,37690,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99709,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,37690,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99710,'Other',20,0,37690,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99711,'Employees',2,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99712,'Sub-Contractors',3,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99713,'Young Persons',4,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99714,'Visitors',4,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99715,'The General Public (Customers)',4,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99716,'Disabled or Special needs People less able to leave the premises quickly',7,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99717,'Occupants in Remote Areas',6,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99718,'Sleeping Occupants',7,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99719,'Neighbouring Premises',2,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99720,'Tenants / Owners',3,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99721,'Animals / Livestock',2,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99722,'Other',0,0,37692,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99723,'9:00 - 17:00',0,0,37695,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99724,'17:00 - 24:00',0,0,37695,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99725,'24:00 - 9:00',0,0,37695,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99726,'9:00 - 17:00',0,0,37696,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99727,'17:00 - 24:00',0,0,37696,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99728,'24:00 - 9:00',0,0,37696,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99729,'9:00 - 17:00',0,0,37697,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99730,'17:00 - 24:00',0,0,37697,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99731,'24:00 - 9:00',0,0,37697,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99732,'9:00 - 17:00',0,0,37698,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99733,'17:00 - 24:00',0,0,37698,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99734,'24:00 - 9:00',0,0,37698,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99735,'9:00 - 17:00',0,0,37699,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99736,'17:00 - 24:00',0,0,37699,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99737,'24:00 - 9:00',0,0,37699,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99738,'9:00 - 17:00',0,0,37700,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99739,'17:00 - 24:00',0,0,37700,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99740,'24:00 - 9:00',0,0,37700,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99741,'9:00 - 17:00',0,0,37701,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99742,'17:00 - 24:00',0,0,37701,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99743,'24:00 - 9:00',0,0,37701,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99744,'Below 20',1,0,37702,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99745,'20-49',2,0,37702,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99746,'50-99',2,0,37702,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99747,'100-499',3,0,37702,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99748,'500-999',4,0,37702,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99749,'1000',5,0,37702,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99750,'Single Stage Evacuation',0,0,37703,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99751,'Staged Evacuation',0,0,37703,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99752,'Simultaneous Evacuation',0,0,37703,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99753,'Phased Evacuation',0,0,37703,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99754,'Staff Alarm Only',0,0,37703,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99755,'Stay Put Policy',0,0,37703,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99756,'Yes. A responsible person has been nominated.',0,0,37704,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99757,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,37704,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99758,'Other',20,0,37704,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99759,'N/A',0,0,37704,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99760,'Yes. A competent person is available to assist in fire safety measures.',0,0,37705,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99761,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,37705,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99762,'Other',20,0,37705,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99763,'N/A',0,0,37705,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99764,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,37706,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99765,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,37706,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99766,'Other',20,0,37706,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99767,'N/A',0,0,37706,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99768,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,37708,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99769,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,37708,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99770,'Other',20,0,37708,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99771,'N/A',0,0,37708,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99772,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,37710,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99773,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,37710,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99774,'Other',20,0,37710,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99775,'N/A',0,0,37710,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99776,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,37711,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99777,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,37711,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99778,'Other',20,0,37711,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99779,'N/A',0,0,37711,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99780,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,37712,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99781,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,37712,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99782,'Other',20,0,37712,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99783,'N/A',0,0,37712,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99784,'Yes. The plan is readily available.',0,0,37714,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99785,'No. The plan is not available.',3,0,37714,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99786,'Other',20,0,37714,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99787,'N/A',0,0,37714,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99788,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,37715,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99789,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,37715,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99790,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,37715,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99791,'Other',20,0,37715,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99792,'N/A',0,0,37715,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99793,'Yes. There are suitable arrangements in place to prevent danger.',0,0,37716,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99794,'No. There are not suitable arrangements in place to prevent danger..',4,0,37716,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99795,'Other',20,0,37716,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99796,'N/A',0,0,37716,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99797,'Yes. The company has a full evacuation system in place.',0,0,37717,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99798,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,37717,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(99799,'Other',20,0,37717,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99800,'N/A',0,0,37717,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99801,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,37718,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99802,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,37718,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99803,'Other',20,0,37718,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99804,'N/A',0,0,37718,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99805,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,37719,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99806,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,37719,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99807,'Other',20,0,37719,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99808,'N/A',0,0,37719,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99809,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,37720,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99810,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,37720,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99811,'Other',20,0,37720,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99812,'N/A',0,0,37720,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99813,'Yes. They do consider other organisation within the building.',0,0,37721,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99814,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,37721,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99815,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,37721,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99816,'Other',20,0,37721,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99817,'N/A',0,0,37721,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99818,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,37722,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99819,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,37722,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99820,'Other',20,0,37722,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99821,'N/A',0,0,37722,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99822,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,37725,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99823,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,37725,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99824,'No. There is no fire risk logbook.',5,0,37725,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99825,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,37726,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99826,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,37726,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99827,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,37726,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99828,'N/A',0,0,37726,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99829,'Other',20,0,37726,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99830,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,37728,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99831,'Yes. They are installed, and signs are displayed.',0,0,37728,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99832,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,37728,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99833,'N/A',0,0,37728,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99834,'Other',20,0,37728,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99835,'Yes, they are in good condition & positioned correctly.',0,0,37730,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99836,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,37730,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99837,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,37730,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99838,'Other',20,0,37730,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99839,'N/A',0,0,37730,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99840,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,37731,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99841,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,37731,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99842,'Other',20,0,37731,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99843,'N/A',0,0,37731,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99844,'Yes. There is suitable Emergency lighting in the building.',0,0,37732,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99845,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,37732,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99846,'Other',20,0,37732,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99847,'N/A',0,0,37732,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99848,'Yes. They are in good condition with no obstructions.',0,0,37733,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99849,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,37733,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99850,'Other',20,0,37733,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99851,'N/A',0,0,37733,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99852,'Yes. User checks are recorded into the fire risk logbook.',0,0,37735,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99853,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,37735,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99854,'Other',20,0,37735,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99855,'N/A',0,0,37735,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99856,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,37736,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99857,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,37736,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99858,'Other',20,0,37736,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99859,'N/A',0,0,37736,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99860,'Yes. Once per year.',1,0,37738,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99861,'Yes. Twice per year.',0,0,37738,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99862,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,37738,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99863,'Other',20,0,37738,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99864,'Yes. The fire risk assessment is reviewed annually.',0,0,37739,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99865,'No. (Recommend immediate update to ensure compliance.)',5,0,37739,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99866,'NA',5,0,37739,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99867,'Other',20,0,37739,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99868,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,37740,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99869,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,37740,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99870,'N/A',0,0,37740,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99871,'Other',20,0,37740,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99872,'Yes. Training has been provided',0,0,37741,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99873,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,37741,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99874,'Other',20,0,37741,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99875,'N/A',0,0,37741,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99876,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,37742,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99877,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,37742,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99878,'NA',0,0,37742,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99879,'Other',20,0,37742,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99880,'Yes. Training has been documented on induction.',0,0,37743,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99881,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,37743,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99882,'NA',0,0,37743,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99883,'Other',20,0,37743,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99884,'Yes. This is part of the fire training program and fire warden duties.',0,0,37744,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99885,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,37744,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99886,'NA',0,0,37744,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99887,'Other',20,0,37744,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99888,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,37745,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99889,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,37745,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99890,'Other',20,0,37745,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99891,'N/A',0,0,37745,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99892,'Yes. Fire wardens receive refresher training regularly.',0,0,37746,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99893,'No',5,0,37746,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99894,'N/A',0,0,37746,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99895,'Other',20,0,37746,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99896,'Other',20,0,37746,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99897,'Detached',1,0,37747,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99898,'Semi Detached',2,0,37747,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99899,'Terraced',3,0,37747,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99900,'Linked-Terraced',1,0,37747,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99901,'End Terraced',2,0,37747,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99902,'Other',20,0,37747,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99903,'House',1,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99904,'Bungalow',1,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99905,'Maisonette',3,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99906,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99907,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99908,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99909,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99910,'Underground Property',1,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99911,'Factory / Warehouse',3,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99912,'Garage / Workshop',3,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99913,'Retail Shop',2,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99914,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99915,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99916,'Other',20,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99917,'Other',20,0,37748,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99918,'N/A',0,0,37753,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99919,'Number of staircase',0,0,37753,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99920,'25%',1,0,37765,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99921,'50%',1,0,37765,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99922,'75%',1,0,37765,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99923,'100%',1,0,37765,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99924,'Other',20,0,37765,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99925,'Yes',1,0,37767,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99926,'No',3,0,37767,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99927,'Unknown',3,0,37767,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99928,'Stone',0,0,37767,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99929,'Other',20,0,37767,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99930,'Yes',1,0,37768,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99931,'No',5,0,37768,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99932,'Unknown',5,0,37768,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99933,'Stone',0,0,37768,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99934,'Other',20,0,37768,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99935,'Wood',2,0,37769,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99936,'Plastics',1,0,37769,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99937,'Aluminium',0,0,37769,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99938,'Stone',0,0,37769,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99939,'Other',20,0,37769,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99940,'0%',0,0,37771,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99941,'25%',1,0,37771,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99942,'50%',1,0,37771,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99943,'75%',1,0,37771,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99944,'100%',1,0,37771,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99945,'0%',0,0,37772,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99946,'25%',2,0,37772,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99947,'50%',2,0,37772,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99948,'75%',2,0,37772,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99949,'100%',2,0,37772,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99950,'0%',0,0,37773,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99951,'25%',1,0,37773,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99952,'50%',1,0,37773,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99953,'75%',1,0,37773,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99954,'100%',1,0,37773,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99955,'Solid concrete flooring on all levels',0,0,37774,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99956,'Timber joists on all levels',3,0,37774,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99957,'Concrete lowest floor – Timber above higher levels',3,0,37774,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99958,'Other',20,0,37774,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99959,'Yes',1,0,37777,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99960,'No',6,0,37777,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99961,'N/A',0,0,37777,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99962,'Yes',2,0,37779,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99963,'No',8,0,37779,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99964,'N/A',0,0,37779,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99965,'Yes',1,0,37781,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99966,'No',6,0,37781,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99967,'N/A',0,0,37781,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99968,'Yes',1,0,37783,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99969,'No',6,0,37783,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99970,'N/A',0,0,37783,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99971,'Yes',1,0,37785,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99972,'No',6,0,37785,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99973,'N/A',0,0,37785,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99974,'0%',1,0,37791,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99975,'1% - 25%',1,0,37791,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99976,'26% - 50%',1,0,37791,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99977,'51% - 75%',1,0,37791,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99978,'76% - 100%',1,0,37791,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99979,'0%',1,0,37792,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99980,'1% - 25%',1,0,37792,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99981,'26% - 50%',1,0,37792,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99982,'51% - 75%',1,0,37792,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99983,'76% - 100%',1,0,37792,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99984,'0%',1,0,37793,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99985,'1% - 25%',1,0,37793,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99986,'26% - 50%',1,0,37793,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99987,'51% - 75%',1,0,37793,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99988,'76% - 100%',1,0,37793,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99989,'0%',1,0,37795,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99990,'1% - 25%',1,0,37795,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99991,'26% - 50%',1,0,37795,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99992,'51% - 75%',1,0,37795,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99993,'76% - 100%',1,0,37795,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99994,'0%',1,0,37796,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99995,'1% - 25%',1,0,37796,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99996,'26% - 50%',1,0,37796,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99997,'51% - 75%',1,0,37796,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99998,'76% - 100%',1,0,37796,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(99999,'0%',1,0,37797,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100000,'1% - 25%',1,0,37797,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100001,'26% - 50%',1,0,37797,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100002,'51% - 75%',1,0,37797,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100003,'76% - 100%',1,0,37797,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100004,'0%',1,0,37799,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100005,'1% - 25%',1,0,37799,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100006,'26% - 50%',1,0,37799,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100007,'51% - 75%',1,0,37799,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100008,'76% - 100%',1,0,37799,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100009,'0%',1,0,37800,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100010,'1% - 25%',1,0,37800,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100011,'26% - 50%',1,0,37800,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100012,'51% - 75%',1,0,37800,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100013,'76% - 100%',1,0,37800,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100014,'0%',1,0,37801,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100015,'1% - 25%',1,0,37801,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100016,'26% - 50%',1,0,37801,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100017,'51% - 75%',1,0,37801,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100018,'76% - 100%',1,0,37801,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100019,'Very Good',0,0,37802,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100020,'Good',1,0,37802,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100021,'Fair',2,0,37802,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100022,'Poor',3,0,37802,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100023,'Very Poor',4,0,37802,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100024,'0%',1,0,37804,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100025,'1% - 25%',1,0,37804,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100026,'26% - 50%',1,0,37804,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100027,'51% - 75%',1,0,37804,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100028,'76% - 100%',1,0,37804,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100029,'0%',1,0,37805,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100030,'1% - 25%',1,0,37805,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100031,'26% - 50%',1,0,37805,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100032,'51% - 75%',1,0,37805,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100033,'76% - 100%',1,0,37805,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100034,'0%',1,0,37806,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100035,'1% - 25%',1,0,37806,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100036,'26% - 50%',1,0,37806,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100037,'51% - 75%',1,0,37806,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100038,'76% - 100%',1,0,37806,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100039,'0%',1,0,37808,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100040,'1% - 25%',1,0,37808,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100041,'26% - 50%',1,0,37808,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100042,'51% - 75%',1,0,37808,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100043,'76% - 100%',1,0,37808,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100044,'0%',1,0,37809,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100045,'1% - 25%',1,0,37809,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100046,'26% - 50%',1,0,37809,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100047,'51% - 75%',1,0,37809,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100048,'76% - 100%',1,0,37809,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100049,'0%',1,0,37810,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100050,'1% - 25%',1,0,37810,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100051,'26% - 50%',1,0,37810,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100052,'51% - 75%',1,0,37810,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100053,'76% - 100%',1,0,37810,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100054,'0%',1,0,37812,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100055,'1% - 25%',1,0,37812,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100056,'26% - 50%',1,0,37812,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100057,'51% - 75%',1,0,37812,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100058,'76% - 100%',1,0,37812,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100059,'0%',1,0,37813,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100060,'1% - 25%',1,0,37813,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100061,'26% - 50%',1,0,37813,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100062,'51% - 75%',1,0,37813,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100063,'76% - 100%',1,0,37813,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100064,'0%',1,0,37814,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100065,'1% - 25%',1,0,37814,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100066,'26% - 50%',1,0,37814,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100067,'51% - 75%',1,0,37814,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100068,'76% - 100%',1,0,37814,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100069,'0%',5,0,37816,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100070,'1% - 25%',4,0,37816,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100071,'26% - 50%',3,0,37816,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100072,'51% - 75%',2,0,37816,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100073,'76% - 100%',1,0,37816,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100074,'0%',1,0,37817,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100075,'1% - 25%',1,0,37817,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100076,'26% - 50%',1,0,37817,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100077,'51% - 75%',1,0,37817,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100078,'76% - 100%',1,0,37817,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100079,'0%',1,0,37818,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100080,'1% - 25%',1,0,37818,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100081,'26% - 50%',1,0,37818,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100082,'51% - 75%',1,0,37818,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100083,'76% - 100%',1,0,37818,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100084,'0%',1,0,37820,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100085,'1% - 25%',1,0,37820,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100086,'26% - 50%',1,0,37820,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100087,'51% - 75%',1,0,37820,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100088,'76% - 100%',1,0,37820,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100089,'0%',1,0,37821,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100090,'1% - 25%',1,0,37821,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100091,'26% - 50%',1,0,37821,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100092,'51% - 75%',1,0,37821,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100093,'76% - 100%',1,0,37821,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100094,'0%',1,0,37822,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100095,'1% - 25%',1,0,37822,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100096,'26% - 50%',1,0,37822,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100097,'51% - 75%',1,0,37822,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100098,'76% - 100%',1,0,37822,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100099,'0%',1,0,37824,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100100,'1% - 25%',1,0,37824,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100101,'26% - 50%',1,0,37824,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100102,'51% - 75%',1,0,37824,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100103,'76% - 100%',1,0,37824,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100104,'0%',1,0,37825,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100105,'1% - 25%',1,0,37825,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100106,'26% - 50%',1,0,37825,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100107,'51% - 75%',1,0,37825,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100108,'76% - 100%',1,0,37825,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100109,'0%',1,0,37826,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100110,'1% - 25%',1,0,37826,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100111,'26% - 50%',1,0,37826,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100112,'51% - 75%',1,0,37826,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100113,'76% - 100%',1,0,37826,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100114,'Director',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100115,'Owner / Landlord',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100116,'Site Manager',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100117,'Estate Agent',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100118,'Letting Agent',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100119,'Director',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100120,'CEO',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100121,'Fire Warden / Supervisor',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100122,'Fire Risk Assessor',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100123,'Other',0,0,37834,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100124,'Nebosh',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100125,'Level 2 Fire Risk Assessor',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100126,'Competant Person',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100127,'Property Manager',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100128,'Construction Manager',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100129,'Fire Warden / Fire Marshall',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100130,'Director',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100131,'CEO',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100132,'N/A',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100133,'Other',0,0,37835,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(100134,'Fan Heaters',4,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100135,'Electric Heaters',4,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100136,'Gas Heater',5,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100137,'Other Boilers',2,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100138,'Electrical Equipment',3,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100139,'Electrical Leads',3,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100140,'Portable Equipment',3,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100141,'Portable Lighting',2,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100142,'Cooking Equipment',6,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100143,'Other',20,0,37846,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100144,'Wood/Paper/Cardboard etc',3,0,37848,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100145,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,37848,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100146,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,37848,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100147,'Waste Material Controlled -in locked wheely bin or store',2,0,37848,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100148,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,37848,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100149,'Other',20,0,37848,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100150,'Yes. There is a certificate within the last 6 months.',0,0,37851,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100151,'The certificate was issued within the last 12 months.',2,0,37851,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100152,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,37851,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100153,'N/A',0,0,37851,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100154,'Other',20,0,37851,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100155,'Yes. Certification within 6 months',0,0,37853,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100156,'Yes. Certification within 12 months',2,0,37853,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100157,'No certification. (Recommend testing by fire safety specialist)',5,0,37853,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100158,'N/A',0,0,37853,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100159,'Other',20,0,37853,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100160,'Yes. Service and test certification is within 12 months',0,0,37854,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100161,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,37854,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100162,'N/A',0,0,37854,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100163,'Other',20,0,37854,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100164,'Yes. The EICR test certification is complete within last 5 years',0,0,37856,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100165,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,37856,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100166,'N/A',0,0,37856,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100167,'Other',20,0,37856,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100168,'Yes',0,0,37858,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100169,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,37858,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100170,'N/A',0,0,37858,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100171,'Other',20,0,37858,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100172,'Yes',0,0,37860,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100173,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,37860,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100174,'N/A',0,0,37860,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100175,'Other',20,0,37860,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100176,'Yes',0,0,37862,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100177,'No. There are hot working areas but no fire blankets are present.',5,0,37862,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100178,'N/A',0,0,37862,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100179,'Other',20,0,37862,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100180,'Yes. They are provided and ready to use located in a communal area.',0,0,37864,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100181,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,37864,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100182,'N/A',0,0,37864,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100183,'Other',20,0,37864,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100184,'Yes',2,0,37865,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100185,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,37865,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100186,'The property does not have a gas connection.',0,0,37865,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100187,'N/A',0,0,37865,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100188,'Yes',0,0,37866,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100189,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,37866,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100190,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,37866,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100191,'N/A',0,0,37866,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100192,'Other',20,0,37866,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100193,'Yes',0,0,37867,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100194,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,37867,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100195,'NA',0,0,37867,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100196,'Other',20,0,37867,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100197,'Yes. The shortest route has been put into the plan',0,0,37868,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100198,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,37868,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100199,'NA',0,0,37868,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100200,'Other',20,0,37868,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100201,'Yes. There is more than one exit available.',1,0,37869,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100202,'No. There is only one escape exit available.',0,0,37869,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100203,'Other',20,0,37869,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100204,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,37870,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100205,'No. The exits are not efficient enough for the building.',9,0,37870,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100206,'NA',0,0,37870,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100207,'Other',20,0,37870,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(100208,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,37871,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100209,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,37871,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100210,'NA',0,0,37871,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100211,'Other',20,0,37871,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100212,'Yes. Escape routes are kept clear throughout the building.',0,0,37872,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100213,'No. There are obstructions on one or more escape routes.',6,0,37872,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100214,'N/A',0,0,37872,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100215,'Other',20,0,37872,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100216,'Yes. Assembly points are clearly marked.',0,0,37873,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100217,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,37873,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100218,'NA',0,0,37873,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100219,'Other',20,0,37873,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100220,'Yes',0,0,37874,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100221,'No. There is no assembly point or the assembly point is too small.',8,0,37874,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100222,'NA',0,0,37874,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100223,'Other',20,0,37874,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100224,'Evacuation only',3,0,37875,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100225,'Delayed evacuation process with 15 minute time delay',4,0,37875,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100226,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,37875,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100227,'Other',20,0,37875,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100228,'Employees',2,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100229,'Sub-Contractors',3,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100230,'Young Persons',4,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100231,'Visitors',4,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100232,'The General Public (Customers)',4,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100233,'Disabled or Special needs People less able to leave the premises quickly',7,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100234,'Occupants in Remote Areas',6,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100235,'Sleeping Occupants',7,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100236,'Neighbouring Premises',2,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100237,'Tenants / Owners',3,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100238,'Animals / Livestock',2,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100239,'Other',0,0,37877,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100240,'9:00 - 17:00',0,0,37880,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100241,'17:00 - 24:00',0,0,37880,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100242,'24:00 - 9:00',0,0,37880,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100243,'9:00 - 17:00',0,0,37881,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100244,'17:00 - 24:00',0,0,37881,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100245,'24:00 - 9:00',0,0,37881,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100246,'9:00 - 17:00',0,0,37882,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100247,'17:00 - 24:00',0,0,37882,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100248,'24:00 - 9:00',0,0,37882,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100249,'9:00 - 17:00',0,0,37883,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100250,'17:00 - 24:00',0,0,37883,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100251,'24:00 - 9:00',0,0,37883,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100252,'9:00 - 17:00',0,0,37884,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100253,'17:00 - 24:00',0,0,37884,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100254,'24:00 - 9:00',0,0,37884,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100255,'9:00 - 17:00',0,0,37885,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100256,'17:00 - 24:00',0,0,37885,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100257,'24:00 - 9:00',0,0,37885,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100258,'9:00 - 17:00',0,0,37886,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100259,'17:00 - 24:00',0,0,37886,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100260,'24:00 - 9:00',0,0,37886,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100261,'Below 20',1,0,37887,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100262,'20-49',2,0,37887,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100263,'50-99',2,0,37887,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100264,'100-499',3,0,37887,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100265,'500-999',4,0,37887,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100266,'1000',5,0,37887,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100267,'Single Stage Evacuation',0,0,37888,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100268,'Staged Evacuation',0,0,37888,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100269,'Simultaneous Evacuation',0,0,37888,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100270,'Phased Evacuation',0,0,37888,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100271,'Staff Alarm Only',0,0,37888,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100272,'Stay Put Policy',0,0,37888,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100273,'Yes. A responsible person has been nominated.',0,0,37889,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100274,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,37889,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100275,'Other',20,0,37889,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100276,'N/A',0,0,37889,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100277,'Yes. A competent person is available to assist in fire safety measures.',0,0,37890,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100278,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,37890,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100279,'Other',20,0,37890,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100280,'N/A',0,0,37890,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100281,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,37891,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100282,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,37891,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100283,'Other',20,0,37891,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100284,'N/A',0,0,37891,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100285,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,37893,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100286,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,37893,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100287,'Other',20,0,37893,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100288,'N/A',0,0,37893,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100289,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,37895,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100290,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,37895,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100291,'Other',20,0,37895,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100292,'N/A',0,0,37895,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100293,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,37896,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100294,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,37896,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100295,'Other',20,0,37896,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100296,'N/A',0,0,37896,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100297,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,37897,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100298,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,37897,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100299,'Other',20,0,37897,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100300,'N/A',0,0,37897,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100301,'Yes. The plan is readily available.',0,0,37899,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100302,'No. The plan is not available.',3,0,37899,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100303,'Other',20,0,37899,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100304,'N/A',0,0,37899,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100305,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,37900,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100306,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,37900,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100307,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,37900,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100308,'Other',20,0,37900,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100309,'N/A',0,0,37900,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100310,'Yes. There are suitable arrangements in place to prevent danger.',0,0,37901,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100311,'No. There are not suitable arrangements in place to prevent danger..',4,0,37901,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100312,'Other',20,0,37901,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100313,'N/A',0,0,37901,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100314,'Yes. The company has a full evacuation system in place.',0,0,37902,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100315,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,37902,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100316,'Other',20,0,37902,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100317,'N/A',0,0,37902,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100318,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,37903,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100319,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,37903,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100320,'Other',20,0,37903,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100321,'N/A',0,0,37903,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100322,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,37904,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100323,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,37904,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100324,'Other',20,0,37904,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100325,'N/A',0,0,37904,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100326,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,37905,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100327,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,37905,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100328,'Other',20,0,37905,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100329,'N/A',0,0,37905,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100330,'Yes. They do consider other organisation within the building.',0,0,37906,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100331,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,37906,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100332,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,37906,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100333,'Other',20,0,37906,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100334,'N/A',0,0,37906,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100335,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,37907,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100336,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,37907,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100337,'Other',20,0,37907,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100338,'N/A',0,0,37907,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100339,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,37910,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100340,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,37910,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100341,'No. There is no fire risk logbook.',5,0,37910,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100342,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,37911,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100343,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,37911,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100344,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,37911,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100345,'N/A',0,0,37911,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100346,'Other',20,0,37911,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100347,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,37913,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100348,'Yes. They are installed, and signs are displayed.',0,0,37913,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100349,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,37913,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100350,'N/A',0,0,37913,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100351,'Other',20,0,37913,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100352,'Yes, they are in good condition & positioned correctly.',0,0,37915,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100353,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,37915,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100354,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,37915,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100355,'Other',20,0,37915,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100356,'N/A',0,0,37915,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100357,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,37916,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100358,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,37916,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100359,'Other',20,0,37916,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100360,'N/A',0,0,37916,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100361,'Yes. There is suitable Emergency lighting in the building.',0,0,37917,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100362,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,37917,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100363,'Other',20,0,37917,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100364,'N/A',0,0,37917,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100365,'Yes. They are in good condition with no obstructions.',0,0,37918,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100366,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,37918,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100367,'Other',20,0,37918,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100368,'N/A',0,0,37918,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100369,'Yes. User checks are recorded into the fire risk logbook.',0,0,37920,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100370,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,37920,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100371,'Other',20,0,37920,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100372,'N/A',0,0,37920,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100373,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,37921,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100374,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,37921,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100375,'Other',20,0,37921,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100376,'N/A',0,0,37921,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100377,'Yes. Once per year.',1,0,37923,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100378,'Yes. Twice per year.',0,0,37923,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100379,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,37923,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100380,'Other',20,0,37923,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100381,'Yes. The fire risk assessment is reviewed annually.',0,0,37924,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100382,'No. (Recommend immediate update to ensure compliance.)',5,0,37924,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100383,'NA',5,0,37924,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100384,'Other',20,0,37924,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100385,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,37925,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100386,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,37925,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100387,'N/A',0,0,37925,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100388,'Other',20,0,37925,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100389,'Yes. Training has been provided',0,0,37926,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100390,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,37926,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100391,'Other',20,0,37926,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100392,'N/A',0,0,37926,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100393,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,37927,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100394,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,37927,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100395,'NA',0,0,37927,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100396,'Other',20,0,37927,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100397,'Yes. Training has been documented on induction.',0,0,37928,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100398,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,37928,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100399,'NA',0,0,37928,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100400,'Other',20,0,37928,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100401,'Yes. This is part of the fire training program and fire warden duties.',0,0,37929,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100402,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,37929,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100403,'NA',0,0,37929,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100404,'Other',20,0,37929,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100405,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,37930,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100406,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,37930,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100407,'Other',20,0,37930,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100408,'N/A',0,0,37930,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100409,'Yes. Fire wardens receive refresher training regularly.',0,0,37931,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100410,'No',5,0,37931,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100411,'N/A',0,0,37931,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100412,'Other',20,0,37931,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100413,'Other',20,0,37931,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100414,'Detached',1,0,37932,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100415,'Semi Detached',2,0,37932,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100416,'Terraced',3,0,37932,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100417,'Linked-Terraced',1,0,37932,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100418,'End Terraced',2,0,37932,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100419,'Other',20,0,37932,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100420,'House',1,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100421,'Bungalow',1,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100422,'Maisonette',3,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100423,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100424,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100425,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100426,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100427,'Underground Property',1,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100428,'Factory / Warehouse',3,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100429,'Garage / Workshop',3,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100430,'Retail Shop',2,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100431,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100432,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100433,'Other',20,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100434,'Other',20,0,37933,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100435,'N/A',0,0,37938,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100436,'Number of staircase',0,0,37938,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100437,'25%',1,0,37950,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100438,'50%',1,0,37950,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100439,'75%',1,0,37950,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100440,'100%',1,0,37950,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100441,'Other',20,0,37950,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100442,'Yes',1,0,37952,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100443,'No',3,0,37952,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100444,'Unknown',3,0,37952,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100445,'Stone',0,0,37952,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100446,'Other',20,0,37952,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100447,'Yes',1,0,37953,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100448,'No',5,0,37953,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100449,'Unknown',5,0,37953,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100450,'Stone',0,0,37953,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100451,'Other',20,0,37953,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100452,'Wood',2,0,37954,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100453,'Plastics',1,0,37954,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100454,'Aluminium',0,0,37954,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100455,'Stone',0,0,37954,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100456,'Other',20,0,37954,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100457,'0%',0,0,37956,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100458,'25%',1,0,37956,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100459,'50%',1,0,37956,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100460,'75%',1,0,37956,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100461,'100%',1,0,37956,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100462,'0%',0,0,37957,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100463,'25%',2,0,37957,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100464,'50%',2,0,37957,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100465,'75%',2,0,37957,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100466,'100%',2,0,37957,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100467,'0%',0,0,37958,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100468,'25%',1,0,37958,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100469,'50%',1,0,37958,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100470,'75%',1,0,37958,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100471,'100%',1,0,37958,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100472,'Solid concrete flooring on all levels',0,0,37959,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100473,'Timber joists on all levels',3,0,37959,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100474,'Concrete lowest floor – Timber above higher levels',3,0,37959,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100475,'Other',20,0,37959,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100476,'Yes',1,0,37962,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100477,'No',6,0,37962,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100478,'N/A',0,0,37962,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100479,'Yes',2,0,37964,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100480,'No',8,0,37964,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100481,'N/A',0,0,37964,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100482,'Yes',1,0,37966,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100483,'No',6,0,37966,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100484,'N/A',0,0,37966,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100485,'Yes',1,0,37968,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100486,'No',6,0,37968,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100487,'N/A',0,0,37968,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100488,'Yes',1,0,37970,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100489,'No',6,0,37970,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100490,'N/A',0,0,37970,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100491,'0%',1,0,37976,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100492,'1% - 25%',1,0,37976,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100493,'26% - 50%',1,0,37976,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100494,'51% - 75%',1,0,37976,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100495,'76% - 100%',1,0,37976,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100496,'0%',1,0,37977,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100497,'1% - 25%',1,0,37977,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100498,'26% - 50%',1,0,37977,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100499,'51% - 75%',1,0,37977,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100500,'76% - 100%',1,0,37977,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100501,'0%',1,0,37978,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100502,'1% - 25%',1,0,37978,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100503,'26% - 50%',1,0,37978,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100504,'51% - 75%',1,0,37978,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100505,'76% - 100%',1,0,37978,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100506,'0%',1,0,37980,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100507,'1% - 25%',1,0,37980,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100508,'26% - 50%',1,0,37980,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100509,'51% - 75%',1,0,37980,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100510,'76% - 100%',1,0,37980,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100511,'0%',1,0,37981,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100512,'1% - 25%',1,0,37981,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100513,'26% - 50%',1,0,37981,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100514,'51% - 75%',1,0,37981,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100515,'76% - 100%',1,0,37981,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100516,'0%',1,0,37982,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100517,'1% - 25%',1,0,37982,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100518,'26% - 50%',1,0,37982,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100519,'51% - 75%',1,0,37982,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100520,'76% - 100%',1,0,37982,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100521,'0%',1,0,37984,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100522,'1% - 25%',1,0,37984,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100523,'26% - 50%',1,0,37984,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100524,'51% - 75%',1,0,37984,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100525,'76% - 100%',1,0,37984,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100526,'0%',1,0,37985,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100527,'1% - 25%',1,0,37985,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100528,'26% - 50%',1,0,37985,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100529,'51% - 75%',1,0,37985,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100530,'76% - 100%',1,0,37985,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100531,'0%',1,0,37986,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100532,'1% - 25%',1,0,37986,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100533,'26% - 50%',1,0,37986,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100534,'51% - 75%',1,0,37986,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100535,'76% - 100%',1,0,37986,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100536,'Very Good',0,0,37987,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100537,'Good',1,0,37987,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100538,'Fair',2,0,37987,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100539,'Poor',3,0,37987,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100540,'Very Poor',4,0,37987,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100541,'0%',1,0,37989,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100542,'1% - 25%',1,0,37989,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100543,'26% - 50%',1,0,37989,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100544,'51% - 75%',1,0,37989,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100545,'76% - 100%',1,0,37989,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100546,'0%',1,0,37990,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100547,'1% - 25%',1,0,37990,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100548,'26% - 50%',1,0,37990,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100549,'51% - 75%',1,0,37990,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100550,'76% - 100%',1,0,37990,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100551,'0%',1,0,37991,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100552,'1% - 25%',1,0,37991,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100553,'26% - 50%',1,0,37991,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100554,'51% - 75%',1,0,37991,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100555,'76% - 100%',1,0,37991,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100556,'0%',1,0,37993,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100557,'1% - 25%',1,0,37993,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100558,'26% - 50%',1,0,37993,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100559,'51% - 75%',1,0,37993,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100560,'76% - 100%',1,0,37993,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100561,'0%',1,0,37994,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100562,'1% - 25%',1,0,37994,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100563,'26% - 50%',1,0,37994,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100564,'51% - 75%',1,0,37994,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100565,'76% - 100%',1,0,37994,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100566,'0%',1,0,37995,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100567,'1% - 25%',1,0,37995,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100568,'26% - 50%',1,0,37995,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100569,'51% - 75%',1,0,37995,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100570,'76% - 100%',1,0,37995,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100571,'0%',1,0,37997,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100572,'1% - 25%',1,0,37997,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100573,'26% - 50%',1,0,37997,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100574,'51% - 75%',1,0,37997,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100575,'76% - 100%',1,0,37997,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100576,'0%',1,0,37998,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100577,'1% - 25%',1,0,37998,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100578,'26% - 50%',1,0,37998,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100579,'51% - 75%',1,0,37998,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100580,'76% - 100%',1,0,37998,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100581,'0%',1,0,37999,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100582,'1% - 25%',1,0,37999,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100583,'26% - 50%',1,0,37999,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100584,'51% - 75%',1,0,37999,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100585,'76% - 100%',1,0,37999,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100586,'0%',5,0,38001,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100587,'1% - 25%',4,0,38001,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100588,'26% - 50%',3,0,38001,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100589,'51% - 75%',2,0,38001,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100590,'76% - 100%',1,0,38001,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100591,'0%',1,0,38002,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100592,'1% - 25%',1,0,38002,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100593,'26% - 50%',1,0,38002,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100594,'51% - 75%',1,0,38002,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100595,'76% - 100%',1,0,38002,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100596,'0%',1,0,38003,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100597,'1% - 25%',1,0,38003,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100598,'26% - 50%',1,0,38003,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100599,'51% - 75%',1,0,38003,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100600,'76% - 100%',1,0,38003,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100601,'0%',1,0,38005,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100602,'1% - 25%',1,0,38005,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100603,'26% - 50%',1,0,38005,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100604,'51% - 75%',1,0,38005,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100605,'76% - 100%',1,0,38005,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100606,'0%',1,0,38006,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100607,'1% - 25%',1,0,38006,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100608,'26% - 50%',1,0,38006,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100609,'51% - 75%',1,0,38006,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100610,'76% - 100%',1,0,38006,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100611,'0%',1,0,38007,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100612,'1% - 25%',1,0,38007,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100613,'26% - 50%',1,0,38007,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100614,'51% - 75%',1,0,38007,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100615,'76% - 100%',1,0,38007,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100616,'0%',1,0,38009,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100617,'1% - 25%',1,0,38009,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100618,'26% - 50%',1,0,38009,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100619,'51% - 75%',1,0,38009,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100620,'76% - 100%',1,0,38009,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100621,'0%',1,0,38010,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100622,'1% - 25%',1,0,38010,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100623,'26% - 50%',1,0,38010,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100624,'51% - 75%',1,0,38010,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100625,'76% - 100%',1,0,38010,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100626,'0%',1,0,38011,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100627,'1% - 25%',1,0,38011,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100628,'26% - 50%',1,0,38011,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100629,'51% - 75%',1,0,38011,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100630,'76% - 100%',1,0,38011,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100631,'Director',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100632,'Owner / Landlord',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100633,'Site Manager',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100634,'Estate Agent',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100635,'Letting Agent',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100636,'Director',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100637,'CEO',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100638,'Fire Warden / Supervisor',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100639,'Fire Risk Assessor',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100640,'Other',0,0,38019,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100641,'Nebosh',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100642,'Level 2 Fire Risk Assessor',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100643,'Competant Person',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100644,'Property Manager',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100645,'Construction Manager',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100646,'Fire Warden / Fire Marshall',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100647,'Director',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100648,'CEO',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100649,'N/A',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100650,'Other',0,0,38020,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(100651,'Fan Heaters',4,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100652,'Electric Heaters',4,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100653,'Gas Heater',5,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100654,'Other Boilers',2,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100655,'Electrical Equipment',3,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100656,'Electrical Leads',3,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100657,'Portable Equipment',3,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100658,'Portable Lighting',2,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100659,'Cooking Equipment',6,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100660,'Other',20,0,38034,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100661,'Wood/Paper/Cardboard etc',3,0,38036,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100662,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,38036,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100663,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,38036,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100664,'Waste Material Controlled -in locked wheely bin or store',2,0,38036,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100665,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,38036,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100666,'Other',20,0,38036,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100667,'Yes. There is a certificate within the last 6 months.',0,0,38039,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100668,'The certificate was issued within the last 12 months.',2,0,38039,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100669,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,38039,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100670,'N/A',0,0,38039,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100671,'Other',20,0,38039,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100672,'Yes. Certification within 6 months',0,0,38041,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100673,'Yes. Certification within 12 months',2,0,38041,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100674,'No certification. (Recommend testing by fire safety specialist)',5,0,38041,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100675,'N/A',0,0,38041,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100676,'Other',20,0,38041,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100677,'Yes. Service and test certification is within 12 months',0,0,38042,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100678,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,38042,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100679,'N/A',0,0,38042,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100680,'Other',20,0,38042,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100681,'Yes. The EICR test certification is complete within last 5 years',0,0,38044,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100682,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,38044,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100683,'N/A',0,0,38044,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100684,'Other',20,0,38044,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100685,'Yes',0,0,38046,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100686,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,38046,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100687,'N/A',0,0,38046,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100688,'Other',20,0,38046,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100689,'Yes',0,0,38048,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100690,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,38048,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100691,'N/A',0,0,38048,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100692,'Other',20,0,38048,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100693,'Yes',0,0,38050,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100694,'No. There are hot working areas but no fire blankets are present.',5,0,38050,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100695,'N/A',0,0,38050,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100696,'Other',20,0,38050,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100697,'Yes. They are provided and ready to use located in a communal area.',0,0,38052,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100698,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,38052,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100699,'N/A',0,0,38052,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100700,'Other',20,0,38052,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100701,'Yes',2,0,38053,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100702,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,38053,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100703,'The property does not have a gas connection.',0,0,38053,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100704,'N/A',0,0,38053,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100705,'Yes',0,0,38054,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100706,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,38054,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100707,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,38054,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100708,'N/A',0,0,38054,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100709,'Other',20,0,38054,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100710,'Yes',0,0,38055,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100711,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,38055,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100712,'NA',0,0,38055,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100713,'Other',20,0,38055,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100714,'Yes. The shortest route has been put into the plan',0,0,38056,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100715,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,38056,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100716,'NA',0,0,38056,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100717,'Other',20,0,38056,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100718,'Yes. There is more than one exit available.',1,0,38057,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100719,'No. There is only one escape exit available.',0,0,38057,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100720,'Other',20,0,38057,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100721,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,38058,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100722,'No. The exits are not efficient enough for the building.',9,0,38058,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100723,'NA',0,0,38058,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100724,'Other',20,0,38058,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100725,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,38059,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100726,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,38059,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100727,'NA',0,0,38059,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100728,'Other',20,0,38059,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100729,'Yes. Escape routes are kept clear throughout the building.',0,0,38060,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100730,'No. There are obstructions on one or more escape routes.',6,0,38060,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100731,'N/A',0,0,38060,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100732,'Other',20,0,38060,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100733,'Yes. Assembly points are clearly marked.',0,0,38061,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100734,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,38061,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100735,'NA',0,0,38061,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100736,'Other',20,0,38061,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100737,'Yes',0,0,38062,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100738,'No. There is no assembly point or the assembly point is too small.',8,0,38062,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100739,'NA',0,0,38062,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100740,'Other',20,0,38062,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100741,'Evacuation only',3,0,38063,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100742,'Delayed evacuation process with 15 minute time delay',4,0,38063,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100743,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,38063,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100744,'Other',20,0,38063,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100745,'Employees',2,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100746,'Sub-Contractors',3,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100747,'Young Persons',4,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100748,'Visitors',4,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100749,'The General Public (Customers)',4,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100750,'Disabled or Special needs People less able to leave the premises quickly',7,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100751,'Occupants in Remote Areas',6,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100752,'Sleeping Occupants',7,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100753,'Neighbouring Premises',2,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100754,'Tenants / Owners',3,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100755,'Animals / Livestock',2,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100756,'Other',0,0,38065,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100757,'9:00 - 17:00',0,0,38068,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100758,'17:00 - 24:00',0,0,38068,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100759,'24:00 - 9:00',0,0,38068,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100760,'9:00 - 17:00',0,0,38069,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100761,'17:00 - 24:00',0,0,38069,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100762,'24:00 - 9:00',0,0,38069,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100763,'9:00 - 17:00',0,0,38070,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100764,'17:00 - 24:00',0,0,38070,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100765,'24:00 - 9:00',0,0,38070,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100766,'9:00 - 17:00',0,0,38071,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100767,'17:00 - 24:00',0,0,38071,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100768,'24:00 - 9:00',0,0,38071,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100769,'9:00 - 17:00',0,0,38072,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100770,'17:00 - 24:00',0,0,38072,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100771,'24:00 - 9:00',0,0,38072,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100772,'9:00 - 17:00',0,0,38073,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100773,'17:00 - 24:00',0,0,38073,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100774,'24:00 - 9:00',0,0,38073,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100775,'9:00 - 17:00',0,0,38074,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100776,'17:00 - 24:00',0,0,38074,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100777,'24:00 - 9:00',0,0,38074,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100778,'Below 20',1,0,38075,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100779,'20-49',2,0,38075,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100780,'50-99',2,0,38075,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100781,'100-499',3,0,38075,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100782,'500-999',4,0,38075,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100783,'1000',5,0,38075,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100784,'Single Stage Evacuation',0,0,38076,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100785,'Staged Evacuation',0,0,38076,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100786,'Simultaneous Evacuation',0,0,38076,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100787,'Phased Evacuation',0,0,38076,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100788,'Staff Alarm Only',0,0,38076,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100789,'Stay Put Policy',0,0,38076,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100790,'Yes. A responsible person has been nominated.',0,0,38077,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100791,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,38077,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100792,'Other',20,0,38077,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100793,'N/A',0,0,38077,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100794,'Yes. A competent person is available to assist in fire safety measures.',0,0,38078,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100795,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,38078,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100796,'Other',20,0,38078,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100797,'N/A',0,0,38078,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100798,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,38079,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100799,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,38079,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100800,'Other',20,0,38079,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100801,'N/A',0,0,38079,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100802,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,38081,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100803,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,38081,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100804,'Other',20,0,38081,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100805,'N/A',0,0,38081,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100806,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,38083,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100807,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,38083,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100808,'Other',20,0,38083,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100809,'N/A',0,0,38083,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100810,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,38084,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100811,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,38084,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100812,'Other',20,0,38084,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100813,'N/A',0,0,38084,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100814,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,38085,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100815,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,38085,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100816,'Other',20,0,38085,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100817,'N/A',0,0,38085,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100818,'Yes. The plan is readily available.',0,0,38087,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100819,'No. The plan is not available.',3,0,38087,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100820,'Other',20,0,38087,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100821,'N/A',0,0,38087,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100822,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,38088,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100823,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,38088,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100824,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,38088,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100825,'Other',20,0,38088,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100826,'N/A',0,0,38088,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100827,'Yes. There are suitable arrangements in place to prevent danger.',0,0,38089,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100828,'No. There are not suitable arrangements in place to prevent danger..',4,0,38089,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100829,'Other',20,0,38089,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100830,'N/A',0,0,38089,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100831,'Yes. The company has a full evacuation system in place.',0,0,38090,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100832,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,38090,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100833,'Other',20,0,38090,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100834,'N/A',0,0,38090,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100835,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,38091,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100836,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,38091,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100837,'Other',20,0,38091,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100838,'N/A',0,0,38091,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100839,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,38092,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100840,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,38092,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100841,'Other',20,0,38092,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100842,'N/A',0,0,38092,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100843,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,38093,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100844,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,38093,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100845,'Other',20,0,38093,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100846,'N/A',0,0,38093,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100847,'Yes. They do consider other organisation within the building.',0,0,38094,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100848,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,38094,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100849,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,38094,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100850,'Other',20,0,38094,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100851,'N/A',0,0,38094,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100852,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,38095,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100853,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,38095,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100854,'Other',20,0,38095,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100855,'N/A',0,0,38095,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100856,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,38098,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100857,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,38098,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100858,'No. There is no fire risk logbook.',5,0,38098,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100859,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,38099,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100860,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,38099,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100861,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,38099,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100862,'N/A',0,0,38099,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100863,'Other',20,0,38099,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100864,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,38101,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100865,'Yes. They are installed, and signs are displayed.',0,0,38101,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100866,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,38101,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100867,'N/A',0,0,38101,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100868,'Other',20,0,38101,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100869,'Yes, they are in good condition & positioned correctly.',0,0,38103,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100870,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,38103,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100871,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,38103,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100872,'Other',20,0,38103,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100873,'N/A',0,0,38103,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100874,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,38104,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(100875,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,38104,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100876,'Other',20,0,38104,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100877,'N/A',0,0,38104,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100878,'Yes. There is suitable Emergency lighting in the building.',0,0,38105,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100879,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,38105,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100880,'Other',20,0,38105,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100881,'N/A',0,0,38105,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100882,'Yes. They are in good condition with no obstructions.',0,0,38106,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100883,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,38106,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100884,'Other',20,0,38106,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100885,'N/A',0,0,38106,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100886,'Yes. User checks are recorded into the fire risk logbook.',0,0,38108,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100887,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,38108,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100888,'Other',20,0,38108,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100889,'N/A',0,0,38108,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100890,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,38109,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100891,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,38109,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100892,'Other',20,0,38109,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100893,'N/A',0,0,38109,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100894,'Yes. Once per year.',1,0,38111,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100895,'Yes. Twice per year.',0,0,38111,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100896,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,38111,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100897,'Other',20,0,38111,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100898,'Yes. The fire risk assessment is reviewed annually.',0,0,38112,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100899,'No. (Recommend immediate update to ensure compliance.)',5,0,38112,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100900,'NA',5,0,38112,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100901,'Other',20,0,38112,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100902,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,38113,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100903,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,38113,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100904,'N/A',0,0,38113,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100905,'Other',20,0,38113,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100906,'Yes. Training has been provided',0,0,38114,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100907,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,38114,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100908,'Other',20,0,38114,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100909,'N/A',0,0,38114,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100910,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,38115,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100911,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,38115,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100912,'NA',0,0,38115,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100913,'Other',20,0,38115,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100914,'Yes. Training has been documented on induction.',0,0,38116,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100915,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,38116,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100916,'NA',0,0,38116,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100917,'Other',20,0,38116,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100918,'Yes. This is part of the fire training program and fire warden duties.',0,0,38117,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100919,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,38117,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100920,'NA',0,0,38117,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100921,'Other',20,0,38117,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100922,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,38118,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100923,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,38118,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100924,'Other',20,0,38118,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100925,'N/A',0,0,38118,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100926,'Yes. Fire wardens receive refresher training regularly.',0,0,38119,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100927,'No',5,0,38119,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100928,'N/A',0,0,38119,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100929,'Other',20,0,38119,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100930,'Other',20,0,38119,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100931,'Detached',1,0,38120,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100932,'Semi Detached',2,0,38120,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100933,'Terraced',3,0,38120,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100934,'Linked-Terraced',1,0,38120,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100935,'End Terraced',2,0,38120,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100936,'Other',20,0,38120,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100937,'House',1,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100938,'Bungalow',1,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100939,'Maisonette',3,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100940,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100941,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100942,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100943,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100944,'Underground Property',1,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100945,'Factory / Warehouse',3,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100946,'Garage / Workshop',3,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100947,'Retail Shop',2,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100948,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100949,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100950,'Other',20,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100951,'Other',20,0,38121,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100952,'N/A',0,0,38126,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100953,'Number of staircase',0,0,38126,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100954,'25%',1,0,38138,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100955,'50%',1,0,38138,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100956,'75%',1,0,38138,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100957,'100%',1,0,38138,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100958,'Other',20,0,38138,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100959,'Yes',1,0,38140,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100960,'No',3,0,38140,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100961,'Unknown',3,0,38140,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100962,'Stone',0,0,38140,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100963,'Other',20,0,38140,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100964,'Yes',1,0,38141,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100965,'No',5,0,38141,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100966,'Unknown',5,0,38141,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100967,'Stone',0,0,38141,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100968,'Other',20,0,38141,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100969,'Wood',2,0,38142,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100970,'Plastics',1,0,38142,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100971,'Aluminium',0,0,38142,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100972,'Stone',0,0,38142,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100973,'Other',20,0,38142,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100974,'0%',0,0,38144,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100975,'25%',1,0,38144,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100976,'50%',1,0,38144,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100977,'75%',1,0,38144,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100978,'100%',1,0,38144,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100979,'0%',0,0,38145,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100980,'25%',2,0,38145,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100981,'50%',2,0,38145,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100982,'75%',2,0,38145,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100983,'100%',2,0,38145,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100984,'0%',0,0,38146,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100985,'25%',1,0,38146,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100986,'50%',1,0,38146,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100987,'75%',1,0,38146,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100988,'100%',1,0,38146,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100989,'Solid concrete flooring on all levels',0,0,38147,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100990,'Timber joists on all levels',3,0,38147,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100991,'Concrete lowest floor – Timber above higher levels',3,0,38147,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100992,'Other',20,0,38147,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100993,'Yes',1,0,38150,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100994,'No',6,0,38150,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100995,'N/A',0,0,38150,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100996,'Yes',2,0,38152,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100997,'No',8,0,38152,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100998,'N/A',0,0,38152,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(100999,'Yes',1,0,38154,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101000,'No',6,0,38154,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101001,'N/A',0,0,38154,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101002,'Yes',1,0,38156,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101003,'No',6,0,38156,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101004,'N/A',0,0,38156,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101005,'Yes',1,0,38158,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101006,'No',6,0,38158,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101007,'N/A',0,0,38158,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101008,'0%',1,0,38164,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101009,'1% - 25%',1,0,38164,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101010,'26% - 50%',1,0,38164,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101011,'51% - 75%',1,0,38164,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101012,'76% - 100%',1,0,38164,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101013,'0%',1,0,38165,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101014,'1% - 25%',1,0,38165,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101015,'26% - 50%',1,0,38165,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101016,'51% - 75%',1,0,38165,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101017,'76% - 100%',1,0,38165,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101018,'0%',1,0,38166,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101019,'1% - 25%',1,0,38166,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101020,'26% - 50%',1,0,38166,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101021,'51% - 75%',1,0,38166,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101022,'76% - 100%',1,0,38166,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101023,'0%',1,0,38168,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101024,'1% - 25%',1,0,38168,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101025,'26% - 50%',1,0,38168,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101026,'51% - 75%',1,0,38168,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101027,'76% - 100%',1,0,38168,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101028,'0%',1,0,38169,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101029,'1% - 25%',1,0,38169,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101030,'26% - 50%',1,0,38169,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101031,'51% - 75%',1,0,38169,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101032,'76% - 100%',1,0,38169,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101033,'0%',1,0,38170,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101034,'1% - 25%',1,0,38170,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101035,'26% - 50%',1,0,38170,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101036,'51% - 75%',1,0,38170,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101037,'76% - 100%',1,0,38170,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101038,'0%',1,0,38172,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101039,'1% - 25%',1,0,38172,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101040,'26% - 50%',1,0,38172,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101041,'51% - 75%',1,0,38172,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101042,'76% - 100%',1,0,38172,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101043,'0%',1,0,38173,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101044,'1% - 25%',1,0,38173,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101045,'26% - 50%',1,0,38173,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101046,'51% - 75%',1,0,38173,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101047,'76% - 100%',1,0,38173,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101048,'0%',1,0,38174,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101049,'1% - 25%',1,0,38174,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101050,'26% - 50%',1,0,38174,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101051,'51% - 75%',1,0,38174,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101052,'76% - 100%',1,0,38174,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101053,'Very Good',0,0,38175,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101054,'Good',1,0,38175,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101055,'Fair',2,0,38175,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101056,'Poor',3,0,38175,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101057,'Very Poor',4,0,38175,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101058,'0%',1,0,38177,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101059,'1% - 25%',1,0,38177,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101060,'26% - 50%',1,0,38177,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101061,'51% - 75%',1,0,38177,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101062,'76% - 100%',1,0,38177,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101063,'0%',1,0,38178,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101064,'1% - 25%',1,0,38178,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101065,'26% - 50%',1,0,38178,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101066,'51% - 75%',1,0,38178,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101067,'76% - 100%',1,0,38178,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101068,'0%',1,0,38179,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101069,'1% - 25%',1,0,38179,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101070,'26% - 50%',1,0,38179,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101071,'51% - 75%',1,0,38179,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101072,'76% - 100%',1,0,38179,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101073,'0%',1,0,38181,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101074,'1% - 25%',1,0,38181,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101075,'26% - 50%',1,0,38181,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101076,'51% - 75%',1,0,38181,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101077,'76% - 100%',1,0,38181,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101078,'0%',1,0,38182,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101079,'1% - 25%',1,0,38182,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101080,'26% - 50%',1,0,38182,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101081,'51% - 75%',1,0,38182,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101082,'76% - 100%',1,0,38182,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101083,'0%',1,0,38183,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101084,'1% - 25%',1,0,38183,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101085,'26% - 50%',1,0,38183,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101086,'51% - 75%',1,0,38183,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101087,'76% - 100%',1,0,38183,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101088,'0%',1,0,38185,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101089,'1% - 25%',1,0,38185,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101090,'26% - 50%',1,0,38185,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101091,'51% - 75%',1,0,38185,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101092,'76% - 100%',1,0,38185,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101093,'0%',1,0,38186,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101094,'1% - 25%',1,0,38186,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101095,'26% - 50%',1,0,38186,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101096,'51% - 75%',1,0,38186,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101097,'76% - 100%',1,0,38186,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101098,'0%',1,0,38187,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101099,'1% - 25%',1,0,38187,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101100,'26% - 50%',1,0,38187,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101101,'51% - 75%',1,0,38187,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101102,'76% - 100%',1,0,38187,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101103,'0%',5,0,38189,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101104,'1% - 25%',4,0,38189,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101105,'26% - 50%',3,0,38189,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101106,'51% - 75%',2,0,38189,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101107,'76% - 100%',1,0,38189,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101108,'0%',1,0,38190,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101109,'1% - 25%',1,0,38190,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101110,'26% - 50%',1,0,38190,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101111,'51% - 75%',1,0,38190,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101112,'76% - 100%',1,0,38190,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101113,'0%',1,0,38191,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101114,'1% - 25%',1,0,38191,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101115,'26% - 50%',1,0,38191,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101116,'51% - 75%',1,0,38191,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101117,'76% - 100%',1,0,38191,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101118,'0%',1,0,38193,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101119,'1% - 25%',1,0,38193,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101120,'26% - 50%',1,0,38193,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101121,'51% - 75%',1,0,38193,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101122,'76% - 100%',1,0,38193,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101123,'0%',1,0,38194,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101124,'1% - 25%',1,0,38194,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101125,'26% - 50%',1,0,38194,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101126,'51% - 75%',1,0,38194,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101127,'76% - 100%',1,0,38194,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101128,'0%',1,0,38195,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101129,'1% - 25%',1,0,38195,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101130,'26% - 50%',1,0,38195,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101131,'51% - 75%',1,0,38195,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101132,'76% - 100%',1,0,38195,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101133,'0%',1,0,38197,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101134,'1% - 25%',1,0,38197,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101135,'26% - 50%',1,0,38197,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101136,'51% - 75%',1,0,38197,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101137,'76% - 100%',1,0,38197,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101138,'0%',1,0,38198,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101139,'1% - 25%',1,0,38198,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101140,'26% - 50%',1,0,38198,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101141,'51% - 75%',1,0,38198,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101142,'76% - 100%',1,0,38198,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101143,'0%',1,0,38199,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101144,'1% - 25%',1,0,38199,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101145,'26% - 50%',1,0,38199,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101146,'51% - 75%',1,0,38199,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101147,'76% - 100%',1,0,38199,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101148,'Director',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101149,'Owner / Landlord',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101150,'Site Manager',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101151,'Estate Agent',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101152,'Letting Agent',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101153,'Director',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101154,'CEO',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101155,'Fire Warden / Supervisor',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101156,'Fire Risk Assessor',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101157,'Other',0,0,38207,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101158,'Nebosh',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101159,'Level 2 Fire Risk Assessor',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101160,'Competant Person',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101161,'Property Manager',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101162,'Construction Manager',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101163,'Fire Warden / Fire Marshall',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101164,'Director',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101165,'CEO',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101166,'N/A',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101167,'Other',0,0,38208,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(101168,'Fan Heaters',4,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101169,'Electric Heaters',4,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101170,'Gas Heater',5,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101171,'Other Boilers',2,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101172,'Electrical Equipment',3,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101173,'Electrical Leads',3,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101174,'Portable Equipment',3,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101175,'Portable Lighting',2,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101176,'Cooking Equipment',6,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101177,'Other',20,0,38222,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101178,'Wood/Paper/Cardboard etc',3,0,38224,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101179,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,38224,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101180,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,38224,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101181,'Waste Material Controlled -in locked wheely bin or store',2,0,38224,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101182,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,38224,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101183,'Other',20,0,38224,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101184,'Yes. There is a certificate within the last 6 months.',0,0,38227,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101185,'The certificate was issued within the last 12 months.',2,0,38227,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101186,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,38227,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101187,'N/A',0,0,38227,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101188,'Other',20,0,38227,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101189,'Yes. Certification within 6 months',0,0,38229,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101190,'Yes. Certification within 12 months',2,0,38229,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101191,'No certification. (Recommend testing by fire safety specialist)',5,0,38229,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101192,'N/A',0,0,38229,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101193,'Other',20,0,38229,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101194,'Yes. Service and test certification is within 12 months',0,0,38230,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101195,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,38230,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101196,'N/A',0,0,38230,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101197,'Other',20,0,38230,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101198,'Yes. The EICR test certification is complete within last 5 years',0,0,38232,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101199,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,38232,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101200,'N/A',0,0,38232,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101201,'Other',20,0,38232,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101202,'Yes',0,0,38234,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101203,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,38234,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101204,'N/A',0,0,38234,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101205,'Other',20,0,38234,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101206,'Yes',0,0,38236,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101207,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,38236,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101208,'N/A',0,0,38236,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101209,'Other',20,0,38236,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101210,'Yes',0,0,38238,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101211,'No. There are hot working areas but no fire blankets are present.',5,0,38238,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101212,'N/A',0,0,38238,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101213,'Other',20,0,38238,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101214,'Yes. They are provided and ready to use located in a communal area.',0,0,38240,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101215,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,38240,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101216,'N/A',0,0,38240,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101217,'Other',20,0,38240,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101218,'Yes',2,0,38241,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101219,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,38241,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101220,'The property does not have a gas connection.',0,0,38241,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101221,'N/A',0,0,38241,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101222,'Yes',0,0,38242,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101223,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,38242,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101224,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,38242,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101225,'N/A',0,0,38242,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101226,'Other',20,0,38242,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101227,'Yes',0,0,38243,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101228,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,38243,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101229,'NA',0,0,38243,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101230,'Other',20,0,38243,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101231,'Yes. The shortest route has been put into the plan',0,0,38244,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101232,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,38244,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101233,'NA',0,0,38244,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101234,'Other',20,0,38244,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101235,'Yes. There is more than one exit available.',1,0,38245,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101236,'No. There is only one escape exit available.',0,0,38245,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101237,'Other',20,0,38245,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101238,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,38246,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101239,'No. The exits are not efficient enough for the building.',9,0,38246,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101240,'NA',0,0,38246,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101241,'Other',20,0,38246,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101242,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,38247,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101243,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,38247,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101244,'NA',0,0,38247,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101245,'Other',20,0,38247,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101246,'Yes. Escape routes are kept clear throughout the building.',0,0,38248,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101247,'No. There are obstructions on one or more escape routes.',6,0,38248,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101248,'N/A',0,0,38248,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101249,'Other',20,0,38248,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101250,'Yes. Assembly points are clearly marked.',0,0,38249,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101251,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,38249,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101252,'NA',0,0,38249,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101253,'Other',20,0,38249,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101254,'Yes',0,0,38250,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101255,'No. There is no assembly point or the assembly point is too small.',8,0,38250,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101256,'NA',0,0,38250,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101257,'Other',20,0,38250,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101258,'Evacuation only',3,0,38251,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101259,'Delayed evacuation process with 15 minute time delay',4,0,38251,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101260,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,38251,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101261,'Other',20,0,38251,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101262,'Employees',2,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101263,'Sub-Contractors',3,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101264,'Young Persons',4,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101265,'Visitors',4,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101266,'The General Public (Customers)',4,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101267,'Disabled or Special needs People less able to leave the premises quickly',7,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101268,'Occupants in Remote Areas',6,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101269,'Sleeping Occupants',7,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101270,'Neighbouring Premises',2,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101271,'Tenants / Owners',3,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101272,'Animals / Livestock',2,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101273,'Other',0,0,38253,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101274,'9:00 - 17:00',0,0,38256,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101275,'17:00 - 24:00',0,0,38256,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101276,'24:00 - 9:00',0,0,38256,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101277,'9:00 - 17:00',0,0,38257,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101278,'17:00 - 24:00',0,0,38257,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101279,'24:00 - 9:00',0,0,38257,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101280,'9:00 - 17:00',0,0,38258,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101281,'17:00 - 24:00',0,0,38258,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101282,'24:00 - 9:00',0,0,38258,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101283,'9:00 - 17:00',0,0,38259,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101284,'17:00 - 24:00',0,0,38259,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101285,'24:00 - 9:00',0,0,38259,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101286,'9:00 - 17:00',0,0,38260,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101287,'17:00 - 24:00',0,0,38260,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101288,'24:00 - 9:00',0,0,38260,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101289,'9:00 - 17:00',0,0,38261,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101290,'17:00 - 24:00',0,0,38261,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101291,'24:00 - 9:00',0,0,38261,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101292,'9:00 - 17:00',0,0,38262,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101293,'17:00 - 24:00',0,0,38262,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101294,'24:00 - 9:00',0,0,38262,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101295,'Below 20',1,0,38263,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101296,'20-49',2,0,38263,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101297,'50-99',2,0,38263,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101298,'100-499',3,0,38263,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101299,'500-999',4,0,38263,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101300,'1000',5,0,38263,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101301,'Single Stage Evacuation',0,0,38264,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101302,'Staged Evacuation',0,0,38264,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101303,'Simultaneous Evacuation',0,0,38264,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101304,'Phased Evacuation',0,0,38264,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101305,'Staff Alarm Only',0,0,38264,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101306,'Stay Put Policy',0,0,38264,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101307,'Yes. A responsible person has been nominated.',0,0,38265,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101308,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,38265,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101309,'Other',20,0,38265,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101310,'N/A',0,0,38265,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101311,'Yes. A competent person is available to assist in fire safety measures.',0,0,38266,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101312,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,38266,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101313,'Other',20,0,38266,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101314,'N/A',0,0,38266,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101315,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,38267,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101316,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,38267,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101317,'Other',20,0,38267,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101318,'N/A',0,0,38267,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101319,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,38269,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101320,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,38269,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101321,'Other',20,0,38269,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101322,'N/A',0,0,38269,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101323,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,38271,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101324,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,38271,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101325,'Other',20,0,38271,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101326,'N/A',0,0,38271,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101327,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,38272,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101328,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,38272,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101329,'Other',20,0,38272,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101330,'N/A',0,0,38272,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101331,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,38273,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101332,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,38273,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101333,'Other',20,0,38273,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101334,'N/A',0,0,38273,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101335,'Yes. The plan is readily available.',0,0,38275,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101336,'No. The plan is not available.',3,0,38275,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101337,'Other',20,0,38275,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101338,'N/A',0,0,38275,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101339,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,38276,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101340,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,38276,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101341,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,38276,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101342,'Other',20,0,38276,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101343,'N/A',0,0,38276,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101344,'Yes. There are suitable arrangements in place to prevent danger.',0,0,38277,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101345,'No. There are not suitable arrangements in place to prevent danger..',4,0,38277,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101346,'Other',20,0,38277,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101347,'N/A',0,0,38277,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101348,'Yes. The company has a full evacuation system in place.',0,0,38278,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101349,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,38278,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101350,'Other',20,0,38278,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101351,'N/A',0,0,38278,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101352,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,38279,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101353,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,38279,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101354,'Other',20,0,38279,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101355,'N/A',0,0,38279,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101356,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,38280,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101357,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,38280,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101358,'Other',20,0,38280,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101359,'N/A',0,0,38280,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101360,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,38281,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101361,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,38281,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101362,'Other',20,0,38281,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101363,'N/A',0,0,38281,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101364,'Yes. They do consider other organisation within the building.',0,0,38282,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101365,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,38282,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101366,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,38282,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101367,'Other',20,0,38282,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101368,'N/A',0,0,38282,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101369,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,38283,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101370,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,38283,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101371,'Other',20,0,38283,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101372,'N/A',0,0,38283,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101373,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,38286,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101374,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,38286,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101375,'No. There is no fire risk logbook.',5,0,38286,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101376,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,38287,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101377,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,38287,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101378,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,38287,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101379,'N/A',0,0,38287,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101380,'Other',20,0,38287,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101381,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,38289,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101382,'Yes. They are installed, and signs are displayed.',0,0,38289,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101383,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,38289,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101384,'N/A',0,0,38289,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101385,'Other',20,0,38289,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101386,'Yes, they are in good condition & positioned correctly.',0,0,38291,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101387,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,38291,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101388,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,38291,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101389,'Other',20,0,38291,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101390,'N/A',0,0,38291,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101391,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,38292,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101392,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,38292,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101393,'Other',20,0,38292,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101394,'N/A',0,0,38292,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101395,'Yes. There is suitable Emergency lighting in the building.',0,0,38293,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101396,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,38293,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101397,'Other',20,0,38293,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101398,'N/A',0,0,38293,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101399,'Yes. They are in good condition with no obstructions.',0,0,38294,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101400,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,38294,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101401,'Other',20,0,38294,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101402,'N/A',0,0,38294,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101403,'Yes. User checks are recorded into the fire risk logbook.',0,0,38296,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101404,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,38296,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101405,'Other',20,0,38296,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101406,'N/A',0,0,38296,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101407,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,38297,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101408,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,38297,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101409,'Other',20,0,38297,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101410,'N/A',0,0,38297,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101411,'Yes. Once per year.',1,0,38299,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101412,'Yes. Twice per year.',0,0,38299,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101413,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,38299,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101414,'Other',20,0,38299,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101415,'Yes. The fire risk assessment is reviewed annually.',0,0,38300,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101416,'No. (Recommend immediate update to ensure compliance.)',5,0,38300,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101417,'NA',5,0,38300,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101418,'Other',20,0,38300,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101419,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,38301,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101420,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,38301,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101421,'N/A',0,0,38301,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101422,'Other',20,0,38301,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101423,'Yes. Training has been provided',0,0,38302,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101424,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,38302,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101425,'Other',20,0,38302,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101426,'N/A',0,0,38302,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101427,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,38303,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101428,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,38303,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101429,'NA',0,0,38303,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101430,'Other',20,0,38303,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101431,'Yes. Training has been documented on induction.',0,0,38304,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101432,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,38304,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101433,'NA',0,0,38304,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101434,'Other',20,0,38304,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101435,'Yes. This is part of the fire training program and fire warden duties.',0,0,38305,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101436,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,38305,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101437,'NA',0,0,38305,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101438,'Other',20,0,38305,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101439,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,38306,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101440,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,38306,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101441,'Other',20,0,38306,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101442,'N/A',0,0,38306,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101443,'Yes. Fire wardens receive refresher training regularly.',0,0,38307,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101444,'No',5,0,38307,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101445,'N/A',0,0,38307,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101446,'Other',20,0,38307,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101447,'Other',20,0,38307,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101448,'Detached',1,0,38308,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101449,'Semi Detached',2,0,38308,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101450,'Terraced',3,0,38308,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101451,'Linked-Terraced',1,0,38308,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101452,'End Terraced',2,0,38308,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101453,'Other',20,0,38308,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101454,'House',1,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101455,'Bungalow',1,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101456,'Maisonette',3,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101457,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101458,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101459,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101460,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101461,'Underground Property',1,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101462,'Factory / Warehouse',3,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101463,'Garage / Workshop',3,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101464,'Retail Shop',2,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101465,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101466,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101467,'Other',20,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101468,'Other',20,0,38309,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101469,'N/A',0,0,38314,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101470,'Number of staircase',0,0,38314,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101471,'25%',1,0,38326,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101472,'50%',1,0,38326,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101473,'75%',1,0,38326,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101474,'100%',1,0,38326,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101475,'Other',20,0,38326,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101476,'Yes',1,0,38328,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101477,'No',3,0,38328,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101478,'Unknown',3,0,38328,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101479,'Stone',0,0,38328,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101480,'Other',20,0,38328,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101481,'Yes',1,0,38329,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101482,'No',5,0,38329,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101483,'Unknown',5,0,38329,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101484,'Stone',0,0,38329,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101485,'Other',20,0,38329,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101486,'Wood',2,0,38330,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101487,'Plastics',1,0,38330,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101488,'Aluminium',0,0,38330,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101489,'Stone',0,0,38330,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101490,'Other',20,0,38330,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101491,'0%',0,0,38332,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101492,'25%',1,0,38332,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101493,'50%',1,0,38332,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101494,'75%',1,0,38332,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101495,'100%',1,0,38332,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101496,'0%',0,0,38333,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101497,'25%',2,0,38333,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101498,'50%',2,0,38333,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101499,'75%',2,0,38333,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101500,'100%',2,0,38333,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101501,'0%',0,0,38334,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101502,'25%',1,0,38334,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101503,'50%',1,0,38334,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101504,'75%',1,0,38334,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101505,'100%',1,0,38334,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101506,'Solid concrete flooring on all levels',0,0,38335,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101507,'Timber joists on all levels',3,0,38335,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101508,'Concrete lowest floor – Timber above higher levels',3,0,38335,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101509,'Other',20,0,38335,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101510,'Yes',1,0,38338,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101511,'No',6,0,38338,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101512,'N/A',0,0,38338,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101513,'Yes',2,0,38340,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101514,'No',8,0,38340,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101515,'N/A',0,0,38340,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101516,'Yes',1,0,38342,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101517,'No',6,0,38342,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101518,'N/A',0,0,38342,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101519,'Yes',1,0,38344,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101520,'No',6,0,38344,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101521,'N/A',0,0,38344,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101522,'Yes',1,0,38346,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101523,'No',6,0,38346,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101524,'N/A',0,0,38346,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101525,'0%',1,0,38352,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101526,'1% - 25%',1,0,38352,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101527,'26% - 50%',1,0,38352,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101528,'51% - 75%',1,0,38352,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101529,'76% - 100%',1,0,38352,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101530,'0%',1,0,38353,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101531,'1% - 25%',1,0,38353,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101532,'26% - 50%',1,0,38353,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101533,'51% - 75%',1,0,38353,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101534,'76% - 100%',1,0,38353,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101535,'0%',1,0,38354,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101536,'1% - 25%',1,0,38354,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101537,'26% - 50%',1,0,38354,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101538,'51% - 75%',1,0,38354,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101539,'76% - 100%',1,0,38354,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101540,'0%',1,0,38356,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101541,'1% - 25%',1,0,38356,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101542,'26% - 50%',1,0,38356,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101543,'51% - 75%',1,0,38356,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101544,'76% - 100%',1,0,38356,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101545,'0%',1,0,38357,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101546,'1% - 25%',1,0,38357,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101547,'26% - 50%',1,0,38357,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101548,'51% - 75%',1,0,38357,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101549,'76% - 100%',1,0,38357,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101550,'0%',1,0,38358,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101551,'1% - 25%',1,0,38358,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101552,'26% - 50%',1,0,38358,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101553,'51% - 75%',1,0,38358,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101554,'76% - 100%',1,0,38358,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101555,'0%',1,0,38360,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101556,'1% - 25%',1,0,38360,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101557,'26% - 50%',1,0,38360,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101558,'51% - 75%',1,0,38360,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101559,'76% - 100%',1,0,38360,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101560,'0%',1,0,38361,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101561,'1% - 25%',1,0,38361,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101562,'26% - 50%',1,0,38361,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101563,'51% - 75%',1,0,38361,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101564,'76% - 100%',1,0,38361,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101565,'0%',1,0,38362,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101566,'1% - 25%',1,0,38362,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101567,'26% - 50%',1,0,38362,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101568,'51% - 75%',1,0,38362,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101569,'76% - 100%',1,0,38362,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101570,'Very Good',0,0,38363,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101571,'Good',1,0,38363,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101572,'Fair',2,0,38363,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101573,'Poor',3,0,38363,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101574,'Very Poor',4,0,38363,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101575,'0%',1,0,38365,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101576,'1% - 25%',1,0,38365,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101577,'26% - 50%',1,0,38365,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101578,'51% - 75%',1,0,38365,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101579,'76% - 100%',1,0,38365,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101580,'0%',1,0,38366,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101581,'1% - 25%',1,0,38366,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101582,'26% - 50%',1,0,38366,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101583,'51% - 75%',1,0,38366,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101584,'76% - 100%',1,0,38366,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101585,'0%',1,0,38367,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101586,'1% - 25%',1,0,38367,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101587,'26% - 50%',1,0,38367,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101588,'51% - 75%',1,0,38367,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101589,'76% - 100%',1,0,38367,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101590,'0%',1,0,38369,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101591,'1% - 25%',1,0,38369,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101592,'26% - 50%',1,0,38369,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101593,'51% - 75%',1,0,38369,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101594,'76% - 100%',1,0,38369,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101595,'0%',1,0,38370,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101596,'1% - 25%',1,0,38370,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101597,'26% - 50%',1,0,38370,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101598,'51% - 75%',1,0,38370,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101599,'76% - 100%',1,0,38370,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101600,'0%',1,0,38371,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101601,'1% - 25%',1,0,38371,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101602,'26% - 50%',1,0,38371,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101603,'51% - 75%',1,0,38371,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101604,'76% - 100%',1,0,38371,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101605,'0%',1,0,38373,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101606,'1% - 25%',1,0,38373,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101607,'26% - 50%',1,0,38373,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101608,'51% - 75%',1,0,38373,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101609,'76% - 100%',1,0,38373,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101610,'0%',1,0,38374,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101611,'1% - 25%',1,0,38374,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101612,'26% - 50%',1,0,38374,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101613,'51% - 75%',1,0,38374,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101614,'76% - 100%',1,0,38374,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101615,'0%',1,0,38375,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101616,'1% - 25%',1,0,38375,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101617,'26% - 50%',1,0,38375,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101618,'51% - 75%',1,0,38375,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101619,'76% - 100%',1,0,38375,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101620,'0%',5,0,38377,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101621,'1% - 25%',4,0,38377,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101622,'26% - 50%',3,0,38377,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101623,'51% - 75%',2,0,38377,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101624,'76% - 100%',1,0,38377,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101625,'0%',1,0,38378,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101626,'1% - 25%',1,0,38378,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101627,'26% - 50%',1,0,38378,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101628,'51% - 75%',1,0,38378,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101629,'76% - 100%',1,0,38378,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101630,'0%',1,0,38379,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101631,'1% - 25%',1,0,38379,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101632,'26% - 50%',1,0,38379,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101633,'51% - 75%',1,0,38379,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101634,'76% - 100%',1,0,38379,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101635,'0%',1,0,38381,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101636,'1% - 25%',1,0,38381,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101637,'26% - 50%',1,0,38381,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101638,'51% - 75%',1,0,38381,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101639,'76% - 100%',1,0,38381,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101640,'0%',1,0,38382,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101641,'1% - 25%',1,0,38382,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101642,'26% - 50%',1,0,38382,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101643,'51% - 75%',1,0,38382,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101644,'76% - 100%',1,0,38382,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101645,'0%',1,0,38383,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101646,'1% - 25%',1,0,38383,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101647,'26% - 50%',1,0,38383,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101648,'51% - 75%',1,0,38383,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101649,'76% - 100%',1,0,38383,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101650,'0%',1,0,38385,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101651,'1% - 25%',1,0,38385,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101652,'26% - 50%',1,0,38385,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101653,'51% - 75%',1,0,38385,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101654,'76% - 100%',1,0,38385,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101655,'0%',1,0,38386,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101656,'1% - 25%',1,0,38386,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101657,'26% - 50%',1,0,38386,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101658,'51% - 75%',1,0,38386,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101659,'76% - 100%',1,0,38386,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101660,'0%',1,0,38387,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101661,'1% - 25%',1,0,38387,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101662,'26% - 50%',1,0,38387,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101663,'51% - 75%',1,0,38387,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101664,'76% - 100%',1,0,38387,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101665,'Director',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101666,'Owner / Landlord',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101667,'Site Manager',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101668,'Estate Agent',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101669,'Letting Agent',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101670,'Director',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101671,'CEO',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101672,'Fire Warden / Supervisor',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101673,'Fire Risk Assessor',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101674,'Other',0,0,38395,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101675,'Nebosh',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101676,'Level 2 Fire Risk Assessor',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101677,'Competant Person',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101678,'Property Manager',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101679,'Construction Manager',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101680,'Fire Warden / Fire Marshall',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101681,'Director',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101682,'CEO',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101683,'N/A',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101684,'Other',0,0,38396,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(101685,'Fan Heaters',4,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101686,'Electric Heaters',4,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101687,'Gas Heater',5,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101688,'Other Boilers',2,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101689,'Electrical Equipment',3,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101690,'Electrical Leads',3,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101691,'Portable Equipment',3,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101692,'Portable Lighting',2,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101693,'Cooking Equipment',6,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101694,'Other',20,0,38410,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101695,'Wood/Paper/Cardboard etc',3,0,38412,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101696,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,38412,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101697,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,38412,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101698,'Waste Material Controlled -in locked wheely bin or store',2,0,38412,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101699,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,38412,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101700,'Other',20,0,38412,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101701,'Yes. There is a certificate within the last 6 months.',0,0,38415,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101702,'The certificate was issued within the last 12 months.',2,0,38415,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101703,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,38415,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101704,'N/A',0,0,38415,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101705,'Other',20,0,38415,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101706,'Yes. Certification within 6 months',0,0,38417,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101707,'Yes. Certification within 12 months',2,0,38417,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101708,'No certification. (Recommend testing by fire safety specialist)',5,0,38417,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101709,'N/A',0,0,38417,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101710,'Other',20,0,38417,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101711,'Yes. Service and test certification is within 12 months',0,0,38418,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101712,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,38418,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101713,'N/A',0,0,38418,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101714,'Other',20,0,38418,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101715,'Yes. The EICR test certification is complete within last 5 years',0,0,38420,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101716,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,38420,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101717,'N/A',0,0,38420,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101718,'Other',20,0,38420,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101719,'Yes',0,0,38422,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101720,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,38422,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101721,'N/A',0,0,38422,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101722,'Other',20,0,38422,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101723,'Yes',0,0,38424,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101724,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,38424,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101725,'N/A',0,0,38424,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101726,'Other',20,0,38424,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101727,'Yes',0,0,38426,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101728,'No. There are hot working areas but no fire blankets are present.',5,0,38426,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101729,'N/A',0,0,38426,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101730,'Other',20,0,38426,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101731,'Yes. They are provided and ready to use located in a communal area.',0,0,38428,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101732,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,38428,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101733,'N/A',0,0,38428,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101734,'Other',20,0,38428,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101735,'Yes',2,0,38429,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101736,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,38429,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101737,'The property does not have a gas connection.',0,0,38429,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101738,'N/A',0,0,38429,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101739,'Yes',0,0,38430,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101740,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,38430,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101741,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,38430,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101742,'N/A',0,0,38430,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101743,'Other',20,0,38430,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101744,'Yes',0,0,38431,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101745,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,38431,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101746,'NA',0,0,38431,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101747,'Other',20,0,38431,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101748,'Yes. The shortest route has been put into the plan',0,0,38432,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101749,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,38432,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101750,'NA',0,0,38432,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101751,'Other',20,0,38432,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101752,'Yes. There is more than one exit available.',1,0,38433,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101753,'No. There is only one escape exit available.',0,0,38433,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101754,'Other',20,0,38433,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101755,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,38434,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101756,'No. The exits are not efficient enough for the building.',9,0,38434,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101757,'NA',0,0,38434,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101758,'Other',20,0,38434,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101759,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,38435,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101760,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,38435,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101761,'NA',0,0,38435,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101762,'Other',20,0,38435,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101763,'Yes. Escape routes are kept clear throughout the building.',0,0,38436,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101764,'No. There are obstructions on one or more escape routes.',6,0,38436,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101765,'N/A',0,0,38436,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101766,'Other',20,0,38436,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101767,'Yes. Assembly points are clearly marked.',0,0,38437,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101768,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,38437,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101769,'NA',0,0,38437,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101770,'Other',20,0,38437,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101771,'Yes',0,0,38438,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101772,'No. There is no assembly point or the assembly point is too small.',8,0,38438,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101773,'NA',0,0,38438,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101774,'Other',20,0,38438,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101775,'Evacuation only',3,0,38439,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101776,'Delayed evacuation process with 15 minute time delay',4,0,38439,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101777,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,38439,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101778,'Other',20,0,38439,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101779,'Employees',2,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101780,'Sub-Contractors',3,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101781,'Young Persons',4,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101782,'Visitors',4,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101783,'The General Public (Customers)',4,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101784,'Disabled or Special needs People less able to leave the premises quickly',7,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101785,'Occupants in Remote Areas',6,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101786,'Sleeping Occupants',7,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101787,'Neighbouring Premises',2,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101788,'Tenants / Owners',3,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101789,'Animals / Livestock',2,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101790,'Other',0,0,38441,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101791,'9:00 - 17:00',0,0,38444,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101792,'17:00 - 24:00',0,0,38444,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101793,'24:00 - 9:00',0,0,38444,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101794,'9:00 - 17:00',0,0,38445,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101795,'17:00 - 24:00',0,0,38445,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101796,'24:00 - 9:00',0,0,38445,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101797,'9:00 - 17:00',0,0,38446,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101798,'17:00 - 24:00',0,0,38446,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101799,'24:00 - 9:00',0,0,38446,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101800,'9:00 - 17:00',0,0,38447,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101801,'17:00 - 24:00',0,0,38447,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101802,'24:00 - 9:00',0,0,38447,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101803,'9:00 - 17:00',0,0,38448,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101804,'17:00 - 24:00',0,0,38448,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101805,'24:00 - 9:00',0,0,38448,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101806,'9:00 - 17:00',0,0,38449,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101807,'17:00 - 24:00',0,0,38449,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101808,'24:00 - 9:00',0,0,38449,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101809,'9:00 - 17:00',0,0,38450,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101810,'17:00 - 24:00',0,0,38450,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101811,'24:00 - 9:00',0,0,38450,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101812,'Below 20',1,0,38451,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101813,'20-49',2,0,38451,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101814,'50-99',2,0,38451,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101815,'100-499',3,0,38451,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101816,'500-999',4,0,38451,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101817,'1000',5,0,38451,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101818,'Single Stage Evacuation',0,0,38452,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101819,'Staged Evacuation',0,0,38452,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101820,'Simultaneous Evacuation',0,0,38452,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101821,'Phased Evacuation',0,0,38452,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101822,'Staff Alarm Only',0,0,38452,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101823,'Stay Put Policy',0,0,38452,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101824,'Yes. A responsible person has been nominated.',0,0,38453,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101825,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,38453,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101826,'Other',20,0,38453,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101827,'N/A',0,0,38453,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101828,'Yes. A competent person is available to assist in fire safety measures.',0,0,38454,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101829,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,38454,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101830,'Other',20,0,38454,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101831,'N/A',0,0,38454,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101832,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,38455,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101833,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,38455,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101834,'Other',20,0,38455,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101835,'N/A',0,0,38455,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101836,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,38457,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101837,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,38457,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101838,'Other',20,0,38457,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101839,'N/A',0,0,38457,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101840,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,38459,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101841,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,38459,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101842,'Other',20,0,38459,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101843,'N/A',0,0,38459,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101844,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,38460,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101845,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,38460,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101846,'Other',20,0,38460,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101847,'N/A',0,0,38460,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101848,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,38461,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101849,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,38461,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101850,'Other',20,0,38461,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101851,'N/A',0,0,38461,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101852,'Yes. The plan is readily available.',0,0,38463,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101853,'No. The plan is not available.',3,0,38463,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101854,'Other',20,0,38463,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101855,'N/A',0,0,38463,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101856,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,38464,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101857,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,38464,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101858,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,38464,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101859,'Other',20,0,38464,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101860,'N/A',0,0,38464,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101861,'Yes. There are suitable arrangements in place to prevent danger.',0,0,38465,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101862,'No. There are not suitable arrangements in place to prevent danger..',4,0,38465,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101863,'Other',20,0,38465,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101864,'N/A',0,0,38465,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101865,'Yes. The company has a full evacuation system in place.',0,0,38466,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101866,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,38466,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101867,'Other',20,0,38466,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101868,'N/A',0,0,38466,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101869,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,38467,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101870,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,38467,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101871,'Other',20,0,38467,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101872,'N/A',0,0,38467,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101873,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,38468,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101874,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,38468,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101875,'Other',20,0,38468,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101876,'N/A',0,0,38468,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101877,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,38469,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101878,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,38469,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101879,'Other',20,0,38469,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101880,'N/A',0,0,38469,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101881,'Yes. They do consider other organisation within the building.',0,0,38470,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101882,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,38470,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101883,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,38470,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101884,'Other',20,0,38470,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101885,'N/A',0,0,38470,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101886,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,38471,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101887,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,38471,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101888,'Other',20,0,38471,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101889,'N/A',0,0,38471,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101890,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,38474,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101891,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,38474,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101892,'No. There is no fire risk logbook.',5,0,38474,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(101893,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,38475,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101894,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,38475,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101895,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,38475,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101896,'N/A',0,0,38475,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101897,'Other',20,0,38475,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101898,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,38477,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101899,'Yes. They are installed, and signs are displayed.',0,0,38477,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101900,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,38477,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101901,'N/A',0,0,38477,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101902,'Other',20,0,38477,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101903,'Yes, they are in good condition & positioned correctly.',0,0,38479,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101904,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,38479,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101905,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,38479,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101906,'Other',20,0,38479,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101907,'N/A',0,0,38479,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101908,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,38480,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101909,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,38480,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101910,'Other',20,0,38480,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101911,'N/A',0,0,38480,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101912,'Yes. There is suitable Emergency lighting in the building.',0,0,38481,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101913,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,38481,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101914,'Other',20,0,38481,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101915,'N/A',0,0,38481,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101916,'Yes. They are in good condition with no obstructions.',0,0,38482,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101917,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,38482,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101918,'Other',20,0,38482,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101919,'N/A',0,0,38482,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101920,'Yes. User checks are recorded into the fire risk logbook.',0,0,38484,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101921,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,38484,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101922,'Other',20,0,38484,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101923,'N/A',0,0,38484,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101924,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,38485,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101925,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,38485,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101926,'Other',20,0,38485,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101927,'N/A',0,0,38485,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101928,'Yes. Once per year.',1,0,38487,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101929,'Yes. Twice per year.',0,0,38487,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101930,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,38487,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101931,'Other',20,0,38487,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101932,'Yes. The fire risk assessment is reviewed annually.',0,0,38488,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101933,'No. (Recommend immediate update to ensure compliance.)',5,0,38488,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101934,'NA',5,0,38488,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101935,'Other',20,0,38488,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101936,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,38489,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101937,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,38489,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101938,'N/A',0,0,38489,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101939,'Other',20,0,38489,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101940,'Yes. Training has been provided',0,0,38490,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101941,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,38490,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101942,'Other',20,0,38490,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101943,'N/A',0,0,38490,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101944,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,38491,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101945,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,38491,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101946,'NA',0,0,38491,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101947,'Other',20,0,38491,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101948,'Yes. Training has been documented on induction.',0,0,38492,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101949,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,38492,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101950,'NA',0,0,38492,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101951,'Other',20,0,38492,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101952,'Yes. This is part of the fire training program and fire warden duties.',0,0,38493,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101953,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,38493,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101954,'NA',0,0,38493,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101955,'Other',20,0,38493,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101956,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,38494,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101957,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,38494,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101958,'Other',20,0,38494,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101959,'N/A',0,0,38494,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101960,'Yes. Fire wardens receive refresher training regularly.',0,0,38495,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101961,'No',5,0,38495,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101962,'N/A',0,0,38495,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101963,'Other',20,0,38495,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101964,'Other',20,0,38495,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101965,'Detached',1,0,38496,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101966,'Semi Detached',2,0,38496,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101967,'Terraced',3,0,38496,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101968,'Linked-Terraced',1,0,38496,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101969,'End Terraced',2,0,38496,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101970,'Other',20,0,38496,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101971,'House',1,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101972,'Bungalow',1,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101973,'Maisonette',3,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101974,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101975,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101976,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101977,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101978,'Underground Property',1,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101979,'Factory / Warehouse',3,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101980,'Garage / Workshop',3,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101981,'Retail Shop',2,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101982,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101983,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101984,'Other',20,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101985,'Other',20,0,38497,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101986,'N/A',0,0,38502,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101987,'Number of staircase',0,0,38502,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101988,'25%',1,0,38514,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101989,'50%',1,0,38514,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101990,'75%',1,0,38514,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101991,'100%',1,0,38514,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101992,'Other',20,0,38514,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101993,'Yes',1,0,38516,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101994,'No',3,0,38516,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101995,'Unknown',3,0,38516,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101996,'Stone',0,0,38516,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101997,'Other',20,0,38516,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101998,'Yes',1,0,38517,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(101999,'No',5,0,38517,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102000,'Unknown',5,0,38517,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102001,'Stone',0,0,38517,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102002,'Other',20,0,38517,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102003,'Wood',2,0,38518,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102004,'Plastics',1,0,38518,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102005,'Aluminium',0,0,38518,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102006,'Stone',0,0,38518,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102007,'Other',20,0,38518,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102008,'0%',0,0,38520,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102009,'25%',1,0,38520,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102010,'50%',1,0,38520,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102011,'75%',1,0,38520,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102012,'100%',1,0,38520,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102013,'0%',0,0,38521,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102014,'25%',2,0,38521,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102015,'50%',2,0,38521,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102016,'75%',2,0,38521,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102017,'100%',2,0,38521,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102018,'0%',0,0,38522,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102019,'25%',1,0,38522,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102020,'50%',1,0,38522,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102021,'75%',1,0,38522,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102022,'100%',1,0,38522,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102023,'Solid concrete flooring on all levels',0,0,38523,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102024,'Timber joists on all levels',3,0,38523,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102025,'Concrete lowest floor – Timber above higher levels',3,0,38523,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102026,'Other',20,0,38523,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102027,'Yes',1,0,38526,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102028,'No',6,0,38526,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102029,'N/A',0,0,38526,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102030,'Yes',2,0,38528,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102031,'No',8,0,38528,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102032,'N/A',0,0,38528,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102033,'Yes',1,0,38530,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102034,'No',6,0,38530,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102035,'N/A',0,0,38530,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102036,'Yes',1,0,38532,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102037,'No',6,0,38532,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102038,'N/A',0,0,38532,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102039,'Yes',1,0,38534,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102040,'No',6,0,38534,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102041,'N/A',0,0,38534,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102042,'0%',1,0,38540,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102043,'1% - 25%',1,0,38540,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102044,'26% - 50%',1,0,38540,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102045,'51% - 75%',1,0,38540,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102046,'76% - 100%',1,0,38540,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102047,'0%',1,0,38541,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102048,'1% - 25%',1,0,38541,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102049,'26% - 50%',1,0,38541,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102050,'51% - 75%',1,0,38541,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102051,'76% - 100%',1,0,38541,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102052,'0%',1,0,38542,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102053,'1% - 25%',1,0,38542,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102054,'26% - 50%',1,0,38542,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102055,'51% - 75%',1,0,38542,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102056,'76% - 100%',1,0,38542,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102057,'0%',1,0,38544,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102058,'1% - 25%',1,0,38544,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102059,'26% - 50%',1,0,38544,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102060,'51% - 75%',1,0,38544,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102061,'76% - 100%',1,0,38544,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102062,'0%',1,0,38545,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102063,'1% - 25%',1,0,38545,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102064,'26% - 50%',1,0,38545,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102065,'51% - 75%',1,0,38545,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102066,'76% - 100%',1,0,38545,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102067,'0%',1,0,38546,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102068,'1% - 25%',1,0,38546,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102069,'26% - 50%',1,0,38546,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102070,'51% - 75%',1,0,38546,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102071,'76% - 100%',1,0,38546,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102072,'0%',1,0,38548,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102073,'1% - 25%',1,0,38548,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102074,'26% - 50%',1,0,38548,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102075,'51% - 75%',1,0,38548,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102076,'76% - 100%',1,0,38548,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102077,'0%',1,0,38549,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102078,'1% - 25%',1,0,38549,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102079,'26% - 50%',1,0,38549,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102080,'51% - 75%',1,0,38549,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102081,'76% - 100%',1,0,38549,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102082,'0%',1,0,38550,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102083,'1% - 25%',1,0,38550,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102084,'26% - 50%',1,0,38550,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102085,'51% - 75%',1,0,38550,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102086,'76% - 100%',1,0,38550,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102087,'Very Good',0,0,38551,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102088,'Good',1,0,38551,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102089,'Fair',2,0,38551,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102090,'Poor',3,0,38551,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102091,'Very Poor',4,0,38551,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102092,'0%',1,0,38553,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102093,'1% - 25%',1,0,38553,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102094,'26% - 50%',1,0,38553,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102095,'51% - 75%',1,0,38553,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102096,'76% - 100%',1,0,38553,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102097,'0%',1,0,38554,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102098,'1% - 25%',1,0,38554,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102099,'26% - 50%',1,0,38554,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102100,'51% - 75%',1,0,38554,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102101,'76% - 100%',1,0,38554,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102102,'0%',1,0,38555,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102103,'1% - 25%',1,0,38555,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102104,'26% - 50%',1,0,38555,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102105,'51% - 75%',1,0,38555,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102106,'76% - 100%',1,0,38555,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102107,'0%',1,0,38557,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102108,'1% - 25%',1,0,38557,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102109,'26% - 50%',1,0,38557,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102110,'51% - 75%',1,0,38557,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102111,'76% - 100%',1,0,38557,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102112,'0%',1,0,38558,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102113,'1% - 25%',1,0,38558,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102114,'26% - 50%',1,0,38558,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102115,'51% - 75%',1,0,38558,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102116,'76% - 100%',1,0,38558,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102117,'0%',1,0,38559,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102118,'1% - 25%',1,0,38559,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102119,'26% - 50%',1,0,38559,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102120,'51% - 75%',1,0,38559,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102121,'76% - 100%',1,0,38559,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102122,'0%',1,0,38561,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102123,'1% - 25%',1,0,38561,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102124,'26% - 50%',1,0,38561,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102125,'51% - 75%',1,0,38561,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102126,'76% - 100%',1,0,38561,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102127,'0%',1,0,38562,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102128,'1% - 25%',1,0,38562,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102129,'26% - 50%',1,0,38562,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102130,'51% - 75%',1,0,38562,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102131,'76% - 100%',1,0,38562,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102132,'0%',1,0,38563,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102133,'1% - 25%',1,0,38563,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102134,'26% - 50%',1,0,38563,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102135,'51% - 75%',1,0,38563,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102136,'76% - 100%',1,0,38563,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102137,'0%',5,0,38565,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102138,'1% - 25%',4,0,38565,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102139,'26% - 50%',3,0,38565,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102140,'51% - 75%',2,0,38565,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102141,'76% - 100%',1,0,38565,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102142,'0%',1,0,38566,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102143,'1% - 25%',1,0,38566,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102144,'26% - 50%',1,0,38566,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102145,'51% - 75%',1,0,38566,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102146,'76% - 100%',1,0,38566,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102147,'0%',1,0,38567,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102148,'1% - 25%',1,0,38567,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102149,'26% - 50%',1,0,38567,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102150,'51% - 75%',1,0,38567,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102151,'76% - 100%',1,0,38567,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102152,'0%',1,0,38569,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102153,'1% - 25%',1,0,38569,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102154,'26% - 50%',1,0,38569,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102155,'51% - 75%',1,0,38569,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102156,'76% - 100%',1,0,38569,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102157,'0%',1,0,38570,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102158,'1% - 25%',1,0,38570,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102159,'26% - 50%',1,0,38570,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102160,'51% - 75%',1,0,38570,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102161,'76% - 100%',1,0,38570,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102162,'0%',1,0,38571,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102163,'1% - 25%',1,0,38571,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102164,'26% - 50%',1,0,38571,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102165,'51% - 75%',1,0,38571,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102166,'76% - 100%',1,0,38571,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102167,'0%',1,0,38573,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102168,'1% - 25%',1,0,38573,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102169,'26% - 50%',1,0,38573,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102170,'51% - 75%',1,0,38573,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102171,'76% - 100%',1,0,38573,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102172,'0%',1,0,38574,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102173,'1% - 25%',1,0,38574,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102174,'26% - 50%',1,0,38574,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102175,'51% - 75%',1,0,38574,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102176,'76% - 100%',1,0,38574,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102177,'0%',1,0,38575,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102178,'1% - 25%',1,0,38575,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102179,'26% - 50%',1,0,38575,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102180,'51% - 75%',1,0,38575,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102181,'76% - 100%',1,0,38575,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102182,'Director',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102183,'Owner / Landlord',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102184,'Site Manager',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102185,'Estate Agent',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102186,'Letting Agent',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102187,'Director',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102188,'CEO',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102189,'Fire Warden / Supervisor',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102190,'Fire Risk Assessor',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102191,'Other',0,0,38583,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102192,'Nebosh',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102193,'Level 2 Fire Risk Assessor',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102194,'Competant Person',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102195,'Property Manager',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102196,'Construction Manager',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102197,'Fire Warden / Fire Marshall',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102198,'Director',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102199,'CEO',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102200,'N/A',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102201,'Other',0,0,38584,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(102202,'Fan Heaters',4,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102203,'Electric Heaters',4,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102204,'Gas Heater',5,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102205,'Other Boilers',2,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102206,'Electrical Equipment',3,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102207,'Electrical Leads',3,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102208,'Portable Equipment',3,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102209,'Portable Lighting',2,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102210,'Cooking Equipment',6,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102211,'Other',20,0,38597,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102212,'Wood/Paper/Cardboard etc',3,0,38599,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102213,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,38599,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102214,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,38599,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102215,'Waste Material Controlled -in locked wheely bin or store',2,0,38599,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102216,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,38599,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102217,'Other',20,0,38599,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102218,'Yes. There is a certificate within the last 6 months.',0,0,38602,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102219,'The certificate was issued within the last 12 months.',2,0,38602,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102220,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,38602,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102221,'N/A',0,0,38602,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102222,'Other',20,0,38602,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102223,'Yes. Certification within 6 months',0,0,38604,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102224,'Yes. Certification within 12 months',2,0,38604,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102225,'No certification. (Recommend testing by fire safety specialist)',5,0,38604,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102226,'N/A',0,0,38604,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102227,'Other',20,0,38604,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102228,'Yes. Service and test certification is within 12 months',0,0,38605,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102229,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,38605,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102230,'N/A',0,0,38605,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102231,'Other',20,0,38605,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102232,'Yes. The EICR test certification is complete within last 5 years',0,0,38607,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102233,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,38607,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102234,'N/A',0,0,38607,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102235,'Other',20,0,38607,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102236,'Yes',0,0,38609,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102237,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,38609,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102238,'N/A',0,0,38609,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102239,'Other',20,0,38609,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102240,'Yes',0,0,38611,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102241,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,38611,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102242,'N/A',0,0,38611,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102243,'Other',20,0,38611,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102244,'Yes',0,0,38613,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102245,'No. There are hot working areas but no fire blankets are present.',5,0,38613,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102246,'N/A',0,0,38613,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102247,'Other',20,0,38613,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102248,'Yes. They are provided and ready to use located in a communal area.',0,0,38615,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102249,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,38615,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102250,'N/A',0,0,38615,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102251,'Other',20,0,38615,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102252,'Yes',2,0,38616,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102253,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,38616,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102254,'The property does not have a gas connection.',0,0,38616,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102255,'N/A',0,0,38616,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102256,'Yes',0,0,38617,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102257,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,38617,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102258,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,38617,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102259,'N/A',0,0,38617,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102260,'Other',20,0,38617,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102261,'Yes',0,0,38618,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102262,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,38618,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102263,'NA',0,0,38618,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102264,'Other',20,0,38618,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102265,'Yes. The shortest route has been put into the plan',0,0,38619,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102266,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,38619,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102267,'NA',0,0,38619,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102268,'Other',20,0,38619,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102269,'Yes. There is more than one exit available.',1,0,38620,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102270,'No. There is only one escape exit available.',0,0,38620,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102271,'Other',20,0,38620,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102272,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,38621,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102273,'No. The exits are not efficient enough for the building.',9,0,38621,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102274,'NA',0,0,38621,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102275,'Other',20,0,38621,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102276,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,38622,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102277,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,38622,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102278,'NA',0,0,38622,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102279,'Other',20,0,38622,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102280,'Yes. Escape routes are kept clear throughout the building.',0,0,38623,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102281,'No. There are obstructions on one or more escape routes.',6,0,38623,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102282,'N/A',0,0,38623,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102283,'Other',20,0,38623,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102284,'Yes. Assembly points are clearly marked.',0,0,38624,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102285,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,38624,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102286,'NA',0,0,38624,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102287,'Other',20,0,38624,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102288,'Yes',0,0,38625,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102289,'No. There is no assembly point or the assembly point is too small.',8,0,38625,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102290,'NA',0,0,38625,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102291,'Other',20,0,38625,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102292,'Evacuation only',3,0,38626,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102293,'Delayed evacuation process with 15 minute time delay',4,0,38626,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102294,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,38626,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102295,'Other',20,0,38626,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102296,'Employees',2,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102297,'Sub-Contractors',3,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102298,'Young Persons',4,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102299,'Visitors',4,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102300,'The General Public (Customers)',4,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102301,'Disabled or Special needs People less able to leave the premises quickly',7,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102302,'Occupants in Remote Areas',6,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102303,'Sleeping Occupants',7,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102304,'Neighbouring Premises',2,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102305,'Tenants / Owners',3,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102306,'Animals / Livestock',2,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102307,'Other',0,0,38628,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102308,'9:00 - 17:00',0,0,38631,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102309,'17:00 - 24:00',0,0,38631,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102310,'24:00 - 9:00',0,0,38631,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102311,'9:00 - 17:00',0,0,38632,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102312,'17:00 - 24:00',0,0,38632,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102313,'24:00 - 9:00',0,0,38632,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102314,'9:00 - 17:00',0,0,38633,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102315,'17:00 - 24:00',0,0,38633,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102316,'24:00 - 9:00',0,0,38633,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102317,'9:00 - 17:00',0,0,38634,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102318,'17:00 - 24:00',0,0,38634,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102319,'24:00 - 9:00',0,0,38634,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102320,'9:00 - 17:00',0,0,38635,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102321,'17:00 - 24:00',0,0,38635,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102322,'24:00 - 9:00',0,0,38635,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102323,'9:00 - 17:00',0,0,38636,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102324,'17:00 - 24:00',0,0,38636,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102325,'24:00 - 9:00',0,0,38636,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102326,'9:00 - 17:00',0,0,38637,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102327,'17:00 - 24:00',0,0,38637,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102328,'24:00 - 9:00',0,0,38637,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102329,'Below 20',1,0,38638,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102330,'20-49',2,0,38638,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102331,'50-99',2,0,38638,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102332,'100-499',3,0,38638,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102333,'500-999',4,0,38638,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102334,'1000',5,0,38638,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102335,'Single Stage Evacuation',0,0,38639,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102336,'Staged Evacuation',0,0,38639,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102337,'Simultaneous Evacuation',0,0,38639,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102338,'Phased Evacuation',0,0,38639,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102339,'Staff Alarm Only',0,0,38639,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102340,'Stay Put Policy',0,0,38639,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102341,'Yes. A responsible person has been nominated.',0,0,38640,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102342,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,38640,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102343,'Other',20,0,38640,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102344,'N/A',0,0,38640,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102345,'Yes. A competent person is available to assist in fire safety measures.',0,0,38641,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102346,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,38641,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102347,'Other',20,0,38641,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102348,'N/A',0,0,38641,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102349,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,38642,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102350,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,38642,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102351,'Other',20,0,38642,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102352,'N/A',0,0,38642,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102353,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,38644,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102354,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,38644,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102355,'Other',20,0,38644,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102356,'N/A',0,0,38644,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102357,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,38646,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102358,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,38646,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102359,'Other',20,0,38646,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102360,'N/A',0,0,38646,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102361,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,38647,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102362,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,38647,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102363,'Other',20,0,38647,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102364,'N/A',0,0,38647,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102365,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,38648,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102366,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,38648,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102367,'Other',20,0,38648,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102368,'N/A',0,0,38648,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102369,'Yes. The plan is readily available.',0,0,38650,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102370,'No. The plan is not available.',3,0,38650,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102371,'Other',20,0,38650,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102372,'N/A',0,0,38650,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102373,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,38651,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102374,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,38651,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102375,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,38651,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102376,'Other',20,0,38651,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102377,'N/A',0,0,38651,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102378,'Yes. There are suitable arrangements in place to prevent danger.',0,0,38652,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102379,'No. There are not suitable arrangements in place to prevent danger..',4,0,38652,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102380,'Other',20,0,38652,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102381,'N/A',0,0,38652,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102382,'Yes. The company has a full evacuation system in place.',0,0,38653,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102383,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,38653,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102384,'Other',20,0,38653,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102385,'N/A',0,0,38653,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102386,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,38654,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102387,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,38654,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102388,'Other',20,0,38654,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102389,'N/A',0,0,38654,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102390,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,38655,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102391,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,38655,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102392,'Other',20,0,38655,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102393,'N/A',0,0,38655,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102394,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,38656,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102395,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,38656,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102396,'Other',20,0,38656,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102397,'N/A',0,0,38656,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102398,'Yes. They do consider other organisation within the building.',0,0,38657,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102399,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,38657,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102400,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,38657,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102401,'Other',20,0,38657,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102402,'N/A',0,0,38657,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102403,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,38658,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102404,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,38658,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102405,'Other',20,0,38658,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102406,'N/A',0,0,38658,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102407,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,38661,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102408,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,38661,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102409,'No. There is no fire risk logbook.',5,0,38661,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102410,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,38662,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102411,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,38662,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102412,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,38662,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102413,'N/A',0,0,38662,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102414,'Other',20,0,38662,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102415,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,38664,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102416,'Yes. They are installed, and signs are displayed.',0,0,38664,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102417,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,38664,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102418,'N/A',0,0,38664,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102419,'Other',20,0,38664,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102420,'Yes, they are in good condition & positioned correctly.',0,0,38666,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102421,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,38666,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102422,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,38666,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102423,'Other',20,0,38666,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102424,'N/A',0,0,38666,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102425,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,38667,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102426,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,38667,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102427,'Other',20,0,38667,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102428,'N/A',0,0,38667,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102429,'Yes. There is suitable Emergency lighting in the building.',0,0,38668,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102430,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,38668,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102431,'Other',20,0,38668,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102432,'N/A',0,0,38668,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102433,'Yes. They are in good condition with no obstructions.',0,0,38669,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102434,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,38669,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102435,'Other',20,0,38669,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102436,'N/A',0,0,38669,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102437,'Yes. User checks are recorded into the fire risk logbook.',0,0,38671,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102438,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,38671,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102439,'Other',20,0,38671,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102440,'N/A',0,0,38671,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102441,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,38672,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102442,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,38672,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102443,'Other',20,0,38672,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102444,'N/A',0,0,38672,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102445,'Yes. Once per year.',1,0,38674,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102446,'Yes. Twice per year.',0,0,38674,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102447,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,38674,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102448,'Other',20,0,38674,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102449,'Yes. The fire risk assessment is reviewed annually.',0,0,38675,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102450,'No. (Recommend immediate update to ensure compliance.)',5,0,38675,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102451,'NA',5,0,38675,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102452,'Other',20,0,38675,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102453,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,38676,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102454,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,38676,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102455,'N/A',0,0,38676,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102456,'Other',20,0,38676,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102457,'Yes. Training has been provided',0,0,38677,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102458,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,38677,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102459,'Other',20,0,38677,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102460,'N/A',0,0,38677,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102461,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,38678,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102462,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,38678,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102463,'NA',0,0,38678,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102464,'Other',20,0,38678,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102465,'Yes. Training has been documented on induction.',0,0,38679,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102466,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,38679,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102467,'NA',0,0,38679,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102468,'Other',20,0,38679,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102469,'Yes. This is part of the fire training program and fire warden duties.',0,0,38680,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102470,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,38680,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102471,'NA',0,0,38680,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102472,'Other',20,0,38680,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102473,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,38681,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102474,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,38681,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102475,'Other',20,0,38681,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102476,'N/A',0,0,38681,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102477,'Yes. Fire wardens receive refresher training regularly.',0,0,38682,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102478,'No',5,0,38682,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102479,'N/A',0,0,38682,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102480,'Other',20,0,38682,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102481,'Other',20,0,38682,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102482,'Detached',1,0,38683,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102483,'Semi Detached',2,0,38683,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102484,'Terraced',3,0,38683,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102485,'Linked-Terraced',1,0,38683,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102486,'End Terraced',2,0,38683,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102487,'Other',20,0,38683,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102488,'House',1,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102489,'Bungalow',1,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102490,'Maisonette',3,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102491,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102492,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102493,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102494,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102495,'Underground Property',1,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102496,'Factory / Warehouse',3,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102497,'Garage / Workshop',3,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102498,'Retail Shop',2,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102499,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102500,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102501,'Other',20,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102502,'Other',20,0,38684,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102503,'N/A',0,0,38689,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102504,'Number of staircase',0,0,38689,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102505,'25%',1,0,38701,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102506,'50%',1,0,38701,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102507,'75%',1,0,38701,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102508,'100%',1,0,38701,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102509,'Other',20,0,38701,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102510,'Yes',1,0,38703,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102511,'No',3,0,38703,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102512,'Unknown',3,0,38703,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102513,'Stone',0,0,38703,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102514,'Other',20,0,38703,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102515,'Yes',1,0,38704,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102516,'No',5,0,38704,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102517,'Unknown',5,0,38704,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102518,'Stone',0,0,38704,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102519,'Other',20,0,38704,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102520,'Wood',2,0,38705,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102521,'Plastics',1,0,38705,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102522,'Aluminium',0,0,38705,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102523,'Stone',0,0,38705,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102524,'Other',20,0,38705,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102525,'0%',0,0,38707,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102526,'25%',1,0,38707,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102527,'50%',1,0,38707,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102528,'75%',1,0,38707,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102529,'100%',1,0,38707,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102530,'0%',0,0,38708,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102531,'25%',2,0,38708,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102532,'50%',2,0,38708,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102533,'75%',2,0,38708,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102534,'100%',2,0,38708,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102535,'0%',0,0,38709,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102536,'25%',1,0,38709,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102537,'50%',1,0,38709,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102538,'75%',1,0,38709,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102539,'100%',1,0,38709,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102540,'Solid concrete flooring on all levels',0,0,38710,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102541,'Timber joists on all levels',3,0,38710,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102542,'Concrete lowest floor – Timber above higher levels',3,0,38710,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102543,'Other',20,0,38710,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102544,'Yes',1,0,38713,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102545,'No',6,0,38713,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102546,'N/A',0,0,38713,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102547,'Yes',2,0,38715,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102548,'No',8,0,38715,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102549,'N/A',0,0,38715,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102550,'Yes',1,0,38717,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102551,'No',6,0,38717,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102552,'N/A',0,0,38717,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102553,'Yes',1,0,38719,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102554,'No',6,0,38719,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102555,'N/A',0,0,38719,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(102556,'Yes',1,0,38721,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102557,'No',6,0,38721,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102558,'N/A',0,0,38721,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102559,'0%',1,0,38727,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102560,'1% - 25%',1,0,38727,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102561,'26% - 50%',1,0,38727,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102562,'51% - 75%',1,0,38727,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102563,'76% - 100%',1,0,38727,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102564,'0%',1,0,38728,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102565,'1% - 25%',1,0,38728,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102566,'26% - 50%',1,0,38728,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102567,'51% - 75%',1,0,38728,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102568,'76% - 100%',1,0,38728,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102569,'0%',1,0,38729,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102570,'1% - 25%',1,0,38729,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102571,'26% - 50%',1,0,38729,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102572,'51% - 75%',1,0,38729,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102573,'76% - 100%',1,0,38729,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102574,'0%',1,0,38731,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102575,'1% - 25%',1,0,38731,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102576,'26% - 50%',1,0,38731,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102577,'51% - 75%',1,0,38731,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102578,'76% - 100%',1,0,38731,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102579,'0%',1,0,38732,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102580,'1% - 25%',1,0,38732,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102581,'26% - 50%',1,0,38732,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102582,'51% - 75%',1,0,38732,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102583,'76% - 100%',1,0,38732,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102584,'0%',1,0,38733,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102585,'1% - 25%',1,0,38733,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102586,'26% - 50%',1,0,38733,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102587,'51% - 75%',1,0,38733,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102588,'76% - 100%',1,0,38733,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102589,'0%',1,0,38735,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102590,'1% - 25%',1,0,38735,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102591,'26% - 50%',1,0,38735,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102592,'51% - 75%',1,0,38735,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102593,'76% - 100%',1,0,38735,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102594,'0%',1,0,38736,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102595,'1% - 25%',1,0,38736,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102596,'26% - 50%',1,0,38736,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102597,'51% - 75%',1,0,38736,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102598,'76% - 100%',1,0,38736,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102599,'0%',1,0,38737,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102600,'1% - 25%',1,0,38737,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102601,'26% - 50%',1,0,38737,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102602,'51% - 75%',1,0,38737,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102603,'76% - 100%',1,0,38737,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102604,'Very Good',0,0,38738,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102605,'Good',1,0,38738,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102606,'Fair',2,0,38738,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102607,'Poor',3,0,38738,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102608,'Very Poor',4,0,38738,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102609,'0%',1,0,38740,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102610,'1% - 25%',1,0,38740,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102611,'26% - 50%',1,0,38740,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102612,'51% - 75%',1,0,38740,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102613,'76% - 100%',1,0,38740,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102614,'0%',1,0,38741,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102615,'1% - 25%',1,0,38741,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102616,'26% - 50%',1,0,38741,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102617,'51% - 75%',1,0,38741,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102618,'76% - 100%',1,0,38741,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102619,'0%',1,0,38742,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102620,'1% - 25%',1,0,38742,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102621,'26% - 50%',1,0,38742,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102622,'51% - 75%',1,0,38742,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102623,'76% - 100%',1,0,38742,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102624,'0%',1,0,38744,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102625,'1% - 25%',1,0,38744,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102626,'26% - 50%',1,0,38744,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102627,'51% - 75%',1,0,38744,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102628,'76% - 100%',1,0,38744,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102629,'0%',1,0,38745,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102630,'1% - 25%',1,0,38745,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102631,'26% - 50%',1,0,38745,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102632,'51% - 75%',1,0,38745,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102633,'76% - 100%',1,0,38745,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102634,'0%',1,0,38746,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102635,'1% - 25%',1,0,38746,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102636,'26% - 50%',1,0,38746,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102637,'51% - 75%',1,0,38746,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102638,'76% - 100%',1,0,38746,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102639,'0%',1,0,38748,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102640,'1% - 25%',1,0,38748,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102641,'26% - 50%',1,0,38748,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102642,'51% - 75%',1,0,38748,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102643,'76% - 100%',1,0,38748,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102644,'0%',1,0,38749,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102645,'1% - 25%',1,0,38749,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102646,'26% - 50%',1,0,38749,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102647,'51% - 75%',1,0,38749,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102648,'76% - 100%',1,0,38749,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102649,'0%',1,0,38750,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102650,'1% - 25%',1,0,38750,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102651,'26% - 50%',1,0,38750,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102652,'51% - 75%',1,0,38750,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102653,'76% - 100%',1,0,38750,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102654,'0%',5,0,38752,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102655,'1% - 25%',4,0,38752,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102656,'26% - 50%',3,0,38752,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102657,'51% - 75%',2,0,38752,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102658,'76% - 100%',1,0,38752,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102659,'0%',1,0,38753,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102660,'1% - 25%',1,0,38753,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102661,'26% - 50%',1,0,38753,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102662,'51% - 75%',1,0,38753,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102663,'76% - 100%',1,0,38753,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102664,'0%',1,0,38754,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102665,'1% - 25%',1,0,38754,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102666,'26% - 50%',1,0,38754,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102667,'51% - 75%',1,0,38754,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102668,'76% - 100%',1,0,38754,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102669,'0%',1,0,38756,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102670,'1% - 25%',1,0,38756,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102671,'26% - 50%',1,0,38756,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102672,'51% - 75%',1,0,38756,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102673,'76% - 100%',1,0,38756,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102674,'0%',1,0,38757,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102675,'1% - 25%',1,0,38757,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102676,'26% - 50%',1,0,38757,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102677,'51% - 75%',1,0,38757,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102678,'76% - 100%',1,0,38757,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102679,'0%',1,0,38758,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102680,'1% - 25%',1,0,38758,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102681,'26% - 50%',1,0,38758,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102682,'51% - 75%',1,0,38758,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102683,'76% - 100%',1,0,38758,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102684,'0%',1,0,38760,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102685,'1% - 25%',1,0,38760,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102686,'26% - 50%',1,0,38760,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102687,'51% - 75%',1,0,38760,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102688,'76% - 100%',1,0,38760,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102689,'0%',1,0,38761,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102690,'1% - 25%',1,0,38761,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102691,'26% - 50%',1,0,38761,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102692,'51% - 75%',1,0,38761,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102693,'76% - 100%',1,0,38761,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102694,'0%',1,0,38762,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102695,'1% - 25%',1,0,38762,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102696,'26% - 50%',1,0,38762,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102697,'51% - 75%',1,0,38762,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102698,'76% - 100%',1,0,38762,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102699,'Director',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102700,'Owner / Landlord',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102701,'Site Manager',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102702,'Estate Agent',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102703,'Letting Agent',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102704,'Director',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102705,'CEO',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102706,'Fire Warden / Supervisor',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102707,'Fire Risk Assessor',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102708,'Other',0,0,38770,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102709,'Nebosh',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102710,'Level 2 Fire Risk Assessor',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102711,'Competant Person',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102712,'Property Manager',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102713,'Construction Manager',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102714,'Fire Warden / Fire Marshall',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102715,'Director',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102716,'CEO',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102717,'N/A',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102718,'Other',0,0,38771,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(102719,'Fan Heaters',4,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102720,'Electric Heaters',4,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102721,'Gas Heater',5,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102722,'Other Boilers',2,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102723,'Electrical Equipment',3,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102724,'Electrical Leads',3,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102725,'Portable Equipment',3,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102726,'Portable Lighting',2,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102727,'Cooking Equipment',6,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102728,'Other',20,0,38784,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102729,'Wood/Paper/Cardboard etc',3,0,38786,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102730,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,38786,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102731,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,38786,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102732,'Waste Material Controlled -in locked wheely bin or store',2,0,38786,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102733,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,38786,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102734,'Other',20,0,38786,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102735,'Yes. There is a certificate within the last 6 months.',0,0,38789,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102736,'The certificate was issued within the last 12 months.',2,0,38789,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102737,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,38789,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102738,'N/A',0,0,38789,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102739,'Other',20,0,38789,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102740,'Yes. Certification within 6 months',0,0,38791,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102741,'Yes. Certification within 12 months',2,0,38791,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102742,'No certification. (Recommend testing by fire safety specialist)',5,0,38791,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102743,'N/A',0,0,38791,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102744,'Other',20,0,38791,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102745,'Yes. Service and test certification is within 12 months',0,0,38792,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102746,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,38792,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102747,'N/A',0,0,38792,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102748,'Other',20,0,38792,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102749,'Yes. The EICR test certification is complete within last 5 years',0,0,38794,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102750,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,38794,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102751,'N/A',0,0,38794,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102752,'Other',20,0,38794,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102753,'Yes',0,0,38796,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102754,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,38796,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102755,'N/A',0,0,38796,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102756,'Other',20,0,38796,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102757,'Yes',0,0,38798,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102758,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,38798,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102759,'N/A',0,0,38798,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102760,'Other',20,0,38798,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102761,'Yes',0,0,38800,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102762,'No. There are hot working areas but no fire blankets are present.',5,0,38800,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102763,'N/A',0,0,38800,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102764,'Other',20,0,38800,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102765,'Yes. They are provided and ready to use located in a communal area.',0,0,38802,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102766,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,38802,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102767,'N/A',0,0,38802,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102768,'Other',20,0,38802,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102769,'Yes',2,0,38803,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102770,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,38803,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102771,'The property does not have a gas connection.',0,0,38803,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102772,'N/A',0,0,38803,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102773,'Yes',0,0,38804,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102774,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,38804,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102775,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,38804,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102776,'N/A',0,0,38804,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102777,'Other',20,0,38804,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102778,'Yes',0,0,38805,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102779,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,38805,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102780,'NA',0,0,38805,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102781,'Other',20,0,38805,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102782,'Yes. The shortest route has been put into the plan',0,0,38806,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102783,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,38806,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102784,'NA',0,0,38806,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102785,'Other',20,0,38806,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102786,'Yes. There is more than one exit available.',1,0,38807,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102787,'No. There is only one escape exit available.',0,0,38807,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102788,'Other',20,0,38807,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102789,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,38808,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102790,'No. The exits are not efficient enough for the building.',9,0,38808,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102791,'NA',0,0,38808,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102792,'Other',20,0,38808,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102793,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,38809,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102794,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,38809,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102795,'NA',0,0,38809,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102796,'Other',20,0,38809,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102797,'Yes. Escape routes are kept clear throughout the building.',0,0,38810,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102798,'No. There are obstructions on one or more escape routes.',6,0,38810,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102799,'N/A',0,0,38810,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102800,'Other',20,0,38810,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102801,'Yes. Assembly points are clearly marked.',0,0,38811,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102802,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,38811,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102803,'NA',0,0,38811,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102804,'Other',20,0,38811,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102805,'Yes',0,0,38812,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102806,'No. There is no assembly point or the assembly point is too small.',8,0,38812,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102807,'NA',0,0,38812,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102808,'Other',20,0,38812,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102809,'Evacuation only',3,0,38813,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102810,'Delayed evacuation process with 15 minute time delay',4,0,38813,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102811,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,38813,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102812,'Other',20,0,38813,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102813,'Employees',2,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102814,'Sub-Contractors',3,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102815,'Young Persons',4,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102816,'Visitors',4,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102817,'The General Public (Customers)',4,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102818,'Disabled or Special needs People less able to leave the premises quickly',7,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102819,'Occupants in Remote Areas',6,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102820,'Sleeping Occupants',7,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102821,'Neighbouring Premises',2,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102822,'Tenants / Owners',3,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102823,'Animals / Livestock',2,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102824,'Other',0,0,38815,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102825,'9:00 - 17:00',0,0,38818,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102826,'17:00 - 24:00',0,0,38818,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102827,'24:00 - 9:00',0,0,38818,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102828,'9:00 - 17:00',0,0,38819,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102829,'17:00 - 24:00',0,0,38819,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102830,'24:00 - 9:00',0,0,38819,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(102831,'9:00 - 17:00',0,0,38820,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102832,'17:00 - 24:00',0,0,38820,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102833,'24:00 - 9:00',0,0,38820,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102834,'9:00 - 17:00',0,0,38821,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102835,'17:00 - 24:00',0,0,38821,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102836,'24:00 - 9:00',0,0,38821,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102837,'9:00 - 17:00',0,0,38822,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102838,'17:00 - 24:00',0,0,38822,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102839,'24:00 - 9:00',0,0,38822,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102840,'9:00 - 17:00',0,0,38823,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102841,'17:00 - 24:00',0,0,38823,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102842,'24:00 - 9:00',0,0,38823,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102843,'9:00 - 17:00',0,0,38824,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102844,'17:00 - 24:00',0,0,38824,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102845,'24:00 - 9:00',0,0,38824,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102846,'Below 20',1,0,38825,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102847,'20-49',2,0,38825,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102848,'50-99',2,0,38825,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102849,'100-499',3,0,38825,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102850,'500-999',4,0,38825,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102851,'1000',5,0,38825,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102852,'Single Stage Evacuation',0,0,38826,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102853,'Staged Evacuation',0,0,38826,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102854,'Simultaneous Evacuation',0,0,38826,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102855,'Phased Evacuation',0,0,38826,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102856,'Staff Alarm Only',0,0,38826,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102857,'Stay Put Policy',0,0,38826,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102858,'Yes. A responsible person has been nominated.',0,0,38827,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102859,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,38827,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102860,'Other',20,0,38827,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102861,'N/A',0,0,38827,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102862,'Yes. A competent person is available to assist in fire safety measures.',0,0,38828,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102863,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,38828,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102864,'Other',20,0,38828,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102865,'N/A',0,0,38828,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102866,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,38829,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102867,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,38829,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102868,'Other',20,0,38829,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102869,'N/A',0,0,38829,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102870,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,38831,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102871,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,38831,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102872,'Other',20,0,38831,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102873,'N/A',0,0,38831,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102874,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,38833,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102875,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,38833,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102876,'Other',20,0,38833,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102877,'N/A',0,0,38833,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102878,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,38834,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102879,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,38834,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102880,'Other',20,0,38834,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102881,'N/A',0,0,38834,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102882,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,38835,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102883,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,38835,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102884,'Other',20,0,38835,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102885,'N/A',0,0,38835,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102886,'Yes. The plan is readily available.',0,0,38837,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102887,'No. The plan is not available.',3,0,38837,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102888,'Other',20,0,38837,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102889,'N/A',0,0,38837,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102890,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,38838,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102891,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,38838,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102892,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,38838,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102893,'Other',20,0,38838,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102894,'N/A',0,0,38838,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102895,'Yes. There are suitable arrangements in place to prevent danger.',0,0,38839,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102896,'No. There are not suitable arrangements in place to prevent danger..',4,0,38839,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102897,'Other',20,0,38839,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102898,'N/A',0,0,38839,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102899,'Yes. The company has a full evacuation system in place.',0,0,38840,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102900,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,38840,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102901,'Other',20,0,38840,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102902,'N/A',0,0,38840,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102903,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,38841,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102904,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,38841,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102905,'Other',20,0,38841,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102906,'N/A',0,0,38841,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102907,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,38842,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102908,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,38842,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102909,'Other',20,0,38842,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102910,'N/A',0,0,38842,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102911,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,38843,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102912,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,38843,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102913,'Other',20,0,38843,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102914,'N/A',0,0,38843,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102915,'Yes. They do consider other organisation within the building.',0,0,38844,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102916,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,38844,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102917,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,38844,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102918,'Other',20,0,38844,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102919,'N/A',0,0,38844,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102920,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,38845,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102921,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,38845,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102922,'Other',20,0,38845,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102923,'N/A',0,0,38845,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102924,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,38848,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102925,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,38848,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102926,'No. There is no fire risk logbook.',5,0,38848,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102927,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,38849,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102928,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,38849,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102929,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,38849,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102930,'N/A',0,0,38849,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102931,'Other',20,0,38849,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102932,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,38851,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102933,'Yes. They are installed, and signs are displayed.',0,0,38851,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102934,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,38851,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102935,'N/A',0,0,38851,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102936,'Other',20,0,38851,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102937,'Yes, they are in good condition & positioned correctly.',0,0,38853,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102938,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,38853,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102939,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,38853,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102940,'Other',20,0,38853,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102941,'N/A',0,0,38853,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102942,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,38854,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102943,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,38854,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102944,'Other',20,0,38854,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102945,'N/A',0,0,38854,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102946,'Yes. There is suitable Emergency lighting in the building.',0,0,38855,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102947,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,38855,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102948,'Other',20,0,38855,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102949,'N/A',0,0,38855,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102950,'Yes. They are in good condition with no obstructions.',0,0,38856,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102951,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,38856,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102952,'Other',20,0,38856,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102953,'N/A',0,0,38856,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102954,'Yes. User checks are recorded into the fire risk logbook.',0,0,38858,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102955,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,38858,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102956,'Other',20,0,38858,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102957,'N/A',0,0,38858,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102958,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,38859,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102959,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,38859,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102960,'Other',20,0,38859,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102961,'N/A',0,0,38859,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102962,'Yes. Once per year.',1,0,38861,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102963,'Yes. Twice per year.',0,0,38861,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102964,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,38861,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102965,'Other',20,0,38861,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102966,'Yes. The fire risk assessment is reviewed annually.',0,0,38862,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102967,'No. (Recommend immediate update to ensure compliance.)',5,0,38862,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102968,'NA',5,0,38862,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102969,'Other',20,0,38862,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102970,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,38863,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102971,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,38863,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102972,'N/A',0,0,38863,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102973,'Other',20,0,38863,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102974,'Yes. Training has been provided',0,0,38864,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102975,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,38864,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102976,'Other',20,0,38864,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102977,'N/A',0,0,38864,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102978,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,38865,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102979,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,38865,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102980,'NA',0,0,38865,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102981,'Other',20,0,38865,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102982,'Yes. Training has been documented on induction.',0,0,38866,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102983,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,38866,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102984,'NA',0,0,38866,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102985,'Other',20,0,38866,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102986,'Yes. This is part of the fire training program and fire warden duties.',0,0,38867,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102987,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,38867,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102988,'NA',0,0,38867,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102989,'Other',20,0,38867,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102990,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,38868,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102991,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,38868,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102992,'Other',20,0,38868,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102993,'N/A',0,0,38868,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102994,'Yes. Fire wardens receive refresher training regularly.',0,0,38869,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102995,'No',5,0,38869,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102996,'N/A',0,0,38869,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102997,'Other',20,0,38869,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102998,'Other',20,0,38869,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(102999,'Detached',1,0,38870,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103000,'Semi Detached',2,0,38870,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103001,'Terraced',3,0,38870,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103002,'Linked-Terraced',1,0,38870,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103003,'End Terraced',2,0,38870,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103004,'Other',20,0,38870,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103005,'House',1,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103006,'Bungalow',1,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103007,'Maisonette',3,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103008,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103009,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103010,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103011,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103012,'Underground Property',1,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103013,'Factory / Warehouse',3,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103014,'Garage / Workshop',3,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103015,'Retail Shop',2,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103016,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103017,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103018,'Other',20,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103019,'Other',20,0,38871,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103020,'N/A',0,0,38876,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103021,'Number of staircase',0,0,38876,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103022,'25%',1,0,38888,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103023,'50%',1,0,38888,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103024,'75%',1,0,38888,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103025,'100%',1,0,38888,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103026,'Other',20,0,38888,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103027,'Yes',1,0,38890,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103028,'No',3,0,38890,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103029,'Unknown',3,0,38890,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103030,'Stone',0,0,38890,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103031,'Other',20,0,38890,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103032,'Yes',1,0,38891,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103033,'No',5,0,38891,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103034,'Unknown',5,0,38891,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103035,'Stone',0,0,38891,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(103036,'Other',20,0,38891,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103037,'Wood',2,0,38892,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103038,'Plastics',1,0,38892,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103039,'Aluminium',0,0,38892,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103040,'Stone',0,0,38892,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103041,'Other',20,0,38892,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103042,'0%',0,0,38894,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103043,'25%',1,0,38894,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103044,'50%',1,0,38894,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103045,'75%',1,0,38894,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103046,'100%',1,0,38894,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103047,'0%',0,0,38895,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103048,'25%',2,0,38895,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103049,'50%',2,0,38895,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103050,'75%',2,0,38895,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103051,'100%',2,0,38895,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103052,'0%',0,0,38896,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103053,'25%',1,0,38896,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103054,'50%',1,0,38896,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103055,'75%',1,0,38896,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103056,'100%',1,0,38896,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103057,'Solid concrete flooring on all levels',0,0,38897,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103058,'Timber joists on all levels',3,0,38897,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103059,'Concrete lowest floor – Timber above higher levels',3,0,38897,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103060,'Other',20,0,38897,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103061,'Yes',1,0,38900,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103062,'No',6,0,38900,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103063,'N/A',0,0,38900,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103064,'Yes',2,0,38902,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103065,'No',8,0,38902,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103066,'N/A',0,0,38902,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103067,'Yes',1,0,38904,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103068,'No',6,0,38904,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103069,'N/A',0,0,38904,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103070,'Yes',1,0,38906,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103071,'No',6,0,38906,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103072,'N/A',0,0,38906,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103073,'Yes',1,0,38908,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103074,'No',6,0,38908,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103075,'N/A',0,0,38908,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103076,'0%',1,0,38914,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103077,'1% - 25%',1,0,38914,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103078,'26% - 50%',1,0,38914,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103079,'51% - 75%',1,0,38914,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103080,'76% - 100%',1,0,38914,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103081,'0%',1,0,38915,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103082,'1% - 25%',1,0,38915,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103083,'26% - 50%',1,0,38915,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103084,'51% - 75%',1,0,38915,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103085,'76% - 100%',1,0,38915,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103086,'0%',1,0,38916,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103087,'1% - 25%',1,0,38916,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103088,'26% - 50%',1,0,38916,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103089,'51% - 75%',1,0,38916,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103090,'76% - 100%',1,0,38916,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103091,'0%',1,0,38918,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103092,'1% - 25%',1,0,38918,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103093,'26% - 50%',1,0,38918,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103094,'51% - 75%',1,0,38918,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103095,'76% - 100%',1,0,38918,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103096,'0%',1,0,38919,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103097,'1% - 25%',1,0,38919,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103098,'26% - 50%',1,0,38919,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103099,'51% - 75%',1,0,38919,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103100,'76% - 100%',1,0,38919,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103101,'0%',1,0,38920,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103102,'1% - 25%',1,0,38920,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103103,'26% - 50%',1,0,38920,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103104,'51% - 75%',1,0,38920,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103105,'76% - 100%',1,0,38920,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103106,'0%',1,0,38922,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103107,'1% - 25%',1,0,38922,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103108,'26% - 50%',1,0,38922,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103109,'51% - 75%',1,0,38922,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103110,'76% - 100%',1,0,38922,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103111,'0%',1,0,38923,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103112,'1% - 25%',1,0,38923,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103113,'26% - 50%',1,0,38923,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103114,'51% - 75%',1,0,38923,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103115,'76% - 100%',1,0,38923,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103116,'0%',1,0,38924,'2023-05-05 10:10:03','2023-05-05 10:10:03');
INSERT INTO `question_choices` VALUES (103117,'1% - 25%',1,0,38924,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103118,'26% - 50%',1,0,38924,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103119,'51% - 75%',1,0,38924,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103120,'76% - 100%',1,0,38924,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103121,'Very Good',0,0,38925,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103122,'Good',1,0,38925,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103123,'Fair',2,0,38925,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103124,'Poor',3,0,38925,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103125,'Very Poor',4,0,38925,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103126,'0%',1,0,38927,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103127,'1% - 25%',1,0,38927,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103128,'26% - 50%',1,0,38927,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103129,'51% - 75%',1,0,38927,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103130,'76% - 100%',1,0,38927,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103131,'0%',1,0,38928,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103132,'1% - 25%',1,0,38928,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103133,'26% - 50%',1,0,38928,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103134,'51% - 75%',1,0,38928,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103135,'76% - 100%',1,0,38928,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103136,'0%',1,0,38929,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103137,'1% - 25%',1,0,38929,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103138,'26% - 50%',1,0,38929,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103139,'51% - 75%',1,0,38929,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103140,'76% - 100%',1,0,38929,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103141,'0%',1,0,38931,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103142,'1% - 25%',1,0,38931,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103143,'26% - 50%',1,0,38931,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103144,'51% - 75%',1,0,38931,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103145,'76% - 100%',1,0,38931,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103146,'0%',1,0,38932,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103147,'1% - 25%',1,0,38932,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103148,'26% - 50%',1,0,38932,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103149,'51% - 75%',1,0,38932,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103150,'76% - 100%',1,0,38932,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103151,'0%',1,0,38933,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103152,'1% - 25%',1,0,38933,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103153,'26% - 50%',1,0,38933,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103154,'51% - 75%',1,0,38933,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103155,'76% - 100%',1,0,38933,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103156,'0%',1,0,38935,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103157,'1% - 25%',1,0,38935,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103158,'26% - 50%',1,0,38935,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103159,'51% - 75%',1,0,38935,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103160,'76% - 100%',1,0,38935,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103161,'0%',1,0,38936,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103162,'1% - 25%',1,0,38936,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103163,'26% - 50%',1,0,38936,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103164,'51% - 75%',1,0,38936,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103165,'76% - 100%',1,0,38936,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103166,'0%',1,0,38937,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103167,'1% - 25%',1,0,38937,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103168,'26% - 50%',1,0,38937,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103169,'51% - 75%',1,0,38937,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103170,'76% - 100%',1,0,38937,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103171,'0%',5,0,38939,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103172,'1% - 25%',4,0,38939,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103173,'26% - 50%',3,0,38939,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103174,'51% - 75%',2,0,38939,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103175,'76% - 100%',1,0,38939,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103176,'0%',1,0,38940,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103177,'1% - 25%',1,0,38940,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103178,'26% - 50%',1,0,38940,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103179,'51% - 75%',1,0,38940,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103180,'76% - 100%',1,0,38940,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103181,'0%',1,0,38941,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103182,'1% - 25%',1,0,38941,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103183,'26% - 50%',1,0,38941,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103184,'51% - 75%',1,0,38941,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103185,'76% - 100%',1,0,38941,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103186,'0%',1,0,38943,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103187,'1% - 25%',1,0,38943,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103188,'26% - 50%',1,0,38943,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103189,'51% - 75%',1,0,38943,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103190,'76% - 100%',1,0,38943,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103191,'0%',1,0,38944,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103192,'1% - 25%',1,0,38944,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103193,'26% - 50%',1,0,38944,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103194,'51% - 75%',1,0,38944,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103195,'76% - 100%',1,0,38944,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103196,'0%',1,0,38945,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103197,'1% - 25%',1,0,38945,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103198,'26% - 50%',1,0,38945,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103199,'51% - 75%',1,0,38945,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103200,'76% - 100%',1,0,38945,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103201,'0%',1,0,38947,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103202,'1% - 25%',1,0,38947,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103203,'26% - 50%',1,0,38947,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103204,'51% - 75%',1,0,38947,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103205,'76% - 100%',1,0,38947,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103206,'0%',1,0,38948,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103207,'1% - 25%',1,0,38948,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103208,'26% - 50%',1,0,38948,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103209,'51% - 75%',1,0,38948,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103210,'76% - 100%',1,0,38948,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103211,'0%',1,0,38949,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103212,'1% - 25%',1,0,38949,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103213,'26% - 50%',1,0,38949,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103214,'51% - 75%',1,0,38949,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103215,'76% - 100%',1,0,38949,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103216,'Director',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103217,'Owner / Landlord',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103218,'Site Manager',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103219,'Estate Agent',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103220,'Letting Agent',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103221,'Director',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103222,'CEO',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103223,'Fire Warden / Supervisor',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103224,'Fire Risk Assessor',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103225,'Other',0,0,38957,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103226,'Nebosh',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103227,'Level 2 Fire Risk Assessor',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103228,'Competant Person',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103229,'Property Manager',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103230,'Construction Manager',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103231,'Fire Warden / Fire Marshall',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103232,'Director',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103233,'CEO',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103234,'N/A',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103235,'Other',0,0,38958,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(103236,'Fan Heaters',4,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103237,'Electric Heaters',4,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103238,'Gas Heater',5,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103239,'Other Boilers',2,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103240,'Electrical Equipment',3,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103241,'Electrical Leads',3,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103242,'Portable Equipment',3,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103243,'Portable Lighting',2,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103244,'Cooking Equipment',6,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103245,'Other',20,0,38971,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103246,'Wood/Paper/Cardboard etc',3,0,38973,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103247,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,38973,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103248,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,38973,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103249,'Waste Material Controlled -in locked wheely bin or store',2,0,38973,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103250,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,38973,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103251,'Other',20,0,38973,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103252,'Yes. There is a certificate within the last 6 months.',0,0,38976,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103253,'The certificate was issued within the last 12 months.',2,0,38976,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103254,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,38976,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103255,'N/A',0,0,38976,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103256,'Other',20,0,38976,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103257,'Yes. Certification within 6 months',0,0,38978,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103258,'Yes. Certification within 12 months',2,0,38978,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103259,'No certification. (Recommend testing by fire safety specialist)',5,0,38978,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103260,'N/A',0,0,38978,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103261,'Other',20,0,38978,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103262,'Yes. Service and test certification is within 12 months',0,0,38979,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103263,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,38979,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103264,'N/A',0,0,38979,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103265,'Other',20,0,38979,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103266,'Yes. The EICR test certification is complete within last 5 years',0,0,38981,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103267,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,38981,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103268,'N/A',0,0,38981,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103269,'Other',20,0,38981,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103270,'Yes',0,0,38983,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103271,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,38983,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103272,'N/A',0,0,38983,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103273,'Other',20,0,38983,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103274,'Yes',0,0,38985,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103275,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,38985,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103276,'N/A',0,0,38985,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103277,'Other',20,0,38985,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103278,'Yes',0,0,38987,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103279,'No. There are hot working areas but no fire blankets are present.',5,0,38987,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103280,'N/A',0,0,38987,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103281,'Other',20,0,38987,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103282,'Yes. They are provided and ready to use located in a communal area.',0,0,38989,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103283,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,38989,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103284,'N/A',0,0,38989,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103285,'Other',20,0,38989,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103286,'Yes',2,0,38990,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103287,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,38990,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103288,'The property does not have a gas connection.',0,0,38990,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103289,'N/A',0,0,38990,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103290,'Yes',0,0,38991,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103291,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,38991,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103292,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,38991,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103293,'N/A',0,0,38991,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103294,'Other',20,0,38991,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103295,'Yes',0,0,38992,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103296,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,38992,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103297,'NA',0,0,38992,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103298,'Other',20,0,38992,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103299,'Yes. The shortest route has been put into the plan',0,0,38993,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103300,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,38993,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103301,'NA',0,0,38993,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103302,'Other',20,0,38993,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103303,'Yes. There is more than one exit available.',1,0,38994,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103304,'No. There is only one escape exit available.',0,0,38994,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103305,'Other',20,0,38994,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103306,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,38995,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103307,'No. The exits are not efficient enough for the building.',9,0,38995,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103308,'NA',0,0,38995,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103309,'Other',20,0,38995,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103310,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,38996,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103311,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,38996,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103312,'NA',0,0,38996,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103313,'Other',20,0,38996,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103314,'Yes. Escape routes are kept clear throughout the building.',0,0,38997,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103315,'No. There are obstructions on one or more escape routes.',6,0,38997,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103316,'N/A',0,0,38997,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103317,'Other',20,0,38997,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103318,'Yes. Assembly points are clearly marked.',0,0,38998,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103319,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,38998,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103320,'NA',0,0,38998,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103321,'Other',20,0,38998,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103322,'Yes',0,0,38999,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103323,'No. There is no assembly point or the assembly point is too small.',8,0,38999,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103324,'NA',0,0,38999,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103325,'Other',20,0,38999,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103326,'Evacuation only',3,0,39000,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103327,'Delayed evacuation process with 15 minute time delay',4,0,39000,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103328,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,39000,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103329,'Other',20,0,39000,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103330,'Employees',2,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103331,'Sub-Contractors',3,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103332,'Young Persons',4,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103333,'Visitors',4,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103334,'The General Public (Customers)',4,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103335,'Disabled or Special needs People less able to leave the premises quickly',7,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103336,'Occupants in Remote Areas',6,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103337,'Sleeping Occupants',7,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103338,'Neighbouring Premises',2,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103339,'Tenants / Owners',3,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103340,'Animals / Livestock',2,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103341,'Other',0,0,39002,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103342,'9:00 - 17:00',0,0,39005,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103343,'17:00 - 24:00',0,0,39005,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103344,'24:00 - 9:00',0,0,39005,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103345,'9:00 - 17:00',0,0,39006,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103346,'17:00 - 24:00',0,0,39006,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103347,'24:00 - 9:00',0,0,39006,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103348,'9:00 - 17:00',0,0,39007,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103349,'17:00 - 24:00',0,0,39007,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103350,'24:00 - 9:00',0,0,39007,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103351,'9:00 - 17:00',0,0,39008,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103352,'17:00 - 24:00',0,0,39008,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103353,'24:00 - 9:00',0,0,39008,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103354,'9:00 - 17:00',0,0,39009,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103355,'17:00 - 24:00',0,0,39009,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103356,'24:00 - 9:00',0,0,39009,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103357,'9:00 - 17:00',0,0,39010,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103358,'17:00 - 24:00',0,0,39010,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103359,'24:00 - 9:00',0,0,39010,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103360,'9:00 - 17:00',0,0,39011,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103361,'17:00 - 24:00',0,0,39011,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103362,'24:00 - 9:00',0,0,39011,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103363,'Below 20',1,0,39012,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103364,'20-49',2,0,39012,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103365,'50-99',2,0,39012,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103366,'100-499',3,0,39012,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103367,'500-999',4,0,39012,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103368,'1000',5,0,39012,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103369,'Single Stage Evacuation',0,0,39013,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103370,'Staged Evacuation',0,0,39013,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103371,'Simultaneous Evacuation',0,0,39013,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103372,'Phased Evacuation',0,0,39013,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103373,'Staff Alarm Only',0,0,39013,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103374,'Stay Put Policy',0,0,39013,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103375,'Yes. A responsible person has been nominated.',0,0,39014,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103376,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,39014,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103377,'Other',20,0,39014,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103378,'N/A',0,0,39014,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103379,'Yes. A competent person is available to assist in fire safety measures.',0,0,39015,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103380,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,39015,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103381,'Other',20,0,39015,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103382,'N/A',0,0,39015,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103383,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,39016,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103384,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,39016,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103385,'Other',20,0,39016,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103386,'N/A',0,0,39016,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103387,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,39018,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103388,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,39018,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103389,'Other',20,0,39018,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103390,'N/A',0,0,39018,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103391,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,39020,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103392,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,39020,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103393,'Other',20,0,39020,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103394,'N/A',0,0,39020,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103395,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,39021,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103396,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,39021,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103397,'Other',20,0,39021,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103398,'N/A',0,0,39021,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103399,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,39022,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103400,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,39022,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103401,'Other',20,0,39022,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103402,'N/A',0,0,39022,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103403,'Yes. The plan is readily available.',0,0,39024,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103404,'No. The plan is not available.',3,0,39024,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103405,'Other',20,0,39024,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103406,'N/A',0,0,39024,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103407,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,39025,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103408,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,39025,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103409,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,39025,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103410,'Other',20,0,39025,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103411,'N/A',0,0,39025,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103412,'Yes. There are suitable arrangements in place to prevent danger.',0,0,39026,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103413,'No. There are not suitable arrangements in place to prevent danger..',4,0,39026,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103414,'Other',20,0,39026,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103415,'N/A',0,0,39026,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103416,'Yes. The company has a full evacuation system in place.',0,0,39027,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103417,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,39027,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103418,'Other',20,0,39027,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103419,'N/A',0,0,39027,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103420,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,39028,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103421,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,39028,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103422,'Other',20,0,39028,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103423,'N/A',0,0,39028,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103424,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,39029,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103425,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,39029,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103426,'Other',20,0,39029,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103427,'N/A',0,0,39029,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103428,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,39030,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103429,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,39030,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103430,'Other',20,0,39030,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103431,'N/A',0,0,39030,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103432,'Yes. They do consider other organisation within the building.',0,0,39031,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103433,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,39031,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103434,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,39031,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103435,'Other',20,0,39031,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103436,'N/A',0,0,39031,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103437,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,39032,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103438,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,39032,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103439,'Other',20,0,39032,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103440,'N/A',0,0,39032,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103441,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,39035,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103442,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,39035,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103443,'No. There is no fire risk logbook.',5,0,39035,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103444,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,39036,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103445,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,39036,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103446,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,39036,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103447,'N/A',0,0,39036,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103448,'Other',20,0,39036,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103449,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,39038,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103450,'Yes. They are installed, and signs are displayed.',0,0,39038,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103451,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,39038,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103452,'N/A',0,0,39038,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103453,'Other',20,0,39038,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103454,'Yes, they are in good condition & positioned correctly.',0,0,39040,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103455,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,39040,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103456,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,39040,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103457,'Other',20,0,39040,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103458,'N/A',0,0,39040,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103459,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,39041,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103460,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,39041,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103461,'Other',20,0,39041,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103462,'N/A',0,0,39041,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103463,'Yes. There is suitable Emergency lighting in the building.',0,0,39042,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103464,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,39042,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103465,'Other',20,0,39042,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103466,'N/A',0,0,39042,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103467,'Yes. They are in good condition with no obstructions.',0,0,39043,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103468,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,39043,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103469,'Other',20,0,39043,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103470,'N/A',0,0,39043,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103471,'Yes. User checks are recorded into the fire risk logbook.',0,0,39045,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103472,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,39045,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103473,'Other',20,0,39045,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103474,'N/A',0,0,39045,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103475,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,39046,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103476,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,39046,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103477,'Other',20,0,39046,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103478,'N/A',0,0,39046,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103479,'Yes. Once per year.',1,0,39048,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103480,'Yes. Twice per year.',0,0,39048,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103481,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,39048,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103482,'Other',20,0,39048,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103483,'Yes. The fire risk assessment is reviewed annually.',0,0,39049,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103484,'No. (Recommend immediate update to ensure compliance.)',5,0,39049,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103485,'NA',5,0,39049,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103486,'Other',20,0,39049,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103487,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,39050,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103488,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,39050,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103489,'N/A',0,0,39050,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103490,'Other',20,0,39050,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103491,'Yes. Training has been provided',0,0,39051,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103492,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,39051,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103493,'Other',20,0,39051,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103494,'N/A',0,0,39051,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103495,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,39052,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103496,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,39052,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103497,'NA',0,0,39052,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103498,'Other',20,0,39052,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103499,'Yes. Training has been documented on induction.',0,0,39053,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103500,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,39053,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103501,'NA',0,0,39053,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103502,'Other',20,0,39053,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103503,'Yes. This is part of the fire training program and fire warden duties.',0,0,39054,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103504,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,39054,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103505,'NA',0,0,39054,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103506,'Other',20,0,39054,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103507,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,39055,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103508,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,39055,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103509,'Other',20,0,39055,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103510,'N/A',0,0,39055,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103511,'Yes. Fire wardens receive refresher training regularly.',0,0,39056,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103512,'No',5,0,39056,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103513,'N/A',0,0,39056,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103514,'Other',20,0,39056,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103515,'Other',20,0,39056,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103516,'Director',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103517,'Owner / Landlord',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103518,'Site Manager',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103519,'Estate Agent',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103520,'Letting Agent',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103521,'Director',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103522,'CEO',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103523,'Fire Warden / Supervisor',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103524,'Fire Risk Assessor',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103525,'Other',0,0,39064,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103526,'Nebosh',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103527,'Level 2 Fire Risk Assessor',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103528,'Competant Person',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103529,'Property Manager',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103530,'Construction Manager',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103531,'Fire Warden / Fire Marshall',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103532,'Director',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103533,'CEO',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103534,'N/A',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103535,'Other',0,0,39065,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103536,'Detached',1,0,39078,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103537,'Semi Detached',2,0,39078,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103538,'Terraced',3,0,39078,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103539,'Linked-Terraced',1,0,39078,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103540,'End Terraced',2,0,39078,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103541,'Other',20,0,39078,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103542,'House',1,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103543,'Bungalow',1,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103544,'Maisonette',3,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103545,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103546,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103547,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103548,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103549,'Underground Property',1,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103550,'Factory / Warehouse',3,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103551,'Garage / Workshop',3,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103552,'Retail Shop',2,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103553,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103554,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103555,'Other',20,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103556,'Other',20,0,39079,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103557,'25%',1,0,39096,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103558,'50%',1,0,39096,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103559,'75%',1,0,39096,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103560,'100%',1,0,39096,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103561,'Other',20,0,39096,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103562,'Yes',1,0,39098,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103563,'No',3,0,39098,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103564,'Unknown',3,0,39098,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103565,'Stone',0,0,39098,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103566,'Other',20,0,39098,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103567,'Yes',1,0,39099,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103568,'No',5,0,39099,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103569,'Unknown',5,0,39099,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103570,'Stone',0,0,39099,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103571,'Other',20,0,39099,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103572,'Wood',2,0,39100,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103573,'Plastics',1,0,39100,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103574,'Aluminium',0,0,39100,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103575,'Stone',0,0,39100,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103576,'Other',20,0,39100,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103577,'0%',0,0,39102,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103578,'25%',1,0,39102,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103579,'50%',1,0,39102,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103580,'75%',1,0,39102,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103581,'100%',1,0,39102,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103582,'0%',0,0,39103,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103583,'25%',2,0,39103,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103584,'50%',2,0,39103,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103585,'75%',2,0,39103,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103586,'100%',2,0,39103,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103587,'0%',0,0,39104,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103588,'25%',1,0,39104,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103589,'50%',1,0,39104,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103590,'75%',1,0,39104,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103591,'100%',1,0,39104,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103592,'Solid concrete flooring on all levels',0,0,39105,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103593,'Timber joists on all levels',3,0,39105,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103594,'Concrete lowest floor – Timber above higher levels',3,0,39105,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103595,'Other',20,0,39105,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103596,'Yes',1,0,39108,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103597,'No',6,0,39108,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103598,'N/A',0,0,39108,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103599,'Yes',2,0,39110,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103600,'No',8,0,39110,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103601,'N/A',0,0,39110,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103602,'Yes',1,0,39112,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103603,'No',6,0,39112,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103604,'N/A',0,0,39112,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103605,'Yes',1,0,39114,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103606,'No',6,0,39114,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103607,'N/A',0,0,39114,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103608,'Yes',1,0,39116,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103609,'No',6,0,39116,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103610,'N/A',0,0,39116,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103611,'0%',1,0,39122,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103612,'1% - 25%',1,0,39122,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103613,'26% - 50%',1,0,39122,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103614,'51% - 75%',1,0,39122,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103615,'76% - 100%',1,0,39122,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103616,'0%',1,0,39123,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103617,'1% - 25%',1,0,39123,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103618,'26% - 50%',1,0,39123,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103619,'51% - 75%',1,0,39123,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103620,'76% - 100%',1,0,39123,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103621,'0%',1,0,39124,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103622,'1% - 25%',1,0,39124,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103623,'26% - 50%',1,0,39124,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103624,'51% - 75%',1,0,39124,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103625,'76% - 100%',1,0,39124,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103626,'0%',1,0,39126,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103627,'1% - 25%',1,0,39126,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103628,'26% - 50%',1,0,39126,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103629,'51% - 75%',1,0,39126,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103630,'76% - 100%',1,0,39126,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103631,'0%',1,0,39127,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103632,'1% - 25%',1,0,39127,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103633,'26% - 50%',1,0,39127,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103634,'51% - 75%',1,0,39127,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103635,'76% - 100%',1,0,39127,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103636,'0%',1,0,39128,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103637,'1% - 25%',1,0,39128,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103638,'26% - 50%',1,0,39128,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103639,'51% - 75%',1,0,39128,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103640,'76% - 100%',1,0,39128,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103641,'0%',1,0,39130,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103642,'1% - 25%',1,0,39130,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103643,'26% - 50%',1,0,39130,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103644,'51% - 75%',1,0,39130,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103645,'76% - 100%',1,0,39130,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103646,'0%',1,0,39131,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103647,'1% - 25%',1,0,39131,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103648,'26% - 50%',1,0,39131,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103649,'51% - 75%',1,0,39131,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103650,'76% - 100%',1,0,39131,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103651,'0%',1,0,39132,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103652,'1% - 25%',1,0,39132,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103653,'26% - 50%',1,0,39132,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103654,'51% - 75%',1,0,39132,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103655,'76% - 100%',1,0,39132,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103656,'Very Good',0,0,39133,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103657,'Good',1,0,39133,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103658,'Fair',2,0,39133,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103659,'Poor',3,0,39133,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103660,'Very Poor',4,0,39133,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103661,'0%',1,0,39135,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103662,'1% - 25%',1,0,39135,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103663,'26% - 50%',1,0,39135,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103664,'51% - 75%',1,0,39135,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103665,'76% - 100%',1,0,39135,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103666,'0%',1,0,39136,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103667,'1% - 25%',1,0,39136,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103668,'26% - 50%',1,0,39136,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103669,'51% - 75%',1,0,39136,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103670,'76% - 100%',1,0,39136,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103671,'0%',1,0,39137,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103672,'1% - 25%',1,0,39137,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103673,'26% - 50%',1,0,39137,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103674,'51% - 75%',1,0,39137,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103675,'76% - 100%',1,0,39137,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103676,'0%',1,0,39139,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103677,'1% - 25%',1,0,39139,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103678,'26% - 50%',1,0,39139,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103679,'51% - 75%',1,0,39139,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103680,'76% - 100%',1,0,39139,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103681,'0%',1,0,39140,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103682,'1% - 25%',1,0,39140,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103683,'26% - 50%',1,0,39140,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103684,'51% - 75%',1,0,39140,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103685,'76% - 100%',1,0,39140,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103686,'0%',1,0,39141,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103687,'1% - 25%',1,0,39141,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103688,'26% - 50%',1,0,39141,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103689,'51% - 75%',1,0,39141,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103690,'76% - 100%',1,0,39141,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103691,'0%',1,0,39143,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103692,'1% - 25%',1,0,39143,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103693,'26% - 50%',1,0,39143,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103694,'51% - 75%',1,0,39143,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103695,'76% - 100%',1,0,39143,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103696,'0%',1,0,39144,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103697,'1% - 25%',1,0,39144,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103698,'26% - 50%',1,0,39144,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103699,'51% - 75%',1,0,39144,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103700,'76% - 100%',1,0,39144,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103701,'0%',1,0,39145,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103702,'1% - 25%',1,0,39145,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103703,'26% - 50%',1,0,39145,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103704,'51% - 75%',1,0,39145,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103705,'76% - 100%',1,0,39145,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103706,'0%',5,0,39147,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103707,'1% - 25%',4,0,39147,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103708,'26% - 50%',3,0,39147,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103709,'51% - 75%',2,0,39147,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103710,'76% - 100%',1,0,39147,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103711,'0%',1,0,39148,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103712,'1% - 25%',1,0,39148,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103713,'26% - 50%',1,0,39148,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103714,'51% - 75%',1,0,39148,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103715,'76% - 100%',1,0,39148,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(103716,'0%',1,0,39149,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103717,'1% - 25%',1,0,39149,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103718,'26% - 50%',1,0,39149,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103719,'51% - 75%',1,0,39149,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103720,'76% - 100%',1,0,39149,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103721,'0%',1,0,39151,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103722,'1% - 25%',1,0,39151,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103723,'26% - 50%',1,0,39151,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103724,'51% - 75%',1,0,39151,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103725,'76% - 100%',1,0,39151,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103726,'0%',1,0,39152,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103727,'1% - 25%',1,0,39152,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103728,'26% - 50%',1,0,39152,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103729,'51% - 75%',1,0,39152,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103730,'76% - 100%',1,0,39152,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103731,'0%',1,0,39153,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103732,'1% - 25%',1,0,39153,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103733,'26% - 50%',1,0,39153,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103734,'51% - 75%',1,0,39153,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103735,'76% - 100%',1,0,39153,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103736,'0%',1,0,39155,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103737,'1% - 25%',1,0,39155,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103738,'26% - 50%',1,0,39155,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103739,'51% - 75%',1,0,39155,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103740,'76% - 100%',1,0,39155,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103741,'0%',1,0,39156,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103742,'1% - 25%',1,0,39156,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103743,'26% - 50%',1,0,39156,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103744,'51% - 75%',1,0,39156,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103745,'76% - 100%',1,0,39156,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103746,'0%',1,0,39157,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103747,'1% - 25%',1,0,39157,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103748,'26% - 50%',1,0,39157,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103749,'51% - 75%',1,0,39157,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103750,'76% - 100%',1,0,39157,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(103751,'Fan Heaters',4,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103752,'Electric Heaters',4,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103753,'Gas Heater',5,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103754,'Other Boilers',2,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103755,'Electrical Equipment',3,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103756,'Electrical Leads',3,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103757,'Portable Equipment',3,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103758,'Portable Lighting',2,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103759,'Cooking Equipment',6,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103760,'Other',20,0,39158,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103761,'Wood/Paper/Cardboard etc',3,0,39160,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103762,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,39160,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103763,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,39160,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103764,'Waste Material Controlled -in locked wheely bin or store',2,0,39160,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103765,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,39160,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103766,'Other',20,0,39160,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103767,'Yes. There is a certificate within the last 6 months.',0,0,39163,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103768,'The certificate was issued within the last 12 months.',2,0,39163,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103769,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,39163,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103770,'N/A',0,0,39163,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103771,'Other',20,0,39163,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103772,'Yes. Certification within 6 months',0,0,39165,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103773,'Yes. Certification within 12 months',2,0,39165,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103774,'No certification. (Recommend testing by fire safety specialist)',5,0,39165,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103775,'N/A',0,0,39165,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103776,'Other',20,0,39165,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103777,'Yes. Service and test certification is within 12 months',0,0,39166,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103778,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,39166,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103779,'N/A',0,0,39166,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103780,'Other',20,0,39166,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103781,'Yes. The EICR test certification is complete within last 5 years',0,0,39168,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103782,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,39168,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103783,'N/A',0,0,39168,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103784,'Other',20,0,39168,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103785,'Yes',0,0,39170,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103786,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,39170,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103787,'N/A',0,0,39170,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103788,'Other',20,0,39170,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103789,'Yes',0,0,39172,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103790,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,39172,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103791,'N/A',0,0,39172,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103792,'Other',20,0,39172,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103793,'Yes',0,0,39174,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103794,'No. There are hot working areas but no fire blankets are present.',5,0,39174,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103795,'N/A',0,0,39174,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103796,'Other',20,0,39174,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103797,'Yes. They are provided and ready to use located in a communal area.',0,0,39176,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103798,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,39176,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103799,'N/A',0,0,39176,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103800,'Other',20,0,39176,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103801,'Yes',2,0,39177,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103802,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,39177,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103803,'The property does not have a gas connection.',0,0,39177,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103804,'N/A',0,0,39177,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103805,'Yes',0,0,39178,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103806,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,39178,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103807,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,39178,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103808,'N/A',0,0,39178,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103809,'Other',20,0,39178,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103810,'Yes',0,0,39179,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103811,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,39179,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103812,'NA',0,0,39179,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103813,'Other',20,0,39179,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103814,'Yes. The shortest route has been put into the plan',0,0,39180,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103815,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,39180,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103816,'NA',0,0,39180,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103817,'Other',20,0,39180,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103818,'Yes. There is more than one exit available.',1,0,39181,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103819,'No. There is only one escape exit available.',0,0,39181,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103820,'Other',20,0,39181,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103821,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,39182,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103822,'No. The exits are not efficient enough for the building.',9,0,39182,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103823,'NA',0,0,39182,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103824,'Other',20,0,39182,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103825,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,39183,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103826,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,39183,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103827,'NA',0,0,39183,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103828,'Other',20,0,39183,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103829,'Yes. Escape routes are kept clear throughout the building.',0,0,39184,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103830,'No. There are obstructions on one or more escape routes.',6,0,39184,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103831,'N/A',0,0,39184,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103832,'Other',20,0,39184,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103833,'Yes. Assembly points are clearly marked.',0,0,39185,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103834,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,39185,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103835,'NA',0,0,39185,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103836,'Other',20,0,39185,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103837,'Yes',0,0,39186,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103838,'No. There is no assembly point or the assembly point is too small.',8,0,39186,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103839,'NA',0,0,39186,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103840,'Other',20,0,39186,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103841,'Evacuation only',3,0,39187,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103842,'Delayed evacuation process with 15 minute time delay',4,0,39187,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103843,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,39187,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103844,'Other',20,0,39187,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103845,'Employees',2,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103846,'Sub-Contractors',3,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103847,'Young Persons',4,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103848,'Visitors',4,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103849,'The General Public (Customers)',4,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103850,'Disabled or Special needs People less able to leave the premises quickly',7,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103851,'Occupants in Remote Areas',6,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103852,'Sleeping Occupants',7,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103853,'Neighbouring Premises',2,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103854,'Tenants / Owners',3,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103855,'Animals / Livestock',2,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103856,'Other',0,0,39189,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103857,'9:00 - 17:00',0,0,39192,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103858,'17:00 - 24:00',0,0,39192,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103859,'24:00 - 9:00',0,0,39192,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103860,'9:00 - 17:00',0,0,39193,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103861,'17:00 - 24:00',0,0,39193,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103862,'24:00 - 9:00',0,0,39193,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103863,'9:00 - 17:00',0,0,39194,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103864,'17:00 - 24:00',0,0,39194,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103865,'24:00 - 9:00',0,0,39194,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103866,'9:00 - 17:00',0,0,39195,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103867,'17:00 - 24:00',0,0,39195,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103868,'24:00 - 9:00',0,0,39195,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103869,'9:00 - 17:00',0,0,39196,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103870,'17:00 - 24:00',0,0,39196,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103871,'24:00 - 9:00',0,0,39196,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103872,'9:00 - 17:00',0,0,39197,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103873,'17:00 - 24:00',0,0,39197,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103874,'24:00 - 9:00',0,0,39197,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103875,'9:00 - 17:00',0,0,39198,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103876,'17:00 - 24:00',0,0,39198,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103877,'24:00 - 9:00',0,0,39198,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103878,'Below 20',1,0,39199,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103879,'20-49',2,0,39199,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103880,'50-99',2,0,39199,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103881,'100-499',3,0,39199,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103882,'500-999',4,0,39199,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103883,'1000',5,0,39199,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103884,'Single Stage Evacuation',0,0,39200,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103885,'Staged Evacuation',0,0,39200,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103886,'Simultaneous Evacuation',0,0,39200,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103887,'Phased Evacuation',0,0,39200,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103888,'Staff Alarm Only',0,0,39200,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103889,'Stay Put Policy',0,0,39200,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103890,'Yes. A responsible person has been nominated.',0,0,39201,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103891,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,39201,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103892,'Other',20,0,39201,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103893,'N/A',0,0,39201,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103894,'Yes. A competent person is available to assist in fire safety measures.',0,0,39202,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103895,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,39202,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103896,'Other',20,0,39202,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103897,'N/A',0,0,39202,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103898,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,39203,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103899,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,39203,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103900,'Other',20,0,39203,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103901,'N/A',0,0,39203,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103902,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,39205,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103903,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,39205,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103904,'Other',20,0,39205,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103905,'N/A',0,0,39205,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103906,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,39207,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103907,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,39207,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103908,'Other',20,0,39207,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103909,'N/A',0,0,39207,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103910,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,39208,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103911,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,39208,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103912,'Other',20,0,39208,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103913,'N/A',0,0,39208,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103914,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,39209,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103915,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,39209,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103916,'Other',20,0,39209,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103917,'N/A',0,0,39209,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103918,'Yes. The plan is readily available.',0,0,39211,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103919,'No. The plan is not available.',3,0,39211,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103920,'Other',20,0,39211,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103921,'N/A',0,0,39211,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103922,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,39212,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103923,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,39212,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103924,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,39212,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103925,'Other',20,0,39212,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103926,'N/A',0,0,39212,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103927,'Yes. There are suitable arrangements in place to prevent danger.',0,0,39213,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103928,'No. There are not suitable arrangements in place to prevent danger..',4,0,39213,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103929,'Other',20,0,39213,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103930,'N/A',0,0,39213,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103931,'Yes. The company has a full evacuation system in place.',0,0,39214,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103932,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,39214,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103933,'Other',20,0,39214,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103934,'N/A',0,0,39214,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103935,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,39215,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103936,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,39215,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103937,'Other',20,0,39215,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103938,'N/A',0,0,39215,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103939,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,39216,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103940,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,39216,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103941,'Other',20,0,39216,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103942,'N/A',0,0,39216,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103943,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,39217,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103944,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,39217,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103945,'Other',20,0,39217,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103946,'N/A',0,0,39217,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103947,'Yes. They do consider other organisation within the building.',0,0,39218,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103948,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,39218,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103949,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,39218,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103950,'Other',20,0,39218,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103951,'N/A',0,0,39218,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103952,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,39219,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103953,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,39219,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103954,'Other',20,0,39219,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103955,'N/A',0,0,39219,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103956,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,39222,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103957,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,39222,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103958,'No. There is no fire risk logbook.',5,0,39222,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103959,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,39223,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103960,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,39223,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103961,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,39223,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103962,'N/A',0,0,39223,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103963,'Other',20,0,39223,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103964,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,39225,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103965,'Yes. They are installed, and signs are displayed.',0,0,39225,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103966,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,39225,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103967,'N/A',0,0,39225,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103968,'Other',20,0,39225,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103969,'Yes, they are in good condition & positioned correctly.',0,0,39227,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103970,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,39227,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103971,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,39227,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103972,'Other',20,0,39227,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103973,'N/A',0,0,39227,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103974,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,39228,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103975,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,39228,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103976,'Other',20,0,39228,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103977,'N/A',0,0,39228,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103978,'Yes. There is suitable Emergency lighting in the building.',0,0,39229,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103979,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,39229,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103980,'Other',20,0,39229,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103981,'N/A',0,0,39229,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103982,'Yes. They are in good condition with no obstructions.',0,0,39230,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103983,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,39230,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103984,'Other',20,0,39230,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103985,'N/A',0,0,39230,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103986,'Yes. User checks are recorded into the fire risk logbook.',0,0,39232,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103987,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,39232,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103988,'Other',20,0,39232,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103989,'N/A',0,0,39232,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103990,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,39233,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103991,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,39233,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103992,'Other',20,0,39233,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103993,'N/A',0,0,39233,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103994,'Yes. Once per year.',1,0,39235,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103995,'Yes. Twice per year.',0,0,39235,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103996,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,39235,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103997,'Other',20,0,39235,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103998,'Yes. The fire risk assessment is reviewed annually.',0,0,39236,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(103999,'No. (Recommend immediate update to ensure compliance.)',5,0,39236,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104000,'NA',5,0,39236,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104001,'Other',20,0,39236,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104002,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,39237,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104003,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,39237,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104004,'N/A',0,0,39237,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104005,'Other',20,0,39237,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104006,'Yes. Training has been provided',0,0,39238,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104007,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,39238,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104008,'Other',20,0,39238,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104009,'N/A',0,0,39238,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104010,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,39239,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104011,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,39239,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104012,'NA',0,0,39239,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104013,'Other',20,0,39239,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104014,'Yes. Training has been documented on induction.',0,0,39240,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104015,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,39240,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104016,'NA',0,0,39240,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104017,'Other',20,0,39240,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104018,'Yes. This is part of the fire training program and fire warden duties.',0,0,39241,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104019,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,39241,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104020,'NA',0,0,39241,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104021,'Other',20,0,39241,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(104022,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,39242,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104023,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,39242,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104024,'Other',20,0,39242,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104025,'N/A',0,0,39242,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104026,'Yes. Fire wardens receive refresher training regularly.',0,0,39243,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104027,'No',5,0,39243,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104028,'N/A',0,0,39243,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104029,'Other',20,0,39243,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104030,'Other',20,0,39243,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104031,'Director',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104032,'Owner / Landlord',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104033,'Site Manager',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104034,'Estate Agent',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104035,'Letting Agent',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104036,'Director',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104037,'CEO',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104038,'Fire Warden / Supervisor',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104039,'Fire Risk Assessor',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104040,'Other',0,0,39251,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104041,'Nebosh',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104042,'Level 2 Fire Risk Assessor',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104043,'Competant Person',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104044,'Property Manager',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104045,'Construction Manager',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104046,'Fire Warden / Fire Marshall',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104047,'Director',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104048,'CEO',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104049,'N/A',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104050,'Other',0,0,39252,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104051,'Detached',1,0,39265,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104052,'Semi Detached',2,0,39265,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104053,'Terraced',3,0,39265,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104054,'Linked-Terraced',1,0,39265,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104055,'End Terraced',2,0,39265,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104056,'Other',20,0,39265,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104057,'House',1,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104058,'Bungalow',1,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104059,'Maisonette',3,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104060,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104061,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104062,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104063,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104064,'Underground Property',1,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104065,'Factory / Warehouse',3,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104066,'Garage / Workshop',3,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104067,'Retail Shop',2,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104068,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104069,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104070,'Other',20,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104071,'Other',20,0,39266,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104072,'25%',1,0,39283,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104073,'50%',1,0,39283,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104074,'75%',1,0,39283,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104075,'100%',1,0,39283,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104076,'Other',20,0,39283,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104077,'Yes',1,0,39285,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104078,'No',3,0,39285,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104079,'Unknown',3,0,39285,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104080,'Stone',0,0,39285,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104081,'Other',20,0,39285,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104082,'Yes',1,0,39286,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104083,'No',5,0,39286,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104084,'Unknown',5,0,39286,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104085,'Stone',0,0,39286,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104086,'Other',20,0,39286,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104087,'Wood',2,0,39287,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104088,'Plastics',1,0,39287,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104089,'Aluminium',0,0,39287,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104090,'Stone',0,0,39287,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104091,'Other',20,0,39287,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104092,'0%',0,0,39289,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104093,'25%',1,0,39289,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104094,'50%',1,0,39289,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104095,'75%',1,0,39289,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104096,'100%',1,0,39289,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104097,'0%',0,0,39290,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104098,'25%',2,0,39290,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104099,'50%',2,0,39290,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104100,'75%',2,0,39290,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104101,'100%',2,0,39290,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104102,'0%',0,0,39291,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104103,'25%',1,0,39291,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104104,'50%',1,0,39291,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104105,'75%',1,0,39291,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104106,'100%',1,0,39291,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104107,'Solid concrete flooring on all levels',0,0,39292,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104108,'Timber joists on all levels',3,0,39292,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104109,'Concrete lowest floor – Timber above higher levels',3,0,39292,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104110,'Other',20,0,39292,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104111,'Yes',1,0,39295,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104112,'No',6,0,39295,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104113,'N/A',0,0,39295,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104114,'Yes',2,0,39297,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104115,'No',8,0,39297,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104116,'N/A',0,0,39297,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104117,'Yes',1,0,39299,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104118,'No',6,0,39299,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104119,'N/A',0,0,39299,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104120,'Yes',1,0,39301,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104121,'No',6,0,39301,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104122,'N/A',0,0,39301,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104123,'Yes',1,0,39303,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104124,'No',6,0,39303,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104125,'N/A',0,0,39303,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104126,'0%',1,0,39309,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104127,'1% - 25%',1,0,39309,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104128,'26% - 50%',1,0,39309,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104129,'51% - 75%',1,0,39309,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104130,'76% - 100%',1,0,39309,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104131,'0%',1,0,39310,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104132,'1% - 25%',1,0,39310,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104133,'26% - 50%',1,0,39310,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104134,'51% - 75%',1,0,39310,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104135,'76% - 100%',1,0,39310,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104136,'0%',1,0,39311,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104137,'1% - 25%',1,0,39311,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104138,'26% - 50%',1,0,39311,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104139,'51% - 75%',1,0,39311,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104140,'76% - 100%',1,0,39311,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104141,'0%',1,0,39313,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104142,'1% - 25%',1,0,39313,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104143,'26% - 50%',1,0,39313,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104144,'51% - 75%',1,0,39313,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104145,'76% - 100%',1,0,39313,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104146,'0%',1,0,39314,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104147,'1% - 25%',1,0,39314,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104148,'26% - 50%',1,0,39314,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104149,'51% - 75%',1,0,39314,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104150,'76% - 100%',1,0,39314,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104151,'0%',1,0,39315,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104152,'1% - 25%',1,0,39315,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104153,'26% - 50%',1,0,39315,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104154,'51% - 75%',1,0,39315,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104155,'76% - 100%',1,0,39315,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104156,'0%',1,0,39317,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104157,'1% - 25%',1,0,39317,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104158,'26% - 50%',1,0,39317,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104159,'51% - 75%',1,0,39317,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104160,'76% - 100%',1,0,39317,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104161,'0%',1,0,39318,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104162,'1% - 25%',1,0,39318,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104163,'26% - 50%',1,0,39318,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104164,'51% - 75%',1,0,39318,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104165,'76% - 100%',1,0,39318,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104166,'0%',1,0,39319,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104167,'1% - 25%',1,0,39319,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104168,'26% - 50%',1,0,39319,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104169,'51% - 75%',1,0,39319,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104170,'76% - 100%',1,0,39319,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104171,'Very Good',0,0,39320,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104172,'Good',1,0,39320,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104173,'Fair',2,0,39320,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104174,'Poor',3,0,39320,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104175,'Very Poor',4,0,39320,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104176,'0%',1,0,39322,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104177,'1% - 25%',1,0,39322,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104178,'26% - 50%',1,0,39322,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104179,'51% - 75%',1,0,39322,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104180,'76% - 100%',1,0,39322,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104181,'0%',1,0,39323,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104182,'1% - 25%',1,0,39323,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104183,'26% - 50%',1,0,39323,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104184,'51% - 75%',1,0,39323,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104185,'76% - 100%',1,0,39323,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104186,'0%',1,0,39324,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104187,'1% - 25%',1,0,39324,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104188,'26% - 50%',1,0,39324,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104189,'51% - 75%',1,0,39324,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104190,'76% - 100%',1,0,39324,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104191,'0%',1,0,39326,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104192,'1% - 25%',1,0,39326,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104193,'26% - 50%',1,0,39326,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104194,'51% - 75%',1,0,39326,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104195,'76% - 100%',1,0,39326,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104196,'0%',1,0,39327,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104197,'1% - 25%',1,0,39327,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104198,'26% - 50%',1,0,39327,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104199,'51% - 75%',1,0,39327,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104200,'76% - 100%',1,0,39327,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104201,'0%',1,0,39328,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104202,'1% - 25%',1,0,39328,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104203,'26% - 50%',1,0,39328,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104204,'51% - 75%',1,0,39328,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104205,'76% - 100%',1,0,39328,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104206,'0%',1,0,39330,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104207,'1% - 25%',1,0,39330,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104208,'26% - 50%',1,0,39330,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104209,'51% - 75%',1,0,39330,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104210,'76% - 100%',1,0,39330,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104211,'0%',1,0,39331,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104212,'1% - 25%',1,0,39331,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104213,'26% - 50%',1,0,39331,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104214,'51% - 75%',1,0,39331,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104215,'76% - 100%',1,0,39331,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104216,'0%',1,0,39332,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104217,'1% - 25%',1,0,39332,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104218,'26% - 50%',1,0,39332,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104219,'51% - 75%',1,0,39332,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104220,'76% - 100%',1,0,39332,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104221,'0%',5,0,39334,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104222,'1% - 25%',4,0,39334,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104223,'26% - 50%',3,0,39334,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104224,'51% - 75%',2,0,39334,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104225,'76% - 100%',1,0,39334,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104226,'0%',1,0,39335,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104227,'1% - 25%',1,0,39335,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104228,'26% - 50%',1,0,39335,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104229,'51% - 75%',1,0,39335,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104230,'76% - 100%',1,0,39335,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104231,'0%',1,0,39336,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104232,'1% - 25%',1,0,39336,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104233,'26% - 50%',1,0,39336,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104234,'51% - 75%',1,0,39336,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104235,'76% - 100%',1,0,39336,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104236,'0%',1,0,39338,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104237,'1% - 25%',1,0,39338,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104238,'26% - 50%',1,0,39338,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104239,'51% - 75%',1,0,39338,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104240,'76% - 100%',1,0,39338,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104241,'0%',1,0,39339,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104242,'1% - 25%',1,0,39339,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104243,'26% - 50%',1,0,39339,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104244,'51% - 75%',1,0,39339,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104245,'76% - 100%',1,0,39339,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104246,'0%',1,0,39340,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104247,'1% - 25%',1,0,39340,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104248,'26% - 50%',1,0,39340,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104249,'51% - 75%',1,0,39340,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104250,'76% - 100%',1,0,39340,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104251,'0%',1,0,39342,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104252,'1% - 25%',1,0,39342,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104253,'26% - 50%',1,0,39342,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104254,'51% - 75%',1,0,39342,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104255,'76% - 100%',1,0,39342,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104256,'0%',1,0,39343,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104257,'1% - 25%',1,0,39343,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104258,'26% - 50%',1,0,39343,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104259,'51% - 75%',1,0,39343,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104260,'76% - 100%',1,0,39343,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104261,'0%',1,0,39344,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104262,'1% - 25%',1,0,39344,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104263,'26% - 50%',1,0,39344,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104264,'51% - 75%',1,0,39344,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104265,'76% - 100%',1,0,39344,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104266,'Solid Brick',0,0,39346,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104267,'Cob',0,0,39346,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104268,'Cavity Wall',0,0,39346,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(104269,'Fan Heaters',4,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104270,'Electric Heaters',4,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104271,'Gas Heater',5,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104272,'Other Boilers',2,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104273,'Electrical Equipment',3,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104274,'Electrical Leads',3,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104275,'Portable Equipment',3,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104276,'Portable Lighting',2,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104277,'Cooking Equipment',6,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104278,'Other',20,0,39347,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104279,'Wood/Paper/Cardboard etc',3,0,39349,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104280,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,39349,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104281,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,39349,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104282,'Waste Material Controlled -in locked wheely bin or store',2,0,39349,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104283,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,39349,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104284,'Other',20,0,39349,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104285,'Yes. There is a certificate within the last 6 months.',0,0,39352,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104286,'The certificate was issued within the last 12 months.',2,0,39352,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104287,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,39352,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104288,'N/A',0,0,39352,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104289,'Other',20,0,39352,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104290,'Yes. Certification within 6 months',0,0,39354,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104291,'Yes. Certification within 12 months',2,0,39354,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104292,'No certification. (Recommend testing by fire safety specialist)',5,0,39354,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104293,'N/A',0,0,39354,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104294,'Other',20,0,39354,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104295,'Yes. Service and test certification is within 12 months',0,0,39355,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104296,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,39355,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104297,'N/A',0,0,39355,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104298,'Other',20,0,39355,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104299,'Yes. The EICR test certification is complete within last 5 years',0,0,39357,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104300,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,39357,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104301,'N/A',0,0,39357,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104302,'Other',20,0,39357,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104303,'Yes',0,0,39359,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104304,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,39359,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104305,'N/A',0,0,39359,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104306,'Other',20,0,39359,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104307,'Yes',0,0,39361,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104308,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,39361,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104309,'N/A',0,0,39361,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104310,'Other',20,0,39361,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104311,'Yes',0,0,39363,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104312,'No. There are hot working areas but no fire blankets are present.',5,0,39363,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104313,'N/A',0,0,39363,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104314,'Other',20,0,39363,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104315,'Yes. They are provided and ready to use located in a communal area.',0,0,39365,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104316,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,39365,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104317,'N/A',0,0,39365,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104318,'Other',20,0,39365,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104319,'Yes',2,0,39366,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104320,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,39366,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104321,'The property does not have a gas connection.',0,0,39366,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104322,'N/A',0,0,39366,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104323,'Yes',0,0,39367,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104324,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,39367,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104325,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,39367,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104326,'N/A',0,0,39367,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104327,'Other',20,0,39367,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104328,'Yes',0,0,39368,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104329,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,39368,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104330,'NA',0,0,39368,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104331,'Other',20,0,39368,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104332,'Yes. The shortest route has been put into the plan',0,0,39369,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104333,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,39369,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104334,'NA',0,0,39369,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104335,'Other',20,0,39369,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104336,'Yes. There is more than one exit available.',1,0,39370,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104337,'No. There is only one escape exit available.',0,0,39370,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104338,'Other',20,0,39370,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104339,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,39371,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104340,'No. The exits are not efficient enough for the building.',9,0,39371,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104341,'NA',0,0,39371,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104342,'Other',20,0,39371,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104343,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,39372,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104344,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,39372,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104345,'NA',0,0,39372,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104346,'Other',20,0,39372,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104347,'Yes. Escape routes are kept clear throughout the building.',0,0,39373,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104348,'No. There are obstructions on one or more escape routes.',6,0,39373,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104349,'N/A',0,0,39373,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104350,'Other',20,0,39373,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104351,'Yes. Assembly points are clearly marked.',0,0,39374,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104352,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,39374,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104353,'NA',0,0,39374,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104354,'Other',20,0,39374,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104355,'Yes',0,0,39375,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104356,'No. There is no assembly point or the assembly point is too small.',8,0,39375,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104357,'NA',0,0,39375,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104358,'Other',20,0,39375,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104359,'Evacuation only',3,0,39376,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104360,'Delayed evacuation process with 15 minute time delay',4,0,39376,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104361,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,39376,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104362,'Other',20,0,39376,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104363,'Employees',2,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104364,'Sub-Contractors',3,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104365,'Young Persons',4,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104366,'Visitors',4,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104367,'The General Public (Customers)',4,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104368,'Disabled or Special needs People less able to leave the premises quickly',7,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104369,'Occupants in Remote Areas',6,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104370,'Sleeping Occupants',7,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104371,'Neighbouring Premises',2,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104372,'Tenants / Owners',3,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104373,'Animals / Livestock',2,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104374,'Other',0,0,39378,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104375,'9:00 - 17:00',0,0,39381,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104376,'17:00 - 24:00',0,0,39381,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104377,'24:00 - 9:00',0,0,39381,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104378,'9:00 - 17:00',0,0,39382,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104379,'17:00 - 24:00',0,0,39382,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104380,'24:00 - 9:00',0,0,39382,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104381,'9:00 - 17:00',0,0,39383,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104382,'17:00 - 24:00',0,0,39383,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104383,'24:00 - 9:00',0,0,39383,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104384,'9:00 - 17:00',0,0,39384,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104385,'17:00 - 24:00',0,0,39384,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104386,'24:00 - 9:00',0,0,39384,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104387,'9:00 - 17:00',0,0,39385,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104388,'17:00 - 24:00',0,0,39385,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104389,'24:00 - 9:00',0,0,39385,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104390,'9:00 - 17:00',0,0,39386,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104391,'17:00 - 24:00',0,0,39386,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104392,'24:00 - 9:00',0,0,39386,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104393,'9:00 - 17:00',0,0,39387,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104394,'17:00 - 24:00',0,0,39387,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104395,'24:00 - 9:00',0,0,39387,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104396,'Below 20',1,0,39388,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104397,'20-49',2,0,39388,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104398,'50-99',2,0,39388,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104399,'100-499',3,0,39388,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104400,'500-999',4,0,39388,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104401,'1000',5,0,39388,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104402,'Single Stage Evacuation',0,0,39389,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104403,'Staged Evacuation',0,0,39389,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104404,'Simultaneous Evacuation',0,0,39389,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104405,'Phased Evacuation',0,0,39389,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104406,'Staff Alarm Only',0,0,39389,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104407,'Stay Put Policy',0,0,39389,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104408,'Yes. A responsible person has been nominated.',0,0,39390,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104409,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,39390,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104410,'Other',20,0,39390,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104411,'N/A',0,0,39390,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104412,'Yes. A competent person is available to assist in fire safety measures.',0,0,39391,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104413,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,39391,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104414,'Other',20,0,39391,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104415,'N/A',0,0,39391,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104416,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,39392,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104417,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,39392,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104418,'Other',20,0,39392,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104419,'N/A',0,0,39392,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104420,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,39394,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104421,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,39394,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104422,'Other',20,0,39394,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104423,'N/A',0,0,39394,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104424,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,39396,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104425,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,39396,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104426,'Other',20,0,39396,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104427,'N/A',0,0,39396,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104428,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,39397,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104429,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,39397,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104430,'Other',20,0,39397,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104431,'N/A',0,0,39397,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104432,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,39398,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104433,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,39398,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104434,'Other',20,0,39398,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104435,'N/A',0,0,39398,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104436,'Yes. The plan is readily available.',0,0,39400,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104437,'No. The plan is not available.',3,0,39400,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104438,'Other',20,0,39400,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104439,'N/A',0,0,39400,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104440,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,39401,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104441,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,39401,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104442,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,39401,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104443,'Other',20,0,39401,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104444,'N/A',0,0,39401,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104445,'Yes. There are suitable arrangements in place to prevent danger.',0,0,39402,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104446,'No. There are not suitable arrangements in place to prevent danger..',4,0,39402,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104447,'Other',20,0,39402,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104448,'N/A',0,0,39402,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104449,'Yes. The company has a full evacuation system in place.',0,0,39403,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104450,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,39403,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104451,'Other',20,0,39403,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104452,'N/A',0,0,39403,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104453,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,39404,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104454,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,39404,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104455,'Other',20,0,39404,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104456,'N/A',0,0,39404,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104457,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,39405,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104458,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,39405,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104459,'Other',20,0,39405,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104460,'N/A',0,0,39405,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104461,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,39406,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104462,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,39406,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104463,'Other',20,0,39406,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104464,'N/A',0,0,39406,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104465,'Yes. They do consider other organisation within the building.',0,0,39407,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104466,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,39407,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104467,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,39407,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104468,'Other',20,0,39407,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104469,'N/A',0,0,39407,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104470,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,39408,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104471,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,39408,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104472,'Other',20,0,39408,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104473,'N/A',0,0,39408,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104474,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,39411,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104475,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,39411,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104476,'No. There is no fire risk logbook.',5,0,39411,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104477,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,39412,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104478,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,39412,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104479,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,39412,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104480,'N/A',0,0,39412,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104481,'Other',20,0,39412,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104482,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,39414,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104483,'Yes. They are installed, and signs are displayed.',0,0,39414,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104484,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,39414,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104485,'N/A',0,0,39414,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104486,'Other',20,0,39414,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104487,'Yes, they are in good condition & positioned correctly.',0,0,39416,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104488,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,39416,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104489,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,39416,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104490,'Other',20,0,39416,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104491,'N/A',0,0,39416,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104492,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,39417,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104493,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,39417,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104494,'Other',20,0,39417,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104495,'N/A',0,0,39417,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104496,'Yes. There is suitable Emergency lighting in the building.',0,0,39418,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104497,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,39418,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104498,'Other',20,0,39418,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104499,'N/A',0,0,39418,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104500,'Yes. They are in good condition with no obstructions.',0,0,39419,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104501,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,39419,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104502,'Other',20,0,39419,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104503,'N/A',0,0,39419,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104504,'Yes. User checks are recorded into the fire risk logbook.',0,0,39421,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104505,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,39421,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104506,'Other',20,0,39421,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104507,'N/A',0,0,39421,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104508,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,39422,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104509,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,39422,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104510,'Other',20,0,39422,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104511,'N/A',0,0,39422,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104512,'Yes. Once per year.',1,0,39424,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104513,'Yes. Twice per year.',0,0,39424,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104514,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,39424,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104515,'Other',20,0,39424,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104516,'Yes. The fire risk assessment is reviewed annually.',0,0,39425,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104517,'No. (Recommend immediate update to ensure compliance.)',5,0,39425,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104518,'NA',5,0,39425,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104519,'Other',20,0,39425,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104520,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,39426,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104521,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,39426,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104522,'N/A',0,0,39426,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104523,'Other',20,0,39426,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104524,'Yes. Training has been provided',0,0,39427,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104525,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,39427,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104526,'Other',20,0,39427,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104527,'N/A',0,0,39427,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104528,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,39428,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104529,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,39428,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104530,'NA',0,0,39428,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104531,'Other',20,0,39428,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104532,'Yes. Training has been documented on induction.',0,0,39429,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104533,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,39429,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104534,'NA',0,0,39429,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104535,'Other',20,0,39429,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104536,'Yes. This is part of the fire training program and fire warden duties.',0,0,39430,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104537,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,39430,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104538,'NA',0,0,39430,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104539,'Other',20,0,39430,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104540,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,39431,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104541,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,39431,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104542,'Other',20,0,39431,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104543,'N/A',0,0,39431,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104544,'Yes. Fire wardens receive refresher training regularly.',0,0,39432,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104545,'No',5,0,39432,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104546,'N/A',0,0,39432,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104547,'Other',20,0,39432,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104548,'Other',20,0,39432,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104549,'Director',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104550,'Owner / Landlord',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104551,'Site Manager',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104552,'Estate Agent',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104553,'Letting Agent',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104554,'Director',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104555,'CEO',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104556,'Fire Warden / Supervisor',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104557,'Fire Risk Assessor',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104558,'Other',0,0,39440,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104559,'Nebosh',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104560,'Level 2 Fire Risk Assessor',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104561,'Competant Person',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104562,'Property Manager',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104563,'Construction Manager',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104564,'Fire Warden / Fire Marshall',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104565,'Director',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104566,'CEO',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104567,'N/A',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104568,'Other',0,0,39441,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104569,'Detached',1,0,39454,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104570,'Semi Detached',2,0,39454,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104571,'Terraced',3,0,39454,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104572,'Linked-Terraced',1,0,39454,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104573,'End Terraced',2,0,39454,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104574,'Other',20,0,39454,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104575,'House',1,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104576,'Bungalow',1,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104577,'Maisonette',3,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104578,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104579,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104580,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104581,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104582,'Underground Property',1,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104583,'Factory / Warehouse',3,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104584,'Garage / Workshop',3,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104585,'Retail Shop',2,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104586,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104587,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104588,'Other',20,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104589,'Other',20,0,39455,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104590,'25%',1,0,39471,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104591,'50%',1,0,39471,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104592,'75%',1,0,39471,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104593,'100%',1,0,39471,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104594,'Other',20,0,39471,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104595,'Yes',1,0,39473,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104596,'No',3,0,39473,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104597,'Unknown',3,0,39473,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104598,'Stone',0,0,39473,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104599,'Other',20,0,39473,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104600,'Yes',1,0,39474,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104601,'No',5,0,39474,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104602,'Unknown',5,0,39474,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104603,'Stone',0,0,39474,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104604,'Other',20,0,39474,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104605,'Wood',2,0,39475,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104606,'Plastics',1,0,39475,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104607,'Aluminium',0,0,39475,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104608,'Stone',0,0,39475,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104609,'Other',20,0,39475,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104610,'0%',0,0,39477,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104611,'25%',1,0,39477,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104612,'50%',1,0,39477,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104613,'75%',1,0,39477,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104614,'100%',1,0,39477,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104615,'0%',0,0,39478,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104616,'25%',2,0,39478,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104617,'50%',2,0,39478,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104618,'75%',2,0,39478,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104619,'100%',2,0,39478,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104620,'0%',0,0,39479,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104621,'25%',1,0,39479,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104622,'50%',1,0,39479,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104623,'75%',1,0,39479,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104624,'100%',1,0,39479,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104625,'Solid concrete flooring on all levels',0,0,39480,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104626,'Timber joists on all levels',3,0,39480,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104627,'Concrete lowest floor – Timber above higher levels',3,0,39480,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104628,'Other',20,0,39480,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104629,'100%',1,0,39480,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104630,'Yes',1,0,39483,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104631,'No',6,0,39483,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104632,'N/A',0,0,39483,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104633,'Yes',2,0,39485,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104634,'No',8,0,39485,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104635,'N/A',0,0,39485,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104636,'Yes',1,0,39487,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104637,'No',6,0,39487,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104638,'N/A',0,0,39487,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104639,'Yes',1,0,39489,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104640,'No',6,0,39489,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104641,'N/A',0,0,39489,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104642,'Yes',1,0,39491,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104643,'No',6,0,39491,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104644,'N/A',0,0,39491,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104645,'0%',1,0,39497,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104646,'1% - 25%',1,0,39497,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104647,'26% - 50%',1,0,39497,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104648,'51% - 75%',1,0,39497,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104649,'76% - 100%',1,0,39497,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104650,'0%',1,0,39498,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104651,'1% - 25%',1,0,39498,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104652,'26% - 50%',1,0,39498,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104653,'51% - 75%',1,0,39498,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104654,'76% - 100%',1,0,39498,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104655,'0%',1,0,39499,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104656,'1% - 25%',1,0,39499,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104657,'26% - 50%',1,0,39499,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104658,'51% - 75%',1,0,39499,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104659,'76% - 100%',1,0,39499,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104660,'0%',1,0,39501,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104661,'1% - 25%',1,0,39501,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104662,'26% - 50%',1,0,39501,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104663,'51% - 75%',1,0,39501,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104664,'76% - 100%',1,0,39501,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104665,'0%',1,0,39502,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104666,'1% - 25%',1,0,39502,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104667,'26% - 50%',1,0,39502,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104668,'51% - 75%',1,0,39502,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104669,'76% - 100%',1,0,39502,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104670,'0%',1,0,39503,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104671,'1% - 25%',1,0,39503,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104672,'26% - 50%',1,0,39503,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104673,'51% - 75%',1,0,39503,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104674,'76% - 100%',1,0,39503,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104675,'0%',1,0,39505,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104676,'1% - 25%',1,0,39505,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104677,'26% - 50%',1,0,39505,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104678,'51% - 75%',1,0,39505,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(104679,'76% - 100%',1,0,39505,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104680,'0%',1,0,39506,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104681,'1% - 25%',1,0,39506,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104682,'26% - 50%',1,0,39506,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104683,'51% - 75%',1,0,39506,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104684,'76% - 100%',1,0,39506,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104685,'0%',1,0,39507,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104686,'1% - 25%',1,0,39507,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104687,'26% - 50%',1,0,39507,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104688,'51% - 75%',1,0,39507,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104689,'76% - 100%',1,0,39507,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104690,'Very Good',0,0,39508,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104691,'Good',1,0,39508,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104692,'Fair',2,0,39508,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104693,'Poor',3,0,39508,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104694,'Very Poor',4,0,39508,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104695,'0%',1,0,39510,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104696,'1% - 25%',1,0,39510,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104697,'26% - 50%',1,0,39510,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104698,'51% - 75%',1,0,39510,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104699,'76% - 100%',1,0,39510,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104700,'0%',1,0,39511,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104701,'1% - 25%',1,0,39511,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104702,'26% - 50%',1,0,39511,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104703,'51% - 75%',1,0,39511,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104704,'76% - 100%',1,0,39511,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104705,'0%',1,0,39512,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104706,'1% - 25%',1,0,39512,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104707,'26% - 50%',1,0,39512,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104708,'51% - 75%',1,0,39512,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104709,'76% - 100%',1,0,39512,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104710,'0%',1,0,39514,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104711,'1% - 25%',1,0,39514,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104712,'26% - 50%',1,0,39514,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104713,'51% - 75%',1,0,39514,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104714,'76% - 100%',1,0,39514,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104715,'0%',1,0,39515,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104716,'1% - 25%',1,0,39515,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104717,'26% - 50%',1,0,39515,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104718,'51% - 75%',1,0,39515,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104719,'76% - 100%',1,0,39515,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104720,'0%',1,0,39516,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104721,'1% - 25%',1,0,39516,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104722,'26% - 50%',1,0,39516,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104723,'51% - 75%',1,0,39516,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104724,'76% - 100%',1,0,39516,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104725,'0%',1,0,39518,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104726,'1% - 25%',1,0,39518,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104727,'26% - 50%',1,0,39518,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104728,'51% - 75%',1,0,39518,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104729,'76% - 100%',1,0,39518,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104730,'0%',1,0,39519,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104731,'1% - 25%',1,0,39519,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104732,'26% - 50%',1,0,39519,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104733,'51% - 75%',1,0,39519,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104734,'76% - 100%',1,0,39519,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104735,'0%',1,0,39520,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104736,'1% - 25%',1,0,39520,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104737,'26% - 50%',1,0,39520,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104738,'51% - 75%',1,0,39520,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104739,'76% - 100%',1,0,39520,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104740,'0%',5,0,39522,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104741,'1% - 25%',4,0,39522,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104742,'26% - 50%',3,0,39522,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104743,'51% - 75%',2,0,39522,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104744,'76% - 100%',1,0,39522,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104745,'0%',1,0,39523,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104746,'1% - 25%',1,0,39523,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104747,'26% - 50%',1,0,39523,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104748,'51% - 75%',1,0,39523,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104749,'76% - 100%',1,0,39523,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104750,'0%',1,0,39524,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104751,'1% - 25%',1,0,39524,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104752,'26% - 50%',1,0,39524,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104753,'51% - 75%',1,0,39524,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104754,'76% - 100%',1,0,39524,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104755,'0%',1,0,39526,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104756,'1% - 25%',1,0,39526,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104757,'26% - 50%',1,0,39526,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104758,'51% - 75%',1,0,39526,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104759,'76% - 100%',1,0,39526,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104760,'0%',1,0,39527,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104761,'1% - 25%',1,0,39527,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104762,'26% - 50%',1,0,39527,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104763,'51% - 75%',1,0,39527,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104764,'76% - 100%',1,0,39527,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104765,'0%',1,0,39528,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104766,'1% - 25%',1,0,39528,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104767,'26% - 50%',1,0,39528,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104768,'51% - 75%',1,0,39528,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104769,'76% - 100%',1,0,39528,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104770,'0%',1,0,39530,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104771,'1% - 25%',1,0,39530,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104772,'26% - 50%',1,0,39530,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104773,'51% - 75%',1,0,39530,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104774,'76% - 100%',1,0,39530,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104775,'0%',1,0,39531,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104776,'1% - 25%',1,0,39531,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104777,'26% - 50%',1,0,39531,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104778,'51% - 75%',1,0,39531,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104779,'76% - 100%',1,0,39531,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104780,'0%',1,0,39532,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104781,'1% - 25%',1,0,39532,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104782,'26% - 50%',1,0,39532,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104783,'51% - 75%',1,0,39532,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104784,'76% - 100%',1,0,39532,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104785,'Solid Brick',0,0,39534,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104786,'Cob',0,0,39534,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104787,'Cavity Wall',0,0,39534,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104788,'51% - 75%',1,0,39534,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104789,'76% - 100%',1,0,39534,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104790,'0%',1,0,39535,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104791,'1% - 25%',1,0,39535,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104792,'26% - 50%',1,0,39535,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104793,'51% - 75%',1,0,39535,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104794,'76% - 100%',1,0,39535,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104795,'0%',1,0,39536,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104796,'1% - 25%',1,0,39536,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104797,'26% - 50%',1,0,39536,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104798,'51% - 75%',1,0,39536,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104799,'76% - 100%',1,0,39536,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104800,'Solid Brick',0,0,39538,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104801,'Cob',0,0,39538,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104802,'Cavity Wall',0,0,39538,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(104803,'Fan Heaters',4,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104804,'Electric Heaters',4,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104805,'Gas Heater',5,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104806,'Other Boilers',2,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104807,'Electrical Equipment',3,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104808,'Electrical Leads',3,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104809,'Portable Equipment',3,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104810,'Portable Lighting',2,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104811,'Cooking Equipment',6,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104812,'Other',20,0,39539,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104813,'Wood/Paper/Cardboard etc',3,0,39541,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104814,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,39541,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104815,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,39541,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104816,'Waste Material Controlled -in locked wheely bin or store',2,0,39541,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104817,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,39541,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104818,'Other',20,0,39541,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104819,'Yes. There is a certificate within the last 6 months.',0,0,39544,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104820,'The certificate was issued within the last 12 months.',2,0,39544,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104821,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,39544,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104822,'N/A',0,0,39544,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104823,'Other',20,0,39544,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104824,'Yes. Certification within 6 months',0,0,39546,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104825,'Yes. Certification within 12 months',2,0,39546,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104826,'No certification. (Recommend testing by fire safety specialist)',5,0,39546,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104827,'N/A',0,0,39546,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104828,'Other',20,0,39546,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104829,'Yes. Service and test certification is within 12 months',0,0,39547,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104830,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,39547,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104831,'N/A',0,0,39547,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104832,'Other',20,0,39547,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104833,'Yes. The EICR test certification is complete within last 5 years',0,0,39549,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104834,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,39549,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104835,'N/A',0,0,39549,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104836,'Other',20,0,39549,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104837,'Yes',0,0,39551,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104838,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,39551,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104839,'N/A',0,0,39551,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104840,'Other',20,0,39551,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104841,'Yes',0,0,39553,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104842,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,39553,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104843,'N/A',0,0,39553,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104844,'Other',20,0,39553,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104845,'Yes',0,0,39555,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104846,'No. There are hot working areas but no fire blankets are present.',5,0,39555,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104847,'N/A',0,0,39555,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104848,'Other',20,0,39555,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104849,'Yes. They are provided and ready to use located in a communal area.',0,0,39557,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104850,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,39557,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104851,'N/A',0,0,39557,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104852,'Other',20,0,39557,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104853,'Yes',2,0,39558,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104854,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,39558,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104855,'The property does not have a gas connection.',0,0,39558,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104856,'N/A',0,0,39558,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104857,'Yes',0,0,39559,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104858,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,39559,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104859,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,39559,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104860,'N/A',0,0,39559,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104861,'Other',20,0,39559,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104862,'Yes',0,0,39560,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104863,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,39560,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104864,'NA',0,0,39560,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104865,'Other',20,0,39560,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104866,'Yes. The shortest route has been put into the plan',0,0,39561,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104867,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,39561,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104868,'NA',0,0,39561,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104869,'Other',20,0,39561,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104870,'Yes. There is more than one exit available.',1,0,39562,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104871,'No. There is only one escape exit available.',0,0,39562,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104872,'Other',20,0,39562,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104873,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,39563,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104874,'No. The exits are not efficient enough for the building.',9,0,39563,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104875,'NA',0,0,39563,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104876,'Other',20,0,39563,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104877,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,39564,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104878,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,39564,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104879,'NA',0,0,39564,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104880,'Other',20,0,39564,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104881,'Yes. Escape routes are kept clear throughout the building.',0,0,39565,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104882,'No. There are obstructions on one or more escape routes.',6,0,39565,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104883,'N/A',0,0,39565,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104884,'Other',20,0,39565,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104885,'Yes. Assembly points are clearly marked.',0,0,39566,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104886,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,39566,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104887,'NA',0,0,39566,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104888,'Other',20,0,39566,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104889,'Yes',0,0,39567,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104890,'No. There is no assembly point or the assembly point is too small.',8,0,39567,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104891,'NA',0,0,39567,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104892,'Other',20,0,39567,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104893,'Evacuation only',3,0,39568,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104894,'Delayed evacuation process with 15 minute time delay',4,0,39568,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104895,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,39568,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104896,'Other',20,0,39568,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104897,'Employees',2,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104898,'Sub-Contractors',3,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104899,'Young Persons',4,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104900,'Visitors',4,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104901,'The General Public (Customers)',4,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104902,'Disabled or Special needs People less able to leave the premises quickly',7,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104903,'Occupants in Remote Areas',6,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104904,'Sleeping Occupants',7,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104905,'Neighbouring Premises',2,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104906,'Tenants / Owners',3,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104907,'Animals / Livestock',2,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104908,'Other',0,0,39570,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104909,'9:00 - 17:00',0,0,39573,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104910,'17:00 - 24:00',0,0,39573,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104911,'24:00 - 9:00',0,0,39573,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104912,'9:00 - 17:00',0,0,39574,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104913,'17:00 - 24:00',0,0,39574,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104914,'24:00 - 9:00',0,0,39574,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104915,'9:00 - 17:00',0,0,39575,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104916,'17:00 - 24:00',0,0,39575,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104917,'24:00 - 9:00',0,0,39575,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104918,'9:00 - 17:00',0,0,39576,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104919,'17:00 - 24:00',0,0,39576,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104920,'24:00 - 9:00',0,0,39576,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104921,'9:00 - 17:00',0,0,39577,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104922,'17:00 - 24:00',0,0,39577,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104923,'24:00 - 9:00',0,0,39577,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104924,'9:00 - 17:00',0,0,39578,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104925,'17:00 - 24:00',0,0,39578,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104926,'24:00 - 9:00',0,0,39578,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104927,'9:00 - 17:00',0,0,39579,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104928,'17:00 - 24:00',0,0,39579,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104929,'24:00 - 9:00',0,0,39579,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104930,'Below 20',1,0,39580,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104931,'20-49',2,0,39580,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104932,'50-99',2,0,39580,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104933,'100-499',3,0,39580,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104934,'500-999',4,0,39580,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104935,'1000',5,0,39580,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104936,'Single Stage Evacuation',0,0,39581,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104937,'Staged Evacuation',0,0,39581,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104938,'Simultaneous Evacuation',0,0,39581,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104939,'Phased Evacuation',0,0,39581,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104940,'Staff Alarm Only',0,0,39581,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104941,'Stay Put Policy',0,0,39581,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104942,'Yes. A responsible person has been nominated.',0,0,39582,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104943,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,39582,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104944,'Other',20,0,39582,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104945,'N/A',0,0,39582,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104946,'Yes. A competent person is available to assist in fire safety measures.',0,0,39583,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104947,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,39583,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104948,'Other',20,0,39583,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104949,'N/A',0,0,39583,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104950,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,39584,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104951,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,39584,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104952,'Other',20,0,39584,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104953,'N/A',0,0,39584,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104954,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,39586,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104955,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,39586,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104956,'Other',20,0,39586,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104957,'N/A',0,0,39586,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104958,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,39588,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104959,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,39588,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104960,'Other',20,0,39588,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104961,'N/A',0,0,39588,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104962,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,39589,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104963,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,39589,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104964,'Other',20,0,39589,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104965,'N/A',0,0,39589,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104966,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,39590,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104967,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,39590,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104968,'Other',20,0,39590,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104969,'N/A',0,0,39590,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104970,'Yes. The plan is readily available.',0,0,39592,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104971,'No. The plan is not available.',3,0,39592,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104972,'Other',20,0,39592,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104973,'N/A',0,0,39592,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104974,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,39593,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104975,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,39593,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104976,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,39593,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104977,'Other',20,0,39593,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104978,'N/A',0,0,39593,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104979,'Yes. There are suitable arrangements in place to prevent danger.',0,0,39594,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104980,'No. There are not suitable arrangements in place to prevent danger..',4,0,39594,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104981,'Other',20,0,39594,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104982,'N/A',0,0,39594,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104983,'Yes. The company has a full evacuation system in place.',0,0,39595,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104984,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,39595,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104985,'Other',20,0,39595,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104986,'N/A',0,0,39595,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104987,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,39596,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104988,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,39596,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104989,'Other',20,0,39596,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104990,'N/A',0,0,39596,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104991,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,39597,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104992,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,39597,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104993,'Other',20,0,39597,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104994,'N/A',0,0,39597,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104995,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,39598,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104996,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,39598,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104997,'Other',20,0,39598,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104998,'N/A',0,0,39598,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(104999,'Yes. They do consider other organisation within the building.',0,0,39599,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105000,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,39599,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105001,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,39599,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105002,'Other',20,0,39599,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105003,'N/A',0,0,39599,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105004,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,39600,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105005,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,39600,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105006,'Other',20,0,39600,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105007,'N/A',0,0,39600,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105008,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,39603,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105009,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,39603,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105010,'No. There is no fire risk logbook.',5,0,39603,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105011,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,39604,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105012,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,39604,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105013,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,39604,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105014,'N/A',0,0,39604,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105015,'Other',20,0,39604,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105016,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,39606,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105017,'Yes. They are installed, and signs are displayed.',0,0,39606,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105018,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,39606,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105019,'N/A',0,0,39606,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105020,'Other',20,0,39606,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105021,'Yes, they are in good condition & positioned correctly.',0,0,39608,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105022,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,39608,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105023,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,39608,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105024,'Other',20,0,39608,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105025,'N/A',0,0,39608,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105026,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,39609,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105027,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,39609,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105028,'Other',20,0,39609,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105029,'N/A',0,0,39609,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105030,'Yes. There is suitable Emergency lighting in the building.',0,0,39610,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105031,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,39610,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105032,'Other',20,0,39610,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105033,'N/A',0,0,39610,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105034,'Yes. They are in good condition with no obstructions.',0,0,39611,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105035,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,39611,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105036,'Other',20,0,39611,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105037,'N/A',0,0,39611,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105038,'Yes. User checks are recorded into the fire risk logbook.',0,0,39613,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105039,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,39613,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105040,'Other',20,0,39613,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105041,'N/A',0,0,39613,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105042,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,39614,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105043,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,39614,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105044,'Other',20,0,39614,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105045,'N/A',0,0,39614,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105046,'Yes. Once per year.',1,0,39616,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105047,'Yes. Twice per year.',0,0,39616,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105048,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,39616,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105049,'Other',20,0,39616,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(105050,'Yes. The fire risk assessment is reviewed annually.',0,0,39617,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105051,'No. (Recommend immediate update to ensure compliance.)',5,0,39617,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105052,'NA',5,0,39617,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105053,'Other',20,0,39617,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105054,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,39618,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105055,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,39618,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105056,'N/A',0,0,39618,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105057,'Other',20,0,39618,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105058,'Yes. Training has been provided',0,0,39619,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105059,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,39619,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105060,'Other',20,0,39619,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105061,'N/A',0,0,39619,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105062,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,39620,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105063,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,39620,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105064,'NA',0,0,39620,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105065,'Other',20,0,39620,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105066,'Yes. Training has been documented on induction.',0,0,39621,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105067,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,39621,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105068,'NA',0,0,39621,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105069,'Other',20,0,39621,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105070,'Yes. This is part of the fire training program and fire warden duties.',0,0,39622,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105071,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,39622,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105072,'NA',0,0,39622,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105073,'Other',20,0,39622,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105074,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,39623,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105075,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,39623,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105076,'Other',20,0,39623,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105077,'N/A',0,0,39623,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105078,'Yes. Fire wardens receive refresher training regularly.',0,0,39624,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105079,'No',5,0,39624,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105080,'N/A',0,0,39624,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105081,'Other',20,0,39624,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105082,'Other',20,0,39624,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105083,'Detached',1,0,39625,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105084,'Semi Detached',2,0,39625,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105085,'Terraced',3,0,39625,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105086,'Linked-Terraced',1,0,39625,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105087,'End Terraced',2,0,39625,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105088,'Other',20,0,39625,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105089,'House',1,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105090,'Bungalow',1,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105091,'Maisonette',3,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105092,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105093,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105094,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105095,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105096,'Underground Property',1,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105097,'Factory / Warehouse',3,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105098,'Garage / Workshop',3,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105099,'Retail Shop',2,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105100,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105101,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105102,'Other',20,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105103,'Other',20,0,39626,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105104,'25%',1,0,39642,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105105,'50%',1,0,39642,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105106,'75%',1,0,39642,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105107,'100%',1,0,39642,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105108,'Other',20,0,39642,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105109,'Yes',1,0,39644,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105110,'No',3,0,39644,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105111,'Unknown',3,0,39644,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105112,'Stone',0,0,39644,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105113,'Other',20,0,39644,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105114,'Yes',1,0,39645,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105115,'No',5,0,39645,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105116,'Unknown',5,0,39645,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105117,'Stone',0,0,39645,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105118,'Other',20,0,39645,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105119,'Wood',2,0,39646,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105120,'Plastics',1,0,39646,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105121,'Aluminium',0,0,39646,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105122,'Stone',0,0,39646,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105123,'Other',20,0,39646,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105124,'0%',0,0,39648,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105125,'25%',1,0,39648,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105126,'50%',1,0,39648,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105127,'75%',1,0,39648,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105128,'100%',1,0,39648,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105129,'0%',0,0,39649,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105130,'25%',2,0,39649,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105131,'50%',2,0,39649,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105132,'75%',2,0,39649,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105133,'100%',2,0,39649,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105134,'0%',0,0,39650,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105135,'25%',1,0,39650,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105136,'50%',1,0,39650,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105137,'75%',1,0,39650,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105138,'100%',1,0,39650,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105139,'Solid concrete flooring on all levels',0,0,39651,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105140,'Timber joists on all levels',3,0,39651,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105141,'Concrete lowest floor – Timber above higher levels',3,0,39651,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105142,'Other',20,0,39651,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105143,'100%',1,0,39651,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105144,'Yes',1,0,39654,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105145,'No',6,0,39654,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105146,'N/A',0,0,39654,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105147,'Yes',2,0,39656,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105148,'No',8,0,39656,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105149,'N/A',0,0,39656,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105150,'Yes',1,0,39658,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105151,'No',6,0,39658,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105152,'N/A',0,0,39658,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105153,'Yes',1,0,39660,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105154,'No',6,0,39660,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105155,'N/A',0,0,39660,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105156,'Yes',1,0,39662,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105157,'No',6,0,39662,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105158,'N/A',0,0,39662,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105159,'0%',1,0,39668,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105160,'1% - 25%',1,0,39668,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105161,'26% - 50%',1,0,39668,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105162,'51% - 75%',1,0,39668,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105163,'76% - 100%',1,0,39668,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105164,'0%',1,0,39669,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105165,'1% - 25%',1,0,39669,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105166,'26% - 50%',1,0,39669,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105167,'51% - 75%',1,0,39669,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105168,'76% - 100%',1,0,39669,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105169,'0%',1,0,39670,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105170,'1% - 25%',1,0,39670,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105171,'26% - 50%',1,0,39670,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105172,'51% - 75%',1,0,39670,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105173,'76% - 100%',1,0,39670,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105174,'0%',1,0,39672,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105175,'1% - 25%',1,0,39672,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105176,'26% - 50%',1,0,39672,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105177,'51% - 75%',1,0,39672,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105178,'76% - 100%',1,0,39672,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105179,'0%',1,0,39673,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105180,'1% - 25%',1,0,39673,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105181,'26% - 50%',1,0,39673,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105182,'51% - 75%',1,0,39673,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105183,'76% - 100%',1,0,39673,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105184,'0%',1,0,39674,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105185,'1% - 25%',1,0,39674,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105186,'26% - 50%',1,0,39674,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105187,'51% - 75%',1,0,39674,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105188,'76% - 100%',1,0,39674,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105189,'0%',1,0,39676,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105190,'1% - 25%',1,0,39676,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105191,'26% - 50%',1,0,39676,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105192,'51% - 75%',1,0,39676,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105193,'76% - 100%',1,0,39676,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105194,'0%',1,0,39677,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105195,'1% - 25%',1,0,39677,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105196,'26% - 50%',1,0,39677,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105197,'51% - 75%',1,0,39677,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105198,'76% - 100%',1,0,39677,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105199,'0%',1,0,39678,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105200,'1% - 25%',1,0,39678,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105201,'26% - 50%',1,0,39678,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105202,'51% - 75%',1,0,39678,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105203,'76% - 100%',1,0,39678,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105204,'Very Good',0,0,39679,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105205,'Good',1,0,39679,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105206,'Fair',2,0,39679,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105207,'Poor',3,0,39679,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105208,'Very Poor',4,0,39679,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105209,'0%',1,0,39681,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105210,'1% - 25%',1,0,39681,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105211,'26% - 50%',1,0,39681,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105212,'51% - 75%',1,0,39681,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105213,'76% - 100%',1,0,39681,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105214,'0%',1,0,39682,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105215,'1% - 25%',1,0,39682,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105216,'26% - 50%',1,0,39682,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105217,'51% - 75%',1,0,39682,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105218,'76% - 100%',1,0,39682,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105219,'0%',1,0,39683,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105220,'1% - 25%',1,0,39683,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105221,'26% - 50%',1,0,39683,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105222,'51% - 75%',1,0,39683,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105223,'76% - 100%',1,0,39683,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105224,'0%',1,0,39685,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105225,'1% - 25%',1,0,39685,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105226,'26% - 50%',1,0,39685,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105227,'51% - 75%',1,0,39685,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105228,'76% - 100%',1,0,39685,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105229,'0%',1,0,39686,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105230,'1% - 25%',1,0,39686,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105231,'26% - 50%',1,0,39686,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105232,'51% - 75%',1,0,39686,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105233,'76% - 100%',1,0,39686,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105234,'0%',1,0,39687,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105235,'1% - 25%',1,0,39687,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105236,'26% - 50%',1,0,39687,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105237,'51% - 75%',1,0,39687,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105238,'76% - 100%',1,0,39687,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105239,'0%',1,0,39689,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105240,'1% - 25%',1,0,39689,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105241,'26% - 50%',1,0,39689,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105242,'51% - 75%',1,0,39689,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105243,'76% - 100%',1,0,39689,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105244,'0%',1,0,39690,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105245,'1% - 25%',1,0,39690,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105246,'26% - 50%',1,0,39690,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105247,'51% - 75%',1,0,39690,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105248,'76% - 100%',1,0,39690,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105249,'0%',1,0,39691,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105250,'1% - 25%',1,0,39691,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105251,'26% - 50%',1,0,39691,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105252,'51% - 75%',1,0,39691,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105253,'76% - 100%',1,0,39691,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105254,'0%',5,0,39693,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105255,'1% - 25%',4,0,39693,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105256,'26% - 50%',3,0,39693,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105257,'51% - 75%',2,0,39693,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105258,'76% - 100%',1,0,39693,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105259,'0%',1,0,39694,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105260,'1% - 25%',1,0,39694,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105261,'26% - 50%',1,0,39694,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105262,'51% - 75%',1,0,39694,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105263,'76% - 100%',1,0,39694,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105264,'0%',1,0,39695,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105265,'1% - 25%',1,0,39695,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105266,'26% - 50%',1,0,39695,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105267,'51% - 75%',1,0,39695,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105268,'76% - 100%',1,0,39695,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105269,'0%',1,0,39697,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105270,'1% - 25%',1,0,39697,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105271,'26% - 50%',1,0,39697,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105272,'51% - 75%',1,0,39697,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105273,'76% - 100%',1,0,39697,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105274,'0%',1,0,39698,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105275,'1% - 25%',1,0,39698,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105276,'26% - 50%',1,0,39698,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105277,'51% - 75%',1,0,39698,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105278,'76% - 100%',1,0,39698,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105279,'0%',1,0,39699,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105280,'1% - 25%',1,0,39699,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105281,'26% - 50%',1,0,39699,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105282,'51% - 75%',1,0,39699,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105283,'76% - 100%',1,0,39699,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105284,'0%',1,0,39701,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105285,'1% - 25%',1,0,39701,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105286,'26% - 50%',1,0,39701,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105287,'51% - 75%',1,0,39701,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105288,'76% - 100%',1,0,39701,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105289,'0%',1,0,39702,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105290,'1% - 25%',1,0,39702,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105291,'26% - 50%',1,0,39702,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105292,'51% - 75%',1,0,39702,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105293,'76% - 100%',1,0,39702,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105294,'0%',1,0,39703,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105295,'1% - 25%',1,0,39703,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105296,'26% - 50%',1,0,39703,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105297,'51% - 75%',1,0,39703,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105298,'76% - 100%',1,0,39703,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105299,'Solid Brick',0,0,39705,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105300,'Cob',0,0,39705,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105301,'Cavity Wall',0,0,39705,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105302,'51% - 75%',1,0,39705,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105303,'76% - 100%',1,0,39705,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105304,'0%',1,0,39706,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105305,'1% - 25%',1,0,39706,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105306,'26% - 50%',1,0,39706,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105307,'51% - 75%',1,0,39706,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105308,'76% - 100%',1,0,39706,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105309,'0%',1,0,39707,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105310,'1% - 25%',1,0,39707,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105311,'26% - 50%',1,0,39707,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105312,'51% - 75%',1,0,39707,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105313,'76% - 100%',1,0,39707,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105314,'Solid Brick',0,0,39709,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105315,'Cob',0,0,39709,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105316,'Cavity Wall',0,0,39709,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105317,'Director',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105318,'Owner / Landlord',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105319,'Site Manager',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105320,'Estate Agent',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105321,'Letting Agent',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105322,'Director',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105323,'CEO',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105324,'Fire Warden / Supervisor',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105325,'Fire Risk Assessor',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105326,'Other',0,0,39717,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105327,'Nebosh',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105328,'Level 2 Fire Risk Assessor',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105329,'Competant Person',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105330,'Property Manager',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105331,'Construction Manager',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105332,'Fire Warden / Fire Marshall',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105333,'Director',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105334,'CEO',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105335,'N/A',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105336,'Other',0,0,39718,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(105337,'Fan Heaters',4,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105338,'Electric Heaters',4,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105339,'Gas Heater',5,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105340,'Other Boilers',2,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105341,'Electrical Equipment',3,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105342,'Electrical Leads',3,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105343,'Portable Equipment',3,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105344,'Portable Lighting',2,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105345,'Cooking Equipment',6,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105346,'Other',20,0,39731,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105347,'Wood/Paper/Cardboard etc',3,0,39733,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105348,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,39733,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105349,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,39733,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105350,'Waste Material Controlled -in locked wheely bin or store',2,0,39733,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105351,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,39733,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105352,'Other',20,0,39733,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105353,'Yes. There is a certificate within the last 6 months.',0,0,39736,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105354,'The certificate was issued within the last 12 months.',2,0,39736,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105355,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,39736,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105356,'N/A',0,0,39736,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105357,'Other',20,0,39736,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105358,'Yes. Certification within 6 months',0,0,39738,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105359,'Yes. Certification within 12 months',2,0,39738,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105360,'No certification. (Recommend testing by fire safety specialist)',5,0,39738,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105361,'N/A',0,0,39738,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105362,'Other',20,0,39738,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105363,'Yes. Service and test certification is within 12 months',0,0,39739,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105364,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,39739,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105365,'N/A',0,0,39739,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105366,'Other',20,0,39739,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105367,'Yes. The EICR test certification is complete within last 5 years',0,0,39741,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105368,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,39741,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105369,'N/A',0,0,39741,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105370,'Other',20,0,39741,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105371,'Yes',0,0,39743,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105372,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,39743,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105373,'N/A',0,0,39743,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105374,'Other',20,0,39743,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105375,'Yes',0,0,39745,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105376,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,39745,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105377,'N/A',0,0,39745,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105378,'Other',20,0,39745,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105379,'Yes',0,0,39747,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105380,'No. There are hot working areas but no fire blankets are present.',5,0,39747,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105381,'N/A',0,0,39747,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105382,'Other',20,0,39747,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105383,'Yes. They are provided and ready to use located in a communal area.',0,0,39749,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105384,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,39749,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105385,'N/A',0,0,39749,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105386,'Other',20,0,39749,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105387,'Yes',2,0,39750,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105388,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,39750,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105389,'The property does not have a gas connection.',0,0,39750,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105390,'N/A',0,0,39750,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105391,'Yes',0,0,39751,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105392,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,39751,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105393,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,39751,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105394,'N/A',0,0,39751,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105395,'Other',20,0,39751,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105396,'Yes',0,0,39752,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105397,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,39752,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105398,'NA',0,0,39752,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105399,'Other',20,0,39752,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105400,'Yes. The shortest route has been put into the plan',0,0,39753,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105401,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,39753,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105402,'NA',0,0,39753,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105403,'Other',20,0,39753,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105404,'Yes. There is more than one exit available.',1,0,39754,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105405,'No. There is only one escape exit available.',0,0,39754,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105406,'Other',20,0,39754,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105407,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,39755,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105408,'No. The exits are not efficient enough for the building.',9,0,39755,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105409,'NA',0,0,39755,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105410,'Other',20,0,39755,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105411,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,39756,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105412,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,39756,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105413,'NA',0,0,39756,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105414,'Other',20,0,39756,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105415,'Yes. Escape routes are kept clear throughout the building.',0,0,39757,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105416,'No. There are obstructions on one or more escape routes.',6,0,39757,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105417,'N/A',0,0,39757,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105418,'Other',20,0,39757,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105419,'Yes. Assembly points are clearly marked.',0,0,39758,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105420,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,39758,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105421,'NA',0,0,39758,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105422,'Other',20,0,39758,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(105423,'Yes',0,0,39759,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105424,'No. There is no assembly point or the assembly point is too small.',8,0,39759,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105425,'NA',0,0,39759,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105426,'Other',20,0,39759,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105427,'Evacuation only',3,0,39760,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105428,'Delayed evacuation process with 15 minute time delay',4,0,39760,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105429,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,39760,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105430,'Other',20,0,39760,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105431,'Employees',2,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105432,'Sub-Contractors',3,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105433,'Young Persons',4,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105434,'Visitors',4,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105435,'The General Public (Customers)',4,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105436,'Disabled or Special needs People less able to leave the premises quickly',7,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105437,'Occupants in Remote Areas',6,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105438,'Sleeping Occupants',7,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105439,'Neighbouring Premises',2,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105440,'Tenants / Owners',3,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105441,'Animals / Livestock',2,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105442,'Other',0,0,39762,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105443,'9:00 - 17:00',0,0,39765,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105444,'17:00 - 24:00',0,0,39765,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105445,'24:00 - 9:00',0,0,39765,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105446,'9:00 - 17:00',0,0,39766,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105447,'17:00 - 24:00',0,0,39766,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105448,'24:00 - 9:00',0,0,39766,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105449,'9:00 - 17:00',0,0,39767,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105450,'17:00 - 24:00',0,0,39767,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105451,'24:00 - 9:00',0,0,39767,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105452,'9:00 - 17:00',0,0,39768,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105453,'17:00 - 24:00',0,0,39768,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105454,'24:00 - 9:00',0,0,39768,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105455,'9:00 - 17:00',0,0,39769,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105456,'17:00 - 24:00',0,0,39769,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105457,'24:00 - 9:00',0,0,39769,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105458,'9:00 - 17:00',0,0,39770,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105459,'17:00 - 24:00',0,0,39770,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105460,'24:00 - 9:00',0,0,39770,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105461,'9:00 - 17:00',0,0,39771,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105462,'17:00 - 24:00',0,0,39771,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105463,'24:00 - 9:00',0,0,39771,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105464,'Below 20',1,0,39772,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105465,'20-49',2,0,39772,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105466,'50-99',2,0,39772,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105467,'100-499',3,0,39772,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105468,'500-999',4,0,39772,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105469,'1000',5,0,39772,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105470,'Single Stage Evacuation',0,0,39773,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105471,'Staged Evacuation',0,0,39773,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105472,'Simultaneous Evacuation',0,0,39773,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105473,'Phased Evacuation',0,0,39773,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105474,'Staff Alarm Only',0,0,39773,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105475,'Stay Put Policy',0,0,39773,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105476,'Yes. A responsible person has been nominated.',0,0,39774,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105477,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,39774,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105478,'Other',20,0,39774,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105479,'N/A',0,0,39774,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105480,'Yes. A competent person is available to assist in fire safety measures.',0,0,39775,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105481,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,39775,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105482,'Other',20,0,39775,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105483,'N/A',0,0,39775,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105484,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,39776,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105485,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,39776,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105486,'Other',20,0,39776,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105487,'N/A',0,0,39776,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105488,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,39778,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105489,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,39778,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105490,'Other',20,0,39778,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105491,'N/A',0,0,39778,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105492,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,39780,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105493,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,39780,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105494,'Other',20,0,39780,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105495,'N/A',0,0,39780,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105496,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,39781,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105497,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,39781,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105498,'Other',20,0,39781,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105499,'N/A',0,0,39781,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105500,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,39782,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105501,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,39782,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105502,'Other',20,0,39782,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105503,'N/A',0,0,39782,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105504,'Yes. The plan is readily available.',0,0,39784,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105505,'No. The plan is not available.',3,0,39784,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105506,'Other',20,0,39784,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105507,'N/A',0,0,39784,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105508,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,39785,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105509,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,39785,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105510,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,39785,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105511,'Other',20,0,39785,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105512,'N/A',0,0,39785,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105513,'Yes. There are suitable arrangements in place to prevent danger.',0,0,39786,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105514,'No. There are not suitable arrangements in place to prevent danger..',4,0,39786,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105515,'Other',20,0,39786,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105516,'N/A',0,0,39786,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105517,'Yes. The company has a full evacuation system in place.',0,0,39787,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105518,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,39787,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105519,'Other',20,0,39787,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105520,'N/A',0,0,39787,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105521,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,39788,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105522,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,39788,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105523,'Other',20,0,39788,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105524,'N/A',0,0,39788,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105525,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,39789,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105526,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,39789,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105527,'Other',20,0,39789,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105528,'N/A',0,0,39789,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105529,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,39790,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105530,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,39790,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105531,'Other',20,0,39790,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105532,'N/A',0,0,39790,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105533,'Yes. They do consider other organisation within the building.',0,0,39791,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105534,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,39791,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105535,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,39791,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105536,'Other',20,0,39791,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105537,'N/A',0,0,39791,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105538,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,39792,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105539,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,39792,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105540,'Other',20,0,39792,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105541,'N/A',0,0,39792,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105542,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,39795,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105543,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,39795,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105544,'No. There is no fire risk logbook.',5,0,39795,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105545,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,39796,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105546,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,39796,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105547,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,39796,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105548,'N/A',0,0,39796,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105549,'Other',20,0,39796,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105550,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,39798,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105551,'Yes. They are installed, and signs are displayed.',0,0,39798,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105552,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,39798,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105553,'N/A',0,0,39798,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105554,'Other',20,0,39798,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105555,'Yes, they are in good condition & positioned correctly.',0,0,39800,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105556,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,39800,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105557,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,39800,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105558,'Other',20,0,39800,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105559,'N/A',0,0,39800,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105560,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,39801,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105561,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,39801,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105562,'Other',20,0,39801,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105563,'N/A',0,0,39801,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105564,'Yes. There is suitable Emergency lighting in the building.',0,0,39802,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105565,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,39802,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105566,'Other',20,0,39802,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105567,'N/A',0,0,39802,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105568,'Yes. They are in good condition with no obstructions.',0,0,39803,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105569,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,39803,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105570,'Other',20,0,39803,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105571,'N/A',0,0,39803,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105572,'Yes. User checks are recorded into the fire risk logbook.',0,0,39805,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105573,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,39805,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105574,'Other',20,0,39805,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105575,'N/A',0,0,39805,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105576,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,39806,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105577,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,39806,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105578,'Other',20,0,39806,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105579,'N/A',0,0,39806,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105580,'Yes. Once per year.',1,0,39808,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105581,'Yes. Twice per year.',0,0,39808,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105582,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,39808,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105583,'Other',20,0,39808,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105584,'Yes. The fire risk assessment is reviewed annually.',0,0,39809,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105585,'No. (Recommend immediate update to ensure compliance.)',5,0,39809,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105586,'NA',5,0,39809,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105587,'Other',20,0,39809,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105588,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,39810,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105589,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,39810,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105590,'N/A',0,0,39810,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105591,'Other',20,0,39810,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105592,'Yes. Training has been provided',0,0,39811,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105593,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,39811,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105594,'Other',20,0,39811,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105595,'N/A',0,0,39811,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105596,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,39812,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105597,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,39812,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105598,'NA',0,0,39812,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105599,'Other',20,0,39812,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105600,'Yes. Training has been documented on induction.',0,0,39813,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105601,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,39813,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105602,'NA',0,0,39813,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105603,'Other',20,0,39813,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105604,'Yes. This is part of the fire training program and fire warden duties.',0,0,39814,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105605,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,39814,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105606,'NA',0,0,39814,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105607,'Other',20,0,39814,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105608,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,39815,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105609,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,39815,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105610,'Other',20,0,39815,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105611,'N/A',0,0,39815,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105612,'Yes. Fire wardens receive refresher training regularly.',0,0,39816,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105613,'No',5,0,39816,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105614,'N/A',0,0,39816,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105615,'Other',20,0,39816,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105616,'Other',20,0,39816,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105617,'Director',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105618,'Owner / Landlord',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105619,'Site Manager',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105620,'Estate Agent',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105621,'Letting Agent',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105622,'Director',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105623,'CEO',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105624,'Fire Warden / Supervisor',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105625,'Fire Risk Assessor',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105626,'Other',0,0,39824,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105627,'Nebosh',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105628,'Level 2 Fire Risk Assessor',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105629,'Competant Person',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105630,'Property Manager',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105631,'Construction Manager',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105632,'Fire Warden / Fire Marshall',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105633,'Director',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105634,'CEO',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105635,'N/A',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105636,'Other',0,0,39825,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105637,'Detached',1,0,39838,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105638,'Semi Detached',2,0,39838,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105639,'Terraced',3,0,39838,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105640,'Linked-Terraced',1,0,39838,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105641,'End Terraced',2,0,39838,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105642,'Other',20,0,39838,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105643,'House',1,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105644,'Bungalow',1,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105645,'Maisonette',3,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105646,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105647,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105648,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105649,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105650,'Underground Property',1,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105651,'Factory / Warehouse',3,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105652,'Garage / Workshop',3,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105653,'Retail Shop',2,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105654,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105655,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105656,'Other',20,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105657,'Other',20,0,39839,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105658,'25%',1,0,39855,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105659,'50%',1,0,39855,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105660,'75%',1,0,39855,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105661,'100%',1,0,39855,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105662,'Other',20,0,39855,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105663,'Yes',1,0,39857,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105664,'No',3,0,39857,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105665,'Unknown',3,0,39857,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105666,'Stone',0,0,39857,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105667,'Other',20,0,39857,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105668,'Yes',1,0,39858,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105669,'No',5,0,39858,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105670,'Unknown',5,0,39858,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105671,'Stone',0,0,39858,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105672,'Other',20,0,39858,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105673,'Wood',2,0,39859,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105674,'Plastics',1,0,39859,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105675,'Aluminium',0,0,39859,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105676,'Stone',0,0,39859,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105677,'Other',20,0,39859,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105678,'0%',0,0,39861,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105679,'25%',1,0,39861,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105680,'50%',1,0,39861,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105681,'75%',1,0,39861,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105682,'100%',1,0,39861,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105683,'0%',0,0,39862,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105684,'25%',2,0,39862,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105685,'50%',2,0,39862,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105686,'75%',2,0,39862,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105687,'100%',2,0,39862,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105688,'0%',0,0,39863,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105689,'25%',1,0,39863,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105690,'50%',1,0,39863,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105691,'75%',1,0,39863,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105692,'100%',1,0,39863,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105693,'Solid concrete flooring on all levels',0,0,39864,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105694,'Timber joists on all levels',3,0,39864,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105695,'Concrete lowest floor – Timber above higher levels',3,0,39864,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105696,'Other',20,0,39864,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105697,'100%',1,0,39864,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105698,'Yes',1,0,39867,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105699,'No',6,0,39867,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105700,'N/A',0,0,39867,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105701,'Yes',2,0,39869,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105702,'No',8,0,39869,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105703,'N/A',0,0,39869,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105704,'Yes',1,0,39871,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105705,'No',6,0,39871,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105706,'N/A',0,0,39871,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105707,'Yes',1,0,39873,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105708,'No',6,0,39873,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105709,'N/A',0,0,39873,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105710,'Yes',1,0,39875,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105711,'No',6,0,39875,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105712,'N/A',0,0,39875,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105713,'0%',1,0,39881,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105714,'1% - 25%',1,0,39881,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105715,'26% - 50%',1,0,39881,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105716,'51% - 75%',1,0,39881,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105717,'76% - 100%',1,0,39881,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105718,'0%',1,0,39882,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105719,'1% - 25%',1,0,39882,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105720,'26% - 50%',1,0,39882,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105721,'51% - 75%',1,0,39882,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105722,'76% - 100%',1,0,39882,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105723,'0%',1,0,39883,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105724,'1% - 25%',1,0,39883,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105725,'26% - 50%',1,0,39883,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105726,'51% - 75%',1,0,39883,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105727,'76% - 100%',1,0,39883,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105728,'0%',1,0,39885,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105729,'1% - 25%',1,0,39885,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105730,'26% - 50%',1,0,39885,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105731,'51% - 75%',1,0,39885,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105732,'76% - 100%',1,0,39885,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105733,'0%',1,0,39886,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105734,'1% - 25%',1,0,39886,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105735,'26% - 50%',1,0,39886,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105736,'51% - 75%',1,0,39886,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105737,'76% - 100%',1,0,39886,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105738,'0%',1,0,39887,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105739,'1% - 25%',1,0,39887,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105740,'26% - 50%',1,0,39887,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105741,'51% - 75%',1,0,39887,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105742,'76% - 100%',1,0,39887,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105743,'0%',1,0,39889,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105744,'1% - 25%',1,0,39889,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105745,'26% - 50%',1,0,39889,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105746,'51% - 75%',1,0,39889,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105747,'76% - 100%',1,0,39889,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105748,'0%',1,0,39890,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105749,'1% - 25%',1,0,39890,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105750,'26% - 50%',1,0,39890,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105751,'51% - 75%',1,0,39890,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105752,'76% - 100%',1,0,39890,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105753,'0%',1,0,39891,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105754,'1% - 25%',1,0,39891,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105755,'26% - 50%',1,0,39891,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105756,'51% - 75%',1,0,39891,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105757,'76% - 100%',1,0,39891,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105758,'Very Good',0,0,39892,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105759,'Good',1,0,39892,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105760,'Fair',2,0,39892,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105761,'Poor',3,0,39892,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105762,'Very Poor',4,0,39892,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105763,'0%',1,0,39894,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105764,'1% - 25%',1,0,39894,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105765,'26% - 50%',1,0,39894,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105766,'51% - 75%',1,0,39894,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105767,'76% - 100%',1,0,39894,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105768,'0%',1,0,39895,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105769,'1% - 25%',1,0,39895,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105770,'26% - 50%',1,0,39895,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105771,'51% - 75%',1,0,39895,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105772,'76% - 100%',1,0,39895,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105773,'0%',1,0,39896,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105774,'1% - 25%',1,0,39896,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105775,'26% - 50%',1,0,39896,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105776,'51% - 75%',1,0,39896,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105777,'76% - 100%',1,0,39896,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105778,'0%',1,0,39898,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105779,'1% - 25%',1,0,39898,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105780,'26% - 50%',1,0,39898,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105781,'51% - 75%',1,0,39898,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105782,'76% - 100%',1,0,39898,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105783,'0%',1,0,39899,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105784,'1% - 25%',1,0,39899,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105785,'26% - 50%',1,0,39899,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105786,'51% - 75%',1,0,39899,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105787,'76% - 100%',1,0,39899,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105788,'0%',1,0,39900,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105789,'1% - 25%',1,0,39900,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105790,'26% - 50%',1,0,39900,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105791,'51% - 75%',1,0,39900,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105792,'76% - 100%',1,0,39900,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105793,'0%',1,0,39902,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105794,'1% - 25%',1,0,39902,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105795,'26% - 50%',1,0,39902,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105796,'51% - 75%',1,0,39902,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105797,'76% - 100%',1,0,39902,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(105798,'0%',1,0,39903,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105799,'1% - 25%',1,0,39903,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105800,'26% - 50%',1,0,39903,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105801,'51% - 75%',1,0,39903,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105802,'76% - 100%',1,0,39903,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105803,'0%',1,0,39904,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105804,'1% - 25%',1,0,39904,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105805,'26% - 50%',1,0,39904,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105806,'51% - 75%',1,0,39904,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105807,'76% - 100%',1,0,39904,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105808,'0%',5,0,39906,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105809,'1% - 25%',4,0,39906,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105810,'26% - 50%',3,0,39906,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105811,'51% - 75%',2,0,39906,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105812,'76% - 100%',1,0,39906,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105813,'0%',1,0,39907,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105814,'1% - 25%',1,0,39907,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105815,'26% - 50%',1,0,39907,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105816,'51% - 75%',1,0,39907,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105817,'76% - 100%',1,0,39907,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105818,'0%',1,0,39908,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105819,'1% - 25%',1,0,39908,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105820,'26% - 50%',1,0,39908,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105821,'51% - 75%',1,0,39908,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105822,'76% - 100%',1,0,39908,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105823,'0%',1,0,39910,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105824,'1% - 25%',1,0,39910,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105825,'26% - 50%',1,0,39910,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105826,'51% - 75%',1,0,39910,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105827,'76% - 100%',1,0,39910,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105828,'0%',1,0,39911,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105829,'1% - 25%',1,0,39911,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105830,'26% - 50%',1,0,39911,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105831,'51% - 75%',1,0,39911,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105832,'76% - 100%',1,0,39911,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105833,'0%',1,0,39912,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105834,'1% - 25%',1,0,39912,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105835,'26% - 50%',1,0,39912,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105836,'51% - 75%',1,0,39912,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105837,'76% - 100%',1,0,39912,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105838,'0%',1,0,39914,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105839,'1% - 25%',1,0,39914,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105840,'26% - 50%',1,0,39914,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105841,'51% - 75%',1,0,39914,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105842,'76% - 100%',1,0,39914,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105843,'0%',1,0,39915,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105844,'1% - 25%',1,0,39915,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105845,'26% - 50%',1,0,39915,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105846,'51% - 75%',1,0,39915,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105847,'76% - 100%',1,0,39915,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105848,'0%',1,0,39916,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105849,'1% - 25%',1,0,39916,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105850,'26% - 50%',1,0,39916,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105851,'51% - 75%',1,0,39916,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105852,'76% - 100%',1,0,39916,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105853,'Solid Brick',0,0,39918,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105854,'Cob',0,0,39918,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105855,'Cavity Wall',0,0,39918,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105856,'51% - 75%',1,0,39918,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105857,'76% - 100%',1,0,39918,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105858,'0%',1,0,39919,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105859,'1% - 25%',1,0,39919,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105860,'26% - 50%',1,0,39919,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105861,'51% - 75%',1,0,39919,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105862,'76% - 100%',1,0,39919,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105863,'0%',1,0,39920,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105864,'1% - 25%',1,0,39920,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105865,'26% - 50%',1,0,39920,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105866,'51% - 75%',1,0,39920,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105867,'76% - 100%',1,0,39920,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105868,'Solid brick',0,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105869,'Cob',1,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105870,'Cavity brick and block',0,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105871,'Concrete inner skin with external curtain outer skin',0,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105872,'Prefabricated timber',3,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105873,'Glass walls with metal post frame',2,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105874,'Other',20,0,39922,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(105875,'Fan Heaters',4,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105876,'Electric Heaters',4,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105877,'Gas Heater',5,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105878,'Other Boilers',2,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105879,'Electrical Equipment',3,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105880,'Electrical Leads',3,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105881,'Portable Equipment',3,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105882,'Portable Lighting',2,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105883,'Cooking Equipment',6,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105884,'Other',20,0,39923,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105885,'Wood/Paper/Cardboard etc',3,0,39925,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105886,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,39925,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105887,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,39925,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105888,'Waste Material Controlled -in locked wheely bin or store',2,0,39925,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105889,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,39925,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105890,'Other',20,0,39925,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105891,'Yes. There is a certificate within the last 6 months.',0,0,39928,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105892,'The certificate was issued within the last 12 months.',2,0,39928,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105893,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,39928,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105894,'N/A',0,0,39928,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105895,'Other',20,0,39928,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105896,'Yes. Certification within 6 months',0,0,39930,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105897,'Yes. Certification within 12 months',2,0,39930,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105898,'No certification. (Recommend testing by fire safety specialist)',5,0,39930,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105899,'N/A',0,0,39930,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105900,'Other',20,0,39930,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105901,'Yes. Service and test certification is within 12 months',0,0,39931,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105902,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,39931,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105903,'N/A',0,0,39931,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105904,'Other',20,0,39931,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105905,'Yes. The EICR test certification is complete within last 5 years',0,0,39933,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105906,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,39933,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105907,'N/A',0,0,39933,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105908,'Other',20,0,39933,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105909,'Yes',0,0,39935,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105910,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,39935,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105911,'N/A',0,0,39935,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105912,'Other',20,0,39935,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105913,'Yes',0,0,39937,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105914,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,39937,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105915,'N/A',0,0,39937,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105916,'Other',20,0,39937,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105917,'Yes',0,0,39939,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105918,'No. There are hot working areas but no fire blankets are present.',5,0,39939,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105919,'N/A',0,0,39939,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105920,'Other',20,0,39939,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105921,'Yes. They are provided and ready to use located in a communal area.',0,0,39941,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105922,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,39941,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105923,'N/A',0,0,39941,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105924,'Other',20,0,39941,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105925,'Yes',2,0,39942,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105926,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,39942,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105927,'The property does not have a gas connection.',0,0,39942,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105928,'N/A',0,0,39942,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105929,'Yes',0,0,39943,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105930,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,39943,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105931,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,39943,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105932,'N/A',0,0,39943,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105933,'Other',20,0,39943,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105934,'Yes',0,0,39944,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105935,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,39944,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105936,'NA',0,0,39944,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105937,'Other',20,0,39944,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105938,'Yes. The shortest route has been put into the plan',0,0,39945,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105939,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,39945,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105940,'NA',0,0,39945,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105941,'Other',20,0,39945,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105942,'Yes. There is more than one exit available.',1,0,39946,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105943,'No. There is only one escape exit available.',0,0,39946,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105944,'Other',20,0,39946,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105945,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,39947,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105946,'No. The exits are not efficient enough for the building.',9,0,39947,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105947,'NA',0,0,39947,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105948,'Other',20,0,39947,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105949,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,39948,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105950,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,39948,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105951,'NA',0,0,39948,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105952,'Other',20,0,39948,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105953,'Yes. Escape routes are kept clear throughout the building.',0,0,39949,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105954,'No. There are obstructions on one or more escape routes.',6,0,39949,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105955,'N/A',0,0,39949,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105956,'Other',20,0,39949,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105957,'Yes. Assembly points are clearly marked.',0,0,39950,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105958,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,39950,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105959,'NA',0,0,39950,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105960,'Other',20,0,39950,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105961,'Yes',0,0,39951,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105962,'No. There is no assembly point or the assembly point is too small.',8,0,39951,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105963,'NA',0,0,39951,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105964,'Other',20,0,39951,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105965,'Evacuation only',3,0,39952,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105966,'Delayed evacuation process with 15 minute time delay',4,0,39952,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105967,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,39952,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105968,'Other',20,0,39952,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105969,'Employees',2,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105970,'Sub-Contractors',3,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105971,'Young Persons',4,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105972,'Visitors',4,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105973,'The General Public (Customers)',4,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105974,'Disabled or Special needs People less able to leave the premises quickly',7,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105975,'Occupants in Remote Areas',6,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105976,'Sleeping Occupants',7,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105977,'Neighbouring Premises',2,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105978,'Tenants / Owners',3,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105979,'Animals / Livestock',2,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105980,'Other',0,0,39954,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105981,'9:00 - 17:00',0,0,39957,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105982,'17:00 - 24:00',0,0,39957,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105983,'24:00 - 9:00',0,0,39957,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105984,'9:00 - 17:00',0,0,39958,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105985,'17:00 - 24:00',0,0,39958,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105986,'24:00 - 9:00',0,0,39958,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105987,'9:00 - 17:00',0,0,39959,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105988,'17:00 - 24:00',0,0,39959,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105989,'24:00 - 9:00',0,0,39959,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105990,'9:00 - 17:00',0,0,39960,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105991,'17:00 - 24:00',0,0,39960,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105992,'24:00 - 9:00',0,0,39960,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105993,'9:00 - 17:00',0,0,39961,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105994,'17:00 - 24:00',0,0,39961,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105995,'24:00 - 9:00',0,0,39961,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105996,'9:00 - 17:00',0,0,39962,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105997,'17:00 - 24:00',0,0,39962,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105998,'24:00 - 9:00',0,0,39962,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(105999,'9:00 - 17:00',0,0,39963,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106000,'17:00 - 24:00',0,0,39963,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106001,'24:00 - 9:00',0,0,39963,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106002,'Below 20',1,0,39964,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106003,'20-49',2,0,39964,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106004,'50-99',2,0,39964,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106005,'100-499',3,0,39964,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106006,'500-999',4,0,39964,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106007,'1000',5,0,39964,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106008,'Single Stage Evacuation',0,0,39965,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106009,'Staged Evacuation',0,0,39965,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106010,'Simultaneous Evacuation',0,0,39965,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106011,'Phased Evacuation',0,0,39965,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106012,'Staff Alarm Only',0,0,39965,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106013,'Stay Put Policy',0,0,39965,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106014,'Yes. A responsible person has been nominated.',0,0,39966,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106015,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,39966,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106016,'Other',20,0,39966,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106017,'N/A',0,0,39966,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106018,'Yes. A competent person is available to assist in fire safety measures.',0,0,39967,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106019,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,39967,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106020,'Other',20,0,39967,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106021,'N/A',0,0,39967,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106022,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,39968,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106023,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,39968,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106024,'Other',20,0,39968,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106025,'N/A',0,0,39968,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106026,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,39970,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106027,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,39970,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106028,'Other',20,0,39970,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106029,'N/A',0,0,39970,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106030,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,39972,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106031,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,39972,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106032,'Other',20,0,39972,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106033,'N/A',0,0,39972,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106034,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,39973,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106035,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,39973,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106036,'Other',20,0,39973,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106037,'N/A',0,0,39973,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106038,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,39974,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106039,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,39974,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106040,'Other',20,0,39974,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106041,'N/A',0,0,39974,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106042,'Yes. The plan is readily available.',0,0,39976,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106043,'No. The plan is not available.',3,0,39976,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106044,'Other',20,0,39976,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106045,'N/A',0,0,39976,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106046,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,39977,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106047,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,39977,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106048,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,39977,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106049,'Other',20,0,39977,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106050,'N/A',0,0,39977,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106051,'Yes. There are suitable arrangements in place to prevent danger.',0,0,39978,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106052,'No. There are not suitable arrangements in place to prevent danger..',4,0,39978,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106053,'Other',20,0,39978,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106054,'N/A',0,0,39978,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106055,'Yes. The company has a full evacuation system in place.',0,0,39979,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106056,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,39979,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106057,'Other',20,0,39979,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106058,'N/A',0,0,39979,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106059,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,39980,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106060,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,39980,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106061,'Other',20,0,39980,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106062,'N/A',0,0,39980,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106063,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,39981,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106064,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,39981,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106065,'Other',20,0,39981,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106066,'N/A',0,0,39981,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106067,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,39982,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106068,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,39982,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106069,'Other',20,0,39982,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106070,'N/A',0,0,39982,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106071,'Yes. They do consider other organisation within the building.',0,0,39983,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106072,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,39983,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106073,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,39983,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106074,'Other',20,0,39983,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106075,'N/A',0,0,39983,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106076,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,39984,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106077,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,39984,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106078,'Other',20,0,39984,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106079,'N/A',0,0,39984,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(106080,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,39987,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106081,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,39987,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106082,'No. There is no fire risk logbook.',5,0,39987,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106083,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,39988,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106084,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,39988,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106085,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,39988,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106086,'N/A',0,0,39988,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106087,'Other',20,0,39988,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106088,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,39990,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106089,'Yes. They are installed, and signs are displayed.',0,0,39990,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106090,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,39990,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106091,'N/A',0,0,39990,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106092,'Other',20,0,39990,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106093,'Yes, they are in good condition & positioned correctly.',0,0,39992,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106094,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,39992,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106095,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,39992,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106096,'Other',20,0,39992,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106097,'N/A',0,0,39992,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106098,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,39993,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106099,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,39993,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106100,'Other',20,0,39993,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106101,'N/A',0,0,39993,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106102,'Yes. There is suitable Emergency lighting in the building.',0,0,39994,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106103,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,39994,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106104,'Other',20,0,39994,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106105,'N/A',0,0,39994,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106106,'Yes. They are in good condition with no obstructions.',0,0,39995,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106107,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,39995,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106108,'Other',20,0,39995,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106109,'N/A',0,0,39995,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106110,'Yes. User checks are recorded into the fire risk logbook.',0,0,39997,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106111,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,39997,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106112,'Other',20,0,39997,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106113,'N/A',0,0,39997,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106114,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,39998,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106115,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,39998,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106116,'Other',20,0,39998,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106117,'N/A',0,0,39998,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106118,'Yes. Once per year.',1,0,40000,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106119,'Yes. Twice per year.',0,0,40000,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106120,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40000,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106121,'Other',20,0,40000,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106122,'Yes. The fire risk assessment is reviewed annually.',0,0,40001,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106123,'No. (Recommend immediate update to ensure compliance.)',5,0,40001,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106124,'NA',5,0,40001,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106125,'Other',20,0,40001,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106126,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40002,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106127,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40002,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106128,'N/A',0,0,40002,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106129,'Other',20,0,40002,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106130,'Yes. Training has been provided',0,0,40003,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106131,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40003,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106132,'Other',20,0,40003,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106133,'N/A',0,0,40003,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106134,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40004,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106135,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40004,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106136,'NA',0,0,40004,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106137,'Other',20,0,40004,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106138,'Yes. Training has been documented on induction.',0,0,40005,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106139,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40005,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106140,'NA',0,0,40005,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106141,'Other',20,0,40005,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106142,'Yes. This is part of the fire training program and fire warden duties.',0,0,40006,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106143,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40006,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106144,'NA',0,0,40006,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106145,'Other',20,0,40006,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106146,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40007,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106147,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40007,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106148,'Other',20,0,40007,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106149,'N/A',0,0,40007,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106150,'Yes. Fire wardens receive refresher training regularly.',0,0,40008,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106151,'No',5,0,40008,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106152,'N/A',0,0,40008,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106153,'Other',20,0,40008,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106154,'Other',20,0,40008,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106155,'Director',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106156,'Owner / Landlord',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106157,'Site Manager',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106158,'Estate Agent',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106159,'Letting Agent',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106160,'Director',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106161,'CEO',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106162,'Fire Warden / Supervisor',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106163,'Fire Risk Assessor',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106164,'Other',0,0,40016,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106165,'Nebosh',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106166,'Level 2 Fire Risk Assessor',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106167,'Competant Person',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106168,'Property Manager',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106169,'Construction Manager',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106170,'Fire Warden / Fire Marshall',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106171,'Director',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106172,'CEO',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106173,'N/A',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106174,'Other',0,0,40017,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106175,'Detached',1,0,40030,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106176,'Semi Detached',2,0,40030,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106177,'Terraced',3,0,40030,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106178,'Linked-Terraced',1,0,40030,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106179,'End Terraced',2,0,40030,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106180,'Other',20,0,40030,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106181,'House',1,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106182,'Bungalow',1,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106183,'Maisonette',3,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106184,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106185,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106186,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106187,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106188,'Underground Property',1,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106189,'Factory / Warehouse',3,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106190,'Garage / Workshop',3,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106191,'Retail Shop',2,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106192,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106193,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106194,'Other',20,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106195,'Other',20,0,40031,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106196,'25%',1,0,40047,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106197,'50%',1,0,40047,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106198,'75%',1,0,40047,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106199,'100%',1,0,40047,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106200,'Other',20,0,40047,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106201,'Yes',1,0,40049,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106202,'No',3,0,40049,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106203,'Unknown',3,0,40049,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106204,'Stone',0,0,40049,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106205,'Other',20,0,40049,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106206,'Yes',1,0,40050,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106207,'No',5,0,40050,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106208,'Unknown',5,0,40050,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106209,'Stone',0,0,40050,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106210,'Other',20,0,40050,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106211,'Wood',2,0,40051,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106212,'Plastics',1,0,40051,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106213,'Aluminium',0,0,40051,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106214,'Stone',0,0,40051,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106215,'Other',20,0,40051,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106216,'0%',0,0,40053,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106217,'25%',1,0,40053,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106218,'50%',1,0,40053,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106219,'75%',1,0,40053,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106220,'100%',1,0,40053,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106221,'0%',0,0,40054,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106222,'25%',2,0,40054,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106223,'50%',2,0,40054,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106224,'75%',2,0,40054,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106225,'100%',2,0,40054,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106226,'0%',0,0,40055,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106227,'25%',1,0,40055,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106228,'50%',1,0,40055,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106229,'75%',1,0,40055,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106230,'100%',1,0,40055,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106231,'Solid concrete flooring on all levels',0,0,40056,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106232,'Timber joists on all levels',3,0,40056,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106233,'Concrete lowest floor – Timber above higher levels',3,0,40056,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106234,'Other',20,0,40056,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106235,'100%',1,0,40056,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106236,'Yes',1,0,40059,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106237,'No',6,0,40059,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106238,'N/A',0,0,40059,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106239,'Yes',2,0,40061,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106240,'No',8,0,40061,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106241,'N/A',0,0,40061,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106242,'Yes',1,0,40063,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106243,'No',6,0,40063,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106244,'N/A',0,0,40063,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106245,'Yes',1,0,40065,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106246,'No',6,0,40065,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106247,'N/A',0,0,40065,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106248,'Yes',1,0,40067,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106249,'No',6,0,40067,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106250,'N/A',0,0,40067,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106251,'0%',1,0,40073,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106252,'1% - 25%',1,0,40073,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106253,'26% - 50%',1,0,40073,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106254,'51% - 75%',1,0,40073,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106255,'76% - 100%',1,0,40073,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106256,'0%',1,0,40074,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106257,'1% - 25%',1,0,40074,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106258,'26% - 50%',1,0,40074,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106259,'51% - 75%',1,0,40074,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106260,'76% - 100%',1,0,40074,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106261,'0%',1,0,40075,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106262,'1% - 25%',1,0,40075,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106263,'26% - 50%',1,0,40075,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106264,'51% - 75%',1,0,40075,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106265,'76% - 100%',1,0,40075,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106266,'0%',1,0,40077,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106267,'1% - 25%',1,0,40077,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106268,'26% - 50%',1,0,40077,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106269,'51% - 75%',1,0,40077,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106270,'76% - 100%',1,0,40077,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106271,'0%',1,0,40078,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106272,'1% - 25%',1,0,40078,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106273,'26% - 50%',1,0,40078,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106274,'51% - 75%',1,0,40078,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106275,'76% - 100%',1,0,40078,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106276,'0%',1,0,40079,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106277,'1% - 25%',1,0,40079,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106278,'26% - 50%',1,0,40079,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106279,'51% - 75%',1,0,40079,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106280,'76% - 100%',1,0,40079,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106281,'0%',1,0,40081,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106282,'1% - 25%',1,0,40081,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106283,'26% - 50%',1,0,40081,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106284,'51% - 75%',1,0,40081,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106285,'76% - 100%',1,0,40081,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106286,'0%',1,0,40082,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106287,'1% - 25%',1,0,40082,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106288,'26% - 50%',1,0,40082,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106289,'51% - 75%',1,0,40082,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106290,'76% - 100%',1,0,40082,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106291,'0%',1,0,40083,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106292,'1% - 25%',1,0,40083,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106293,'26% - 50%',1,0,40083,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106294,'51% - 75%',1,0,40083,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106295,'76% - 100%',1,0,40083,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106296,'Very Good',0,0,40084,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106297,'Good',1,0,40084,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106298,'Fair',2,0,40084,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106299,'Poor',3,0,40084,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106300,'Very Poor',4,0,40084,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106301,'0%',1,0,40086,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106302,'1% - 25%',1,0,40086,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106303,'26% - 50%',1,0,40086,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106304,'51% - 75%',1,0,40086,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106305,'76% - 100%',1,0,40086,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106306,'0%',1,0,40087,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106307,'1% - 25%',1,0,40087,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106308,'26% - 50%',1,0,40087,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106309,'51% - 75%',1,0,40087,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106310,'76% - 100%',1,0,40087,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106311,'0%',1,0,40088,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106312,'1% - 25%',1,0,40088,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106313,'26% - 50%',1,0,40088,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106314,'51% - 75%',1,0,40088,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106315,'76% - 100%',1,0,40088,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106316,'0%',1,0,40090,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106317,'1% - 25%',1,0,40090,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106318,'26% - 50%',1,0,40090,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106319,'51% - 75%',1,0,40090,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106320,'76% - 100%',1,0,40090,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106321,'0%',1,0,40091,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106322,'1% - 25%',1,0,40091,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106323,'26% - 50%',1,0,40091,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106324,'51% - 75%',1,0,40091,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106325,'76% - 100%',1,0,40091,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106326,'0%',1,0,40092,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106327,'1% - 25%',1,0,40092,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106328,'26% - 50%',1,0,40092,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106329,'51% - 75%',1,0,40092,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106330,'76% - 100%',1,0,40092,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106331,'0%',1,0,40094,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106332,'1% - 25%',1,0,40094,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106333,'26% - 50%',1,0,40094,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106334,'51% - 75%',1,0,40094,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106335,'76% - 100%',1,0,40094,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106336,'0%',1,0,40095,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106337,'1% - 25%',1,0,40095,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106338,'26% - 50%',1,0,40095,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106339,'51% - 75%',1,0,40095,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106340,'76% - 100%',1,0,40095,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106341,'0%',1,0,40096,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106342,'1% - 25%',1,0,40096,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106343,'26% - 50%',1,0,40096,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106344,'51% - 75%',1,0,40096,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106345,'76% - 100%',1,0,40096,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106346,'0%',5,0,40098,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106347,'1% - 25%',4,0,40098,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106348,'26% - 50%',3,0,40098,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106349,'51% - 75%',2,0,40098,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106350,'76% - 100%',1,0,40098,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106351,'0%',1,0,40099,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106352,'1% - 25%',1,0,40099,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106353,'26% - 50%',1,0,40099,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106354,'51% - 75%',1,0,40099,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106355,'76% - 100%',1,0,40099,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106356,'0%',1,0,40100,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106357,'1% - 25%',1,0,40100,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106358,'26% - 50%',1,0,40100,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106359,'51% - 75%',1,0,40100,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106360,'76% - 100%',1,0,40100,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106361,'0%',1,0,40102,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106362,'1% - 25%',1,0,40102,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106363,'26% - 50%',1,0,40102,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106364,'51% - 75%',1,0,40102,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106365,'76% - 100%',1,0,40102,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106366,'0%',1,0,40103,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106367,'1% - 25%',1,0,40103,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106368,'26% - 50%',1,0,40103,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106369,'51% - 75%',1,0,40103,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106370,'76% - 100%',1,0,40103,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106371,'0%',1,0,40104,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106372,'1% - 25%',1,0,40104,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106373,'26% - 50%',1,0,40104,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106374,'51% - 75%',1,0,40104,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106375,'76% - 100%',1,0,40104,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106376,'0%',1,0,40106,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106377,'1% - 25%',1,0,40106,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106378,'26% - 50%',1,0,40106,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106379,'51% - 75%',1,0,40106,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106380,'76% - 100%',1,0,40106,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106381,'0%',1,0,40107,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106382,'1% - 25%',1,0,40107,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106383,'26% - 50%',1,0,40107,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106384,'51% - 75%',1,0,40107,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106385,'76% - 100%',1,0,40107,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106386,'0%',1,0,40108,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106387,'1% - 25%',1,0,40108,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106388,'26% - 50%',1,0,40108,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106389,'51% - 75%',1,0,40108,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106390,'76% - 100%',1,0,40108,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106391,'Solid Brick',0,0,40110,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106392,'Cob',0,0,40110,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106393,'Cavity Wall',0,0,40110,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106394,'51% - 75%',1,0,40110,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106395,'76% - 100%',1,0,40110,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106396,'0%',1,0,40111,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106397,'1% - 25%',1,0,40111,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106398,'26% - 50%',1,0,40111,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106399,'51% - 75%',1,0,40111,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106400,'76% - 100%',1,0,40111,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106401,'0%',1,0,40112,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106402,'1% - 25%',1,0,40112,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106403,'26% - 50%',1,0,40112,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106404,'51% - 75%',1,0,40112,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106405,'76% - 100%',1,0,40112,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106406,'Pre-1900 solid brick, stone, or concrete',0,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106407,'Cavity brick and block',0,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106408,'Cob',1,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106409,'Concrete inner skin with external curtain outer skin',0,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106410,'Prefabricated timber',3,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106411,'Glass walls with metal post frame',2,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106412,'Other',20,0,40113,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(106413,'Fan Heaters',4,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106414,'Electric Heaters',4,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106415,'Gas Heater',5,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106416,'Other Boilers',2,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106417,'Electrical Equipment',3,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106418,'Electrical Leads',3,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106419,'Portable Equipment',3,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106420,'Portable Lighting',2,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106421,'Cooking Equipment',6,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106422,'Other',20,0,40114,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106423,'Wood/Paper/Cardboard etc',3,0,40116,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106424,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,40116,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106425,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,40116,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106426,'Waste Material Controlled -in locked wheely bin or store',2,0,40116,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106427,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,40116,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106428,'Other',20,0,40116,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106429,'Yes. There is a certificate within the last 6 months.',0,0,40119,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106430,'The certificate was issued within the last 12 months.',2,0,40119,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106431,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,40119,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106432,'N/A',0,0,40119,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106433,'Other',20,0,40119,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106434,'Yes. Certification within 6 months',0,0,40121,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106435,'Yes. Certification within 12 months',2,0,40121,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106436,'No certification. (Recommend testing by fire safety specialist)',5,0,40121,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106437,'N/A',0,0,40121,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106438,'Other',20,0,40121,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106439,'Yes. Service and test certification is within 12 months',0,0,40122,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106440,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,40122,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106441,'N/A',0,0,40122,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106442,'Other',20,0,40122,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106443,'Yes. The EICR test certification is complete within last 5 years',0,0,40124,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106444,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,40124,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106445,'N/A',0,0,40124,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106446,'Other',20,0,40124,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106447,'Yes',0,0,40126,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106448,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,40126,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106449,'N/A',0,0,40126,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106450,'Other',20,0,40126,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106451,'Yes',0,0,40128,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106452,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,40128,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106453,'N/A',0,0,40128,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106454,'Other',20,0,40128,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106455,'Yes',0,0,40130,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106456,'No. There are hot working areas but no fire blankets are present.',5,0,40130,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106457,'N/A',0,0,40130,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106458,'Other',20,0,40130,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106459,'Yes. They are provided and ready to use located in a communal area.',0,0,40132,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106460,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,40132,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106461,'N/A',0,0,40132,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106462,'Other',20,0,40132,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106463,'Yes',2,0,40133,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106464,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,40133,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106465,'The property does not have a gas connection.',0,0,40133,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106466,'N/A',0,0,40133,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106467,'Yes',0,0,40134,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106468,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,40134,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106469,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,40134,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106470,'N/A',0,0,40134,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106471,'Other',20,0,40134,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106472,'Yes',0,0,40135,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106473,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,40135,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106474,'NA',0,0,40135,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106475,'Other',20,0,40135,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106476,'Yes. The shortest route has been put into the plan',0,0,40136,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106477,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,40136,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106478,'NA',0,0,40136,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106479,'Other',20,0,40136,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106480,'Yes. There is more than one exit available.',1,0,40137,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106481,'No. There is only one escape exit available.',0,0,40137,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106482,'Other',20,0,40137,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106483,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,40138,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106484,'No. The exits are not efficient enough for the building.',9,0,40138,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106485,'NA',0,0,40138,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106486,'Other',20,0,40138,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106487,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,40139,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106488,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,40139,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106489,'NA',0,0,40139,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106490,'Other',20,0,40139,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106491,'Yes. Escape routes are kept clear throughout the building.',0,0,40140,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106492,'No. There are obstructions on one or more escape routes.',6,0,40140,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106493,'N/A',0,0,40140,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106494,'Other',20,0,40140,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106495,'Yes. Assembly points are clearly marked.',0,0,40141,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106496,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,40141,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106497,'NA',0,0,40141,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106498,'Other',20,0,40141,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106499,'Yes',0,0,40142,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106500,'No. There is no assembly point or the assembly point is too small.',8,0,40142,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106501,'NA',0,0,40142,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106502,'Other',20,0,40142,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106503,'Evacuation only',3,0,40143,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106504,'Delayed evacuation process with 15 minute time delay',4,0,40143,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106505,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,40143,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106506,'Other',20,0,40143,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106507,'Employees',2,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106508,'Sub-Contractors',3,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106509,'Young Persons',4,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106510,'Visitors',4,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106511,'The General Public (Customers)',4,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106512,'Disabled or Special needs People less able to leave the premises quickly',7,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106513,'Occupants in Remote Areas',6,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106514,'Sleeping Occupants',7,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106515,'Neighbouring Premises',2,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106516,'Tenants / Owners',3,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106517,'Animals / Livestock',2,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106518,'Other',0,0,40145,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106519,'9:00 - 17:00',0,0,40148,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106520,'17:00 - 24:00',0,0,40148,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106521,'24:00 - 9:00',0,0,40148,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106522,'9:00 - 17:00',0,0,40149,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106523,'17:00 - 24:00',0,0,40149,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106524,'24:00 - 9:00',0,0,40149,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106525,'9:00 - 17:00',0,0,40150,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106526,'17:00 - 24:00',0,0,40150,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106527,'24:00 - 9:00',0,0,40150,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106528,'9:00 - 17:00',0,0,40151,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106529,'17:00 - 24:00',0,0,40151,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106530,'24:00 - 9:00',0,0,40151,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106531,'9:00 - 17:00',0,0,40152,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106532,'17:00 - 24:00',0,0,40152,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106533,'24:00 - 9:00',0,0,40152,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106534,'9:00 - 17:00',0,0,40153,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106535,'17:00 - 24:00',0,0,40153,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106536,'24:00 - 9:00',0,0,40153,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106537,'9:00 - 17:00',0,0,40154,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106538,'17:00 - 24:00',0,0,40154,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106539,'24:00 - 9:00',0,0,40154,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106540,'Below 20',1,0,40155,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106541,'20-49',2,0,40155,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106542,'50-99',2,0,40155,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106543,'100-499',3,0,40155,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106544,'500-999',4,0,40155,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106545,'1000',5,0,40155,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106546,'Single Stage Evacuation',0,0,40156,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106547,'Staged Evacuation',0,0,40156,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106548,'Simultaneous Evacuation',0,0,40156,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106549,'Phased Evacuation',0,0,40156,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106550,'Staff Alarm Only',0,0,40156,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106551,'Stay Put Policy',0,0,40156,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106552,'Yes. A responsible person has been nominated.',0,0,40157,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106553,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,40157,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106554,'Other',20,0,40157,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106555,'N/A',0,0,40157,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106556,'Yes. A competent person is available to assist in fire safety measures.',0,0,40158,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106557,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,40158,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106558,'Other',20,0,40158,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106559,'N/A',0,0,40158,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106560,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,40159,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106561,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,40159,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106562,'Other',20,0,40159,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106563,'N/A',0,0,40159,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106564,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,40161,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106565,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,40161,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106566,'Other',20,0,40161,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106567,'N/A',0,0,40161,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106568,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,40163,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106569,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,40163,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106570,'Other',20,0,40163,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106571,'N/A',0,0,40163,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106572,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,40164,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106573,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,40164,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106574,'Other',20,0,40164,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106575,'N/A',0,0,40164,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106576,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,40165,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106577,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,40165,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106578,'Other',20,0,40165,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106579,'N/A',0,0,40165,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106580,'Yes. The plan is readily available.',0,0,40167,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106581,'No. The plan is not available.',3,0,40167,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106582,'Other',20,0,40167,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106583,'N/A',0,0,40167,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106584,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,40168,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106585,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,40168,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106586,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,40168,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106587,'Other',20,0,40168,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106588,'N/A',0,0,40168,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106589,'Yes. There are suitable arrangements in place to prevent danger.',0,0,40169,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106590,'No. There are not suitable arrangements in place to prevent danger..',4,0,40169,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106591,'Other',20,0,40169,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106592,'N/A',0,0,40169,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106593,'Yes. The company has a full evacuation system in place.',0,0,40170,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106594,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,40170,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106595,'Other',20,0,40170,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106596,'N/A',0,0,40170,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106597,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,40171,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106598,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,40171,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106599,'Other',20,0,40171,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106600,'N/A',0,0,40171,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106601,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,40172,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106602,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,40172,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106603,'Other',20,0,40172,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106604,'N/A',0,0,40172,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106605,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,40173,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106606,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,40173,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106607,'Other',20,0,40173,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106608,'N/A',0,0,40173,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106609,'Yes. They do consider other organisation within the building.',0,0,40174,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106610,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,40174,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106611,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,40174,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106612,'Other',20,0,40174,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106613,'N/A',0,0,40174,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106614,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,40175,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106615,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,40175,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106616,'Other',20,0,40175,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106617,'N/A',0,0,40175,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106618,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,40178,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106619,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,40178,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106620,'No. There is no fire risk logbook.',5,0,40178,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106621,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,40179,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106622,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,40179,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106623,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,40179,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106624,'N/A',0,0,40179,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106625,'Other',20,0,40179,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106626,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,40181,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106627,'Yes. They are installed, and signs are displayed.',0,0,40181,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106628,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,40181,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106629,'N/A',0,0,40181,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106630,'Other',20,0,40181,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106631,'Yes, they are in good condition & positioned correctly.',0,0,40183,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106632,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,40183,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106633,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,40183,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106634,'Other',20,0,40183,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106635,'N/A',0,0,40183,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106636,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,40184,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106637,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,40184,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106638,'Other',20,0,40184,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106639,'N/A',0,0,40184,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106640,'Yes. There is suitable Emergency lighting in the building.',0,0,40185,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106641,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,40185,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106642,'Other',20,0,40185,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106643,'N/A',0,0,40185,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106644,'Yes. They are in good condition with no obstructions.',0,0,40186,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106645,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,40186,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106646,'Other',20,0,40186,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106647,'N/A',0,0,40186,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106648,'Yes. User checks are recorded into the fire risk logbook.',0,0,40188,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106649,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,40188,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106650,'Other',20,0,40188,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106651,'N/A',0,0,40188,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106652,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,40189,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106653,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,40189,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106654,'Other',20,0,40189,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106655,'N/A',0,0,40189,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106656,'Yes. Once per year.',1,0,40191,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106657,'Yes. Twice per year.',0,0,40191,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106658,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40191,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106659,'Other',20,0,40191,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106660,'Yes. The fire risk assessment is reviewed annually.',0,0,40192,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106661,'No. (Recommend immediate update to ensure compliance.)',5,0,40192,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106662,'NA',5,0,40192,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106663,'Other',20,0,40192,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106664,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40193,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106665,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40193,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106666,'N/A',0,0,40193,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106667,'Other',20,0,40193,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106668,'Yes. Training has been provided',0,0,40194,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106669,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40194,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106670,'Other',20,0,40194,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106671,'N/A',0,0,40194,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106672,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40195,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106673,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40195,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106674,'NA',0,0,40195,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106675,'Other',20,0,40195,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106676,'Yes. Training has been documented on induction.',0,0,40196,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106677,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40196,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106678,'NA',0,0,40196,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106679,'Other',20,0,40196,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106680,'Yes. This is part of the fire training program and fire warden duties.',0,0,40197,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106681,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40197,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106682,'NA',0,0,40197,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106683,'Other',20,0,40197,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106684,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40198,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106685,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40198,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106686,'Other',20,0,40198,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106687,'N/A',0,0,40198,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106688,'Yes. Fire wardens receive refresher training regularly.',0,0,40199,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106689,'No',5,0,40199,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106690,'N/A',0,0,40199,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106691,'Other',20,0,40199,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106692,'Other',20,0,40199,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106693,'Director',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106694,'Owner / Landlord',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106695,'Site Manager',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106696,'Estate Agent',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106697,'Letting Agent',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106698,'Director',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106699,'CEO',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106700,'Fire Warden / Supervisor',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106701,'Fire Risk Assessor',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106702,'Other',0,0,40207,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106703,'Nebosh',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106704,'Level 2 Fire Risk Assessor',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106705,'Competant Person',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106706,'Property Manager',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106707,'Construction Manager',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106708,'Fire Warden / Fire Marshall',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106709,'Director',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106710,'CEO',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106711,'N/A',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106712,'Other',0,0,40208,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106713,'Detached',1,0,40221,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106714,'Semi Detached',2,0,40221,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106715,'Terraced',3,0,40221,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106716,'Linked-Terraced',1,0,40221,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106717,'End Terraced',2,0,40221,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106718,'Other',20,0,40221,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106719,'House',1,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106720,'Bungalow',1,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106721,'Maisonette',3,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106722,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106723,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106724,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106725,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106726,'Underground Property',1,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106727,'Factory / Warehouse',3,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106728,'Garage / Workshop',3,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106729,'Retail Shop',2,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106730,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106731,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106732,'Other',20,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106733,'Other',20,0,40222,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106734,'Yes',1,0,40231,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106735,'No',3,0,40231,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106736,'Unknown',3,0,40231,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106737,'Stone',0,0,40231,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106738,'Other',20,0,40231,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106739,'Yes',1,0,40232,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106740,'No',5,0,40232,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106741,'Unknown',5,0,40232,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106742,'Stone',0,0,40232,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106743,'Other',20,0,40232,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106744,'Solid concrete flooring on all levels',0,0,40234,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106745,'Timber joists on all levels',3,0,40234,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106746,'Concrete lowest floor – Timber above higher levels',3,0,40234,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106747,'Other',20,0,40234,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106748,'100%',1,0,40234,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106749,'Yes',1,0,40237,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106750,'No',6,0,40237,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106751,'N/A',0,0,40237,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106752,'Yes',2,0,40239,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106753,'No',8,0,40239,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106754,'N/A',0,0,40239,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106755,'Yes',1,0,40241,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106756,'No',6,0,40241,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106757,'N/A',0,0,40241,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106758,'Yes',1,0,40243,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106759,'No',6,0,40243,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106760,'N/A',0,0,40243,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106761,'Yes',1,0,40245,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106762,'No',6,0,40245,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106763,'N/A',0,0,40245,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106764,'0%',1,0,40251,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106765,'1% - 25%',1,0,40251,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106766,'26% - 50%',1,0,40251,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106767,'51% - 75%',1,0,40251,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106768,'76% - 100%',1,0,40251,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106769,'0%',1,0,40252,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106770,'1% - 25%',1,0,40252,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106771,'26% - 50%',1,0,40252,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106772,'51% - 75%',1,0,40252,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106773,'76% - 100%',1,0,40252,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106774,'Very Good',0,0,40253,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106775,'Good',1,0,40253,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106776,'Fair',2,0,40253,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106777,'Poor',3,0,40253,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106778,'Very Poor',4,0,40253,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106779,'0%',1,0,40255,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106780,'1% - 25%',1,0,40255,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106781,'26% - 50%',1,0,40255,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106782,'51% - 75%',1,0,40255,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106783,'76% - 100%',1,0,40255,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106784,'0%',1,0,40256,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106785,'1% - 25%',1,0,40256,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106786,'26% - 50%',1,0,40256,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106787,'51% - 75%',1,0,40256,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106788,'76% - 100%',1,0,40256,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106789,'0%',1,0,40257,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106790,'1% - 25%',1,0,40257,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106791,'26% - 50%',1,0,40257,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106792,'51% - 75%',1,0,40257,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106793,'76% - 100%',1,0,40257,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106794,'Pre-1900 solid brick, stone, or concrete',0,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106795,'Cavity brick and block',0,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106796,'Cob',1,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106797,'Concrete inner skin with external curtain outer skin',0,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106798,'Prefabricated timber',3,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106799,'Glass walls with metal post frame',2,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106800,'Other',20,0,40258,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106801,'Pre-1900 solid brick, stone, or concrete',0,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106802,'Cavity brick and block',0,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106803,'Cob',1,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106804,'Concrete inner skin with external curtain outer skin',0,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106805,'Prefabricated timber',3,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106806,'Glass walls with metal post frame',2,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106807,'Other',20,0,40259,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106808,'Pre-1900 solid brick, stone, or concrete',0,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106809,'Cavity brick and block',0,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106810,'Cob',1,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106811,'Concrete inner skin with external curtain outer skin',0,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106812,'Prefabricated timber',3,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106813,'Glass walls with metal post frame',2,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106814,'Other',20,0,40260,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106815,'Pre-1900 solid brick, stone, or concrete',0,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106816,'Cavity brick and block',0,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106817,'Cob',1,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106818,'Concrete inner skin with external curtain outer skin',0,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106819,'Prefabricated timber',3,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106820,'Glass walls with metal post frame',2,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106821,'Other',20,0,40261,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106822,'Pre-1900 solid brick, stone, or concrete',0,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106823,'Cavity brick and block',0,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106824,'Cob',1,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106825,'Concrete inner skin with external curtain outer skin',0,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106826,'Prefabricated timber',3,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106827,'Glass walls with metal post frame',2,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106828,'Other',20,0,40262,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106829,'Pre-1900 solid brick, stone, or concrete',0,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106830,'Cavity brick and block',0,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106831,'Cob',1,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106832,'Concrete inner skin with external curtain outer skin',0,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106833,'Prefabricated timber',3,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106834,'Glass walls with metal post frame',2,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106835,'Other',20,0,40263,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106836,'Pre-1900 solid brick, stone, or concrete',0,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106837,'Cavity brick and block',0,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106838,'Cob',1,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106839,'Concrete inner skin with external curtain outer skin',0,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106840,'Prefabricated timber',3,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106841,'Glass walls with metal post frame',2,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106842,'Other',20,0,40264,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106843,'Pre-1900 solid brick, stone, or concrete',0,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106844,'Cavity brick and block',0,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106845,'Cob',1,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106846,'Concrete inner skin with external curtain outer skin',0,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106847,'Prefabricated timber',3,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106848,'Glass walls with metal post frame',2,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106849,'Other',20,0,40265,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106850,'Pre-1900 solid brick, stone, or concrete',0,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106851,'Cavity brick and block',0,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106852,'Cob',1,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106853,'Concrete inner skin with external curtain outer skin',0,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106854,'Prefabricated timber',3,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106855,'Glass walls with metal post frame',2,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106856,'Other',20,0,40266,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106857,'Pre-1900 solid brick, stone, or concrete',0,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106858,'Cavity brick and block',0,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106859,'Cob',1,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106860,'Concrete inner skin with external curtain outer skin',0,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106861,'Prefabricated timber',3,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106862,'Glass walls with metal post frame',2,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106863,'Other',20,0,40267,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106864,'Pre-1900 solid brick, stone, or concrete',0,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106865,'Cavity brick and block',0,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106866,'Cob',1,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106867,'Concrete inner skin with external curtain outer skin',0,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106868,'Prefabricated timber',3,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106869,'Glass walls with metal post frame',2,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106870,'Other',20,0,40268,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106871,'Pre-1900 solid brick, stone, or concrete',0,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106872,'Cavity brick and block',0,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106873,'Cob',1,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106874,'Concrete inner skin with external curtain outer skin',0,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106875,'Prefabricated timber',3,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106876,'Glass walls with metal post frame',2,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106877,'Other',20,0,40269,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106878,'Pre-1900 solid brick, stone, or concrete',0,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106879,'Cavity brick and block',0,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106880,'Cob',1,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106881,'Concrete inner skin with external curtain outer skin',0,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106882,'Prefabricated timber',3,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106883,'Glass walls with metal post frame',2,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106884,'Other',20,0,40270,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106885,'Pre-1900 solid brick, stone, or concrete',0,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106886,'Cavity brick and block',0,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106887,'Cob',1,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106888,'Concrete inner skin with external curtain outer skin',0,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106889,'Prefabricated timber',3,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106890,'Glass walls with metal post frame',2,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106891,'Other',20,0,40271,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106892,'Pre-1900 solid brick, stone, or concrete',0,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106893,'Cavity brick and block',0,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106894,'Cob',1,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106895,'Concrete inner skin with external curtain outer skin',0,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106896,'Prefabricated timber',3,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106897,'Glass walls with metal post frame',2,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106898,'Other',20,0,40272,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106899,'Pre-1900 solid brick, stone, or concrete',0,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106900,'Cavity brick and block',0,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106901,'Cob',1,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106902,'Concrete inner skin with external curtain outer skin',0,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106903,'Prefabricated timber',3,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106904,'Glass walls with metal post frame',2,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106905,'Other',20,0,40273,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106906,'Pre-1900 solid brick, stone, or concrete',0,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106907,'Cavity brick and block',0,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106908,'Cob',1,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106909,'Concrete inner skin with external curtain outer skin',0,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106910,'Prefabricated timber',3,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106911,'Glass walls with metal post frame',2,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106912,'Other',20,0,40274,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106913,'Pre-1900 solid brick, stone, or concrete',0,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106914,'Cavity brick and block',0,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106915,'Cob',1,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106916,'Concrete inner skin with external curtain outer skin',0,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106917,'Prefabricated timber',3,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106918,'Glass walls with metal post frame',2,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106919,'Other',20,0,40275,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106920,'Pre-1900 solid brick, stone, or concrete',0,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106921,'Cavity brick and block',0,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106922,'Cob',1,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106923,'Concrete inner skin with external curtain outer skin',0,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106924,'Prefabricated timber',3,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106925,'Glass walls with metal post frame',2,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106926,'Other',20,0,40276,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106927,'Pre-1900 solid brick, stone, or concrete',0,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106928,'Cavity brick and block',0,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106929,'Cob',1,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106930,'Concrete inner skin with external curtain outer skin',0,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106931,'Prefabricated timber',3,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106932,'Glass walls with metal post frame',2,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106933,'Other',20,0,40277,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106934,'Pre-1900 solid brick, stone, or concrete',0,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106935,'Cavity brick and block',0,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106936,'Cob',1,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106937,'Concrete inner skin with external curtain outer skin',0,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106938,'Prefabricated timber',3,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106939,'Glass walls with metal post frame',2,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106940,'Other',20,0,40278,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106941,'Pre-1900 solid brick, stone, or concrete',0,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106942,'Cavity brick and block',0,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106943,'Cob',1,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106944,'Concrete inner skin with external curtain outer skin',0,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106945,'Prefabricated timber',3,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106946,'Glass walls with metal post frame',2,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106947,'Other',20,0,40279,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(106948,'Fan Heaters',4,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106949,'Electric Heaters',4,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106950,'Gas Heater',5,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106951,'Other Boilers',2,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106952,'Electrical Equipment',3,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106953,'Electrical Leads',3,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106954,'Portable Equipment',3,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106955,'Portable Lighting',2,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106956,'Cooking Equipment',6,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106957,'Other',20,0,40280,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106958,'Wood/Paper/Cardboard etc',3,0,40282,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106959,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,40282,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106960,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,40282,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106961,'Waste Material Controlled -in locked wheely bin or store',2,0,40282,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106962,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,40282,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106963,'Other',20,0,40282,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106964,'Yes. There is a certificate within the last 6 months.',0,0,40285,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106965,'The certificate was issued within the last 12 months.',2,0,40285,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106966,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,40285,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106967,'N/A',0,0,40285,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106968,'Other',20,0,40285,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106969,'Yes. Certification within 6 months',0,0,40287,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106970,'Yes. Certification within 12 months',2,0,40287,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106971,'No certification. (Recommend testing by fire safety specialist)',5,0,40287,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106972,'N/A',0,0,40287,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106973,'Other',20,0,40287,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106974,'Yes. Service and test certification is within 12 months',0,0,40288,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106975,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,40288,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106976,'N/A',0,0,40288,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106977,'Other',20,0,40288,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106978,'Yes. The EICR test certification is complete within last 5 years',0,0,40290,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106979,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,40290,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106980,'N/A',0,0,40290,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106981,'Other',20,0,40290,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106982,'Yes',0,0,40292,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106983,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,40292,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106984,'N/A',0,0,40292,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106985,'Other',20,0,40292,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106986,'Yes',0,0,40294,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106987,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,40294,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106988,'N/A',0,0,40294,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106989,'Other',20,0,40294,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106990,'Yes',0,0,40296,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106991,'No. There are hot working areas but no fire blankets are present.',5,0,40296,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106992,'N/A',0,0,40296,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106993,'Other',20,0,40296,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106994,'Yes. They are provided and ready to use located in a communal area.',0,0,40298,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106995,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,40298,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106996,'N/A',0,0,40298,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106997,'Other',20,0,40298,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106998,'Yes',2,0,40299,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(106999,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,40299,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107000,'The property does not have a gas connection.',0,0,40299,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107001,'N/A',0,0,40299,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107002,'Yes',0,0,40300,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107003,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,40300,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107004,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,40300,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107005,'N/A',0,0,40300,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107006,'Other',20,0,40300,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107007,'Yes',0,0,40301,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107008,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,40301,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107009,'NA',0,0,40301,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107010,'Other',20,0,40301,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107011,'Yes. The shortest route has been put into the plan',0,0,40302,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107012,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,40302,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107013,'NA',0,0,40302,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107014,'Other',20,0,40302,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107015,'Yes. There is more than one exit available.',1,0,40303,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107016,'No. There is only one escape exit available.',0,0,40303,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107017,'Other',20,0,40303,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107018,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,40304,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107019,'No. The exits are not efficient enough for the building.',9,0,40304,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107020,'NA',0,0,40304,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107021,'Other',20,0,40304,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107022,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,40305,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107023,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,40305,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107024,'NA',0,0,40305,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107025,'Other',20,0,40305,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107026,'Yes. Escape routes are kept clear throughout the building.',0,0,40306,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107027,'No. There are obstructions on one or more escape routes.',6,0,40306,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107028,'N/A',0,0,40306,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107029,'Other',20,0,40306,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107030,'Yes. Assembly points are clearly marked.',0,0,40307,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107031,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,40307,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107032,'NA',0,0,40307,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107033,'Other',20,0,40307,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107034,'Yes',0,0,40308,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107035,'No. There is no assembly point or the assembly point is too small.',8,0,40308,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107036,'NA',0,0,40308,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107037,'Other',20,0,40308,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107038,'Evacuation only',3,0,40309,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107039,'Delayed evacuation process with 15 minute time delay',4,0,40309,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107040,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,40309,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107041,'Other',20,0,40309,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107042,'Employees',2,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107043,'Sub-Contractors',3,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107044,'Young Persons',4,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107045,'Visitors',4,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107046,'The General Public (Customers)',4,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107047,'Disabled or Special needs People less able to leave the premises quickly',7,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107048,'Occupants in Remote Areas',6,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107049,'Sleeping Occupants',7,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107050,'Neighbouring Premises',2,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107051,'Tenants / Owners',3,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107052,'Animals / Livestock',2,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107053,'Other',0,0,40311,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107054,'9:00 - 17:00',0,0,40314,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107055,'17:00 - 24:00',0,0,40314,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107056,'24:00 - 9:00',0,0,40314,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107057,'9:00 - 17:00',0,0,40315,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107058,'17:00 - 24:00',0,0,40315,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107059,'24:00 - 9:00',0,0,40315,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107060,'9:00 - 17:00',0,0,40316,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107061,'17:00 - 24:00',0,0,40316,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107062,'24:00 - 9:00',0,0,40316,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107063,'9:00 - 17:00',0,0,40317,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107064,'17:00 - 24:00',0,0,40317,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107065,'24:00 - 9:00',0,0,40317,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107066,'9:00 - 17:00',0,0,40318,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107067,'17:00 - 24:00',0,0,40318,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107068,'24:00 - 9:00',0,0,40318,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107069,'9:00 - 17:00',0,0,40319,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107070,'17:00 - 24:00',0,0,40319,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107071,'24:00 - 9:00',0,0,40319,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107072,'9:00 - 17:00',0,0,40320,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107073,'17:00 - 24:00',0,0,40320,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107074,'24:00 - 9:00',0,0,40320,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107075,'Below 20',1,0,40321,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107076,'20-49',2,0,40321,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107077,'50-99',2,0,40321,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107078,'100-499',3,0,40321,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107079,'500-999',4,0,40321,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107080,'1000',5,0,40321,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107081,'Single Stage Evacuation',0,0,40322,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107082,'Staged Evacuation',0,0,40322,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107083,'Simultaneous Evacuation',0,0,40322,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107084,'Phased Evacuation',0,0,40322,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107085,'Staff Alarm Only',0,0,40322,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107086,'Stay Put Policy',0,0,40322,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107087,'Yes. A responsible person has been nominated.',0,0,40323,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107088,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,40323,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107089,'Other',20,0,40323,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107090,'N/A',0,0,40323,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107091,'Yes. A competent person is available to assist in fire safety measures.',0,0,40324,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107092,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,40324,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107093,'Other',20,0,40324,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107094,'N/A',0,0,40324,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107095,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,40325,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107096,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,40325,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107097,'Other',20,0,40325,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107098,'N/A',0,0,40325,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107099,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,40327,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107100,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,40327,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107101,'Other',20,0,40327,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107102,'N/A',0,0,40327,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107103,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,40329,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107104,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,40329,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107105,'Other',20,0,40329,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107106,'N/A',0,0,40329,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107107,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,40330,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107108,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,40330,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107109,'Other',20,0,40330,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107110,'N/A',0,0,40330,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107111,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,40331,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107112,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,40331,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107113,'Other',20,0,40331,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107114,'N/A',0,0,40331,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107115,'Yes. The plan is readily available.',0,0,40333,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107116,'No. The plan is not available.',3,0,40333,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107117,'Other',20,0,40333,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107118,'N/A',0,0,40333,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107119,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,40334,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107120,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,40334,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107121,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,40334,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107122,'Other',20,0,40334,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107123,'N/A',0,0,40334,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107124,'Yes. There are suitable arrangements in place to prevent danger.',0,0,40335,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107125,'No. There are not suitable arrangements in place to prevent danger..',4,0,40335,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107126,'Other',20,0,40335,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107127,'N/A',0,0,40335,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107128,'Yes. The company has a full evacuation system in place.',0,0,40336,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107129,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,40336,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107130,'Other',20,0,40336,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107131,'N/A',0,0,40336,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107132,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,40337,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107133,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,40337,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107134,'Other',20,0,40337,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107135,'N/A',0,0,40337,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107136,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,40338,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107137,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,40338,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107138,'Other',20,0,40338,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107139,'N/A',0,0,40338,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107140,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,40339,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107141,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,40339,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107142,'Other',20,0,40339,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107143,'N/A',0,0,40339,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107144,'Yes. They do consider other organisation within the building.',0,0,40340,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107145,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,40340,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107146,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,40340,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107147,'Other',20,0,40340,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107148,'N/A',0,0,40340,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107149,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,40341,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107150,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,40341,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107151,'Other',20,0,40341,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107152,'N/A',0,0,40341,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107153,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,40344,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107154,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,40344,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107155,'No. There is no fire risk logbook.',5,0,40344,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107156,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,40345,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107157,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,40345,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107158,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,40345,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107159,'N/A',0,0,40345,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107160,'Other',20,0,40345,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107161,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,40347,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107162,'Yes. They are installed, and signs are displayed.',0,0,40347,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107163,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,40347,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107164,'N/A',0,0,40347,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107165,'Other',20,0,40347,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107166,'Yes, they are in good condition & positioned correctly.',0,0,40349,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107167,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,40349,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107168,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,40349,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107169,'Other',20,0,40349,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107170,'N/A',0,0,40349,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107171,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,40350,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107172,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,40350,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107173,'Other',20,0,40350,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107174,'N/A',0,0,40350,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107175,'Yes. There is suitable Emergency lighting in the building.',0,0,40351,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107176,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,40351,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107177,'Other',20,0,40351,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107178,'N/A',0,0,40351,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107179,'Yes. They are in good condition with no obstructions.',0,0,40352,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107180,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,40352,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107181,'Other',20,0,40352,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107182,'N/A',0,0,40352,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107183,'Yes. User checks are recorded into the fire risk logbook.',0,0,40354,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107184,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,40354,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107185,'Other',20,0,40354,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107186,'N/A',0,0,40354,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107187,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,40355,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107188,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,40355,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107189,'Other',20,0,40355,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107190,'N/A',0,0,40355,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107191,'Yes. The fire risk assessment is reviewed annually.',0,0,40357,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107192,'No. (Recommend immediate update to ensure compliance.)',5,0,40357,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107193,'NA',5,0,40357,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107194,'Other',20,0,40357,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107195,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40358,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107196,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40358,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107197,'N/A',0,0,40358,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107198,'Other',20,0,40358,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107199,'Yes. Training has been provided',0,0,40359,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107200,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40359,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107201,'Other',20,0,40359,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107202,'N/A',0,0,40359,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107203,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40360,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107204,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40360,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107205,'NA',0,0,40360,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107206,'Other',20,0,40360,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107207,'Yes. Training has been documented on induction.',0,0,40361,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107208,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40361,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107209,'NA',0,0,40361,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107210,'Other',20,0,40361,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107211,'Yes. Once per year.',1,0,40362,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107212,'Yes. Twice per year.',0,0,40362,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107213,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40362,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107214,'Other',20,0,40362,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107215,'Yes. This is part of the fire training program and fire warden duties.',0,0,40363,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107216,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40363,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107217,'NA',0,0,40363,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107218,'Other',20,0,40363,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107219,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40364,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107220,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40364,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107221,'Other',20,0,40364,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107222,'N/A',0,0,40364,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107223,'Yes. Fire wardens receive refresher training regularly.',0,0,40365,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107224,'No',5,0,40365,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107225,'N/A',0,0,40365,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107226,'Other',20,0,40365,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107227,'Other',20,0,40365,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107228,'Director',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107229,'Owner / Landlord',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107230,'Site Manager',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107231,'Estate Agent',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107232,'Letting Agent',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107233,'Director',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107234,'CEO',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107235,'Fire Warden / Supervisor',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107236,'Fire Risk Assessor',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107237,'Other',0,0,40373,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107238,'Nebosh',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107239,'Level 2 Fire Risk Assessor',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107240,'Competant Person',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107241,'Property Manager',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107242,'Construction Manager',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107243,'Fire Warden / Fire Marshall',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107244,'Director',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107245,'CEO',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107246,'N/A',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107247,'Other',0,0,40374,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107248,'Detached',1,0,40387,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107249,'Semi Detached',2,0,40387,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107250,'Terraced',3,0,40387,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107251,'Linked-Terraced',1,0,40387,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107252,'End Terraced',2,0,40387,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107253,'Other',20,0,40387,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107254,'House',1,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107255,'Bungalow',1,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107256,'Maisonette',3,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107257,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107258,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107259,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107260,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107261,'Underground Property',1,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107262,'Factory / Warehouse',3,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107263,'Garage / Workshop',3,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107264,'Retail Shop',2,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107265,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107266,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107267,'Other',20,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107268,'Other',20,0,40388,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107269,'Yes',1,0,40396,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107270,'No',3,0,40396,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107271,'Unknown',3,0,40396,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107272,'Stone',0,0,40396,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107273,'Other',20,0,40396,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107274,'Yes',1,0,40397,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107275,'No',5,0,40397,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107276,'Unknown',5,0,40397,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107277,'Stone',0,0,40397,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107278,'Other',20,0,40397,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107279,'Yes',1,0,40400,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107280,'No',6,0,40400,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107281,'N/A',0,0,40400,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107282,'Yes',2,0,40403,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107283,'No',8,0,40403,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107284,'N/A',0,0,40403,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107285,'Yes',1,0,40405,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107286,'No',6,0,40405,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107287,'N/A',0,0,40405,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107288,'Yes',1,0,40408,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107289,'No',6,0,40408,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107290,'N/A',0,0,40408,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107291,'Yes',1,0,40410,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107292,'No',6,0,40410,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107293,'N/A',0,0,40410,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107294,'Solid concrete flooring on all levels',0,0,40412,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107295,'Timber joists on all levels',3,0,40412,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107296,'Concrete lowest floor – Timber above higher levels',3,0,40412,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107297,'Other',20,0,40412,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107298,'100%',1,0,40412,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(107299,'Pre-1900 solid brick, stone, or concrete',0,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107300,'Cavity brick and block',0,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107301,'Cob',1,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107302,'Concrete inner skin with external curtain outer skin',0,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107303,'Prefabricated timber',3,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107304,'Glass walls with metal post frame',2,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107305,'Other',20,0,40416,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107306,'Pre-1900 solid brick, stone, or concrete',0,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107307,'Cavity brick and block',0,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107308,'Cob',1,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107309,'Concrete inner skin with external curtain outer skin',0,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107310,'Prefabricated timber',3,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107311,'Glass walls with metal post frame',2,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107312,'Other',20,0,40417,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107313,'Very Good',0,0,40418,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107314,'Good',1,0,40418,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107315,'Fair',2,0,40418,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107316,'Poor',3,0,40418,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107317,'Very Poor',4,0,40418,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107318,'Pre-1900 solid brick, stone, or concrete',0,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107319,'Cavity brick and block',0,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107320,'Cob',1,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107321,'Concrete inner skin with external curtain outer skin',0,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107322,'Prefabricated timber',3,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107323,'Glass walls with metal post frame',2,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107324,'Other',20,0,40419,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107325,'Pre-1900 solid brick, stone, or concrete',0,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107326,'Cavity brick and block',0,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107327,'Cob',1,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107328,'Concrete inner skin with external curtain outer skin',0,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107329,'Prefabricated timber',3,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107330,'Glass walls with metal post frame',2,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107331,'Other',20,0,40420,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107332,'Pre-1900 solid brick, stone, or concrete',0,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107333,'Cavity brick and block',0,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107334,'Cob',1,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107335,'Concrete inner skin with external curtain outer skin',0,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107336,'Prefabricated timber',3,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107337,'Glass walls with metal post frame',2,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107338,'Other',20,0,40421,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107339,'Pre-1900 solid brick, stone, or concrete',0,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107340,'Cavity brick and block',0,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107341,'Cob',1,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107342,'Concrete inner skin with external curtain outer skin',0,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107343,'Prefabricated timber',3,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107344,'Glass walls with metal post frame',2,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107345,'Other',20,0,40422,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107346,'Pre-1900 solid brick, stone, or concrete',0,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107347,'Cavity brick and block',0,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107348,'Cob',1,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107349,'Concrete inner skin with external curtain outer skin',0,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107350,'Prefabricated timber',3,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107351,'Glass walls with metal post frame',2,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107352,'Other',20,0,40423,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107353,'Pre-1900 solid brick, stone, or concrete',0,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107354,'Cavity brick and block',0,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107355,'Cob',1,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107356,'Concrete inner skin with external curtain outer skin',0,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107357,'Prefabricated timber',3,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107358,'Glass walls with metal post frame',2,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107359,'Other',20,0,40424,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107360,'Pre-1900 solid brick, stone, or concrete',0,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107361,'Cavity brick and block',0,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107362,'Cob',1,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107363,'Concrete inner skin with external curtain outer skin',0,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107364,'Prefabricated timber',3,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107365,'Glass walls with metal post frame',2,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107366,'Other',20,0,40425,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107367,'Pre-1900 solid brick, stone, or concrete',0,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107368,'Cavity brick and block',0,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107369,'Cob',1,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107370,'Concrete inner skin with external curtain outer skin',0,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107371,'Prefabricated timber',3,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107372,'Glass walls with metal post frame',2,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107373,'Other',20,0,40426,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107374,'Pre-1900 solid brick, stone, or concrete',0,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107375,'Cavity brick and block',0,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107376,'Cob',1,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107377,'Concrete inner skin with external curtain outer skin',0,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107378,'Prefabricated timber',3,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107379,'Glass walls with metal post frame',2,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107380,'Other',20,0,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107381,'0%',1,0,40428,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107382,'1% - 25%',1,0,40428,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107383,'26% - 50%',1,0,40428,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107384,'51% - 75%',1,0,40428,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107385,'76% - 100%',1,0,40428,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107386,'0%',1,0,40429,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107387,'1% - 25%',1,0,40429,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107388,'26% - 50%',1,0,40429,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107389,'51% - 75%',1,0,40429,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107390,'76% - 100%',1,0,40429,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107391,'0%',1,0,40430,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107392,'1% - 25%',1,0,40430,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107393,'26% - 50%',1,0,40430,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107394,'51% - 75%',1,0,40430,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107395,'76% - 100%',1,0,40430,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107396,'Pre-1900 solid brick, stone, or concrete',0,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107397,'Cavity brick and block',0,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107398,'Cob',1,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107399,'Concrete inner skin with external curtain outer skin',0,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107400,'Prefabricated timber',3,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107401,'Glass walls with metal post frame',2,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107402,'Other',20,0,40431,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107403,'Pre-1900 solid brick, stone, or concrete',0,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107404,'Cavity brick and block',0,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107405,'Cob',1,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107406,'Concrete inner skin with external curtain outer skin',0,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107407,'Prefabricated timber',3,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107408,'Glass walls with metal post frame',2,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107409,'Other',20,0,40432,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107410,'Pre-1900 solid brick, stone, or concrete',0,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107411,'Cavity brick and block',0,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107412,'Cob',1,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107413,'Concrete inner skin with external curtain outer skin',0,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107414,'Prefabricated timber',3,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107415,'Glass walls with metal post frame',2,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107416,'Other',20,0,40433,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107417,'Pre-1900 solid brick, stone, or concrete',0,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107418,'Cavity brick and block',0,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107419,'Cob',1,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107420,'Concrete inner skin with external curtain outer skin',0,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107421,'Prefabricated timber',3,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107422,'Glass walls with metal post frame',2,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107423,'Other',20,0,40434,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107424,'Pre-1900 solid brick, stone, or concrete',0,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107425,'Cavity brick and block',0,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107426,'Cob',1,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107427,'Concrete inner skin with external curtain outer skin',0,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107428,'Prefabricated timber',3,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107429,'Glass walls with metal post frame',2,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107430,'Other',20,0,40435,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107431,'Pre-1900 solid brick, stone, or concrete',0,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107432,'Cavity brick and block',0,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107433,'Cob',1,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107434,'Concrete inner skin with external curtain outer skin',0,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107435,'Prefabricated timber',3,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107436,'Glass walls with metal post frame',2,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107437,'Other',20,0,40436,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107438,'Pre-1900 solid brick, stone, or concrete',0,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107439,'Cavity brick and block',0,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107440,'Cob',1,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107441,'Concrete inner skin with external curtain outer skin',0,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107442,'Prefabricated timber',3,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107443,'Glass walls with metal post frame',2,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107444,'Other',20,0,40437,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107445,'Pre-1900 solid brick, stone, or concrete',0,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107446,'Cavity brick and block',0,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107447,'Cob',1,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107448,'Concrete inner skin with external curtain outer skin',0,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107449,'Prefabricated timber',3,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107450,'Glass walls with metal post frame',2,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107451,'Other',20,0,40438,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107452,'Pre-1900 solid brick, stone, or concrete',0,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107453,'Cavity brick and block',0,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107454,'Cob',1,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107455,'Concrete inner skin with external curtain outer skin',0,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107456,'Prefabricated timber',3,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107457,'Glass walls with metal post frame',2,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107458,'Other',20,0,40439,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107459,'Pre-1900 solid brick, stone, or concrete',0,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107460,'Cavity brick and block',0,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107461,'Cob',1,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107462,'Concrete inner skin with external curtain outer skin',0,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107463,'Prefabricated timber',3,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107464,'Glass walls with metal post frame',2,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107465,'Other',20,0,40440,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(107466,'Fan Heaters',4,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107467,'Electric Heaters',4,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107468,'Gas Heater',5,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107469,'Other Boilers',2,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107470,'Electrical Equipment',3,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107471,'Electrical Leads',3,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107472,'Portable Equipment',3,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107473,'Portable Lighting',2,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107474,'Cooking Equipment',6,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107475,'Other',20,0,40441,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107476,'Wood/Paper/Cardboard etc',3,0,40443,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107477,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,40443,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107478,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,40443,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107479,'Waste Material Controlled -in locked wheely bin or store',2,0,40443,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107480,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,40443,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107481,'Other',20,0,40443,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107482,'Yes. There is a certificate within the last 6 months.',0,0,40446,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107483,'The certificate was issued within the last 12 months.',2,0,40446,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107484,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,40446,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107485,'N/A',0,0,40446,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107486,'Other',20,0,40446,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107487,'Yes. Certification within 6 months',0,0,40448,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107488,'Yes. Certification within 12 months',2,0,40448,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107489,'No certification. (Recommend testing by fire safety specialist)',5,0,40448,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107490,'N/A',0,0,40448,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107491,'Other',20,0,40448,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107492,'Yes. Service and test certification is within 12 months',0,0,40449,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107493,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,40449,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107494,'N/A',0,0,40449,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107495,'Other',20,0,40449,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107496,'Yes. The EICR test certification is complete within last 5 years',0,0,40451,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107497,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,40451,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107498,'N/A',0,0,40451,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107499,'Other',20,0,40451,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107500,'Yes',0,0,40453,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107501,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,40453,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107502,'N/A',0,0,40453,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107503,'Other',20,0,40453,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107504,'Yes',0,0,40455,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107505,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,40455,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107506,'N/A',0,0,40455,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107507,'Other',20,0,40455,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107508,'Yes',0,0,40457,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107509,'No. There are hot working areas but no fire blankets are present.',5,0,40457,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107510,'N/A',0,0,40457,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107511,'Other',20,0,40457,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107512,'Yes. They are provided and ready to use located in a communal area.',0,0,40459,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107513,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,40459,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107514,'N/A',0,0,40459,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107515,'Other',20,0,40459,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107516,'Yes',2,0,40460,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107517,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,40460,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107518,'The property does not have a gas connection.',0,0,40460,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107519,'N/A',0,0,40460,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107520,'Yes',0,0,40461,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107521,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,40461,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107522,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,40461,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107523,'N/A',0,0,40461,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107524,'Other',20,0,40461,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107525,'Yes',0,0,40462,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107526,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,40462,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107527,'NA',0,0,40462,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107528,'Other',20,0,40462,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107529,'Yes. The shortest route has been put into the plan',0,0,40463,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107530,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,40463,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107531,'NA',0,0,40463,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107532,'Other',20,0,40463,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107533,'Yes. There is more than one exit available.',1,0,40464,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107534,'No. There is only one escape exit available.',0,0,40464,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107535,'Other',20,0,40464,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107536,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,40465,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107537,'No. The exits are not efficient enough for the building.',9,0,40465,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107538,'NA',0,0,40465,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107539,'Other',20,0,40465,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107540,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,40466,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107541,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,40466,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107542,'NA',0,0,40466,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107543,'Other',20,0,40466,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107544,'Yes. Escape routes are kept clear throughout the building.',0,0,40467,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107545,'No. There are obstructions on one or more escape routes.',6,0,40467,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107546,'N/A',0,0,40467,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107547,'Other',20,0,40467,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107548,'Yes. Assembly points are clearly marked.',0,0,40468,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107549,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,40468,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107550,'NA',0,0,40468,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107551,'Other',20,0,40468,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107552,'Yes',0,0,40469,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107553,'No. There is no assembly point or the assembly point is too small.',8,0,40469,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107554,'NA',0,0,40469,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107555,'Other',20,0,40469,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107556,'Evacuation only',3,0,40470,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107557,'Delayed evacuation process with 15 minute time delay',4,0,40470,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107558,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,40470,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107559,'Other',20,0,40470,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107560,'Employees',2,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107561,'Sub-Contractors',3,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107562,'Young Persons',4,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107563,'Visitors',4,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107564,'The General Public (Customers)',4,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107565,'Disabled or Special needs People less able to leave the premises quickly',7,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107566,'Occupants in Remote Areas',6,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107567,'Sleeping Occupants',7,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107568,'Neighbouring Premises',2,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107569,'Tenants / Owners',3,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107570,'Animals / Livestock',2,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107571,'Other',0,0,40472,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107572,'9:00 - 17:00',0,0,40475,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107573,'17:00 - 24:00',0,0,40475,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107574,'24:00 - 9:00',0,0,40475,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107575,'9:00 - 17:00',0,0,40476,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107576,'17:00 - 24:00',0,0,40476,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107577,'24:00 - 9:00',0,0,40476,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107578,'9:00 - 17:00',0,0,40477,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107579,'17:00 - 24:00',0,0,40477,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107580,'24:00 - 9:00',0,0,40477,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107581,'9:00 - 17:00',0,0,40478,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107582,'17:00 - 24:00',0,0,40478,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107583,'24:00 - 9:00',0,0,40478,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107584,'9:00 - 17:00',0,0,40479,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107585,'17:00 - 24:00',0,0,40479,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107586,'24:00 - 9:00',0,0,40479,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107587,'9:00 - 17:00',0,0,40480,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107588,'17:00 - 24:00',0,0,40480,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107589,'24:00 - 9:00',0,0,40480,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107590,'9:00 - 17:00',0,0,40481,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107591,'17:00 - 24:00',0,0,40481,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107592,'24:00 - 9:00',0,0,40481,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107593,'Below 20',1,0,40482,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107594,'20-49',2,0,40482,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107595,'50-99',2,0,40482,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107596,'100-499',3,0,40482,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107597,'500-999',4,0,40482,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107598,'1000',5,0,40482,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107599,'Single Stage Evacuation',0,0,40483,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107600,'Staged Evacuation',0,0,40483,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107601,'Simultaneous Evacuation',0,0,40483,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107602,'Phased Evacuation',0,0,40483,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107603,'Staff Alarm Only',0,0,40483,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107604,'Stay Put Policy',0,0,40483,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107605,'Yes. A responsible person has been nominated.',0,0,40484,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107606,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,40484,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107607,'Other',20,0,40484,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107608,'N/A',0,0,40484,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107609,'Yes. A competent person is available to assist in fire safety measures.',0,0,40485,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107610,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,40485,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107611,'Other',20,0,40485,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107612,'N/A',0,0,40485,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107613,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,40486,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107614,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,40486,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107615,'Other',20,0,40486,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107616,'N/A',0,0,40486,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107617,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,40488,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107618,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,40488,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107619,'Other',20,0,40488,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107620,'N/A',0,0,40488,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107621,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,40490,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107622,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,40490,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107623,'Other',20,0,40490,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107624,'N/A',0,0,40490,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107625,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,40491,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107626,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,40491,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107627,'Other',20,0,40491,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107628,'N/A',0,0,40491,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107629,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,40492,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107630,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,40492,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107631,'Other',20,0,40492,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107632,'N/A',0,0,40492,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107633,'Yes. The plan is readily available.',0,0,40494,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107634,'No. The plan is not available.',3,0,40494,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107635,'Other',20,0,40494,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107636,'N/A',0,0,40494,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107637,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,40495,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107638,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,40495,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107639,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,40495,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107640,'Other',20,0,40495,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107641,'N/A',0,0,40495,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107642,'Yes. There are suitable arrangements in place to prevent danger.',0,0,40496,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107643,'No. There are not suitable arrangements in place to prevent danger..',4,0,40496,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107644,'Other',20,0,40496,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107645,'N/A',0,0,40496,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107646,'Yes. The company has a full evacuation system in place.',0,0,40497,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107647,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,40497,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107648,'Other',20,0,40497,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107649,'N/A',0,0,40497,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107650,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,40498,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107651,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,40498,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107652,'Other',20,0,40498,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107653,'N/A',0,0,40498,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107654,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,40499,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107655,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,40499,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107656,'Other',20,0,40499,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107657,'N/A',0,0,40499,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107658,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,40500,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107659,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,40500,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107660,'Other',20,0,40500,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107661,'N/A',0,0,40500,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107662,'Yes. They do consider other organisation within the building.',0,0,40501,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107663,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,40501,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107664,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,40501,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107665,'Other',20,0,40501,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107666,'N/A',0,0,40501,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107667,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,40502,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107668,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,40502,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107669,'Other',20,0,40502,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107670,'N/A',0,0,40502,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107671,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,40505,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107672,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,40505,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107673,'No. There is no fire risk logbook.',5,0,40505,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107674,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,40506,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107675,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,40506,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107676,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,40506,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107677,'N/A',0,0,40506,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107678,'Other',20,0,40506,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107679,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,40508,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107680,'Yes. They are installed, and signs are displayed.',0,0,40508,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107681,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,40508,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107682,'N/A',0,0,40508,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107683,'Other',20,0,40508,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107684,'Yes, they are in good condition & positioned correctly.',0,0,40510,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107685,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,40510,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107686,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,40510,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107687,'Other',20,0,40510,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107688,'N/A',0,0,40510,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107689,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,40511,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107690,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,40511,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107691,'Other',20,0,40511,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107692,'N/A',0,0,40511,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107693,'Yes. There is suitable Emergency lighting in the building.',0,0,40512,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107694,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,40512,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107695,'Other',20,0,40512,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107696,'N/A',0,0,40512,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107697,'Yes. They are in good condition with no obstructions.',0,0,40513,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107698,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,40513,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107699,'Other',20,0,40513,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107700,'N/A',0,0,40513,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107701,'Yes. User checks are recorded into the fire risk logbook.',0,0,40515,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107702,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,40515,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107703,'Other',20,0,40515,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107704,'N/A',0,0,40515,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107705,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,40516,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107706,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,40516,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107707,'Other',20,0,40516,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107708,'N/A',0,0,40516,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107709,'Yes. The fire risk assessment is reviewed annually.',0,0,40518,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107710,'No. (Recommend immediate update to ensure compliance.)',5,0,40518,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107711,'NA',5,0,40518,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107712,'Other',20,0,40518,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107713,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40519,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107714,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40519,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107715,'N/A',0,0,40519,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107716,'Other',20,0,40519,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107717,'Yes. Training has been provided',0,0,40520,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107718,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40520,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107719,'Other',20,0,40520,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107720,'N/A',0,0,40520,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107721,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40521,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107722,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40521,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107723,'NA',0,0,40521,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107724,'Other',20,0,40521,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107725,'Yes. Training has been documented on induction.',0,0,40522,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107726,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40522,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107727,'NA',0,0,40522,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107728,'Other',20,0,40522,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107729,'Yes. Once per year.',1,0,40523,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107730,'Yes. Twice per year.',0,0,40523,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107731,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40523,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107732,'Other',20,0,40523,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107733,'Yes. This is part of the fire training program and fire warden duties.',0,0,40524,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107734,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40524,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107735,'NA',0,0,40524,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107736,'Other',20,0,40524,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107737,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40525,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107738,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40525,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107739,'Other',20,0,40525,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107740,'N/A',0,0,40525,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107741,'Yes. Fire wardens receive refresher training regularly.',0,0,40526,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107742,'No',5,0,40526,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107743,'N/A',0,0,40526,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107744,'Other',20,0,40526,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107745,'Other',20,0,40526,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107746,'Director',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107747,'Owner / Landlord',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107748,'Site Manager',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107749,'Estate Agent',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107750,'Letting Agent',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107751,'Director',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107752,'CEO',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107753,'Fire Warden / Supervisor',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107754,'Fire Risk Assessor',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107755,'Other',0,0,40534,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107756,'Nebosh',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107757,'Level 2 Fire Risk Assessor',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107758,'Competant Person',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107759,'Property Manager',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107760,'Construction Manager',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107761,'Fire Warden / Fire Marshall',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107762,'Director',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107763,'CEO',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107764,'N/A',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107765,'Other',0,0,40535,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(107766,'Detached',1,0,40548,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107767,'Semi Detached',2,0,40548,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107768,'Terraced',3,0,40548,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107769,'Linked-Terraced',1,0,40548,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107770,'End Terraced',2,0,40548,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107771,'Other',20,0,40548,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107772,'House',1,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107773,'Bungalow',1,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107774,'Maisonette',3,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107775,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107776,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107777,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107778,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107779,'Underground Property',1,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107780,'Factory / Warehouse',3,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107781,'Garage / Workshop',3,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107782,'Retail Shop',2,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107783,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107784,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107785,'Other',20,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107786,'Other',20,0,40549,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107787,'Yes',1,0,40557,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107788,'No',3,0,40557,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107789,'Unknown',3,0,40557,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107790,'Stone',0,0,40557,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107791,'Other',20,0,40557,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107792,'Yes',1,0,40558,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107793,'No',5,0,40558,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107794,'Unknown',5,0,40558,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107795,'Stone',0,0,40558,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107796,'Other',20,0,40558,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107797,'Yes',1,0,40561,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107798,'No',6,0,40561,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107799,'N/A',0,0,40561,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107800,'Yes',2,0,40564,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107801,'No',8,0,40564,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107802,'N/A',0,0,40564,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107803,'Yes',1,0,40566,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107804,'No',6,0,40566,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107805,'N/A',0,0,40566,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107806,'Yes',1,0,40569,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107807,'No',6,0,40569,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107808,'N/A',0,0,40569,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107809,'Yes',1,0,40571,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107810,'No',6,0,40571,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107811,'N/A',0,0,40571,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107812,'Solid concrete flooring on all levels',0,0,40573,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107813,'Timber joists on all levels',3,0,40573,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107814,'Concrete lowest floor – Timber above higher levels',3,0,40573,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107815,'Other',20,0,40573,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107816,'100%',1,0,40573,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107817,'Pre-1900 solid brick, stone, or concrete',0,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107818,'Cavity brick and block',0,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107819,'Cob',1,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107820,'Concrete inner skin with external curtain outer skin',0,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107821,'Prefabricated timber',3,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107822,'Glass walls with metal post frame',2,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107823,'Other',20,0,40577,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107824,'Pre-1900 solid brick, stone, or concrete',0,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107825,'Cavity brick and block',0,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107826,'Cob',1,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107827,'Concrete inner skin with external curtain outer skin',0,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107828,'Prefabricated timber',3,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107829,'Glass walls with metal post frame',2,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107830,'Other',20,0,40578,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107831,'Pre-1900 solid brick, stone, or concrete',0,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107832,'Cavity brick and block',0,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107833,'Cob',1,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107834,'Concrete inner skin with external curtain outer skin',0,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107835,'Prefabricated timber',3,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107836,'Glass walls with metal post frame',2,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107837,'Other',20,0,40579,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107838,'Pre-1900 solid brick, stone, or concrete',0,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107839,'Cavity brick and block',0,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107840,'Cob',1,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107841,'Concrete inner skin with external curtain outer skin',0,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107842,'Prefabricated timber',3,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107843,'Glass walls with metal post frame',2,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107844,'Other',20,0,40580,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107845,'Pre-1900 solid brick, stone, or concrete',0,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107846,'Cavity brick and block',0,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107847,'Cob',1,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107848,'Concrete inner skin with external curtain outer skin',0,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107849,'Prefabricated timber',3,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107850,'Glass walls with metal post frame',2,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107851,'Other',20,0,40581,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107852,'Pre-1900 solid brick, stone, or concrete',0,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107853,'Cavity brick and block',0,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107854,'Cob',1,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107855,'Concrete inner skin with external curtain outer skin',0,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107856,'Prefabricated timber',3,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107857,'Glass walls with metal post frame',2,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107858,'Other',20,0,40582,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107859,'Pre-1900 solid brick, stone, or concrete',0,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107860,'Cavity brick and block',0,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107861,'Cob',1,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107862,'Concrete inner skin with external curtain outer skin',0,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107863,'Prefabricated timber',3,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107864,'Glass walls with metal post frame',2,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107865,'Other',20,0,40583,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107866,'Pre-1900 solid brick, stone, or concrete',0,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107867,'Cavity brick and block',0,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107868,'Cob',1,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107869,'Concrete inner skin with external curtain outer skin',0,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107870,'Prefabricated timber',3,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107871,'Glass walls with metal post frame',2,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107872,'Other',20,0,40584,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107873,'Very Good',0,0,40585,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107874,'Good',1,0,40585,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107875,'Fair',2,0,40585,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107876,'Poor',3,0,40585,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107877,'Very Poor',4,0,40585,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107878,'Pre-1900 solid brick, stone, or concrete',0,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107879,'Cavity brick and block',0,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107880,'Cob',1,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107881,'Concrete inner skin with external curtain outer skin',0,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107882,'Prefabricated timber',3,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107883,'Glass walls with metal post frame',2,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107884,'Other',20,0,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107885,'0%',1,0,40587,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107886,'1% - 25%',1,0,40587,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107887,'26% - 50%',1,0,40587,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107888,'51% - 75%',1,0,40587,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107889,'76% - 100%',1,0,40587,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107890,'0%',1,0,40588,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107891,'1% - 25%',1,0,40588,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107892,'26% - 50%',1,0,40588,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107893,'51% - 75%',1,0,40588,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107894,'76% - 100%',1,0,40588,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107895,'0%',1,0,40589,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107896,'1% - 25%',1,0,40589,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107897,'26% - 50%',1,0,40589,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107898,'51% - 75%',1,0,40589,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107899,'76% - 100%',1,0,40589,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107900,'Pre-1900 solid brick, stone, or concrete',0,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107901,'Cavity brick and block',0,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107902,'Cob',1,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107903,'Concrete inner skin with external curtain outer skin',0,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107904,'Prefabricated timber',3,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107905,'Glass walls with metal post frame',2,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107906,'Other',20,0,40590,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107907,'Pre-1900 solid brick, stone, or concrete',0,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107908,'Cavity brick and block',0,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107909,'Cob',1,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107910,'Concrete inner skin with external curtain outer skin',0,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107911,'Prefabricated timber',3,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107912,'Glass walls with metal post frame',2,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107913,'Other',20,0,40591,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107914,'Pre-1900 solid brick, stone, or concrete',0,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107915,'Cavity brick and block',0,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107916,'Cob',1,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107917,'Concrete inner skin with external curtain outer skin',0,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107918,'Prefabricated timber',3,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107919,'Glass walls with metal post frame',2,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107920,'Other',20,0,40592,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107921,'Pre-1900 solid brick, stone, or concrete',0,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107922,'Cavity brick and block',0,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107923,'Cob',1,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107924,'Concrete inner skin with external curtain outer skin',0,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107925,'Prefabricated timber',3,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107926,'Glass walls with metal post frame',2,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107927,'Other',20,0,40593,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107928,'Pre-1900 solid brick, stone, or concrete',0,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107929,'Cavity brick and block',0,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107930,'Cob',1,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107931,'Concrete inner skin with external curtain outer skin',0,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107932,'Prefabricated timber',3,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107933,'Glass walls with metal post frame',2,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107934,'Other',20,0,40594,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107935,'Pre-1900 solid brick, stone, or concrete',0,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107936,'Cavity brick and block',0,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107937,'Cob',1,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107938,'Concrete inner skin with external curtain outer skin',0,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107939,'Prefabricated timber',3,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107940,'Glass walls with metal post frame',2,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107941,'Other',20,0,40595,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107942,'Pre-1900 solid brick, stone, or concrete',0,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107943,'Cavity brick and block',0,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107944,'Cob',1,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107945,'Concrete inner skin with external curtain outer skin',0,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107946,'Prefabricated timber',3,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107947,'Glass walls with metal post frame',2,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107948,'Other',20,0,40596,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107949,'Pre-1900 solid brick, stone, or concrete',0,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107950,'Cavity brick and block',0,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107951,'Cob',1,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107952,'Concrete inner skin with external curtain outer skin',0,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107953,'Prefabricated timber',3,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107954,'Glass walls with metal post frame',2,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107955,'Other',20,0,40597,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107956,'Pre-1900 solid brick, stone, or concrete',0,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107957,'Cavity brick and block',0,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107958,'Cob',1,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107959,'Concrete inner skin with external curtain outer skin',0,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107960,'Prefabricated timber',3,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107961,'Glass walls with metal post frame',2,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107962,'Other',20,0,40598,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107963,'Pre-1900 solid brick, stone, or concrete',0,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107964,'Cavity brick and block',0,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107965,'Cob',1,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107966,'Concrete inner skin with external curtain outer skin',0,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107967,'Prefabricated timber',3,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107968,'Glass walls with metal post frame',2,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107969,'Other',20,0,40599,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107970,'Pre-1900 solid brick, stone, or concrete',0,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107971,'Cavity brick and block',0,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107972,'Cob',1,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107973,'Concrete inner skin with external curtain outer skin',0,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107974,'Prefabricated timber',3,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107975,'Glass walls with metal post frame',2,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107976,'Other',20,0,40600,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107977,'Pre-1900 solid brick, stone, or concrete',0,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107978,'Cavity brick and block',0,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107979,'Cob',1,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107980,'Concrete inner skin with external curtain outer skin',0,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107981,'Prefabricated timber',3,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107982,'Glass walls with metal post frame',2,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107983,'Other',20,0,40601,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(107984,'Fan Heaters',4,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107985,'Electric Heaters',4,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107986,'Gas Heater',5,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107987,'Other Boilers',2,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107988,'Electrical Equipment',3,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107989,'Electrical Leads',3,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107990,'Portable Equipment',3,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107991,'Portable Lighting',2,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107992,'Cooking Equipment',6,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107993,'Other',20,0,40602,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107994,'Wood/Paper/Cardboard etc',3,0,40604,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107995,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,40604,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107996,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,40604,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107997,'Waste Material Controlled -in locked wheely bin or store',2,0,40604,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107998,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,40604,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(107999,'Other',20,0,40604,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108000,'Yes. Certification within 6 months',0,0,40606,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108001,'Yes. Certification within 12 months',2,0,40606,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108002,'No certification. (Recommend testing by fire safety specialist)',5,0,40606,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108003,'N/A',0,0,40606,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108004,'Other',20,0,40606,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108005,'Yes. There is a certificate within the last 6 months.',0,0,40608,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108006,'The certificate was issued within the last 12 months.',2,0,40608,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108007,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,40608,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108008,'N/A',0,0,40608,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108009,'Other',20,0,40608,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108010,'Yes. Service and test certification is within 12 months',0,0,40610,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108011,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,40610,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108012,'N/A',0,0,40610,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108013,'Other',20,0,40610,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108014,'Yes. The EICR test certification is complete within last 5 years',0,0,40612,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108015,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,40612,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108016,'N/A',0,0,40612,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108017,'Other',20,0,40612,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108018,'Yes',0,0,40614,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108019,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,40614,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108020,'N/A',0,0,40614,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108021,'Other',20,0,40614,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108022,'Yes',0,0,40616,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108023,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,40616,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108024,'N/A',0,0,40616,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108025,'Other',20,0,40616,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108026,'Yes',0,0,40618,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108027,'No. There are hot working areas but no fire blankets are present.',5,0,40618,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108028,'N/A',0,0,40618,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108029,'Other',20,0,40618,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108030,'Yes. They are provided and ready to use located in a communal area.',0,0,40620,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108031,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,40620,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108032,'N/A',0,0,40620,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108033,'Other',20,0,40620,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108034,'Yes',2,0,40621,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108035,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,40621,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108036,'The property does not have a gas connection.',0,0,40621,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108037,'N/A',0,0,40621,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108038,'Yes',0,0,40622,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108039,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,40622,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108040,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,40622,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108041,'N/A',0,0,40622,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108042,'Other',20,0,40622,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108043,'Yes',0,0,40623,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108044,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,40623,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108045,'NA',0,0,40623,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108046,'Other',20,0,40623,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108047,'Yes. The shortest route has been put into the plan',0,0,40624,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108048,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,40624,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108049,'NA',0,0,40624,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108050,'Other',20,0,40624,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108051,'Yes. There is more than one exit available.',1,0,40625,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108052,'No. There is only one escape exit available.',0,0,40625,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108053,'Other',20,0,40625,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108054,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,40626,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108055,'No. The exits are not efficient enough for the building.',9,0,40626,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108056,'NA',0,0,40626,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108057,'Other',20,0,40626,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108058,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,40627,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108059,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,40627,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108060,'NA',0,0,40627,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108061,'Other',20,0,40627,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108062,'Yes. Escape routes are kept clear throughout the building.',0,0,40628,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108063,'No. There are obstructions on one or more escape routes.',6,0,40628,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108064,'N/A',0,0,40628,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108065,'Other',20,0,40628,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108066,'Yes. Assembly points are clearly marked.',0,0,40629,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108067,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,40629,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108068,'NA',0,0,40629,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108069,'Other',20,0,40629,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108070,'Yes',0,0,40630,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108071,'No. There is no assembly point or the assembly point is too small.',8,0,40630,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108072,'NA',0,0,40630,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108073,'Other',20,0,40630,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108074,'Evacuation only',3,0,40631,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108075,'Delayed evacuation process with 15 minute time delay',4,0,40631,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108076,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,40631,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108077,'Other',20,0,40631,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108078,'Employees',2,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108079,'Sub-Contractors',3,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108080,'Young Persons',4,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108081,'Visitors',4,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108082,'The General Public (Customers)',4,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108083,'Disabled or Special needs People less able to leave the premises quickly',7,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108084,'Occupants in Remote Areas',6,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108085,'Sleeping Occupants',7,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108086,'Neighbouring Premises',2,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108087,'Tenants / Owners',3,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108088,'Animals / Livestock',2,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108089,'Other',0,0,40633,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108090,'9:00 - 17:00',0,0,40636,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108091,'17:00 - 24:00',0,0,40636,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108092,'24:00 - 9:00',0,0,40636,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108093,'9:00 - 17:00',0,0,40637,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108094,'17:00 - 24:00',0,0,40637,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108095,'24:00 - 9:00',0,0,40637,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108096,'9:00 - 17:00',0,0,40638,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108097,'17:00 - 24:00',0,0,40638,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108098,'24:00 - 9:00',0,0,40638,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108099,'9:00 - 17:00',0,0,40639,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108100,'17:00 - 24:00',0,0,40639,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108101,'24:00 - 9:00',0,0,40639,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108102,'9:00 - 17:00',0,0,40640,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108103,'17:00 - 24:00',0,0,40640,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108104,'24:00 - 9:00',0,0,40640,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108105,'9:00 - 17:00',0,0,40641,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108106,'17:00 - 24:00',0,0,40641,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108107,'24:00 - 9:00',0,0,40641,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108108,'9:00 - 17:00',0,0,40642,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108109,'17:00 - 24:00',0,0,40642,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108110,'24:00 - 9:00',0,0,40642,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108111,'Below 20',1,0,40643,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108112,'20-49',2,0,40643,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108113,'50-99',2,0,40643,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108114,'100-499',3,0,40643,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108115,'500-999',4,0,40643,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108116,'1000',5,0,40643,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108117,'Single Stage Evacuation',0,0,40644,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108118,'Staged Evacuation',0,0,40644,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108119,'Simultaneous Evacuation',0,0,40644,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108120,'Phased Evacuation',0,0,40644,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108121,'Staff Alarm Only',0,0,40644,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108122,'Stay Put Policy',0,0,40644,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108123,'Yes. A responsible person has been nominated.',0,0,40645,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108124,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,40645,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108125,'Other',20,0,40645,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108126,'N/A',0,0,40645,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108127,'Yes. A competent person is available to assist in fire safety measures.',0,0,40646,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108128,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,40646,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108129,'Other',20,0,40646,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108130,'N/A',0,0,40646,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108131,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,40647,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108132,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,40647,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108133,'Other',20,0,40647,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108134,'N/A',0,0,40647,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108135,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,40649,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108136,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,40649,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108137,'Other',20,0,40649,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108138,'N/A',0,0,40649,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108139,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,40651,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108140,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,40651,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108141,'Other',20,0,40651,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108142,'N/A',0,0,40651,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108143,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,40652,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108144,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,40652,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108145,'Other',20,0,40652,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108146,'N/A',0,0,40652,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108147,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,40653,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108148,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,40653,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108149,'Other',20,0,40653,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108150,'N/A',0,0,40653,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108151,'Yes. The plan is readily available.',0,0,40655,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108152,'No. The plan is not available.',3,0,40655,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108153,'Other',20,0,40655,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108154,'N/A',0,0,40655,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108155,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,40656,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108156,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,40656,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108157,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,40656,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108158,'Other',20,0,40656,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108159,'N/A',0,0,40656,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108160,'Yes. There are suitable arrangements in place to prevent danger.',0,0,40657,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108161,'No. There are not suitable arrangements in place to prevent danger..',4,0,40657,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108162,'Other',20,0,40657,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108163,'N/A',0,0,40657,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108164,'Yes. The company has a full evacuation system in place.',0,0,40658,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108165,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,40658,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108166,'Other',20,0,40658,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108167,'N/A',0,0,40658,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108168,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,40659,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108169,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,40659,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108170,'Other',20,0,40659,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108171,'N/A',0,0,40659,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108172,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,40660,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108173,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,40660,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108174,'Other',20,0,40660,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108175,'N/A',0,0,40660,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108176,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,40661,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108177,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,40661,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108178,'Other',20,0,40661,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108179,'N/A',0,0,40661,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108180,'Yes. They do consider other organisation within the building.',0,0,40662,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108181,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,40662,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108182,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,40662,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108183,'Other',20,0,40662,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108184,'N/A',0,0,40662,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108185,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,40663,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108186,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,40663,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108187,'Other',20,0,40663,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108188,'N/A',0,0,40663,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108189,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,40666,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108190,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,40666,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108191,'No. There is no fire risk logbook.',5,0,40666,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108192,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,40667,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108193,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,40667,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108194,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,40667,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108195,'N/A',0,0,40667,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108196,'Other',20,0,40667,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108197,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,40669,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108198,'Yes. They are installed, and signs are displayed.',0,0,40669,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108199,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,40669,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108200,'N/A',0,0,40669,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108201,'Other',20,0,40669,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108202,'Yes, they are in good condition & positioned correctly.',0,0,40671,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108203,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,40671,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108204,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,40671,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108205,'Other',20,0,40671,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108206,'N/A',0,0,40671,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108207,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,40672,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108208,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,40672,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108209,'Other',20,0,40672,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108210,'N/A',0,0,40672,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108211,'Yes. There is suitable Emergency lighting in the building.',0,0,40673,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108212,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,40673,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108213,'Other',20,0,40673,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108214,'N/A',0,0,40673,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108215,'Yes. They are in good condition with no obstructions.',0,0,40674,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108216,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,40674,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108217,'Other',20,0,40674,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108218,'N/A',0,0,40674,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108219,'Yes. User checks are recorded into the fire risk logbook.',0,0,40676,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108220,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,40676,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108221,'Other',20,0,40676,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108222,'N/A',0,0,40676,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108223,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,40677,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108224,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,40677,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108225,'Other',20,0,40677,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108226,'N/A',0,0,40677,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108227,'Yes. The fire risk assessment is reviewed annually.',0,0,40679,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108228,'No. (Recommend immediate update to ensure compliance.)',5,0,40679,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108229,'NA',5,0,40679,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108230,'Other',20,0,40679,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108231,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40680,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108232,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40680,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108233,'N/A',0,0,40680,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108234,'Other',20,0,40680,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108235,'Yes. Training has been provided',0,0,40681,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108236,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40681,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108237,'Other',20,0,40681,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108238,'N/A',0,0,40681,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108239,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40682,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108240,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40682,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108241,'NA',0,0,40682,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108242,'Other',20,0,40682,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108243,'Yes. Training has been documented on induction.',0,0,40683,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108244,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40683,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108245,'NA',0,0,40683,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108246,'Other',20,0,40683,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108247,'Yes. Once per year.',1,0,40684,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108248,'Yes. Twice per year.',0,0,40684,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108249,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40684,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108250,'Other',20,0,40684,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108251,'Yes. This is part of the fire training program and fire warden duties.',0,0,40685,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108252,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40685,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108253,'NA',0,0,40685,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108254,'Other',20,0,40685,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108255,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40686,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108256,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40686,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108257,'Other',20,0,40686,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108258,'N/A',0,0,40686,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108259,'Yes. Fire wardens receive refresher training regularly.',0,0,40687,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108260,'No',5,0,40687,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108261,'N/A',0,0,40687,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108262,'Other',20,0,40687,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108263,'Other',20,0,40687,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108264,'Director',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108265,'Owner / Landlord',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108266,'Site Manager',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108267,'Estate Agent',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108268,'Letting Agent',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108269,'Director',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108270,'CEO',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108271,'Fire Warden / Supervisor',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108272,'Fire Risk Assessor',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108273,'Other',0,0,40695,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108274,'Nebosh',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108275,'Level 2 Fire Risk Assessor',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108276,'Competant Person',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108277,'Property Manager',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108278,'Construction Manager',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108279,'Fire Warden / Fire Marshall',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108280,'Director',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108281,'CEO',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108282,'N/A',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108283,'Other',0,0,40696,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108284,'Detached',1,0,40709,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108285,'Semi Detached',2,0,40709,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108286,'Terraced',3,0,40709,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108287,'Linked-Terraced',1,0,40709,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108288,'End Terraced',2,0,40709,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108289,'Other',20,0,40709,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108290,'House',1,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108291,'Bungalow',1,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108292,'Maisonette',3,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108293,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108294,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108295,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108296,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108297,'Underground Property',1,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108298,'Factory / Warehouse',3,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108299,'Garage / Workshop',3,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108300,'Retail Shop',2,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108301,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108302,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108303,'Other',20,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108304,'Other',20,0,40710,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108305,'Yes',1,0,40718,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108306,'No',3,0,40718,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108307,'Unknown',3,0,40718,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108308,'Stone',0,0,40718,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108309,'Other',20,0,40718,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108310,'Yes',1,0,40719,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108311,'No',5,0,40719,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108312,'Unknown',5,0,40719,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108313,'Stone',0,0,40719,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108314,'Other',20,0,40719,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108315,'Yes',1,0,40722,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108316,'No',6,0,40722,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108317,'N/A',0,0,40722,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108318,'Yes',2,0,40725,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108319,'No',8,0,40725,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108320,'N/A',0,0,40725,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108321,'Yes',1,0,40727,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108322,'No',6,0,40727,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108323,'N/A',0,0,40727,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108324,'Yes',1,0,40730,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108325,'No',6,0,40730,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108326,'N/A',0,0,40730,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108327,'Yes',1,0,40732,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108328,'No',6,0,40732,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108329,'N/A',0,0,40732,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108330,'Solid concrete flooring on all levels',0,0,40734,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108331,'Timber joists on all levels',3,0,40734,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108332,'Concrete lowest floor – Timber above higher levels',3,0,40734,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108333,'Other',20,0,40734,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108334,'100%',1,0,40734,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108335,'Pre-1900 solid brick, stone, or concrete',0,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108336,'Cavity brick and block',0,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108337,'Cob',1,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108338,'Concrete inner skin with external curtain outer skin',0,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108339,'Prefabricated timber',3,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108340,'Glass walls with metal post frame',2,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108341,'Other',20,0,40738,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108342,'Pre-1900 solid brick, stone, or concrete',0,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108343,'Cavity brick and block',0,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108344,'Cob',1,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108345,'Concrete inner skin with external curtain outer skin',0,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108346,'Prefabricated timber',3,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108347,'Glass walls with metal post frame',2,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108348,'Other',20,0,40739,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108349,'Pre-1900 solid brick, stone, or concrete',0,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108350,'Cavity brick and block',0,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108351,'Cob',1,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108352,'Concrete inner skin with external curtain outer skin',0,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108353,'Prefabricated timber',3,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108354,'Glass walls with metal post frame',2,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108355,'Other',20,0,40740,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108356,'Pre-1900 solid brick, stone, or concrete',0,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108357,'Cavity brick and block',0,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108358,'Cob',1,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108359,'Concrete inner skin with external curtain outer skin',0,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108360,'Prefabricated timber',3,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108361,'Glass walls with metal post frame',2,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108362,'Other',20,0,40741,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108363,'Pre-1900 solid brick, stone, or concrete',0,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108364,'Cavity brick and block',0,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108365,'Cob',1,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108366,'Concrete inner skin with external curtain outer skin',0,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108367,'Prefabricated timber',3,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108368,'Glass walls with metal post frame',2,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108369,'Other',20,0,40742,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108370,'Pre-1900 solid brick, stone, or concrete',0,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108371,'Cavity brick and block',0,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108372,'Cob',1,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108373,'Concrete inner skin with external curtain outer skin',0,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108374,'Prefabricated timber',3,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108375,'Glass walls with metal post frame',2,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108376,'Other',20,0,40743,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108377,'Pre-1900 solid brick, stone, or concrete',0,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108378,'Cavity brick and block',0,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108379,'Cob',1,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108380,'Concrete inner skin with external curtain outer skin',0,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108381,'Prefabricated timber',3,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108382,'Glass walls with metal post frame',2,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108383,'Other',20,0,40744,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108384,'Pre-1900 solid brick, stone, or concrete',0,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108385,'Cavity brick and block',0,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108386,'Cob',1,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108387,'Concrete inner skin with external curtain outer skin',0,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108388,'Prefabricated timber',3,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108389,'Glass walls with metal post frame',2,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108390,'Other',20,0,40745,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108391,'Very Good',0,0,40746,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108392,'Good',1,0,40746,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108393,'Fair',2,0,40746,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108394,'Poor',3,0,40746,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108395,'Very Poor',4,0,40746,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108396,'Pre-1900 solid brick, stone, or concrete',0,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108397,'Cavity brick and block',0,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108398,'Cob',1,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108399,'Concrete inner skin with external curtain outer skin',0,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108400,'Prefabricated timber',3,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108401,'Glass walls with metal post frame',2,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108402,'Other',20,0,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108403,'0%',1,0,40748,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108404,'1% - 25%',1,0,40748,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108405,'26% - 50%',1,0,40748,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108406,'51% - 75%',1,0,40748,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108407,'76% - 100%',1,0,40748,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108408,'0%',1,0,40749,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108409,'1% - 25%',1,0,40749,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108410,'26% - 50%',1,0,40749,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108411,'51% - 75%',1,0,40749,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108412,'76% - 100%',1,0,40749,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108413,'0%',1,0,40750,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108414,'1% - 25%',1,0,40750,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108415,'26% - 50%',1,0,40750,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108416,'51% - 75%',1,0,40750,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108417,'76% - 100%',1,0,40750,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(108418,'Fan Heaters',4,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108419,'Electric Heaters',4,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108420,'Gas Heater',5,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108421,'Other Boilers',2,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108422,'Electrical Equipment',3,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108423,'Electrical Leads',3,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108424,'Portable Equipment',3,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108425,'Portable Lighting',2,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108426,'Cooking Equipment',6,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108427,'Other',20,0,40751,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108428,'Wood/Paper/Cardboard etc',3,0,40753,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108429,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,40753,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108430,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,40753,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108431,'Waste Material Controlled -in locked wheely bin or store',2,0,40753,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108432,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,40753,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108433,'Other',20,0,40753,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108434,'Yes. Certification within 6 months',0,0,40755,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108435,'Yes. Certification within 12 months',2,0,40755,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108436,'No certification. (Recommend testing by fire safety specialist)',5,0,40755,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108437,'N/A',0,0,40755,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108438,'Other',20,0,40755,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108439,'Yes. There is a certificate within the last 6 months.',0,0,40757,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108440,'The certificate was issued within the last 12 months.',2,0,40757,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108441,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,40757,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108442,'N/A',0,0,40757,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108443,'Other',20,0,40757,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108444,'Yes. Service and test certification is within 12 months',0,0,40759,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108445,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,40759,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108446,'N/A',0,0,40759,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108447,'Other',20,0,40759,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108448,'Yes. The EICR test certification is complete within last 5 years',0,0,40761,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108449,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,40761,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108450,'N/A',0,0,40761,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108451,'Other',20,0,40761,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108452,'Yes',0,0,40763,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108453,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,40763,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108454,'N/A',0,0,40763,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108455,'Other',20,0,40763,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108456,'Yes',0,0,40765,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108457,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,40765,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108458,'N/A',0,0,40765,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108459,'Other',20,0,40765,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108460,'Yes',0,0,40767,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108461,'No. There are hot working areas but no fire blankets are present.',5,0,40767,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108462,'N/A',0,0,40767,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108463,'Other',20,0,40767,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108464,'Yes. They are provided and ready to use located in a communal area.',0,0,40769,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108465,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,40769,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108466,'N/A',0,0,40769,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108467,'Other',20,0,40769,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108468,'Yes',2,0,40770,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108469,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,40770,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108470,'The property does not have a gas connection.',0,0,40770,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108471,'N/A',0,0,40770,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108472,'Yes',0,0,40771,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108473,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,40771,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108474,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,40771,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108475,'N/A',0,0,40771,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108476,'Other',20,0,40771,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108477,'Yes',0,0,40772,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108478,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,40772,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108479,'NA',0,0,40772,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108480,'Other',20,0,40772,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108481,'Yes. The shortest route has been put into the plan',0,0,40773,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108482,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,40773,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108483,'NA',0,0,40773,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108484,'Other',20,0,40773,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108485,'Yes. There is more than one exit available.',1,0,40774,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108486,'No. There is only one escape exit available.',0,0,40774,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108487,'Other',20,0,40774,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108488,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,40775,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108489,'No. The exits are not efficient enough for the building.',9,0,40775,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108490,'NA',0,0,40775,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108491,'Other',20,0,40775,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108492,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,40776,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108493,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,40776,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108494,'NA',0,0,40776,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108495,'Other',20,0,40776,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108496,'Yes. Escape routes are kept clear throughout the building.',0,0,40777,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108497,'No. There are obstructions on one or more escape routes.',6,0,40777,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108498,'N/A',0,0,40777,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108499,'Other',20,0,40777,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108500,'Yes. Assembly points are clearly marked.',0,0,40778,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108501,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,40778,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108502,'NA',0,0,40778,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108503,'Other',20,0,40778,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108504,'Yes',0,0,40779,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108505,'No. There is no assembly point or the assembly point is too small.',8,0,40779,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108506,'NA',0,0,40779,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108507,'Other',20,0,40779,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108508,'Evacuation only',3,0,40780,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108509,'Delayed evacuation process with 15 minute time delay',4,0,40780,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108510,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,40780,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108511,'Other',20,0,40780,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108512,'Employees',2,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108513,'Sub-Contractors',3,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108514,'Young Persons',4,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108515,'Visitors',4,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108516,'The General Public (Customers)',4,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108517,'Disabled or Special needs People less able to leave the premises quickly',7,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108518,'Occupants in Remote Areas',6,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108519,'Sleeping Occupants',7,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108520,'Neighbouring Premises',2,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108521,'Tenants / Owners',3,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108522,'Animals / Livestock',2,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108523,'Other',0,0,40782,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108524,'9:00 - 17:00',0,0,40785,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108525,'17:00 - 24:00',0,0,40785,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108526,'24:00 - 9:00',0,0,40785,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108527,'9:00 - 17:00',0,0,40786,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108528,'17:00 - 24:00',0,0,40786,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108529,'24:00 - 9:00',0,0,40786,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108530,'9:00 - 17:00',0,0,40787,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108531,'17:00 - 24:00',0,0,40787,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108532,'24:00 - 9:00',0,0,40787,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108533,'9:00 - 17:00',0,0,40788,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108534,'17:00 - 24:00',0,0,40788,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108535,'24:00 - 9:00',0,0,40788,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108536,'9:00 - 17:00',0,0,40789,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108537,'17:00 - 24:00',0,0,40789,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108538,'24:00 - 9:00',0,0,40789,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108539,'9:00 - 17:00',0,0,40790,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108540,'17:00 - 24:00',0,0,40790,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108541,'24:00 - 9:00',0,0,40790,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108542,'9:00 - 17:00',0,0,40791,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(108543,'17:00 - 24:00',0,0,40791,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108544,'24:00 - 9:00',0,0,40791,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108545,'Below 20',1,0,40792,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108546,'20-49',2,0,40792,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108547,'50-99',2,0,40792,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108548,'100-499',3,0,40792,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108549,'500-999',4,0,40792,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108550,'1000',5,0,40792,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108551,'Single Stage Evacuation',0,0,40793,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108552,'Staged Evacuation',0,0,40793,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108553,'Simultaneous Evacuation',0,0,40793,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108554,'Phased Evacuation',0,0,40793,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108555,'Staff Alarm Only',0,0,40793,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108556,'Stay Put Policy',0,0,40793,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108557,'Yes. A responsible person has been nominated.',0,0,40794,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108558,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,40794,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108559,'Other',20,0,40794,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108560,'N/A',0,0,40794,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108561,'Yes. A competent person is available to assist in fire safety measures.',0,0,40795,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108562,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,40795,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108563,'Other',20,0,40795,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108564,'N/A',0,0,40795,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108565,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,40796,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108566,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,40796,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108567,'Other',20,0,40796,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108568,'N/A',0,0,40796,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108569,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,40798,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108570,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,40798,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108571,'Other',20,0,40798,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108572,'N/A',0,0,40798,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108573,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,40800,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108574,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,40800,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108575,'Other',20,0,40800,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108576,'N/A',0,0,40800,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108577,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,40801,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108578,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,40801,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108579,'Other',20,0,40801,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108580,'N/A',0,0,40801,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108581,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,40802,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108582,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,40802,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108583,'Other',20,0,40802,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108584,'N/A',0,0,40802,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108585,'Yes. The plan is readily available.',0,0,40804,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108586,'No. The plan is not available.',3,0,40804,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108587,'Other',20,0,40804,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108588,'N/A',0,0,40804,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108589,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,40805,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108590,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,40805,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108591,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,40805,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108592,'Other',20,0,40805,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108593,'N/A',0,0,40805,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108594,'Yes. There are suitable arrangements in place to prevent danger.',0,0,40806,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108595,'No. There are not suitable arrangements in place to prevent danger..',4,0,40806,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108596,'Other',20,0,40806,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108597,'N/A',0,0,40806,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108598,'Yes. The company has a full evacuation system in place.',0,0,40807,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108599,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,40807,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108600,'Other',20,0,40807,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108601,'N/A',0,0,40807,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108602,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,40808,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108603,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,40808,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108604,'Other',20,0,40808,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108605,'N/A',0,0,40808,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108606,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,40809,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108607,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,40809,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108608,'Other',20,0,40809,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108609,'N/A',0,0,40809,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108610,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,40810,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108611,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,40810,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108612,'Other',20,0,40810,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108613,'N/A',0,0,40810,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108614,'Yes. They do consider other organisation within the building.',0,0,40811,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108615,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,40811,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108616,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,40811,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108617,'Other',20,0,40811,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108618,'N/A',0,0,40811,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108619,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,40812,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108620,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,40812,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108621,'Other',20,0,40812,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108622,'N/A',0,0,40812,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108623,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,40815,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108624,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,40815,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108625,'No. There is no fire risk logbook.',5,0,40815,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108626,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,40816,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108627,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,40816,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108628,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,40816,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108629,'N/A',0,0,40816,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108630,'Other',20,0,40816,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108631,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,40818,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108632,'Yes. They are installed, and signs are displayed.',0,0,40818,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108633,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,40818,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108634,'N/A',0,0,40818,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108635,'Other',20,0,40818,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108636,'Yes, they are in good condition & positioned correctly.',0,0,40820,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108637,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,40820,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108638,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,40820,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108639,'Other',20,0,40820,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108640,'N/A',0,0,40820,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108641,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,40821,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108642,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,40821,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108643,'Other',20,0,40821,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108644,'N/A',0,0,40821,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108645,'Yes. There is suitable Emergency lighting in the building.',0,0,40822,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108646,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,40822,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108647,'Other',20,0,40822,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108648,'N/A',0,0,40822,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108649,'Yes. They are in good condition with no obstructions.',0,0,40823,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108650,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,40823,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108651,'Other',20,0,40823,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108652,'N/A',0,0,40823,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108653,'Yes. User checks are recorded into the fire risk logbook.',0,0,40825,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108654,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,40825,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108655,'Other',20,0,40825,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108656,'N/A',0,0,40825,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108657,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,40826,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108658,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,40826,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108659,'Other',20,0,40826,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108660,'N/A',0,0,40826,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108661,'Yes. The fire risk assessment is reviewed annually.',0,0,40828,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108662,'No. (Recommend immediate update to ensure compliance.)',5,0,40828,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108663,'NA',5,0,40828,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108664,'Other',20,0,40828,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108665,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40829,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108666,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40829,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108667,'N/A',0,0,40829,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108668,'Other',20,0,40829,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108669,'Yes. Training has been provided',0,0,40830,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108670,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40830,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108671,'Other',20,0,40830,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108672,'N/A',0,0,40830,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108673,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40831,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108674,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40831,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108675,'NA',0,0,40831,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108676,'Other',20,0,40831,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108677,'Yes. Training has been documented on induction.',0,0,40832,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108678,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40832,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108679,'NA',0,0,40832,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108680,'Other',20,0,40832,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108681,'Yes. Once per year.',1,0,40833,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108682,'Yes. Twice per year.',0,0,40833,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108683,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40833,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108684,'Other',20,0,40833,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108685,'Yes. This is part of the fire training program and fire warden duties.',0,0,40834,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108686,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40834,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108687,'NA',0,0,40834,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108688,'Other',20,0,40834,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108689,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40835,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108690,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40835,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108691,'Other',20,0,40835,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108692,'N/A',0,0,40835,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108693,'Yes. Fire wardens receive refresher training regularly.',0,0,40836,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108694,'No',5,0,40836,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108695,'N/A',0,0,40836,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108696,'Other',20,0,40836,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108697,'Other',20,0,40836,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108698,'Director',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108699,'Owner / Landlord',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108700,'Site Manager',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108701,'Estate Agent',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108702,'Letting Agent',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108703,'Director',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108704,'CEO',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108705,'Fire Warden / Supervisor',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108706,'Fire Risk Assessor',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108707,'Other',0,0,40844,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108708,'Nebosh',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108709,'Level 2 Fire Risk Assessor',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108710,'Competant Person',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108711,'Property Manager',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108712,'Construction Manager',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108713,'Fire Warden / Fire Marshall',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108714,'Director',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108715,'CEO',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108716,'N/A',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108717,'Other',0,0,40845,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108718,'Detached',1,0,40858,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108719,'Semi Detached',2,0,40858,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108720,'Terraced',3,0,40858,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108721,'Linked-Terraced',1,0,40858,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108722,'End Terraced',2,0,40858,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108723,'Other',20,0,40858,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108724,'House',1,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108725,'Bungalow',1,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108726,'Maisonette',3,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108727,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108728,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108729,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108730,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108731,'Underground Property',1,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108732,'Factory / Warehouse',3,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108733,'Garage / Workshop',3,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108734,'Retail Shop',2,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108735,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108736,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108737,'Other',20,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108738,'Other',20,0,40859,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108739,'Yes',1,0,40867,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108740,'No',3,0,40867,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108741,'Unknown',3,0,40867,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108742,'Stone',0,0,40867,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108743,'Other',20,0,40867,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108744,'Yes',1,0,40868,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108745,'No',5,0,40868,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108746,'Unknown',5,0,40868,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108747,'Stone',0,0,40868,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108748,'Other',20,0,40868,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108749,'Yes',1,0,40871,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108750,'No',6,0,40871,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108751,'N/A',0,0,40871,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108752,'Yes',2,0,40874,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108753,'No',8,0,40874,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108754,'N/A',0,0,40874,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108755,'Yes',1,0,40876,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108756,'No',6,0,40876,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108757,'N/A',0,0,40876,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108758,'Yes',1,0,40879,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108759,'No',6,0,40879,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108760,'N/A',0,0,40879,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108761,'Yes',1,0,40881,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108762,'No',6,0,40881,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108763,'N/A',0,0,40881,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108764,'Solid concrete flooring on all levels',0,0,40883,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108765,'Timber joists on all levels',3,0,40883,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108766,'Concrete lowest floor – Timber above higher levels',3,0,40883,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108767,'Other',20,0,40883,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108768,'100%',1,0,40883,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108769,'Pre-1900 solid brick, stone, or concrete',0,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108770,'Cavity brick and block',0,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108771,'Cob',1,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108772,'Concrete inner skin with external curtain outer skin',0,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108773,'Prefabricated timber',3,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108774,'Glass walls with metal post frame',2,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108775,'Other',20,0,40887,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108776,'Pre-1900 solid brick, stone, or concrete',0,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108777,'Cavity brick and block',0,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108778,'Cob',1,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108779,'Concrete inner skin with external curtain outer skin',0,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108780,'Prefabricated timber',3,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108781,'Glass walls with metal post frame',2,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108782,'Other',20,0,40888,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108783,'Pre-1900 solid brick, stone, or concrete',0,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108784,'Cavity brick and block',0,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108785,'Cob',1,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108786,'Concrete inner skin with external curtain outer skin',0,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108787,'Prefabricated timber',3,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108788,'Glass walls with metal post frame',2,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108789,'Other',20,0,40889,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108790,'Pre-1900 solid brick, stone, or concrete',0,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108791,'Cavity brick and block',0,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108792,'Cob',1,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108793,'Concrete inner skin with external curtain outer skin',0,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108794,'Prefabricated timber',3,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108795,'Glass walls with metal post frame',2,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108796,'Other',20,0,40890,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108797,'Pre-1900 solid brick, stone, or concrete',0,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108798,'Cavity brick and block',0,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108799,'Cob',1,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108800,'Concrete inner skin with external curtain outer skin',0,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108801,'Prefabricated timber',3,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108802,'Glass walls with metal post frame',2,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108803,'Other',20,0,40891,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108804,'Pre-1900 solid brick, stone, or concrete',0,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108805,'Cavity brick and block',0,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108806,'Cob',1,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108807,'Concrete inner skin with external curtain outer skin',0,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108808,'Prefabricated timber',3,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108809,'Glass walls with metal post frame',2,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108810,'Other',20,0,40892,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108811,'Pre-1900 solid brick, stone, or concrete',0,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108812,'Cavity brick and block',0,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108813,'Cob',1,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108814,'Concrete inner skin with external curtain outer skin',0,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108815,'Prefabricated timber',3,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108816,'Glass walls with metal post frame',2,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108817,'Other',20,0,40893,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108818,'Pre-1900 solid brick, stone, or concrete',0,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108819,'Cavity brick and block',0,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108820,'Cob',1,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108821,'Concrete inner skin with external curtain outer skin',0,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108822,'Prefabricated timber',3,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108823,'Glass walls with metal post frame',2,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108824,'Other',20,0,40894,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108825,'Very Good',0,0,40895,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108826,'Good',1,0,40895,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108827,'Fair',2,0,40895,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108828,'Poor',3,0,40895,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108829,'Very Poor',4,0,40895,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108830,'Pre-1900 solid brick, stone, or concrete',0,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108831,'Cavity brick and block',0,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108832,'Cob',1,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108833,'Concrete inner skin with external curtain outer skin',0,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108834,'Prefabricated timber',3,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108835,'Glass walls with metal post frame',2,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108836,'Other',20,0,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108837,'0%',1,0,40897,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108838,'1% - 25%',1,0,40897,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108839,'26% - 50%',1,0,40897,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108840,'51% - 75%',1,0,40897,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108841,'76% - 100%',1,0,40897,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108842,'0%',1,0,40898,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108843,'1% - 25%',1,0,40898,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108844,'26% - 50%',1,0,40898,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108845,'51% - 75%',1,0,40898,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108846,'76% - 100%',1,0,40898,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108847,'0%',1,0,40899,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108848,'1% - 25%',1,0,40899,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108849,'26% - 50%',1,0,40899,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108850,'51% - 75%',1,0,40899,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108851,'76% - 100%',1,0,40899,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(108852,'Fan Heaters',4,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108853,'Electric Heaters',4,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108854,'Gas Heater',5,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108855,'Other Boilers',2,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108856,'Electrical Equipment',3,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108857,'Electrical Leads',3,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108858,'Portable Equipment',3,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108859,'Portable Lighting',2,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108860,'Cooking Equipment',6,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108861,'Other',20,0,40900,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108862,'Wood/Paper/Cardboard etc',3,0,40902,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108863,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,40902,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108864,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,40902,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108865,'Waste Material Controlled -in locked wheely bin or store',2,0,40902,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108866,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,40902,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108867,'Other',20,0,40902,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108868,'Yes. Certification within 6 months',0,0,40904,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108869,'Yes. Certification within 12 months',2,0,40904,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108870,'No certification. (Recommend testing by fire safety specialist)',5,0,40904,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108871,'N/A',0,0,40904,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108872,'Other',20,0,40904,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108873,'Yes. There is a certificate within the last 6 months.',0,0,40906,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108874,'The certificate was issued within the last 12 months.',2,0,40906,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108875,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,40906,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108876,'N/A',0,0,40906,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108877,'Other',20,0,40906,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108878,'Yes. Service and test certification is within 12 months',0,0,40908,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108879,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,40908,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108880,'N/A',0,0,40908,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108881,'Other',20,0,40908,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108882,'Yes. The EICR test certification is complete within last 5 years',0,0,40910,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108883,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,40910,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108884,'N/A',0,0,40910,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108885,'Other',20,0,40910,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108886,'Yes',0,0,40912,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108887,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,40912,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108888,'N/A',0,0,40912,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108889,'Other',20,0,40912,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108890,'Yes',0,0,40914,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108891,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,40914,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108892,'N/A',0,0,40914,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108893,'Other',20,0,40914,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108894,'Yes',0,0,40916,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108895,'No. There are hot working areas but no fire blankets are present.',5,0,40916,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108896,'N/A',0,0,40916,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108897,'Other',20,0,40916,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108898,'Yes. They are provided and ready to use located in a communal area.',0,0,40918,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108899,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,40918,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108900,'N/A',0,0,40918,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108901,'Other',20,0,40918,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108902,'Yes',2,0,40919,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108903,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,40919,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108904,'The property does not have a gas connection.',0,0,40919,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108905,'N/A',0,0,40919,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108906,'Yes',0,0,40920,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108907,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,40920,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108908,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,40920,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108909,'N/A',0,0,40920,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108910,'Other',20,0,40920,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(108911,'Yes',0,0,40921,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108912,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,40921,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108913,'NA',0,0,40921,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108914,'Other',20,0,40921,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108915,'Yes. The shortest route has been put into the plan',0,0,40922,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108916,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,40922,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108917,'NA',0,0,40922,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108918,'Other',20,0,40922,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108919,'Yes. There is more than one exit available.',1,0,40923,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108920,'No. There is only one escape exit available.',0,0,40923,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108921,'Other',20,0,40923,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108922,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,40924,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108923,'No. The exits are not efficient enough for the building.',9,0,40924,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108924,'NA',0,0,40924,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108925,'Other',20,0,40924,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108926,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,40925,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108927,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,40925,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108928,'NA',0,0,40925,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108929,'Other',20,0,40925,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108930,'Yes. Escape routes are kept clear throughout the building.',0,0,40926,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108931,'No. There are obstructions on one or more escape routes.',6,0,40926,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108932,'N/A',0,0,40926,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108933,'Other',20,0,40926,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108934,'Yes. Assembly points are clearly marked.',0,0,40927,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108935,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,40927,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108936,'NA',0,0,40927,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108937,'Other',20,0,40927,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108938,'Yes',0,0,40928,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108939,'No. There is no assembly point or the assembly point is too small.',8,0,40928,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108940,'NA',0,0,40928,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108941,'Other',20,0,40928,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108942,'Evacuation only',3,0,40929,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108943,'Delayed evacuation process with 15 minute time delay',4,0,40929,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108944,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,40929,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108945,'Other',20,0,40929,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108946,'Employees',2,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108947,'Sub-Contractors',3,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108948,'Young Persons',4,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108949,'Visitors',4,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108950,'The General Public (Customers)',4,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108951,'Disabled or Special needs People less able to leave the premises quickly',7,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108952,'Occupants in Remote Areas',6,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108953,'Sleeping Occupants',7,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108954,'Neighbouring Premises',2,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108955,'Tenants / Owners',3,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108956,'Animals / Livestock',2,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108957,'Other',0,0,40931,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108958,'9:00 - 17:00',0,0,40934,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108959,'17:00 - 24:00',0,0,40934,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108960,'24:00 - 9:00',0,0,40934,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108961,'9:00 - 17:00',0,0,40935,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108962,'17:00 - 24:00',0,0,40935,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108963,'24:00 - 9:00',0,0,40935,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108964,'9:00 - 17:00',0,0,40936,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108965,'17:00 - 24:00',0,0,40936,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108966,'24:00 - 9:00',0,0,40936,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108967,'9:00 - 17:00',0,0,40937,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108968,'17:00 - 24:00',0,0,40937,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108969,'24:00 - 9:00',0,0,40937,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108970,'9:00 - 17:00',0,0,40938,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108971,'17:00 - 24:00',0,0,40938,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108972,'24:00 - 9:00',0,0,40938,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108973,'9:00 - 17:00',0,0,40939,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108974,'17:00 - 24:00',0,0,40939,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108975,'24:00 - 9:00',0,0,40939,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108976,'9:00 - 17:00',0,0,40940,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108977,'17:00 - 24:00',0,0,40940,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108978,'24:00 - 9:00',0,0,40940,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108979,'Below 20',1,0,40941,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108980,'20-49',2,0,40941,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108981,'50-99',2,0,40941,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108982,'100-499',3,0,40941,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108983,'500-999',4,0,40941,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108984,'1000',5,0,40941,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108985,'Single Stage Evacuation',0,0,40942,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108986,'Staged Evacuation',0,0,40942,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108987,'Simultaneous Evacuation',0,0,40942,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108988,'Phased Evacuation',0,0,40942,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108989,'Staff Alarm Only',0,0,40942,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108990,'Stay Put Policy',0,0,40942,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108991,'Yes. A responsible person has been nominated.',0,0,40943,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108992,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,40943,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108993,'Other',20,0,40943,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108994,'N/A',0,0,40943,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108995,'Yes. A competent person is available to assist in fire safety measures.',0,0,40944,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108996,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,40944,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108997,'Other',20,0,40944,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108998,'N/A',0,0,40944,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(108999,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,40945,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109000,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,40945,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109001,'Other',20,0,40945,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109002,'N/A',0,0,40945,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109003,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,40947,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109004,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,40947,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109005,'Other',20,0,40947,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109006,'N/A',0,0,40947,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109007,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,40949,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109008,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,40949,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109009,'Other',20,0,40949,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109010,'N/A',0,0,40949,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109011,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,40950,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109012,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,40950,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109013,'Other',20,0,40950,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109014,'N/A',0,0,40950,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109015,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,40951,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109016,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,40951,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109017,'Other',20,0,40951,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109018,'N/A',0,0,40951,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109019,'Yes. The plan is readily available.',0,0,40953,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109020,'No. The plan is not available.',3,0,40953,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109021,'Other',20,0,40953,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109022,'N/A',0,0,40953,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109023,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,40954,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109024,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,40954,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109025,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,40954,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109026,'Other',20,0,40954,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109027,'N/A',0,0,40954,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109028,'Yes. There are suitable arrangements in place to prevent danger.',0,0,40955,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109029,'No. There are not suitable arrangements in place to prevent danger..',4,0,40955,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109030,'Other',20,0,40955,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109031,'N/A',0,0,40955,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109032,'Yes. The company has a full evacuation system in place.',0,0,40956,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109033,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,40956,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109034,'Other',20,0,40956,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109035,'N/A',0,0,40956,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109036,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,40957,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109037,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,40957,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109038,'Other',20,0,40957,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109039,'N/A',0,0,40957,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109040,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,40958,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109041,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,40958,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109042,'Other',20,0,40958,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109043,'N/A',0,0,40958,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109044,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,40959,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109045,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,40959,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109046,'Other',20,0,40959,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109047,'N/A',0,0,40959,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109048,'Yes. They do consider other organisation within the building.',0,0,40960,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109049,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,40960,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109050,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,40960,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109051,'Other',20,0,40960,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109052,'N/A',0,0,40960,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109053,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,40961,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109054,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,40961,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109055,'Other',20,0,40961,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109056,'N/A',0,0,40961,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109057,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,40964,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109058,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,40964,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109059,'No. There is no fire risk logbook.',5,0,40964,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109060,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,40965,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109061,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,40965,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109062,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,40965,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109063,'N/A',0,0,40965,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109064,'Other',20,0,40965,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109065,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,40967,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109066,'Yes. They are installed, and signs are displayed.',0,0,40967,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109067,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,40967,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109068,'N/A',0,0,40967,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109069,'Other',20,0,40967,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109070,'Yes, they are in good condition & positioned correctly.',0,0,40969,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109071,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,40969,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109072,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,40969,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109073,'Other',20,0,40969,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109074,'N/A',0,0,40969,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109075,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,40970,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109076,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,40970,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109077,'Other',20,0,40970,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109078,'N/A',0,0,40970,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109079,'Yes. There is suitable Emergency lighting in the building.',0,0,40971,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109080,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,40971,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109081,'Other',20,0,40971,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109082,'N/A',0,0,40971,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109083,'Yes. They are in good condition with no obstructions.',0,0,40972,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109084,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,40972,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109085,'Other',20,0,40972,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109086,'N/A',0,0,40972,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109087,'Yes. User checks are recorded into the fire risk logbook.',0,0,40974,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109088,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,40974,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109089,'Other',20,0,40974,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109090,'N/A',0,0,40974,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109091,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,40975,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109092,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,40975,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109093,'Other',20,0,40975,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109094,'N/A',0,0,40975,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109095,'Yes. The fire risk assessment is reviewed annually.',0,0,40977,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109096,'No. (Recommend immediate update to ensure compliance.)',5,0,40977,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109097,'NA',5,0,40977,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109098,'Other',20,0,40977,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109099,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,40978,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109100,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,40978,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109101,'N/A',0,0,40978,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109102,'Other',20,0,40978,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109103,'Yes. Training has been provided',0,0,40979,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109104,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,40979,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109105,'Other',20,0,40979,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109106,'N/A',0,0,40979,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109107,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,40980,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109108,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,40980,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109109,'NA',0,0,40980,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109110,'Other',20,0,40980,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109111,'Yes. Training has been documented on induction.',0,0,40981,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109112,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,40981,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109113,'NA',0,0,40981,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109114,'Other',20,0,40981,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109115,'Yes. Once per year.',1,0,40982,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109116,'Yes. Twice per year.',0,0,40982,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109117,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,40982,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109118,'Other',20,0,40982,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109119,'Yes. This is part of the fire training program and fire warden duties.',0,0,40983,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109120,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,40983,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109121,'NA',0,0,40983,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109122,'Other',20,0,40983,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109123,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,40984,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109124,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,40984,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109125,'Other',20,0,40984,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109126,'N/A',0,0,40984,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109127,'Yes. Fire wardens receive refresher training regularly.',0,0,40985,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109128,'No',5,0,40985,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109129,'N/A',0,0,40985,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109130,'Other',20,0,40985,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109131,'Other',20,0,40985,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109132,'Director',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109133,'Owner / Landlord',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109134,'Site Manager',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109135,'Estate Agent',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109136,'Letting Agent',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109137,'Director',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109138,'CEO',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109139,'Fire Warden / Supervisor',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109140,'Fire Risk Assessor',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109141,'Other',0,0,40993,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109142,'Nebosh',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109143,'Level 2 Fire Risk Assessor',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109144,'Competant Person',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109145,'Property Manager',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109146,'Construction Manager',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109147,'Fire Warden / Fire Marshall',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109148,'Director',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109149,'CEO',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109150,'N/A',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109151,'Other',0,0,40994,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109152,'Detached',1,0,41007,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109153,'Semi Detached',2,0,41007,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109154,'Terraced',3,0,41007,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109155,'Linked-Terraced',1,0,41007,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109156,'End Terraced',2,0,41007,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109157,'Other',20,0,41007,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109158,'House',1,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109159,'Bungalow',1,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109160,'Maisonette',3,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109161,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109162,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109163,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109164,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109165,'Underground Property',1,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109166,'Factory / Warehouse',3,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109167,'Garage / Workshop',3,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109168,'Retail Shop',2,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109169,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109170,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109171,'Other',20,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109172,'Other',20,0,41008,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109173,'Yes',1,0,41016,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109174,'No',3,0,41016,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109175,'Unknown',3,0,41016,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109176,'Stone',0,0,41016,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109177,'Other',20,0,41016,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109178,'Yes',1,0,41017,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109179,'No',5,0,41017,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109180,'Unknown',5,0,41017,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109181,'Stone',0,0,41017,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109182,'Other',20,0,41017,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109183,'Yes',1,0,41020,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109184,'No',6,0,41020,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109185,'N/A',0,0,41020,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109186,'Yes',2,0,41023,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109187,'No',8,0,41023,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109188,'N/A',0,0,41023,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109189,'Yes',1,0,41025,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109190,'No',6,0,41025,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109191,'N/A',0,0,41025,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109192,'Yes',1,0,41028,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109193,'No',6,0,41028,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109194,'N/A',0,0,41028,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109195,'Yes',1,0,41030,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109196,'No',6,0,41030,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109197,'N/A',0,0,41030,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109198,'Solid concrete flooring on all levels',0,0,41032,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109199,'Timber joists on all levels',3,0,41032,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109200,'Concrete lowest floor – Timber above higher levels',3,0,41032,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109201,'Other',20,0,41032,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109202,'100%',1,0,41032,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109203,'Pre-1900 solid brick, stone, or concrete',0,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109204,'Cavity brick and block',0,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109205,'Cob',1,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109206,'Concrete inner skin with external curtain outer skin',0,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109207,'Prefabricated timber',3,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109208,'Glass walls with metal post frame',2,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109209,'Other',20,0,41036,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109210,'Very Good',0,0,41037,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109211,'Good',1,0,41037,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109212,'Fair',2,0,41037,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109213,'Poor',3,0,41037,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109214,'Very Poor',4,0,41037,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109215,'Very Good',0,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109216,'Good',1,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109217,'Fair',2,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109218,'Poor',3,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109219,'Very Poor',4,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109220,'Glass walls with metal post frame',2,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109221,'Other',20,0,41038,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109222,'Very Good',0,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109223,'Good',1,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109224,'Fair',2,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109225,'Poor',3,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109226,'Very Poor',4,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109227,'Glass walls with metal post frame',2,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109228,'Other',20,0,41039,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109229,'Very Good',0,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109230,'Good',1,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109231,'Fair',2,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109232,'Poor',3,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109233,'Very Poor',4,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109234,'Glass walls with metal post frame',2,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109235,'Other',20,0,41040,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109236,'Very Good',0,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109237,'Good',1,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109238,'Fair',2,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109239,'Poor',3,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109240,'Very Poor',4,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109241,'Glass walls with metal post frame',2,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109242,'Other',20,0,41041,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109243,'Very Good',0,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109244,'Good',1,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109245,'Fair',2,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109246,'Poor',3,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109247,'Very Poor',4,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109248,'Glass walls with metal post frame',2,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109249,'Other',20,0,41042,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109250,'Very Good',0,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109251,'Good',1,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109252,'Fair',2,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109253,'Poor',3,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109254,'Very Poor',4,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109255,'Glass walls with metal post frame',2,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109256,'Other',20,0,41043,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109257,'Very Good',0,0,41044,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109258,'Good',1,0,41044,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109259,'Fair',2,0,41044,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109260,'Poor',3,0,41044,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109261,'Very Poor',4,0,41044,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(109262,'Fan Heaters',4,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109263,'Electric Heaters',4,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109264,'Gas Heater',5,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109265,'Other Boilers',2,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109266,'Electrical Equipment',3,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109267,'Electrical Leads',3,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109268,'Portable Equipment',3,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109269,'Portable Lighting',2,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109270,'Cooking Equipment',6,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109271,'Other',20,0,41045,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109272,'Wood/Paper/Cardboard etc',3,0,41047,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109273,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41047,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109274,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41047,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109275,'Waste Material Controlled -in locked wheely bin or store',2,0,41047,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109276,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41047,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109277,'Other',20,0,41047,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109278,'Yes. Certification within 6 months',0,0,41049,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109279,'Yes. Certification within 12 months',2,0,41049,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109280,'No certification. (Recommend testing by fire safety specialist)',5,0,41049,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109281,'N/A',0,0,41049,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109282,'Other',20,0,41049,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109283,'Yes. There is a certificate within the last 6 months.',0,0,41051,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109284,'The certificate was issued within the last 12 months.',2,0,41051,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109285,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41051,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109286,'N/A',0,0,41051,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109287,'Other',20,0,41051,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109288,'Yes. Service and test certification is within 12 months',0,0,41053,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109289,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41053,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109290,'N/A',0,0,41053,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109291,'Other',20,0,41053,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109292,'Yes. The EICR test certification is complete within last 5 years',0,0,41055,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109293,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41055,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109294,'N/A',0,0,41055,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109295,'Other',20,0,41055,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109296,'Yes',0,0,41057,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109297,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41057,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109298,'N/A',0,0,41057,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109299,'Other',20,0,41057,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109300,'Yes',0,0,41059,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109301,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41059,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109302,'N/A',0,0,41059,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109303,'Other',20,0,41059,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109304,'Yes',0,0,41061,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109305,'No. There are hot working areas but no fire blankets are present.',5,0,41061,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109306,'N/A',0,0,41061,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109307,'Other',20,0,41061,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109308,'Yes. They are provided and ready to use located in a communal area.',0,0,41063,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109309,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41063,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109310,'N/A',0,0,41063,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109311,'Other',20,0,41063,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109312,'Yes',2,0,41064,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109313,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41064,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109314,'The property does not have a gas connection.',0,0,41064,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109315,'N/A',0,0,41064,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109316,'Yes',0,0,41065,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109317,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41065,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109318,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41065,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109319,'N/A',0,0,41065,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109320,'Other',20,0,41065,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109321,'Yes',0,0,41066,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109322,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41066,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109323,'NA',0,0,41066,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109324,'Other',20,0,41066,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109325,'Yes. The shortest route has been put into the plan',0,0,41067,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109326,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41067,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109327,'NA',0,0,41067,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109328,'Other',20,0,41067,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109329,'Yes. There is more than one exit available.',1,0,41068,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109330,'No. There is only one escape exit available.',0,0,41068,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109331,'Other',20,0,41068,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109332,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41069,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109333,'No. The exits are not efficient enough for the building.',9,0,41069,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109334,'NA',0,0,41069,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109335,'Other',20,0,41069,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109336,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41070,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109337,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41070,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109338,'NA',0,0,41070,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109339,'Other',20,0,41070,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109340,'Yes. Escape routes are kept clear throughout the building.',0,0,41071,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109341,'No. There are obstructions on one or more escape routes.',6,0,41071,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109342,'N/A',0,0,41071,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109343,'Other',20,0,41071,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109344,'Yes. Assembly points are clearly marked.',0,0,41072,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109345,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41072,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109346,'NA',0,0,41072,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109347,'Other',20,0,41072,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109348,'Yes',0,0,41073,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109349,'No. There is no assembly point or the assembly point is too small.',8,0,41073,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109350,'NA',0,0,41073,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109351,'Other',20,0,41073,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109352,'Evacuation only',3,0,41074,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109353,'Delayed evacuation process with 15 minute time delay',4,0,41074,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109354,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41074,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109355,'Other',20,0,41074,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109356,'Employees',2,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109357,'Sub-Contractors',3,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109358,'Young Persons',4,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109359,'Visitors',4,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109360,'The General Public (Customers)',4,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109361,'Disabled or Special needs People less able to leave the premises quickly',7,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109362,'Occupants in Remote Areas',6,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109363,'Sleeping Occupants',7,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109364,'Neighbouring Premises',2,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109365,'Tenants / Owners',3,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109366,'Animals / Livestock',2,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109367,'Other',0,0,41076,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109368,'9:00 - 17:00',0,0,41079,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109369,'17:00 - 24:00',0,0,41079,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109370,'24:00 - 9:00',0,0,41079,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109371,'9:00 - 17:00',0,0,41080,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109372,'17:00 - 24:00',0,0,41080,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109373,'24:00 - 9:00',0,0,41080,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109374,'9:00 - 17:00',0,0,41081,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109375,'17:00 - 24:00',0,0,41081,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109376,'24:00 - 9:00',0,0,41081,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109377,'9:00 - 17:00',0,0,41082,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109378,'17:00 - 24:00',0,0,41082,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109379,'24:00 - 9:00',0,0,41082,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109380,'9:00 - 17:00',0,0,41083,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109381,'17:00 - 24:00',0,0,41083,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109382,'24:00 - 9:00',0,0,41083,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109383,'9:00 - 17:00',0,0,41084,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109384,'17:00 - 24:00',0,0,41084,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109385,'24:00 - 9:00',0,0,41084,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109386,'9:00 - 17:00',0,0,41085,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109387,'17:00 - 24:00',0,0,41085,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109388,'24:00 - 9:00',0,0,41085,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109389,'Below 20',1,0,41086,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109390,'20-49',2,0,41086,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109391,'50-99',2,0,41086,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109392,'100-499',3,0,41086,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109393,'500-999',4,0,41086,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109394,'1000',5,0,41086,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109395,'Single Stage Evacuation',0,0,41087,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109396,'Staged Evacuation',0,0,41087,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109397,'Simultaneous Evacuation',0,0,41087,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109398,'Phased Evacuation',0,0,41087,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109399,'Staff Alarm Only',0,0,41087,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109400,'Stay Put Policy',0,0,41087,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109401,'Yes. A responsible person has been nominated.',0,0,41088,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109402,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41088,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109403,'Other',20,0,41088,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109404,'N/A',0,0,41088,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109405,'Yes. A competent person is available to assist in fire safety measures.',0,0,41089,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109406,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41089,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109407,'Other',20,0,41089,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109408,'N/A',0,0,41089,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109409,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41090,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109410,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41090,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109411,'Other',20,0,41090,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109412,'N/A',0,0,41090,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109413,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41092,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109414,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41092,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109415,'Other',20,0,41092,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109416,'N/A',0,0,41092,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109417,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41094,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109418,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41094,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109419,'Other',20,0,41094,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109420,'N/A',0,0,41094,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109421,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41095,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109422,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41095,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109423,'Other',20,0,41095,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109424,'N/A',0,0,41095,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109425,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41096,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109426,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41096,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109427,'Other',20,0,41096,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109428,'N/A',0,0,41096,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109429,'Yes. The plan is readily available.',0,0,41098,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109430,'No. The plan is not available.',3,0,41098,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109431,'Other',20,0,41098,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109432,'N/A',0,0,41098,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109433,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41099,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109434,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41099,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109435,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41099,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109436,'Other',20,0,41099,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109437,'N/A',0,0,41099,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109438,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41100,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109439,'No. There are not suitable arrangements in place to prevent danger..',4,0,41100,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109440,'Other',20,0,41100,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109441,'N/A',0,0,41100,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109442,'Yes. The company has a full evacuation system in place.',0,0,41101,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109443,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41101,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109444,'Other',20,0,41101,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109445,'N/A',0,0,41101,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109446,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41102,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109447,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41102,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109448,'Other',20,0,41102,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109449,'N/A',0,0,41102,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109450,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41103,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109451,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41103,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109452,'Other',20,0,41103,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109453,'N/A',0,0,41103,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109454,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41104,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109455,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41104,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109456,'Other',20,0,41104,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109457,'N/A',0,0,41104,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109458,'Yes. They do consider other organisation within the building.',0,0,41105,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109459,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41105,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109460,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41105,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109461,'Other',20,0,41105,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109462,'N/A',0,0,41105,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109463,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41106,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109464,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41106,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109465,'Other',20,0,41106,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109466,'N/A',0,0,41106,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109467,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41109,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109468,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41109,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109469,'No. There is no fire risk logbook.',5,0,41109,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109470,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41110,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109471,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41110,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109472,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41110,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109473,'N/A',0,0,41110,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109474,'Other',20,0,41110,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109475,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41112,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109476,'Yes. They are installed, and signs are displayed.',0,0,41112,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109477,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41112,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109478,'N/A',0,0,41112,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109479,'Other',20,0,41112,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109480,'Yes, they are in good condition & positioned correctly.',0,0,41114,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109481,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41114,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109482,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41114,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109483,'Other',20,0,41114,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109484,'N/A',0,0,41114,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109485,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41115,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109486,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41115,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109487,'Other',20,0,41115,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109488,'N/A',0,0,41115,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109489,'Yes. There is suitable Emergency lighting in the building.',0,0,41116,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109490,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41116,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109491,'Other',20,0,41116,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109492,'N/A',0,0,41116,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109493,'Yes. They are in good condition with no obstructions.',0,0,41117,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109494,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41117,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109495,'Other',20,0,41117,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109496,'N/A',0,0,41117,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109497,'Yes. User checks are recorded into the fire risk logbook.',0,0,41119,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109498,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41119,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109499,'Other',20,0,41119,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109500,'N/A',0,0,41119,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109501,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41120,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109502,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41120,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109503,'Other',20,0,41120,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109504,'N/A',0,0,41120,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109505,'Yes. The fire risk assessment is reviewed annually.',0,0,41122,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109506,'No. (Recommend immediate update to ensure compliance.)',5,0,41122,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109507,'NA',5,0,41122,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109508,'Other',20,0,41122,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109509,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41123,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109510,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41123,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109511,'N/A',0,0,41123,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109512,'Other',20,0,41123,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109513,'Yes. Training has been provided',0,0,41124,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109514,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41124,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109515,'Other',20,0,41124,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109516,'N/A',0,0,41124,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109517,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41125,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109518,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41125,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109519,'NA',0,0,41125,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109520,'Other',20,0,41125,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109521,'Yes. Training has been documented on induction.',0,0,41126,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109522,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41126,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109523,'NA',0,0,41126,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109524,'Other',20,0,41126,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109525,'Yes. Once per year.',1,0,41127,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109526,'Yes. Twice per year.',0,0,41127,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109527,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41127,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109528,'Other',20,0,41127,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109529,'Yes. This is part of the fire training program and fire warden duties.',0,0,41128,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109530,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41128,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109531,'NA',0,0,41128,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109532,'Other',20,0,41128,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109533,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41129,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109534,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41129,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109535,'Other',20,0,41129,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109536,'N/A',0,0,41129,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109537,'Yes. Fire wardens receive refresher training regularly.',0,0,41130,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109538,'No',5,0,41130,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109539,'N/A',0,0,41130,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109540,'Other',20,0,41130,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109541,'Other',20,0,41130,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109542,'Director',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109543,'Owner / Landlord',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109544,'Site Manager',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109545,'Estate Agent',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109546,'Letting Agent',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109547,'Director',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109548,'CEO',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109549,'Fire Warden / Supervisor',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109550,'Fire Risk Assessor',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109551,'Other',0,0,41138,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109552,'Nebosh',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109553,'Level 2 Fire Risk Assessor',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109554,'Competant Person',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109555,'Property Manager',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109556,'Construction Manager',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109557,'Fire Warden / Fire Marshall',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109558,'Director',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109559,'CEO',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109560,'N/A',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109561,'Other',0,0,41139,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109562,'Detached',1,0,41152,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109563,'Semi Detached',2,0,41152,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109564,'Terraced',3,0,41152,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109565,'Linked-Terraced',1,0,41152,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109566,'End Terraced',2,0,41152,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109567,'Other',20,0,41152,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109568,'House',1,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109569,'Bungalow',1,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109570,'Maisonette',3,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109571,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109572,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109573,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109574,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109575,'Underground Property',1,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109576,'Factory / Warehouse',3,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109577,'Garage / Workshop',3,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109578,'Retail Shop',2,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109579,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109580,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109581,'Other',20,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109582,'Other',20,0,41153,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109583,'Yes',1,0,41161,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109584,'No',3,0,41161,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109585,'Unknown',3,0,41161,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109586,'Stone',0,0,41161,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109587,'Other',20,0,41161,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109588,'Yes',1,0,41162,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109589,'No',5,0,41162,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109590,'Unknown',5,0,41162,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109591,'Stone',0,0,41162,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109592,'Other',20,0,41162,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109593,'Yes',1,0,41165,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109594,'No',6,0,41165,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109595,'N/A',0,0,41165,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109596,'Yes',2,0,41168,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109597,'No',8,0,41168,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109598,'N/A',0,0,41168,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109599,'Yes',1,0,41170,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109600,'No',6,0,41170,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109601,'N/A',0,0,41170,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109602,'Yes',1,0,41173,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109603,'No',6,0,41173,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109604,'N/A',0,0,41173,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109605,'Yes',1,0,41175,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109606,'No',6,0,41175,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109607,'N/A',0,0,41175,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109608,'Solid concrete flooring on all levels',0,0,41177,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109609,'Timber joists on all levels',3,0,41177,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109610,'Concrete lowest floor – Timber above higher levels',3,0,41177,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109611,'Other',20,0,41177,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109612,'100%',1,0,41177,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109613,'Pre-1900 solid brick, stone, or concrete',0,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109614,'Cavity brick and block',0,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109615,'Cob',1,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109616,'Concrete inner skin with external curtain outer skin',0,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109617,'Prefabricated timber',3,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109618,'Glass walls with metal post frame',2,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109619,'Other',20,0,41181,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109620,'Very Good',0,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109621,'Good',1,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109622,'Fair',2,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109623,'Poor',3,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109624,'Very Poor',4,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109625,'Glass walls with metal post frame',2,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109626,'Other',20,0,41182,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109627,'Very Good',0,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109628,'Good',1,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109629,'Fair',2,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109630,'Poor',3,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109631,'Very Poor',4,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109632,'Glass walls with metal post frame',2,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109633,'Other',20,0,41183,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109634,'Very Good',0,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109635,'Good',1,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109636,'Fair',2,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109637,'Poor',3,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109638,'Very Poor',4,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109639,'Glass walls with metal post frame',2,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109640,'Other',20,0,41184,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109641,'Very Good',0,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109642,'Good',1,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109643,'Fair',2,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109644,'Poor',3,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109645,'Very Poor',4,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109646,'Glass walls with metal post frame',2,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109647,'Other',20,0,41185,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109648,'Very Good',0,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109649,'Good',1,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109650,'Fair',2,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109651,'Poor',3,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109652,'Very Poor',4,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109653,'Glass walls with metal post frame',2,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109654,'Other',20,0,41186,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109655,'Very Good',0,0,41187,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109656,'Good',1,0,41187,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109657,'Fair',2,0,41187,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(109658,'Poor',3,0,41187,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109659,'Very Poor',4,0,41187,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109660,'Glass walls with metal post frame',2,0,41187,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109661,'Other',20,0,41187,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109662,'Very Good',0,0,41188,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109663,'Good',1,0,41188,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109664,'Fair',2,0,41188,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109665,'Poor',3,0,41188,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109666,'Very Poor',4,0,41188,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109667,'Very Good',0,0,41189,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109668,'Good',1,0,41189,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109669,'Fair',2,0,41189,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109670,'Poor',3,0,41189,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109671,'Very Poor',4,0,41189,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(109672,'Fan Heaters',4,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109673,'Electric Heaters',4,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109674,'Gas Heater',5,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109675,'Other Boilers',2,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109676,'Electrical Equipment',3,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109677,'Electrical Leads',3,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109678,'Portable Equipment',3,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109679,'Portable Lighting',2,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109680,'Cooking Equipment',6,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109681,'Other',20,0,41190,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109682,'Wood/Paper/Cardboard etc',3,0,41192,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109683,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41192,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109684,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41192,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109685,'Waste Material Controlled -in locked wheely bin or store',2,0,41192,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109686,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41192,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109687,'Other',20,0,41192,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109688,'Yes. Certification within 6 months',0,0,41194,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109689,'Yes. Certification within 12 months',2,0,41194,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109690,'No certification. (Recommend testing by fire safety specialist)',5,0,41194,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109691,'N/A',0,0,41194,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109692,'Other',20,0,41194,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109693,'Yes. There is a certificate within the last 6 months.',0,0,41196,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109694,'The certificate was issued within the last 12 months.',2,0,41196,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109695,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41196,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109696,'N/A',0,0,41196,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109697,'Other',20,0,41196,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109698,'Yes. Service and test certification is within 12 months',0,0,41198,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109699,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41198,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109700,'N/A',0,0,41198,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109701,'Other',20,0,41198,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109702,'Yes. The EICR test certification is complete within last 5 years',0,0,41200,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109703,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41200,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109704,'N/A',0,0,41200,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109705,'Other',20,0,41200,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109706,'Yes',0,0,41202,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109707,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41202,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109708,'N/A',0,0,41202,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109709,'Other',20,0,41202,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109710,'Yes',0,0,41204,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109711,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41204,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109712,'N/A',0,0,41204,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109713,'Other',20,0,41204,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109714,'Yes',0,0,41206,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109715,'No. There are hot working areas but no fire blankets are present.',5,0,41206,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109716,'N/A',0,0,41206,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109717,'Other',20,0,41206,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109718,'Yes. They are provided and ready to use located in a communal area.',0,0,41208,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109719,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41208,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109720,'N/A',0,0,41208,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109721,'Other',20,0,41208,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109722,'Yes',2,0,41209,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109723,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41209,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109724,'The property does not have a gas connection.',0,0,41209,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109725,'N/A',0,0,41209,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109726,'Yes',0,0,41210,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109727,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41210,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109728,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41210,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109729,'N/A',0,0,41210,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109730,'Other',20,0,41210,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109731,'Yes',0,0,41211,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109732,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41211,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109733,'NA',0,0,41211,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109734,'Other',20,0,41211,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109735,'Yes. The shortest route has been put into the plan',0,0,41212,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109736,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41212,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109737,'NA',0,0,41212,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109738,'Other',20,0,41212,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109739,'Yes. There is more than one exit available.',1,0,41213,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109740,'No. There is only one escape exit available.',0,0,41213,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109741,'Other',20,0,41213,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109742,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41214,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109743,'No. The exits are not efficient enough for the building.',9,0,41214,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109744,'NA',0,0,41214,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109745,'Other',20,0,41214,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109746,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41215,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109747,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41215,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109748,'NA',0,0,41215,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109749,'Other',20,0,41215,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109750,'Yes. Escape routes are kept clear throughout the building.',0,0,41216,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109751,'No. There are obstructions on one or more escape routes.',6,0,41216,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109752,'N/A',0,0,41216,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109753,'Other',20,0,41216,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109754,'Yes. Assembly points are clearly marked.',0,0,41217,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109755,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41217,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109756,'NA',0,0,41217,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109757,'Other',20,0,41217,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109758,'Yes',0,0,41218,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109759,'No. There is no assembly point or the assembly point is too small.',8,0,41218,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109760,'NA',0,0,41218,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109761,'Other',20,0,41218,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109762,'Evacuation only',3,0,41219,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109763,'Delayed evacuation process with 15 minute time delay',4,0,41219,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109764,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41219,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109765,'Other',20,0,41219,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109766,'Employees',2,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109767,'Sub-Contractors',3,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109768,'Young Persons',4,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109769,'Visitors',4,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109770,'The General Public (Customers)',4,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109771,'Disabled or Special needs People less able to leave the premises quickly',7,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109772,'Occupants in Remote Areas',6,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109773,'Sleeping Occupants',7,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109774,'Neighbouring Premises',2,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109775,'Tenants / Owners',3,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109776,'Animals / Livestock',2,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109777,'Other',0,0,41221,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109778,'9:00 - 17:00',0,0,41224,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109779,'17:00 - 24:00',0,0,41224,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109780,'24:00 - 9:00',0,0,41224,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109781,'9:00 - 17:00',0,0,41225,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109782,'17:00 - 24:00',0,0,41225,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109783,'24:00 - 9:00',0,0,41225,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109784,'9:00 - 17:00',0,0,41226,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109785,'17:00 - 24:00',0,0,41226,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109786,'24:00 - 9:00',0,0,41226,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109787,'9:00 - 17:00',0,0,41227,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109788,'17:00 - 24:00',0,0,41227,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109789,'24:00 - 9:00',0,0,41227,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109790,'9:00 - 17:00',0,0,41228,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109791,'17:00 - 24:00',0,0,41228,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109792,'24:00 - 9:00',0,0,41228,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109793,'9:00 - 17:00',0,0,41229,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109794,'17:00 - 24:00',0,0,41229,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109795,'24:00 - 9:00',0,0,41229,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109796,'9:00 - 17:00',0,0,41230,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109797,'17:00 - 24:00',0,0,41230,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109798,'24:00 - 9:00',0,0,41230,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109799,'Below 20',1,0,41231,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109800,'20-49',2,0,41231,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109801,'50-99',2,0,41231,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109802,'100-499',3,0,41231,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109803,'500-999',4,0,41231,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109804,'1000',5,0,41231,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109805,'Single Stage Evacuation',0,0,41232,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109806,'Staged Evacuation',0,0,41232,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109807,'Simultaneous Evacuation',0,0,41232,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109808,'Phased Evacuation',0,0,41232,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109809,'Staff Alarm Only',0,0,41232,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109810,'Stay Put Policy',0,0,41232,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109811,'Yes. A responsible person has been nominated.',0,0,41233,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109812,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41233,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109813,'Other',20,0,41233,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109814,'N/A',0,0,41233,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109815,'Yes. A competent person is available to assist in fire safety measures.',0,0,41234,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109816,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41234,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109817,'Other',20,0,41234,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109818,'N/A',0,0,41234,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109819,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41235,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109820,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41235,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109821,'Other',20,0,41235,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109822,'N/A',0,0,41235,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109823,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41237,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109824,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41237,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(109825,'Other',20,0,41237,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109826,'N/A',0,0,41237,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109827,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41239,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109828,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41239,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109829,'Other',20,0,41239,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109830,'N/A',0,0,41239,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109831,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41240,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109832,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41240,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109833,'Other',20,0,41240,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109834,'N/A',0,0,41240,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109835,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41241,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109836,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41241,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109837,'Other',20,0,41241,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109838,'N/A',0,0,41241,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109839,'Yes. The plan is readily available.',0,0,41243,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109840,'No. The plan is not available.',3,0,41243,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109841,'Other',20,0,41243,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109842,'N/A',0,0,41243,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109843,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41244,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109844,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41244,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109845,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41244,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109846,'Other',20,0,41244,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109847,'N/A',0,0,41244,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109848,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41245,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109849,'No. There are not suitable arrangements in place to prevent danger..',4,0,41245,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109850,'Other',20,0,41245,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109851,'N/A',0,0,41245,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109852,'Yes. The company has a full evacuation system in place.',0,0,41246,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109853,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41246,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109854,'Other',20,0,41246,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109855,'N/A',0,0,41246,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109856,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41247,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109857,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41247,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109858,'Other',20,0,41247,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109859,'N/A',0,0,41247,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109860,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41248,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109861,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41248,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109862,'Other',20,0,41248,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109863,'N/A',0,0,41248,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109864,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41249,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109865,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41249,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109866,'Other',20,0,41249,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109867,'N/A',0,0,41249,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109868,'Yes. They do consider other organisation within the building.',0,0,41250,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109869,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41250,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109870,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41250,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109871,'Other',20,0,41250,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109872,'N/A',0,0,41250,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109873,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41251,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109874,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41251,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109875,'Other',20,0,41251,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109876,'N/A',0,0,41251,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109877,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41254,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109878,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41254,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109879,'No. There is no fire risk logbook.',5,0,41254,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109880,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41255,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109881,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41255,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109882,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41255,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109883,'N/A',0,0,41255,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109884,'Other',20,0,41255,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109885,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41257,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109886,'Yes. They are installed, and signs are displayed.',0,0,41257,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109887,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41257,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109888,'N/A',0,0,41257,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109889,'Other',20,0,41257,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109890,'Yes, they are in good condition & positioned correctly.',0,0,41259,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109891,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41259,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109892,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41259,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109893,'Other',20,0,41259,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109894,'N/A',0,0,41259,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109895,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41260,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109896,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41260,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109897,'Other',20,0,41260,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109898,'N/A',0,0,41260,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109899,'Yes. There is suitable Emergency lighting in the building.',0,0,41261,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109900,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41261,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109901,'Other',20,0,41261,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109902,'N/A',0,0,41261,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109903,'Yes. They are in good condition with no obstructions.',0,0,41262,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109904,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41262,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109905,'Other',20,0,41262,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109906,'N/A',0,0,41262,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109907,'Yes. User checks are recorded into the fire risk logbook.',0,0,41264,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109908,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41264,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109909,'Other',20,0,41264,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109910,'N/A',0,0,41264,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109911,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41265,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109912,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41265,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109913,'Other',20,0,41265,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109914,'N/A',0,0,41265,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109915,'Yes. The fire risk assessment is reviewed annually.',0,0,41267,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109916,'No. (Recommend immediate update to ensure compliance.)',5,0,41267,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109917,'NA',5,0,41267,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109918,'Other',20,0,41267,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109919,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41268,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109920,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41268,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109921,'N/A',0,0,41268,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109922,'Other',20,0,41268,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109923,'Yes. Training has been provided',0,0,41269,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109924,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41269,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109925,'Other',20,0,41269,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109926,'N/A',0,0,41269,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109927,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41270,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109928,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41270,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109929,'NA',0,0,41270,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109930,'Other',20,0,41270,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109931,'Yes. Training has been documented on induction.',0,0,41271,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109932,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41271,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109933,'NA',0,0,41271,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109934,'Other',20,0,41271,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109935,'Yes. Once per year.',1,0,41272,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109936,'Yes. Twice per year.',0,0,41272,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109937,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41272,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109938,'Other',20,0,41272,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109939,'Yes. This is part of the fire training program and fire warden duties.',0,0,41273,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109940,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41273,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109941,'NA',0,0,41273,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109942,'Other',20,0,41273,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109943,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41274,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109944,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41274,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109945,'Other',20,0,41274,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109946,'N/A',0,0,41274,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109947,'Yes. Fire wardens receive refresher training regularly.',0,0,41275,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109948,'No',5,0,41275,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109949,'N/A',0,0,41275,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109950,'Other',20,0,41275,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109951,'Other',20,0,41275,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109952,'Director',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109953,'Owner / Landlord',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109954,'Site Manager',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109955,'Estate Agent',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109956,'Letting Agent',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109957,'Director',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109958,'CEO',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109959,'Fire Warden / Supervisor',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109960,'Fire Risk Assessor',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109961,'Other',0,0,41283,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109962,'Nebosh',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109963,'Level 2 Fire Risk Assessor',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109964,'Competant Person',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109965,'Property Manager',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109966,'Construction Manager',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109967,'Fire Warden / Fire Marshall',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109968,'Director',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109969,'CEO',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109970,'N/A',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109971,'Other',0,0,41284,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109972,'Detached',1,0,41297,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109973,'Semi Detached',2,0,41297,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109974,'Terraced',3,0,41297,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109975,'Linked-Terraced',1,0,41297,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109976,'End Terraced',2,0,41297,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109977,'Other',20,0,41297,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109978,'House',1,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109979,'Bungalow',1,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109980,'Maisonette',3,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109981,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109982,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109983,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109984,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109985,'Underground Property',1,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109986,'Factory / Warehouse',3,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109987,'Garage / Workshop',3,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109988,'Retail Shop',2,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109989,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109990,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109991,'Other',20,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109992,'Other',20,0,41298,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109993,'Yes',1,0,41306,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109994,'No',3,0,41306,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109995,'Unknown',3,0,41306,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109996,'Stone',0,0,41306,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109997,'Other',20,0,41306,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109998,'Yes',1,0,41307,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(109999,'No',5,0,41307,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110000,'Unknown',5,0,41307,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110001,'Stone',0,0,41307,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110002,'Other',20,0,41307,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110003,'Yes',1,0,41310,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110004,'No',6,0,41310,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110005,'N/A',0,0,41310,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110006,'Yes',2,0,41313,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110007,'No',8,0,41313,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110008,'N/A',0,0,41313,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110009,'Yes',1,0,41315,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110010,'No',6,0,41315,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110011,'N/A',0,0,41315,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110012,'Yes',1,0,41318,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110013,'No',6,0,41318,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110014,'N/A',0,0,41318,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110015,'Yes',1,0,41320,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110016,'No',6,0,41320,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110017,'N/A',0,0,41320,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110018,'Solid concrete flooring on all levels',0,0,41322,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110019,'Timber joists on all levels',3,0,41322,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110020,'Concrete lowest floor – Timber above higher levels',3,0,41322,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110021,'Other',20,0,41322,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110022,'100%',1,0,41322,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110023,'Pre-1900 solid brick, stone, or concrete',0,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110024,'Cavity brick and block',0,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110025,'Cob',1,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110026,'Concrete inner skin with external curtain outer skin',0,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110027,'Prefabricated timber',3,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110028,'Glass walls with metal post frame',2,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110029,'Other',20,0,41326,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110030,'Very Good',0,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110031,'Good',1,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110032,'Fair',2,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110033,'Poor',3,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110034,'Very Poor',4,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110035,'Glass walls with metal post frame',2,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110036,'Other',20,0,41327,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110037,'Very Good',0,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110038,'Good',1,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110039,'Fair',2,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110040,'Poor',3,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110041,'Very Poor',4,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110042,'Glass walls with metal post frame',2,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110043,'Other',20,0,41328,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110044,'Very Good',0,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110045,'Good',1,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110046,'Fair',2,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110047,'Poor',3,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110048,'Very Poor',4,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110049,'Glass walls with metal post frame',2,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110050,'Other',20,0,41329,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110051,'Very Good',0,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110052,'Good',1,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110053,'Fair',2,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110054,'Poor',3,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110055,'Very Poor',4,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110056,'Glass walls with metal post frame',2,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110057,'Other',20,0,41330,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110058,'Very Good',0,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110059,'Good',1,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110060,'Fair',2,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110061,'Poor',3,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110062,'Very Poor',4,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110063,'Glass walls with metal post frame',2,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110064,'Other',20,0,41331,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110065,'Very Good',0,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110066,'Good',1,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110067,'Fair',2,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110068,'Poor',3,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110069,'Very Poor',4,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110070,'Glass walls with metal post frame',2,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110071,'Other',20,0,41332,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110072,'Very Good',0,0,41333,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110073,'Good',1,0,41333,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110074,'Fair',2,0,41333,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110075,'Poor',3,0,41333,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110076,'Very Poor',4,0,41333,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110077,'Very Good',0,0,41334,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110078,'Good',1,0,41334,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110079,'Fair',2,0,41334,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110080,'Poor',3,0,41334,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110081,'Very Poor',4,0,41334,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(110082,'Fan Heaters',4,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110083,'Electric Heaters',4,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110084,'Gas Heater',5,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110085,'Other Boilers',2,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110086,'Electrical Equipment',3,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110087,'Electrical Leads',3,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110088,'Portable Equipment',3,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110089,'Portable Lighting',2,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110090,'Cooking Equipment',6,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110091,'Other',20,0,41335,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110092,'Wood/Paper/Cardboard etc',3,0,41337,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110093,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41337,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110094,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41337,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110095,'Waste Material Controlled -in locked wheely bin or store',2,0,41337,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110096,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41337,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110097,'Other',20,0,41337,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110098,'Yes. Certification within 6 months',0,0,41339,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110099,'Yes. Certification within 12 months',2,0,41339,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110100,'No certification. (Recommend testing by fire safety specialist)',5,0,41339,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110101,'N/A',0,0,41339,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110102,'Other',20,0,41339,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110103,'Yes. There is a certificate within the last 6 months.',0,0,41341,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110104,'The certificate was issued within the last 12 months.',2,0,41341,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110105,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41341,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110106,'N/A',0,0,41341,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110107,'Other',20,0,41341,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110108,'Yes. Service and test certification is within 12 months',0,0,41343,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110109,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41343,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110110,'N/A',0,0,41343,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110111,'Other',20,0,41343,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110112,'Yes. The EICR test certification is complete within last 5 years',0,0,41345,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110113,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41345,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110114,'N/A',0,0,41345,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110115,'Other',20,0,41345,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110116,'Yes',0,0,41347,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110117,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41347,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110118,'N/A',0,0,41347,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110119,'Other',20,0,41347,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110120,'Yes',0,0,41349,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110121,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41349,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110122,'N/A',0,0,41349,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110123,'Other',20,0,41349,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110124,'Yes',0,0,41351,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110125,'No. There are hot working areas but no fire blankets are present.',5,0,41351,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110126,'N/A',0,0,41351,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110127,'Other',20,0,41351,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110128,'Yes. They are provided and ready to use located in a communal area.',0,0,41353,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110129,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41353,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110130,'N/A',0,0,41353,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110131,'Other',20,0,41353,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110132,'Yes',2,0,41354,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110133,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41354,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110134,'The property does not have a gas connection.',0,0,41354,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110135,'N/A',0,0,41354,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110136,'Yes. Escape routes are kept clear throughout the building.',0,0,41355,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110137,'No. There are obstructions on one or more escape routes.',6,0,41355,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110138,'N/A',0,0,41355,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110139,'Other',20,0,41355,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110140,'Yes. Assembly points are clearly marked.',0,0,41356,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110141,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41356,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110142,'NA',0,0,41356,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110143,'Other',20,0,41356,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110144,'Yes',0,0,41357,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110145,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41357,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110146,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41357,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110147,'N/A',0,0,41357,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110148,'Other',20,0,41357,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110149,'Yes',0,0,41358,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110150,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41358,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110151,'NA',0,0,41358,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110152,'Other',20,0,41358,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110153,'Yes. The shortest route has been put into the plan',0,0,41359,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110154,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41359,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110155,'NA',0,0,41359,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110156,'Other',20,0,41359,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110157,'Yes. There is more than one exit available.',1,0,41360,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110158,'No. There is only one escape exit available.',0,0,41360,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110159,'Other',20,0,41360,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110160,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41361,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110161,'No. The exits are not efficient enough for the building.',9,0,41361,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110162,'NA',0,0,41361,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110163,'Other',20,0,41361,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110164,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41362,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110165,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41362,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110166,'NA',0,0,41362,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110167,'Other',20,0,41362,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110168,'Yes',0,0,41363,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110169,'No. There is no assembly point or the assembly point is too small.',8,0,41363,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110170,'NA',0,0,41363,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110171,'Other',20,0,41363,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110172,'Evacuation only',3,0,41364,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110173,'Delayed evacuation process with 15 minute time delay',4,0,41364,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110174,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41364,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110175,'Other',20,0,41364,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110176,'Employees',2,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110177,'Sub-Contractors',3,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110178,'Young Persons',4,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110179,'Visitors',4,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110180,'The General Public (Customers)',4,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110181,'Disabled or Special needs People less able to leave the premises quickly',7,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110182,'Occupants in Remote Areas',6,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110183,'Sleeping Occupants',7,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110184,'Neighbouring Premises',2,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110185,'Tenants / Owners',3,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110186,'Animals / Livestock',2,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110187,'Other',0,0,41366,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110188,'9:00 - 17:00',0,0,41369,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110189,'17:00 - 24:00',0,0,41369,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110190,'24:00 - 9:00',0,0,41369,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110191,'9:00 - 17:00',0,0,41370,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110192,'17:00 - 24:00',0,0,41370,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110193,'24:00 - 9:00',0,0,41370,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110194,'9:00 - 17:00',0,0,41371,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110195,'17:00 - 24:00',0,0,41371,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110196,'24:00 - 9:00',0,0,41371,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110197,'9:00 - 17:00',0,0,41372,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110198,'17:00 - 24:00',0,0,41372,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110199,'24:00 - 9:00',0,0,41372,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110200,'9:00 - 17:00',0,0,41373,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110201,'17:00 - 24:00',0,0,41373,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110202,'24:00 - 9:00',0,0,41373,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110203,'9:00 - 17:00',0,0,41374,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110204,'17:00 - 24:00',0,0,41374,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110205,'24:00 - 9:00',0,0,41374,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110206,'9:00 - 17:00',0,0,41375,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110207,'17:00 - 24:00',0,0,41375,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110208,'24:00 - 9:00',0,0,41375,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110209,'Below 20',1,0,41376,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110210,'20-49',2,0,41376,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110211,'50-99',2,0,41376,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110212,'100-499',3,0,41376,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110213,'500-999',4,0,41376,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110214,'1000',5,0,41376,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110215,'Single Stage Evacuation',0,0,41377,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110216,'Staged Evacuation',0,0,41377,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110217,'Simultaneous Evacuation',0,0,41377,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110218,'Phased Evacuation',0,0,41377,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110219,'Staff Alarm Only',0,0,41377,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110220,'Stay Put Policy',0,0,41377,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110221,'Yes. A responsible person has been nominated.',0,0,41378,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110222,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41378,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110223,'Other',20,0,41378,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110224,'N/A',0,0,41378,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110225,'Yes. A competent person is available to assist in fire safety measures.',0,0,41379,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110226,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41379,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110227,'Other',20,0,41379,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110228,'N/A',0,0,41379,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110229,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41380,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110230,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41380,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110231,'Other',20,0,41380,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110232,'N/A',0,0,41380,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110233,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41382,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110234,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41382,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110235,'Other',20,0,41382,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110236,'N/A',0,0,41382,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110237,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41384,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110238,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41384,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110239,'Other',20,0,41384,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110240,'N/A',0,0,41384,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110241,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41385,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110242,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41385,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110243,'Other',20,0,41385,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110244,'N/A',0,0,41385,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110245,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41386,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110246,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41386,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110247,'Other',20,0,41386,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110248,'N/A',0,0,41386,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110249,'Yes. The plan is readily available.',0,0,41388,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110250,'No. The plan is not available.',3,0,41388,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110251,'Other',20,0,41388,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110252,'N/A',0,0,41388,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110253,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41389,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110254,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41389,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110255,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41389,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110256,'Other',20,0,41389,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110257,'N/A',0,0,41389,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110258,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41390,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110259,'No. There are not suitable arrangements in place to prevent danger..',4,0,41390,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110260,'Other',20,0,41390,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110261,'N/A',0,0,41390,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110262,'Yes. The company has a full evacuation system in place.',0,0,41391,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110263,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41391,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110264,'Other',20,0,41391,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110265,'N/A',0,0,41391,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110266,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41392,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110267,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41392,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110268,'Other',20,0,41392,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110269,'N/A',0,0,41392,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110270,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41393,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110271,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41393,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110272,'Other',20,0,41393,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110273,'N/A',0,0,41393,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110274,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41394,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110275,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41394,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110276,'Other',20,0,41394,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110277,'N/A',0,0,41394,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110278,'Yes. They do consider other organisation within the building.',0,0,41395,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110279,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41395,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110280,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41395,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110281,'Other',20,0,41395,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110282,'N/A',0,0,41395,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110283,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41396,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110284,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41396,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110285,'Other',20,0,41396,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110286,'N/A',0,0,41396,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110287,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41399,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110288,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41399,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110289,'No. There is no fire risk logbook.',5,0,41399,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110290,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41400,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110291,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41400,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110292,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41400,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110293,'N/A',0,0,41400,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110294,'Other',20,0,41400,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110295,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41402,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110296,'Yes. They are installed, and signs are displayed.',0,0,41402,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110297,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41402,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110298,'N/A',0,0,41402,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110299,'Other',20,0,41402,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110300,'Yes, they are in good condition & positioned correctly.',0,0,41404,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110301,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41404,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110302,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41404,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110303,'Other',20,0,41404,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110304,'N/A',0,0,41404,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110305,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41405,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110306,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41405,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110307,'Other',20,0,41405,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110308,'N/A',0,0,41405,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110309,'Yes. There is suitable Emergency lighting in the building.',0,0,41406,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110310,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41406,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110311,'Other',20,0,41406,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110312,'N/A',0,0,41406,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110313,'Yes. They are in good condition with no obstructions.',0,0,41407,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110314,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41407,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110315,'Other',20,0,41407,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110316,'N/A',0,0,41407,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110317,'Yes. User checks are recorded into the fire risk logbook.',0,0,41409,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110318,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41409,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110319,'Other',20,0,41409,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110320,'N/A',0,0,41409,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110321,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41410,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110322,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41410,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110323,'Other',20,0,41410,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110324,'N/A',0,0,41410,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110325,'Yes. The fire risk assessment is reviewed annually.',0,0,41412,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110326,'No. (Recommend immediate update to ensure compliance.)',5,0,41412,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110327,'NA',5,0,41412,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110328,'Other',20,0,41412,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110329,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41413,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110330,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41413,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110331,'N/A',0,0,41413,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110332,'Other',20,0,41413,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110333,'Yes. Training has been provided',0,0,41414,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110334,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41414,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110335,'Other',20,0,41414,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110336,'N/A',0,0,41414,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110337,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41415,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110338,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41415,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110339,'NA',0,0,41415,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110340,'Other',20,0,41415,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110341,'Yes. Training has been documented on induction.',0,0,41416,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110342,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41416,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110343,'NA',0,0,41416,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110344,'Other',20,0,41416,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110345,'Yes. Once per year.',1,0,41417,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110346,'Yes. Twice per year.',0,0,41417,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110347,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41417,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110348,'Other',20,0,41417,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110349,'Yes. This is part of the fire training program and fire warden duties.',0,0,41418,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110350,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41418,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110351,'NA',0,0,41418,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110352,'Other',20,0,41418,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110353,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41419,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110354,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41419,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110355,'Other',20,0,41419,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110356,'N/A',0,0,41419,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110357,'Yes. Fire wardens receive refresher training regularly.',0,0,41420,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110358,'No',5,0,41420,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110359,'N/A',0,0,41420,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110360,'Other',20,0,41420,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110361,'Other',20,0,41420,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110362,'Director',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110363,'Owner / Landlord',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110364,'Site Manager',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110365,'Estate Agent',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110366,'Letting Agent',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110367,'Director',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110368,'CEO',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110369,'Fire Warden / Supervisor',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110370,'Fire Risk Assessor',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110371,'Other',0,0,41428,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110372,'Nebosh',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110373,'Level 2 Fire Risk Assessor',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110374,'Competant Person',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110375,'Property Manager',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110376,'Construction Manager',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110377,'Fire Warden / Fire Marshall',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110378,'Director',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110379,'CEO',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110380,'N/A',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110381,'Other',0,0,41429,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110382,'Detached',1,0,41442,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110383,'Semi Detached',2,0,41442,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110384,'Terraced',3,0,41442,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110385,'Linked-Terraced',1,0,41442,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110386,'End Terraced',2,0,41442,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110387,'Other',20,0,41442,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110388,'House',1,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110389,'Bungalow',1,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110390,'Maisonette',3,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110391,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110392,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110393,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110394,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110395,'Underground Property',1,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110396,'Factory / Warehouse',3,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110397,'Garage / Workshop',3,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110398,'Retail Shop',2,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110399,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110400,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110401,'Other',20,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110402,'Other',20,0,41443,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110403,'Yes',1,0,41451,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110404,'No',3,0,41451,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110405,'Unknown',3,0,41451,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110406,'Stone',0,0,41451,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110407,'Other',20,0,41451,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110408,'Yes',1,0,41452,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110409,'No',5,0,41452,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110410,'Unknown',5,0,41452,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110411,'Stone',0,0,41452,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110412,'Other',20,0,41452,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110413,'Yes',1,0,41455,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110414,'No',6,0,41455,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110415,'N/A',0,0,41455,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110416,'Yes',2,0,41458,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110417,'No',8,0,41458,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110418,'N/A',0,0,41458,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110419,'Yes',1,0,41460,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110420,'No',6,0,41460,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110421,'N/A',0,0,41460,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110422,'Yes',1,0,41463,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110423,'No',6,0,41463,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110424,'N/A',0,0,41463,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110425,'Yes',1,0,41465,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110426,'No',6,0,41465,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110427,'N/A',0,0,41465,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110428,'Solid concrete flooring on all levels',0,0,41467,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110429,'Timber joists on all levels',3,0,41467,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110430,'Concrete lowest floor – Timber above higher levels',3,0,41467,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110431,'Other',20,0,41467,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110432,'100%',1,0,41467,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110433,'Pre-1900 solid brick, stone, or concrete',0,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110434,'Cavity brick and block',0,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110435,'Cob',1,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110436,'Concrete inner skin with external curtain outer skin',0,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110437,'Prefabricated timber',3,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110438,'Glass walls with metal post frame',2,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110439,'Other',20,0,41471,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110440,'Very Good',0,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110441,'Good',1,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110442,'Fair',2,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110443,'Poor',3,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110444,'Very Poor',4,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110445,'Glass walls with metal post frame',2,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110446,'Other',20,0,41472,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110447,'Very Good',0,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110448,'Good',1,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110449,'Fair',2,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110450,'Poor',3,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110451,'Very Poor',4,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110452,'Glass walls with metal post frame',2,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110453,'Other',20,0,41473,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110454,'Very Good',0,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110455,'Good',1,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110456,'Fair',2,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110457,'Poor',3,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110458,'Very Poor',4,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110459,'Glass walls with metal post frame',2,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110460,'Other',20,0,41474,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110461,'Very Good',0,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110462,'Good',1,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110463,'Fair',2,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110464,'Poor',3,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110465,'Very Poor',4,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110466,'Glass walls with metal post frame',2,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110467,'Other',20,0,41475,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110468,'Very Good',0,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110469,'Good',1,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110470,'Fair',2,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110471,'Poor',3,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110472,'Very Poor',4,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110473,'Glass walls with metal post frame',2,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110474,'Other',20,0,41476,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110475,'Very Good',0,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110476,'Good',1,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110477,'Fair',2,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110478,'Poor',3,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110479,'Very Poor',4,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110480,'Glass walls with metal post frame',2,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110481,'Other',20,0,41477,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110482,'Very Good',0,0,41478,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110483,'Good',1,0,41478,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110484,'Fair',2,0,41478,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110485,'Poor',3,0,41478,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110486,'Very Poor',4,0,41478,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110487,'Very Good',0,0,41479,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110488,'Good',1,0,41479,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110489,'Fair',2,0,41479,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110490,'Poor',3,0,41479,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110491,'Very Poor',4,0,41479,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(110492,'Fan Heaters',4,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110493,'Electric Heaters',4,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110494,'Gas Heater',5,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110495,'Other Boilers',2,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110496,'Electrical Equipment',3,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110497,'Electrical Leads',3,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110498,'Portable Equipment',3,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110499,'Portable Lighting',2,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110500,'Cooking Equipment',6,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110501,'Other',20,0,41481,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110502,'Wood/Paper/Cardboard etc',3,0,41483,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110503,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41483,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110504,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41483,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110505,'Waste Material Controlled -in locked wheely bin or store',2,0,41483,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110506,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41483,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110507,'Other',20,0,41483,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110508,'Yes. Certification within 6 months',0,0,41485,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110509,'Yes. Certification within 12 months',2,0,41485,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110510,'No certification. (Recommend testing by fire safety specialist)',5,0,41485,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110511,'N/A',0,0,41485,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110512,'Other',20,0,41485,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110513,'Yes. There is a certificate within the last 6 months.',0,0,41487,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110514,'The certificate was issued within the last 12 months.',2,0,41487,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110515,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41487,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110516,'N/A',0,0,41487,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110517,'Other',20,0,41487,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110518,'Yes. Service and test certification is within 12 months',0,0,41489,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110519,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41489,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110520,'N/A',0,0,41489,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110521,'Other',20,0,41489,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110522,'Yes. The EICR test certification is complete within last 5 years',0,0,41491,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110523,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41491,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110524,'N/A',0,0,41491,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110525,'Other',20,0,41491,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110526,'Yes',0,0,41493,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110527,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41493,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110528,'N/A',0,0,41493,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110529,'Other',20,0,41493,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110530,'Yes',0,0,41495,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110531,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41495,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110532,'N/A',0,0,41495,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110533,'Other',20,0,41495,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110534,'Yes',0,0,41497,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110535,'No. There are hot working areas but no fire blankets are present.',5,0,41497,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110536,'N/A',0,0,41497,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110537,'Other',20,0,41497,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110538,'Yes. They are provided and ready to use located in a communal area.',0,0,41499,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110539,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41499,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110540,'N/A',0,0,41499,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110541,'Other',20,0,41499,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110542,'Yes',2,0,41500,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110543,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41500,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110544,'The property does not have a gas connection.',0,0,41500,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110545,'N/A',0,0,41500,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110546,'Yes. Escape routes are kept clear throughout the building.',0,0,41501,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110547,'No. There are obstructions on one or more escape routes.',6,0,41501,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110548,'N/A',0,0,41501,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110549,'Other',20,0,41501,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110550,'Yes. Assembly points are clearly marked.',0,0,41502,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110551,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41502,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110552,'NA',0,0,41502,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110553,'Other',20,0,41502,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110554,'Yes',0,0,41503,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110555,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41503,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110556,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41503,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110557,'N/A',0,0,41503,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110558,'Other',20,0,41503,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110559,'Yes',0,0,41504,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110560,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41504,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110561,'NA',0,0,41504,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110562,'Other',20,0,41504,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110563,'Yes. The shortest route has been put into the plan',0,0,41505,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110564,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41505,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110565,'NA',0,0,41505,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110566,'Other',20,0,41505,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110567,'Yes. There is more than one exit available.',1,0,41506,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110568,'No. There is only one escape exit available.',0,0,41506,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110569,'Other',20,0,41506,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110570,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41507,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110571,'No. The exits are not efficient enough for the building.',9,0,41507,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110572,'NA',0,0,41507,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110573,'Other',20,0,41507,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110574,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41508,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110575,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41508,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110576,'NA',0,0,41508,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110577,'Other',20,0,41508,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110578,'Yes',0,0,41509,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110579,'No. There is no assembly point or the assembly point is too small.',8,0,41509,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110580,'NA',0,0,41509,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110581,'Other',20,0,41509,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110582,'Evacuation only',3,0,41510,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110583,'Delayed evacuation process with 15 minute time delay',4,0,41510,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110584,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41510,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110585,'Other',20,0,41510,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110586,'Employees',2,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110587,'Sub-Contractors',3,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110588,'Young Persons',4,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110589,'Visitors',4,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110590,'The General Public (Customers)',4,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110591,'Disabled or Special needs People less able to leave the premises quickly',7,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110592,'Occupants in Remote Areas',6,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110593,'Sleeping Occupants',7,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110594,'Neighbouring Premises',2,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110595,'Tenants / Owners',3,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110596,'Animals / Livestock',2,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110597,'Other',0,0,41512,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110598,'9:00 - 17:00',0,0,41515,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110599,'17:00 - 24:00',0,0,41515,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110600,'24:00 - 9:00',0,0,41515,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110601,'9:00 - 17:00',0,0,41516,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110602,'17:00 - 24:00',0,0,41516,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110603,'24:00 - 9:00',0,0,41516,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110604,'9:00 - 17:00',0,0,41517,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110605,'17:00 - 24:00',0,0,41517,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110606,'24:00 - 9:00',0,0,41517,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110607,'9:00 - 17:00',0,0,41518,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110608,'17:00 - 24:00',0,0,41518,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110609,'24:00 - 9:00',0,0,41518,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110610,'9:00 - 17:00',0,0,41519,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110611,'17:00 - 24:00',0,0,41519,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110612,'24:00 - 9:00',0,0,41519,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110613,'9:00 - 17:00',0,0,41520,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110614,'17:00 - 24:00',0,0,41520,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110615,'24:00 - 9:00',0,0,41520,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110616,'9:00 - 17:00',0,0,41521,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110617,'17:00 - 24:00',0,0,41521,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110618,'24:00 - 9:00',0,0,41521,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110619,'Below 20',1,0,41522,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110620,'20-49',2,0,41522,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110621,'50-99',2,0,41522,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110622,'100-499',3,0,41522,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110623,'500-999',4,0,41522,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110624,'1000',5,0,41522,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110625,'Single Stage Evacuation',0,0,41523,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110626,'Staged Evacuation',0,0,41523,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110627,'Simultaneous Evacuation',0,0,41523,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110628,'Phased Evacuation',0,0,41523,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110629,'Staff Alarm Only',0,0,41523,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110630,'Stay Put Policy',0,0,41523,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110631,'Yes. A responsible person has been nominated.',0,0,41524,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110632,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41524,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110633,'Other',20,0,41524,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110634,'N/A',0,0,41524,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110635,'Yes. A competent person is available to assist in fire safety measures.',0,0,41525,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110636,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41525,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110637,'Other',20,0,41525,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110638,'N/A',0,0,41525,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110639,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41526,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110640,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41526,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110641,'Other',20,0,41526,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110642,'N/A',0,0,41526,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110643,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41528,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110644,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41528,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110645,'Other',20,0,41528,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110646,'N/A',0,0,41528,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110647,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41530,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110648,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41530,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110649,'Other',20,0,41530,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110650,'N/A',0,0,41530,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110651,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41531,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110652,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41531,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110653,'Other',20,0,41531,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110654,'N/A',0,0,41531,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110655,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41532,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110656,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41532,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110657,'Other',20,0,41532,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110658,'N/A',0,0,41532,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110659,'Yes. The plan is readily available.',0,0,41534,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110660,'No. The plan is not available.',3,0,41534,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110661,'Other',20,0,41534,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110662,'N/A',0,0,41534,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110663,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41535,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110664,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41535,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110665,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41535,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110666,'Other',20,0,41535,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110667,'N/A',0,0,41535,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110668,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41536,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110669,'No. There are not suitable arrangements in place to prevent danger..',4,0,41536,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110670,'Other',20,0,41536,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110671,'N/A',0,0,41536,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110672,'Yes. The company has a full evacuation system in place.',0,0,41537,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110673,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41537,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110674,'Other',20,0,41537,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110675,'N/A',0,0,41537,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110676,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41538,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110677,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41538,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110678,'Other',20,0,41538,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110679,'N/A',0,0,41538,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110680,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41539,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110681,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41539,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110682,'Other',20,0,41539,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110683,'N/A',0,0,41539,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110684,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41540,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110685,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41540,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110686,'Other',20,0,41540,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110687,'N/A',0,0,41540,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110688,'Yes. They do consider other organisation within the building.',0,0,41541,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110689,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41541,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110690,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41541,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110691,'Other',20,0,41541,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110692,'N/A',0,0,41541,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110693,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41542,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110694,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41542,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110695,'Other',20,0,41542,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110696,'N/A',0,0,41542,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110697,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41545,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110698,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41545,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110699,'No. There is no fire risk logbook.',5,0,41545,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110700,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41546,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110701,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41546,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110702,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41546,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110703,'N/A',0,0,41546,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110704,'Other',20,0,41546,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110705,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41548,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110706,'Yes. They are installed, and signs are displayed.',0,0,41548,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110707,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41548,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110708,'N/A',0,0,41548,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110709,'Other',20,0,41548,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110710,'Yes, they are in good condition & positioned correctly.',0,0,41550,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110711,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41550,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110712,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41550,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110713,'Other',20,0,41550,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110714,'N/A',0,0,41550,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110715,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41551,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110716,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41551,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110717,'Other',20,0,41551,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110718,'N/A',0,0,41551,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110719,'Yes. There is suitable Emergency lighting in the building.',0,0,41552,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110720,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41552,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110721,'Other',20,0,41552,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110722,'N/A',0,0,41552,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110723,'Yes. They are in good condition with no obstructions.',0,0,41553,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110724,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41553,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110725,'Other',20,0,41553,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110726,'N/A',0,0,41553,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110727,'Yes. User checks are recorded into the fire risk logbook.',0,0,41555,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110728,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41555,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110729,'Other',20,0,41555,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110730,'N/A',0,0,41555,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110731,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41556,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110732,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41556,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110733,'Other',20,0,41556,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110734,'N/A',0,0,41556,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110735,'Yes. The fire risk assessment is reviewed annually.',0,0,41558,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110736,'No. (Recommend immediate update to ensure compliance.)',5,0,41558,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110737,'NA',5,0,41558,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110738,'Other',20,0,41558,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110739,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41559,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110740,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41559,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110741,'N/A',0,0,41559,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110742,'Other',20,0,41559,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110743,'Yes. Training has been provided',0,0,41560,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110744,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41560,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110745,'Other',20,0,41560,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110746,'N/A',0,0,41560,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110747,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41561,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110748,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41561,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110749,'NA',0,0,41561,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110750,'Other',20,0,41561,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110751,'Yes. Training has been documented on induction.',0,0,41562,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110752,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41562,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110753,'NA',0,0,41562,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110754,'Other',20,0,41562,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110755,'Yes. Once per year.',1,0,41563,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110756,'Yes. Twice per year.',0,0,41563,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110757,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41563,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110758,'Other',20,0,41563,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110759,'Yes. This is part of the fire training program and fire warden duties.',0,0,41564,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110760,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41564,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110761,'NA',0,0,41564,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110762,'Other',20,0,41564,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110763,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41565,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110764,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41565,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110765,'Other',20,0,41565,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110766,'N/A',0,0,41565,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110767,'Yes. Fire wardens receive refresher training regularly.',0,0,41566,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110768,'No',5,0,41566,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110769,'N/A',0,0,41566,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110770,'Other',20,0,41566,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110771,'Other',20,0,41566,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110772,'Director',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110773,'Owner / Landlord',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110774,'Site Manager',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110775,'Estate Agent',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110776,'Letting Agent',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110777,'Director',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110778,'CEO',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110779,'Fire Warden / Supervisor',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110780,'Fire Risk Assessor',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110781,'Other',0,0,41574,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110782,'Nebosh',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110783,'Level 2 Fire Risk Assessor',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110784,'Competant Person',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110785,'Property Manager',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110786,'Construction Manager',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110787,'Fire Warden / Fire Marshall',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110788,'Director',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110789,'CEO',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110790,'N/A',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110791,'Other',0,0,41575,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110792,'Detached',1,0,41588,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110793,'Semi Detached',2,0,41588,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110794,'Terraced',3,0,41588,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110795,'Linked-Terraced',1,0,41588,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110796,'End Terraced',2,0,41588,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110797,'Other',20,0,41588,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110798,'House',1,0,41589,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110799,'Bungalow',1,0,41589,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110800,'Maisonette',3,0,41589,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110801,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41589,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(110802,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110803,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110804,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110805,'Underground Property',1,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110806,'Factory / Warehouse',3,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110807,'Garage / Workshop',3,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110808,'Retail Shop',2,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110809,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110810,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110811,'Other',20,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110812,'Other',20,0,41589,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110813,'Yes',1,0,41597,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110814,'No',3,0,41597,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110815,'Unknown',3,0,41597,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110816,'Stone',0,0,41597,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110817,'Other',20,0,41597,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110818,'Yes',1,0,41598,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110819,'No',5,0,41598,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110820,'Unknown',5,0,41598,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110821,'Stone',0,0,41598,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110822,'Other',20,0,41598,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110823,'Yes',1,0,41601,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110824,'No',6,0,41601,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110825,'N/A',0,0,41601,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110826,'Yes',2,0,41604,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110827,'No',8,0,41604,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110828,'N/A',0,0,41604,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110829,'Yes',1,0,41606,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110830,'No',6,0,41606,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110831,'N/A',0,0,41606,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110832,'Yes',1,0,41609,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110833,'No',6,0,41609,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110834,'N/A',0,0,41609,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110835,'Yes',1,0,41611,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110836,'No',6,0,41611,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110837,'N/A',0,0,41611,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110838,'Solid concrete flooring on all levels',0,0,41613,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110839,'Timber joists on all levels',3,0,41613,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110840,'Concrete lowest floor – Timber above higher levels',3,0,41613,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110841,'Other',20,0,41613,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110842,'100%',1,0,41613,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110843,'Pre-1900 solid brick, stone, or concrete',0,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110844,'Cavity brick and block',0,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110845,'Cob',1,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110846,'Concrete inner skin with external curtain outer skin',0,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110847,'Prefabricated timber',3,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110848,'Glass walls with metal post frame',2,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110849,'Other',20,0,41617,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110850,'Very Good',0,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110851,'Good',1,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110852,'Fair',2,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110853,'Poor',3,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110854,'Very Poor',4,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110855,'Glass walls with metal post frame',2,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110856,'Other',20,0,41618,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110857,'Very Good',0,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110858,'Good',1,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110859,'Fair',2,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110860,'Poor',3,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110861,'Very Poor',4,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110862,'Glass walls with metal post frame',2,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110863,'Other',20,0,41619,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110864,'Very Good',0,0,41620,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110865,'Good',1,0,41620,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110866,'Fair',2,0,41620,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110867,'Poor',3,0,41620,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110868,'Very Poor',4,0,41620,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110869,'Very Good',0,0,41621,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110870,'Good',1,0,41621,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110871,'Fair',2,0,41621,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110872,'Poor',3,0,41621,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110873,'Very Poor',4,0,41621,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(110874,'Fan Heaters',4,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110875,'Electric Heaters',4,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110876,'Gas Heater',5,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110877,'Other Boilers',2,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110878,'Electrical Equipment',3,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110879,'Electrical Leads',3,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110880,'Portable Equipment',3,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110881,'Portable Lighting',2,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110882,'Cooking Equipment',6,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110883,'Other',20,0,41622,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110884,'Wood/Paper/Cardboard etc',3,0,41624,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110885,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41624,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110886,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41624,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110887,'Waste Material Controlled -in locked wheely bin or store',2,0,41624,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110888,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41624,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110889,'Other',20,0,41624,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110890,'Yes. Certification within 6 months',0,0,41626,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110891,'Yes. Certification within 12 months',2,0,41626,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110892,'No certification. (Recommend testing by fire safety specialist)',5,0,41626,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110893,'N/A',0,0,41626,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110894,'Other',20,0,41626,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110895,'Yes. There is a certificate within the last 6 months.',0,0,41628,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110896,'The certificate was issued within the last 12 months.',2,0,41628,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110897,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41628,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110898,'N/A',0,0,41628,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110899,'Other',20,0,41628,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110900,'Yes. Service and test certification is within 12 months',0,0,41630,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110901,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41630,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110902,'N/A',0,0,41630,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110903,'Other',20,0,41630,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110904,'Yes. The EICR test certification is complete within last 5 years',0,0,41632,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110905,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41632,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110906,'N/A',0,0,41632,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110907,'Other',20,0,41632,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110908,'Yes',0,0,41634,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110909,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41634,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110910,'N/A',0,0,41634,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110911,'Other',20,0,41634,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110912,'Yes',0,0,41636,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110913,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41636,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110914,'N/A',0,0,41636,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110915,'Other',20,0,41636,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110916,'Yes',0,0,41638,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110917,'No. There are hot working areas but no fire blankets are present.',5,0,41638,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110918,'N/A',0,0,41638,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110919,'Other',20,0,41638,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110920,'Yes. They are provided and ready to use located in a communal area.',0,0,41640,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110921,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41640,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110922,'N/A',0,0,41640,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110923,'Other',20,0,41640,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110924,'Yes',2,0,41641,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110925,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41641,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110926,'The property does not have a gas connection.',0,0,41641,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110927,'N/A',0,0,41641,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110928,'Yes. Escape routes are kept clear throughout the building.',0,0,41642,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110929,'No. There are obstructions on one or more escape routes.',6,0,41642,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110930,'N/A',0,0,41642,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110931,'Other',20,0,41642,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110932,'Yes. Assembly points are clearly marked.',0,0,41643,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110933,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41643,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110934,'NA',0,0,41643,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110935,'Other',20,0,41643,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110936,'Yes',0,0,41644,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110937,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41644,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110938,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41644,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110939,'N/A',0,0,41644,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110940,'Other',20,0,41644,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110941,'Yes',0,0,41645,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110942,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41645,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110943,'NA',0,0,41645,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110944,'Other',20,0,41645,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110945,'Yes. The shortest route has been put into the plan',0,0,41646,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110946,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41646,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110947,'NA',0,0,41646,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110948,'Other',20,0,41646,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110949,'Yes. There is more than one exit available.',1,0,41647,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110950,'No. There is only one escape exit available.',0,0,41647,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110951,'Other',20,0,41647,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110952,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41648,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110953,'No. The exits are not efficient enough for the building.',9,0,41648,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110954,'NA',0,0,41648,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110955,'Other',20,0,41648,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110956,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41649,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110957,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41649,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110958,'NA',0,0,41649,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110959,'Other',20,0,41649,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110960,'Yes',0,0,41650,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110961,'No. There is no assembly point or the assembly point is too small.',8,0,41650,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110962,'NA',0,0,41650,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110963,'Other',20,0,41650,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110964,'Evacuation only',3,0,41651,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110965,'Delayed evacuation process with 15 minute time delay',4,0,41651,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110966,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41651,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110967,'Other',20,0,41651,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110968,'Employees',2,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110969,'Sub-Contractors',3,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110970,'Young Persons',4,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110971,'Visitors',4,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110972,'The General Public (Customers)',4,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110973,'Disabled or Special needs People less able to leave the premises quickly',7,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110974,'Occupants in Remote Areas',6,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110975,'Sleeping Occupants',7,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110976,'Neighbouring Premises',2,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110977,'Tenants / Owners',3,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110978,'Animals / Livestock',2,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110979,'Other',0,0,41653,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110980,'9:00 - 17:00',0,0,41656,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110981,'17:00 - 24:00',0,0,41656,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110982,'24:00 - 9:00',0,0,41656,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110983,'9:00 - 17:00',0,0,41657,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110984,'17:00 - 24:00',0,0,41657,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110985,'24:00 - 9:00',0,0,41657,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110986,'9:00 - 17:00',0,0,41658,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110987,'17:00 - 24:00',0,0,41658,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110988,'24:00 - 9:00',0,0,41658,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110989,'9:00 - 17:00',0,0,41659,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110990,'17:00 - 24:00',0,0,41659,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110991,'24:00 - 9:00',0,0,41659,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110992,'9:00 - 17:00',0,0,41660,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110993,'17:00 - 24:00',0,0,41660,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110994,'24:00 - 9:00',0,0,41660,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110995,'9:00 - 17:00',0,0,41661,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110996,'17:00 - 24:00',0,0,41661,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110997,'24:00 - 9:00',0,0,41661,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110998,'9:00 - 17:00',0,0,41662,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(110999,'17:00 - 24:00',0,0,41662,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111000,'24:00 - 9:00',0,0,41662,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111001,'Below 20',1,0,41663,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111002,'20-49',2,0,41663,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111003,'50-99',2,0,41663,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111004,'100-499',3,0,41663,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111005,'500-999',4,0,41663,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111006,'1000',5,0,41663,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111007,'Single Stage Evacuation',0,0,41664,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111008,'Staged Evacuation',0,0,41664,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111009,'Simultaneous Evacuation',0,0,41664,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111010,'Phased Evacuation',0,0,41664,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111011,'Staff Alarm Only',0,0,41664,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111012,'Stay Put Policy',0,0,41664,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111013,'Yes. A responsible person has been nominated.',0,0,41665,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111014,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41665,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111015,'Other',20,0,41665,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111016,'N/A',0,0,41665,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111017,'Yes. A competent person is available to assist in fire safety measures.',0,0,41666,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111018,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41666,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111019,'Other',20,0,41666,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111020,'N/A',0,0,41666,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111021,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41667,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111022,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41667,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111023,'Other',20,0,41667,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111024,'N/A',0,0,41667,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111025,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41669,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111026,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41669,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111027,'Other',20,0,41669,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111028,'N/A',0,0,41669,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111029,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41671,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111030,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41671,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111031,'Other',20,0,41671,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111032,'N/A',0,0,41671,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111033,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41672,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111034,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41672,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111035,'Other',20,0,41672,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111036,'N/A',0,0,41672,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111037,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41673,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111038,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41673,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111039,'Other',20,0,41673,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111040,'N/A',0,0,41673,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111041,'Yes. The plan is readily available.',0,0,41675,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111042,'No. The plan is not available.',3,0,41675,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111043,'Other',20,0,41675,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111044,'N/A',0,0,41675,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111045,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41676,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111046,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41676,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111047,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41676,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111048,'Other',20,0,41676,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111049,'N/A',0,0,41676,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111050,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41677,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111051,'No. There are not suitable arrangements in place to prevent danger..',4,0,41677,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111052,'Other',20,0,41677,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111053,'N/A',0,0,41677,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111054,'Yes. The company has a full evacuation system in place.',0,0,41678,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111055,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41678,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111056,'Other',20,0,41678,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111057,'N/A',0,0,41678,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111058,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41679,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111059,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41679,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111060,'Other',20,0,41679,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111061,'N/A',0,0,41679,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111062,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41680,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111063,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41680,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111064,'Other',20,0,41680,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111065,'N/A',0,0,41680,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111066,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41681,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111067,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41681,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111068,'Other',20,0,41681,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111069,'N/A',0,0,41681,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111070,'Yes. They do consider other organisation within the building.',0,0,41682,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111071,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41682,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111072,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41682,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111073,'Other',20,0,41682,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111074,'N/A',0,0,41682,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111075,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41683,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111076,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41683,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111077,'Other',20,0,41683,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111078,'N/A',0,0,41683,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111079,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41686,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111080,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41686,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111081,'No. There is no fire risk logbook.',5,0,41686,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111082,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41687,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111083,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41687,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111084,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41687,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111085,'N/A',0,0,41687,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111086,'Other',20,0,41687,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111087,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41689,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111088,'Yes. They are installed, and signs are displayed.',0,0,41689,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111089,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41689,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111090,'N/A',0,0,41689,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111091,'Other',20,0,41689,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111092,'Yes, they are in good condition & positioned correctly.',0,0,41691,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111093,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41691,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111094,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41691,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111095,'Other',20,0,41691,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111096,'N/A',0,0,41691,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111097,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41692,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111098,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41692,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111099,'Other',20,0,41692,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111100,'N/A',0,0,41692,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111101,'Yes. There is suitable Emergency lighting in the building.',0,0,41693,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111102,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41693,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111103,'Other',20,0,41693,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111104,'N/A',0,0,41693,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111105,'Yes. They are in good condition with no obstructions.',0,0,41694,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111106,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41694,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111107,'Other',20,0,41694,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111108,'N/A',0,0,41694,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111109,'Yes. User checks are recorded into the fire risk logbook.',0,0,41696,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111110,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41696,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111111,'Other',20,0,41696,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111112,'N/A',0,0,41696,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111113,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41697,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111114,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41697,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111115,'Other',20,0,41697,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111116,'N/A',0,0,41697,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111117,'Yes. The fire risk assessment is reviewed annually.',0,0,41699,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111118,'No. (Recommend immediate update to ensure compliance.)',5,0,41699,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111119,'NA',5,0,41699,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111120,'Other',20,0,41699,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111121,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41700,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111122,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41700,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111123,'N/A',0,0,41700,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111124,'Other',20,0,41700,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111125,'Yes. Training has been provided',0,0,41701,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111126,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41701,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111127,'Other',20,0,41701,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111128,'N/A',0,0,41701,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111129,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41702,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111130,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41702,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111131,'NA',0,0,41702,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111132,'Other',20,0,41702,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111133,'Yes. Training has been documented on induction.',0,0,41703,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111134,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41703,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111135,'NA',0,0,41703,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111136,'Other',20,0,41703,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111137,'Yes. Once per year.',1,0,41704,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111138,'Yes. Twice per year.',0,0,41704,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111139,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41704,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111140,'Other',20,0,41704,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111141,'Yes. This is part of the fire training program and fire warden duties.',0,0,41705,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111142,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41705,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111143,'NA',0,0,41705,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111144,'Other',20,0,41705,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111145,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41706,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111146,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41706,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111147,'Other',20,0,41706,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111148,'N/A',0,0,41706,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111149,'Yes. Fire wardens receive refresher training regularly.',0,0,41707,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111150,'No',5,0,41707,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111151,'N/A',0,0,41707,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111152,'Other',20,0,41707,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111153,'Other',20,0,41707,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111154,'Director',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111155,'Owner / Landlord',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111156,'Site Manager',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111157,'Estate Agent',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111158,'Letting Agent',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111159,'Director',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111160,'CEO',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111161,'Fire Warden / Supervisor',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111162,'Fire Risk Assessor',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111163,'Other',0,0,41715,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111164,'Nebosh',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111165,'Level 2 Fire Risk Assessor',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111166,'Competant Person',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111167,'Property Manager',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111168,'Construction Manager',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111169,'Fire Warden / Fire Marshall',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111170,'Director',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111171,'CEO',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111172,'N/A',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111173,'Other',0,0,41716,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111174,'Detached',1,0,41729,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111175,'Semi Detached',2,0,41729,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(111176,'Terraced',3,0,41729,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111177,'Linked-Terraced',1,0,41729,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111178,'End Terraced',2,0,41729,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111179,'Other',20,0,41729,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111180,'House',1,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111181,'Bungalow',1,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111182,'Maisonette',3,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111183,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111184,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111185,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111186,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111187,'Underground Property',1,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111188,'Factory / Warehouse',3,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111189,'Garage / Workshop',3,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111190,'Retail Shop',2,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111191,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111192,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111193,'Other',20,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111194,'Other',20,0,41730,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111195,'Yes',1,0,41738,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111196,'No',3,0,41738,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111197,'Unknown',3,0,41738,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111198,'Stone',0,0,41738,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111199,'Other',20,0,41738,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111200,'Yes',1,0,41739,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111201,'No',5,0,41739,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111202,'Unknown',5,0,41739,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111203,'Stone',0,0,41739,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111204,'Other',20,0,41739,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111205,'Yes',1,0,41742,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111206,'No',6,0,41742,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111207,'N/A',0,0,41742,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111208,'Yes',2,0,41745,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111209,'No',8,0,41745,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111210,'N/A',0,0,41745,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111211,'Yes',1,0,41747,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111212,'No',6,0,41747,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111213,'N/A',0,0,41747,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111214,'Yes',1,0,41750,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111215,'No',6,0,41750,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111216,'N/A',0,0,41750,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111217,'Yes',1,0,41752,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111218,'No',6,0,41752,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111219,'N/A',0,0,41752,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111220,'Solid concrete flooring on all levels',0,0,41754,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111221,'Timber joists on all levels',3,0,41754,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111222,'Concrete lowest floor – Timber above higher levels',3,0,41754,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111223,'Other',20,0,41754,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111224,'100%',1,0,41754,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111225,'Pre-1900 solid brick, stone, or concrete',0,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111226,'Cavity brick and block',0,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111227,'Cob',1,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111228,'Concrete inner skin with external curtain outer skin',0,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111229,'Prefabricated timber',3,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111230,'Glass walls with metal post frame',2,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111231,'Other',20,0,41758,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111232,'Very Good',0,0,41759,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111233,'Good',1,0,41759,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111234,'Fair',2,0,41759,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111235,'Poor',3,0,41759,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111236,'Very Poor',4,0,41759,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(111237,'Fan Heaters',4,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111238,'Electric Heaters',4,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111239,'Gas Heater',5,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111240,'Other Boilers',2,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111241,'Electrical Equipment',3,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111242,'Electrical Leads',3,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111243,'Portable Equipment',3,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111244,'Portable Lighting',2,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111245,'Cooking Equipment',6,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111246,'Other',20,0,41760,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111247,'Wood/Paper/Cardboard etc',3,0,41762,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111248,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41762,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111249,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41762,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111250,'Waste Material Controlled -in locked wheely bin or store',2,0,41762,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111251,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41762,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111252,'Other',20,0,41762,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111253,'Yes. Certification within 6 months',0,0,41764,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111254,'Yes. Certification within 12 months',2,0,41764,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111255,'No certification. (Recommend testing by fire safety specialist)',5,0,41764,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111256,'N/A',0,0,41764,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111257,'Other',20,0,41764,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111258,'Yes. There is a certificate within the last 6 months.',0,0,41766,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111259,'The certificate was issued within the last 12 months.',2,0,41766,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111260,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41766,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111261,'N/A',0,0,41766,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111262,'Other',20,0,41766,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111263,'Yes. Service and test certification is within 12 months',0,0,41768,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111264,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41768,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111265,'N/A',0,0,41768,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111266,'Other',20,0,41768,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111267,'Yes. The EICR test certification is complete within last 5 years',0,0,41770,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111268,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41770,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111269,'N/A',0,0,41770,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111270,'Other',20,0,41770,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111271,'Yes',0,0,41772,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111272,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41772,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111273,'N/A',0,0,41772,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111274,'Other',20,0,41772,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111275,'Yes',0,0,41774,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111276,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41774,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111277,'N/A',0,0,41774,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111278,'Other',20,0,41774,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111279,'Yes',0,0,41776,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111280,'No. There are hot working areas but no fire blankets are present.',5,0,41776,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111281,'N/A',0,0,41776,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111282,'Other',20,0,41776,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111283,'Yes. They are provided and ready to use located in a communal area.',0,0,41778,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111284,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41778,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111285,'N/A',0,0,41778,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111286,'Other',20,0,41778,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111287,'Yes',2,0,41779,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111288,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41779,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111289,'The property does not have a gas connection.',0,0,41779,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111290,'N/A',0,0,41779,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111291,'Yes. Escape routes are kept clear throughout the building.',0,0,41780,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111292,'No. There are obstructions on one or more escape routes.',6,0,41780,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111293,'N/A',0,0,41780,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111294,'Other',20,0,41780,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111295,'Yes. Assembly points are clearly marked.',0,0,41781,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111296,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41781,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111297,'NA',0,0,41781,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111298,'Other',20,0,41781,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111299,'Yes',0,0,41782,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111300,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41782,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111301,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41782,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111302,'N/A',0,0,41782,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111303,'Other',20,0,41782,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111304,'Yes',0,0,41783,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111305,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41783,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111306,'NA',0,0,41783,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111307,'Other',20,0,41783,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111308,'Yes. The shortest route has been put into the plan',0,0,41784,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111309,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41784,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111310,'NA',0,0,41784,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111311,'Other',20,0,41784,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111312,'Yes. There is more than one exit available.',1,0,41785,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111313,'No. There is only one escape exit available.',0,0,41785,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111314,'Other',20,0,41785,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111315,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41786,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111316,'No. The exits are not efficient enough for the building.',9,0,41786,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111317,'NA',0,0,41786,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111318,'Other',20,0,41786,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111319,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41787,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111320,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41787,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111321,'NA',0,0,41787,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111322,'Other',20,0,41787,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111323,'Yes',0,0,41788,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111324,'No. There is no assembly point or the assembly point is too small.',8,0,41788,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111325,'NA',0,0,41788,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111326,'Other',20,0,41788,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111327,'Evacuation only',3,0,41789,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111328,'Delayed evacuation process with 15 minute time delay',4,0,41789,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111329,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41789,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111330,'Other',20,0,41789,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111331,'Employees',2,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111332,'Sub-Contractors',3,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111333,'Young Persons',4,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111334,'Visitors',4,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111335,'The General Public (Customers)',4,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111336,'Disabled or Special needs People less able to leave the premises quickly',7,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111337,'Occupants in Remote Areas',6,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111338,'Sleeping Occupants',7,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111339,'Neighbouring Premises',2,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111340,'Tenants / Owners',3,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111341,'Animals / Livestock',2,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111342,'Other',0,0,41791,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111343,'9:00 - 17:00',0,0,41794,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111344,'17:00 - 24:00',0,0,41794,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111345,'24:00 - 9:00',0,0,41794,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111346,'9:00 - 17:00',0,0,41795,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111347,'17:00 - 24:00',0,0,41795,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111348,'24:00 - 9:00',0,0,41795,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111349,'9:00 - 17:00',0,0,41796,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111350,'17:00 - 24:00',0,0,41796,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111351,'24:00 - 9:00',0,0,41796,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111352,'9:00 - 17:00',0,0,41797,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111353,'17:00 - 24:00',0,0,41797,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111354,'24:00 - 9:00',0,0,41797,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111355,'9:00 - 17:00',0,0,41798,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111356,'17:00 - 24:00',0,0,41798,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111357,'24:00 - 9:00',0,0,41798,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111358,'9:00 - 17:00',0,0,41799,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111359,'17:00 - 24:00',0,0,41799,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111360,'24:00 - 9:00',0,0,41799,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111361,'9:00 - 17:00',0,0,41800,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111362,'17:00 - 24:00',0,0,41800,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111363,'24:00 - 9:00',0,0,41800,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111364,'Below 20',1,0,41801,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111365,'20-49',2,0,41801,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111366,'50-99',2,0,41801,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111367,'100-499',3,0,41801,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111368,'500-999',4,0,41801,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111369,'1000',5,0,41801,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111370,'Single Stage Evacuation',0,0,41802,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111371,'Staged Evacuation',0,0,41802,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111372,'Simultaneous Evacuation',0,0,41802,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111373,'Phased Evacuation',0,0,41802,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111374,'Staff Alarm Only',0,0,41802,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111375,'Stay Put Policy',0,0,41802,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111376,'Yes. A responsible person has been nominated.',0,0,41803,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111377,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41803,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111378,'Other',20,0,41803,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111379,'N/A',0,0,41803,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111380,'Yes. A competent person is available to assist in fire safety measures.',0,0,41804,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111381,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41804,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111382,'Other',20,0,41804,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111383,'N/A',0,0,41804,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111384,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41805,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111385,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41805,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111386,'Other',20,0,41805,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111387,'N/A',0,0,41805,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111388,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41807,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111389,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41807,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111390,'Other',20,0,41807,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111391,'N/A',0,0,41807,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111392,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41809,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111393,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41809,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111394,'Other',20,0,41809,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111395,'N/A',0,0,41809,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111396,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41810,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111397,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41810,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111398,'Other',20,0,41810,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111399,'N/A',0,0,41810,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111400,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41811,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111401,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41811,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111402,'Other',20,0,41811,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111403,'N/A',0,0,41811,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111404,'Yes. The plan is readily available.',0,0,41813,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111405,'No. The plan is not available.',3,0,41813,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111406,'Other',20,0,41813,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111407,'N/A',0,0,41813,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111408,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41814,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111409,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41814,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111410,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41814,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111411,'Other',20,0,41814,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111412,'N/A',0,0,41814,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111413,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41815,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111414,'No. There are not suitable arrangements in place to prevent danger..',4,0,41815,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111415,'Other',20,0,41815,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111416,'N/A',0,0,41815,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111417,'Yes. The company has a full evacuation system in place.',0,0,41816,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111418,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41816,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111419,'Other',20,0,41816,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111420,'N/A',0,0,41816,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111421,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41817,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111422,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41817,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111423,'Other',20,0,41817,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111424,'N/A',0,0,41817,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111425,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41818,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111426,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41818,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111427,'Other',20,0,41818,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111428,'N/A',0,0,41818,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111429,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41819,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111430,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41819,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111431,'Other',20,0,41819,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111432,'N/A',0,0,41819,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111433,'Yes. They do consider other organisation within the building.',0,0,41820,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111434,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41820,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111435,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41820,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111436,'Other',20,0,41820,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111437,'N/A',0,0,41820,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111438,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41821,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111439,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41821,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111440,'Other',20,0,41821,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111441,'N/A',0,0,41821,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111442,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41824,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111443,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41824,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111444,'No. There is no fire risk logbook.',5,0,41824,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111445,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41825,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111446,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41825,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111447,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41825,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111448,'N/A',0,0,41825,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111449,'Other',20,0,41825,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111450,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41827,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111451,'Yes. They are installed, and signs are displayed.',0,0,41827,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111452,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41827,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111453,'N/A',0,0,41827,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111454,'Other',20,0,41827,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111455,'Yes, they are in good condition & positioned correctly.',0,0,41829,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111456,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41829,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111457,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41829,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111458,'Other',20,0,41829,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111459,'N/A',0,0,41829,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111460,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41830,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111461,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41830,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111462,'Other',20,0,41830,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111463,'N/A',0,0,41830,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111464,'Yes. There is suitable Emergency lighting in the building.',0,0,41831,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111465,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41831,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111466,'Other',20,0,41831,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111467,'N/A',0,0,41831,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111468,'Yes. They are in good condition with no obstructions.',0,0,41832,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111469,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41832,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111470,'Other',20,0,41832,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111471,'N/A',0,0,41832,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111472,'Yes. User checks are recorded into the fire risk logbook.',0,0,41834,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111473,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41834,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111474,'Other',20,0,41834,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111475,'N/A',0,0,41834,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111476,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41835,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111477,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41835,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111478,'Other',20,0,41835,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111479,'N/A',0,0,41835,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111480,'Yes. The fire risk assessment is reviewed annually.',0,0,41837,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111481,'No. (Recommend immediate update to ensure compliance.)',5,0,41837,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111482,'NA',5,0,41837,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111483,'Other',20,0,41837,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111484,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41838,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111485,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41838,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111486,'N/A',0,0,41838,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111487,'Other',20,0,41838,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111488,'Yes. Training has been provided',0,0,41839,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111489,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41839,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111490,'Other',20,0,41839,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111491,'N/A',0,0,41839,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111492,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41840,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111493,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41840,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111494,'NA',0,0,41840,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111495,'Other',20,0,41840,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111496,'Yes. Training has been documented on induction.',0,0,41841,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111497,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41841,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111498,'NA',0,0,41841,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111499,'Other',20,0,41841,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111500,'Yes. Once per year.',1,0,41842,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111501,'Yes. Twice per year.',0,0,41842,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111502,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41842,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111503,'Other',20,0,41842,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111504,'Yes. This is part of the fire training program and fire warden duties.',0,0,41843,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111505,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41843,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111506,'NA',0,0,41843,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111507,'Other',20,0,41843,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111508,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41844,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111509,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41844,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111510,'Other',20,0,41844,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111511,'N/A',0,0,41844,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111512,'Yes. Fire wardens receive refresher training regularly.',0,0,41845,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111513,'No',5,0,41845,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111514,'N/A',0,0,41845,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111515,'Other',20,0,41845,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111516,'Other',20,0,41845,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111517,'Director',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111518,'Owner / Landlord',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111519,'Site Manager',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111520,'Estate Agent',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111521,'Letting Agent',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111522,'Director',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111523,'CEO',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111524,'Fire Warden / Supervisor',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111525,'Fire Risk Assessor',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111526,'Other',0,0,41853,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111527,'Nebosh',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111528,'Level 2 Fire Risk Assessor',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111529,'Competant Person',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111530,'Property Manager',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111531,'Construction Manager',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111532,'Fire Warden / Fire Marshall',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111533,'Director',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111534,'CEO',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111535,'N/A',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111536,'Other',0,0,41854,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111537,'Detached',1,0,41867,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111538,'Semi Detached',2,0,41867,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111539,'Terraced',3,0,41867,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111540,'Linked-Terraced',1,0,41867,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111541,'End Terraced',2,0,41867,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111542,'Other',20,0,41867,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111543,'House',1,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111544,'Bungalow',1,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111545,'Maisonette',3,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111546,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111547,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111548,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111549,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111550,'Underground Property',1,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111551,'Factory / Warehouse',3,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111552,'Garage / Workshop',3,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111553,'Retail Shop',2,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111554,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111555,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111556,'Other',20,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111557,'Other',20,0,41868,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111558,'Yes',1,0,41876,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111559,'No',3,0,41876,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111560,'Unknown',3,0,41876,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111561,'Stone',0,0,41876,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111562,'Other',20,0,41876,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111563,'Yes',1,0,41877,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111564,'No',5,0,41877,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111565,'Unknown',5,0,41877,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111566,'Stone',0,0,41877,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111567,'Other',20,0,41877,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111568,'Yes',1,0,41880,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111569,'No',6,0,41880,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111570,'N/A',0,0,41880,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111571,'Yes',2,0,41883,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111572,'No',8,0,41883,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111573,'N/A',0,0,41883,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111574,'Yes',1,0,41885,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111575,'No',6,0,41885,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111576,'N/A',0,0,41885,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111577,'Yes',1,0,41888,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111578,'No',6,0,41888,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111579,'N/A',0,0,41888,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111580,'Yes',1,0,41890,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111581,'No',6,0,41890,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111582,'N/A',0,0,41890,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111583,'Solid concrete flooring on all levels',0,0,41892,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111584,'Timber joists on all levels',3,0,41892,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111585,'Concrete lowest floor – Timber above higher levels',3,0,41892,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111586,'Other',20,0,41892,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111587,'100%',1,0,41892,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111588,'Pre-1900 solid brick, stone, or concrete',0,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111589,'Cavity brick and block',0,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111590,'Cob',1,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111591,'Concrete inner skin with external curtain outer skin',0,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111592,'Prefabricated timber',3,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111593,'Glass walls with metal post frame',2,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111594,'Other',20,0,41896,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111595,'Very Good',0,0,41897,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111596,'Good',1,0,41897,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111597,'Fair',2,0,41897,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111598,'Poor',3,0,41897,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111599,'Very Poor',4,0,41897,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(111600,'Fan Heaters',4,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111601,'Electric Heaters',4,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111602,'Gas Heater',5,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111603,'Other Boilers',2,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111604,'Electrical Equipment',3,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111605,'Electrical Leads',3,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111606,'Portable Equipment',3,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111607,'Portable Lighting',2,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111608,'Cooking Equipment',6,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111609,'Other',20,0,41898,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111610,'Wood/Paper/Cardboard etc',3,0,41900,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111611,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,41900,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111612,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,41900,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111613,'Waste Material Controlled -in locked wheely bin or store',2,0,41900,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111614,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,41900,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111615,'Other',20,0,41900,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(111616,'Yes. Certification within 6 months',0,0,41902,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111617,'Yes. Certification within 12 months',2,0,41902,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111618,'No certification. (Recommend testing by fire safety specialist)',5,0,41902,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111619,'N/A',0,0,41902,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111620,'Other',20,0,41902,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111621,'Yes. There is a certificate within the last 6 months.',0,0,41904,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111622,'The certificate was issued within the last 12 months.',2,0,41904,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111623,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,41904,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111624,'N/A',0,0,41904,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111625,'Other',20,0,41904,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111626,'Yes. Service and test certification is within 12 months',0,0,41906,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111627,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,41906,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111628,'N/A',0,0,41906,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111629,'Other',20,0,41906,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111630,'Yes. The EICR test certification is complete within last 5 years',0,0,41908,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111631,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,41908,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111632,'N/A',0,0,41908,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111633,'Other',20,0,41908,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111634,'Yes',0,0,41910,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111635,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,41910,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111636,'N/A',0,0,41910,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111637,'Other',20,0,41910,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111638,'Yes',0,0,41912,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111639,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,41912,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111640,'N/A',0,0,41912,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111641,'Other',20,0,41912,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111642,'Yes',0,0,41914,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111643,'No. There are hot working areas but no fire blankets are present.',5,0,41914,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111644,'N/A',0,0,41914,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111645,'Other',20,0,41914,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111646,'Yes. They are provided and ready to use located in a communal area.',0,0,41916,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111647,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,41916,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111648,'N/A',0,0,41916,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111649,'Other',20,0,41916,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111650,'Yes',2,0,41917,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111651,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,41917,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111652,'The property does not have a gas connection.',0,0,41917,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111653,'N/A',0,0,41917,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111654,'Yes. Escape routes are kept clear throughout the building.',0,0,41918,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111655,'No. There are obstructions on one or more escape routes.',6,0,41918,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111656,'N/A',0,0,41918,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111657,'Other',20,0,41918,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111658,'Yes. Assembly points are clearly marked.',0,0,41919,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111659,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,41919,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111660,'NA',0,0,41919,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111661,'Other',20,0,41919,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111662,'Yes',0,0,41920,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111663,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,41920,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111664,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,41920,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111665,'N/A',0,0,41920,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111666,'Other',20,0,41920,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111667,'Yes',0,0,41921,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111668,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,41921,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111669,'NA',0,0,41921,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111670,'Other',20,0,41921,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111671,'Yes. The shortest route has been put into the plan',0,0,41922,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111672,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,41922,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111673,'NA',0,0,41922,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111674,'Other',20,0,41922,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111675,'Yes. There is more than one exit available.',1,0,41923,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111676,'No. There is only one escape exit available.',0,0,41923,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111677,'Other',20,0,41923,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111678,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,41924,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111679,'No. The exits are not efficient enough for the building.',9,0,41924,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111680,'NA',0,0,41924,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111681,'Other',20,0,41924,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111682,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,41925,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111683,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,41925,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111684,'NA',0,0,41925,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111685,'Other',20,0,41925,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111686,'Yes',0,0,41926,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111687,'No. There is no assembly point or the assembly point is too small.',8,0,41926,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111688,'NA',0,0,41926,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111689,'Other',20,0,41926,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111690,'Evacuation only',3,0,41927,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111691,'Delayed evacuation process with 15 minute time delay',4,0,41927,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111692,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,41927,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111693,'Other',20,0,41927,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111694,'Employees',2,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111695,'Sub-Contractors',3,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111696,'Young Persons',4,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111697,'Visitors',4,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111698,'The General Public (Customers)',4,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111699,'Disabled or Special needs People less able to leave the premises quickly',7,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111700,'Occupants in Remote Areas',6,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111701,'Sleeping Occupants',7,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111702,'Neighbouring Premises',2,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111703,'Tenants / Owners',3,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111704,'Animals / Livestock',2,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111705,'Other',0,0,41929,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111706,'9:00 - 17:00',0,0,41932,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111707,'17:00 - 24:00',0,0,41932,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111708,'24:00 - 9:00',0,0,41932,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111709,'9:00 - 17:00',0,0,41933,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111710,'17:00 - 24:00',0,0,41933,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111711,'24:00 - 9:00',0,0,41933,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111712,'9:00 - 17:00',0,0,41934,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111713,'17:00 - 24:00',0,0,41934,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111714,'24:00 - 9:00',0,0,41934,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111715,'9:00 - 17:00',0,0,41935,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111716,'17:00 - 24:00',0,0,41935,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111717,'24:00 - 9:00',0,0,41935,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111718,'9:00 - 17:00',0,0,41936,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111719,'17:00 - 24:00',0,0,41936,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111720,'24:00 - 9:00',0,0,41936,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111721,'9:00 - 17:00',0,0,41937,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111722,'17:00 - 24:00',0,0,41937,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111723,'24:00 - 9:00',0,0,41937,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111724,'9:00 - 17:00',0,0,41938,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111725,'17:00 - 24:00',0,0,41938,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111726,'24:00 - 9:00',0,0,41938,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111727,'Below 20',1,0,41939,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111728,'20-49',2,0,41939,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111729,'50-99',2,0,41939,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111730,'100-499',3,0,41939,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111731,'500-999',4,0,41939,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111732,'1000',5,0,41939,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111733,'Single Stage Evacuation',0,0,41940,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111734,'Staged Evacuation',0,0,41940,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111735,'Simultaneous Evacuation',0,0,41940,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111736,'Phased Evacuation',0,0,41940,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111737,'Staff Alarm Only',0,0,41940,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111738,'Stay Put Policy',0,0,41940,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111739,'Yes. A responsible person has been nominated.',0,0,41941,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111740,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,41941,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111741,'Other',20,0,41941,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111742,'N/A',0,0,41941,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111743,'Yes. A competent person is available to assist in fire safety measures.',0,0,41942,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111744,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,41942,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111745,'Other',20,0,41942,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111746,'N/A',0,0,41942,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111747,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,41943,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111748,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,41943,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111749,'Other',20,0,41943,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111750,'N/A',0,0,41943,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111751,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,41945,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111752,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,41945,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111753,'Other',20,0,41945,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111754,'N/A',0,0,41945,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111755,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,41947,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111756,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,41947,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111757,'Other',20,0,41947,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111758,'N/A',0,0,41947,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111759,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,41948,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111760,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,41948,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111761,'Other',20,0,41948,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111762,'N/A',0,0,41948,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111763,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,41949,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111764,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,41949,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111765,'Other',20,0,41949,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111766,'N/A',0,0,41949,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111767,'Yes. The plan is readily available.',0,0,41951,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111768,'No. The plan is not available.',3,0,41951,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111769,'Other',20,0,41951,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111770,'N/A',0,0,41951,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111771,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,41952,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111772,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,41952,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111773,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,41952,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111774,'Other',20,0,41952,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111775,'N/A',0,0,41952,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111776,'Yes. There are suitable arrangements in place to prevent danger.',0,0,41953,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111777,'No. There are not suitable arrangements in place to prevent danger..',4,0,41953,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111778,'Other',20,0,41953,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111779,'N/A',0,0,41953,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111780,'Yes. The company has a full evacuation system in place.',0,0,41954,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111781,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,41954,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111782,'Other',20,0,41954,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111783,'N/A',0,0,41954,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111784,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,41955,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111785,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,41955,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111786,'Other',20,0,41955,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111787,'N/A',0,0,41955,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111788,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,41956,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111789,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,41956,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111790,'Other',20,0,41956,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111791,'N/A',0,0,41956,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111792,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,41957,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111793,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,41957,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111794,'Other',20,0,41957,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111795,'N/A',0,0,41957,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111796,'Yes. They do consider other organisation within the building.',0,0,41958,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111797,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,41958,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111798,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,41958,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111799,'Other',20,0,41958,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111800,'N/A',0,0,41958,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111801,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,41959,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111802,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,41959,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111803,'Other',20,0,41959,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111804,'N/A',0,0,41959,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111805,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,41962,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111806,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,41962,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111807,'No. There is no fire risk logbook.',5,0,41962,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111808,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,41963,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111809,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,41963,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111810,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,41963,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111811,'N/A',0,0,41963,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111812,'Other',20,0,41963,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111813,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,41965,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111814,'Yes. They are installed, and signs are displayed.',0,0,41965,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111815,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,41965,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111816,'N/A',0,0,41965,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111817,'Other',20,0,41965,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111818,'Yes, they are in good condition & positioned correctly.',0,0,41967,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111819,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,41967,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111820,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,41967,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111821,'Other',20,0,41967,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111822,'N/A',0,0,41967,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111823,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,41968,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111824,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,41968,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111825,'Other',20,0,41968,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111826,'N/A',0,0,41968,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111827,'Yes. There is suitable Emergency lighting in the building.',0,0,41969,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111828,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,41969,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111829,'Other',20,0,41969,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111830,'N/A',0,0,41969,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111831,'Yes. They are in good condition with no obstructions.',0,0,41970,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111832,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,41970,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111833,'Other',20,0,41970,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111834,'N/A',0,0,41970,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111835,'Yes. User checks are recorded into the fire risk logbook.',0,0,41972,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111836,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,41972,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111837,'Other',20,0,41972,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111838,'N/A',0,0,41972,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111839,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,41973,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111840,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,41973,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111841,'Other',20,0,41973,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111842,'N/A',0,0,41973,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111843,'Yes. The fire risk assessment is reviewed annually.',0,0,41975,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111844,'No. (Recommend immediate update to ensure compliance.)',5,0,41975,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111845,'NA',5,0,41975,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111846,'Other',20,0,41975,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111847,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,41976,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111848,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,41976,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111849,'N/A',0,0,41976,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111850,'Other',20,0,41976,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111851,'Yes. Training has been provided',0,0,41977,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111852,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,41977,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111853,'Other',20,0,41977,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111854,'N/A',0,0,41977,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111855,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,41978,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111856,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,41978,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111857,'NA',0,0,41978,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111858,'Other',20,0,41978,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111859,'Yes. Training has been documented on induction.',0,0,41979,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111860,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,41979,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111861,'NA',0,0,41979,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111862,'Other',20,0,41979,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111863,'Yes. Once per year.',1,0,41980,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111864,'Yes. Twice per year.',0,0,41980,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111865,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,41980,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111866,'Other',20,0,41980,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111867,'Yes. This is part of the fire training program and fire warden duties.',0,0,41981,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111868,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,41981,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111869,'NA',0,0,41981,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111870,'Other',20,0,41981,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111871,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,41982,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111872,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,41982,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111873,'Other',20,0,41982,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111874,'N/A',0,0,41982,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111875,'Yes. Fire wardens receive refresher training regularly.',0,0,41983,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111876,'No',5,0,41983,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111877,'N/A',0,0,41983,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111878,'Other',20,0,41983,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111879,'Other',20,0,41983,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111880,'Director',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111881,'Owner / Landlord',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111882,'Site Manager',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111883,'Estate Agent',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111884,'Letting Agent',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111885,'Director',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111886,'CEO',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111887,'Fire Warden / Supervisor',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111888,'Fire Risk Assessor',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111889,'Other',0,0,41991,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111890,'Nebosh',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111891,'Level 2 Fire Risk Assessor',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111892,'Competant Person',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111893,'Property Manager',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111894,'Construction Manager',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111895,'Fire Warden / Fire Marshall',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111896,'Director',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111897,'CEO',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111898,'N/A',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111899,'Other',0,0,41992,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111900,'Detached',1,0,42005,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111901,'Semi Detached',2,0,42005,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111902,'Terraced',3,0,42005,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111903,'Linked-Terraced',1,0,42005,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111904,'End Terraced',2,0,42005,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111905,'Other',20,0,42005,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111906,'House',1,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111907,'Bungalow',1,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111908,'Maisonette',3,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111909,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111910,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111911,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111912,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111913,'Underground Property',1,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111914,'Factory / Warehouse',3,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111915,'Garage / Workshop',3,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111916,'Retail Shop',2,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111917,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111918,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111919,'Other',20,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111920,'Other',20,0,42006,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111921,'Pre-1900 solid brick, stone, or concrete',0,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111922,'Cavity brick and block',0,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111923,'Cob',1,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111924,'Concrete inner skin with external curtain outer skin',0,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111925,'Prefabricated timber',3,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111926,'Glass walls with metal post frame',2,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111927,'Other',20,0,42014,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111928,'Yes',1,0,42015,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111929,'No',3,0,42015,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111930,'Unknown',3,0,42015,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111931,'Stone',0,0,42015,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111932,'Other',20,0,42015,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111933,'Yes',1,0,42016,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111934,'No',5,0,42016,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111935,'Unknown',5,0,42016,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111936,'Stone',0,0,42016,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111937,'Other',20,0,42016,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111938,'Yes',1,0,42019,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111939,'No',6,0,42019,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111940,'N/A',0,0,42019,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111941,'Yes',2,0,42022,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111942,'No',8,0,42022,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111943,'N/A',0,0,42022,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111944,'Yes',1,0,42024,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111945,'No',6,0,42024,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111946,'N/A',0,0,42024,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111947,'Yes',1,0,42027,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111948,'No',6,0,42027,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111949,'N/A',0,0,42027,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111950,'Yes',1,0,42029,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111951,'No',6,0,42029,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111952,'N/A',0,0,42029,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111953,'Solid concrete flooring on all levels',0,0,42031,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111954,'Timber joists on all levels',3,0,42031,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111955,'Concrete lowest floor – Timber above higher levels',3,0,42031,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111956,'Other',20,0,42031,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111957,'100%',1,0,42031,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111958,'Very Good',0,0,42035,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111959,'Good',1,0,42035,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111960,'Fair',2,0,42035,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111961,'Poor',3,0,42035,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111962,'Very Poor',4,0,42035,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(111963,'Fan Heaters',4,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111964,'Electric Heaters',4,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111965,'Gas Heater',5,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111966,'Other Boilers',2,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111967,'Electrical Equipment',3,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111968,'Electrical Leads',3,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111969,'Portable Equipment',3,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111970,'Portable Lighting',2,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111971,'Cooking Equipment',6,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111972,'Other',20,0,42036,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111973,'Wood/Paper/Cardboard etc',3,0,42038,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111974,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42038,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111975,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42038,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111976,'Waste Material Controlled -in locked wheely bin or store',2,0,42038,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111977,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42038,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111978,'Other',20,0,42038,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111979,'Yes. Certification within 6 months',0,0,42040,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111980,'Yes. Certification within 12 months',2,0,42040,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111981,'No certification. (Recommend testing by fire safety specialist)',5,0,42040,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111982,'N/A',0,0,42040,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111983,'Other',20,0,42040,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111984,'Yes. There is a certificate within the last 6 months.',0,0,42042,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111985,'The certificate was issued within the last 12 months.',2,0,42042,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111986,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42042,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111987,'N/A',0,0,42042,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111988,'Other',20,0,42042,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111989,'Yes. Service and test certification is within 12 months',0,0,42044,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111990,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42044,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111991,'N/A',0,0,42044,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111992,'Other',20,0,42044,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111993,'Yes. The EICR test certification is complete within last 5 years',0,0,42046,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111994,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42046,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111995,'N/A',0,0,42046,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111996,'Other',20,0,42046,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111997,'Yes',0,0,42048,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111998,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42048,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(111999,'N/A',0,0,42048,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112000,'Other',20,0,42048,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112001,'Yes',0,0,42050,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112002,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42050,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112003,'N/A',0,0,42050,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112004,'Other',20,0,42050,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112005,'Yes',0,0,42052,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112006,'No. There are hot working areas but no fire blankets are present.',5,0,42052,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112007,'N/A',0,0,42052,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112008,'Other',20,0,42052,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112009,'Yes. They are provided and ready to use located in a communal area.',0,0,42054,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112010,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42054,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112011,'N/A',0,0,42054,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112012,'Other',20,0,42054,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112013,'Yes',2,0,42055,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112014,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42055,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112015,'The property does not have a gas connection.',0,0,42055,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112016,'N/A',0,0,42055,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112017,'Yes. Escape routes are kept clear throughout the building.',0,0,42056,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112018,'No. There are obstructions on one or more escape routes.',6,0,42056,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112019,'N/A',0,0,42056,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112020,'Other',20,0,42056,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112021,'Yes. Assembly points are clearly marked.',0,0,42057,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112022,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42057,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112023,'NA',0,0,42057,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112024,'Other',20,0,42057,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112025,'Yes',0,0,42058,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112026,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42058,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112027,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42058,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112028,'N/A',0,0,42058,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112029,'Other',20,0,42058,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112030,'Yes',0,0,42059,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112031,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42059,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112032,'NA',0,0,42059,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112033,'Other',20,0,42059,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112034,'Yes. The shortest route has been put into the plan',0,0,42060,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112035,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42060,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112036,'NA',0,0,42060,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112037,'Other',20,0,42060,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112038,'Yes. There is more than one exit available.',1,0,42061,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112039,'No. There is only one escape exit available.',0,0,42061,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112040,'Other',20,0,42061,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112041,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42062,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112042,'No. The exits are not efficient enough for the building.',9,0,42062,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112043,'NA',0,0,42062,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112044,'Other',20,0,42062,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112045,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42063,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112046,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42063,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112047,'NA',0,0,42063,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112048,'Other',20,0,42063,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112049,'Yes',0,0,42064,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112050,'No. There is no assembly point or the assembly point is too small.',8,0,42064,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112051,'NA',0,0,42064,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112052,'Other',20,0,42064,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112053,'Evacuation only',3,0,42065,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112054,'Delayed evacuation process with 15 minute time delay',4,0,42065,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112055,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42065,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112056,'Other',20,0,42065,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112057,'Employees',2,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112058,'Sub-Contractors',3,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112059,'Young Persons',4,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112060,'Visitors',4,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112061,'The General Public (Customers)',4,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112062,'Disabled or Special needs People less able to leave the premises quickly',7,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112063,'Occupants in Remote Areas',6,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112064,'Sleeping Occupants',7,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112065,'Neighbouring Premises',2,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112066,'Tenants / Owners',3,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112067,'Animals / Livestock',2,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112068,'Other',0,0,42067,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112069,'9:00 - 17:00',0,0,42070,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112070,'17:00 - 24:00',0,0,42070,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112071,'24:00 - 9:00',0,0,42070,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112072,'9:00 - 17:00',0,0,42071,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112073,'17:00 - 24:00',0,0,42071,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112074,'24:00 - 9:00',0,0,42071,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112075,'9:00 - 17:00',0,0,42072,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112076,'17:00 - 24:00',0,0,42072,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112077,'24:00 - 9:00',0,0,42072,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112078,'9:00 - 17:00',0,0,42073,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112079,'17:00 - 24:00',0,0,42073,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112080,'24:00 - 9:00',0,0,42073,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112081,'9:00 - 17:00',0,0,42074,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112082,'17:00 - 24:00',0,0,42074,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112083,'24:00 - 9:00',0,0,42074,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112084,'9:00 - 17:00',0,0,42075,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112085,'17:00 - 24:00',0,0,42075,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112086,'24:00 - 9:00',0,0,42075,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112087,'9:00 - 17:00',0,0,42076,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112088,'17:00 - 24:00',0,0,42076,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112089,'24:00 - 9:00',0,0,42076,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112090,'Below 20',1,0,42077,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112091,'20-49',2,0,42077,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112092,'50-99',2,0,42077,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112093,'100-499',3,0,42077,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112094,'500-999',4,0,42077,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112095,'1000',5,0,42077,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112096,'Single Stage Evacuation',0,0,42078,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112097,'Staged Evacuation',0,0,42078,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112098,'Simultaneous Evacuation',0,0,42078,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112099,'Phased Evacuation',0,0,42078,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112100,'Staff Alarm Only',0,0,42078,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112101,'Stay Put Policy',0,0,42078,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112102,'Yes. A responsible person has been nominated.',0,0,42079,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112103,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42079,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112104,'Other',20,0,42079,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112105,'N/A',0,0,42079,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112106,'Yes. A competent person is available to assist in fire safety measures.',0,0,42080,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112107,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42080,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112108,'Other',20,0,42080,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112109,'N/A',0,0,42080,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112110,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42081,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112111,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42081,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112112,'Other',20,0,42081,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112113,'N/A',0,0,42081,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112114,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42083,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112115,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42083,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112116,'Other',20,0,42083,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112117,'N/A',0,0,42083,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112118,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42085,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112119,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42085,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112120,'Other',20,0,42085,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112121,'N/A',0,0,42085,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112122,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42086,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112123,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42086,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112124,'Other',20,0,42086,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112125,'N/A',0,0,42086,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112126,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42087,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112127,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42087,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112128,'Other',20,0,42087,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112129,'N/A',0,0,42087,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112130,'Yes. The plan is readily available.',0,0,42089,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112131,'No. The plan is not available.',3,0,42089,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112132,'Other',20,0,42089,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112133,'N/A',0,0,42089,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112134,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42090,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112135,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42090,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112136,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42090,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112137,'Other',20,0,42090,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112138,'N/A',0,0,42090,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112139,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42091,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112140,'No. There are not suitable arrangements in place to prevent danger..',4,0,42091,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112141,'Other',20,0,42091,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112142,'N/A',0,0,42091,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112143,'Yes. The company has a full evacuation system in place.',0,0,42092,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112144,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42092,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112145,'Other',20,0,42092,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112146,'N/A',0,0,42092,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112147,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42093,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112148,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42093,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112149,'Other',20,0,42093,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112150,'N/A',0,0,42093,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112151,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42094,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112152,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42094,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112153,'Other',20,0,42094,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112154,'N/A',0,0,42094,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112155,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42095,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112156,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42095,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112157,'Other',20,0,42095,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112158,'N/A',0,0,42095,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112159,'Yes. They do consider other organisation within the building.',0,0,42096,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112160,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42096,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112161,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42096,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112162,'Other',20,0,42096,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112163,'N/A',0,0,42096,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112164,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42097,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112165,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42097,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112166,'Other',20,0,42097,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112167,'N/A',0,0,42097,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112168,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42100,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112169,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42100,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112170,'No. There is no fire risk logbook.',5,0,42100,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112171,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42101,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112172,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42101,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112173,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42101,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112174,'N/A',0,0,42101,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112175,'Other',20,0,42101,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112176,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42103,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112177,'Yes. They are installed, and signs are displayed.',0,0,42103,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112178,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42103,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112179,'N/A',0,0,42103,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112180,'Other',20,0,42103,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112181,'Yes, they are in good condition & positioned correctly.',0,0,42105,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112182,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42105,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112183,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42105,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112184,'Other',20,0,42105,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112185,'N/A',0,0,42105,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112186,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42106,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112187,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42106,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112188,'Other',20,0,42106,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112189,'N/A',0,0,42106,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112190,'Yes. There is suitable Emergency lighting in the building.',0,0,42107,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112191,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42107,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112192,'Other',20,0,42107,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112193,'N/A',0,0,42107,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112194,'Yes. They are in good condition with no obstructions.',0,0,42108,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112195,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42108,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112196,'Other',20,0,42108,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112197,'N/A',0,0,42108,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112198,'Yes. User checks are recorded into the fire risk logbook.',0,0,42110,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112199,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42110,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112200,'Other',20,0,42110,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112201,'N/A',0,0,42110,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112202,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42111,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112203,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42111,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112204,'Other',20,0,42111,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112205,'N/A',0,0,42111,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112206,'Yes. The fire risk assessment is reviewed annually.',0,0,42113,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112207,'No. (Recommend immediate update to ensure compliance.)',5,0,42113,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112208,'NA',5,0,42113,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112209,'Other',20,0,42113,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112210,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42114,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112211,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42114,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112212,'N/A',0,0,42114,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112213,'Other',20,0,42114,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112214,'Yes. Training has been provided',0,0,42115,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112215,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42115,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112216,'Other',20,0,42115,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112217,'N/A',0,0,42115,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112218,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42116,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112219,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42116,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112220,'NA',0,0,42116,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112221,'Other',20,0,42116,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112222,'Yes. Training has been documented on induction.',0,0,42117,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112223,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42117,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112224,'NA',0,0,42117,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112225,'Other',20,0,42117,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112226,'Yes. Once per year.',1,0,42118,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(112227,'Yes. Twice per year.',0,0,42118,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112228,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42118,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112229,'Other',20,0,42118,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112230,'Yes. This is part of the fire training program and fire warden duties.',0,0,42119,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112231,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42119,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112232,'NA',0,0,42119,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112233,'Other',20,0,42119,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112234,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42120,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112235,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42120,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112236,'Other',20,0,42120,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112237,'N/A',0,0,42120,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112238,'Yes. Fire wardens receive refresher training regularly.',0,0,42121,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112239,'No',5,0,42121,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112240,'N/A',0,0,42121,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112241,'Other',20,0,42121,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112242,'Other',20,0,42121,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112243,'Director',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112244,'Owner / Landlord',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112245,'Site Manager',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112246,'Estate Agent',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112247,'Letting Agent',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112248,'Director',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112249,'CEO',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112250,'Fire Warden / Supervisor',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112251,'Fire Risk Assessor',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112252,'Other',0,0,42129,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112253,'Nebosh',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112254,'Level 2 Fire Risk Assessor',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112255,'Competant Person',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112256,'Property Manager',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112257,'Construction Manager',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112258,'Fire Warden / Fire Marshall',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112259,'Director',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112260,'CEO',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112261,'N/A',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112262,'Other',0,0,42130,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112263,'Detached',1,0,42143,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112264,'Semi Detached',2,0,42143,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112265,'Terraced',3,0,42143,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112266,'Linked-Terraced',1,0,42143,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112267,'End Terraced',2,0,42143,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112268,'Other',20,0,42143,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112269,'House',1,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112270,'Bungalow',1,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112271,'Maisonette',3,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112272,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112273,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112274,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112275,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112276,'Underground Property',1,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112277,'Factory / Warehouse',3,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112278,'Garage / Workshop',3,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112279,'Retail Shop',2,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112280,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112281,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112282,'Other',20,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112283,'Other',20,0,42144,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112284,'Pre-1900 solid brick, stone, or concrete',0,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112285,'Cavity brick and block',0,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112286,'Cob',1,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112287,'Concrete inner skin with external curtain outer skin',0,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112288,'Prefabricated timber',3,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112289,'Glass walls with metal post frame',2,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112290,'Other',20,0,42152,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112291,'Yes',1,0,42153,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112292,'No',3,0,42153,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112293,'Unknown',3,0,42153,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112294,'Stone',0,0,42153,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112295,'Other',20,0,42153,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112296,'Yes',1,0,42154,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112297,'No',5,0,42154,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112298,'Unknown',5,0,42154,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112299,'Stone',0,0,42154,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112300,'Other',20,0,42154,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112301,'Yes',1,0,42157,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112302,'No',6,0,42157,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112303,'N/A',0,0,42157,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112304,'Yes',2,0,42160,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112305,'No',8,0,42160,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112306,'N/A',0,0,42160,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112307,'Yes',1,0,42162,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112308,'No',6,0,42162,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112309,'N/A',0,0,42162,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112310,'Yes',1,0,42165,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112311,'No',6,0,42165,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112312,'N/A',0,0,42165,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112313,'Yes',1,0,42167,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112314,'No',6,0,42167,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112315,'N/A',0,0,42167,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112316,'Solid concrete flooring on all levels',0,0,42169,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112317,'Timber joists on all levels',3,0,42169,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112318,'Concrete lowest floor – Timber above higher levels',3,0,42169,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112319,'Other',20,0,42169,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112320,'100%',1,0,42169,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112321,'Very Good',0,0,42173,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112322,'Good',1,0,42173,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112323,'Fair',2,0,42173,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112324,'Poor',3,0,42173,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112325,'Very Poor',4,0,42173,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(112326,'Fan Heaters',4,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112327,'Electric Heaters',4,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112328,'Gas Heater',5,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112329,'Other Boilers',2,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112330,'Electrical Equipment',3,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112331,'Electrical Leads',3,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112332,'Portable Equipment',3,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112333,'Portable Lighting',2,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112334,'Cooking Equipment',6,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112335,'Other',20,0,42174,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112336,'Wood/Paper/Cardboard etc',3,0,42176,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112337,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42176,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112338,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42176,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112339,'Waste Material Controlled -in locked wheely bin or store',2,0,42176,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112340,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42176,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112341,'Other',20,0,42176,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112342,'Yes. Certification within 6 months',0,0,42178,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112343,'Yes. Certification within 12 months',2,0,42178,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112344,'No certification. (Recommend testing by fire safety specialist)',5,0,42178,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112345,'N/A',0,0,42178,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112346,'Other',20,0,42178,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112347,'Yes. There is a certificate within the last 6 months.',0,0,42180,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112348,'The certificate was issued within the last 12 months.',2,0,42180,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112349,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42180,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112350,'N/A',0,0,42180,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112351,'Other',20,0,42180,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112352,'Yes. Service and test certification is within 12 months',0,0,42182,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112353,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42182,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112354,'N/A',0,0,42182,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112355,'Other',20,0,42182,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112356,'Yes. The EICR test certification is complete within last 5 years',0,0,42184,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112357,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42184,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112358,'N/A',0,0,42184,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112359,'Other',20,0,42184,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112360,'Yes',0,0,42186,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112361,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42186,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112362,'N/A',0,0,42186,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112363,'Other',20,0,42186,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112364,'Yes',0,0,42188,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112365,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42188,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112366,'N/A',0,0,42188,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112367,'Other',20,0,42188,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112368,'Yes',0,0,42190,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112369,'No. There are hot working areas but no fire blankets are present.',5,0,42190,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112370,'N/A',0,0,42190,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112371,'Other',20,0,42190,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112372,'Yes. They are provided and ready to use located in a communal area.',0,0,42192,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112373,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42192,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112374,'N/A',0,0,42192,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112375,'Other',20,0,42192,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112376,'Yes',2,0,42193,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112377,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42193,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112378,'The property does not have a gas connection.',0,0,42193,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112379,'N/A',0,0,42193,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112380,'Yes. Escape routes are kept clear throughout the building.',0,0,42194,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112381,'No. There are obstructions on one or more escape routes.',6,0,42194,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112382,'N/A',0,0,42194,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112383,'Other',20,0,42194,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112384,'Yes. Assembly points are clearly marked.',0,0,42195,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112385,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42195,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112386,'NA',0,0,42195,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112387,'Other',20,0,42195,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112388,'Yes',0,0,42196,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112389,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42196,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112390,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42196,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112391,'N/A',0,0,42196,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112392,'Other',20,0,42196,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112393,'Yes',0,0,42197,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112394,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42197,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112395,'NA',0,0,42197,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112396,'Other',20,0,42197,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112397,'Yes. The shortest route has been put into the plan',0,0,42198,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112398,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42198,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112399,'NA',0,0,42198,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112400,'Other',20,0,42198,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112401,'Yes. There is more than one exit available.',1,0,42199,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112402,'No. There is only one escape exit available.',0,0,42199,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112403,'Other',20,0,42199,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112404,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42200,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112405,'No. The exits are not efficient enough for the building.',9,0,42200,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112406,'NA',0,0,42200,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112407,'Other',20,0,42200,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112408,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42201,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112409,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42201,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112410,'NA',0,0,42201,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112411,'Other',20,0,42201,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112412,'Yes',0,0,42202,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112413,'No. There is no assembly point or the assembly point is too small.',8,0,42202,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112414,'NA',0,0,42202,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112415,'Other',20,0,42202,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112416,'Evacuation only',3,0,42203,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112417,'Delayed evacuation process with 15 minute time delay',4,0,42203,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112418,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42203,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112419,'Other',20,0,42203,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112420,'Employees',2,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112421,'Sub-Contractors',3,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112422,'Young Persons',4,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112423,'Visitors',4,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112424,'The General Public (Customers)',4,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112425,'Disabled or Special needs People less able to leave the premises quickly',7,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112426,'Occupants in Remote Areas',6,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112427,'Sleeping Occupants',7,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112428,'Neighbouring Premises',2,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112429,'Tenants / Owners',3,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112430,'Animals / Livestock',2,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112431,'Other',0,0,42205,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112432,'9:00 - 17:00',0,0,42208,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112433,'17:00 - 24:00',0,0,42208,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112434,'24:00 - 9:00',0,0,42208,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112435,'9:00 - 17:00',0,0,42209,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112436,'17:00 - 24:00',0,0,42209,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112437,'24:00 - 9:00',0,0,42209,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112438,'9:00 - 17:00',0,0,42210,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112439,'17:00 - 24:00',0,0,42210,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112440,'24:00 - 9:00',0,0,42210,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112441,'9:00 - 17:00',0,0,42211,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112442,'17:00 - 24:00',0,0,42211,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112443,'24:00 - 9:00',0,0,42211,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112444,'9:00 - 17:00',0,0,42212,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112445,'17:00 - 24:00',0,0,42212,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112446,'24:00 - 9:00',0,0,42212,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112447,'9:00 - 17:00',0,0,42213,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112448,'17:00 - 24:00',0,0,42213,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112449,'24:00 - 9:00',0,0,42213,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112450,'9:00 - 17:00',0,0,42214,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112451,'17:00 - 24:00',0,0,42214,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112452,'24:00 - 9:00',0,0,42214,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112453,'Below 20',1,0,42215,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112454,'20-49',2,0,42215,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112455,'50-99',2,0,42215,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112456,'100-499',3,0,42215,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112457,'500-999',4,0,42215,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112458,'1000',5,0,42215,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112459,'Single Stage Evacuation',0,0,42216,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112460,'Staged Evacuation',0,0,42216,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112461,'Simultaneous Evacuation',0,0,42216,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112462,'Phased Evacuation',0,0,42216,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112463,'Staff Alarm Only',0,0,42216,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112464,'Stay Put Policy',0,0,42216,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112465,'Yes. A responsible person has been nominated.',0,0,42217,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112466,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42217,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112467,'Other',20,0,42217,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112468,'N/A',0,0,42217,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112469,'Yes. A competent person is available to assist in fire safety measures.',0,0,42218,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112470,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42218,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112471,'Other',20,0,42218,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112472,'N/A',0,0,42218,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112473,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42219,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112474,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42219,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112475,'Other',20,0,42219,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112476,'N/A',0,0,42219,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112477,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42221,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112478,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42221,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112479,'Other',20,0,42221,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112480,'N/A',0,0,42221,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112481,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42223,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112482,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42223,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112483,'Other',20,0,42223,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112484,'N/A',0,0,42223,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112485,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42224,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112486,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42224,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112487,'Other',20,0,42224,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112488,'N/A',0,0,42224,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112489,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42225,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112490,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42225,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112491,'Other',20,0,42225,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112492,'N/A',0,0,42225,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112493,'Yes. The plan is readily available.',0,0,42227,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112494,'No. The plan is not available.',3,0,42227,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112495,'Other',20,0,42227,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112496,'N/A',0,0,42227,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112497,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42228,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112498,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42228,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112499,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42228,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112500,'Other',20,0,42228,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112501,'N/A',0,0,42228,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112502,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42229,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112503,'No. There are not suitable arrangements in place to prevent danger..',4,0,42229,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112504,'Other',20,0,42229,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112505,'N/A',0,0,42229,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112506,'Yes. The company has a full evacuation system in place.',0,0,42230,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112507,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42230,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112508,'Other',20,0,42230,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112509,'N/A',0,0,42230,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112510,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42231,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112511,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42231,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112512,'Other',20,0,42231,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112513,'N/A',0,0,42231,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112514,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42232,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112515,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42232,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112516,'Other',20,0,42232,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112517,'N/A',0,0,42232,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112518,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42233,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112519,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42233,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(112520,'Other',20,0,42233,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112521,'N/A',0,0,42233,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112522,'Yes. They do consider other organisation within the building.',0,0,42234,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112523,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42234,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112524,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42234,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112525,'Other',20,0,42234,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112526,'N/A',0,0,42234,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112527,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42235,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112528,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42235,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112529,'Other',20,0,42235,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112530,'N/A',0,0,42235,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112531,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42238,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112532,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42238,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112533,'No. There is no fire risk logbook.',5,0,42238,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112534,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42239,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112535,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42239,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112536,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42239,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112537,'N/A',0,0,42239,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112538,'Other',20,0,42239,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112539,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42241,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112540,'Yes. They are installed, and signs are displayed.',0,0,42241,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112541,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42241,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112542,'N/A',0,0,42241,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112543,'Other',20,0,42241,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112544,'Yes, they are in good condition & positioned correctly.',0,0,42243,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112545,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42243,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112546,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42243,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112547,'Other',20,0,42243,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112548,'N/A',0,0,42243,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112549,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42244,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112550,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42244,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112551,'Other',20,0,42244,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112552,'N/A',0,0,42244,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112553,'Yes. There is suitable Emergency lighting in the building.',0,0,42245,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112554,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42245,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112555,'Other',20,0,42245,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112556,'N/A',0,0,42245,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112557,'Yes. They are in good condition with no obstructions.',0,0,42246,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112558,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42246,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112559,'Other',20,0,42246,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112560,'N/A',0,0,42246,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112561,'Yes. User checks are recorded into the fire risk logbook.',0,0,42248,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112562,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42248,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112563,'Other',20,0,42248,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112564,'N/A',0,0,42248,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112565,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42249,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112566,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42249,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112567,'Other',20,0,42249,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112568,'N/A',0,0,42249,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112569,'Yes. The fire risk assessment is reviewed annually.',0,0,42251,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112570,'No. (Recommend immediate update to ensure compliance.)',5,0,42251,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112571,'NA',5,0,42251,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112572,'Other',20,0,42251,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112573,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42252,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112574,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42252,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112575,'N/A',0,0,42252,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112576,'Other',20,0,42252,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112577,'Yes. Training has been provided',0,0,42253,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112578,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42253,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112579,'Other',20,0,42253,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112580,'N/A',0,0,42253,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112581,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42254,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112582,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42254,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112583,'NA',0,0,42254,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112584,'Other',20,0,42254,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112585,'Yes. Training has been documented on induction.',0,0,42255,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112586,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42255,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112587,'NA',0,0,42255,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112588,'Other',20,0,42255,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112589,'Yes. Once per year.',1,0,42256,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112590,'Yes. Twice per year.',0,0,42256,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112591,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42256,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112592,'Other',20,0,42256,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112593,'Yes. This is part of the fire training program and fire warden duties.',0,0,42257,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112594,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42257,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112595,'NA',0,0,42257,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112596,'Other',20,0,42257,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112597,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42258,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112598,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42258,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112599,'Other',20,0,42258,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112600,'N/A',0,0,42258,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112601,'Yes. Fire wardens receive refresher training regularly.',0,0,42259,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112602,'No',5,0,42259,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112603,'N/A',0,0,42259,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112604,'Other',20,0,42259,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112605,'Other',20,0,42259,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112606,'Director',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112607,'Owner / Landlord',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112608,'Site Manager',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112609,'Estate Agent',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112610,'Letting Agent',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112611,'Director',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112612,'CEO',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112613,'Fire Warden / Supervisor',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112614,'Fire Risk Assessor',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112615,'Other',0,0,42267,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112616,'Nebosh',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112617,'Level 2 Fire Risk Assessor',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112618,'Competant Person',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112619,'Property Manager',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112620,'Construction Manager',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112621,'Fire Warden / Fire Marshall',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112622,'Director',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112623,'CEO',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112624,'N/A',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112625,'Other',0,0,42268,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112626,'Detached',1,0,42281,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112627,'Semi Detached',2,0,42281,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112628,'Terraced',3,0,42281,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112629,'Linked-Terraced',1,0,42281,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112630,'End Terraced',2,0,42281,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112631,'Other',20,0,42281,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112632,'House',1,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112633,'Bungalow',1,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112634,'Maisonette',3,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112635,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112636,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112637,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112638,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112639,'Underground Property',1,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112640,'Factory / Warehouse',3,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112641,'Garage / Workshop',3,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112642,'Retail Shop',2,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112643,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112644,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112645,'Other',20,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112646,'Other',20,0,42282,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112647,'Yes',1,0,42290,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112648,'No',3,0,42290,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112649,'Unknown',3,0,42290,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112650,'Stone',0,0,42290,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112651,'Other',20,0,42290,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112652,'Yes',1,0,42291,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112653,'No',5,0,42291,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112654,'Unknown',5,0,42291,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112655,'Stone',0,0,42291,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112656,'Other',20,0,42291,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112657,'Yes',1,0,42294,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112658,'No',6,0,42294,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112659,'N/A',0,0,42294,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112660,'Yes',2,0,42297,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112661,'No',8,0,42297,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112662,'N/A',0,0,42297,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112663,'Yes',1,0,42299,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112664,'No',6,0,42299,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112665,'N/A',0,0,42299,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112666,'Yes',1,0,42302,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112667,'No',6,0,42302,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112668,'N/A',0,0,42302,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112669,'Yes',1,0,42304,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112670,'No',6,0,42304,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112671,'N/A',0,0,42304,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112672,'Solid concrete flooring on all levels',0,0,42306,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112673,'Timber joists on all levels',3,0,42306,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112674,'Concrete lowest floor – Timber above higher levels',3,0,42306,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112675,'Other',20,0,42306,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112676,'100%',1,0,42306,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112677,'Pre-1900 solid brick, stone, or concrete',0,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112678,'Cavity brick and block',0,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112679,'Cob',1,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112680,'Concrete inner skin with external curtain outer skin',0,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112681,'Prefabricated timber',3,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112682,'Glass walls with metal post frame',2,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112683,'Other',20,0,42309,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112684,'Very Good',0,0,42311,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112685,'Good',1,0,42311,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112686,'Fair',2,0,42311,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112687,'Poor',3,0,42311,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112688,'Very Poor',4,0,42311,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(112689,'Fan Heaters',4,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112690,'Electric Heaters',4,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112691,'Gas Heater',5,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112692,'Other Boilers',2,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112693,'Electrical Equipment',3,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112694,'Electrical Leads',3,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112695,'Portable Equipment',3,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112696,'Portable Lighting',2,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112697,'Cooking Equipment',6,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112698,'Other',20,0,42312,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112699,'Wood/Paper/Cardboard etc',3,0,42314,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112700,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42314,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112701,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42314,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112702,'Waste Material Controlled -in locked wheely bin or store',2,0,42314,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112703,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42314,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112704,'Other',20,0,42314,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112705,'Yes. Certification within 6 months',0,0,42316,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112706,'Yes. Certification within 12 months',2,0,42316,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112707,'No certification. (Recommend testing by fire safety specialist)',5,0,42316,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112708,'N/A',0,0,42316,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112709,'Other',20,0,42316,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112710,'Yes. There is a certificate within the last 6 months.',0,0,42318,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112711,'The certificate was issued within the last 12 months.',2,0,42318,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112712,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42318,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112713,'N/A',0,0,42318,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112714,'Other',20,0,42318,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112715,'Yes. Service and test certification is within 12 months',0,0,42320,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112716,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42320,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112717,'N/A',0,0,42320,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112718,'Other',20,0,42320,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112719,'Yes. The EICR test certification is complete within last 5 years',0,0,42322,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112720,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42322,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112721,'N/A',0,0,42322,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112722,'Other',20,0,42322,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112723,'Yes',0,0,42324,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112724,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42324,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112725,'N/A',0,0,42324,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112726,'Other',20,0,42324,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112727,'Yes',0,0,42326,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112728,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42326,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112729,'N/A',0,0,42326,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112730,'Other',20,0,42326,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112731,'Yes',0,0,42328,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112732,'No. There are hot working areas but no fire blankets are present.',5,0,42328,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112733,'N/A',0,0,42328,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112734,'Other',20,0,42328,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112735,'Yes. They are provided and ready to use located in a communal area.',0,0,42330,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112736,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42330,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112737,'N/A',0,0,42330,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112738,'Other',20,0,42330,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112739,'Yes',2,0,42331,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112740,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42331,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112741,'The property does not have a gas connection.',0,0,42331,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112742,'N/A',0,0,42331,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112743,'Yes. Escape routes are kept clear throughout the building.',0,0,42332,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112744,'No. There are obstructions on one or more escape routes.',6,0,42332,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112745,'N/A',0,0,42332,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112746,'Other',20,0,42332,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112747,'Yes. Assembly points are clearly marked.',0,0,42333,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112748,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42333,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112749,'NA',0,0,42333,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112750,'Other',20,0,42333,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112751,'Yes',0,0,42334,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112752,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42334,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112753,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42334,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112754,'N/A',0,0,42334,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112755,'Other',20,0,42334,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112756,'Yes',0,0,42335,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112757,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42335,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112758,'NA',0,0,42335,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112759,'Other',20,0,42335,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112760,'Yes. The shortest route has been put into the plan',0,0,42336,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112761,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42336,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112762,'NA',0,0,42336,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112763,'Other',20,0,42336,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112764,'Yes. There is more than one exit available.',1,0,42337,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112765,'No. There is only one escape exit available.',0,0,42337,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112766,'Other',20,0,42337,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112767,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42338,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112768,'No. The exits are not efficient enough for the building.',9,0,42338,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112769,'NA',0,0,42338,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112770,'Other',20,0,42338,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112771,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42339,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112772,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42339,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112773,'NA',0,0,42339,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112774,'Other',20,0,42339,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112775,'Yes',0,0,42340,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112776,'No. There is no assembly point or the assembly point is too small.',8,0,42340,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112777,'NA',0,0,42340,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112778,'Other',20,0,42340,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112779,'Evacuation only',3,0,42341,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112780,'Delayed evacuation process with 15 minute time delay',4,0,42341,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112781,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42341,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112782,'Other',20,0,42341,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112783,'Employees',2,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112784,'Sub-Contractors',3,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112785,'Young Persons',4,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112786,'Visitors',4,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112787,'The General Public (Customers)',4,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112788,'Disabled or Special needs People less able to leave the premises quickly',7,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112789,'Occupants in Remote Areas',6,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112790,'Sleeping Occupants',7,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112791,'Neighbouring Premises',2,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112792,'Tenants / Owners',3,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112793,'Animals / Livestock',2,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112794,'Other',0,0,42343,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112795,'9:00 - 17:00',0,0,42346,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112796,'17:00 - 24:00',0,0,42346,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112797,'24:00 - 9:00',0,0,42346,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112798,'9:00 - 17:00',0,0,42347,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112799,'17:00 - 24:00',0,0,42347,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112800,'24:00 - 9:00',0,0,42347,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112801,'9:00 - 17:00',0,0,42348,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112802,'17:00 - 24:00',0,0,42348,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112803,'24:00 - 9:00',0,0,42348,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112804,'9:00 - 17:00',0,0,42349,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112805,'17:00 - 24:00',0,0,42349,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112806,'24:00 - 9:00',0,0,42349,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112807,'9:00 - 17:00',0,0,42350,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112808,'17:00 - 24:00',0,0,42350,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112809,'24:00 - 9:00',0,0,42350,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112810,'9:00 - 17:00',0,0,42351,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112811,'17:00 - 24:00',0,0,42351,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112812,'24:00 - 9:00',0,0,42351,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112813,'9:00 - 17:00',0,0,42352,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112814,'17:00 - 24:00',0,0,42352,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112815,'24:00 - 9:00',0,0,42352,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112816,'Below 20',1,0,42353,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112817,'20-49',2,0,42353,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112818,'50-99',2,0,42353,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112819,'100-499',3,0,42353,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112820,'500-999',4,0,42353,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112821,'1000',5,0,42353,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112822,'Single Stage Evacuation',0,0,42354,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112823,'Staged Evacuation',0,0,42354,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112824,'Simultaneous Evacuation',0,0,42354,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112825,'Phased Evacuation',0,0,42354,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112826,'Staff Alarm Only',0,0,42354,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112827,'Stay Put Policy',0,0,42354,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112828,'Yes. A responsible person has been nominated.',0,0,42355,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112829,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42355,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112830,'Other',20,0,42355,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112831,'N/A',0,0,42355,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112832,'Yes. A competent person is available to assist in fire safety measures.',0,0,42356,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112833,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42356,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112834,'Other',20,0,42356,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112835,'N/A',0,0,42356,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112836,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42357,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112837,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42357,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112838,'Other',20,0,42357,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112839,'N/A',0,0,42357,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112840,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42359,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112841,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42359,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112842,'Other',20,0,42359,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112843,'N/A',0,0,42359,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112844,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42361,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112845,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42361,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(112846,'Other',20,0,42361,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112847,'N/A',0,0,42361,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112848,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42362,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112849,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42362,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112850,'Other',20,0,42362,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112851,'N/A',0,0,42362,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112852,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42363,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112853,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42363,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112854,'Other',20,0,42363,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112855,'N/A',0,0,42363,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112856,'Yes. The plan is readily available.',0,0,42365,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112857,'No. The plan is not available.',3,0,42365,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112858,'Other',20,0,42365,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112859,'N/A',0,0,42365,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112860,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42366,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112861,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42366,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112862,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42366,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112863,'Other',20,0,42366,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112864,'N/A',0,0,42366,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112865,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42367,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112866,'No. There are not suitable arrangements in place to prevent danger..',4,0,42367,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112867,'Other',20,0,42367,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112868,'N/A',0,0,42367,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112869,'Yes. The company has a full evacuation system in place.',0,0,42368,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112870,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42368,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112871,'Other',20,0,42368,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112872,'N/A',0,0,42368,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112873,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42369,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112874,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42369,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112875,'Other',20,0,42369,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112876,'N/A',0,0,42369,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112877,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42370,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112878,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42370,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112879,'Other',20,0,42370,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112880,'N/A',0,0,42370,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112881,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42371,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112882,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42371,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112883,'Other',20,0,42371,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112884,'N/A',0,0,42371,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112885,'Yes. They do consider other organisation within the building.',0,0,42372,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112886,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42372,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112887,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42372,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112888,'Other',20,0,42372,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112889,'N/A',0,0,42372,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112890,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42373,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112891,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42373,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112892,'Other',20,0,42373,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112893,'N/A',0,0,42373,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112894,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42376,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112895,'Yes. They are installed, and signs are displayed.',0,0,42376,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112896,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42376,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112897,'N/A',0,0,42376,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112898,'Other',20,0,42376,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112899,'Yes, they are in good condition & positioned correctly.',0,0,42378,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112900,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42378,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112901,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42378,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112902,'Other',20,0,42378,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112903,'N/A',0,0,42378,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112904,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42380,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112905,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42380,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112906,'No. There is no fire risk logbook.',5,0,42380,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112907,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42381,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112908,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42381,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112909,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42381,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112910,'N/A',0,0,42381,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112911,'Other',20,0,42381,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112912,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42382,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112913,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42382,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112914,'Other',20,0,42382,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112915,'N/A',0,0,42382,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112916,'Yes. There is suitable Emergency lighting in the building.',0,0,42383,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112917,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42383,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112918,'Other',20,0,42383,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112919,'N/A',0,0,42383,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112920,'Yes. They are in good condition with no obstructions.',0,0,42384,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112921,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42384,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112922,'Other',20,0,42384,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112923,'N/A',0,0,42384,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112924,'Yes. User checks are recorded into the fire risk logbook.',0,0,42386,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112925,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42386,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112926,'Other',20,0,42386,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112927,'N/A',0,0,42386,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112928,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42387,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112929,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42387,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112930,'Other',20,0,42387,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112931,'N/A',0,0,42387,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112932,'Yes. The fire risk assessment is reviewed annually.',0,0,42389,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112933,'No. (Recommend immediate update to ensure compliance.)',5,0,42389,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112934,'NA',5,0,42389,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112935,'Other',20,0,42389,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112936,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42390,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112937,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42390,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112938,'N/A',0,0,42390,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112939,'Other',20,0,42390,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112940,'Yes. Training has been provided',0,0,42391,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112941,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42391,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112942,'Other',20,0,42391,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112943,'N/A',0,0,42391,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112944,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42392,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112945,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42392,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112946,'NA',0,0,42392,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112947,'Other',20,0,42392,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112948,'Yes. Training has been documented on induction.',0,0,42393,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112949,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42393,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112950,'NA',0,0,42393,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112951,'Other',20,0,42393,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112952,'Yes. Once per year.',1,0,42394,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112953,'Yes. Twice per year.',0,0,42394,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112954,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42394,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112955,'Other',20,0,42394,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112956,'Yes. This is part of the fire training program and fire warden duties.',0,0,42395,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112957,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42395,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112958,'NA',0,0,42395,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112959,'Other',20,0,42395,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112960,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42396,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112961,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42396,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112962,'Other',20,0,42396,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112963,'N/A',0,0,42396,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112964,'Yes. Fire wardens receive refresher training regularly.',0,0,42397,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112965,'No',5,0,42397,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112966,'N/A',0,0,42397,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112967,'Other',20,0,42397,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112968,'Other',20,0,42397,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112969,'Director',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112970,'Owner / Landlord',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112971,'Site Manager',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112972,'Estate Agent',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112973,'Letting Agent',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112974,'Director',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112975,'CEO',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112976,'Fire Warden / Supervisor',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112977,'Fire Risk Assessor',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112978,'Other',0,0,42405,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112979,'Nebosh',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112980,'Level 2 Fire Risk Assessor',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112981,'Competant Person',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112982,'Property Manager',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112983,'Construction Manager',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112984,'Fire Warden / Fire Marshall',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112985,'Director',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112986,'CEO',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112987,'N/A',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112988,'Other',0,0,42406,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112989,'House',1,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112990,'Bungalow',1,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112991,'Maisonette',3,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112992,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112993,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112994,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112995,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112996,'Underground Property',1,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112997,'Factory / Warehouse',3,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112998,'Garage / Workshop',3,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(112999,'Retail Shop',2,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113000,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113001,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113002,'Other',20,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113003,'Other',20,0,42419,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113004,'Detached',1,0,42420,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113005,'Semi Detached',2,0,42420,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113006,'Terraced',3,0,42420,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113007,'Linked-Terraced',1,0,42420,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113008,'End Terraced',2,0,42420,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113009,'Other',20,0,42420,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113010,'Pre-1900 solid brick, stone, or concrete',0,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113011,'Cavity brick and block',0,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113012,'Cob',1,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113013,'Concrete inner skin with external curtain outer skin',0,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113014,'Prefabricated timber',3,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113015,'Glass walls with metal post frame',2,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113016,'Other',20,0,42428,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113017,'Yes',1,0,42429,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113018,'No',3,0,42429,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113019,'Unknown',3,0,42429,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113020,'Stone',0,0,42429,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113021,'Other',20,0,42429,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113022,'Yes',1,0,42430,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113023,'No',5,0,42430,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113024,'Unknown',5,0,42430,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113025,'Stone',0,0,42430,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113026,'Other',20,0,42430,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113027,'Yes',1,0,42433,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113028,'No',6,0,42433,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113029,'N/A',0,0,42433,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113030,'Yes',2,0,42436,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113031,'No',8,0,42436,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113032,'N/A',0,0,42436,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113033,'Yes',1,0,42438,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113034,'No',6,0,42438,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113035,'N/A',0,0,42438,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113036,'Yes',1,0,42441,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113037,'No',6,0,42441,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113038,'N/A',0,0,42441,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113039,'Yes',1,0,42443,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113040,'No',6,0,42443,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113041,'N/A',0,0,42443,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113042,'Solid concrete flooring on all levels',0,0,42445,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113043,'Timber joists on all levels',3,0,42445,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113044,'Concrete lowest floor – Timber above higher levels',3,0,42445,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113045,'Other',20,0,42445,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113046,'100%',1,0,42445,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113047,'Very Good',0,0,42449,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113048,'Good',1,0,42449,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113049,'Fair',2,0,42449,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113050,'Poor',3,0,42449,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113051,'Very Poor',4,0,42449,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(113052,'Fan Heaters',4,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113053,'Electric Heaters',4,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113054,'Gas Heater',5,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113055,'Other Boilers',2,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113056,'Electrical Equipment',3,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113057,'Electrical Leads',3,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113058,'Portable Equipment',3,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113059,'Portable Lighting',2,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113060,'Cooking Equipment',6,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113061,'Other',20,0,42450,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113062,'Wood/Paper/Cardboard etc',3,0,42452,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113063,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42452,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113064,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42452,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113065,'Waste Material Controlled -in locked wheely bin or store',2,0,42452,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113066,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42452,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113067,'Other',20,0,42452,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113068,'Yes. Certification within 6 months',0,0,42454,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113069,'Yes. Certification within 12 months',2,0,42454,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113070,'No certification. (Recommend testing by fire safety specialist)',5,0,42454,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113071,'N/A',0,0,42454,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113072,'Other',20,0,42454,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113073,'Yes. There is a certificate within the last 6 months.',0,0,42456,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113074,'The certificate was issued within the last 12 months.',2,0,42456,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113075,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42456,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113076,'N/A',0,0,42456,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113077,'Other',20,0,42456,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113078,'Yes. Service and test certification is within 12 months',0,0,42458,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113079,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42458,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113080,'N/A',0,0,42458,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113081,'Other',20,0,42458,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113082,'Yes. The EICR test certification is complete within last 5 years',0,0,42460,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113083,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42460,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113084,'N/A',0,0,42460,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113085,'Other',20,0,42460,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113086,'Yes',0,0,42462,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113087,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42462,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113088,'N/A',0,0,42462,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113089,'Other',20,0,42462,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113090,'Yes',0,0,42464,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113091,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42464,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113092,'N/A',0,0,42464,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113093,'Other',20,0,42464,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113094,'Yes',0,0,42466,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113095,'No. There are hot working areas but no fire blankets are present.',5,0,42466,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113096,'N/A',0,0,42466,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113097,'Other',20,0,42466,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113098,'Yes. They are provided and ready to use located in a communal area.',0,0,42468,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113099,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42468,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113100,'N/A',0,0,42468,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113101,'Other',20,0,42468,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113102,'Yes',2,0,42469,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113103,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42469,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113104,'The property does not have a gas connection.',0,0,42469,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113105,'N/A',0,0,42469,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113106,'Yes. Escape routes are kept clear throughout the building.',0,0,42470,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113107,'No. There are obstructions on one or more escape routes.',6,0,42470,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113108,'N/A',0,0,42470,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113109,'Other',20,0,42470,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113110,'Yes. Assembly points are clearly marked.',0,0,42471,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113111,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42471,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113112,'NA',0,0,42471,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113113,'Other',20,0,42471,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113114,'Yes',0,0,42472,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113115,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42472,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113116,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42472,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113117,'N/A',0,0,42472,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113118,'Other',20,0,42472,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113119,'Yes',0,0,42473,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113120,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42473,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113121,'NA',0,0,42473,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113122,'Other',20,0,42473,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113123,'Yes. The shortest route has been put into the plan',0,0,42474,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113124,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42474,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113125,'NA',0,0,42474,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113126,'Other',20,0,42474,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113127,'Yes. There is more than one exit available.',1,0,42475,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113128,'No. There is only one escape exit available.',0,0,42475,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113129,'Other',20,0,42475,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113130,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42476,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113131,'No. The exits are not efficient enough for the building.',9,0,42476,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113132,'NA',0,0,42476,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113133,'Other',20,0,42476,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113134,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42477,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113135,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42477,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113136,'NA',0,0,42477,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113137,'Other',20,0,42477,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113138,'Yes',0,0,42478,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113139,'No. There is no assembly point or the assembly point is too small.',8,0,42478,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113140,'NA',0,0,42478,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113141,'Other',20,0,42478,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113142,'Evacuation only',3,0,42479,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113143,'Delayed evacuation process with 15 minute time delay',4,0,42479,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113144,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42479,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113145,'Other',20,0,42479,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113146,'Employees',2,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113147,'Sub-Contractors',3,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113148,'Young Persons',4,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113149,'Visitors',4,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113150,'The General Public (Customers)',4,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113151,'Disabled or Special needs People less able to leave the premises quickly',7,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113152,'Occupants in Remote Areas',6,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113153,'Sleeping Occupants',7,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113154,'Neighbouring Premises',2,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113155,'Tenants / Owners',3,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113156,'Animals / Livestock',2,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113157,'Other',0,0,42481,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113158,'9:00 - 17:00',0,0,42484,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113159,'17:00 - 24:00',0,0,42484,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113160,'24:00 - 9:00',0,0,42484,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113161,'9:00 - 17:00',0,0,42485,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113162,'17:00 - 24:00',0,0,42485,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113163,'24:00 - 9:00',0,0,42485,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113164,'9:00 - 17:00',0,0,42486,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113165,'17:00 - 24:00',0,0,42486,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113166,'24:00 - 9:00',0,0,42486,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113167,'9:00 - 17:00',0,0,42487,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113168,'17:00 - 24:00',0,0,42487,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113169,'24:00 - 9:00',0,0,42487,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113170,'9:00 - 17:00',0,0,42488,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113171,'17:00 - 24:00',0,0,42488,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113172,'24:00 - 9:00',0,0,42488,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113173,'9:00 - 17:00',0,0,42489,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113174,'17:00 - 24:00',0,0,42489,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113175,'24:00 - 9:00',0,0,42489,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113176,'9:00 - 17:00',0,0,42490,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113177,'17:00 - 24:00',0,0,42490,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113178,'24:00 - 9:00',0,0,42490,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113179,'Below 20',1,0,42491,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113180,'20-49',2,0,42491,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113181,'50-99',2,0,42491,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113182,'100-499',3,0,42491,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113183,'500-999',4,0,42491,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113184,'1000',5,0,42491,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113185,'Single Stage Evacuation',0,0,42492,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113186,'Staged Evacuation',0,0,42492,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113187,'Simultaneous Evacuation',0,0,42492,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113188,'Phased Evacuation',0,0,42492,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113189,'Staff Alarm Only',0,0,42492,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113190,'Stay Put Policy',0,0,42492,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113191,'Yes. A responsible person has been nominated.',0,0,42493,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113192,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42493,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113193,'Other',20,0,42493,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113194,'N/A',0,0,42493,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113195,'Yes. A competent person is available to assist in fire safety measures.',0,0,42494,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113196,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42494,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113197,'Other',20,0,42494,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113198,'N/A',0,0,42494,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113199,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42495,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113200,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42495,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113201,'Other',20,0,42495,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113202,'N/A',0,0,42495,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113203,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42497,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113204,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42497,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113205,'Other',20,0,42497,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113206,'N/A',0,0,42497,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113207,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42499,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113208,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42499,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113209,'Other',20,0,42499,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113210,'N/A',0,0,42499,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113211,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42500,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113212,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42500,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113213,'Other',20,0,42500,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113214,'N/A',0,0,42500,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113215,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42501,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113216,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42501,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113217,'Other',20,0,42501,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113218,'N/A',0,0,42501,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113219,'Yes. The plan is readily available.',0,0,42503,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113220,'No. The plan is not available.',3,0,42503,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113221,'Other',20,0,42503,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113222,'N/A',0,0,42503,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113223,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42504,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113224,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42504,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113225,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42504,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113226,'Other',20,0,42504,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113227,'N/A',0,0,42504,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113228,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42505,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113229,'No. There are not suitable arrangements in place to prevent danger..',4,0,42505,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113230,'Other',20,0,42505,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113231,'N/A',0,0,42505,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113232,'Yes. The company has a full evacuation system in place.',0,0,42506,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113233,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42506,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113234,'Other',20,0,42506,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113235,'N/A',0,0,42506,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113236,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42507,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113237,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42507,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113238,'Other',20,0,42507,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113239,'N/A',0,0,42507,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113240,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42508,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113241,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42508,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113242,'Other',20,0,42508,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113243,'N/A',0,0,42508,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113244,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42509,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113245,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42509,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113246,'Other',20,0,42509,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113247,'N/A',0,0,42509,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113248,'Yes. They do consider other organisation within the building.',0,0,42510,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113249,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42510,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113250,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42510,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113251,'Other',20,0,42510,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113252,'N/A',0,0,42510,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113253,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42511,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113254,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42511,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113255,'Other',20,0,42511,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113256,'N/A',0,0,42511,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113257,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42514,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113258,'Yes. They are installed, and signs are displayed.',0,0,42514,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113259,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42514,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113260,'N/A',0,0,42514,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113261,'Other',20,0,42514,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113262,'Yes, they are in good condition & positioned correctly.',0,0,42516,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113263,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42516,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113264,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42516,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113265,'Other',20,0,42516,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113266,'N/A',0,0,42516,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113267,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42518,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113268,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42518,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113269,'No. There is no fire risk logbook.',5,0,42518,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113270,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42519,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113271,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42519,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113272,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42519,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113273,'N/A',0,0,42519,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113274,'Other',20,0,42519,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113275,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42520,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113276,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42520,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113277,'Other',20,0,42520,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113278,'N/A',0,0,42520,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113279,'Yes. There is suitable Emergency lighting in the building.',0,0,42521,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113280,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42521,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113281,'Other',20,0,42521,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113282,'N/A',0,0,42521,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113283,'Yes. They are in good condition with no obstructions.',0,0,42522,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113284,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42522,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113285,'Other',20,0,42522,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113286,'N/A',0,0,42522,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113287,'Yes. User checks are recorded into the fire risk logbook.',0,0,42524,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113288,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42524,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113289,'Other',20,0,42524,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113290,'N/A',0,0,42524,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113291,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42525,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113292,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42525,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113293,'Other',20,0,42525,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113294,'N/A',0,0,42525,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113295,'Yes. The fire risk assessment is reviewed annually.',0,0,42527,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113296,'No. (Recommend immediate update to ensure compliance.)',5,0,42527,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113297,'NA',5,0,42527,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113298,'Other',20,0,42527,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113299,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42528,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113300,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42528,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113301,'N/A',0,0,42528,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113302,'Other',20,0,42528,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113303,'Yes. Training has been provided',0,0,42529,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113304,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42529,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113305,'Other',20,0,42529,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113306,'N/A',0,0,42529,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113307,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42530,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113308,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42530,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113309,'NA',0,0,42530,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113310,'Other',20,0,42530,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113311,'Yes. Training has been documented on induction.',0,0,42531,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113312,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42531,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113313,'NA',0,0,42531,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113314,'Other',20,0,42531,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113315,'Yes. Once per year.',1,0,42532,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113316,'Yes. Twice per year.',0,0,42532,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113317,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42532,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113318,'Other',20,0,42532,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113319,'Yes. This is part of the fire training program and fire warden duties.',0,0,42533,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113320,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42533,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113321,'NA',0,0,42533,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113322,'Other',20,0,42533,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113323,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42534,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113324,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42534,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113325,'Other',20,0,42534,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113326,'N/A',0,0,42534,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113327,'Yes. Fire wardens receive refresher training regularly.',0,0,42535,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113328,'No',5,0,42535,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113329,'N/A',0,0,42535,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113330,'Other',20,0,42535,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113331,'Other',20,0,42535,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113332,'Director',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113333,'Owner / Landlord',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113334,'Site Manager',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113335,'Estate Agent',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113336,'Letting Agent',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113337,'Director',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113338,'CEO',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113339,'Fire Warden / Supervisor',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113340,'Fire Risk Assessor',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113341,'Other',0,0,42543,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113342,'Nebosh',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113343,'Level 2 Fire Risk Assessor',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113344,'Competant Person',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113345,'Property Manager',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113346,'Construction Manager',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113347,'Fire Warden / Fire Marshall',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113348,'Director',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113349,'CEO',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113350,'N/A',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113351,'Other',0,0,42544,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113352,'House',1,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113353,'Bungalow',1,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113354,'Maisonette',3,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113355,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113356,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113357,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113358,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113359,'Underground Property',1,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113360,'Factory / Warehouse',3,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113361,'Garage / Workshop',3,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113362,'Retail Shop',2,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113363,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113364,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113365,'Other',20,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113366,'Other',20,0,42557,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113367,'Detached',1,0,42558,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113368,'Semi Detached',2,0,42558,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113369,'Terraced',3,0,42558,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113370,'Linked-Terraced',1,0,42558,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113371,'End Terraced',2,0,42558,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113372,'Other',20,0,42558,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113373,'Pre-1900 solid brick, stone, or concrete',0,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113374,'Cavity brick and block',0,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113375,'Cob',1,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113376,'Concrete inner skin with external curtain outer skin',0,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113377,'Prefabricated timber',3,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113378,'Glass walls with metal post frame',2,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113379,'Other',20,0,42566,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113380,'Yes',1,0,42567,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113381,'No',3,0,42567,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113382,'Unknown',3,0,42567,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113383,'Stone',0,0,42567,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113384,'Other',20,0,42567,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113385,'Yes',1,0,42568,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(113386,'No',5,0,42568,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113387,'Unknown',5,0,42568,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113388,'Stone',0,0,42568,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113389,'Other',20,0,42568,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113390,'Yes',1,0,42571,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113391,'No',6,0,42571,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113392,'N/A',0,0,42571,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113393,'Yes',2,0,42574,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113394,'No',8,0,42574,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113395,'N/A',0,0,42574,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113396,'Yes',1,0,42576,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113397,'No',6,0,42576,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113398,'N/A',0,0,42576,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113399,'Yes',1,0,42579,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113400,'No',6,0,42579,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113401,'N/A',0,0,42579,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113402,'Yes',1,0,42581,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113403,'No',6,0,42581,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113404,'N/A',0,0,42581,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113405,'Solid concrete flooring on all levels',0,0,42583,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113406,'Timber joists on all levels',3,0,42583,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113407,'Concrete lowest floor – Timber above higher levels',3,0,42583,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113408,'Other',20,0,42583,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113409,'100%',1,0,42583,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113410,'Very Good',0,0,42587,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113411,'Good',1,0,42587,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113412,'Fair',2,0,42587,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113413,'Poor',3,0,42587,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113414,'Very Poor',4,0,42587,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(113415,'Fan Heaters',4,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113416,'Electric Heaters',4,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113417,'Gas Heater',5,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113418,'Other Boilers',2,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113419,'Electrical Equipment',3,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113420,'Electrical Leads',3,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113421,'Portable Equipment',3,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113422,'Portable Lighting',2,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113423,'Cooking Equipment',6,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113424,'Other',20,0,42588,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113425,'Wood/Paper/Cardboard etc',3,0,42590,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113426,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42590,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113427,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42590,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113428,'Waste Material Controlled -in locked wheely bin or store',2,0,42590,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113429,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42590,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113430,'Other',20,0,42590,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113431,'Yes. Certification within 6 months',0,0,42592,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113432,'Yes. Certification within 12 months',2,0,42592,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113433,'No certification. (Recommend testing by fire safety specialist)',5,0,42592,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113434,'N/A',0,0,42592,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113435,'Other',20,0,42592,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113436,'Yes. There is a certificate within the last 6 months.',0,0,42594,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113437,'The certificate was issued within the last 12 months.',2,0,42594,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113438,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42594,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113439,'N/A',0,0,42594,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113440,'Other',20,0,42594,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113441,'Yes. Service and test certification is within 12 months',0,0,42596,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113442,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42596,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113443,'N/A',0,0,42596,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113444,'Other',20,0,42596,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113445,'Yes. The EICR test certification is complete within last 5 years',0,0,42598,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113446,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42598,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113447,'N/A',0,0,42598,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113448,'Other',20,0,42598,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113449,'Yes',0,0,42600,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113450,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42600,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113451,'N/A',0,0,42600,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113452,'Other',20,0,42600,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113453,'Yes',0,0,42602,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113454,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42602,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113455,'N/A',0,0,42602,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113456,'Other',20,0,42602,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113457,'Yes',0,0,42604,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113458,'No. There are hot working areas but no fire blankets are present.',5,0,42604,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113459,'N/A',0,0,42604,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113460,'Other',20,0,42604,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113461,'Yes. They are provided and ready to use located in a communal area.',0,0,42606,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113462,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42606,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113463,'N/A',0,0,42606,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113464,'Other',20,0,42606,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113465,'Yes',2,0,42607,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113466,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42607,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113467,'The property does not have a gas connection.',0,0,42607,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113468,'N/A',0,0,42607,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113469,'Yes. Escape routes are kept clear throughout the building.',0,0,42608,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113470,'No. There are obstructions on one or more escape routes.',6,0,42608,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113471,'N/A',0,0,42608,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113472,'Other',20,0,42608,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113473,'Yes. Assembly points are clearly marked.',0,0,42609,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113474,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42609,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113475,'NA',0,0,42609,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113476,'Other',20,0,42609,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113477,'Yes',0,0,42610,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113478,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42610,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113479,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42610,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113480,'N/A',0,0,42610,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113481,'Other',20,0,42610,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113482,'Yes',0,0,42611,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113483,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42611,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113484,'NA',0,0,42611,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113485,'Other',20,0,42611,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113486,'Yes. The shortest route has been put into the plan',0,0,42612,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113487,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42612,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113488,'NA',0,0,42612,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113489,'Other',20,0,42612,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113490,'Yes. There is more than one exit available.',1,0,42613,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113491,'No. There is only one escape exit available.',0,0,42613,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113492,'Other',20,0,42613,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113493,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42614,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113494,'No. The exits are not efficient enough for the building.',9,0,42614,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113495,'NA',0,0,42614,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113496,'Other',20,0,42614,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113497,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42615,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113498,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42615,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113499,'NA',0,0,42615,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113500,'Other',20,0,42615,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113501,'Yes',0,0,42616,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113502,'No. There is no assembly point or the assembly point is too small.',8,0,42616,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113503,'NA',0,0,42616,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113504,'Other',20,0,42616,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113505,'Evacuation only',3,0,42617,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113506,'Delayed evacuation process with 15 minute time delay',4,0,42617,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113507,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42617,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113508,'Other',20,0,42617,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113509,'Employees',2,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113510,'Sub-Contractors',3,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113511,'Young Persons',4,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113512,'Visitors',4,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113513,'The General Public (Customers)',4,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113514,'Disabled or Special needs People less able to leave the premises quickly',7,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113515,'Occupants in Remote Areas',6,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113516,'Sleeping Occupants',7,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113517,'Neighbouring Premises',2,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113518,'Tenants / Owners',3,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113519,'Animals / Livestock',2,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113520,'Other',0,0,42619,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113521,'9:00 - 17:00',0,0,42622,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113522,'17:00 - 24:00',0,0,42622,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113523,'24:00 - 9:00',0,0,42622,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113524,'9:00 - 17:00',0,0,42623,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113525,'17:00 - 24:00',0,0,42623,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113526,'24:00 - 9:00',0,0,42623,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113527,'9:00 - 17:00',0,0,42624,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113528,'17:00 - 24:00',0,0,42624,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113529,'24:00 - 9:00',0,0,42624,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113530,'9:00 - 17:00',0,0,42625,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113531,'17:00 - 24:00',0,0,42625,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113532,'24:00 - 9:00',0,0,42625,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113533,'9:00 - 17:00',0,0,42626,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113534,'17:00 - 24:00',0,0,42626,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113535,'24:00 - 9:00',0,0,42626,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113536,'9:00 - 17:00',0,0,42627,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113537,'17:00 - 24:00',0,0,42627,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113538,'24:00 - 9:00',0,0,42627,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113539,'9:00 - 17:00',0,0,42628,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113540,'17:00 - 24:00',0,0,42628,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113541,'24:00 - 9:00',0,0,42628,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113542,'Below 20',1,0,42629,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113543,'20-49',2,0,42629,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113544,'50-99',2,0,42629,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113545,'100-499',3,0,42629,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113546,'500-999',4,0,42629,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113547,'1000',5,0,42629,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113548,'Single Stage Evacuation',0,0,42630,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113549,'Staged Evacuation',0,0,42630,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113550,'Simultaneous Evacuation',0,0,42630,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113551,'Phased Evacuation',0,0,42630,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113552,'Staff Alarm Only',0,0,42630,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113553,'Stay Put Policy',0,0,42630,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113554,'Yes. A responsible person has been nominated.',0,0,42631,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113555,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42631,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113556,'Other',20,0,42631,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113557,'N/A',0,0,42631,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113558,'Yes. A competent person is available to assist in fire safety measures.',0,0,42632,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113559,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42632,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113560,'Other',20,0,42632,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113561,'N/A',0,0,42632,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113562,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42634,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113563,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42634,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113564,'Other',20,0,42634,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113565,'N/A',0,0,42634,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113566,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42635,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113567,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42635,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113568,'Other',20,0,42635,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113569,'N/A',0,0,42635,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113570,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42637,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113571,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42637,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113572,'Other',20,0,42637,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113573,'N/A',0,0,42637,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113574,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42638,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113575,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42638,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113576,'Other',20,0,42638,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113577,'N/A',0,0,42638,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113578,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42639,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113579,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42639,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113580,'Other',20,0,42639,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113581,'N/A',0,0,42639,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113582,'Yes. The plan is readily available.',0,0,42641,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113583,'No. The plan is not available.',3,0,42641,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113584,'Other',20,0,42641,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113585,'N/A',0,0,42641,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113586,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42642,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113587,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42642,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113588,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42642,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113589,'Other',20,0,42642,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113590,'N/A',0,0,42642,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113591,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42643,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113592,'No. There are not suitable arrangements in place to prevent danger..',4,0,42643,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113593,'Other',20,0,42643,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113594,'N/A',0,0,42643,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113595,'Yes. The company has a full evacuation system in place.',0,0,42644,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113596,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42644,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113597,'Other',20,0,42644,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113598,'N/A',0,0,42644,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113599,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42645,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113600,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42645,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113601,'Other',20,0,42645,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113602,'N/A',0,0,42645,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113603,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42646,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113604,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42646,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113605,'Other',20,0,42646,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113606,'N/A',0,0,42646,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113607,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42647,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113608,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42647,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113609,'Other',20,0,42647,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113610,'N/A',0,0,42647,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113611,'Yes. They do consider other organisation within the building.',0,0,42648,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113612,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42648,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113613,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42648,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113614,'Other',20,0,42648,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113615,'N/A',0,0,42648,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113616,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42649,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113617,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42649,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113618,'Other',20,0,42649,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113619,'N/A',0,0,42649,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113620,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42652,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113621,'Yes. They are installed, and signs are displayed.',0,0,42652,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113622,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42652,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113623,'N/A',0,0,42652,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113624,'Other',20,0,42652,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113625,'Yes, they are in good condition & positioned correctly.',0,0,42654,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113626,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42654,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113627,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42654,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113628,'Other',20,0,42654,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113629,'N/A',0,0,42654,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113630,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42656,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113631,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42656,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113632,'No. There is no fire risk logbook.',5,0,42656,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113633,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42657,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113634,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42657,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113635,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42657,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113636,'N/A',0,0,42657,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113637,'Other',20,0,42657,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113638,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42658,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113639,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42658,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113640,'Other',20,0,42658,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113641,'N/A',0,0,42658,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113642,'Yes. There is suitable Emergency lighting in the building.',0,0,42659,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113643,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42659,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113644,'Other',20,0,42659,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113645,'N/A',0,0,42659,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113646,'Yes. They are in good condition with no obstructions.',0,0,42660,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113647,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42660,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113648,'Other',20,0,42660,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113649,'N/A',0,0,42660,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113650,'Yes. User checks are recorded into the fire risk logbook.',0,0,42662,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113651,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42662,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113652,'Other',20,0,42662,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113653,'N/A',0,0,42662,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113654,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42663,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113655,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42663,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113656,'Other',20,0,42663,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113657,'N/A',0,0,42663,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113658,'Yes. The fire risk assessment is reviewed annually.',0,0,42665,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113659,'No. (Recommend immediate update to ensure compliance.)',5,0,42665,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113660,'NA',5,0,42665,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113661,'Other',20,0,42665,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113662,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42666,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113663,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42666,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113664,'N/A',0,0,42666,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113665,'Other',20,0,42666,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(113666,'Yes. Training has been provided',0,0,42667,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113667,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42667,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113668,'Other',20,0,42667,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113669,'N/A',0,0,42667,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113670,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42668,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113671,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42668,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113672,'NA',0,0,42668,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113673,'Other',20,0,42668,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113674,'Yes. Training has been documented on induction.',0,0,42669,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113675,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42669,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113676,'NA',0,0,42669,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113677,'Other',20,0,42669,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113678,'Yes. Once per year.',1,0,42670,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113679,'Yes. Twice per year.',0,0,42670,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113680,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42670,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113681,'Other',20,0,42670,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113682,'Yes. This is part of the fire training program and fire warden duties.',0,0,42671,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113683,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42671,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113684,'NA',0,0,42671,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113685,'Other',20,0,42671,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113686,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42672,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113687,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42672,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113688,'Other',20,0,42672,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113689,'N/A',0,0,42672,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113690,'Yes. Fire wardens receive refresher training regularly.',0,0,42673,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113691,'No',5,0,42673,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113692,'N/A',0,0,42673,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113693,'Other',20,0,42673,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113694,'Other',20,0,42673,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113695,'Director',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113696,'Owner / Landlord',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113697,'Site Manager',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113698,'Estate Agent',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113699,'Letting Agent',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113700,'Director',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113701,'CEO',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113702,'Fire Warden / Supervisor',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113703,'Fire Risk Assessor',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113704,'Other',0,0,42681,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113705,'Nebosh',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113706,'Level 2 Fire Risk Assessor',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113707,'Competant Person',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113708,'Property Manager',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113709,'Construction Manager',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113710,'Fire Warden / Fire Marshall',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113711,'Director',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113712,'CEO',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113713,'N/A',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113714,'Other',0,0,42682,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113715,'House',1,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113716,'Bungalow',1,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113717,'Maisonette',3,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113718,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113719,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113720,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113721,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113722,'Underground Property',1,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113723,'Factory / Warehouse',3,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113724,'Garage / Workshop',3,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113725,'Retail Shop',2,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113726,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113727,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113728,'Other',20,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113729,'Other',20,0,42695,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113730,'Detached',1,0,42696,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113731,'Semi Detached',2,0,42696,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113732,'Terraced',3,0,42696,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113733,'Linked-Terraced',1,0,42696,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113734,'End Terraced',2,0,42696,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113735,'Other',20,0,42696,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113736,'Pre-1900 solid brick, stone, or concrete',0,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113737,'Cavity brick and block',0,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113738,'Cob',1,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113739,'Concrete inner skin with external curtain outer skin',0,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113740,'Prefabricated timber',3,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113741,'Glass walls with metal post frame',2,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113742,'Other',20,0,42704,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113743,'Yes',1,0,42705,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113744,'No',3,0,42705,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113745,'Unknown',3,0,42705,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113746,'Stone',0,0,42705,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113747,'Other',20,0,42705,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113748,'Yes',1,0,42706,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113749,'No',5,0,42706,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113750,'Unknown',5,0,42706,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113751,'Stone',0,0,42706,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113752,'Other',20,0,42706,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113753,'Yes',1,0,42709,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113754,'No',6,0,42709,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113755,'N/A',0,0,42709,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113756,'Yes',2,0,42712,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113757,'No',8,0,42712,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113758,'N/A',0,0,42712,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113759,'Yes',1,0,42714,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113760,'No',6,0,42714,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113761,'N/A',0,0,42714,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113762,'Yes',1,0,42717,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113763,'No',6,0,42717,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113764,'N/A',0,0,42717,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113765,'Yes',1,0,42719,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113766,'No',6,0,42719,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113767,'N/A',0,0,42719,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113768,'Solid concrete flooring on all levels',0,0,42721,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113769,'Timber joists on all levels',3,0,42721,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113770,'Concrete lowest floor – Timber above higher levels',3,0,42721,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113771,'Other',20,0,42721,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113772,'100%',1,0,42721,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113773,'Very Good',0,0,42725,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113774,'Good',1,0,42725,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113775,'Fair',2,0,42725,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113776,'Poor',3,0,42725,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113777,'Very Poor',4,0,42725,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(113778,'Fan Heaters',4,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113779,'Electric Heaters',4,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113780,'Gas Heater',5,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113781,'Other Boilers',2,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113782,'Electrical Equipment',3,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113783,'Electrical Leads',3,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113784,'Portable Equipment',3,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113785,'Portable Lighting',2,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113786,'Cooking Equipment',6,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113787,'Other',20,0,42726,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113788,'Wood/Paper/Cardboard etc',3,0,42728,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113789,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42728,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113790,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42728,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113791,'Waste Material Controlled -in locked wheely bin or store',2,0,42728,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113792,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42728,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113793,'Other',20,0,42728,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113794,'Yes. Certification within 6 months',0,0,42730,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113795,'Yes. Certification within 12 months',2,0,42730,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113796,'No certification. (Recommend testing by fire safety specialist)',5,0,42730,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113797,'N/A',0,0,42730,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113798,'Other',20,0,42730,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113799,'Yes. There is a certificate within the last 6 months.',0,0,42732,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113800,'The certificate was issued within the last 12 months.',2,0,42732,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113801,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42732,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113802,'N/A',0,0,42732,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113803,'Other',20,0,42732,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113804,'Yes. Service and test certification is within 12 months',0,0,42734,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113805,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42734,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113806,'N/A',0,0,42734,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113807,'Other',20,0,42734,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113808,'Yes. The EICR test certification is complete within last 5 years',0,0,42736,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113809,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42736,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113810,'N/A',0,0,42736,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113811,'Other',20,0,42736,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113812,'Yes',0,0,42738,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113813,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42738,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113814,'N/A',0,0,42738,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113815,'Other',20,0,42738,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113816,'Yes',0,0,42740,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113817,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42740,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113818,'N/A',0,0,42740,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113819,'Other',20,0,42740,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113820,'Yes',0,0,42742,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113821,'No. There are hot working areas but no fire blankets are present.',5,0,42742,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113822,'N/A',0,0,42742,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113823,'Other',20,0,42742,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113824,'Yes. They are provided and ready to use located in a communal area.',0,0,42744,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113825,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42744,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113826,'N/A',0,0,42744,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113827,'Other',20,0,42744,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113828,'Yes',2,0,42745,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113829,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42745,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113830,'The property does not have a gas connection.',0,0,42745,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113831,'N/A',0,0,42745,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113832,'Yes. Escape routes are kept clear throughout the building.',0,0,42746,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113833,'No. There are obstructions on one or more escape routes.',6,0,42746,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113834,'N/A',0,0,42746,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113835,'Other',20,0,42746,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113836,'Yes. Assembly points are clearly marked.',0,0,42747,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113837,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42747,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113838,'NA',0,0,42747,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113839,'Other',20,0,42747,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113840,'Yes',0,0,42748,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113841,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42748,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113842,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42748,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113843,'N/A',0,0,42748,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113844,'Other',20,0,42748,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113845,'Yes',0,0,42749,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113846,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42749,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113847,'NA',0,0,42749,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113848,'Other',20,0,42749,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113849,'Yes. The shortest route has been put into the plan',0,0,42750,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113850,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42750,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113851,'NA',0,0,42750,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113852,'Other',20,0,42750,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113853,'Yes. There is more than one exit available.',1,0,42751,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113854,'No. There is only one escape exit available.',0,0,42751,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113855,'Other',20,0,42751,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113856,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42752,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113857,'No. The exits are not efficient enough for the building.',9,0,42752,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113858,'NA',0,0,42752,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113859,'Other',20,0,42752,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113860,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42753,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113861,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42753,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113862,'NA',0,0,42753,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113863,'Other',20,0,42753,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113864,'Yes',0,0,42754,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113865,'No. There is no assembly point or the assembly point is too small.',8,0,42754,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113866,'NA',0,0,42754,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113867,'Other',20,0,42754,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113868,'Evacuation only',3,0,42755,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113869,'Delayed evacuation process with 15 minute time delay',4,0,42755,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113870,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42755,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113871,'Other',20,0,42755,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113872,'Employees',2,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113873,'Sub-Contractors',3,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113874,'Young Persons',4,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113875,'Visitors',4,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113876,'The General Public (Customers)',4,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113877,'Disabled or Special needs People less able to leave the premises quickly',7,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113878,'Occupants in Remote Areas',6,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113879,'Sleeping Occupants',7,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113880,'Neighbouring Premises',2,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113881,'Tenants / Owners',3,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113882,'Animals / Livestock',2,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113883,'Other',0,0,42757,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113884,'9:00 - 17:00',0,0,42760,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113885,'17:00 - 24:00',0,0,42760,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113886,'24:00 - 9:00',0,0,42760,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113887,'9:00 - 17:00',0,0,42761,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113888,'17:00 - 24:00',0,0,42761,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113889,'24:00 - 9:00',0,0,42761,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113890,'9:00 - 17:00',0,0,42762,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113891,'17:00 - 24:00',0,0,42762,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113892,'24:00 - 9:00',0,0,42762,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113893,'9:00 - 17:00',0,0,42763,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113894,'17:00 - 24:00',0,0,42763,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113895,'24:00 - 9:00',0,0,42763,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113896,'9:00 - 17:00',0,0,42764,'2023-05-09 14:33:37','2023-05-09 14:33:37');
INSERT INTO `question_choices` VALUES (113897,'17:00 - 24:00',0,0,42764,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113898,'24:00 - 9:00',0,0,42764,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113899,'9:00 - 17:00',0,0,42765,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113900,'17:00 - 24:00',0,0,42765,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113901,'24:00 - 9:00',0,0,42765,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113902,'9:00 - 17:00',0,0,42766,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113903,'17:00 - 24:00',0,0,42766,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113904,'24:00 - 9:00',0,0,42766,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113905,'Below 20',1,0,42767,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113906,'20-49',2,0,42767,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113907,'50-99',2,0,42767,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113908,'100-499',3,0,42767,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113909,'500-999',4,0,42767,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113910,'1000',5,0,42767,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113911,'Single Stage Evacuation',0,0,42768,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113912,'Staged Evacuation',0,0,42768,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113913,'Simultaneous Evacuation',0,0,42768,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113914,'Phased Evacuation',0,0,42768,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113915,'Staff Alarm Only',0,0,42768,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113916,'Stay Put Policy',0,0,42768,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113917,'Yes. A responsible person has been nominated.',0,0,42769,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113918,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42769,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113919,'Other',20,0,42769,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113920,'N/A',0,0,42769,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113921,'Yes. A competent person is available to assist in fire safety measures.',0,0,42770,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113922,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42770,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113923,'Other',20,0,42770,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113924,'N/A',0,0,42770,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113925,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42772,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113926,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42772,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113927,'Other',20,0,42772,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113928,'N/A',0,0,42772,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113929,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42773,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113930,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42773,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113931,'Other',20,0,42773,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113932,'N/A',0,0,42773,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113933,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42775,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113934,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42775,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113935,'Other',20,0,42775,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113936,'N/A',0,0,42775,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113937,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42776,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113938,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42776,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113939,'Other',20,0,42776,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113940,'N/A',0,0,42776,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113941,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42777,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113942,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42777,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113943,'Other',20,0,42777,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113944,'N/A',0,0,42777,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113945,'Yes. The plan is readily available.',0,0,42779,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113946,'No. The plan is not available.',3,0,42779,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113947,'Other',20,0,42779,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113948,'N/A',0,0,42779,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113949,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42780,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113950,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42780,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113951,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42780,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113952,'Other',20,0,42780,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113953,'N/A',0,0,42780,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113954,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42781,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113955,'No. There are not suitable arrangements in place to prevent danger..',4,0,42781,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113956,'Other',20,0,42781,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113957,'N/A',0,0,42781,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113958,'Yes. The company has a full evacuation system in place.',0,0,42782,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113959,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42782,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113960,'Other',20,0,42782,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113961,'N/A',0,0,42782,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113962,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42783,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113963,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42783,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113964,'Other',20,0,42783,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113965,'N/A',0,0,42783,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113966,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42784,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113967,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42784,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113968,'Other',20,0,42784,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113969,'N/A',0,0,42784,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113970,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42785,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113971,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42785,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113972,'Other',20,0,42785,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113973,'N/A',0,0,42785,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113974,'Yes. They do consider other organisation within the building.',0,0,42786,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113975,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42786,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113976,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42786,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113977,'Other',20,0,42786,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113978,'N/A',0,0,42786,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113979,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42787,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113980,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42787,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113981,'Other',20,0,42787,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113982,'N/A',0,0,42787,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113983,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42790,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113984,'Yes. They are installed, and signs are displayed.',0,0,42790,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113985,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42790,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113986,'N/A',0,0,42790,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113987,'Other',20,0,42790,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113988,'Yes, they are in good condition & positioned correctly.',0,0,42792,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113989,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42792,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113990,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42792,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113991,'Other',20,0,42792,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113992,'N/A',0,0,42792,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113993,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42794,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113994,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42794,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113995,'No. There is no fire risk logbook.',5,0,42794,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113996,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42795,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113997,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42795,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113998,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42795,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(113999,'N/A',0,0,42795,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114000,'Other',20,0,42795,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114001,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42796,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114002,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42796,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114003,'Other',20,0,42796,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114004,'N/A',0,0,42796,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114005,'Yes. There is suitable Emergency lighting in the building.',0,0,42797,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114006,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42797,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114007,'Other',20,0,42797,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114008,'N/A',0,0,42797,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114009,'Yes. They are in good condition with no obstructions.',0,0,42798,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114010,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42798,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114011,'Other',20,0,42798,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114012,'N/A',0,0,42798,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114013,'Yes. User checks are recorded into the fire risk logbook.',0,0,42800,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114014,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42800,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114015,'Other',20,0,42800,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114016,'N/A',0,0,42800,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114017,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42801,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114018,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42801,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114019,'Other',20,0,42801,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114020,'N/A',0,0,42801,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114021,'Yes. The fire risk assessment is reviewed annually.',0,0,42803,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114022,'No. (Recommend immediate update to ensure compliance.)',5,0,42803,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114023,'NA',5,0,42803,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114024,'Other',20,0,42803,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114025,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42804,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114026,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42804,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114027,'N/A',0,0,42804,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114028,'Other',20,0,42804,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114029,'Yes. Training has been provided',0,0,42805,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114030,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42805,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114031,'Other',20,0,42805,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114032,'N/A',0,0,42805,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114033,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42806,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114034,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42806,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114035,'NA',0,0,42806,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114036,'Other',20,0,42806,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114037,'Yes. Training has been documented on induction.',0,0,42807,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114038,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42807,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114039,'NA',0,0,42807,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114040,'Other',20,0,42807,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114041,'Yes. Once per year.',1,0,42808,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114042,'Yes. Twice per year.',0,0,42808,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114043,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42808,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114044,'Other',20,0,42808,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114045,'Yes. This is part of the fire training program and fire warden duties.',0,0,42809,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114046,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42809,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114047,'NA',0,0,42809,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114048,'Other',20,0,42809,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114049,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42810,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114050,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42810,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114051,'Other',20,0,42810,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114052,'N/A',0,0,42810,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114053,'Yes. Fire wardens receive refresher training regularly.',0,0,42811,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114054,'No',5,0,42811,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114055,'N/A',0,0,42811,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114056,'Other',20,0,42811,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114057,'Other',20,0,42811,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114058,'Director',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114059,'Owner / Landlord',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114060,'Site Manager',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114061,'Estate Agent',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114062,'Letting Agent',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114063,'Director',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114064,'CEO',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114065,'Fire Warden / Supervisor',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114066,'Fire Risk Assessor',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114067,'Other',0,0,42819,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114068,'Nebosh',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114069,'Level 2 Fire Risk Assessor',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114070,'Competant Person',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114071,'Property Manager',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114072,'Construction Manager',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114073,'Fire Warden / Fire Marshall',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114074,'Director',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114075,'CEO',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114076,'N/A',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114077,'Other',0,0,42820,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114078,'House',1,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114079,'Bungalow',1,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114080,'Maisonette',3,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114081,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114082,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114083,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114084,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114085,'Underground Property',1,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114086,'Factory / Warehouse',3,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114087,'Garage / Workshop',3,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114088,'Retail Shop',2,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114089,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114090,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114091,'Other',20,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114092,'Other',20,0,42833,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114093,'Detached',1,0,42834,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114094,'Semi Detached',2,0,42834,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114095,'Terraced',3,0,42834,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114096,'Linked-Terraced',1,0,42834,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114097,'End Terraced',2,0,42834,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114098,'Other',20,0,42834,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114099,'Pre-1900 solid brick, stone, or concrete',0,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114100,'Cavity brick and block',0,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114101,'Cob',1,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114102,'Concrete inner skin with external curtain outer skin',0,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114103,'Prefabricated timber',3,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114104,'Glass walls with metal post frame',2,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114105,'Other',20,0,42842,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114106,'Yes',1,0,42843,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114107,'No',3,0,42843,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114108,'Unknown',3,0,42843,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114109,'Stone',0,0,42843,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114110,'Other',20,0,42843,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114111,'Yes',1,0,42844,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114112,'No',5,0,42844,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114113,'Unknown',5,0,42844,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114114,'Stone',0,0,42844,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114115,'Other',20,0,42844,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114116,'Yes',1,0,42847,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114117,'No',6,0,42847,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114118,'N/A',0,0,42847,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114119,'Yes',2,0,42850,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114120,'No',8,0,42850,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114121,'N/A',0,0,42850,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114122,'Yes',1,0,42852,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114123,'No',6,0,42852,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114124,'N/A',0,0,42852,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114125,'Yes',1,0,42855,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114126,'No',6,0,42855,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114127,'N/A',0,0,42855,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114128,'Yes',1,0,42857,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114129,'No',6,0,42857,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114130,'N/A',0,0,42857,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114131,'Solid concrete flooring on all levels',0,0,42859,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114132,'Timber joists on all levels',3,0,42859,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114133,'Concrete lowest floor – Timber above higher levels',3,0,42859,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114134,'Other',20,0,42859,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114135,'100%',1,0,42859,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114136,'Very Good',0,0,42863,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114137,'Good',1,0,42863,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114138,'Fair',2,0,42863,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114139,'Poor',3,0,42863,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114140,'Very Poor',4,0,42863,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(114141,'Fan Heaters',4,0,42864,'2023-05-09 14:33:50','2023-05-09 14:33:50'),(114142,'Electric Heaters',4,0,42864,'2023-05-09 14:33:50','2023-05-09 14:33:50'),(114143,'Gas Heater',5,0,42864,'2023-05-09 14:33:50','2023-05-09 14:33:50'),(114144,'Other Boilers',2,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114145,'Electrical Equipment',3,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114146,'Electrical Leads',3,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114147,'Portable Equipment',3,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114148,'Portable Lighting',2,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114149,'Cooking Equipment',6,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114150,'Other',20,0,42864,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114151,'Wood/Paper/Cardboard etc',3,0,42866,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114152,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,42866,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114153,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,42866,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114154,'Waste Material Controlled -in locked wheely bin or store',2,0,42866,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114155,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,42866,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114156,'Other',20,0,42866,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114157,'Yes. Certification within 6 months',0,0,42868,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114158,'Yes. Certification within 12 months',2,0,42868,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114159,'No certification. (Recommend testing by fire safety specialist)',5,0,42868,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114160,'N/A',0,0,42868,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114161,'Other',20,0,42868,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114162,'Yes. There is a certificate within the last 6 months.',0,0,42870,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114163,'The certificate was issued within the last 12 months.',2,0,42870,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114164,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,42870,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114165,'N/A',0,0,42870,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114166,'Other',20,0,42870,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114167,'Yes. Service and test certification is within 12 months',0,0,42872,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114168,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,42872,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114169,'N/A',0,0,42872,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114170,'Other',20,0,42872,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114171,'Yes. The EICR test certification is complete within last 5 years',0,0,42874,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114172,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,42874,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114173,'N/A',0,0,42874,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114174,'Other',20,0,42874,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114175,'Yes',0,0,42876,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114176,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,42876,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114177,'N/A',0,0,42876,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114178,'Other',20,0,42876,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114179,'Yes',0,0,42878,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114180,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,42878,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114181,'N/A',0,0,42878,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114182,'Other',20,0,42878,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114183,'Yes',0,0,42880,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114184,'No. There are hot working areas but no fire blankets are present.',5,0,42880,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114185,'N/A',0,0,42880,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114186,'Other',20,0,42880,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114187,'Yes. They are provided and ready to use located in a communal area.',0,0,42882,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114188,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,42882,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114189,'N/A',0,0,42882,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114190,'Other',20,0,42882,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114191,'Yes',2,0,42883,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114192,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,42883,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114193,'The property does not have a gas connection.',0,0,42883,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114194,'N/A',0,0,42883,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114195,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,42884,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114196,'No. The exits are not efficient enough for the building.',9,0,42884,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114197,'NA',0,0,42884,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114198,'Other',20,0,42884,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114199,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,42885,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114200,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,42885,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114201,'NA',0,0,42885,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114202,'Other',20,0,42885,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114203,'Yes. Escape routes are kept clear throughout the building.',0,0,42886,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114204,'No. There are obstructions on one or more escape routes.',6,0,42886,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114205,'N/A',0,0,42886,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114206,'Other',20,0,42886,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114207,'Yes. Assembly points are clearly marked.',0,0,42887,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114208,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,42887,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114209,'NA',0,0,42887,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114210,'Other',20,0,42887,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114211,'Yes',0,0,42888,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114212,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,42888,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114213,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,42888,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114214,'N/A',0,0,42888,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114215,'Other',20,0,42888,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114216,'Yes',0,0,42889,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114217,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,42889,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114218,'NA',0,0,42889,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114219,'Other',20,0,42889,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114220,'Yes. The shortest route has been put into the plan',0,0,42890,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114221,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,42890,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114222,'NA',0,0,42890,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114223,'Other',20,0,42890,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114224,'Yes. There is more than one exit available.',1,0,42891,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114225,'No. There is only one escape exit available.',0,0,42891,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114226,'Other',20,0,42891,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114227,'Yes',0,0,42892,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114228,'No. There is no assembly point or the assembly point is too small.',8,0,42892,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114229,'NA',0,0,42892,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114230,'Other',20,0,42892,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114231,'Evacuation only',3,0,42893,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114232,'Delayed evacuation process with 15 minute time delay',4,0,42893,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114233,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,42893,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114234,'Other',20,0,42893,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114235,'Employees',2,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114236,'Sub-Contractors',3,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114237,'Young Persons',4,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114238,'Visitors',4,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114239,'The General Public (Customers)',4,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114240,'Disabled or Special needs People less able to leave the premises quickly',7,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114241,'Occupants in Remote Areas',6,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114242,'Sleeping Occupants',7,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114243,'Neighbouring Premises',2,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114244,'Tenants / Owners',3,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114245,'Animals / Livestock',2,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114246,'Other',0,0,42895,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114247,'9:00 - 17:00',0,0,42898,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114248,'17:00 - 24:00',0,0,42898,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114249,'24:00 - 9:00',0,0,42898,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114250,'9:00 - 17:00',0,0,42899,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114251,'17:00 - 24:00',0,0,42899,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114252,'24:00 - 9:00',0,0,42899,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114253,'9:00 - 17:00',0,0,42900,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114254,'17:00 - 24:00',0,0,42900,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114255,'24:00 - 9:00',0,0,42900,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114256,'9:00 - 17:00',0,0,42901,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114257,'17:00 - 24:00',0,0,42901,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114258,'24:00 - 9:00',0,0,42901,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114259,'9:00 - 17:00',0,0,42902,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114260,'17:00 - 24:00',0,0,42902,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114261,'24:00 - 9:00',0,0,42902,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114262,'9:00 - 17:00',0,0,42903,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114263,'17:00 - 24:00',0,0,42903,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114264,'24:00 - 9:00',0,0,42903,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114265,'9:00 - 17:00',0,0,42904,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114266,'17:00 - 24:00',0,0,42904,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114267,'24:00 - 9:00',0,0,42904,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114268,'Below 20',1,0,42905,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114269,'20-49',2,0,42905,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114270,'50-99',2,0,42905,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114271,'100-499',3,0,42905,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114272,'500-999',4,0,42905,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114273,'1000',5,0,42905,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114274,'Single Stage Evacuation',0,0,42906,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114275,'Staged Evacuation',0,0,42906,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114276,'Simultaneous Evacuation',0,0,42906,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114277,'Phased Evacuation',0,0,42906,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114278,'Staff Alarm Only',0,0,42906,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114279,'Stay Put Policy',0,0,42906,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114280,'Yes. A responsible person has been nominated.',0,0,42907,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114281,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,42907,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114282,'Other',20,0,42907,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114283,'N/A',0,0,42907,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114284,'Yes. A competent person is available to assist in fire safety measures.',0,0,42908,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114285,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,42908,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114286,'Other',20,0,42908,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114287,'N/A',0,0,42908,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114288,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,42910,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114289,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,42910,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114290,'Other',20,0,42910,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114291,'N/A',0,0,42910,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114292,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,42911,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114293,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,42911,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114294,'Other',20,0,42911,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114295,'N/A',0,0,42911,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114296,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,42913,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114297,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,42913,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114298,'Other',20,0,42913,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114299,'N/A',0,0,42913,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114300,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,42914,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114301,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,42914,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114302,'Other',20,0,42914,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114303,'N/A',0,0,42914,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114304,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,42915,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114305,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,42915,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114306,'Other',20,0,42915,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114307,'N/A',0,0,42915,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114308,'Yes. The plan is readily available.',0,0,42917,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114309,'No. The plan is not available.',3,0,42917,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114310,'Other',20,0,42917,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114311,'N/A',0,0,42917,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114312,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,42918,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114313,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,42918,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114314,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,42918,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114315,'Other',20,0,42918,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114316,'N/A',0,0,42918,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114317,'Yes. There are suitable arrangements in place to prevent danger.',0,0,42919,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114318,'No. There are not suitable arrangements in place to prevent danger..',4,0,42919,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114319,'Other',20,0,42919,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114320,'N/A',0,0,42919,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114321,'Yes. The company has a full evacuation system in place.',0,0,42920,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114322,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,42920,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114323,'Other',20,0,42920,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114324,'N/A',0,0,42920,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114325,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,42921,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114326,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,42921,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114327,'Other',20,0,42921,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114328,'N/A',0,0,42921,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114329,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,42922,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114330,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,42922,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114331,'Other',20,0,42922,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114332,'N/A',0,0,42922,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114333,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,42923,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114334,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,42923,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114335,'Other',20,0,42923,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114336,'N/A',0,0,42923,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114337,'Yes. They do consider other organisation within the building.',0,0,42924,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114338,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,42924,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114339,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,42924,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114340,'Other',20,0,42924,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114341,'N/A',0,0,42924,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114342,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,42925,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114343,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,42925,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114344,'Other',20,0,42925,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114345,'N/A',0,0,42925,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114346,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,42928,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114347,'Yes. They are installed, and signs are displayed.',0,0,42928,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114348,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,42928,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114349,'N/A',0,0,42928,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114350,'Other',20,0,42928,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114351,'Yes, they are in good condition & positioned correctly.',0,0,42930,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114352,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,42930,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114353,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,42930,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114354,'Other',20,0,42930,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114355,'N/A',0,0,42930,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114356,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,42932,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114357,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,42932,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114358,'No. There is no fire risk logbook.',5,0,42932,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114359,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,42933,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114360,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,42933,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114361,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,42933,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114362,'N/A',0,0,42933,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114363,'Other',20,0,42933,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114364,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,42934,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114365,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,42934,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114366,'Other',20,0,42934,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114367,'N/A',0,0,42934,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114368,'Yes. There is suitable Emergency lighting in the building.',0,0,42935,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114369,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,42935,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114370,'Other',20,0,42935,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114371,'N/A',0,0,42935,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114372,'Yes. They are in good condition with no obstructions.',0,0,42936,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114373,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,42936,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114374,'Other',20,0,42936,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114375,'N/A',0,0,42936,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114376,'Yes. User checks are recorded into the fire risk logbook.',0,0,42938,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114377,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,42938,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114378,'Other',20,0,42938,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114379,'N/A',0,0,42938,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114380,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,42939,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114381,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,42939,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114382,'Other',20,0,42939,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114383,'N/A',0,0,42939,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114384,'Yes. The fire risk assessment is reviewed annually.',0,0,42941,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114385,'No. (Recommend immediate update to ensure compliance.)',5,0,42941,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114386,'NA',5,0,42941,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114387,'Other',20,0,42941,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114388,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,42942,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114389,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,42942,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114390,'N/A',0,0,42942,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114391,'Other',20,0,42942,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114392,'Yes. Training has been provided',0,0,42943,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114393,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,42943,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114394,'Other',20,0,42943,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114395,'N/A',0,0,42943,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114396,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,42944,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114397,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,42944,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114398,'NA',0,0,42944,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114399,'Other',20,0,42944,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114400,'Yes. Training has been documented on induction.',0,0,42945,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114401,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,42945,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114402,'NA',0,0,42945,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114403,'Other',20,0,42945,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114404,'Yes. Once per year.',1,0,42946,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114405,'Yes. Twice per year.',0,0,42946,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114406,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,42946,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114407,'Other',20,0,42946,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114408,'Yes. This is part of the fire training program and fire warden duties.',0,0,42947,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114409,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,42947,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114410,'NA',0,0,42947,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114411,'Other',20,0,42947,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114412,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,42948,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114413,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,42948,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114414,'Other',20,0,42948,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114415,'N/A',0,0,42948,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114416,'Yes. Fire wardens receive refresher training regularly.',0,0,42949,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114417,'No',5,0,42949,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114418,'N/A',0,0,42949,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114419,'Other',20,0,42949,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114420,'Other',20,0,42949,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114421,'Director',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114422,'Owner / Landlord',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114423,'Site Manager',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114424,'Estate Agent',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114425,'Letting Agent',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114426,'Director',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114427,'CEO',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114428,'Fire Warden / Supervisor',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114429,'Fire Risk Assessor',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114430,'Other',0,0,42957,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114431,'Nebosh',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114432,'Level 2 Fire Risk Assessor',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114433,'Competant Person',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114434,'Property Manager',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114435,'Construction Manager',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114436,'Fire Warden / Fire Marshall',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114437,'Director',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114438,'CEO',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114439,'N/A',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114440,'Other',0,0,42958,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114441,'Detached',1,0,42971,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114442,'Semi Detached',2,0,42971,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114443,'Terraced',3,0,42971,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114444,'Linked-Terraced',1,0,42971,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114445,'End Terraced',2,0,42971,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114446,'Other',20,0,42971,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114447,'House',1,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114448,'Bungalow',1,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114449,'Maisonette',3,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114450,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114451,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114452,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114453,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114454,'Underground Property',1,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114455,'Factory / Warehouse',3,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114456,'Garage / Workshop',3,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114457,'Retail Shop',2,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114458,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114459,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114460,'Other',20,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114461,'Other',20,0,42972,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114462,'Pre-1900 solid brick, stone, or concrete',0,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114463,'Cavity brick and block',0,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114464,'Cob',1,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114465,'Concrete inner skin with external curtain outer skin',0,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114466,'Prefabricated timber',3,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114467,'Glass walls with metal post frame',2,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114468,'Other',20,0,42980,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114469,'Yes',1,0,42981,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114470,'No',3,0,42981,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114471,'Unknown',3,0,42981,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114472,'Stone',0,0,42981,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114473,'Other',20,0,42981,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114474,'Yes',1,0,42982,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114475,'No',5,0,42982,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114476,'Unknown',5,0,42982,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114477,'Stone',0,0,42982,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114478,'Other',20,0,42982,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114479,'Yes',1,0,42985,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114480,'No',6,0,42985,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114481,'N/A',0,0,42985,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114482,'Yes',2,0,42988,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114483,'No',8,0,42988,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114484,'N/A',0,0,42988,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114485,'Yes',1,0,42990,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114486,'No',6,0,42990,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114487,'N/A',0,0,42990,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114488,'Yes',1,0,42993,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114489,'No',6,0,42993,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114490,'N/A',0,0,42993,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114491,'Yes',1,0,42995,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114492,'No',6,0,42995,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114493,'N/A',0,0,42995,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114494,'Solid concrete flooring on all levels',0,0,42997,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114495,'Timber joists on all levels',3,0,42997,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114496,'Concrete lowest floor – Timber above higher levels',3,0,42997,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114497,'Other',20,0,42997,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114498,'100%',1,0,42997,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114499,'Very Good',0,0,43001,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114500,'Good',1,0,43001,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114501,'Fair',2,0,43001,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114502,'Poor',3,0,43001,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114503,'Very Poor',4,0,43001,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(114504,'Fan Heaters',4,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114505,'Electric Heaters',4,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114506,'Gas Heater',5,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114507,'Other Boilers',2,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114508,'Electrical Equipment',3,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114509,'Electrical Leads',3,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114510,'Portable Equipment',3,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114511,'Portable Lighting',2,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114512,'Cooking Equipment',6,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114513,'Other',20,0,43002,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114514,'Wood/Paper/Cardboard etc',3,0,43004,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114515,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43004,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114516,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43004,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114517,'Waste Material Controlled -in locked wheely bin or store',2,0,43004,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114518,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43004,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114519,'Other',20,0,43004,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114520,'Yes. Certification within 6 months',0,0,43006,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114521,'Yes. Certification within 12 months',2,0,43006,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114522,'No certification. (Recommend testing by fire safety specialist)',5,0,43006,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114523,'N/A',0,0,43006,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114524,'Other',20,0,43006,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114525,'Yes. There is a certificate within the last 6 months.',0,0,43008,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114526,'The certificate was issued within the last 12 months.',2,0,43008,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114527,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43008,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114528,'N/A',0,0,43008,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114529,'Other',20,0,43008,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114530,'Yes. Service and test certification is within 12 months',0,0,43010,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114531,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43010,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114532,'N/A',0,0,43010,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114533,'Other',20,0,43010,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114534,'Yes. The EICR test certification is complete within last 5 years',0,0,43012,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114535,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43012,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114536,'N/A',0,0,43012,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114537,'Other',20,0,43012,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114538,'Yes',0,0,43014,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114539,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43014,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114540,'N/A',0,0,43014,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114541,'Other',20,0,43014,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114542,'Yes',0,0,43016,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114543,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43016,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114544,'N/A',0,0,43016,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114545,'Other',20,0,43016,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114546,'Yes',0,0,43018,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114547,'No. There are hot working areas but no fire blankets are present.',5,0,43018,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114548,'N/A',0,0,43018,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114549,'Other',20,0,43018,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114550,'Yes. They are provided and ready to use located in a communal area.',0,0,43020,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114551,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43020,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114552,'N/A',0,0,43020,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114553,'Other',20,0,43020,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114554,'Yes',2,0,43021,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114555,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43021,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114556,'The property does not have a gas connection.',0,0,43021,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114557,'N/A',0,0,43021,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114558,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43022,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114559,'No. The exits are not efficient enough for the building.',9,0,43022,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114560,'NA',0,0,43022,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114561,'Other',20,0,43022,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114562,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43023,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114563,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43023,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114564,'NA',0,0,43023,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114565,'Other',20,0,43023,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114566,'Yes. Escape routes are kept clear throughout the building.',0,0,43024,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114567,'No. There are obstructions on one or more escape routes.',6,0,43024,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114568,'N/A',0,0,43024,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114569,'Other',20,0,43024,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114570,'Yes. Assembly points are clearly marked.',0,0,43025,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114571,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43025,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114572,'NA',0,0,43025,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114573,'Other',20,0,43025,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114574,'Yes',0,0,43026,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114575,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43026,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114576,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43026,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114577,'N/A',0,0,43026,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114578,'Other',20,0,43026,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114579,'Yes',0,0,43027,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114580,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43027,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114581,'NA',0,0,43027,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114582,'Other',20,0,43027,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114583,'Yes. The shortest route has been put into the plan',0,0,43028,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114584,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43028,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114585,'NA',0,0,43028,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114586,'Other',20,0,43028,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114587,'Yes. There is more than one exit available.',1,0,43029,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114588,'No. There is only one escape exit available.',0,0,43029,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114589,'Other',20,0,43029,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114590,'Yes',0,0,43030,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114591,'No. There is no assembly point or the assembly point is too small.',8,0,43030,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114592,'NA',0,0,43030,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114593,'Other',20,0,43030,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114594,'Evacuation only',3,0,43031,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114595,'Delayed evacuation process with 15 minute time delay',4,0,43031,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114596,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43031,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114597,'Other',20,0,43031,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114598,'Employees',2,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114599,'Sub-Contractors',3,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114600,'Young Persons',4,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114601,'Visitors',4,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114602,'The General Public (Customers)',4,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114603,'Disabled or Special needs People less able to leave the premises quickly',7,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114604,'Occupants in Remote Areas',6,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114605,'Sleeping Occupants',7,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114606,'Neighbouring Premises',2,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114607,'Tenants / Owners',3,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114608,'Animals / Livestock',2,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114609,'Other',0,0,43033,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114610,'9:00 - 17:00',0,0,43036,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114611,'17:00 - 24:00',0,0,43036,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114612,'24:00 - 9:00',0,0,43036,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114613,'9:00 - 17:00',0,0,43037,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114614,'17:00 - 24:00',0,0,43037,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114615,'24:00 - 9:00',0,0,43037,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114616,'9:00 - 17:00',0,0,43038,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114617,'17:00 - 24:00',0,0,43038,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114618,'24:00 - 9:00',0,0,43038,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114619,'9:00 - 17:00',0,0,43039,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114620,'17:00 - 24:00',0,0,43039,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114621,'24:00 - 9:00',0,0,43039,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114622,'9:00 - 17:00',0,0,43040,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114623,'17:00 - 24:00',0,0,43040,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114624,'24:00 - 9:00',0,0,43040,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114625,'9:00 - 17:00',0,0,43041,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114626,'17:00 - 24:00',0,0,43041,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114627,'24:00 - 9:00',0,0,43041,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114628,'9:00 - 17:00',0,0,43042,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114629,'17:00 - 24:00',0,0,43042,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114630,'24:00 - 9:00',0,0,43042,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114631,'Below 20',1,0,43043,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114632,'20-49',2,0,43043,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114633,'50-99',2,0,43043,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114634,'100-499',3,0,43043,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114635,'500-999',4,0,43043,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114636,'1000',5,0,43043,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114637,'Single Stage Evacuation',0,0,43044,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114638,'Staged Evacuation',0,0,43044,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114639,'Simultaneous Evacuation',0,0,43044,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114640,'Phased Evacuation',0,0,43044,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114641,'Staff Alarm Only',0,0,43044,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114642,'Stay Put Policy',0,0,43044,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114643,'Yes. A responsible person has been nominated.',0,0,43045,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114644,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43045,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114645,'Other',20,0,43045,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114646,'N/A',0,0,43045,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114647,'Yes. A competent person is available to assist in fire safety measures.',0,0,43046,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114648,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43046,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114649,'Other',20,0,43046,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114650,'N/A',0,0,43046,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114651,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43048,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114652,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43048,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114653,'Other',20,0,43048,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114654,'N/A',0,0,43048,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114655,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43049,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114656,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43049,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114657,'Other',20,0,43049,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114658,'N/A',0,0,43049,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114659,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43051,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114660,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43051,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114661,'Other',20,0,43051,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114662,'N/A',0,0,43051,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114663,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43052,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(114664,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43052,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114665,'Other',20,0,43052,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114666,'N/A',0,0,43052,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114667,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43053,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114668,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43053,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114669,'Other',20,0,43053,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114670,'N/A',0,0,43053,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114671,'Yes. The plan is readily available.',0,0,43055,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114672,'No. The plan is not available.',3,0,43055,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114673,'Other',20,0,43055,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114674,'N/A',0,0,43055,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114675,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43056,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114676,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43056,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114677,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43056,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114678,'Other',20,0,43056,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114679,'N/A',0,0,43056,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114680,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43057,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114681,'No. There are not suitable arrangements in place to prevent danger..',4,0,43057,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114682,'Other',20,0,43057,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114683,'N/A',0,0,43057,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114684,'Yes. The company has a full evacuation system in place.',0,0,43058,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114685,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43058,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114686,'Other',20,0,43058,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114687,'N/A',0,0,43058,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114688,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43059,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114689,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43059,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114690,'Other',20,0,43059,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114691,'N/A',0,0,43059,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114692,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43060,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114693,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43060,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114694,'Other',20,0,43060,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114695,'N/A',0,0,43060,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114696,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43061,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114697,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43061,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114698,'Other',20,0,43061,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114699,'N/A',0,0,43061,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114700,'Yes. They do consider other organisation within the building.',0,0,43062,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114701,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43062,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114702,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43062,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114703,'Other',20,0,43062,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114704,'N/A',0,0,43062,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114705,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43063,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114706,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43063,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114707,'Other',20,0,43063,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114708,'N/A',0,0,43063,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114709,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43066,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114710,'Yes. They are installed, and signs are displayed.',0,0,43066,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114711,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43066,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114712,'N/A',0,0,43066,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114713,'Other',20,0,43066,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114714,'Yes, they are in good condition & positioned correctly.',0,0,43068,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114715,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43068,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114716,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43068,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114717,'Other',20,0,43068,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114718,'N/A',0,0,43068,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114719,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43070,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114720,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43070,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114721,'No. There is no fire risk logbook.',5,0,43070,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114722,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43071,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114723,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43071,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114724,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43071,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114725,'N/A',0,0,43071,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114726,'Other',20,0,43071,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114727,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43072,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114728,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43072,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114729,'Other',20,0,43072,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114730,'N/A',0,0,43072,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114731,'Yes. There is suitable Emergency lighting in the building.',0,0,43073,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114732,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43073,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114733,'Other',20,0,43073,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114734,'N/A',0,0,43073,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114735,'Yes. They are in good condition with no obstructions.',0,0,43074,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114736,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43074,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114737,'Other',20,0,43074,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114738,'N/A',0,0,43074,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114739,'Yes. User checks are recorded into the fire risk logbook.',0,0,43076,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114740,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43076,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114741,'Other',20,0,43076,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114742,'N/A',0,0,43076,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114743,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43077,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114744,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43077,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114745,'Other',20,0,43077,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114746,'N/A',0,0,43077,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114747,'Yes. The fire risk assessment is reviewed annually.',0,0,43079,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114748,'No. (Recommend immediate update to ensure compliance.)',5,0,43079,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114749,'NA',5,0,43079,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114750,'Other',20,0,43079,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114751,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43080,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114752,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43080,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114753,'N/A',0,0,43080,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114754,'Other',20,0,43080,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114755,'Yes. Training has been provided',0,0,43081,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114756,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43081,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114757,'Other',20,0,43081,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114758,'N/A',0,0,43081,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114759,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43082,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114760,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43082,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114761,'NA',0,0,43082,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114762,'Other',20,0,43082,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114763,'Yes. Training has been documented on induction.',0,0,43083,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114764,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43083,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114765,'NA',0,0,43083,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114766,'Other',20,0,43083,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114767,'Yes. Once per year.',1,0,43084,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114768,'Yes. Twice per year.',0,0,43084,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114769,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43084,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114770,'Other',20,0,43084,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114771,'Yes. This is part of the fire training program and fire warden duties.',0,0,43085,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114772,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43085,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114773,'NA',0,0,43085,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114774,'Other',20,0,43085,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114775,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43086,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114776,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43086,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114777,'Other',20,0,43086,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114778,'N/A',0,0,43086,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114779,'Yes. Fire wardens receive refresher training regularly.',0,0,43087,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114780,'No',5,0,43087,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114781,'N/A',0,0,43087,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114782,'Other',20,0,43087,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114783,'Other',20,0,43087,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114784,'Director',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114785,'Owner / Landlord',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114786,'Site Manager',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114787,'Estate Agent',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114788,'Letting Agent',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114789,'Director',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114790,'CEO',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114791,'Fire Warden / Supervisor',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114792,'Fire Risk Assessor',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114793,'Other',0,0,43095,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114794,'Nebosh',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114795,'Level 2 Fire Risk Assessor',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114796,'Competant Person',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114797,'Property Manager',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114798,'Construction Manager',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114799,'Fire Warden / Fire Marshall',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114800,'Director',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114801,'CEO',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114802,'N/A',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114803,'Other',0,0,43096,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114804,'Detached',1,0,43109,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114805,'Semi Detached',2,0,43109,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114806,'Terraced',3,0,43109,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114807,'Linked-Terraced',1,0,43109,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114808,'End Terraced',2,0,43109,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114809,'Other',20,0,43109,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114810,'House',1,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114811,'Bungalow',1,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114812,'Maisonette',3,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114813,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114814,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114815,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114816,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114817,'Underground Property',1,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114818,'Factory / Warehouse',3,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114819,'Garage / Workshop',3,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114820,'Retail Shop',2,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114821,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114822,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114823,'Other',20,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114824,'Other',20,0,43110,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114825,'Pre-1900 solid brick, stone, or concrete',0,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114826,'Cavity brick and block',0,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114827,'Cob',1,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114828,'Concrete inner skin with external curtain outer skin',0,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114829,'Prefabricated timber',3,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114830,'Glass walls with metal post frame',2,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114831,'Other',20,0,43118,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114832,'Yes',1,0,43119,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114833,'No',3,0,43119,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114834,'Unknown',3,0,43119,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114835,'Stone',0,0,43119,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114836,'Other',20,0,43119,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114837,'Yes',1,0,43120,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114838,'No',5,0,43120,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114839,'Unknown',5,0,43120,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114840,'Stone',0,0,43120,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114841,'Other',20,0,43120,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114842,'Yes',1,0,43123,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114843,'No',6,0,43123,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114844,'N/A',0,0,43123,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114845,'Yes',2,0,43126,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114846,'No',8,0,43126,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114847,'N/A',0,0,43126,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114848,'Yes',1,0,43128,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114849,'No',6,0,43128,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114850,'N/A',0,0,43128,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114851,'Yes',1,0,43131,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114852,'No',6,0,43131,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114853,'N/A',0,0,43131,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114854,'Yes',1,0,43133,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114855,'No',6,0,43133,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114856,'N/A',0,0,43133,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114857,'Solid concrete flooring on all levels',0,0,43135,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114858,'Timber joists on all levels',3,0,43135,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114859,'Concrete lowest floor – Timber above higher levels',3,0,43135,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114860,'Other',20,0,43135,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114861,'100%',1,0,43135,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114862,'Very Good',0,0,43139,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114863,'Good',1,0,43139,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114864,'Fair',2,0,43139,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114865,'Poor',3,0,43139,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114866,'Very Poor',4,0,43139,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(114867,'Fan Heaters',4,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114868,'Electric Heaters',4,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114869,'Gas Heater',5,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114870,'Other Boilers',2,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114871,'Electrical Equipment',3,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114872,'Electrical Leads',3,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114873,'Portable Equipment',3,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114874,'Portable Lighting',2,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114875,'Cooking Equipment',6,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114876,'Other',20,0,43140,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114877,'Wood/Paper/Cardboard etc',3,0,43142,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114878,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43142,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114879,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43142,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114880,'Waste Material Controlled -in locked wheely bin or store',2,0,43142,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114881,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43142,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114882,'Other',20,0,43142,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114883,'Yes. There is a certificate within the last 6 months.',0,0,43144,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114884,'The certificate was issued within the last 12 months.',2,0,43144,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114885,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43144,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114886,'N/A',0,0,43144,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114887,'Other',20,0,43144,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114888,'Yes. Certification within 6 months',0,0,43146,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114889,'Yes. Certification within 12 months',2,0,43146,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114890,'No certification. (Recommend testing by fire safety specialist)',5,0,43146,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114891,'N/A',0,0,43146,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114892,'Other',20,0,43146,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114893,'Yes. Service and test certification is within 12 months',0,0,43148,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114894,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43148,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114895,'N/A',0,0,43148,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114896,'Other',20,0,43148,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114897,'Yes. The EICR test certification is complete within last 5 years',0,0,43150,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114898,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43150,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114899,'N/A',0,0,43150,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114900,'Other',20,0,43150,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114901,'Yes',0,0,43152,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114902,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43152,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114903,'N/A',0,0,43152,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114904,'Other',20,0,43152,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114905,'Yes',0,0,43154,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114906,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43154,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114907,'N/A',0,0,43154,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114908,'Other',20,0,43154,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114909,'Yes',0,0,43156,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114910,'No. There are hot working areas but no fire blankets are present.',5,0,43156,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114911,'N/A',0,0,43156,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114912,'Other',20,0,43156,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114913,'Yes. They are provided and ready to use located in a communal area.',0,0,43158,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114914,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43158,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114915,'N/A',0,0,43158,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114916,'Other',20,0,43158,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114917,'Yes',2,0,43159,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114918,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43159,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114919,'The property does not have a gas connection.',0,0,43159,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114920,'N/A',0,0,43159,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114921,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43160,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114922,'No. The exits are not efficient enough for the building.',9,0,43160,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114923,'NA',0,0,43160,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114924,'Other',20,0,43160,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114925,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43161,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114926,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43161,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114927,'NA',0,0,43161,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114928,'Other',20,0,43161,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114929,'Yes. Escape routes are kept clear throughout the building.',0,0,43162,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114930,'No. There are obstructions on one or more escape routes.',6,0,43162,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114931,'N/A',0,0,43162,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114932,'Other',20,0,43162,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114933,'Yes. Assembly points are clearly marked.',0,0,43163,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114934,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43163,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114935,'NA',0,0,43163,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114936,'Other',20,0,43163,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114937,'Yes',0,0,43164,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114938,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43164,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114939,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43164,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114940,'N/A',0,0,43164,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114941,'Other',20,0,43164,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114942,'Yes',0,0,43165,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114943,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43165,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114944,'NA',0,0,43165,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114945,'Other',20,0,43165,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114946,'Yes. The shortest route has been put into the plan',0,0,43166,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114947,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43166,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114948,'NA',0,0,43166,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114949,'Other',20,0,43166,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114950,'Yes. There is more than one exit available.',1,0,43167,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114951,'No. There is only one escape exit available.',0,0,43167,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114952,'Other',20,0,43167,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114953,'Yes',0,0,43168,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114954,'No. There is no assembly point or the assembly point is too small.',8,0,43168,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114955,'NA',0,0,43168,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114956,'Other',20,0,43168,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114957,'Evacuation only',3,0,43169,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114958,'Delayed evacuation process with 15 minute time delay',4,0,43169,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114959,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43169,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114960,'Other',20,0,43169,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114961,'Employees',2,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114962,'Sub-Contractors',3,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114963,'Young Persons',4,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114964,'Visitors',4,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114965,'The General Public (Customers)',4,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114966,'Disabled or Special needs People less able to leave the premises quickly',7,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114967,'Occupants in Remote Areas',6,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114968,'Sleeping Occupants',7,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114969,'Neighbouring Premises',2,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114970,'Tenants / Owners',3,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114971,'Animals / Livestock',2,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114972,'Other',0,0,43171,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114973,'9:00 - 17:00',0,0,43174,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114974,'17:00 - 24:00',0,0,43174,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114975,'24:00 - 9:00',0,0,43174,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114976,'9:00 - 17:00',0,0,43175,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114977,'17:00 - 24:00',0,0,43175,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114978,'24:00 - 9:00',0,0,43175,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114979,'9:00 - 17:00',0,0,43176,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114980,'17:00 - 24:00',0,0,43176,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114981,'24:00 - 9:00',0,0,43176,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114982,'9:00 - 17:00',0,0,43177,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114983,'17:00 - 24:00',0,0,43177,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114984,'24:00 - 9:00',0,0,43177,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114985,'9:00 - 17:00',0,0,43178,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114986,'17:00 - 24:00',0,0,43178,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114987,'24:00 - 9:00',0,0,43178,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114988,'9:00 - 17:00',0,0,43179,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114989,'17:00 - 24:00',0,0,43179,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114990,'24:00 - 9:00',0,0,43179,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114991,'9:00 - 17:00',0,0,43180,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114992,'17:00 - 24:00',0,0,43180,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114993,'24:00 - 9:00',0,0,43180,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114994,'Below 20',1,0,43181,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114995,'20-49',2,0,43181,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114996,'50-99',2,0,43181,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114997,'100-499',3,0,43181,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114998,'500-999',4,0,43181,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(114999,'1000',5,0,43181,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115000,'Single Stage Evacuation',0,0,43182,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115001,'Staged Evacuation',0,0,43182,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115002,'Simultaneous Evacuation',0,0,43182,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115003,'Phased Evacuation',0,0,43182,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115004,'Staff Alarm Only',0,0,43182,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115005,'Stay Put Policy',0,0,43182,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115006,'Yes. A responsible person has been nominated.',0,0,43183,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115007,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43183,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115008,'Other',20,0,43183,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115009,'N/A',0,0,43183,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115010,'Yes. A competent person is available to assist in fire safety measures.',0,0,43184,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115011,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43184,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115012,'Other',20,0,43184,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115013,'N/A',0,0,43184,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115014,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43186,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115015,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43186,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115016,'Other',20,0,43186,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115017,'N/A',0,0,43186,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115018,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43187,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115019,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43187,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115020,'Other',20,0,43187,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115021,'N/A',0,0,43187,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115022,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43189,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115023,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43189,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115024,'Other',20,0,43189,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115025,'N/A',0,0,43189,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115026,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43190,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115027,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43190,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115028,'Other',20,0,43190,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115029,'N/A',0,0,43190,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115030,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43191,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115031,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43191,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115032,'Other',20,0,43191,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115033,'N/A',0,0,43191,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115034,'Yes. The plan is readily available.',0,0,43193,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115035,'No. The plan is not available.',3,0,43193,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115036,'Other',20,0,43193,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115037,'N/A',0,0,43193,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115038,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43194,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115039,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43194,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115040,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43194,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115041,'Other',20,0,43194,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115042,'N/A',0,0,43194,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115043,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43195,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115044,'No. There are not suitable arrangements in place to prevent danger..',4,0,43195,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115045,'Other',20,0,43195,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115046,'N/A',0,0,43195,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115047,'Yes. The company has a full evacuation system in place.',0,0,43196,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115048,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43196,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115049,'Other',20,0,43196,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115050,'N/A',0,0,43196,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115051,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43197,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115052,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43197,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115053,'Other',20,0,43197,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115054,'N/A',0,0,43197,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115055,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43198,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115056,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43198,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115057,'Other',20,0,43198,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115058,'N/A',0,0,43198,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115059,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43199,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115060,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43199,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115061,'Other',20,0,43199,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115062,'N/A',0,0,43199,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115063,'Yes. They do consider other organisation within the building.',0,0,43200,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115064,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43200,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115065,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43200,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115066,'Other',20,0,43200,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115067,'N/A',0,0,43200,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115068,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43201,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115069,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43201,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115070,'Other',20,0,43201,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115071,'N/A',0,0,43201,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115072,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43204,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115073,'Yes. They are installed, and signs are displayed.',0,0,43204,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115074,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43204,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115075,'N/A',0,0,43204,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115076,'Other',20,0,43204,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115077,'Yes, they are in good condition & positioned correctly.',0,0,43206,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115078,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43206,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115079,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43206,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115080,'Other',20,0,43206,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115081,'N/A',0,0,43206,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115082,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43208,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115083,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43208,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115084,'No. There is no fire risk logbook.',5,0,43208,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115085,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43209,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115086,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43209,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115087,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43209,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115088,'N/A',0,0,43209,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115089,'Other',20,0,43209,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115090,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43210,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115091,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43210,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115092,'Other',20,0,43210,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115093,'N/A',0,0,43210,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115094,'Yes. There is suitable Emergency lighting in the building.',0,0,43211,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115095,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43211,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115096,'Other',20,0,43211,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115097,'N/A',0,0,43211,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115098,'Yes. They are in good condition with no obstructions.',0,0,43212,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115099,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43212,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115100,'Other',20,0,43212,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115101,'N/A',0,0,43212,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115102,'Yes. User checks are recorded into the fire risk logbook.',0,0,43214,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115103,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43214,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115104,'Other',20,0,43214,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115105,'N/A',0,0,43214,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115106,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43215,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115107,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43215,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115108,'Other',20,0,43215,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115109,'N/A',0,0,43215,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115110,'Yes. The fire risk assessment is reviewed annually.',0,0,43217,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115111,'No. (Recommend immediate update to ensure compliance.)',5,0,43217,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115112,'NA',5,0,43217,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115113,'Other',20,0,43217,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115114,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43218,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115115,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43218,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115116,'N/A',0,0,43218,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115117,'Other',20,0,43218,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115118,'Yes. Training has been provided',0,0,43219,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115119,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43219,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115120,'Other',20,0,43219,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115121,'N/A',0,0,43219,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115122,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43220,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115123,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43220,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115124,'NA',0,0,43220,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115125,'Other',20,0,43220,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115126,'Yes. Training has been documented on induction.',0,0,43221,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115127,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43221,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115128,'NA',0,0,43221,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115129,'Other',20,0,43221,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115130,'Yes. Once per year.',1,0,43222,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115131,'Yes. Twice per year.',0,0,43222,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115132,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43222,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115133,'Other',20,0,43222,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115134,'Yes. This is part of the fire training program and fire warden duties.',0,0,43223,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115135,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43223,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115136,'NA',0,0,43223,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115137,'Other',20,0,43223,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115138,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43224,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115139,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43224,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115140,'Other',20,0,43224,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115141,'N/A',0,0,43224,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115142,'Yes. Fire wardens receive refresher training regularly.',0,0,43225,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115143,'No',5,0,43225,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115144,'N/A',0,0,43225,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115145,'Other',20,0,43225,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115146,'Other',20,0,43225,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115147,'Director',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115148,'Owner / Landlord',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115149,'Site Manager',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115150,'Estate Agent',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115151,'Letting Agent',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115152,'Director',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115153,'CEO',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115154,'Fire Warden / Supervisor',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115155,'Fire Risk Assessor',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115156,'Other',0,0,43233,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115157,'Nebosh',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115158,'Level 2 Fire Risk Assessor',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115159,'Competant Person',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115160,'Property Manager',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115161,'Construction Manager',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115162,'Fire Warden / Fire Marshall',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115163,'Director',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115164,'CEO',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115165,'N/A',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115166,'Other',0,0,43234,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115167,'House',1,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115168,'Bungalow',1,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115169,'Maisonette',3,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115170,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115171,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115172,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115173,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115174,'Underground Property',1,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115175,'Factory / Warehouse',3,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115176,'Garage / Workshop',3,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115177,'Retail Shop',2,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115178,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115179,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115180,'Other',20,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115181,'Other',20,0,43247,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115182,'Detached',1,0,43248,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115183,'Semi Detached',2,0,43248,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115184,'Terraced',3,0,43248,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115185,'Linked-Terraced',1,0,43248,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115186,'End Terraced',2,0,43248,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115187,'Other',20,0,43248,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115188,'Pre-1900 solid brick, stone, or concrete',0,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115189,'Cavity brick and block',0,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115190,'Cob',1,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115191,'Concrete inner skin with external curtain outer skin',0,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115192,'Prefabricated timber',3,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115193,'Glass walls with metal post frame',2,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115194,'Other',20,0,43256,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115195,'Yes',1,0,43257,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115196,'No',3,0,43257,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115197,'Unknown',3,0,43257,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115198,'Stone',0,0,43257,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115199,'Other',20,0,43257,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115200,'Yes',1,0,43258,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115201,'No',5,0,43258,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115202,'Unknown',5,0,43258,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115203,'Stone',0,0,43258,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115204,'Other',20,0,43258,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115205,'Yes',1,0,43261,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115206,'No',6,0,43261,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115207,'N/A',0,0,43261,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115208,'Yes',2,0,43264,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115209,'No',8,0,43264,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115210,'N/A',0,0,43264,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115211,'Yes',1,0,43266,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115212,'No',6,0,43266,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115213,'N/A',0,0,43266,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115214,'Yes',1,0,43269,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115215,'No',6,0,43269,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115216,'N/A',0,0,43269,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115217,'Yes',1,0,43271,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115218,'No',6,0,43271,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115219,'N/A',0,0,43271,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115220,'Solid concrete flooring on all levels',0,0,43273,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115221,'Timber joists on all levels',3,0,43273,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115222,'Concrete lowest floor – Timber above higher levels',3,0,43273,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115223,'Other',20,0,43273,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115224,'100%',1,0,43273,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115225,'Very Good',0,0,43277,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115226,'Good',1,0,43277,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115227,'Fair',2,0,43277,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115228,'Poor',3,0,43277,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115229,'Very Poor',4,0,43277,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(115230,'Fan Heaters',4,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115231,'Electric Heaters',4,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115232,'Gas Heater',5,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115233,'Other Boilers',2,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115234,'Electrical Equipment',3,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115235,'Electrical Leads',3,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115236,'Portable Equipment',3,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115237,'Portable Lighting',2,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115238,'Cooking Equipment',6,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115239,'Other',20,0,43278,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115240,'Wood/Paper/Cardboard etc',3,0,43280,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115241,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43280,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115242,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43280,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115243,'Waste Material Controlled -in locked wheely bin or store',2,0,43280,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115244,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43280,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115245,'Other',20,0,43280,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115246,'Yes. There is a certificate within the last 6 months.',0,0,43282,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115247,'The certificate was issued within the last 12 months.',2,0,43282,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115248,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43282,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115249,'N/A',0,0,43282,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115250,'Other',20,0,43282,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115251,'Yes. Certification within 6 months',0,0,43284,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115252,'Yes. Certification within 12 months',2,0,43284,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115253,'No certification. (Recommend testing by fire safety specialist)',5,0,43284,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115254,'N/A',0,0,43284,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115255,'Other',20,0,43284,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115256,'Yes. Service and test certification is within 12 months',0,0,43286,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115257,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43286,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115258,'N/A',0,0,43286,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115259,'Other',20,0,43286,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115260,'Yes. The EICR test certification is complete within last 5 years',0,0,43288,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115261,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43288,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115262,'N/A',0,0,43288,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115263,'Other',20,0,43288,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115264,'Yes',0,0,43290,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115265,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43290,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115266,'N/A',0,0,43290,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115267,'Other',20,0,43290,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115268,'Yes',0,0,43292,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115269,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43292,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115270,'N/A',0,0,43292,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115271,'Other',20,0,43292,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115272,'Yes',0,0,43294,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115273,'No. There are hot working areas but no fire blankets are present.',5,0,43294,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115274,'N/A',0,0,43294,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115275,'Other',20,0,43294,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115276,'Yes. They are provided and ready to use located in a communal area.',0,0,43296,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115277,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43296,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115278,'N/A',0,0,43296,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115279,'Other',20,0,43296,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115280,'Yes',2,0,43297,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115281,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43297,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115282,'The property does not have a gas connection.',0,0,43297,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115283,'N/A',0,0,43297,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115284,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43298,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115285,'No. The exits are not efficient enough for the building.',9,0,43298,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115286,'NA',0,0,43298,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115287,'Other',20,0,43298,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115288,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43299,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115289,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43299,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115290,'NA',0,0,43299,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115291,'Other',20,0,43299,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115292,'Yes. Escape routes are kept clear throughout the building.',0,0,43300,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115293,'No. There are obstructions on one or more escape routes.',6,0,43300,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115294,'N/A',0,0,43300,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115295,'Other',20,0,43300,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115296,'Yes. Assembly points are clearly marked.',0,0,43301,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115297,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43301,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115298,'NA',0,0,43301,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115299,'Other',20,0,43301,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115300,'Yes',0,0,43302,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115301,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43302,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115302,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43302,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115303,'N/A',0,0,43302,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115304,'Other',20,0,43302,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115305,'Yes',0,0,43303,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115306,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43303,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115307,'NA',0,0,43303,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115308,'Other',20,0,43303,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115309,'Yes. The shortest route has been put into the plan',0,0,43304,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115310,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43304,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115311,'NA',0,0,43304,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115312,'Other',20,0,43304,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115313,'Yes. There is more than one exit available.',1,0,43305,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115314,'No. There is only one escape exit available.',0,0,43305,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115315,'Other',20,0,43305,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115316,'Yes',0,0,43306,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115317,'No. There is no assembly point or the assembly point is too small.',8,0,43306,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115318,'NA',0,0,43306,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115319,'Other',20,0,43306,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115320,'Evacuation only',3,0,43307,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115321,'Delayed evacuation process with 15 minute time delay',4,0,43307,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115322,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43307,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115323,'Other',20,0,43307,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115324,'Employees',2,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115325,'Sub-Contractors',3,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115326,'Young Persons',4,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115327,'Visitors',4,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115328,'The General Public (Customers)',4,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115329,'Disabled or Special needs People less able to leave the premises quickly',7,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115330,'Occupants in Remote Areas',6,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115331,'Sleeping Occupants',7,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115332,'Neighbouring Premises',2,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115333,'Tenants / Owners',3,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115334,'Animals / Livestock',2,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115335,'Other',0,0,43309,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115336,'9:00 - 17:00',0,0,43312,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115337,'17:00 - 24:00',0,0,43312,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115338,'24:00 - 9:00',0,0,43312,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115339,'9:00 - 17:00',0,0,43313,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115340,'17:00 - 24:00',0,0,43313,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115341,'24:00 - 9:00',0,0,43313,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115342,'9:00 - 17:00',0,0,43314,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115343,'17:00 - 24:00',0,0,43314,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115344,'24:00 - 9:00',0,0,43314,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115345,'9:00 - 17:00',0,0,43315,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115346,'17:00 - 24:00',0,0,43315,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115347,'24:00 - 9:00',0,0,43315,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115348,'9:00 - 17:00',0,0,43316,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115349,'17:00 - 24:00',0,0,43316,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115350,'24:00 - 9:00',0,0,43316,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115351,'9:00 - 17:00',0,0,43317,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115352,'17:00 - 24:00',0,0,43317,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115353,'24:00 - 9:00',0,0,43317,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115354,'9:00 - 17:00',0,0,43318,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115355,'17:00 - 24:00',0,0,43318,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115356,'24:00 - 9:00',0,0,43318,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115357,'Below 20',1,0,43319,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115358,'20-49',2,0,43319,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115359,'50-99',2,0,43319,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115360,'100-499',3,0,43319,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115361,'500-999',4,0,43319,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115362,'1000',5,0,43319,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115363,'Single Stage Evacuation',0,0,43320,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115364,'Staged Evacuation',0,0,43320,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115365,'Simultaneous Evacuation',0,0,43320,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115366,'Phased Evacuation',0,0,43320,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115367,'Staff Alarm Only',0,0,43320,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115368,'Stay Put Policy',0,0,43320,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115369,'Yes. A responsible person has been nominated.',0,0,43321,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115370,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43321,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115371,'Other',20,0,43321,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115372,'N/A',0,0,43321,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115373,'Yes. A competent person is available to assist in fire safety measures.',0,0,43322,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115374,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43322,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115375,'Other',20,0,43322,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115376,'N/A',0,0,43322,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115377,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43324,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115378,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43324,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115379,'Other',20,0,43324,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115380,'N/A',0,0,43324,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115381,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43325,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115382,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43325,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115383,'Other',20,0,43325,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115384,'N/A',0,0,43325,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115385,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43327,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115386,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43327,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115387,'Other',20,0,43327,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115388,'N/A',0,0,43327,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115389,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43328,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115390,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43328,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115391,'Other',20,0,43328,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115392,'N/A',0,0,43328,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115393,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43329,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115394,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43329,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115395,'Other',20,0,43329,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115396,'N/A',0,0,43329,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115397,'Yes. The plan is readily available.',0,0,43331,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115398,'No. The plan is not available.',3,0,43331,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115399,'Other',20,0,43331,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115400,'N/A',0,0,43331,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115401,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43332,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115402,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43332,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115403,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43332,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115404,'Other',20,0,43332,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115405,'N/A',0,0,43332,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115406,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43333,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115407,'No. There are not suitable arrangements in place to prevent danger..',4,0,43333,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115408,'Other',20,0,43333,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115409,'N/A',0,0,43333,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115410,'Yes. The company has a full evacuation system in place.',0,0,43334,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115411,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43334,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115412,'Other',20,0,43334,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115413,'N/A',0,0,43334,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115414,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43335,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115415,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43335,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115416,'Other',20,0,43335,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115417,'N/A',0,0,43335,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115418,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43336,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115419,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43336,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115420,'Other',20,0,43336,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115421,'N/A',0,0,43336,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115422,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43337,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115423,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43337,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115424,'Other',20,0,43337,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115425,'N/A',0,0,43337,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115426,'Yes. They do consider other organisation within the building.',0,0,43338,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115427,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43338,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115428,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43338,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115429,'Other',20,0,43338,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115430,'N/A',0,0,43338,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115431,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43339,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115432,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43339,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115433,'Other',20,0,43339,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115434,'N/A',0,0,43339,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115435,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43342,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115436,'Yes. They are installed, and signs are displayed.',0,0,43342,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115437,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43342,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115438,'N/A',0,0,43342,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115439,'Other',20,0,43342,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115440,'Yes, they are in good condition & positioned correctly.',0,0,43344,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115441,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43344,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115442,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43344,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115443,'Other',20,0,43344,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115444,'N/A',0,0,43344,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115445,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43346,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115446,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43346,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115447,'No. There is no fire risk logbook.',5,0,43346,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115448,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43347,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115449,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43347,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115450,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43347,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115451,'N/A',0,0,43347,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115452,'Other',20,0,43347,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115453,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43348,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115454,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43348,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115455,'Other',20,0,43348,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115456,'N/A',0,0,43348,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115457,'Yes. There is suitable Emergency lighting in the building.',0,0,43349,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115458,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43349,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115459,'Other',20,0,43349,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115460,'N/A',0,0,43349,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115461,'Yes. They are in good condition with no obstructions.',0,0,43350,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115462,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43350,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115463,'Other',20,0,43350,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115464,'N/A',0,0,43350,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115465,'Yes. User checks are recorded into the fire risk logbook.',0,0,43352,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115466,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43352,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115467,'Other',20,0,43352,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115468,'N/A',0,0,43352,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115469,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43353,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115470,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43353,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115471,'Other',20,0,43353,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115472,'N/A',0,0,43353,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115473,'Yes. The fire risk assessment is reviewed annually.',0,0,43355,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115474,'No. (Recommend immediate update to ensure compliance.)',5,0,43355,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115475,'NA',5,0,43355,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115476,'Other',20,0,43355,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115477,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43356,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115478,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43356,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115479,'N/A',0,0,43356,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115480,'Other',20,0,43356,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115481,'Yes. Training has been provided',0,0,43357,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115482,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43357,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115483,'Other',20,0,43357,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115484,'N/A',0,0,43357,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115485,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43358,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115486,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43358,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115487,'NA',0,0,43358,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115488,'Other',20,0,43358,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115489,'Yes. Training has been documented on induction.',0,0,43359,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115490,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43359,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115491,'NA',0,0,43359,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115492,'Other',20,0,43359,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115493,'Yes. Once per year.',1,0,43360,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115494,'Yes. Twice per year.',0,0,43360,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115495,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43360,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115496,'Other',20,0,43360,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115497,'Yes. This is part of the fire training program and fire warden duties.',0,0,43361,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115498,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43361,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115499,'NA',0,0,43361,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115500,'Other',20,0,43361,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115501,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43362,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115502,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43362,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115503,'Other',20,0,43362,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115504,'N/A',0,0,43362,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115505,'Yes. Fire wardens receive refresher training regularly.',0,0,43363,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115506,'No',5,0,43363,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115507,'N/A',0,0,43363,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115508,'Other',20,0,43363,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115509,'Other',20,0,43363,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115510,'Director',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115511,'Owner / Landlord',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115512,'Site Manager',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115513,'Estate Agent',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115514,'Letting Agent',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115515,'Director',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115516,'CEO',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115517,'Fire Warden / Supervisor',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115518,'Fire Risk Assessor',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115519,'Other',0,0,43371,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115520,'Nebosh',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115521,'Level 2 Fire Risk Assessor',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115522,'Competant Person',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115523,'Property Manager',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115524,'Construction Manager',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115525,'Fire Warden / Fire Marshall',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115526,'Director',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115527,'CEO',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115528,'N/A',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115529,'Other',0,0,43372,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115530,'Detached',1,0,43385,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115531,'Semi Detached',2,0,43385,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115532,'Terraced',3,0,43385,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115533,'Linked-Terraced',1,0,43385,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115534,'End Terraced',2,0,43385,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115535,'Other',20,0,43385,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115536,'House',1,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115537,'Bungalow',1,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115538,'Maisonette',3,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115539,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115540,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115541,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115542,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115543,'Underground Property',1,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115544,'Factory / Warehouse',3,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115545,'Garage / Workshop',3,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115546,'Retail Shop',2,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115547,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115548,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115549,'Other',20,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115550,'Other',20,0,43386,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115551,'Pre-1900 solid brick, stone, or concrete',0,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115552,'Cavity brick and block',0,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115553,'Cob',1,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115554,'Concrete inner skin with external curtain outer skin',0,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115555,'Prefabricated timber',3,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115556,'Glass walls with metal post frame',2,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115557,'Other',20,0,43394,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115558,'Yes',1,0,43395,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115559,'No',3,0,43395,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115560,'Unknown',3,0,43395,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115561,'Stone',0,0,43395,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115562,'Other',20,0,43395,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115563,'Yes',1,0,43396,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115564,'No',5,0,43396,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115565,'Unknown',5,0,43396,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115566,'Stone',0,0,43396,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115567,'Other',20,0,43396,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115568,'Yes',1,0,43399,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115569,'No',6,0,43399,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115570,'N/A',0,0,43399,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115571,'Yes',2,0,43402,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115572,'No',8,0,43402,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115573,'N/A',0,0,43402,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115574,'Yes',1,0,43404,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115575,'No',6,0,43404,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115576,'N/A',0,0,43404,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115577,'Yes',1,0,43407,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115578,'No',6,0,43407,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115579,'N/A',0,0,43407,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115580,'Yes',1,0,43409,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115581,'No',6,0,43409,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115582,'N/A',0,0,43409,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115583,'Solid concrete flooring on all levels',0,0,43411,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115584,'Timber joists on all levels',3,0,43411,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115585,'Concrete lowest floor – Timber above higher levels',3,0,43411,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115586,'Other',20,0,43411,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115587,'100%',1,0,43411,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115588,'Very Good',0,0,43415,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115589,'Good',1,0,43415,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115590,'Fair',2,0,43415,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115591,'Poor',3,0,43415,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115592,'Very Poor',4,0,43415,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(115593,'Fan Heaters',4,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115594,'Electric Heaters',4,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115595,'Gas Heater',5,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115596,'Other Boilers',2,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115597,'Electrical Equipment',3,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115598,'Electrical Leads',3,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115599,'Portable Equipment',3,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115600,'Portable Lighting',2,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115601,'Cooking Equipment',6,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115602,'Other',20,0,43416,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115603,'Wood/Paper/Cardboard etc',3,0,43418,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115604,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43418,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115605,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43418,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115606,'Waste Material Controlled -in locked wheely bin or store',2,0,43418,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115607,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43418,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115608,'Other',20,0,43418,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115609,'Yes. There is a certificate within the last 6 months.',0,0,43420,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115610,'The certificate was issued within the last 12 months.',2,0,43420,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115611,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43420,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115612,'N/A',0,0,43420,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115613,'Other',20,0,43420,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115614,'Yes. Certification within 6 months',0,0,43422,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115615,'Yes. Certification within 12 months',2,0,43422,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115616,'No certification. (Recommend testing by fire safety specialist)',5,0,43422,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115617,'N/A',0,0,43422,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115618,'Other',20,0,43422,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115619,'Yes. Service and test certification is within 12 months',0,0,43424,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115620,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43424,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115621,'N/A',0,0,43424,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115622,'Other',20,0,43424,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115623,'Yes. The EICR test certification is complete within last 5 years',0,0,43426,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115624,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43426,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115625,'N/A',0,0,43426,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115626,'Other',20,0,43426,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115627,'Yes',0,0,43428,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115628,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43428,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115629,'N/A',0,0,43428,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115630,'Other',20,0,43428,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115631,'Yes',0,0,43430,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115632,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43430,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115633,'N/A',0,0,43430,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115634,'Other',20,0,43430,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115635,'Yes',0,0,43432,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115636,'No. There are hot working areas but no fire blankets are present.',5,0,43432,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115637,'N/A',0,0,43432,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115638,'Other',20,0,43432,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115639,'Yes. They are provided and ready to use located in a communal area.',0,0,43434,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115640,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43434,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115641,'N/A',0,0,43434,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115642,'Other',20,0,43434,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115643,'Yes',2,0,43435,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115644,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43435,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115645,'The property does not have a gas connection.',0,0,43435,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115646,'N/A',0,0,43435,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115647,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43436,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115648,'No. The exits are not efficient enough for the building.',9,0,43436,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115649,'NA',0,0,43436,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115650,'Other',20,0,43436,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115651,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43437,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115652,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43437,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115653,'NA',0,0,43437,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115654,'Other',20,0,43437,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115655,'Yes. Escape routes are kept clear throughout the building.',0,0,43438,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115656,'No. There are obstructions on one or more escape routes.',6,0,43438,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115657,'N/A',0,0,43438,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115658,'Other',20,0,43438,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115659,'Yes. Assembly points are clearly marked.',0,0,43439,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115660,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43439,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115661,'NA',0,0,43439,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115662,'Other',20,0,43439,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115663,'Yes',0,0,43440,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115664,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43440,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115665,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43440,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115666,'N/A',0,0,43440,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115667,'Other',20,0,43440,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115668,'Yes',0,0,43441,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115669,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43441,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115670,'NA',0,0,43441,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115671,'Other',20,0,43441,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115672,'Yes. The shortest route has been put into the plan',0,0,43442,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115673,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43442,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115674,'NA',0,0,43442,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115675,'Other',20,0,43442,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115676,'Yes. There is more than one exit available.',1,0,43443,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115677,'No. There is only one escape exit available.',0,0,43443,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115678,'Other',20,0,43443,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115679,'Yes',0,0,43444,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115680,'No. There is no assembly point or the assembly point is too small.',8,0,43444,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115681,'NA',0,0,43444,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115682,'Other',20,0,43444,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115683,'Evacuation only',3,0,43445,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115684,'Delayed evacuation process with 15 minute time delay',4,0,43445,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115685,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43445,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115686,'Other',20,0,43445,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115687,'Employees',2,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115688,'Sub-Contractors',3,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115689,'Young Persons',4,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115690,'Visitors',4,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115691,'The General Public (Customers)',4,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115692,'Disabled or Special needs People less able to leave the premises quickly',7,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115693,'Occupants in Remote Areas',6,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115694,'Sleeping Occupants',7,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115695,'Neighbouring Premises',2,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115696,'Tenants / Owners',3,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115697,'Animals / Livestock',2,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115698,'Other',0,0,43447,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115699,'9:00 - 17:00',0,0,43450,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115700,'17:00 - 24:00',0,0,43450,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115701,'24:00 - 9:00',0,0,43450,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115702,'9:00 - 17:00',0,0,43451,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115703,'17:00 - 24:00',0,0,43451,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115704,'24:00 - 9:00',0,0,43451,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115705,'9:00 - 17:00',0,0,43452,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115706,'17:00 - 24:00',0,0,43452,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115707,'24:00 - 9:00',0,0,43452,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115708,'9:00 - 17:00',0,0,43453,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115709,'17:00 - 24:00',0,0,43453,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115710,'24:00 - 9:00',0,0,43453,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115711,'9:00 - 17:00',0,0,43454,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115712,'17:00 - 24:00',0,0,43454,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115713,'24:00 - 9:00',0,0,43454,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115714,'9:00 - 17:00',0,0,43455,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115715,'17:00 - 24:00',0,0,43455,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115716,'24:00 - 9:00',0,0,43455,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115717,'9:00 - 17:00',0,0,43456,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115718,'17:00 - 24:00',0,0,43456,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115719,'24:00 - 9:00',0,0,43456,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115720,'Below 20',1,0,43457,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115721,'20-49',2,0,43457,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115722,'50-99',2,0,43457,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115723,'100-499',3,0,43457,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115724,'500-999',4,0,43457,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115725,'1000',5,0,43457,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115726,'Single Stage Evacuation',0,0,43458,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115727,'Staged Evacuation',0,0,43458,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115728,'Simultaneous Evacuation',0,0,43458,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115729,'Phased Evacuation',0,0,43458,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115730,'Staff Alarm Only',0,0,43458,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115731,'Stay Put Policy',0,0,43458,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115732,'Yes. A responsible person has been nominated.',0,0,43459,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115733,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43459,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115734,'Other',20,0,43459,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115735,'N/A',0,0,43459,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115736,'Yes. A competent person is available to assist in fire safety measures.',0,0,43460,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115737,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43460,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115738,'Other',20,0,43460,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115739,'N/A',0,0,43460,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115740,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43462,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115741,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43462,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115742,'Other',20,0,43462,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115743,'N/A',0,0,43462,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115744,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43463,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115745,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43463,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115746,'Other',20,0,43463,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115747,'N/A',0,0,43463,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115748,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43465,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115749,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43465,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115750,'Other',20,0,43465,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115751,'N/A',0,0,43465,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115752,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43466,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115753,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43466,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115754,'Other',20,0,43466,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115755,'N/A',0,0,43466,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115756,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43467,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115757,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43467,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115758,'Other',20,0,43467,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115759,'N/A',0,0,43467,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115760,'Yes. The plan is readily available.',0,0,43469,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115761,'No. The plan is not available.',3,0,43469,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115762,'Other',20,0,43469,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115763,'N/A',0,0,43469,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115764,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43470,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115765,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43470,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115766,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43470,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115767,'Other',20,0,43470,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115768,'N/A',0,0,43470,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115769,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43471,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115770,'No. There are not suitable arrangements in place to prevent danger..',4,0,43471,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115771,'Other',20,0,43471,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115772,'N/A',0,0,43471,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115773,'Yes. The company has a full evacuation system in place.',0,0,43472,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115774,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43472,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115775,'Other',20,0,43472,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115776,'N/A',0,0,43472,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115777,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43473,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115778,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43473,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115779,'Other',20,0,43473,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115780,'N/A',0,0,43473,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115781,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43474,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115782,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43474,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115783,'Other',20,0,43474,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115784,'N/A',0,0,43474,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115785,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43475,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115786,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43475,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115787,'Other',20,0,43475,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115788,'N/A',0,0,43475,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115789,'Yes. They do consider other organisation within the building.',0,0,43476,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115790,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43476,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115791,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43476,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115792,'Other',20,0,43476,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115793,'N/A',0,0,43476,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115794,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43477,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115795,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43477,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115796,'Other',20,0,43477,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115797,'N/A',0,0,43477,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115798,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43480,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115799,'Yes. They are installed, and signs are displayed.',0,0,43480,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115800,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43480,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115801,'N/A',0,0,43480,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115802,'Other',20,0,43480,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115803,'Yes, they are in good condition & positioned correctly.',0,0,43482,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115804,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43482,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115805,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43482,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115806,'Other',20,0,43482,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115807,'N/A',0,0,43482,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115808,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43484,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115809,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43484,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115810,'No. There is no fire risk logbook.',5,0,43484,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115811,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43485,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115812,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43485,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115813,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43485,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115814,'N/A',0,0,43485,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115815,'Other',20,0,43485,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115816,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43486,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115817,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43486,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115818,'Other',20,0,43486,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115819,'N/A',0,0,43486,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(115820,'Yes. There is suitable Emergency lighting in the building.',0,0,43487,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115821,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43487,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115822,'Other',20,0,43487,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115823,'N/A',0,0,43487,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115824,'Yes. They are in good condition with no obstructions.',0,0,43488,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115825,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43488,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115826,'Other',20,0,43488,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115827,'N/A',0,0,43488,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115828,'Yes. User checks are recorded into the fire risk logbook.',0,0,43490,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115829,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43490,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115830,'Other',20,0,43490,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115831,'N/A',0,0,43490,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115832,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43491,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115833,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43491,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115834,'Other',20,0,43491,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115835,'N/A',0,0,43491,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115836,'Yes. The fire risk assessment is reviewed annually.',0,0,43493,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115837,'No. (Recommend immediate update to ensure compliance.)',5,0,43493,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115838,'NA',5,0,43493,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115839,'Other',20,0,43493,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115840,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43494,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115841,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43494,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115842,'N/A',0,0,43494,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115843,'Other',20,0,43494,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115844,'Yes. Training has been provided',0,0,43495,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115845,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43495,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115846,'Other',20,0,43495,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115847,'N/A',0,0,43495,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115848,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43496,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115849,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43496,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115850,'NA',0,0,43496,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115851,'Other',20,0,43496,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115852,'Yes. Training has been documented on induction.',0,0,43497,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115853,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43497,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115854,'NA',0,0,43497,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115855,'Other',20,0,43497,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115856,'Yes. Once per year.',1,0,43498,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115857,'Yes. Twice per year.',0,0,43498,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115858,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43498,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115859,'Other',20,0,43498,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115860,'Yes. This is part of the fire training program and fire warden duties.',0,0,43499,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115861,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43499,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115862,'NA',0,0,43499,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115863,'Other',20,0,43499,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115864,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43500,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115865,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43500,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115866,'Other',20,0,43500,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115867,'N/A',0,0,43500,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115868,'Yes. Fire wardens receive refresher training regularly.',0,0,43501,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115869,'No',5,0,43501,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115870,'N/A',0,0,43501,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115871,'Other',20,0,43501,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115872,'Other',20,0,43501,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115873,'Director',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115874,'Owner / Landlord',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115875,'Site Manager',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115876,'Estate Agent',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115877,'Letting Agent',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115878,'Director',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115879,'CEO',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115880,'Fire Warden / Supervisor',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115881,'Fire Risk Assessor',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115882,'Other',0,0,43509,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115883,'Nebosh',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115884,'Level 2 Fire Risk Assessor',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115885,'Competant Person',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115886,'Property Manager',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115887,'Construction Manager',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115888,'Fire Warden / Fire Marshall',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115889,'Director',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115890,'CEO',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115891,'N/A',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115892,'Other',0,0,43510,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115893,'Detached',1,0,43525,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115894,'Semi Detached',2,0,43525,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115895,'Terraced',3,0,43525,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115896,'Linked-Terraced',1,0,43525,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115897,'End Terraced',2,0,43525,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115898,'Other',20,0,43525,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115899,'House',1,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115900,'Bungalow',1,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115901,'Maisonette',3,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115902,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115903,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115904,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115905,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115906,'Underground Property',1,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115907,'Factory / Warehouse',3,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115908,'Garage / Workshop',3,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115909,'Retail Shop',2,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115910,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115911,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115912,'Other',20,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115913,'Other',20,0,43526,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115914,'Pre-1900 solid brick, stone, or concrete',0,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115915,'Cavity brick and block',0,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115916,'Cob',1,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115917,'Concrete inner skin with external curtain outer skin',0,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115918,'Prefabricated timber',3,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115919,'Glass walls with metal post frame',2,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115920,'Other',20,0,43532,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115921,'Yes',1,0,43533,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115922,'No',3,0,43533,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115923,'Unknown',3,0,43533,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115924,'Stone',0,0,43533,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115925,'Other',20,0,43533,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115926,'Yes',1,0,43534,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115927,'No',5,0,43534,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115928,'Unknown',5,0,43534,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115929,'Stone',0,0,43534,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115930,'Other',20,0,43534,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115931,'Yes',1,0,43537,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115932,'No',6,0,43537,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115933,'N/A',0,0,43537,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115934,'Yes',2,0,43540,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115935,'No',8,0,43540,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115936,'N/A',0,0,43540,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115937,'Yes',1,0,43542,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115938,'No',6,0,43542,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115939,'N/A',0,0,43542,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115940,'Yes',1,0,43545,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115941,'No',6,0,43545,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115942,'N/A',0,0,43545,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115943,'Yes',1,0,43547,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115944,'No',6,0,43547,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115945,'N/A',0,0,43547,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115946,'Solid concrete flooring on all levels',0,0,43549,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115947,'Timber joists on all levels',3,0,43549,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115948,'Concrete lowest floor – Timber above higher levels',3,0,43549,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115949,'Other',20,0,43549,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115950,'100%',1,0,43549,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115951,'Very Good',0,0,43553,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115952,'Good',1,0,43553,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115953,'Fair',2,0,43553,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115954,'Poor',3,0,43553,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115955,'Very Poor',4,0,43553,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(115956,'Fan Heaters',4,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115957,'Electric Heaters',4,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115958,'Gas Heater',5,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115959,'Other Boilers',2,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115960,'Electrical Equipment',3,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115961,'Electrical Leads',3,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115962,'Portable Equipment',3,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115963,'Portable Lighting',2,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115964,'Cooking Equipment',6,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115965,'Other',20,0,43554,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115966,'Wood/Paper/Cardboard etc',3,0,43556,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115967,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43556,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115968,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43556,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115969,'Waste Material Controlled -in locked wheely bin or store',2,0,43556,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115970,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43556,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115971,'Other',20,0,43556,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115972,'Yes. There is a certificate within the last 6 months.',0,0,43558,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115973,'The certificate was issued within the last 12 months.',2,0,43558,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115974,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43558,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115975,'N/A',0,0,43558,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115976,'Other',20,0,43558,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115977,'Yes. Certification within 6 months',0,0,43560,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115978,'Yes. Certification within 12 months',2,0,43560,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115979,'No certification. (Recommend testing by fire safety specialist)',5,0,43560,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115980,'N/A',0,0,43560,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115981,'Other',20,0,43560,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115982,'Yes. Service and test certification is within 12 months',0,0,43562,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115983,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43562,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115984,'N/A',0,0,43562,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115985,'Other',20,0,43562,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115986,'Yes. The EICR test certification is complete within last 5 years',0,0,43564,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115987,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43564,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115988,'N/A',0,0,43564,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115989,'Other',20,0,43564,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115990,'Yes',0,0,43566,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115991,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43566,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115992,'N/A',0,0,43566,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115993,'Other',20,0,43566,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115994,'Yes',0,0,43568,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115995,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43568,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115996,'N/A',0,0,43568,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115997,'Other',20,0,43568,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115998,'Yes',0,0,43570,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(115999,'No. There are hot working areas but no fire blankets are present.',5,0,43570,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116000,'N/A',0,0,43570,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116001,'Other',20,0,43570,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116002,'Yes. They are provided and ready to use located in a communal area.',0,0,43572,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116003,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43572,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116004,'N/A',0,0,43572,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116005,'Other',20,0,43572,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116006,'Yes',2,0,43573,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116007,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43573,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116008,'The property does not have a gas connection.',0,0,43573,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116009,'N/A',0,0,43573,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116010,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43574,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116011,'No. The exits are not efficient enough for the building.',9,0,43574,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116012,'NA',0,0,43574,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116013,'Other',20,0,43574,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116014,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43575,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116015,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43575,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116016,'NA',0,0,43575,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116017,'Other',20,0,43575,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116018,'Yes. Escape routes are kept clear throughout the building.',0,0,43576,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116019,'No. There are obstructions on one or more escape routes.',6,0,43576,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116020,'N/A',0,0,43576,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116021,'Other',20,0,43576,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116022,'Yes. Assembly points are clearly marked.',0,0,43577,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116023,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43577,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116024,'NA',0,0,43577,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116025,'Other',20,0,43577,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116026,'Yes',0,0,43578,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116027,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43578,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116028,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43578,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116029,'N/A',0,0,43578,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116030,'Other',20,0,43578,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116031,'Yes',0,0,43579,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116032,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43579,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116033,'NA',0,0,43579,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116034,'Other',20,0,43579,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116035,'Yes. The shortest route has been put into the plan',0,0,43580,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116036,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43580,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116037,'NA',0,0,43580,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116038,'Other',20,0,43580,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116039,'Yes. There is more than one exit available.',1,0,43581,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116040,'No. There is only one escape exit available.',0,0,43581,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116041,'Other',20,0,43581,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116042,'Yes',0,0,43582,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116043,'No. There is no assembly point or the assembly point is too small.',8,0,43582,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116044,'NA',0,0,43582,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116045,'Other',20,0,43582,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116046,'Evacuation only',3,0,43583,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116047,'Delayed evacuation process with 15 minute time delay',4,0,43583,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116048,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43583,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116049,'Other',20,0,43583,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116050,'Employees',2,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116051,'Sub-Contractors',3,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116052,'Young Persons',4,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116053,'Visitors',4,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116054,'The General Public (Customers)',4,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116055,'Disabled or Special needs People less able to leave the premises quickly',7,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116056,'Occupants in Remote Areas',6,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116057,'Sleeping Occupants',7,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116058,'Neighbouring Premises',2,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116059,'Tenants / Owners',3,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116060,'Animals / Livestock',2,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116061,'Other',0,0,43585,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116062,'9:00 - 17:00',0,0,43588,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116063,'17:00 - 24:00',0,0,43588,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116064,'24:00 - 9:00',0,0,43588,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(116065,'9:00 - 17:00',0,0,43589,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116066,'17:00 - 24:00',0,0,43589,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116067,'24:00 - 9:00',0,0,43589,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116068,'9:00 - 17:00',0,0,43590,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116069,'17:00 - 24:00',0,0,43590,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116070,'24:00 - 9:00',0,0,43590,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116071,'9:00 - 17:00',0,0,43591,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116072,'17:00 - 24:00',0,0,43591,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116073,'24:00 - 9:00',0,0,43591,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116074,'9:00 - 17:00',0,0,43592,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116075,'17:00 - 24:00',0,0,43592,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116076,'24:00 - 9:00',0,0,43592,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116077,'9:00 - 17:00',0,0,43593,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116078,'17:00 - 24:00',0,0,43593,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116079,'24:00 - 9:00',0,0,43593,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116080,'9:00 - 17:00',0,0,43594,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116081,'17:00 - 24:00',0,0,43594,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116082,'24:00 - 9:00',0,0,43594,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116083,'Below 20',1,0,43595,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116084,'20-49',2,0,43595,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116085,'50-99',2,0,43595,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116086,'100-499',3,0,43595,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116087,'500-999',4,0,43595,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116088,'1000',5,0,43595,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116089,'Single Stage Evacuation',0,0,43596,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116090,'Staged Evacuation',0,0,43596,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116091,'Simultaneous Evacuation',0,0,43596,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116092,'Phased Evacuation',0,0,43596,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116093,'Staff Alarm Only',0,0,43596,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116094,'Stay Put Policy',0,0,43596,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116095,'Yes. A responsible person has been nominated.',0,0,43597,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116096,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43597,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116097,'Other',20,0,43597,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116098,'N/A',0,0,43597,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116099,'Yes. A competent person is available to assist in fire safety measures.',0,0,43598,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116100,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43598,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116101,'Other',20,0,43598,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116102,'N/A',0,0,43598,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116103,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43600,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116104,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43600,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116105,'Other',20,0,43600,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116106,'N/A',0,0,43600,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116107,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43601,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116108,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43601,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116109,'Other',20,0,43601,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116110,'N/A',0,0,43601,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116111,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43603,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116112,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43603,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116113,'Other',20,0,43603,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116114,'N/A',0,0,43603,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116115,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43604,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116116,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43604,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116117,'Other',20,0,43604,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116118,'N/A',0,0,43604,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116119,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43605,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116120,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43605,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116121,'Other',20,0,43605,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116122,'N/A',0,0,43605,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116123,'Yes. The plan is readily available.',0,0,43607,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116124,'No. The plan is not available.',3,0,43607,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116125,'Other',20,0,43607,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116126,'N/A',0,0,43607,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116127,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43608,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116128,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43608,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116129,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43608,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116130,'Other',20,0,43608,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116131,'N/A',0,0,43608,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116132,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43609,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116133,'No. There are not suitable arrangements in place to prevent danger..',4,0,43609,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116134,'Other',20,0,43609,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116135,'N/A',0,0,43609,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116136,'Yes. The company has a full evacuation system in place.',0,0,43610,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116137,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43610,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116138,'Other',20,0,43610,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116139,'N/A',0,0,43610,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116140,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43611,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116141,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43611,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116142,'Other',20,0,43611,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116143,'N/A',0,0,43611,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116144,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43612,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116145,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43612,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116146,'Other',20,0,43612,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116147,'N/A',0,0,43612,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116148,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43613,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116149,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43613,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116150,'Other',20,0,43613,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116151,'N/A',0,0,43613,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116152,'Yes. They do consider other organisation within the building.',0,0,43614,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116153,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43614,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116154,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43614,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116155,'Other',20,0,43614,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116156,'N/A',0,0,43614,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116157,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43615,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116158,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43615,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116159,'Other',20,0,43615,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116160,'N/A',0,0,43615,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116161,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43618,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116162,'Yes. They are installed, and signs are displayed.',0,0,43618,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116163,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43618,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116164,'N/A',0,0,43618,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116165,'Other',20,0,43618,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116166,'Yes, they are in good condition & positioned correctly.',0,0,43620,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116167,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43620,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116168,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43620,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116169,'Other',20,0,43620,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116170,'N/A',0,0,43620,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116171,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43622,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116172,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43622,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116173,'No. There is no fire risk logbook.',5,0,43622,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116174,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43623,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116175,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43623,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116176,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43623,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116177,'N/A',0,0,43623,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116178,'Other',20,0,43623,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116179,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43624,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116180,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43624,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116181,'Other',20,0,43624,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116182,'N/A',0,0,43624,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116183,'Yes. There is suitable Emergency lighting in the building.',0,0,43625,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116184,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43625,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116185,'Other',20,0,43625,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116186,'N/A',0,0,43625,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116187,'Yes. They are in good condition with no obstructions.',0,0,43626,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116188,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43626,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116189,'Other',20,0,43626,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116190,'N/A',0,0,43626,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116191,'Yes. User checks are recorded into the fire risk logbook.',0,0,43628,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116192,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43628,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116193,'Other',20,0,43628,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116194,'N/A',0,0,43628,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116195,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43629,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116196,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43629,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116197,'Other',20,0,43629,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116198,'N/A',0,0,43629,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116199,'Yes. The fire risk assessment is reviewed annually.',0,0,43631,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116200,'No. (Recommend immediate update to ensure compliance.)',5,0,43631,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116201,'NA',5,0,43631,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116202,'Other',20,0,43631,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116203,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43632,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116204,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43632,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116205,'N/A',0,0,43632,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116206,'Other',20,0,43632,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116207,'Yes. Training has been provided',0,0,43633,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116208,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43633,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116209,'Other',20,0,43633,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116210,'N/A',0,0,43633,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116211,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43634,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116212,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43634,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116213,'NA',0,0,43634,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116214,'Other',20,0,43634,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116215,'Yes. Training has been documented on induction.',0,0,43635,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116216,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43635,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116217,'NA',0,0,43635,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116218,'Other',20,0,43635,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116219,'Yes. Once per year.',1,0,43636,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116220,'Yes. Twice per year.',0,0,43636,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116221,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43636,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116222,'Other',20,0,43636,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116223,'Yes. This is part of the fire training program and fire warden duties.',0,0,43637,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116224,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43637,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116225,'NA',0,0,43637,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116226,'Other',20,0,43637,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116227,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43638,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116228,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43638,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116229,'Other',20,0,43638,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116230,'N/A',0,0,43638,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116231,'Yes. Fire wardens receive refresher training regularly.',0,0,43639,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116232,'No',5,0,43639,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116233,'N/A',0,0,43639,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116234,'Other',20,0,43639,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116235,'Other',20,0,43639,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116236,'Director',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116237,'Owner / Landlord',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116238,'Site Manager',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116239,'Estate Agent',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116240,'Letting Agent',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116241,'Director',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116242,'CEO',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116243,'Fire Warden / Supervisor',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116244,'Fire Risk Assessor',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116245,'Other',0,0,43647,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116246,'Nebosh',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116247,'Level 2 Fire Risk Assessor',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116248,'Competant Person',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116249,'Property Manager',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116250,'Construction Manager',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116251,'Fire Warden / Fire Marshall',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116252,'Director',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116253,'CEO',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116254,'N/A',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116255,'Other',0,0,43648,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116256,'Detached',1,0,43661,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116257,'Semi Detached',2,0,43661,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116258,'Terraced',3,0,43661,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116259,'Linked-Terraced',1,0,43661,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116260,'End Terraced',2,0,43661,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116261,'Other',20,0,43661,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116262,'House',1,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116263,'Bungalow',1,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116264,'Maisonette',3,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116265,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116266,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116267,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116268,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116269,'Underground Property',1,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116270,'Factory / Warehouse',3,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116271,'Garage / Workshop',3,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116272,'Retail Shop',2,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116273,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116274,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116275,'Other',20,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116276,'Other',20,0,43662,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116277,'Pre-1900 solid brick, stone, or concrete',0,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116278,'Cavity brick and block',0,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116279,'Cob',1,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116280,'Concrete inner skin with external curtain outer skin',0,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116281,'Prefabricated timber',3,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116282,'Glass walls with metal post frame',2,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116283,'Other',20,0,43670,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116284,'Yes',1,0,43671,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116285,'No',3,0,43671,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116286,'Unknown',3,0,43671,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116287,'Stone',0,0,43671,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116288,'Other',20,0,43671,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116289,'Yes',1,0,43672,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116290,'No',5,0,43672,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116291,'Unknown',5,0,43672,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116292,'Stone',0,0,43672,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116293,'Other',20,0,43672,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116294,'Yes',1,0,43675,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116295,'No',6,0,43675,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116296,'N/A',0,0,43675,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116297,'Yes',2,0,43678,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116298,'No',8,0,43678,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116299,'N/A',0,0,43678,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116300,'Yes',1,0,43680,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116301,'No',6,0,43680,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116302,'N/A',0,0,43680,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116303,'Yes',1,0,43683,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116304,'No',6,0,43683,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116305,'N/A',0,0,43683,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116306,'Yes',1,0,43685,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116307,'No',6,0,43685,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116308,'N/A',0,0,43685,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116309,'Solid concrete flooring on all levels',0,0,43687,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116310,'Timber joists on all levels',3,0,43687,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116311,'Concrete lowest floor – Timber above higher levels',3,0,43687,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116312,'Other',20,0,43687,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116313,'100%',1,0,43687,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116314,'Very Good',0,0,43691,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116315,'Good',1,0,43691,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116316,'Fair',2,0,43691,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116317,'Poor',3,0,43691,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116318,'Very Poor',4,0,43691,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(116319,'Fan Heaters',4,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116320,'Electric Heaters',4,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116321,'Gas Heater',5,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116322,'Other Boilers',2,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116323,'Electrical Equipment',3,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116324,'Electrical Leads',3,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116325,'Portable Equipment',3,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116326,'Portable Lighting',2,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116327,'Cooking Equipment',6,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116328,'Other',20,0,43692,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116329,'Wood/Paper/Cardboard etc',3,0,43694,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116330,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43694,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116331,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43694,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116332,'Waste Material Controlled -in locked wheely bin or store',2,0,43694,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116333,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43694,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116334,'Other',20,0,43694,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116335,'Yes. There is a certificate within the last 6 months.',0,0,43696,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116336,'The certificate was issued within the last 12 months.',2,0,43696,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116337,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43696,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116338,'N/A',0,0,43696,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116339,'Other',20,0,43696,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116340,'Yes. Certification within 6 months',0,0,43698,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116341,'Yes. Certification within 12 months',2,0,43698,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116342,'No certification. (Recommend testing by fire safety specialist)',5,0,43698,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116343,'N/A',0,0,43698,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116344,'Other',20,0,43698,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116345,'Yes. Service and test certification is within 12 months',0,0,43700,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116346,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43700,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116347,'N/A',0,0,43700,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116348,'Other',20,0,43700,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116349,'Yes. The EICR test certification is complete within last 5 years',0,0,43702,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116350,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43702,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116351,'N/A',0,0,43702,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116352,'Other',20,0,43702,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116353,'Yes',0,0,43704,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116354,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43704,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116355,'N/A',0,0,43704,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116356,'Other',20,0,43704,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116357,'Yes',0,0,43706,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116358,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43706,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116359,'N/A',0,0,43706,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116360,'Other',20,0,43706,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116361,'Yes',0,0,43708,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116362,'No. There are hot working areas but no fire blankets are present.',5,0,43708,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116363,'N/A',0,0,43708,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116364,'Other',20,0,43708,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116365,'Yes. They are provided and ready to use located in a communal area.',0,0,43710,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116366,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43710,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116367,'N/A',0,0,43710,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116368,'Other',20,0,43710,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116369,'Yes',2,0,43711,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116370,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43711,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116371,'The property does not have a gas connection.',0,0,43711,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116372,'N/A',0,0,43711,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116373,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43712,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116374,'No. The exits are not efficient enough for the building.',9,0,43712,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116375,'NA',0,0,43712,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116376,'Other',20,0,43712,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116377,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43713,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116378,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43713,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116379,'NA',0,0,43713,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116380,'Other',20,0,43713,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116381,'Yes. Escape routes are kept clear throughout the building.',0,0,43714,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116382,'No. There are obstructions on one or more escape routes.',6,0,43714,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116383,'N/A',0,0,43714,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116384,'Other',20,0,43714,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116385,'Yes. Assembly points are clearly marked.',0,0,43715,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116386,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43715,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116387,'NA',0,0,43715,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116388,'Other',20,0,43715,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116389,'Yes',0,0,43716,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116390,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43716,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116391,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43716,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116392,'N/A',0,0,43716,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116393,'Other',20,0,43716,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116394,'Yes',0,0,43717,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116395,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43717,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116396,'NA',0,0,43717,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116397,'Other',20,0,43717,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116398,'Yes. The shortest route has been put into the plan',0,0,43718,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116399,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43718,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116400,'NA',0,0,43718,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116401,'Other',20,0,43718,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116402,'Yes. There is more than one exit available.',1,0,43719,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116403,'No. There is only one escape exit available.',0,0,43719,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116404,'Other',20,0,43719,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116405,'Yes',0,0,43720,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116406,'No. There is no assembly point or the assembly point is too small.',8,0,43720,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116407,'NA',0,0,43720,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116408,'Other',20,0,43720,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116409,'Evacuation only',3,0,43721,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116410,'Delayed evacuation process with 15 minute time delay',4,0,43721,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116411,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43721,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116412,'Other',20,0,43721,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116413,'Employees',2,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116414,'Sub-Contractors',3,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116415,'Young Persons',4,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116416,'Visitors',4,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116417,'The General Public (Customers)',4,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116418,'Disabled or Special needs People less able to leave the premises quickly',7,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116419,'Occupants in Remote Areas',6,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116420,'Sleeping Occupants',7,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116421,'Neighbouring Premises',2,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116422,'Tenants / Owners',3,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116423,'Animals / Livestock',2,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116424,'Other',0,0,43723,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116425,'9:00 - 17:00',0,0,43726,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116426,'17:00 - 24:00',0,0,43726,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116427,'24:00 - 9:00',0,0,43726,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116428,'9:00 - 17:00',0,0,43727,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116429,'17:00 - 24:00',0,0,43727,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116430,'24:00 - 9:00',0,0,43727,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116431,'9:00 - 17:00',0,0,43728,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116432,'17:00 - 24:00',0,0,43728,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116433,'24:00 - 9:00',0,0,43728,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116434,'9:00 - 17:00',0,0,43729,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116435,'17:00 - 24:00',0,0,43729,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116436,'24:00 - 9:00',0,0,43729,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116437,'9:00 - 17:00',0,0,43730,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116438,'17:00 - 24:00',0,0,43730,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116439,'24:00 - 9:00',0,0,43730,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116440,'9:00 - 17:00',0,0,43731,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116441,'17:00 - 24:00',0,0,43731,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116442,'24:00 - 9:00',0,0,43731,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116443,'9:00 - 17:00',0,0,43732,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116444,'17:00 - 24:00',0,0,43732,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116445,'24:00 - 9:00',0,0,43732,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116446,'Below 20',1,0,43733,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116447,'20-49',2,0,43733,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116448,'50-99',2,0,43733,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116449,'100-499',3,0,43733,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116450,'500-999',4,0,43733,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116451,'1000',5,0,43733,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116452,'Single Stage Evacuation',0,0,43734,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116453,'Staged Evacuation',0,0,43734,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116454,'Simultaneous Evacuation',0,0,43734,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116455,'Phased Evacuation',0,0,43734,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116456,'Staff Alarm Only',0,0,43734,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116457,'Stay Put Policy',0,0,43734,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116458,'Yes. A responsible person has been nominated.',0,0,43735,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116459,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43735,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116460,'Other',20,0,43735,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116461,'N/A',0,0,43735,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116462,'Yes. A competent person is available to assist in fire safety measures.',0,0,43736,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116463,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43736,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116464,'Other',20,0,43736,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116465,'N/A',0,0,43736,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116466,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43738,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116467,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43738,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116468,'Other',20,0,43738,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116469,'N/A',0,0,43738,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116470,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43739,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116471,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43739,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116472,'Other',20,0,43739,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116473,'N/A',0,0,43739,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116474,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43741,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116475,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43741,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116476,'Other',20,0,43741,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116477,'N/A',0,0,43741,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116478,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43742,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116479,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43742,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116480,'Other',20,0,43742,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116481,'N/A',0,0,43742,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116482,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43743,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116483,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43743,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116484,'Other',20,0,43743,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116485,'N/A',0,0,43743,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116486,'Yes. The plan is readily available.',0,0,43745,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116487,'No. The plan is not available.',3,0,43745,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116488,'Other',20,0,43745,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116489,'N/A',0,0,43745,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116490,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43746,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116491,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43746,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116492,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43746,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116493,'Other',20,0,43746,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116494,'N/A',0,0,43746,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116495,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43747,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116496,'No. There are not suitable arrangements in place to prevent danger..',4,0,43747,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116497,'Other',20,0,43747,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116498,'N/A',0,0,43747,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116499,'Yes. The company has a full evacuation system in place.',0,0,43748,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116500,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43748,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116501,'Other',20,0,43748,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116502,'N/A',0,0,43748,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116503,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43749,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116504,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43749,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116505,'Other',20,0,43749,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116506,'N/A',0,0,43749,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116507,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43750,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116508,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43750,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116509,'Other',20,0,43750,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116510,'N/A',0,0,43750,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116511,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43751,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116512,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43751,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116513,'Other',20,0,43751,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116514,'N/A',0,0,43751,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116515,'Yes. They do consider other organisation within the building.',0,0,43752,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116516,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43752,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116517,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43752,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116518,'Other',20,0,43752,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116519,'N/A',0,0,43752,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116520,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43753,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116521,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43753,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116522,'Other',20,0,43753,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116523,'N/A',0,0,43753,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116524,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43756,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116525,'Yes. They are installed, and signs are displayed.',0,0,43756,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116526,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43756,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116527,'N/A',0,0,43756,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116528,'Other',20,0,43756,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116529,'Yes, they are in good condition & positioned correctly.',0,0,43758,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116530,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43758,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116531,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43758,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116532,'Other',20,0,43758,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116533,'N/A',0,0,43758,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116534,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43760,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116535,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43760,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116536,'No. There is no fire risk logbook.',5,0,43760,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116537,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43761,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116538,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43761,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116539,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43761,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116540,'N/A',0,0,43761,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116541,'Other',20,0,43761,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116542,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43762,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116543,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43762,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116544,'Other',20,0,43762,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116545,'N/A',0,0,43762,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116546,'Yes. There is suitable Emergency lighting in the building.',0,0,43763,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116547,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43763,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116548,'Other',20,0,43763,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116549,'N/A',0,0,43763,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116550,'Yes. They are in good condition with no obstructions.',0,0,43764,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116551,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43764,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116552,'Other',20,0,43764,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116553,'N/A',0,0,43764,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116554,'Yes. User checks are recorded into the fire risk logbook.',0,0,43766,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116555,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43766,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116556,'Other',20,0,43766,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116557,'N/A',0,0,43766,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116558,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43767,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116559,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43767,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116560,'Other',20,0,43767,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116561,'N/A',0,0,43767,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116562,'Yes. The fire risk assessment is reviewed annually.',0,0,43769,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116563,'No. (Recommend immediate update to ensure compliance.)',5,0,43769,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116564,'NA',5,0,43769,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116565,'Other',20,0,43769,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116566,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43770,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116567,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43770,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116568,'N/A',0,0,43770,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116569,'Other',20,0,43770,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116570,'Yes. Training has been provided',0,0,43771,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116571,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43771,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116572,'Other',20,0,43771,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116573,'N/A',0,0,43771,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116574,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43772,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116575,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43772,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116576,'NA',0,0,43772,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116577,'Other',20,0,43772,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116578,'Yes. Training has been documented on induction.',0,0,43773,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116579,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43773,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116580,'NA',0,0,43773,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116581,'Other',20,0,43773,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116582,'Yes. Once per year.',1,0,43774,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116583,'Yes. Twice per year.',0,0,43774,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116584,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43774,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116585,'Other',20,0,43774,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116586,'Yes. This is part of the fire training program and fire warden duties.',0,0,43775,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116587,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43775,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116588,'NA',0,0,43775,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116589,'Other',20,0,43775,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116590,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43776,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116591,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43776,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116592,'Other',20,0,43776,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116593,'N/A',0,0,43776,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116594,'Yes. Fire wardens receive refresher training regularly.',0,0,43777,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116595,'No',5,0,43777,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116596,'N/A',0,0,43777,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116597,'Other',20,0,43777,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116598,'Other',20,0,43777,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116599,'Director',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116600,'Owner / Landlord',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116601,'Site Manager',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116602,'Estate Agent',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116603,'Letting Agent',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116604,'Director',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116605,'CEO',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116606,'Fire Warden / Supervisor',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116607,'Fire Risk Assessor',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116608,'Other',0,0,43785,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116609,'Nebosh',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116610,'Level 2 Fire Risk Assessor',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116611,'Competant Person',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116612,'Property Manager',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116613,'Construction Manager',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116614,'Fire Warden / Fire Marshall',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116615,'Director',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116616,'CEO',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116617,'N/A',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116618,'Other',0,0,43786,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116619,'Detached',1,0,43799,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116620,'Semi Detached',2,0,43799,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116621,'Terraced',3,0,43799,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116622,'Linked-Terraced',1,0,43799,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116623,'End Terraced',2,0,43799,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116624,'Other',20,0,43799,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116625,'House',1,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116626,'Bungalow',1,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116627,'Maisonette',3,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116628,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116629,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116630,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116631,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116632,'Underground Property',1,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116633,'Factory / Warehouse',3,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116634,'Garage / Workshop',3,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116635,'Retail Shop',2,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116636,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116637,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116638,'Other',20,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116639,'Other',20,0,43800,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116640,'Pre-1900 solid brick, stone, or concrete',0,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116641,'Cavity brick and block',0,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116642,'Cob',1,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116643,'Concrete inner skin with external curtain outer skin',0,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116644,'Prefabricated timber',3,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116645,'Glass walls with metal post frame',2,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116646,'Other',20,0,43808,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116647,'Yes',1,0,43809,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116648,'No',3,0,43809,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116649,'Unknown',3,0,43809,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116650,'Stone',0,0,43809,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116651,'Other',20,0,43809,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116652,'Yes',1,0,43810,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116653,'No',5,0,43810,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116654,'Unknown',5,0,43810,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116655,'Stone',0,0,43810,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116656,'Other',20,0,43810,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116657,'Yes',1,0,43813,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116658,'No',6,0,43813,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116659,'N/A',0,0,43813,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116660,'Yes',2,0,43816,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116661,'No',8,0,43816,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116662,'N/A',0,0,43816,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116663,'Yes',1,0,43818,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116664,'No',6,0,43818,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116665,'N/A',0,0,43818,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116666,'Yes',1,0,43821,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116667,'No',6,0,43821,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116668,'N/A',0,0,43821,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116669,'Yes',1,0,43823,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116670,'No',6,0,43823,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116671,'N/A',0,0,43823,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116672,'Solid concrete flooring on all levels',0,0,43825,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116673,'Timber joists on all levels',3,0,43825,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116674,'Concrete lowest floor – Timber above higher levels',3,0,43825,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116675,'Other',20,0,43825,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116676,'100%',1,0,43825,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116677,'Very Good',0,0,43829,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116678,'Good',1,0,43829,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116679,'Fair',2,0,43829,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116680,'Poor',3,0,43829,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116681,'Very Poor',4,0,43829,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116682,'Fan Heaters',4,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116683,'Electric Heaters',4,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116684,'Gas Heater',5,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116685,'Other Boilers',2,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116686,'Electrical Equipment',3,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116687,'Electrical Leads',3,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116688,'Portable Equipment',3,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116689,'Portable Lighting',2,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116690,'Cooking Equipment',6,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116691,'Other',20,0,43830,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116692,'Wood/Paper/Cardboard etc',3,0,43832,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116693,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43832,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116694,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43832,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116695,'Waste Material Controlled -in locked wheely bin or store',2,0,43832,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116696,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43832,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116697,'Other',20,0,43832,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116698,'Yes. There is a certificate within the last 6 months.',0,0,43834,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116699,'The certificate was issued within the last 12 months.',2,0,43834,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116700,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43834,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116701,'N/A',0,0,43834,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116702,'Other',20,0,43834,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116703,'Yes. Certification within 6 months',0,0,43836,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116704,'Yes. Certification within 12 months',2,0,43836,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116705,'No certification. (Recommend testing by fire safety specialist)',5,0,43836,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116706,'N/A',0,0,43836,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116707,'Other',20,0,43836,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116708,'Yes. Service and test certification is within 12 months',0,0,43838,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116709,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43838,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116710,'N/A',0,0,43838,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116711,'Other',20,0,43838,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116712,'Yes. The EICR test certification is complete within last 5 years',0,0,43840,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116713,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43840,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116714,'N/A',0,0,43840,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116715,'Other',20,0,43840,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116716,'Yes',0,0,43842,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116717,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43842,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116718,'N/A',0,0,43842,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116719,'Other',20,0,43842,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116720,'Yes',0,0,43844,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116721,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43844,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116722,'N/A',0,0,43844,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116723,'Other',20,0,43844,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116724,'Yes',0,0,43846,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116725,'No. There are hot working areas but no fire blankets are present.',5,0,43846,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116726,'N/A',0,0,43846,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116727,'Other',20,0,43846,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116728,'Yes. They are provided and ready to use located in a communal area.',0,0,43848,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116729,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43848,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116730,'N/A',0,0,43848,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116731,'Other',20,0,43848,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116732,'Yes',2,0,43849,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116733,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43849,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116734,'The property does not have a gas connection.',0,0,43849,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116735,'N/A',0,0,43849,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116736,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,43850,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116737,'No. The exits are not efficient enough for the building.',9,0,43850,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116738,'NA',0,0,43850,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116739,'Other',20,0,43850,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116740,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,43851,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116741,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,43851,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116742,'NA',0,0,43851,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116743,'Other',20,0,43851,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116744,'Yes. Escape routes are kept clear throughout the building.',0,0,43852,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116745,'No. There are obstructions on one or more escape routes.',6,0,43852,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116746,'N/A',0,0,43852,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116747,'Other',20,0,43852,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116748,'Yes. Assembly points are clearly marked.',0,0,43853,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116749,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43853,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116750,'NA',0,0,43853,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116751,'Other',20,0,43853,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116752,'Yes',0,0,43854,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116753,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43854,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116754,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43854,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116755,'N/A',0,0,43854,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116756,'Other',20,0,43854,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116757,'Yes',0,0,43855,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116758,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,43855,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116759,'NA',0,0,43855,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116760,'Other',20,0,43855,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116761,'Yes. The shortest route has been put into the plan',0,0,43856,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116762,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,43856,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116763,'NA',0,0,43856,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116764,'Other',20,0,43856,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116765,'Yes. There is more than one exit available.',1,0,43857,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116766,'No. There is only one escape exit available.',0,0,43857,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116767,'Other',20,0,43857,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116768,'Yes',0,0,43858,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116769,'No. There is no assembly point or the assembly point is too small.',8,0,43858,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116770,'NA',0,0,43858,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116771,'Other',20,0,43858,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116772,'Evacuation only',3,0,43859,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116773,'Delayed evacuation process with 15 minute time delay',4,0,43859,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116774,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,43859,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116775,'Other',20,0,43859,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116776,'Employees',2,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116777,'Sub-Contractors',3,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116778,'Young Persons',4,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116779,'Visitors',4,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116780,'The General Public (Customers)',4,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116781,'Disabled or Special needs People less able to leave the premises quickly',7,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116782,'Occupants in Remote Areas',6,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116783,'Sleeping Occupants',7,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116784,'Neighbouring Premises',2,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116785,'Tenants / Owners',3,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116786,'Animals / Livestock',2,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116787,'Other',0,0,43861,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116788,'9:00 - 17:00',0,0,43864,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116789,'17:00 - 24:00',0,0,43864,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116790,'24:00 - 9:00',0,0,43864,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116791,'9:00 - 17:00',0,0,43865,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116792,'17:00 - 24:00',0,0,43865,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116793,'24:00 - 9:00',0,0,43865,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116794,'9:00 - 17:00',0,0,43866,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116795,'17:00 - 24:00',0,0,43866,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116796,'24:00 - 9:00',0,0,43866,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116797,'9:00 - 17:00',0,0,43867,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116798,'17:00 - 24:00',0,0,43867,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116799,'24:00 - 9:00',0,0,43867,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116800,'9:00 - 17:00',0,0,43868,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116801,'17:00 - 24:00',0,0,43868,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116802,'24:00 - 9:00',0,0,43868,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116803,'9:00 - 17:00',0,0,43869,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116804,'17:00 - 24:00',0,0,43869,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116805,'24:00 - 9:00',0,0,43869,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116806,'9:00 - 17:00',0,0,43870,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116807,'17:00 - 24:00',0,0,43870,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116808,'24:00 - 9:00',0,0,43870,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116809,'Below 20',1,0,43871,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116810,'20-49',2,0,43871,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116811,'50-99',2,0,43871,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116812,'100-499',3,0,43871,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116813,'500-999',4,0,43871,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116814,'1000',5,0,43871,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116815,'Single Stage Evacuation',0,0,43872,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116816,'Staged Evacuation',0,0,43872,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116817,'Simultaneous Evacuation',0,0,43872,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116818,'Phased Evacuation',0,0,43872,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116819,'Staff Alarm Only',0,0,43872,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116820,'Stay Put Policy',0,0,43872,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116821,'Yes. A responsible person has been nominated.',0,0,43873,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116822,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,43873,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116823,'Other',20,0,43873,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116824,'N/A',0,0,43873,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116825,'Yes. A competent person is available to assist in fire safety measures.',0,0,43874,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116826,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,43874,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116827,'Other',20,0,43874,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116828,'N/A',0,0,43874,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116829,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,43876,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116830,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,43876,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116831,'Other',20,0,43876,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116832,'N/A',0,0,43876,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116833,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,43877,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116834,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,43877,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116835,'Other',20,0,43877,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116836,'N/A',0,0,43877,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116837,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,43879,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116838,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,43879,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116839,'Other',20,0,43879,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116840,'N/A',0,0,43879,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116841,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,43880,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116842,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,43880,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116843,'Other',20,0,43880,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116844,'N/A',0,0,43880,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116845,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,43881,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116846,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,43881,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116847,'Other',20,0,43881,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116848,'N/A',0,0,43881,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116849,'Yes. The plan is readily available.',0,0,43883,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116850,'No. The plan is not available.',3,0,43883,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116851,'Other',20,0,43883,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116852,'N/A',0,0,43883,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116853,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,43884,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116854,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,43884,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116855,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,43884,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116856,'Other',20,0,43884,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116857,'N/A',0,0,43884,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116858,'Yes. There are suitable arrangements in place to prevent danger.',0,0,43885,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116859,'No. There are not suitable arrangements in place to prevent danger..',4,0,43885,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116860,'Other',20,0,43885,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116861,'N/A',0,0,43885,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116862,'Yes. The company has a full evacuation system in place.',0,0,43886,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116863,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,43886,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116864,'Other',20,0,43886,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116865,'N/A',0,0,43886,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116866,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,43887,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116867,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,43887,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116868,'Other',20,0,43887,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116869,'N/A',0,0,43887,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116870,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,43888,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116871,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,43888,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(116872,'Other',20,0,43888,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116873,'N/A',0,0,43888,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116874,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,43889,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116875,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,43889,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116876,'Other',20,0,43889,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116877,'N/A',0,0,43889,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116878,'Yes. They do consider other organisation within the building.',0,0,43890,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116879,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,43890,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116880,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,43890,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116881,'Other',20,0,43890,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116882,'N/A',0,0,43890,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116883,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,43891,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116884,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,43891,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116885,'Other',20,0,43891,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116886,'N/A',0,0,43891,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116887,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,43894,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116888,'Yes. They are installed, and signs are displayed.',0,0,43894,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116889,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,43894,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116890,'N/A',0,0,43894,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116891,'Other',20,0,43894,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116892,'Yes, they are in good condition & positioned correctly.',0,0,43896,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116893,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,43896,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116894,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,43896,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116895,'Other',20,0,43896,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116896,'N/A',0,0,43896,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116897,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,43898,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116898,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,43898,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116899,'No. There is no fire risk logbook.',5,0,43898,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116900,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,43899,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116901,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,43899,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116902,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,43899,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116903,'N/A',0,0,43899,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116904,'Other',20,0,43899,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116905,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,43900,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116906,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,43900,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116907,'Other',20,0,43900,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116908,'N/A',0,0,43900,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116909,'Yes. There is suitable Emergency lighting in the building.',0,0,43901,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116910,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,43901,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116911,'Other',20,0,43901,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116912,'N/A',0,0,43901,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116913,'Yes. They are in good condition with no obstructions.',0,0,43902,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116914,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,43902,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116915,'Other',20,0,43902,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116916,'N/A',0,0,43902,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116917,'Yes. User checks are recorded into the fire risk logbook.',0,0,43904,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116918,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,43904,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116919,'Other',20,0,43904,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116920,'N/A',0,0,43904,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116921,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,43905,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116922,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,43905,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116923,'Other',20,0,43905,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116924,'N/A',0,0,43905,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116925,'Yes. The fire risk assessment is reviewed annually.',0,0,43907,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116926,'No. (Recommend immediate update to ensure compliance.)',5,0,43907,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116927,'NA',5,0,43907,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116928,'Other',20,0,43907,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116929,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,43908,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116930,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,43908,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116931,'N/A',0,0,43908,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116932,'Other',20,0,43908,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116933,'Yes. Training has been provided',0,0,43909,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116934,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,43909,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116935,'Other',20,0,43909,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116936,'N/A',0,0,43909,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116937,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,43910,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116938,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,43910,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116939,'NA',0,0,43910,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116940,'Other',20,0,43910,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116941,'Yes. Training has been documented on induction.',0,0,43911,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116942,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,43911,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116943,'NA',0,0,43911,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116944,'Other',20,0,43911,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116945,'Yes. Once per year.',1,0,43912,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116946,'Yes. Twice per year.',0,0,43912,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116947,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,43912,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116948,'Other',20,0,43912,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116949,'Yes. This is part of the fire training program and fire warden duties.',0,0,43913,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116950,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,43913,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116951,'NA',0,0,43913,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116952,'Other',20,0,43913,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116953,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,43914,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116954,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,43914,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116955,'Other',20,0,43914,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116956,'N/A',0,0,43914,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116957,'Yes. Fire wardens receive refresher training regularly.',0,0,43915,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116958,'No',5,0,43915,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116959,'N/A',0,0,43915,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116960,'Other',20,0,43915,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116961,'Other',20,0,43915,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116962,'Director',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116963,'Owner / Landlord',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116964,'Site Manager',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116965,'Estate Agent',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116966,'Letting Agent',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116967,'Director',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116968,'CEO',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116969,'Fire Warden / Supervisor',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116970,'Fire Risk Assessor',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116971,'Other',0,0,43923,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116972,'Nebosh',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116973,'Level 2 Fire Risk Assessor',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116974,'Competant Person',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116975,'Property Manager',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116976,'Construction Manager',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116977,'Fire Warden / Fire Marshall',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116978,'Director',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116979,'CEO',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116980,'N/A',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116981,'Other',0,0,43924,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116982,'Detached',1,0,43937,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116983,'Semi Detached',2,0,43937,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116984,'Terraced',3,0,43937,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116985,'Linked-Terraced',1,0,43937,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116986,'End Terraced',2,0,43937,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116987,'Other',20,0,43937,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116988,'House',1,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116989,'Bungalow',1,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116990,'Maisonette',3,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116991,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116992,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116993,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116994,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116995,'Underground Property',1,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116996,'Factory / Warehouse',3,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116997,'Garage / Workshop',3,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116998,'Retail Shop',2,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(116999,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117000,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117001,'Other',20,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117002,'Other',20,0,43938,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117003,'Pre-1900 solid brick, stone, or concrete',0,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117004,'Cavity brick and block',0,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117005,'Cob',1,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117006,'Concrete inner skin with external curtain outer skin',0,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117007,'Prefabricated timber',3,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117008,'Glass walls with metal post frame',2,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117009,'Other',20,0,43946,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117010,'Detached',1,0,43947,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117011,'Semi Detached',2,0,43947,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117012,'Terraced',3,0,43947,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117013,'Linked-Terraced',1,0,43947,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117014,'End Terraced',2,0,43947,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117015,'Other',20,0,43947,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117016,'House',1,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117017,'Bungalow',1,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117018,'Maisonette',3,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117019,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117020,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117021,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117022,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117023,'Underground Property',1,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117024,'Factory / Warehouse',3,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117025,'Garage / Workshop',3,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117026,'Retail Shop',2,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117027,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117028,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117029,'Other',20,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117030,'Other',20,0,43948,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117031,'Pre-1900 solid brick, stone, or concrete',0,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117032,'Cavity brick and block',0,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117033,'Cob',1,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117034,'Concrete inner skin with external curtain outer skin',0,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117035,'Prefabricated timber',3,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117036,'Glass walls with metal post frame',2,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117037,'Other',20,0,43956,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117038,'Yes',1,0,43957,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117039,'No',3,0,43957,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117040,'Unknown',3,0,43957,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117041,'Stone',0,0,43957,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117042,'Other',20,0,43957,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117043,'Yes',1,0,43958,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117044,'No',5,0,43958,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117045,'Unknown',5,0,43958,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117046,'Stone',0,0,43958,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117047,'Other',20,0,43958,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117048,'Yes',1,0,43961,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117049,'No',6,0,43961,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117050,'N/A',0,0,43961,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117051,'Yes',2,0,43964,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117052,'No',8,0,43964,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117053,'N/A',0,0,43964,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117054,'Yes',1,0,43966,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117055,'No',6,0,43966,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117056,'N/A',0,0,43966,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117057,'Yes',1,0,43969,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117058,'No',6,0,43969,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117059,'N/A',0,0,43969,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117060,'Yes',1,0,43971,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117061,'No',6,0,43971,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117062,'N/A',0,0,43971,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117063,'Solid concrete flooring on all levels',0,0,43973,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117064,'Timber joists on all levels',3,0,43973,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117065,'Concrete lowest floor – Timber above higher levels',3,0,43973,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117066,'Other',20,0,43973,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117067,'100%',1,0,43973,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117068,'Very Good',0,0,43977,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117069,'Good',1,0,43977,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117070,'Fair',2,0,43977,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117071,'Poor',3,0,43977,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117072,'Very Poor',4,0,43977,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(117073,'Fan Heaters',4,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117074,'Electric Heaters',4,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117075,'Gas Heater',5,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117076,'Other Boilers',2,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117077,'Electrical Equipment',3,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117078,'Electrical Leads',3,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117079,'Portable Equipment',3,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117080,'Portable Lighting',2,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117081,'Cooking Equipment',6,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117082,'Other',20,0,43978,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117083,'Wood/Paper/Cardboard etc',3,0,43980,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117084,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,43980,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117085,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,43980,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117086,'Waste Material Controlled -in locked wheely bin or store',2,0,43980,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117087,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,43980,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117088,'Other',20,0,43980,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117089,'Yes. There is a certificate within the last 6 months.',0,0,43983,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117090,'The certificate was issued within the last 12 months.',2,0,43983,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117091,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,43983,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117092,'N/A',0,0,43983,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117093,'Other',20,0,43983,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117094,'Yes. Certification within 6 months',0,0,43985,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117095,'Yes. Certification within 12 months',2,0,43985,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117096,'No certification. (Recommend testing by fire safety specialist)',5,0,43985,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117097,'N/A',0,0,43985,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117098,'Other',20,0,43985,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117099,'Yes. Service and test certification is within 12 months',0,0,43986,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117100,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,43986,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117101,'N/A',0,0,43986,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117102,'Other',20,0,43986,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117103,'Yes. The EICR test certification is complete within last 5 years',0,0,43988,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117104,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,43988,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117105,'N/A',0,0,43988,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117106,'Other',20,0,43988,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117107,'Yes',0,0,43990,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117108,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,43990,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117109,'N/A',0,0,43990,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117110,'Other',20,0,43990,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117111,'Yes',0,0,43992,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117112,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,43992,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117113,'N/A',0,0,43992,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117114,'Other',20,0,43992,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117115,'Yes',0,0,43994,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117116,'No. There are hot working areas but no fire blankets are present.',5,0,43994,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117117,'N/A',0,0,43994,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117118,'Other',20,0,43994,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117119,'Yes. They are provided and ready to use located in a communal area.',0,0,43996,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117120,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,43996,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117121,'N/A',0,0,43996,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117122,'Other',20,0,43996,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117123,'Yes',2,0,43997,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117124,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,43997,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117125,'The property does not have a gas connection.',0,0,43997,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117126,'N/A',0,0,43997,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117127,'Yes. Assembly points are clearly marked.',0,0,43998,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117128,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,43998,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117129,'NA',0,0,43998,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117130,'Other',20,0,43998,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117131,'Yes',0,0,43999,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117132,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,43999,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117133,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,43999,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117134,'N/A',0,0,43999,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117135,'Other',20,0,43999,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117136,'Yes',0,0,44000,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117137,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44000,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117138,'NA',0,0,44000,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117139,'Other',20,0,44000,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117140,'Yes. The shortest route has been put into the plan',0,0,44001,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117141,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44001,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117142,'NA',0,0,44001,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117143,'Other',20,0,44001,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117144,'Yes. There is more than one exit available.',1,0,44002,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117145,'No. There is only one escape exit available.',0,0,44002,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117146,'Other',20,0,44002,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117147,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44003,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117148,'No. The exits are not efficient enough for the building.',9,0,44003,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117149,'NA',0,0,44003,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117150,'Other',20,0,44003,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117151,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44004,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117152,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44004,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117153,'NA',0,0,44004,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117154,'Other',20,0,44004,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117155,'Yes. Escape routes are kept clear throughout the building.',0,0,44005,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117156,'No. There are obstructions on one or more escape routes.',6,0,44005,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117157,'N/A',0,0,44005,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117158,'Other',20,0,44005,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117159,'Yes',0,0,44006,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117160,'No. There is no assembly point or the assembly point is too small.',8,0,44006,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117161,'NA',0,0,44006,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117162,'Other',20,0,44006,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117163,'Evacuation only',3,0,44007,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117164,'Delayed evacuation process with 15 minute time delay',4,0,44007,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117165,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44007,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117166,'Other',20,0,44007,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117167,'Employees',2,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117168,'Sub-Contractors',3,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117169,'Young Persons',4,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117170,'Visitors',4,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117171,'The General Public (Customers)',4,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117172,'Disabled or Special needs People less able to leave the premises quickly',7,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117173,'Occupants in Remote Areas',6,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117174,'Sleeping Occupants',7,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117175,'Neighbouring Premises',2,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117176,'Tenants / Owners',3,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117177,'Animals / Livestock',2,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117178,'Other',0,0,44009,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117179,'9:00 - 17:00',0,0,44012,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117180,'17:00 - 24:00',0,0,44012,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117181,'24:00 - 9:00',0,0,44012,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117182,'9:00 - 17:00',0,0,44013,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117183,'17:00 - 24:00',0,0,44013,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117184,'24:00 - 9:00',0,0,44013,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117185,'9:00 - 17:00',0,0,44014,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117186,'17:00 - 24:00',0,0,44014,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117187,'24:00 - 9:00',0,0,44014,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117188,'9:00 - 17:00',0,0,44015,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117189,'17:00 - 24:00',0,0,44015,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117190,'24:00 - 9:00',0,0,44015,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117191,'9:00 - 17:00',0,0,44016,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117192,'17:00 - 24:00',0,0,44016,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117193,'24:00 - 9:00',0,0,44016,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117194,'9:00 - 17:00',0,0,44017,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117195,'17:00 - 24:00',0,0,44017,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117196,'24:00 - 9:00',0,0,44017,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117197,'9:00 - 17:00',0,0,44018,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117198,'17:00 - 24:00',0,0,44018,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117199,'24:00 - 9:00',0,0,44018,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117200,'Below 20',1,0,44019,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117201,'20-49',2,0,44019,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117202,'50-99',2,0,44019,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117203,'100-499',3,0,44019,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117204,'500-999',4,0,44019,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117205,'1000',5,0,44019,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117206,'Single Stage Evacuation',0,0,44020,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117207,'Staged Evacuation',0,0,44020,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117208,'Simultaneous Evacuation',0,0,44020,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117209,'Phased Evacuation',0,0,44020,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117210,'Staff Alarm Only',0,0,44020,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117211,'Stay Put Policy',0,0,44020,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117212,'Yes. A responsible person has been nominated.',0,0,44021,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117213,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44021,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117214,'Other',20,0,44021,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117215,'N/A',0,0,44021,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117216,'Yes. A competent person is available to assist in fire safety measures.',0,0,44022,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117217,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44022,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117218,'Other',20,0,44022,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117219,'N/A',0,0,44022,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117220,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44023,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117221,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44023,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117222,'Other',20,0,44023,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117223,'N/A',0,0,44023,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117224,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44025,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117225,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44025,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117226,'Other',20,0,44025,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117227,'N/A',0,0,44025,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117228,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44027,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117229,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44027,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117230,'Other',20,0,44027,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117231,'N/A',0,0,44027,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117232,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44028,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117233,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44028,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117234,'Other',20,0,44028,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117235,'N/A',0,0,44028,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117236,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44029,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117237,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44029,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117238,'Other',20,0,44029,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117239,'N/A',0,0,44029,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117240,'Yes. The plan is readily available.',0,0,44031,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117241,'No. The plan is not available.',3,0,44031,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117242,'Other',20,0,44031,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117243,'N/A',0,0,44031,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117244,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44032,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117245,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44032,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117246,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44032,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117247,'Other',20,0,44032,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117248,'N/A',0,0,44032,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117249,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44033,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117250,'No. There are not suitable arrangements in place to prevent danger..',4,0,44033,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117251,'Other',20,0,44033,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117252,'N/A',0,0,44033,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117253,'Yes. The company has a full evacuation system in place.',0,0,44034,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117254,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44034,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117255,'Other',20,0,44034,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117256,'N/A',0,0,44034,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117257,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44035,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117258,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44035,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117259,'Other',20,0,44035,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117260,'N/A',0,0,44035,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117261,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44036,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117262,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44036,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117263,'Other',20,0,44036,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117264,'N/A',0,0,44036,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117265,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44037,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117266,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44037,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117267,'Other',20,0,44037,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117268,'N/A',0,0,44037,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117269,'Yes. They do consider other organisation within the building.',0,0,44038,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117270,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44038,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117271,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44038,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117272,'Other',20,0,44038,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117273,'N/A',0,0,44038,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117274,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44039,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117275,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44039,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117276,'Other',20,0,44039,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117277,'N/A',0,0,44039,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117278,'Yes, they are in good condition & positioned correctly.',0,0,44041,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117279,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44041,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117280,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44041,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117281,'Other',20,0,44041,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117282,'N/A',0,0,44041,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117283,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44043,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117284,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44043,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117285,'No. There is no fire risk logbook.',5,0,44043,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117286,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44044,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117287,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44044,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117288,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44044,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117289,'N/A',0,0,44044,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117290,'Other',20,0,44044,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117291,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44046,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117292,'Yes. They are installed, and signs are displayed.',0,0,44046,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117293,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44046,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117294,'N/A',0,0,44046,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117295,'Other',20,0,44046,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117296,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44048,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117297,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44048,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117298,'Other',20,0,44048,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117299,'N/A',0,0,44048,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117300,'Yes. There is suitable Emergency lighting in the building.',0,0,44049,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117301,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44049,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117302,'Other',20,0,44049,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117303,'N/A',0,0,44049,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117304,'Yes. They are in good condition with no obstructions.',0,0,44050,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117305,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44050,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117306,'Other',20,0,44050,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117307,'N/A',0,0,44050,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117308,'Yes. User checks are recorded into the fire risk logbook.',0,0,44052,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117309,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44052,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117310,'Other',20,0,44052,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117311,'N/A',0,0,44052,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117312,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44053,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117313,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44053,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117314,'Other',20,0,44053,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117315,'N/A',0,0,44053,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117316,'Yes. Once per year.',1,0,44055,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117317,'Yes. Twice per year.',0,0,44055,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117318,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44055,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117319,'Other',20,0,44055,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117320,'Yes. The fire risk assessment is reviewed annually.',0,0,44056,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117321,'No. (Recommend immediate update to ensure compliance.)',5,0,44056,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117322,'NA',5,0,44056,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117323,'Other',20,0,44056,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117324,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44057,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117325,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44057,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117326,'N/A',0,0,44057,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117327,'Other',20,0,44057,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117328,'Yes. Training has been provided',0,0,44058,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117329,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44058,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117330,'Other',20,0,44058,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117331,'N/A',0,0,44058,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117332,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44059,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117333,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44059,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117334,'NA',0,0,44059,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117335,'Other',20,0,44059,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117336,'Yes. Training has been documented on induction.',0,0,44060,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117337,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44060,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117338,'NA',0,0,44060,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117339,'Other',20,0,44060,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117340,'Yes. This is part of the fire training program and fire warden duties.',0,0,44061,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117341,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44061,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117342,'NA',0,0,44061,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117343,'Other',20,0,44061,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117344,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44062,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117345,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44062,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117346,'Other',20,0,44062,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117347,'N/A',0,0,44062,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117348,'Yes. Fire wardens receive refresher training regularly.',0,0,44063,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117349,'No',5,0,44063,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117350,'N/A',0,0,44063,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117351,'Other',20,0,44063,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117352,'Other',20,0,44063,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117353,'Detached',1,0,44064,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117354,'Semi Detached',2,0,44064,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117355,'Terraced',3,0,44064,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117356,'Linked-Terraced',1,0,44064,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117357,'End Terraced',2,0,44064,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117358,'Other',20,0,44064,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117359,'House',1,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117360,'Bungalow',1,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117361,'Maisonette',3,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117362,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117363,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117364,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117365,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117366,'Underground Property',1,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117367,'Factory / Warehouse',3,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117368,'Garage / Workshop',3,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117369,'Retail Shop',2,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117370,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117371,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117372,'Other',20,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117373,'Other',20,0,44065,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117374,'N/A',0,0,44070,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117375,'Number of staircase',0,0,44070,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117376,'25%',1,0,44082,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117377,'50%',1,0,44082,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117378,'75%',1,0,44082,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117379,'100%',1,0,44082,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117380,'Other',20,0,44082,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117381,'Yes',1,0,44084,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117382,'No',3,0,44084,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117383,'Unknown',3,0,44084,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117384,'Stone',0,0,44084,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117385,'Other',20,0,44084,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117386,'Yes',1,0,44085,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117387,'No',5,0,44085,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117388,'Unknown',5,0,44085,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117389,'Stone',0,0,44085,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117390,'Other',20,0,44085,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117391,'Wood',2,0,44086,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117392,'Plastics',1,0,44086,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117393,'Aluminium',0,0,44086,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117394,'Stone',0,0,44086,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117395,'Other',20,0,44086,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117396,'0%',0,0,44088,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117397,'25%',1,0,44088,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117398,'50%',1,0,44088,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117399,'75%',1,0,44088,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117400,'100%',1,0,44088,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117401,'0%',0,0,44089,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117402,'25%',2,0,44089,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117403,'50%',2,0,44089,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117404,'75%',2,0,44089,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117405,'100%',2,0,44089,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117406,'0%',0,0,44090,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117407,'25%',1,0,44090,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117408,'50%',1,0,44090,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117409,'75%',1,0,44090,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117410,'100%',1,0,44090,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117411,'Solid concrete flooring on all levels',0,0,44091,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117412,'Timber joists on all levels',3,0,44091,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117413,'Concrete lowest floor – Timber above higher levels',3,0,44091,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117414,'Other',20,0,44091,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117415,'Yes',1,0,44094,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117416,'No',6,0,44094,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117417,'N/A',0,0,44094,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117418,'Yes',2,0,44096,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117419,'No',8,0,44096,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117420,'N/A',0,0,44096,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117421,'Yes',1,0,44098,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117422,'No',6,0,44098,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117423,'N/A',0,0,44098,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117424,'Yes',1,0,44100,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117425,'No',6,0,44100,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117426,'N/A',0,0,44100,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117427,'Yes',1,0,44102,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117428,'No',6,0,44102,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117429,'N/A',0,0,44102,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117430,'0%',1,0,44108,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117431,'1% - 25%',1,0,44108,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117432,'26% - 50%',1,0,44108,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117433,'51% - 75%',1,0,44108,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117434,'76% - 100%',1,0,44108,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117435,'0%',1,0,44109,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117436,'1% - 25%',1,0,44109,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117437,'26% - 50%',1,0,44109,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117438,'51% - 75%',1,0,44109,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117439,'76% - 100%',1,0,44109,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117440,'0%',1,0,44110,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117441,'1% - 25%',1,0,44110,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117442,'26% - 50%',1,0,44110,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117443,'51% - 75%',1,0,44110,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117444,'76% - 100%',1,0,44110,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117445,'0%',1,0,44112,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117446,'1% - 25%',1,0,44112,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117447,'26% - 50%',1,0,44112,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117448,'51% - 75%',1,0,44112,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117449,'76% - 100%',1,0,44112,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117450,'0%',1,0,44113,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117451,'1% - 25%',1,0,44113,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117452,'26% - 50%',1,0,44113,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117453,'51% - 75%',1,0,44113,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117454,'76% - 100%',1,0,44113,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117455,'0%',1,0,44114,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117456,'1% - 25%',1,0,44114,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117457,'26% - 50%',1,0,44114,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117458,'51% - 75%',1,0,44114,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117459,'76% - 100%',1,0,44114,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117460,'0%',1,0,44116,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(117461,'1% - 25%',1,0,44116,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117462,'26% - 50%',1,0,44116,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117463,'51% - 75%',1,0,44116,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117464,'76% - 100%',1,0,44116,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117465,'0%',1,0,44117,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117466,'1% - 25%',1,0,44117,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117467,'26% - 50%',1,0,44117,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117468,'51% - 75%',1,0,44117,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117469,'76% - 100%',1,0,44117,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117470,'0%',1,0,44118,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117471,'1% - 25%',1,0,44118,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117472,'26% - 50%',1,0,44118,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117473,'51% - 75%',1,0,44118,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117474,'76% - 100%',1,0,44118,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117475,'Very Good',0,0,44119,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117476,'Good',1,0,44119,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117477,'Fair',2,0,44119,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117478,'Poor',3,0,44119,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117479,'Very Poor',4,0,44119,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117480,'0%',1,0,44121,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117481,'1% - 25%',1,0,44121,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117482,'26% - 50%',1,0,44121,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117483,'51% - 75%',1,0,44121,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117484,'76% - 100%',1,0,44121,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117485,'0%',1,0,44122,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117486,'1% - 25%',1,0,44122,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117487,'26% - 50%',1,0,44122,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117488,'51% - 75%',1,0,44122,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117489,'76% - 100%',1,0,44122,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117490,'0%',1,0,44123,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117491,'1% - 25%',1,0,44123,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117492,'26% - 50%',1,0,44123,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117493,'51% - 75%',1,0,44123,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117494,'76% - 100%',1,0,44123,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117495,'0%',1,0,44125,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117496,'1% - 25%',1,0,44125,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117497,'26% - 50%',1,0,44125,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117498,'51% - 75%',1,0,44125,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117499,'76% - 100%',1,0,44125,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117500,'0%',1,0,44126,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117501,'1% - 25%',1,0,44126,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117502,'26% - 50%',1,0,44126,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117503,'51% - 75%',1,0,44126,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117504,'76% - 100%',1,0,44126,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117505,'0%',1,0,44127,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117506,'1% - 25%',1,0,44127,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117507,'26% - 50%',1,0,44127,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117508,'51% - 75%',1,0,44127,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117509,'76% - 100%',1,0,44127,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117510,'0%',1,0,44129,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117511,'1% - 25%',1,0,44129,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117512,'26% - 50%',1,0,44129,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117513,'51% - 75%',1,0,44129,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117514,'76% - 100%',1,0,44129,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117515,'0%',1,0,44130,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117516,'1% - 25%',1,0,44130,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117517,'26% - 50%',1,0,44130,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117518,'51% - 75%',1,0,44130,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117519,'76% - 100%',1,0,44130,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117520,'0%',1,0,44131,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117521,'1% - 25%',1,0,44131,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117522,'26% - 50%',1,0,44131,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117523,'51% - 75%',1,0,44131,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117524,'76% - 100%',1,0,44131,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117525,'0%',1,0,44133,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117526,'1% - 25%',1,0,44133,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117527,'26% - 50%',1,0,44133,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117528,'51% - 75%',1,0,44133,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117529,'76% - 100%',1,0,44133,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117530,'0%',1,0,44134,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117531,'1% - 25%',1,0,44134,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117532,'26% - 50%',1,0,44134,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117533,'51% - 75%',1,0,44134,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117534,'76% - 100%',1,0,44134,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117535,'0%',1,0,44135,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117536,'1% - 25%',1,0,44135,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117537,'26% - 50%',1,0,44135,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117538,'51% - 75%',1,0,44135,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117539,'76% - 100%',1,0,44135,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117540,'0%',1,0,44137,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117541,'1% - 25%',1,0,44137,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117542,'26% - 50%',1,0,44137,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117543,'51% - 75%',1,0,44137,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117544,'76% - 100%',1,0,44137,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117545,'0%',1,0,44138,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117546,'1% - 25%',1,0,44138,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117547,'26% - 50%',1,0,44138,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117548,'51% - 75%',1,0,44138,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117549,'76% - 100%',1,0,44138,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117550,'0%',1,0,44139,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117551,'1% - 25%',1,0,44139,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117552,'26% - 50%',1,0,44139,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117553,'51% - 75%',1,0,44139,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117554,'76% - 100%',1,0,44139,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117555,'0%',5,0,44141,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117556,'1% - 25%',4,0,44141,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117557,'26% - 50%',3,0,44141,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117558,'51% - 75%',2,0,44141,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117559,'76% - 100%',1,0,44141,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117560,'0%',1,0,44142,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117561,'1% - 25%',1,0,44142,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117562,'26% - 50%',1,0,44142,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117563,'51% - 75%',1,0,44142,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117564,'76% - 100%',1,0,44142,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117565,'0%',1,0,44143,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117566,'1% - 25%',1,0,44143,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117567,'26% - 50%',1,0,44143,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117568,'51% - 75%',1,0,44143,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117569,'76% - 100%',1,0,44143,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117570,'Director',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117571,'Owner / Landlord',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117572,'Site Manager',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117573,'Estate Agent',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117574,'Letting Agent',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117575,'Director',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117576,'CEO',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117577,'Fire Warden / Supervisor',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117578,'Fire Risk Assessor',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117579,'Other',0,0,44151,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117580,'Nebosh',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117581,'Level 2 Fire Risk Assessor',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117582,'Competant Person',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117583,'Property Manager',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117584,'Construction Manager',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117585,'Fire Warden / Fire Marshall',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117586,'Director',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117587,'CEO',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117588,'N/A',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117589,'Other',0,0,44152,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117590,'A Property Within Building Block',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117591,'All Of The Property',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117592,'Communal Areas Only',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117593,'House',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117594,'Flat',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117595,'Director',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117596,'CEO',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117597,'Other',0,0,44156,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(117598,'Fan Heaters',4,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117599,'Electric Heaters',4,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117600,'Gas Heater',5,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117601,'Other Boilers',2,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117602,'Electrical Equipment',3,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117603,'Electrical Leads',3,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117604,'Portable Equipment',3,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117605,'Portable Lighting',2,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117606,'Cooking Equipment',6,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117607,'Other',20,0,44161,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117608,'Wood/Paper/Cardboard etc',3,0,44163,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117609,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44163,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117610,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44163,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117611,'Waste Material Controlled -in locked wheely bin or store',2,0,44163,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117612,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44163,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117613,'Other',20,0,44163,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117614,'Yes. There is a certificate within the last 6 months.',0,0,44165,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117615,'The certificate was issued within the last 12 months.',2,0,44165,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117616,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44165,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117617,'N/A',0,0,44165,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117618,'Other',20,0,44165,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117619,'Yes. Certification within 6 months',0,0,44167,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117620,'Yes. Certification within 12 months',2,0,44167,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117621,'No certification. (Recommend testing by fire safety specialist)',5,0,44167,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117622,'N/A',0,0,44167,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117623,'Other',20,0,44167,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117624,'Yes. Service and test certification is within 12 months',0,0,44169,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117625,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44169,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117626,'N/A',0,0,44169,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117627,'Other',20,0,44169,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117628,'Yes. The EICR test certification is complete within last 5 years',0,0,44171,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117629,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44171,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117630,'N/A',0,0,44171,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117631,'Other',20,0,44171,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117632,'Yes',0,0,44173,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117633,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44173,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117634,'N/A',0,0,44173,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117635,'Other',20,0,44173,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117636,'Yes',0,0,44175,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117637,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44175,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117638,'N/A',0,0,44175,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117639,'Other',20,0,44175,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117640,'Yes',0,0,44177,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117641,'No. There are hot working areas but no fire blankets are present.',5,0,44177,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117642,'N/A',0,0,44177,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117643,'Other',20,0,44177,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117644,'Yes. They are provided and ready to use located in a communal area.',0,0,44179,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117645,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44179,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117646,'N/A',0,0,44179,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117647,'Other',20,0,44179,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117648,'Yes',2,0,44180,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117649,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44180,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117650,'The property does not have a gas connection.',0,0,44180,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117651,'N/A',0,0,44180,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117652,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44181,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117653,'No. The exits are not efficient enough for the building.',9,0,44181,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117654,'NA',0,0,44181,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117655,'Other',20,0,44181,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117656,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44182,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117657,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44182,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117658,'NA',0,0,44182,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117659,'Other',20,0,44182,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117660,'Yes. Escape routes are kept clear throughout the building.',0,0,44183,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117661,'No. There are obstructions on one or more escape routes.',6,0,44183,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117662,'N/A',0,0,44183,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117663,'Other',20,0,44183,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117664,'Yes. Assembly points are clearly marked.',0,0,44184,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117665,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44184,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117666,'NA',0,0,44184,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117667,'Other',20,0,44184,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117668,'Yes',0,0,44185,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117669,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44185,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117670,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44185,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117671,'N/A',0,0,44185,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117672,'Other',20,0,44185,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117673,'Yes',0,0,44186,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117674,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44186,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117675,'NA',0,0,44186,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117676,'Other',20,0,44186,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117677,'Yes. The shortest route has been put into the plan',0,0,44187,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117678,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44187,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117679,'NA',0,0,44187,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117680,'Other',20,0,44187,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117681,'Yes. There is more than one exit available.',1,0,44188,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117682,'No. There is only one escape exit available.',0,0,44188,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117683,'Other',20,0,44188,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117684,'Yes',0,0,44189,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117685,'No. There is no assembly point or the assembly point is too small.',8,0,44189,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117686,'NA',0,0,44189,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117687,'Other',20,0,44189,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117688,'Evacuation only',3,0,44190,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117689,'Delayed evacuation process with 15 minute time delay',4,0,44190,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117690,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44190,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117691,'Other',20,0,44190,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117692,'Employees',2,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117693,'Sub-Contractors',3,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117694,'Young Persons',4,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117695,'Visitors',4,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117696,'The General Public (Customers)',4,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117697,'Disabled or Special needs People less able to leave the premises quickly',7,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117698,'Occupants in Remote Areas',6,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117699,'Sleeping Occupants',7,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117700,'Neighbouring Premises',2,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117701,'Tenants / Owners',3,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117702,'Animals / Livestock',2,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117703,'Other',0,0,44192,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117704,'9:00 - 17:00',0,0,44195,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117705,'17:00 - 24:00',0,0,44195,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117706,'24:00 - 9:00',0,0,44195,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117707,'9:00 - 17:00',0,0,44196,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117708,'17:00 - 24:00',0,0,44196,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117709,'24:00 - 9:00',0,0,44196,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117710,'9:00 - 17:00',0,0,44197,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117711,'17:00 - 24:00',0,0,44197,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117712,'24:00 - 9:00',0,0,44197,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117713,'9:00 - 17:00',0,0,44198,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117714,'17:00 - 24:00',0,0,44198,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117715,'24:00 - 9:00',0,0,44198,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117716,'9:00 - 17:00',0,0,44199,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117717,'17:00 - 24:00',0,0,44199,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117718,'24:00 - 9:00',0,0,44199,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117719,'9:00 - 17:00',0,0,44200,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117720,'17:00 - 24:00',0,0,44200,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117721,'24:00 - 9:00',0,0,44200,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117722,'9:00 - 17:00',0,0,44201,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117723,'17:00 - 24:00',0,0,44201,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117724,'24:00 - 9:00',0,0,44201,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117725,'Below 20',1,0,44202,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117726,'20-49',2,0,44202,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117727,'50-99',2,0,44202,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117728,'100-499',3,0,44202,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117729,'500-999',4,0,44202,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117730,'1000',5,0,44202,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117731,'Single Stage Evacuation',0,0,44203,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117732,'Staged Evacuation',0,0,44203,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117733,'Simultaneous Evacuation',0,0,44203,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117734,'Phased Evacuation',0,0,44203,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117735,'Staff Alarm Only',0,0,44203,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117736,'Stay Put Policy',0,0,44203,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117737,'Yes. A responsible person has been nominated.',0,0,44204,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117738,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44204,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117739,'Other',20,0,44204,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117740,'N/A',0,0,44204,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117741,'Yes. A competent person is available to assist in fire safety measures.',0,0,44205,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117742,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44205,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117743,'Other',20,0,44205,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117744,'N/A',0,0,44205,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117745,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44207,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117746,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44207,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117747,'Other',20,0,44207,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117748,'N/A',0,0,44207,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117749,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44208,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117750,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44208,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117751,'Other',20,0,44208,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117752,'N/A',0,0,44208,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117753,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44210,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117754,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44210,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117755,'Other',20,0,44210,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117756,'N/A',0,0,44210,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117757,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44211,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117758,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44211,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117759,'Other',20,0,44211,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117760,'N/A',0,0,44211,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117761,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44212,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117762,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44212,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117763,'Other',20,0,44212,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117764,'N/A',0,0,44212,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117765,'Yes. The plan is readily available.',0,0,44214,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117766,'No. The plan is not available.',3,0,44214,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117767,'Other',20,0,44214,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117768,'N/A',0,0,44214,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117769,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44215,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117770,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44215,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117771,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44215,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117772,'Other',20,0,44215,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117773,'N/A',0,0,44215,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117774,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44216,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117775,'No. There are not suitable arrangements in place to prevent danger..',4,0,44216,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117776,'Other',20,0,44216,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117777,'N/A',0,0,44216,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117778,'Yes. The company has a full evacuation system in place.',0,0,44217,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117779,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44217,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117780,'Other',20,0,44217,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117781,'N/A',0,0,44217,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117782,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44218,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117783,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44218,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117784,'Other',20,0,44218,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117785,'N/A',0,0,44218,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117786,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44219,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117787,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44219,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117788,'Other',20,0,44219,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117789,'N/A',0,0,44219,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117790,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44220,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117791,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44220,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117792,'Other',20,0,44220,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117793,'N/A',0,0,44220,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117794,'Yes. They do consider other organisation within the building.',0,0,44221,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117795,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44221,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117796,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44221,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117797,'Other',20,0,44221,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117798,'N/A',0,0,44221,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117799,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44222,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117800,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44222,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117801,'Other',20,0,44222,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117802,'N/A',0,0,44222,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117803,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44225,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117804,'Yes. They are installed, and signs are displayed.',0,0,44225,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117805,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44225,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117806,'N/A',0,0,44225,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117807,'Other',20,0,44225,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117808,'Yes, they are in good condition & positioned correctly.',0,0,44227,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117809,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44227,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117810,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44227,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117811,'Other',20,0,44227,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117812,'N/A',0,0,44227,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117813,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44229,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117814,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44229,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117815,'No. There is no fire risk logbook.',5,0,44229,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117816,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44230,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117817,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44230,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117818,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44230,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117819,'N/A',0,0,44230,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117820,'Other',20,0,44230,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117821,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44231,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117822,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44231,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117823,'Other',20,0,44231,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117824,'N/A',0,0,44231,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117825,'Yes. There is suitable Emergency lighting in the building.',0,0,44232,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117826,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44232,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117827,'Other',20,0,44232,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117828,'N/A',0,0,44232,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117829,'Yes. They are in good condition with no obstructions.',0,0,44233,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117830,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44233,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117831,'Other',20,0,44233,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117832,'N/A',0,0,44233,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117833,'Yes. User checks are recorded into the fire risk logbook.',0,0,44235,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117834,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44235,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117835,'Other',20,0,44235,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117836,'N/A',0,0,44235,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117837,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44236,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117838,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44236,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117839,'Other',20,0,44236,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117840,'N/A',0,0,44236,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117841,'Yes. The fire risk assessment is reviewed annually.',0,0,44238,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117842,'No. (Recommend immediate update to ensure compliance.)',5,0,44238,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117843,'NA',5,0,44238,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117844,'Other',20,0,44238,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117845,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44239,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117846,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44239,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117847,'N/A',0,0,44239,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117848,'Other',20,0,44239,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117849,'Yes. Training has been provided',0,0,44240,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117850,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44240,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117851,'Other',20,0,44240,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117852,'N/A',0,0,44240,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117853,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44241,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117854,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44241,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117855,'NA',0,0,44241,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117856,'Other',20,0,44241,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117857,'Yes. Training has been documented on induction.',0,0,44242,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117858,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44242,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117859,'NA',0,0,44242,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117860,'Other',20,0,44242,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117861,'Yes. Once per year.',1,0,44243,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117862,'Yes. Twice per year.',0,0,44243,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117863,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44243,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117864,'Other',20,0,44243,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117865,'Yes. This is part of the fire training program and fire warden duties.',0,0,44244,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117866,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44244,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117867,'NA',0,0,44244,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117868,'Other',20,0,44244,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117869,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44245,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117870,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44245,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117871,'Other',20,0,44245,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117872,'N/A',0,0,44245,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117873,'Yes. Fire wardens receive refresher training regularly.',0,0,44246,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117874,'No',5,0,44246,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117875,'N/A',0,0,44246,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117876,'Other',20,0,44246,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117877,'Other',20,0,44246,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117878,'Director',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117879,'Owner / Landlord',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117880,'Site Manager',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117881,'Estate Agent',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117882,'Letting Agent',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117883,'Director',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117884,'CEO',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117885,'Fire Warden / Supervisor',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117886,'Fire Risk Assessor',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117887,'Other',0,0,44254,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117888,'Nebosh',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117889,'Level 2 Fire Risk Assessor',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117890,'Competant Person',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117891,'Property Manager',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117892,'Construction Manager',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117893,'Fire Warden / Fire Marshall',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117894,'Director',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117895,'CEO',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117896,'N/A',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117897,'Other',0,0,44255,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117898,'Detached',1,0,44268,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117899,'Semi Detached',2,0,44268,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117900,'Terraced',3,0,44268,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117901,'Linked-Terraced',1,0,44268,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117902,'End Terraced',2,0,44268,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117903,'Other',20,0,44268,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117904,'House',1,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117905,'Bungalow',1,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117906,'Maisonette',3,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117907,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117908,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117909,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117910,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117911,'Underground Property',1,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117912,'Factory / Warehouse',3,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117913,'Garage / Workshop',3,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117914,'Retail Shop',2,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117915,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117916,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117917,'Other',20,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117918,'Other',20,0,44269,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117919,'Pre-1900 solid brick, stone, or concrete',0,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117920,'Cavity brick and block',0,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117921,'Cob',1,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117922,'Concrete inner skin with external curtain outer skin',0,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117923,'Prefabricated timber',3,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117924,'Glass walls with metal post frame',2,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117925,'Other',20,0,44277,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117926,'Yes',1,0,44278,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117927,'No',3,0,44278,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117928,'Unknown',3,0,44278,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117929,'Stone',0,0,44278,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117930,'Other',20,0,44278,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117931,'Yes',1,0,44279,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117932,'No',5,0,44279,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117933,'Unknown',5,0,44279,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117934,'Stone',0,0,44279,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117935,'Other',20,0,44279,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117936,'Solid concrete flooring on all levels',0,0,44284,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117937,'Timber joists on all levels',3,0,44284,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117938,'Concrete lowest floor – Timber above higher levels',3,0,44284,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117939,'Other',20,0,44284,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117940,'100%',1,0,44284,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117941,'Very Good',0,0,44288,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117942,'Good',1,0,44288,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117943,'Fair',2,0,44288,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117944,'Poor',3,0,44288,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117945,'Very Poor',4,0,44288,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(117946,'Fan Heaters',4,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117947,'Electric Heaters',4,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117948,'Gas Heater',5,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117949,'Other Boilers',2,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117950,'Electrical Equipment',3,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117951,'Electrical Leads',3,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117952,'Portable Equipment',3,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117953,'Portable Lighting',2,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117954,'Cooking Equipment',6,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117955,'Other',20,0,44289,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117956,'Wood/Paper/Cardboard etc',3,0,44291,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117957,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44291,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117958,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44291,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117959,'Waste Material Controlled -in locked wheely bin or store',2,0,44291,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117960,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44291,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117961,'Other',20,0,44291,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117962,'Yes. There is a certificate within the last 6 months.',0,0,44293,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117963,'The certificate was issued within the last 12 months.',2,0,44293,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117964,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44293,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117965,'N/A',0,0,44293,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117966,'Other',20,0,44293,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117967,'Yes. Certification within 6 months',0,0,44295,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117968,'Yes. Certification within 12 months',2,0,44295,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117969,'No certification. (Recommend testing by fire safety specialist)',5,0,44295,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117970,'N/A',0,0,44295,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117971,'Other',20,0,44295,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117972,'Yes. Service and test certification is within 12 months',0,0,44297,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117973,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44297,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117974,'N/A',0,0,44297,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117975,'Other',20,0,44297,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117976,'Yes. The EICR test certification is complete within last 5 years',0,0,44299,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117977,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44299,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117978,'N/A',0,0,44299,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117979,'Other',20,0,44299,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117980,'Yes',0,0,44301,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117981,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44301,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117982,'N/A',0,0,44301,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117983,'Other',20,0,44301,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117984,'Yes',0,0,44303,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117985,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44303,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117986,'N/A',0,0,44303,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117987,'Other',20,0,44303,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117988,'Yes',0,0,44305,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117989,'No. There are hot working areas but no fire blankets are present.',5,0,44305,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117990,'N/A',0,0,44305,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117991,'Other',20,0,44305,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117992,'Yes. They are provided and ready to use located in a communal area.',0,0,44307,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117993,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44307,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117994,'N/A',0,0,44307,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117995,'Other',20,0,44307,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117996,'Yes',2,0,44308,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117997,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44308,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117998,'The property does not have a gas connection.',0,0,44308,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(117999,'N/A',0,0,44308,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118000,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44309,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118001,'No. The exits are not efficient enough for the building.',9,0,44309,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118002,'NA',0,0,44309,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118003,'Other',20,0,44309,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118004,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44310,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118005,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44310,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118006,'NA',0,0,44310,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118007,'Other',20,0,44310,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118008,'Yes. Escape routes are kept clear throughout the building.',0,0,44311,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118009,'No. There are obstructions on one or more escape routes.',6,0,44311,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118010,'N/A',0,0,44311,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118011,'Other',20,0,44311,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118012,'Yes. Assembly points are clearly marked.',0,0,44312,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118013,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44312,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118014,'NA',0,0,44312,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118015,'Other',20,0,44312,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118016,'Yes',0,0,44313,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118017,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44313,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118018,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44313,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118019,'N/A',0,0,44313,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118020,'Other',20,0,44313,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118021,'Yes',0,0,44314,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118022,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44314,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118023,'NA',0,0,44314,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118024,'Other',20,0,44314,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118025,'Yes. The shortest route has been put into the plan',0,0,44315,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118026,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44315,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118027,'NA',0,0,44315,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118028,'Other',20,0,44315,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118029,'Yes. There is more than one exit available.',1,0,44316,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118030,'No. There is only one escape exit available.',0,0,44316,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118031,'Other',20,0,44316,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118032,'Yes',0,0,44317,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118033,'No. There is no assembly point or the assembly point is too small.',8,0,44317,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118034,'NA',0,0,44317,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118035,'Other',20,0,44317,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118036,'Evacuation only',3,0,44318,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118037,'Delayed evacuation process with 15 minute time delay',4,0,44318,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118038,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44318,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118039,'Other',20,0,44318,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118040,'Employees',2,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118041,'Sub-Contractors',3,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118042,'Young Persons',4,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118043,'Visitors',4,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118044,'The General Public (Customers)',4,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118045,'Disabled or Special needs People less able to leave the premises quickly',7,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118046,'Occupants in Remote Areas',6,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118047,'Sleeping Occupants',7,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118048,'Neighbouring Premises',2,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118049,'Tenants / Owners',3,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118050,'Animals / Livestock',2,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118051,'Other',0,0,44320,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118052,'9:00 - 17:00',0,0,44323,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118053,'17:00 - 24:00',0,0,44323,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118054,'24:00 - 9:00',0,0,44323,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118055,'9:00 - 17:00',0,0,44324,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118056,'17:00 - 24:00',0,0,44324,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118057,'24:00 - 9:00',0,0,44324,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118058,'9:00 - 17:00',0,0,44325,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118059,'17:00 - 24:00',0,0,44325,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118060,'24:00 - 9:00',0,0,44325,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118061,'9:00 - 17:00',0,0,44326,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118062,'17:00 - 24:00',0,0,44326,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118063,'24:00 - 9:00',0,0,44326,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118064,'9:00 - 17:00',0,0,44327,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118065,'17:00 - 24:00',0,0,44327,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118066,'24:00 - 9:00',0,0,44327,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118067,'9:00 - 17:00',0,0,44328,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118068,'17:00 - 24:00',0,0,44328,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118069,'24:00 - 9:00',0,0,44328,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118070,'9:00 - 17:00',0,0,44329,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118071,'17:00 - 24:00',0,0,44329,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118072,'24:00 - 9:00',0,0,44329,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118073,'Below 20',1,0,44330,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118074,'20-49',2,0,44330,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118075,'50-99',2,0,44330,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118076,'100-499',3,0,44330,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118077,'500-999',4,0,44330,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118078,'1000',5,0,44330,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118079,'Single Stage Evacuation',0,0,44331,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118080,'Staged Evacuation',0,0,44331,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118081,'Simultaneous Evacuation',0,0,44331,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118082,'Phased Evacuation',0,0,44331,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118083,'Staff Alarm Only',0,0,44331,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118084,'Stay Put Policy',0,0,44331,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118085,'Yes. A responsible person has been nominated.',0,0,44332,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118086,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44332,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118087,'Other',20,0,44332,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118088,'N/A',0,0,44332,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118089,'Yes. A competent person is available to assist in fire safety measures.',0,0,44333,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118090,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44333,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118091,'Other',20,0,44333,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118092,'N/A',0,0,44333,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118093,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44335,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118094,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44335,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118095,'Other',20,0,44335,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118096,'N/A',0,0,44335,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118097,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44336,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118098,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44336,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118099,'Other',20,0,44336,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118100,'N/A',0,0,44336,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118101,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44338,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118102,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44338,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118103,'Other',20,0,44338,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118104,'N/A',0,0,44338,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118105,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44339,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118106,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44339,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118107,'Other',20,0,44339,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118108,'N/A',0,0,44339,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118109,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44340,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118110,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44340,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118111,'Other',20,0,44340,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118112,'N/A',0,0,44340,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118113,'Yes. The plan is readily available.',0,0,44342,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118114,'No. The plan is not available.',3,0,44342,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118115,'Other',20,0,44342,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118116,'N/A',0,0,44342,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118117,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44343,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118118,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44343,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118119,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44343,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118120,'Other',20,0,44343,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118121,'N/A',0,0,44343,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118122,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44344,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118123,'No. There are not suitable arrangements in place to prevent danger..',4,0,44344,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118124,'Other',20,0,44344,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118125,'N/A',0,0,44344,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118126,'Yes. The company has a full evacuation system in place.',0,0,44345,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118127,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44345,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118128,'Other',20,0,44345,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118129,'N/A',0,0,44345,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118130,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44346,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118131,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44346,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118132,'Other',20,0,44346,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118133,'N/A',0,0,44346,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118134,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44347,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118135,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44347,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118136,'Other',20,0,44347,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118137,'N/A',0,0,44347,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118138,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44348,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118139,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44348,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118140,'Other',20,0,44348,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118141,'N/A',0,0,44348,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118142,'Yes. They do consider other organisation within the building.',0,0,44349,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118143,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44349,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118144,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44349,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118145,'Other',20,0,44349,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118146,'N/A',0,0,44349,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118147,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44350,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118148,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44350,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118149,'Other',20,0,44350,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118150,'N/A',0,0,44350,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118151,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44353,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118152,'Yes. They are installed, and signs are displayed.',0,0,44353,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118153,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44353,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118154,'N/A',0,0,44353,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118155,'Other',20,0,44353,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118156,'Yes, they are in good condition & positioned correctly.',0,0,44355,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118157,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44355,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118158,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44355,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118159,'Other',20,0,44355,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118160,'N/A',0,0,44355,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118161,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44357,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118162,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44357,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118163,'No. There is no fire risk logbook.',5,0,44357,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118164,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44358,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118165,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44358,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118166,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44358,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118167,'N/A',0,0,44358,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118168,'Other',20,0,44358,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118169,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44359,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118170,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44359,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118171,'Other',20,0,44359,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118172,'N/A',0,0,44359,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118173,'Yes. There is suitable Emergency lighting in the building.',0,0,44360,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118174,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44360,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118175,'Other',20,0,44360,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118176,'N/A',0,0,44360,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118177,'Yes. They are in good condition with no obstructions.',0,0,44361,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118178,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44361,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118179,'Other',20,0,44361,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118180,'N/A',0,0,44361,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118181,'Yes. User checks are recorded into the fire risk logbook.',0,0,44363,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118182,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44363,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118183,'Other',20,0,44363,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118184,'N/A',0,0,44363,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118185,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44364,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118186,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44364,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(118187,'Other',20,0,44364,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118188,'N/A',0,0,44364,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118189,'Yes. The fire risk assessment is reviewed annually.',0,0,44366,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118190,'No. (Recommend immediate update to ensure compliance.)',5,0,44366,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118191,'NA',5,0,44366,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118192,'Other',20,0,44366,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118193,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44367,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118194,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44367,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118195,'N/A',0,0,44367,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118196,'Other',20,0,44367,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118197,'Yes. Training has been provided',0,0,44368,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118198,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44368,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118199,'Other',20,0,44368,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118200,'N/A',0,0,44368,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118201,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44369,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118202,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44369,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118203,'NA',0,0,44369,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118204,'Other',20,0,44369,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118205,'Yes. Training has been documented on induction.',0,0,44370,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118206,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44370,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118207,'NA',0,0,44370,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118208,'Other',20,0,44370,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118209,'Yes. Once per year.',1,0,44371,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118210,'Yes. Twice per year.',0,0,44371,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118211,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44371,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118212,'Other',20,0,44371,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118213,'Yes. This is part of the fire training program and fire warden duties.',0,0,44372,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118214,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44372,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118215,'NA',0,0,44372,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118216,'Other',20,0,44372,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118217,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44373,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118218,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44373,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118219,'Other',20,0,44373,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118220,'N/A',0,0,44373,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118221,'Yes. Fire wardens receive refresher training regularly.',0,0,44374,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118222,'No',5,0,44374,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118223,'N/A',0,0,44374,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118224,'Other',20,0,44374,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118225,'Other',20,0,44374,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118226,'Director',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118227,'Owner / Landlord',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118228,'Site Manager',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118229,'Estate Agent',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118230,'Letting Agent',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118231,'Director',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118232,'CEO',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118233,'Fire Warden / Supervisor',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118234,'Fire Risk Assessor',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118235,'Other',0,0,44382,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118236,'Nebosh',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118237,'Level 2 Fire Risk Assessor',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118238,'Competant Person',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118239,'Property Manager',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118240,'Construction Manager',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118241,'Fire Warden / Fire Marshall',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118242,'Director',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118243,'CEO',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118244,'N/A',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118245,'Other',0,0,44383,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118246,'Detached',1,0,44396,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118247,'Semi Detached',2,0,44396,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118248,'Terraced',3,0,44396,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118249,'Linked-Terraced',1,0,44396,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118250,'End Terraced',2,0,44396,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118251,'Other',20,0,44396,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118252,'House',1,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118253,'Bungalow',1,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118254,'Maisonette',3,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118255,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118256,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118257,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118258,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118259,'Underground Property',1,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118260,'Factory / Warehouse',3,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118261,'Garage / Workshop',3,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118262,'Retail Shop',2,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118263,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118264,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118265,'Other',20,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118266,'Other',20,0,44397,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118267,'Pre-1900 solid brick, stone, or concrete',0,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118268,'Cavity brick and block',0,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118269,'Cob',1,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118270,'Concrete inner skin with external curtain outer skin',0,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118271,'Prefabricated timber',3,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118272,'Glass walls with metal post frame',2,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118273,'Other',20,0,44405,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118274,'Yes',1,0,44406,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118275,'No',3,0,44406,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118276,'Unknown',3,0,44406,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118277,'Stone',0,0,44406,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118278,'Other',20,0,44406,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118279,'Yes',1,0,44407,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118280,'No',5,0,44407,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118281,'Unknown',5,0,44407,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118282,'Stone',0,0,44407,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118283,'Other',20,0,44407,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118284,'Solid concrete flooring on all levels',0,0,44412,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118285,'Timber joists on all levels',3,0,44412,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118286,'Concrete lowest floor – Timber above higher levels',3,0,44412,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118287,'Other',20,0,44412,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118288,'100%',1,0,44412,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118289,'Very Good',0,0,44416,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118290,'Good',1,0,44416,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118291,'Fair',2,0,44416,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118292,'Poor',3,0,44416,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118293,'Very Poor',4,0,44416,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(118294,'Fan Heaters',4,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118295,'Electric Heaters',4,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118296,'Gas Heater',5,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118297,'Other Boilers',2,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118298,'Electrical Equipment',3,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118299,'Electrical Leads',3,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118300,'Portable Equipment',3,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118301,'Portable Lighting',2,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118302,'Cooking Equipment',6,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118303,'Other',20,0,44418,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118304,'Wood/Paper/Cardboard etc',3,0,44420,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118305,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44420,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118306,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44420,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118307,'Waste Material Controlled -in locked wheely bin or store',2,0,44420,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118308,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44420,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118309,'Other',20,0,44420,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118310,'Yes. There is a certificate within the last 6 months.',0,0,44422,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118311,'The certificate was issued within the last 12 months.',2,0,44422,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118312,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44422,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118313,'N/A',0,0,44422,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118314,'Other',20,0,44422,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118315,'Yes. Certification within 6 months',0,0,44424,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118316,'Yes. Certification within 12 months',2,0,44424,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118317,'No certification. (Recommend testing by fire safety specialist)',5,0,44424,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118318,'N/A',0,0,44424,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118319,'Other',20,0,44424,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118320,'Yes. Service and test certification is within 12 months',0,0,44426,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118321,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44426,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118322,'N/A',0,0,44426,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118323,'Other',20,0,44426,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118324,'Yes. The EICR test certification is complete within last 5 years',0,0,44428,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118325,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44428,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118326,'N/A',0,0,44428,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118327,'Other',20,0,44428,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118328,'Yes',0,0,44430,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118329,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44430,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118330,'N/A',0,0,44430,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118331,'Other',20,0,44430,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118332,'Yes',0,0,44432,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118333,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44432,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118334,'N/A',0,0,44432,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118335,'Other',20,0,44432,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118336,'Yes',0,0,44434,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118337,'No. There are hot working areas but no fire blankets are present.',5,0,44434,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118338,'N/A',0,0,44434,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118339,'Other',20,0,44434,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118340,'Yes. They are provided and ready to use located in a communal area.',0,0,44436,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118341,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44436,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118342,'N/A',0,0,44436,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118343,'Other',20,0,44436,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118344,'Yes',2,0,44437,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118345,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44437,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118346,'The property does not have a gas connection.',0,0,44437,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118347,'N/A',0,0,44437,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118348,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44438,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118349,'No. The exits are not efficient enough for the building.',9,0,44438,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118350,'NA',0,0,44438,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118351,'Other',20,0,44438,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118352,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44439,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118353,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44439,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118354,'NA',0,0,44439,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118355,'Other',20,0,44439,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118356,'Yes. Escape routes are kept clear throughout the building.',0,0,44440,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118357,'No. There are obstructions on one or more escape routes.',6,0,44440,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118358,'N/A',0,0,44440,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118359,'Other',20,0,44440,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118360,'Yes. Assembly points are clearly marked.',0,0,44441,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118361,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44441,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118362,'NA',0,0,44441,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118363,'Other',20,0,44441,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118364,'Yes',0,0,44442,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118365,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44442,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118366,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44442,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118367,'N/A',0,0,44442,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118368,'Other',20,0,44442,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118369,'Yes',0,0,44443,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118370,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44443,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118371,'NA',0,0,44443,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118372,'Other',20,0,44443,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118373,'Yes. The shortest route has been put into the plan',0,0,44444,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118374,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44444,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118375,'NA',0,0,44444,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118376,'Other',20,0,44444,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118377,'Yes. There is more than one exit available.',1,0,44445,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118378,'No. There is only one escape exit available.',0,0,44445,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118379,'Other',20,0,44445,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118380,'Yes',0,0,44446,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118381,'No. There is no assembly point or the assembly point is too small.',8,0,44446,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118382,'NA',0,0,44446,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118383,'Other',20,0,44446,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118384,'Evacuation only',3,0,44447,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118385,'Delayed evacuation process with 15 minute time delay',4,0,44447,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118386,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44447,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118387,'Other',20,0,44447,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118388,'Employees',2,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118389,'Sub-Contractors',3,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118390,'Young Persons',4,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118391,'Visitors',4,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118392,'The General Public (Customers)',4,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118393,'Disabled or Special needs People less able to leave the premises quickly',7,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118394,'Occupants in Remote Areas',6,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118395,'Sleeping Occupants',7,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118396,'Neighbouring Premises',2,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118397,'Tenants / Owners',3,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118398,'Animals / Livestock',2,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118399,'Other',0,0,44449,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118400,'9:00 - 17:00',0,0,44452,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118401,'17:00 - 24:00',0,0,44452,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118402,'24:00 - 9:00',0,0,44452,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118403,'9:00 - 17:00',0,0,44453,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118404,'17:00 - 24:00',0,0,44453,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118405,'24:00 - 9:00',0,0,44453,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118406,'9:00 - 17:00',0,0,44454,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118407,'17:00 - 24:00',0,0,44454,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118408,'24:00 - 9:00',0,0,44454,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118409,'9:00 - 17:00',0,0,44455,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118410,'17:00 - 24:00',0,0,44455,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118411,'24:00 - 9:00',0,0,44455,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118412,'9:00 - 17:00',0,0,44456,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118413,'17:00 - 24:00',0,0,44456,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118414,'24:00 - 9:00',0,0,44456,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118415,'9:00 - 17:00',0,0,44457,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118416,'17:00 - 24:00',0,0,44457,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118417,'24:00 - 9:00',0,0,44457,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118418,'9:00 - 17:00',0,0,44458,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118419,'17:00 - 24:00',0,0,44458,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118420,'24:00 - 9:00',0,0,44458,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118421,'Below 20',1,0,44459,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118422,'20-49',2,0,44459,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118423,'50-99',2,0,44459,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118424,'100-499',3,0,44459,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118425,'500-999',4,0,44459,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118426,'1000',5,0,44459,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118427,'Single Stage Evacuation',0,0,44460,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118428,'Staged Evacuation',0,0,44460,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118429,'Simultaneous Evacuation',0,0,44460,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118430,'Phased Evacuation',0,0,44460,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118431,'Staff Alarm Only',0,0,44460,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118432,'Stay Put Policy',0,0,44460,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118433,'Yes. A responsible person has been nominated.',0,0,44461,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118434,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44461,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118435,'Other',20,0,44461,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118436,'N/A',0,0,44461,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118437,'Yes. A competent person is available to assist in fire safety measures.',0,0,44462,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118438,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44462,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118439,'Other',20,0,44462,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118440,'N/A',0,0,44462,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118441,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44464,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118442,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44464,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118443,'Other',20,0,44464,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118444,'N/A',0,0,44464,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118445,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44465,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118446,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44465,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118447,'Other',20,0,44465,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118448,'N/A',0,0,44465,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118449,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44467,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118450,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44467,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118451,'Other',20,0,44467,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118452,'N/A',0,0,44467,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118453,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44468,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118454,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44468,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118455,'Other',20,0,44468,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118456,'N/A',0,0,44468,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118457,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44469,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118458,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44469,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118459,'Other',20,0,44469,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118460,'N/A',0,0,44469,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118461,'Yes. The plan is readily available.',0,0,44471,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118462,'No. The plan is not available.',3,0,44471,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118463,'Other',20,0,44471,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118464,'N/A',0,0,44471,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118465,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44472,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118466,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44472,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118467,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44472,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118468,'Other',20,0,44472,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118469,'N/A',0,0,44472,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118470,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44473,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118471,'No. There are not suitable arrangements in place to prevent danger..',4,0,44473,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118472,'Other',20,0,44473,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118473,'N/A',0,0,44473,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118474,'Yes. The company has a full evacuation system in place.',0,0,44474,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118475,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44474,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118476,'Other',20,0,44474,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118477,'N/A',0,0,44474,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118478,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44475,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118479,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44475,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118480,'Other',20,0,44475,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118481,'N/A',0,0,44475,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118482,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44476,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118483,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44476,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118484,'Other',20,0,44476,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118485,'N/A',0,0,44476,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118486,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44477,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118487,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44477,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118488,'Other',20,0,44477,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118489,'N/A',0,0,44477,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118490,'Yes. They do consider other organisation within the building.',0,0,44478,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118491,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44478,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118492,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44478,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118493,'Other',20,0,44478,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118494,'N/A',0,0,44478,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118495,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44479,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118496,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44479,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118497,'Other',20,0,44479,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118498,'N/A',0,0,44479,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118499,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44482,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118500,'Yes. They are installed, and signs are displayed.',0,0,44482,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118501,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44482,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118502,'N/A',0,0,44482,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118503,'Other',20,0,44482,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118504,'Yes, they are in good condition & positioned correctly.',0,0,44484,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118505,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44484,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118506,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44484,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118507,'Other',20,0,44484,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118508,'N/A',0,0,44484,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118509,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44486,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118510,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44486,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118511,'No. There is no fire risk logbook.',5,0,44486,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118512,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44487,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118513,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44487,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118514,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44487,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118515,'N/A',0,0,44487,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118516,'Other',20,0,44487,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118517,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44488,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118518,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44488,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118519,'Other',20,0,44488,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118520,'N/A',0,0,44488,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118521,'Yes. There is suitable Emergency lighting in the building.',0,0,44489,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118522,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44489,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118523,'Other',20,0,44489,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118524,'N/A',0,0,44489,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118525,'Yes. They are in good condition with no obstructions.',0,0,44490,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118526,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44490,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118527,'Other',20,0,44490,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118528,'N/A',0,0,44490,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118529,'Yes. User checks are recorded into the fire risk logbook.',0,0,44492,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118530,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44492,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118531,'Other',20,0,44492,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118532,'N/A',0,0,44492,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118533,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44493,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118534,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44493,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118535,'Other',20,0,44493,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118536,'N/A',0,0,44493,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118537,'Yes. The fire risk assessment is reviewed annually.',0,0,44495,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118538,'No. (Recommend immediate update to ensure compliance.)',5,0,44495,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118539,'NA',5,0,44495,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118540,'Other',20,0,44495,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118541,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44496,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118542,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44496,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118543,'N/A',0,0,44496,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118544,'Other',20,0,44496,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118545,'Yes. Training has been provided',0,0,44497,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118546,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44497,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118547,'Other',20,0,44497,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118548,'N/A',0,0,44497,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118549,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44498,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118550,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44498,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118551,'NA',0,0,44498,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118552,'Other',20,0,44498,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118553,'Yes. Training has been documented on induction.',0,0,44499,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118554,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44499,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118555,'NA',0,0,44499,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118556,'Other',20,0,44499,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118557,'Yes. Once per year.',1,0,44500,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118558,'Yes. Twice per year.',0,0,44500,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118559,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44500,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118560,'Other',20,0,44500,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118561,'Yes. This is part of the fire training program and fire warden duties.',0,0,44501,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118562,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44501,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118563,'NA',0,0,44501,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118564,'Other',20,0,44501,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118565,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44502,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118566,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44502,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118567,'Other',20,0,44502,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118568,'N/A',0,0,44502,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118569,'Yes. Fire wardens receive refresher training regularly.',0,0,44503,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118570,'No',5,0,44503,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118571,'N/A',0,0,44503,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118572,'Other',20,0,44503,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118573,'Other',20,0,44503,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118574,'Director',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118575,'Owner / Landlord',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118576,'Site Manager',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118577,'Estate Agent',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118578,'Letting Agent',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118579,'Director',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118580,'CEO',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118581,'Fire Warden / Supervisor',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118582,'Fire Risk Assessor',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118583,'Other',0,0,44511,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118584,'Nebosh',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118585,'Level 2 Fire Risk Assessor',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118586,'Competant Person',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118587,'Property Manager',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118588,'Construction Manager',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118589,'Fire Warden / Fire Marshall',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118590,'Director',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118591,'CEO',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118592,'N/A',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118593,'Other',0,0,44512,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(118594,'Detached',1,0,44525,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118595,'Semi Detached',2,0,44525,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118596,'Terraced',3,0,44525,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118597,'Linked-Terraced',1,0,44525,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118598,'End Terraced',2,0,44525,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118599,'Other',20,0,44525,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118600,'House',1,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118601,'Bungalow',1,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118602,'Maisonette',3,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118603,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118604,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118605,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118606,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118607,'Underground Property',1,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118608,'Factory / Warehouse',3,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118609,'Garage / Workshop',3,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118610,'Retail Shop',2,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118611,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118612,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118613,'Other',20,0,44526,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118614,'Pre-1900 solid brick, stone, or concrete',0,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118615,'Cavity brick and block',0,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118616,'Cob',1,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118617,'Concrete inner skin with external curtain outer skin',0,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118618,'Prefabricated timber',3,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118619,'Glass walls with metal post frame',2,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118620,'Other',20,0,44534,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118621,'Yes',1,0,44535,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118622,'No',3,0,44535,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118623,'Unknown',3,0,44535,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118624,'Stone',0,0,44535,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118625,'Other',20,0,44535,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118626,'Yes',1,0,44536,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118627,'No',5,0,44536,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118628,'Unknown',5,0,44536,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118629,'Stone',0,0,44536,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118630,'Other',20,0,44536,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118631,'Solid concrete flooring on all levels',0,0,44542,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118632,'Timber joists on all levels',3,0,44542,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118633,'Concrete lowest floor – Timber above higher levels',3,0,44542,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118634,'Other',20,0,44542,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118635,'100%',1,0,44542,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118636,'Very Good',0,0,44546,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118637,'Good',1,0,44546,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118638,'Fair',2,0,44546,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118639,'Poor',3,0,44546,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118640,'Very Poor',4,0,44546,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(118641,'Fan Heaters',4,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118642,'Electric Heaters',4,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118643,'Gas Heater',5,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118644,'Other Boilers',2,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118645,'Electrical Equipment',3,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118646,'Electrical Leads',3,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118647,'Portable Equipment',3,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118648,'Portable Lighting',2,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118649,'Cooking Equipment',6,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118650,'Other',20,0,44547,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118651,'Wood/Paper/Cardboard etc',3,0,44549,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118652,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44549,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118653,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44549,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118654,'Waste Material Controlled -in locked wheely bin or store',2,0,44549,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118655,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44549,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118656,'Other',20,0,44549,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118657,'Yes. There is a certificate within the last 6 months.',0,0,44551,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118658,'The certificate was issued within the last 12 months.',2,0,44551,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118659,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44551,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118660,'N/A',0,0,44551,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118661,'Other',20,0,44551,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118662,'Yes. Certification within 6 months',0,0,44553,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118663,'Yes. Certification within 12 months',2,0,44553,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118664,'No certification. (Recommend testing by fire safety specialist)',5,0,44553,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118665,'N/A',0,0,44553,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118666,'Other',20,0,44553,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118667,'Yes. Service and test certification is within 12 months',0,0,44555,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118668,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44555,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118669,'N/A',0,0,44555,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118670,'Other',20,0,44555,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118671,'Yes. The EICR test certification is complete within last 5 years',0,0,44557,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118672,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44557,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118673,'N/A',0,0,44557,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118674,'Other',20,0,44557,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118675,'Yes',0,0,44559,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118676,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44559,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118677,'N/A',0,0,44559,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118678,'Other',20,0,44559,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118679,'Yes',0,0,44561,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118680,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44561,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118681,'N/A',0,0,44561,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118682,'Other',20,0,44561,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118683,'Yes',0,0,44563,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118684,'No. There are hot working areas but no fire blankets are present.',5,0,44563,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118685,'N/A',0,0,44563,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118686,'Other',20,0,44563,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118687,'Yes. They are provided and ready to use located in a communal area.',0,0,44565,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118688,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44565,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118689,'N/A',0,0,44565,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118690,'Other',20,0,44565,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118691,'Yes',2,0,44566,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118692,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44566,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118693,'The property does not have a gas connection.',0,0,44566,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118694,'N/A',0,0,44566,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118695,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44567,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118696,'No. The exits are not efficient enough for the building.',9,0,44567,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118697,'NA',0,0,44567,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118698,'Other',20,0,44567,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118699,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44568,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118700,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44568,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118701,'NA',0,0,44568,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118702,'Other',20,0,44568,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118703,'Yes. Escape routes are kept clear throughout the building.',0,0,44569,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118704,'No. There are obstructions on one or more escape routes.',6,0,44569,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118705,'N/A',0,0,44569,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118706,'Other',20,0,44569,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118707,'Yes. Assembly points are clearly marked.',0,0,44570,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118708,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44570,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118709,'NA',0,0,44570,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118710,'Other',20,0,44570,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118711,'Yes',0,0,44571,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118712,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44571,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118713,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44571,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118714,'N/A',0,0,44571,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118715,'Other',20,0,44571,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118716,'Yes',0,0,44572,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118717,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44572,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118718,'NA',0,0,44572,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118719,'Other',20,0,44572,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118720,'Yes. The shortest route has been put into the plan',0,0,44573,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118721,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44573,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118722,'NA',0,0,44573,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118723,'Other',20,0,44573,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118724,'Yes. There is more than one exit available.',1,0,44574,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118725,'No. There is only one escape exit available.',0,0,44574,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118726,'Other',20,0,44574,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118727,'Yes',0,0,44575,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118728,'No. There is no assembly point or the assembly point is too small.',8,0,44575,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118729,'NA',0,0,44575,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118730,'Other',20,0,44575,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118731,'Evacuation only',3,0,44576,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118732,'Delayed evacuation process with 15 minute time delay',4,0,44576,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118733,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44576,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118734,'Other',20,0,44576,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118735,'Employees',2,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118736,'Sub-Contractors',3,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118737,'Young Persons',4,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118738,'Visitors',4,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118739,'The General Public (Customers)',4,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118740,'Disabled or Special needs People less able to leave the premises quickly',7,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118741,'Occupants in Remote Areas',6,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118742,'Sleeping Occupants',7,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118743,'Neighbouring Premises',2,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118744,'Tenants / Owners',3,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118745,'Animals / Livestock',2,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118746,'Other',0,0,44578,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118747,'9:00 - 17:00',0,0,44581,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118748,'17:00 - 24:00',0,0,44581,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118749,'24:00 - 9:00',0,0,44581,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118750,'9:00 - 17:00',0,0,44582,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118751,'17:00 - 24:00',0,0,44582,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118752,'24:00 - 9:00',0,0,44582,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118753,'9:00 - 17:00',0,0,44583,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118754,'17:00 - 24:00',0,0,44583,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118755,'24:00 - 9:00',0,0,44583,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118756,'9:00 - 17:00',0,0,44584,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118757,'17:00 - 24:00',0,0,44584,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118758,'24:00 - 9:00',0,0,44584,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118759,'9:00 - 17:00',0,0,44585,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118760,'17:00 - 24:00',0,0,44585,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118761,'24:00 - 9:00',0,0,44585,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118762,'9:00 - 17:00',0,0,44586,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118763,'17:00 - 24:00',0,0,44586,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118764,'24:00 - 9:00',0,0,44586,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118765,'9:00 - 17:00',0,0,44587,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118766,'17:00 - 24:00',0,0,44587,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118767,'24:00 - 9:00',0,0,44587,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118768,'Below 20',1,0,44588,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118769,'20-49',2,0,44588,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118770,'50-99',2,0,44588,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118771,'100-499',3,0,44588,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118772,'500-999',4,0,44588,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118773,'1000',5,0,44588,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118774,'Single Stage Evacuation',0,0,44589,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118775,'Staged Evacuation',0,0,44589,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118776,'Simultaneous Evacuation',0,0,44589,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118777,'Phased Evacuation',0,0,44589,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118778,'Staff Alarm Only',0,0,44589,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118779,'Stay Put Policy',0,0,44589,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118780,'Yes. A responsible person has been nominated.',0,0,44590,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118781,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44590,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118782,'Other',20,0,44590,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118783,'N/A',0,0,44590,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118784,'Yes. A competent person is available to assist in fire safety measures.',0,0,44591,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118785,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44591,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118786,'Other',20,0,44591,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118787,'N/A',0,0,44591,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118788,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44593,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118789,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44593,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118790,'Other',20,0,44593,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118791,'N/A',0,0,44593,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118792,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44594,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118793,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44594,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118794,'Other',20,0,44594,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118795,'N/A',0,0,44594,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118796,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44596,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118797,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44596,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118798,'Other',20,0,44596,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118799,'N/A',0,0,44596,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118800,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44597,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118801,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44597,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118802,'Other',20,0,44597,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118803,'N/A',0,0,44597,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118804,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44598,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118805,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44598,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118806,'Other',20,0,44598,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118807,'N/A',0,0,44598,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118808,'Yes. The plan is readily available.',0,0,44600,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118809,'No. The plan is not available.',3,0,44600,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118810,'Other',20,0,44600,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118811,'N/A',0,0,44600,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118812,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44601,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118813,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44601,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118814,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44601,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118815,'Other',20,0,44601,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118816,'N/A',0,0,44601,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118817,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44602,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118818,'No. There are not suitable arrangements in place to prevent danger..',4,0,44602,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118819,'Other',20,0,44602,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118820,'N/A',0,0,44602,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118821,'Yes. The company has a full evacuation system in place.',0,0,44603,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118822,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44603,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118823,'Other',20,0,44603,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118824,'N/A',0,0,44603,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118825,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44604,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118826,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44604,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118827,'Other',20,0,44604,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118828,'N/A',0,0,44604,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118829,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44605,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118830,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44605,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118831,'Other',20,0,44605,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118832,'N/A',0,0,44605,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118833,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44606,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118834,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44606,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118835,'Other',20,0,44606,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118836,'N/A',0,0,44606,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118837,'Yes. They do consider other organisation within the building.',0,0,44607,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118838,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44607,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118839,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44607,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118840,'Other',20,0,44607,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118841,'N/A',0,0,44607,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118842,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44608,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118843,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44608,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118844,'Other',20,0,44608,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118845,'N/A',0,0,44608,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118846,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44611,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118847,'Yes. They are installed, and signs are displayed.',0,0,44611,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118848,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44611,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118849,'N/A',0,0,44611,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118850,'Other',20,0,44611,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118851,'Yes, they are in good condition & positioned correctly.',0,0,44613,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118852,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44613,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118853,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44613,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118854,'Other',20,0,44613,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118855,'N/A',0,0,44613,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118856,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44615,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118857,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44615,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118858,'No. There is no fire risk logbook.',5,0,44615,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118859,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44616,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118860,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44616,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118861,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44616,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118862,'N/A',0,0,44616,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118863,'Other',20,0,44616,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118864,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44617,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118865,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44617,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118866,'Other',20,0,44617,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118867,'N/A',0,0,44617,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118868,'Yes. There is suitable Emergency lighting in the building.',0,0,44618,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118869,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44618,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118870,'Other',20,0,44618,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118871,'N/A',0,0,44618,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118872,'Yes. They are in good condition with no obstructions.',0,0,44619,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118873,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44619,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118874,'Other',20,0,44619,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118875,'N/A',0,0,44619,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118876,'Yes. User checks are recorded into the fire risk logbook.',0,0,44621,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118877,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44621,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118878,'Other',20,0,44621,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118879,'N/A',0,0,44621,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118880,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44622,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118881,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44622,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118882,'Other',20,0,44622,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118883,'N/A',0,0,44622,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118884,'Yes. The fire risk assessment is reviewed annually.',0,0,44624,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118885,'No. (Recommend immediate update to ensure compliance.)',5,0,44624,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118886,'NA',5,0,44624,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118887,'Other',20,0,44624,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118888,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44625,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118889,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44625,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118890,'N/A',0,0,44625,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118891,'Other',20,0,44625,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118892,'Yes. Training has been provided',0,0,44626,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118893,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44626,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118894,'Other',20,0,44626,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118895,'N/A',0,0,44626,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118896,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44627,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118897,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44627,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118898,'NA',0,0,44627,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118899,'Other',20,0,44627,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118900,'Yes. Training has been documented on induction.',0,0,44628,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118901,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44628,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118902,'NA',0,0,44628,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118903,'Other',20,0,44628,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118904,'Yes. Once per year.',1,0,44629,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118905,'Yes. Twice per year.',0,0,44629,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118906,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44629,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118907,'Other',20,0,44629,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118908,'Yes. This is part of the fire training program and fire warden duties.',0,0,44630,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118909,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44630,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118910,'NA',0,0,44630,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118911,'Other',20,0,44630,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118912,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44631,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118913,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44631,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118914,'Other',20,0,44631,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118915,'N/A',0,0,44631,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118916,'Yes. Fire wardens receive refresher training regularly.',0,0,44632,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118917,'No',5,0,44632,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118918,'N/A',0,0,44632,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118919,'Other',20,0,44632,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118920,'Other',20,0,44632,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118921,'Director',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118922,'Owner / Landlord',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118923,'Site Manager',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118924,'Estate Agent',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118925,'Letting Agent',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118926,'Director',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118927,'CEO',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118928,'Fire Warden / Supervisor',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118929,'Fire Risk Assessor',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118930,'Other',0,0,44640,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118931,'Nebosh',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118932,'Level 2 Fire Risk Assessor',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118933,'Competant Person',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118934,'Property Manager',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118935,'Construction Manager',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118936,'Fire Warden / Fire Marshall',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118937,'Director',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118938,'CEO',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118939,'N/A',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118940,'Other',0,0,44641,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118941,'Detached',1,0,44654,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118942,'Semi Detached',2,0,44654,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118943,'Terraced',3,0,44654,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118944,'Linked-Terraced',1,0,44654,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118945,'End Terraced',2,0,44654,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118946,'Other',20,0,44654,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118947,'House',1,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118948,'Bungalow',1,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118949,'Maisonette',3,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118950,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118951,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118952,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118953,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118954,'Underground Property',1,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118955,'Factory / Warehouse',3,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118956,'Garage / Workshop',3,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118957,'Retail Shop',2,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118958,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118959,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118960,'Other',20,0,44655,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118961,'Pre-1900 solid brick, stone, or concrete',0,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118962,'Cavity brick and block',0,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118963,'Cob',1,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118964,'Concrete inner skin with external curtain outer skin',0,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118965,'Prefabricated timber',3,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118966,'Glass walls with metal post frame',2,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118967,'Other',20,0,44663,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118968,'Yes',1,0,44664,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118969,'No',3,0,44664,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118970,'Unknown',3,0,44664,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118971,'Stone',0,0,44664,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118972,'Other',20,0,44664,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118973,'Yes',1,0,44665,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118974,'No',5,0,44665,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118975,'Unknown',5,0,44665,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118976,'Stone',0,0,44665,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118977,'Other',20,0,44665,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118978,'Solid concrete flooring on all levels',0,0,44671,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118979,'Timber joists on all levels',3,0,44671,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118980,'Concrete lowest floor – Timber above higher levels',3,0,44671,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118981,'Other',20,0,44671,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118982,'100%',1,0,44671,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118983,'Very Good',0,0,44675,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118984,'Good',1,0,44675,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118985,'Fair',2,0,44675,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118986,'Poor',3,0,44675,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118987,'Very Poor',4,0,44675,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118988,'UPVC',1,0,44676,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118989,'Wood',2,0,44676,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118990,'Metal',0,0,44676,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118991,'Stone',0,0,44676,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118992,'Other',20,0,44676,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(118993,'Fan Heaters',4,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(118994,'Electric Heaters',4,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(118995,'Gas Heater',5,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(118996,'Other Boilers',2,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(118997,'Electrical Equipment',3,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(118998,'Electrical Leads',3,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(118999,'Portable Equipment',3,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119000,'Portable Lighting',2,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119001,'Cooking Equipment',6,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119002,'Other',20,0,44677,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119003,'Wood/Paper/Cardboard etc',3,0,44679,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119004,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44679,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119005,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44679,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119006,'Waste Material Controlled -in locked wheely bin or store',2,0,44679,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119007,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44679,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119008,'Other',20,0,44679,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119009,'Yes. There is a certificate within the last 6 months.',0,0,44681,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119010,'The certificate was issued within the last 12 months.',2,0,44681,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119011,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44681,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119012,'N/A',0,0,44681,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119013,'Other',20,0,44681,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119014,'Yes. Certification within 6 months',0,0,44683,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119015,'Yes. Certification within 12 months',2,0,44683,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119016,'No certification. (Recommend testing by fire safety specialist)',5,0,44683,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119017,'N/A',0,0,44683,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119018,'Other',20,0,44683,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119019,'Yes. Service and test certification is within 12 months',0,0,44685,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119020,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44685,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119021,'N/A',0,0,44685,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119022,'Other',20,0,44685,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119023,'Yes. The EICR test certification is complete within last 5 years',0,0,44687,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119024,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44687,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119025,'N/A',0,0,44687,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119026,'Other',20,0,44687,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119027,'Yes',0,0,44689,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119028,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44689,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119029,'N/A',0,0,44689,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119030,'Other',20,0,44689,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119031,'Yes',0,0,44691,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119032,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44691,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119033,'N/A',0,0,44691,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119034,'Other',20,0,44691,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119035,'Yes',0,0,44693,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119036,'No. There are hot working areas but no fire blankets are present.',5,0,44693,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119037,'N/A',0,0,44693,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119038,'Other',20,0,44693,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119039,'Yes. They are provided and ready to use located in a communal area.',0,0,44695,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119040,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44695,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119041,'N/A',0,0,44695,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119042,'Other',20,0,44695,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119043,'Yes',2,0,44696,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119044,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44696,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119045,'The property does not have a gas connection.',0,0,44696,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119046,'N/A',0,0,44696,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119047,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44697,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119048,'No. The exits are not efficient enough for the building.',9,0,44697,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119049,'NA',0,0,44697,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119050,'Other',20,0,44697,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119051,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44698,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119052,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44698,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119053,'NA',0,0,44698,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119054,'Other',20,0,44698,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119055,'Yes. Escape routes are kept clear throughout the building.',0,0,44699,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119056,'No. There are obstructions on one or more escape routes.',6,0,44699,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119057,'N/A',0,0,44699,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119058,'Other',20,0,44699,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119059,'Yes. Assembly points are clearly marked.',0,0,44700,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119060,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44700,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119061,'NA',0,0,44700,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119062,'Other',20,0,44700,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119063,'Yes',0,0,44701,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119064,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44701,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119065,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44701,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119066,'N/A',0,0,44701,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119067,'Other',20,0,44701,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119068,'Yes',0,0,44702,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119069,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44702,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119070,'NA',0,0,44702,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119071,'Other',20,0,44702,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119072,'Yes. The shortest route has been put into the plan',0,0,44703,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119073,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44703,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119074,'NA',0,0,44703,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119075,'Other',20,0,44703,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119076,'Yes. There is more than one exit available.',1,0,44704,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119077,'No. There is only one escape exit available.',0,0,44704,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119078,'Other',20,0,44704,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119079,'Yes',0,0,44705,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119080,'No. There is no assembly point or the assembly point is too small.',8,0,44705,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119081,'NA',0,0,44705,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119082,'Other',20,0,44705,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119083,'Evacuation only',3,0,44706,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119084,'Delayed evacuation process with 15 minute time delay',4,0,44706,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119085,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44706,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119086,'Other',20,0,44706,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119087,'Employees',2,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119088,'Sub-Contractors',3,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119089,'Young Persons',4,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119090,'Visitors',4,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119091,'The General Public (Customers)',4,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119092,'Disabled or Special needs People less able to leave the premises quickly',7,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119093,'Occupants in Remote Areas',6,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119094,'Sleeping Occupants',7,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119095,'Neighbouring Premises',2,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119096,'Tenants / Owners',3,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119097,'Animals / Livestock',2,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119098,'Other',0,0,44708,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119099,'9:00 - 17:00',0,0,44711,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119100,'17:00 - 24:00',0,0,44711,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119101,'24:00 - 9:00',0,0,44711,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119102,'9:00 - 17:00',0,0,44712,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119103,'17:00 - 24:00',0,0,44712,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119104,'24:00 - 9:00',0,0,44712,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119105,'9:00 - 17:00',0,0,44713,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119106,'17:00 - 24:00',0,0,44713,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119107,'24:00 - 9:00',0,0,44713,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119108,'9:00 - 17:00',0,0,44714,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119109,'17:00 - 24:00',0,0,44714,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119110,'24:00 - 9:00',0,0,44714,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119111,'9:00 - 17:00',0,0,44715,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119112,'17:00 - 24:00',0,0,44715,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119113,'24:00 - 9:00',0,0,44715,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119114,'9:00 - 17:00',0,0,44716,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119115,'17:00 - 24:00',0,0,44716,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119116,'24:00 - 9:00',0,0,44716,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119117,'9:00 - 17:00',0,0,44717,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119118,'17:00 - 24:00',0,0,44717,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119119,'24:00 - 9:00',0,0,44717,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119120,'Below 20',1,0,44718,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119121,'20-49',2,0,44718,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119122,'50-99',2,0,44718,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119123,'100-499',3,0,44718,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119124,'500-999',4,0,44718,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119125,'1000',5,0,44718,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119126,'Single Stage Evacuation',0,0,44719,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119127,'Staged Evacuation',0,0,44719,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119128,'Simultaneous Evacuation',0,0,44719,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119129,'Phased Evacuation',0,0,44719,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119130,'Staff Alarm Only',0,0,44719,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119131,'Stay Put Policy',0,0,44719,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119132,'Yes. A responsible person has been nominated.',0,0,44720,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119133,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44720,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119134,'Other',20,0,44720,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119135,'N/A',0,0,44720,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119136,'Yes. A competent person is available to assist in fire safety measures.',0,0,44721,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119137,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44721,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119138,'Other',20,0,44721,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119139,'N/A',0,0,44721,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119140,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44723,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119141,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44723,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119142,'Other',20,0,44723,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119143,'N/A',0,0,44723,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119144,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44724,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119145,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44724,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119146,'Other',20,0,44724,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119147,'N/A',0,0,44724,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119148,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44726,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119149,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44726,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119150,'Other',20,0,44726,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119151,'N/A',0,0,44726,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119152,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44727,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119153,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44727,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119154,'Other',20,0,44727,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119155,'N/A',0,0,44727,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119156,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44728,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119157,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44728,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119158,'Other',20,0,44728,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119159,'N/A',0,0,44728,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119160,'Yes. The plan is readily available.',0,0,44730,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119161,'No. The plan is not available.',3,0,44730,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119162,'Other',20,0,44730,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119163,'N/A',0,0,44730,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119164,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44731,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119165,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44731,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119166,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44731,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119167,'Other',20,0,44731,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119168,'N/A',0,0,44731,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119169,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44732,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119170,'No. There are not suitable arrangements in place to prevent danger..',4,0,44732,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119171,'Other',20,0,44732,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119172,'N/A',0,0,44732,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119173,'Yes. The company has a full evacuation system in place.',0,0,44733,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119174,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44733,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119175,'Other',20,0,44733,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119176,'N/A',0,0,44733,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119177,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44734,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119178,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44734,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119179,'Other',20,0,44734,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119180,'N/A',0,0,44734,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119181,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44735,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119182,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44735,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119183,'Other',20,0,44735,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119184,'N/A',0,0,44735,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119185,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44736,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119186,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44736,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119187,'Other',20,0,44736,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119188,'N/A',0,0,44736,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119189,'Yes. They do consider other organisation within the building.',0,0,44737,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119190,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44737,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119191,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44737,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119192,'Other',20,0,44737,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119193,'N/A',0,0,44737,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119194,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44738,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119195,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44738,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119196,'Other',20,0,44738,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119197,'N/A',0,0,44738,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119198,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44741,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119199,'Yes. They are installed, and signs are displayed.',0,0,44741,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119200,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44741,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119201,'N/A',0,0,44741,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119202,'Other',20,0,44741,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119203,'Yes, they are in good condition & positioned correctly.',0,0,44743,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119204,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44743,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119205,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44743,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119206,'Other',20,0,44743,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119207,'N/A',0,0,44743,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119208,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44745,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119209,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44745,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119210,'No. There is no fire risk logbook.',5,0,44745,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119211,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44746,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119212,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44746,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119213,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44746,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119214,'N/A',0,0,44746,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119215,'Other',20,0,44746,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119216,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44747,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119217,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44747,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119218,'Other',20,0,44747,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119219,'N/A',0,0,44747,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119220,'Yes. There is suitable Emergency lighting in the building.',0,0,44748,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119221,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44748,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119222,'Other',20,0,44748,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119223,'N/A',0,0,44748,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119224,'Yes. They are in good condition with no obstructions.',0,0,44749,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119225,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44749,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119226,'Other',20,0,44749,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119227,'N/A',0,0,44749,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119228,'Yes. User checks are recorded into the fire risk logbook.',0,0,44751,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119229,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44751,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119230,'Other',20,0,44751,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119231,'N/A',0,0,44751,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119232,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44752,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119233,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44752,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119234,'Other',20,0,44752,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119235,'N/A',0,0,44752,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119236,'Yes. The fire risk assessment is reviewed annually.',0,0,44754,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119237,'No. (Recommend immediate update to ensure compliance.)',5,0,44754,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119238,'NA',5,0,44754,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119239,'Other',20,0,44754,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119240,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44755,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119241,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44755,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119242,'N/A',0,0,44755,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119243,'Other',20,0,44755,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119244,'Yes. Training has been provided',0,0,44756,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119245,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44756,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119246,'Other',20,0,44756,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119247,'N/A',0,0,44756,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119248,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44757,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119249,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44757,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119250,'NA',0,0,44757,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119251,'Other',20,0,44757,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119252,'Yes. Training has been documented on induction.',0,0,44758,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119253,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44758,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119254,'NA',0,0,44758,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119255,'Other',20,0,44758,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119256,'Yes. Once per year.',1,0,44759,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119257,'Yes. Twice per year.',0,0,44759,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119258,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44759,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119259,'Other',20,0,44759,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119260,'Yes. This is part of the fire training program and fire warden duties.',0,0,44760,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119261,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44760,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119262,'NA',0,0,44760,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119263,'Other',20,0,44760,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119264,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44761,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119265,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44761,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119266,'Other',20,0,44761,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119267,'N/A',0,0,44761,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119268,'Yes. Fire wardens receive refresher training regularly.',0,0,44762,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119269,'No',5,0,44762,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119270,'N/A',0,0,44762,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119271,'Other',20,0,44762,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119272,'Other',20,0,44762,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119273,'Director',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119274,'Owner / Landlord',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119275,'Site Manager',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119276,'Estate Agent',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119277,'Letting Agent',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119278,'Director',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119279,'CEO',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119280,'Fire Warden / Supervisor',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119281,'Fire Risk Assessor',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119282,'Other',0,0,44770,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119283,'Nebosh',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119284,'Level 2 Fire Risk Assessor',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119285,'Competant Person',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119286,'Property Manager',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119287,'Construction Manager',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119288,'Fire Warden / Fire Marshall',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119289,'Director',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119290,'CEO',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119291,'N/A',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119292,'Other',0,0,44771,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119293,'Detached',1,0,44784,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119294,'Semi Detached',2,0,44784,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119295,'Terraced',3,0,44784,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119296,'Linked-Terraced',1,0,44784,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119297,'End Terraced',2,0,44784,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119298,'Other',20,0,44784,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119299,'House',1,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119300,'Bungalow',1,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119301,'Maisonette',3,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119302,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119303,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119304,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119305,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119306,'Underground Property',1,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119307,'Factory / Warehouse',3,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119308,'Garage / Workshop',3,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119309,'Retail Shop',2,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119310,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119311,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119312,'Other',20,0,44785,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119313,'Pre-1900 solid brick, stone, or concrete',0,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119314,'Cavity brick and block',0,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119315,'Cob',1,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119316,'Concrete inner skin with external curtain outer skin',0,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119317,'Prefabricated timber',3,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119318,'Glass walls with metal post frame',2,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119319,'Other',20,0,44793,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119320,'Yes',1,0,44794,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119321,'No',3,0,44794,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119322,'Unknown',3,0,44794,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119323,'Stone',0,0,44794,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119324,'Other',20,0,44794,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119325,'Yes',1,0,44795,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119326,'No',5,0,44795,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119327,'Unknown',5,0,44795,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119328,'Stone',0,0,44795,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119329,'Other',20,0,44795,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119330,'Solid concrete flooring on all levels',0,0,44801,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119331,'Timber joists on all levels',3,0,44801,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119332,'Concrete lowest floor – Timber above higher levels',3,0,44801,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119333,'Other',20,0,44801,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119334,'100%',1,0,44801,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119335,'Very Good',0,0,44805,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119336,'Good',1,0,44805,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119337,'Fair',2,0,44805,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119338,'Poor',3,0,44805,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119339,'Very Poor',4,0,44805,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119340,'UPVC',1,0,44806,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119341,'Wood',2,0,44806,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119342,'Metal',0,0,44806,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119343,'Stone',0,0,44806,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119344,'Other',20,0,44806,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119345,'Slate/Tiles',0,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119346,'Sheet Aluminium',1,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119347,'Sheet Polyurathane',1,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119348,'Felt',1,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119349,'Thatched',2,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119350,'Sedum',2,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119351,'Other',20,0,44807,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(119352,'Fan Heaters',4,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119353,'Electric Heaters',4,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119354,'Gas Heater',5,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119355,'Other Boilers',2,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119356,'Electrical Equipment',3,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119357,'Electrical Leads',3,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119358,'Portable Equipment',3,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119359,'Portable Lighting',2,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119360,'Cooking Equipment',6,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119361,'Other',20,0,44808,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119362,'Wood/Paper/Cardboard etc',3,0,44810,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119363,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44810,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119364,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44810,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119365,'Waste Material Controlled -in locked wheely bin or store',2,0,44810,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119366,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44810,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119367,'Other',20,0,44810,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119368,'Yes. There is a certificate within the last 6 months.',0,0,44812,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119369,'The certificate was issued within the last 12 months.',2,0,44812,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119370,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44812,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119371,'N/A',0,0,44812,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119372,'Other',20,0,44812,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119373,'Yes. Certification within 6 months',0,0,44814,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119374,'Yes. Certification within 12 months',2,0,44814,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119375,'No certification. (Recommend testing by fire safety specialist)',5,0,44814,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119376,'N/A',0,0,44814,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119377,'Other',20,0,44814,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119378,'Yes. Service and test certification is within 12 months',0,0,44816,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119379,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44816,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119380,'N/A',0,0,44816,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119381,'Other',20,0,44816,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119382,'Yes. The EICR test certification is complete within last 5 years',0,0,44818,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119383,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44818,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119384,'N/A',0,0,44818,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119385,'Other',20,0,44818,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119386,'Yes',0,0,44820,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119387,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44820,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119388,'N/A',0,0,44820,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119389,'Other',20,0,44820,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119390,'Yes',0,0,44822,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119391,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44822,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119392,'N/A',0,0,44822,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119393,'Other',20,0,44822,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119394,'Yes',0,0,44824,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119395,'No. There are hot working areas but no fire blankets are present.',5,0,44824,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119396,'N/A',0,0,44824,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119397,'Other',20,0,44824,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119398,'Yes. They are provided and ready to use located in a communal area.',0,0,44826,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119399,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44826,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119400,'N/A',0,0,44826,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119401,'Other',20,0,44826,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119402,'Yes',2,0,44827,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119403,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44827,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119404,'The property does not have a gas connection.',0,0,44827,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119405,'N/A',0,0,44827,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119406,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44828,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119407,'No. The exits are not efficient enough for the building.',9,0,44828,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119408,'NA',0,0,44828,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119409,'Other',20,0,44828,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119410,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44829,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119411,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44829,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119412,'NA',0,0,44829,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119413,'Other',20,0,44829,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119414,'Yes. Escape routes are kept clear throughout the building.',0,0,44830,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119415,'No. There are obstructions on one or more escape routes.',6,0,44830,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119416,'N/A',0,0,44830,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119417,'Other',20,0,44830,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119418,'Yes. Assembly points are clearly marked.',0,0,44831,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119419,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44831,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119420,'NA',0,0,44831,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119421,'Other',20,0,44831,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119422,'Yes',0,0,44832,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119423,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44832,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119424,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44832,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119425,'N/A',0,0,44832,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119426,'Other',20,0,44832,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119427,'Yes',0,0,44833,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119428,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44833,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119429,'NA',0,0,44833,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119430,'Other',20,0,44833,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119431,'Yes. The shortest route has been put into the plan',0,0,44834,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119432,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44834,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119433,'NA',0,0,44834,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119434,'Other',20,0,44834,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119435,'Yes. There is more than one exit available.',1,0,44835,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119436,'No. There is only one escape exit available.',0,0,44835,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119437,'Other',20,0,44835,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119438,'Yes',0,0,44836,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119439,'No. There is no assembly point or the assembly point is too small.',8,0,44836,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119440,'NA',0,0,44836,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119441,'Other',20,0,44836,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119442,'Evacuation only',3,0,44837,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119443,'Delayed evacuation process with 15 minute time delay',4,0,44837,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119444,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44837,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119445,'Other',20,0,44837,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119446,'Employees',2,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119447,'Sub-Contractors',3,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119448,'Young Persons',4,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119449,'Visitors',4,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119450,'The General Public (Customers)',4,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119451,'Disabled or Special needs People less able to leave the premises quickly',7,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119452,'Occupants in Remote Areas',6,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119453,'Sleeping Occupants',7,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119454,'Neighbouring Premises',2,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119455,'Tenants / Owners',3,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119456,'Animals / Livestock',2,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119457,'Other',0,0,44839,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119458,'9:00 - 17:00',0,0,44842,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119459,'17:00 - 24:00',0,0,44842,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119460,'24:00 - 9:00',0,0,44842,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119461,'9:00 - 17:00',0,0,44843,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119462,'17:00 - 24:00',0,0,44843,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119463,'24:00 - 9:00',0,0,44843,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119464,'9:00 - 17:00',0,0,44844,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119465,'17:00 - 24:00',0,0,44844,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119466,'24:00 - 9:00',0,0,44844,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119467,'9:00 - 17:00',0,0,44845,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119468,'17:00 - 24:00',0,0,44845,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119469,'24:00 - 9:00',0,0,44845,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119470,'9:00 - 17:00',0,0,44846,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119471,'17:00 - 24:00',0,0,44846,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119472,'24:00 - 9:00',0,0,44846,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119473,'9:00 - 17:00',0,0,44847,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119474,'17:00 - 24:00',0,0,44847,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119475,'24:00 - 9:00',0,0,44847,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119476,'9:00 - 17:00',0,0,44848,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119477,'17:00 - 24:00',0,0,44848,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119478,'24:00 - 9:00',0,0,44848,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119479,'Below 20',1,0,44849,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119480,'20-49',2,0,44849,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119481,'50-99',2,0,44849,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119482,'100-499',3,0,44849,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119483,'500-999',4,0,44849,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119484,'1000',5,0,44849,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119485,'Single Stage Evacuation',0,0,44850,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119486,'Staged Evacuation',0,0,44850,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119487,'Simultaneous Evacuation',0,0,44850,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119488,'Phased Evacuation',0,0,44850,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119489,'Staff Alarm Only',0,0,44850,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119490,'Stay Put Policy',0,0,44850,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119491,'Yes. A responsible person has been nominated.',0,0,44851,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119492,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44851,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119493,'Other',20,0,44851,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119494,'N/A',0,0,44851,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119495,'Yes. A competent person is available to assist in fire safety measures.',0,0,44852,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119496,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44852,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119497,'Other',20,0,44852,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119498,'N/A',0,0,44852,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119499,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44854,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119500,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44854,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119501,'Other',20,0,44854,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119502,'N/A',0,0,44854,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119503,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44855,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119504,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44855,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119505,'Other',20,0,44855,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119506,'N/A',0,0,44855,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119507,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44857,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119508,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44857,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119509,'Other',20,0,44857,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119510,'N/A',0,0,44857,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119511,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44858,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119512,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44858,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119513,'Other',20,0,44858,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119514,'N/A',0,0,44858,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119515,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44859,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119516,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44859,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119517,'Other',20,0,44859,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119518,'N/A',0,0,44859,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119519,'Yes. The plan is readily available.',0,0,44861,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119520,'No. The plan is not available.',3,0,44861,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119521,'Other',20,0,44861,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119522,'N/A',0,0,44861,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119523,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44862,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119524,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44862,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119525,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44862,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119526,'Other',20,0,44862,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119527,'N/A',0,0,44862,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119528,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44863,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119529,'No. There are not suitable arrangements in place to prevent danger..',4,0,44863,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119530,'Other',20,0,44863,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119531,'N/A',0,0,44863,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119532,'Yes. The company has a full evacuation system in place.',0,0,44864,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119533,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44864,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119534,'Other',20,0,44864,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119535,'N/A',0,0,44864,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119536,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44865,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119537,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44865,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119538,'Other',20,0,44865,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119539,'N/A',0,0,44865,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119540,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44866,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119541,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44866,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119542,'Other',20,0,44866,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119543,'N/A',0,0,44866,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119544,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44867,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119545,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44867,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119546,'Other',20,0,44867,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119547,'N/A',0,0,44867,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119548,'Yes. They do consider other organisation within the building.',0,0,44868,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119549,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,44868,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119550,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,44868,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119551,'Other',20,0,44868,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119552,'N/A',0,0,44868,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119553,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,44869,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119554,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,44869,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119555,'Other',20,0,44869,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119556,'N/A',0,0,44869,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119557,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,44872,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119558,'Yes. They are installed, and signs are displayed.',0,0,44872,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119559,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,44872,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119560,'N/A',0,0,44872,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119561,'Other',20,0,44872,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119562,'Yes, they are in good condition & positioned correctly.',0,0,44874,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119563,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,44874,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119564,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,44874,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119565,'Other',20,0,44874,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119566,'N/A',0,0,44874,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119567,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,44876,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119568,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,44876,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119569,'No. There is no fire risk logbook.',5,0,44876,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119570,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,44877,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119571,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,44877,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119572,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,44877,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119573,'N/A',0,0,44877,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119574,'Other',20,0,44877,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119575,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,44878,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119576,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,44878,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119577,'Other',20,0,44878,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119578,'N/A',0,0,44878,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119579,'Yes. There is suitable Emergency lighting in the building.',0,0,44879,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119580,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,44879,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119581,'Other',20,0,44879,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119582,'N/A',0,0,44879,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119583,'Yes. They are in good condition with no obstructions.',0,0,44880,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119584,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,44880,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119585,'Other',20,0,44880,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119586,'N/A',0,0,44880,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119587,'Yes. User checks are recorded into the fire risk logbook.',0,0,44882,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(119588,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,44882,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119589,'Other',20,0,44882,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119590,'N/A',0,0,44882,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119591,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,44883,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119592,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,44883,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119593,'Other',20,0,44883,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119594,'N/A',0,0,44883,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119595,'Yes. The fire risk assessment is reviewed annually.',0,0,44885,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119596,'No. (Recommend immediate update to ensure compliance.)',5,0,44885,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119597,'NA',5,0,44885,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119598,'Other',20,0,44885,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119599,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,44886,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119600,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,44886,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119601,'N/A',0,0,44886,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119602,'Other',20,0,44886,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119603,'Yes. Training has been provided',0,0,44887,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119604,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,44887,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119605,'Other',20,0,44887,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119606,'N/A',0,0,44887,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119607,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,44888,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119608,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,44888,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119609,'NA',0,0,44888,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119610,'Other',20,0,44888,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119611,'Yes. Training has been documented on induction.',0,0,44889,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119612,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,44889,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119613,'NA',0,0,44889,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119614,'Other',20,0,44889,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119615,'Yes. Once per year.',1,0,44890,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119616,'Yes. Twice per year.',0,0,44890,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119617,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,44890,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119618,'Other',20,0,44890,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119619,'Yes. This is part of the fire training program and fire warden duties.',0,0,44891,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119620,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,44891,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119621,'NA',0,0,44891,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119622,'Other',20,0,44891,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119623,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,44892,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119624,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,44892,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119625,'Other',20,0,44892,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119626,'N/A',0,0,44892,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119627,'Yes. Fire wardens receive refresher training regularly.',0,0,44893,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119628,'No',5,0,44893,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119629,'N/A',0,0,44893,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119630,'Other',20,0,44893,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119631,'Other',20,0,44893,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119632,'Director',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119633,'Owner / Landlord',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119634,'Site Manager',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119635,'Estate Agent',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119636,'Letting Agent',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119637,'Director',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119638,'CEO',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119639,'Fire Warden / Supervisor',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119640,'Fire Risk Assessor',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119641,'Other',0,0,44901,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119642,'Nebosh',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119643,'Level 2 Fire Risk Assessor',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119644,'Competant Person',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119645,'Property Manager',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119646,'Construction Manager',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119647,'Fire Warden / Fire Marshall',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119648,'Director',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119649,'CEO',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119650,'N/A',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119651,'Other',0,0,44902,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119652,'Detached',1,0,44915,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119653,'Semi Detached',2,0,44915,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119654,'Terraced',3,0,44915,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119655,'Linked-Terraced',1,0,44915,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119656,'End Terraced',2,0,44915,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119657,'Other',20,0,44915,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119658,'House',1,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119659,'Bungalow',1,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119660,'Maisonette',3,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119661,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119662,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119663,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119664,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119665,'Underground Property',1,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119666,'Factory / Warehouse',3,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119667,'Garage / Workshop',3,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119668,'Retail Shop',2,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119669,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119670,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119671,'Other',20,0,44916,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119672,'Pre-1900 solid brick, stone, or concrete',0,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119673,'Cavity brick and block',0,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119674,'Cob',1,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119675,'Concrete inner skin with external curtain outer skin',0,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119676,'Prefabricated timber',3,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119677,'Glass walls with metal post frame',2,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119678,'Other',20,0,44924,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119679,'UPVC',1,0,44925,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119680,'Wood',2,0,44925,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119681,'Metal',0,0,44925,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119682,'Stone',0,0,44925,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119683,'Other',20,0,44925,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119684,'Slate/Tiles',0,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119685,'Sheet Aluminium',1,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119686,'Sheet Polyurathane',1,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119687,'Felt',1,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119688,'Thatched',2,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119689,'Sedum',2,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119690,'Other',20,0,44926,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119691,'Yes',1,0,44927,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119692,'No',3,0,44927,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119693,'Unknown',3,0,44927,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119694,'Stone',0,0,44927,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119695,'Other',20,0,44927,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119696,'Yes',1,0,44928,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119697,'No',5,0,44928,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119698,'Unknown',5,0,44928,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119699,'Stone',0,0,44928,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119700,'Other',20,0,44928,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119701,'Solid concrete flooring on all levels',0,0,44934,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119702,'Timber joists on all levels',3,0,44934,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119703,'Concrete lowest floor – Timber above higher levels',3,0,44934,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119704,'Other',20,0,44934,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119705,'100%',1,0,44934,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119706,'Very Good',0,0,44938,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119707,'Good',1,0,44938,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119708,'Fair',2,0,44938,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119709,'Poor',3,0,44938,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119710,'Very Poor',4,0,44938,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119711,'Unknown - Original construction',0,0,44939,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119712,'Cavity - External - Internal Pre 2019',0,0,44939,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119713,'External - Internal Post 2020',1,0,44939,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119714,'Other',20,0,44939,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(119715,'Fan Heaters',4,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119716,'Electric Heaters',4,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119717,'Gas Heater',5,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119718,'Other Boilers',2,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119719,'Electrical Equipment',3,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119720,'Electrical Leads',3,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119721,'Portable Equipment',3,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119722,'Portable Lighting',2,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119723,'Cooking Equipment',6,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119724,'Other',20,0,44940,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119725,'Wood/Paper/Cardboard etc',3,0,44942,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119726,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,44942,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119727,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,44942,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119728,'Waste Material Controlled -in locked wheely bin or store',2,0,44942,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119729,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,44942,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119730,'Other',20,0,44942,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119731,'Yes. There is a certificate within the last 6 months.',0,0,44944,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119732,'The certificate was issued within the last 12 months.',2,0,44944,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(119733,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,44944,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119734,'N/A',0,0,44944,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119735,'Other',20,0,44944,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119736,'Yes. Certification within 6 months',0,0,44946,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119737,'Yes. Certification within 12 months',2,0,44946,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119738,'No certification. (Recommend testing by fire safety specialist)',5,0,44946,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119739,'N/A',0,0,44946,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119740,'Other',20,0,44946,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119741,'Yes. Service and test certification is within 12 months',0,0,44948,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119742,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,44948,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119743,'N/A',0,0,44948,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119744,'Other',20,0,44948,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119745,'Yes. The EICR test certification is complete within last 5 years',0,0,44950,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119746,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,44950,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119747,'N/A',0,0,44950,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119748,'Other',20,0,44950,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119749,'Yes',0,0,44952,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119750,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,44952,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119751,'N/A',0,0,44952,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119752,'Other',20,0,44952,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119753,'Yes',0,0,44954,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119754,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,44954,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119755,'N/A',0,0,44954,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119756,'Other',20,0,44954,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119757,'Yes',0,0,44956,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119758,'No. There are hot working areas but no fire blankets are present.',5,0,44956,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119759,'N/A',0,0,44956,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119760,'Other',20,0,44956,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119761,'Yes. They are provided and ready to use located in a communal area.',0,0,44958,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119762,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,44958,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119763,'N/A',0,0,44958,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119764,'Other',20,0,44958,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119765,'Yes',2,0,44959,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119766,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,44959,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119767,'The property does not have a gas connection.',0,0,44959,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119768,'N/A',0,0,44959,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119769,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,44960,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119770,'No. The exits are not efficient enough for the building.',9,0,44960,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119771,'NA',0,0,44960,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119772,'Other',20,0,44960,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119773,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,44961,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119774,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,44961,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119775,'NA',0,0,44961,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119776,'Other',20,0,44961,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119777,'Yes. Escape routes are kept clear throughout the building.',0,0,44962,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119778,'No. There are obstructions on one or more escape routes.',6,0,44962,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119779,'N/A',0,0,44962,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119780,'Other',20,0,44962,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119781,'Yes. Assembly points are clearly marked.',0,0,44963,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119782,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,44963,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119783,'NA',0,0,44963,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119784,'Other',20,0,44963,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119785,'Yes',0,0,44964,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119786,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,44964,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119787,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,44964,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119788,'N/A',0,0,44964,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119789,'Other',20,0,44964,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119790,'Yes',0,0,44965,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119791,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,44965,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119792,'NA',0,0,44965,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119793,'Other',20,0,44965,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119794,'Yes. The shortest route has been put into the plan',0,0,44966,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119795,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,44966,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119796,'NA',0,0,44966,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119797,'Other',20,0,44966,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119798,'Yes. There is more than one exit available.',1,0,44967,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119799,'No. There is only one escape exit available.',0,0,44967,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119800,'Other',20,0,44967,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119801,'Yes',0,0,44968,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119802,'No. There is no assembly point or the assembly point is too small.',8,0,44968,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119803,'NA',0,0,44968,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119804,'Other',20,0,44968,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119805,'Evacuation only',3,0,44969,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119806,'Delayed evacuation process with 15 minute time delay',4,0,44969,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119807,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,44969,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119808,'Other',20,0,44969,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119809,'Employees',2,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119810,'Sub-Contractors',3,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119811,'Young Persons',4,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119812,'Visitors',4,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119813,'The General Public (Customers)',4,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119814,'Disabled or Special needs People less able to leave the premises quickly',7,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119815,'Occupants in Remote Areas',6,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119816,'Sleeping Occupants',7,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119817,'Neighbouring Premises',2,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119818,'Tenants / Owners',3,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119819,'Animals / Livestock',2,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119820,'Other',0,0,44971,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119821,'9:00 - 17:00',0,0,44974,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119822,'17:00 - 24:00',0,0,44974,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119823,'24:00 - 9:00',0,0,44974,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119824,'9:00 - 17:00',0,0,44975,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119825,'17:00 - 24:00',0,0,44975,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119826,'24:00 - 9:00',0,0,44975,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119827,'9:00 - 17:00',0,0,44976,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119828,'17:00 - 24:00',0,0,44976,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119829,'24:00 - 9:00',0,0,44976,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119830,'9:00 - 17:00',0,0,44977,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119831,'17:00 - 24:00',0,0,44977,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119832,'24:00 - 9:00',0,0,44977,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119833,'9:00 - 17:00',0,0,44978,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119834,'17:00 - 24:00',0,0,44978,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119835,'24:00 - 9:00',0,0,44978,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119836,'9:00 - 17:00',0,0,44979,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119837,'17:00 - 24:00',0,0,44979,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119838,'24:00 - 9:00',0,0,44979,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119839,'9:00 - 17:00',0,0,44980,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119840,'17:00 - 24:00',0,0,44980,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119841,'24:00 - 9:00',0,0,44980,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119842,'Below 20',1,0,44981,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119843,'20-49',2,0,44981,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119844,'50-99',2,0,44981,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119845,'100-499',3,0,44981,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119846,'500-999',4,0,44981,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119847,'1000',5,0,44981,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119848,'Single Stage Evacuation',0,0,44982,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119849,'Staged Evacuation',0,0,44982,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119850,'Simultaneous Evacuation',0,0,44982,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119851,'Phased Evacuation',0,0,44982,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119852,'Staff Alarm Only',0,0,44982,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119853,'Stay Put Policy',0,0,44982,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119854,'Yes. A responsible person has been nominated.',0,0,44983,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119855,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,44983,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119856,'Other',20,0,44983,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119857,'N/A',0,0,44983,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119858,'Yes. A competent person is available to assist in fire safety measures.',0,0,44984,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119859,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,44984,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119860,'Other',20,0,44984,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119861,'N/A',0,0,44984,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119862,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,44986,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119863,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,44986,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119864,'Other',20,0,44986,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119865,'N/A',0,0,44986,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119866,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,44987,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119867,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,44987,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119868,'Other',20,0,44987,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119869,'N/A',0,0,44987,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119870,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,44989,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119871,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,44989,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119872,'Other',20,0,44989,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119873,'N/A',0,0,44989,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119874,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,44990,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119875,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,44990,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119876,'Other',20,0,44990,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119877,'N/A',0,0,44990,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119878,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,44991,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119879,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,44991,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119880,'Other',20,0,44991,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119881,'N/A',0,0,44991,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119882,'Yes. The plan is readily available.',0,0,44993,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119883,'No. The plan is not available.',3,0,44993,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119884,'Other',20,0,44993,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119885,'N/A',0,0,44993,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119886,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,44994,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119887,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,44994,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119888,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,44994,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119889,'Other',20,0,44994,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119890,'N/A',0,0,44994,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119891,'Yes. There are suitable arrangements in place to prevent danger.',0,0,44995,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119892,'No. There are not suitable arrangements in place to prevent danger..',4,0,44995,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119893,'Other',20,0,44995,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119894,'N/A',0,0,44995,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119895,'Yes. The company has a full evacuation system in place.',0,0,44996,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119896,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,44996,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119897,'Other',20,0,44996,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119898,'N/A',0,0,44996,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119899,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,44997,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119900,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,44997,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119901,'Other',20,0,44997,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119902,'N/A',0,0,44997,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119903,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,44998,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119904,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,44998,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119905,'Other',20,0,44998,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119906,'N/A',0,0,44998,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119907,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,44999,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119908,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,44999,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119909,'Other',20,0,44999,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119910,'N/A',0,0,44999,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119911,'Yes. They do consider other organisation within the building.',0,0,45000,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119912,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,45000,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119913,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,45000,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119914,'Other',20,0,45000,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119915,'N/A',0,0,45000,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119916,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,45001,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119917,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,45001,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119918,'Other',20,0,45001,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119919,'N/A',0,0,45001,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119920,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,45004,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119921,'Yes. They are installed, and signs are displayed.',0,0,45004,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119922,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,45004,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119923,'N/A',0,0,45004,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119924,'Other',20,0,45004,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119925,'Yes, they are in good condition & positioned correctly.',0,0,45006,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119926,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,45006,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119927,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,45006,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119928,'Other',20,0,45006,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119929,'N/A',0,0,45006,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119930,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,45008,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119931,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,45008,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119932,'No. There is no fire risk logbook.',5,0,45008,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119933,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,45009,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119934,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,45009,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119935,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,45009,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119936,'N/A',0,0,45009,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119937,'Other',20,0,45009,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119938,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,45010,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119939,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,45010,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119940,'Other',20,0,45010,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119941,'N/A',0,0,45010,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119942,'Yes. There is suitable Emergency lighting in the building.',0,0,45011,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119943,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,45011,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119944,'Other',20,0,45011,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119945,'N/A',0,0,45011,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119946,'Yes. They are in good condition with no obstructions.',0,0,45012,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119947,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,45012,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119948,'Other',20,0,45012,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119949,'N/A',0,0,45012,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119950,'Yes. User checks are recorded into the fire risk logbook.',0,0,45014,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119951,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,45014,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119952,'Other',20,0,45014,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119953,'N/A',0,0,45014,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119954,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,45015,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119955,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,45015,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119956,'Other',20,0,45015,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119957,'N/A',0,0,45015,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119958,'Yes. The fire risk assessment is reviewed annually.',0,0,45017,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119959,'No. (Recommend immediate update to ensure compliance.)',5,0,45017,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119960,'NA',5,0,45017,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119961,'Other',20,0,45017,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119962,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,45018,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119963,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,45018,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119964,'N/A',0,0,45018,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119965,'Other',20,0,45018,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119966,'Yes. Training has been provided',0,0,45019,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119967,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,45019,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119968,'Other',20,0,45019,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119969,'N/A',0,0,45019,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119970,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,45020,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119971,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,45020,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119972,'NA',0,0,45020,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119973,'Other',20,0,45020,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119974,'Yes. Training has been documented on induction.',0,0,45021,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119975,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,45021,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119976,'NA',0,0,45021,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119977,'Other',20,0,45021,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119978,'Yes. Once per year.',1,0,45022,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119979,'Yes. Twice per year.',0,0,45022,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119980,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,45022,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119981,'Other',20,0,45022,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119982,'Yes. This is part of the fire training program and fire warden duties.',0,0,45023,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119983,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,45023,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119984,'NA',0,0,45023,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119985,'Other',20,0,45023,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119986,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,45024,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119987,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,45024,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119988,'Other',20,0,45024,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119989,'N/A',0,0,45024,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119990,'Yes. Fire wardens receive refresher training regularly.',0,0,45025,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119991,'No',5,0,45025,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119992,'N/A',0,0,45025,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119993,'Other',20,0,45025,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119994,'Other',20,0,45025,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119995,'Director',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119996,'Owner / Landlord',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119997,'Site Manager',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119998,'Estate Agent',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(119999,'Letting Agent',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120000,'Director',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120001,'CEO',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120002,'Fire Warden / Supervisor',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120003,'Fire Risk Assessor',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120004,'Other',0,0,45033,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120005,'Nebosh',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120006,'Level 2 Fire Risk Assessor',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120007,'Competant Person',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120008,'Property Manager',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120009,'Construction Manager',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120010,'Fire Warden / Fire Marshall',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120011,'Director',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120012,'CEO',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120013,'N/A',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120014,'Other',0,0,45034,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120015,'Detached',1,0,45047,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120016,'Semi Detached',2,0,45047,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120017,'Terraced',3,0,45047,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120018,'Linked-Terraced',1,0,45047,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120019,'End Terraced',2,0,45047,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120020,'Other',20,0,45047,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120021,'House',1,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120022,'Bungalow',1,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120023,'Maisonette',3,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120024,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120025,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120026,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120027,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120028,'Underground Property',1,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120029,'Factory / Warehouse',3,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120030,'Garage / Workshop',3,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120031,'Retail Shop',2,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120032,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120033,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120034,'Other',20,0,45048,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120035,'Pre-1900 solid brick, stone, or concrete',0,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120036,'Cavity brick and block',0,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120037,'Cob',1,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120038,'Concrete inner skin with external curtain outer skin',0,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120039,'Prefabricated timber',3,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120040,'Glass walls with metal post frame',2,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120041,'Other',20,0,45056,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120042,'UPVC',1,0,45057,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120043,'Wood',2,0,45057,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120044,'Metal',0,0,45057,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120045,'Stone',0,0,45057,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120046,'Other',20,0,45057,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120047,'Slate/Tiles',0,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120048,'Sheet Aluminium',1,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120049,'Sheet Polyurathane',1,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120050,'Felt',1,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120051,'Thatched',2,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120052,'Sedum',2,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120053,'Other',20,0,45058,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120054,'Yes',1,0,45059,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120055,'No',3,0,45059,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120056,'Unknown',3,0,45059,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120057,'Stone',0,0,45059,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120058,'Other',20,0,45059,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120059,'Yes',1,0,45060,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120060,'No',5,0,45060,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120061,'Unknown',5,0,45060,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120062,'Stone',0,0,45060,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120063,'Other',20,0,45060,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120064,'Unknown - Original construction',0,0,45066,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120065,'Cavity - External - Internal Pre 2019',0,0,45066,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120066,'External - Internal Post 2020',1,0,45066,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120067,'Other',20,0,45066,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120068,'Solid concrete flooring on all levels',0,0,45067,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120069,'Timber joists on all levels',3,0,45067,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120070,'Concrete lowest floor – Timber above higher levels',3,0,45067,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120071,'Other',20,0,45067,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120072,'100%',1,0,45067,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120073,'Very Good',0,0,45071,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120074,'Good',1,0,45071,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120075,'Fair',2,0,45071,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120076,'Poor',3,0,45071,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120077,'Very Poor',4,0,45071,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(120078,'Fan Heaters',4,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120079,'Electric Heaters',4,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120080,'Gas Heater',5,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120081,'Other Boilers',2,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120082,'Electrical Equipment',3,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120083,'Electrical Leads',3,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120084,'Portable Equipment',3,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120085,'Portable Lighting',2,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120086,'Cooking Equipment',6,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120087,'Other',20,0,45072,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120088,'Wood/Paper/Cardboard etc',3,0,45074,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120089,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,45074,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120090,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,45074,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120091,'Waste Material Controlled -in locked wheely bin or store',2,0,45074,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120092,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,45074,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120093,'Other',20,0,45074,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120094,'Yes. There is a certificate within the last 6 months.',0,0,45076,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120095,'The certificate was issued within the last 12 months.',2,0,45076,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120096,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,45076,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120097,'N/A',0,0,45076,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120098,'Other',20,0,45076,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120099,'Yes. Certification within 6 months',0,0,45078,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120100,'Yes. Certification within 12 months',2,0,45078,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120101,'No certification. (Recommend testing by fire safety specialist)',5,0,45078,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120102,'N/A',0,0,45078,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120103,'Other',20,0,45078,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120104,'Yes. Service and test certification is within 12 months',0,0,45080,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120105,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,45080,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120106,'N/A',0,0,45080,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120107,'Other',20,0,45080,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120108,'Yes. The EICR test certification is complete within last 5 years',0,0,45082,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120109,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,45082,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120110,'N/A',0,0,45082,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120111,'Other',20,0,45082,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120112,'Yes',0,0,45084,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120113,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,45084,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120114,'N/A',0,0,45084,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120115,'Other',20,0,45084,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120116,'Yes',0,0,45086,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120117,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,45086,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120118,'N/A',0,0,45086,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120119,'Other',20,0,45086,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120120,'Yes',0,0,45088,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120121,'No. There are hot working areas but no fire blankets are present.',5,0,45088,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120122,'N/A',0,0,45088,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120123,'Other',20,0,45088,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120124,'Yes. They are provided and ready to use located in a communal area.',0,0,45090,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120125,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,45090,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120126,'N/A',0,0,45090,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120127,'Other',20,0,45090,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120128,'Yes',2,0,45091,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120129,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,45091,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120130,'The property does not have a gas connection.',0,0,45091,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120131,'N/A',0,0,45091,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120132,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,45092,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120133,'No. The exits are not efficient enough for the building.',9,0,45092,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120134,'NA',0,0,45092,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120135,'Other',20,0,45092,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120136,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,45093,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120137,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,45093,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120138,'NA',0,0,45093,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120139,'Other',20,0,45093,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120140,'Yes. Escape routes are kept clear throughout the building.',0,0,45094,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120141,'No. There are obstructions on one or more escape routes.',6,0,45094,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120142,'N/A',0,0,45094,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120143,'Other',20,0,45094,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120144,'Yes. Assembly points are clearly marked.',0,0,45095,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120145,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,45095,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120146,'NA',0,0,45095,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120147,'Other',20,0,45095,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120148,'Yes',0,0,45096,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120149,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,45096,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120150,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,45096,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120151,'N/A',0,0,45096,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120152,'Other',20,0,45096,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120153,'Yes',0,0,45097,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120154,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,45097,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120155,'NA',0,0,45097,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120156,'Other',20,0,45097,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120157,'Yes. The shortest route has been put into the plan',0,0,45098,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120158,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,45098,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120159,'NA',0,0,45098,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120160,'Other',20,0,45098,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120161,'Yes. There is more than one exit available.',1,0,45099,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120162,'No. There is only one escape exit available.',0,0,45099,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120163,'Other',20,0,45099,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120164,'Yes',0,0,45100,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120165,'No. There is no assembly point or the assembly point is too small.',8,0,45100,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120166,'NA',0,0,45100,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120167,'Other',20,0,45100,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120168,'Evacuation only',3,0,45101,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120169,'Delayed evacuation process with 15 minute time delay',4,0,45101,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120170,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,45101,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120171,'Other',20,0,45101,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120172,'Employees',2,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120173,'Sub-Contractors',3,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120174,'Young Persons',4,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120175,'Visitors',4,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120176,'The General Public (Customers)',4,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120177,'Disabled or Special needs People less able to leave the premises quickly',7,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120178,'Occupants in Remote Areas',6,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120179,'Sleeping Occupants',7,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120180,'Neighbouring Premises',2,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120181,'Tenants / Owners',3,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120182,'Animals / Livestock',2,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120183,'Other',0,0,45103,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120184,'9:00 - 17:00',0,0,45106,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120185,'17:00 - 24:00',0,0,45106,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120186,'24:00 - 9:00',0,0,45106,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120187,'9:00 - 17:00',0,0,45107,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120188,'17:00 - 24:00',0,0,45107,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120189,'24:00 - 9:00',0,0,45107,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120190,'9:00 - 17:00',0,0,45108,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120191,'17:00 - 24:00',0,0,45108,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120192,'24:00 - 9:00',0,0,45108,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120193,'9:00 - 17:00',0,0,45109,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120194,'17:00 - 24:00',0,0,45109,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120195,'24:00 - 9:00',0,0,45109,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120196,'9:00 - 17:00',0,0,45110,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120197,'17:00 - 24:00',0,0,45110,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120198,'24:00 - 9:00',0,0,45110,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120199,'9:00 - 17:00',0,0,45111,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120200,'17:00 - 24:00',0,0,45111,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120201,'24:00 - 9:00',0,0,45111,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120202,'9:00 - 17:00',0,0,45112,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120203,'17:00 - 24:00',0,0,45112,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120204,'24:00 - 9:00',0,0,45112,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120205,'Below 20',1,0,45113,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120206,'20-49',2,0,45113,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120207,'50-99',2,0,45113,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120208,'100-499',3,0,45113,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120209,'500-999',4,0,45113,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120210,'1000',5,0,45113,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120211,'Single Stage Evacuation',0,0,45114,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120212,'Staged Evacuation',0,0,45114,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120213,'Simultaneous Evacuation',0,0,45114,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120214,'Phased Evacuation',0,0,45114,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120215,'Staff Alarm Only',0,0,45114,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120216,'Stay Put Policy',0,0,45114,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120217,'Yes. A responsible person has been nominated.',0,0,45115,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120218,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,45115,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120219,'Other',20,0,45115,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120220,'N/A',0,0,45115,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120221,'Yes. A competent person is available to assist in fire safety measures.',0,0,45116,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120222,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,45116,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120223,'Other',20,0,45116,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120224,'N/A',0,0,45116,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120225,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,45118,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120226,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,45118,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120227,'Other',20,0,45118,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120228,'N/A',0,0,45118,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120229,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,45119,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120230,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,45119,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120231,'Other',20,0,45119,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120232,'N/A',0,0,45119,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120233,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,45121,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120234,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,45121,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120235,'Other',20,0,45121,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120236,'N/A',0,0,45121,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120237,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,45122,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120238,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,45122,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120239,'Other',20,0,45122,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120240,'N/A',0,0,45122,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120241,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,45123,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120242,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,45123,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120243,'Other',20,0,45123,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120244,'N/A',0,0,45123,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120245,'Yes. The plan is readily available.',0,0,45125,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120246,'No. The plan is not available.',3,0,45125,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120247,'Other',20,0,45125,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120248,'N/A',0,0,45125,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120249,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,45126,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120250,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,45126,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120251,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,45126,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120252,'Other',20,0,45126,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120253,'N/A',0,0,45126,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120254,'Yes. There are suitable arrangements in place to prevent danger.',0,0,45127,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120255,'No. There are not suitable arrangements in place to prevent danger..',4,0,45127,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120256,'Other',20,0,45127,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120257,'N/A',0,0,45127,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120258,'Yes. The company has a full evacuation system in place.',0,0,45128,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120259,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,45128,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120260,'Other',20,0,45128,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120261,'N/A',0,0,45128,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120262,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,45129,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120263,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,45129,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120264,'Other',20,0,45129,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120265,'N/A',0,0,45129,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120266,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,45130,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120267,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,45130,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120268,'Other',20,0,45130,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120269,'N/A',0,0,45130,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120270,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,45131,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120271,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,45131,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120272,'Other',20,0,45131,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120273,'N/A',0,0,45131,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120274,'Yes. They do consider other organisation within the building.',0,0,45132,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120275,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,45132,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120276,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,45132,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120277,'Other',20,0,45132,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120278,'N/A',0,0,45132,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120279,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,45133,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120280,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,45133,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120281,'Other',20,0,45133,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120282,'N/A',0,0,45133,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120283,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,45136,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120284,'Yes. They are installed, and signs are displayed.',0,0,45136,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120285,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,45136,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120286,'N/A',0,0,45136,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120287,'Other',20,0,45136,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120288,'Yes, they are in good condition & positioned correctly.',0,0,45138,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120289,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,45138,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120290,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,45138,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120291,'Other',20,0,45138,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120292,'N/A',0,0,45138,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120293,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,45140,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120294,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,45140,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120295,'No. There is no fire risk logbook.',5,0,45140,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120296,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,45141,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120297,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,45141,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120298,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,45141,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120299,'N/A',0,0,45141,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120300,'Other',20,0,45141,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120301,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,45142,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120302,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,45142,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120303,'Other',20,0,45142,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120304,'N/A',0,0,45142,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120305,'Yes. There is suitable Emergency lighting in the building.',0,0,45143,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120306,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,45143,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120307,'Other',20,0,45143,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120308,'N/A',0,0,45143,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120309,'Yes. They are in good condition with no obstructions.',0,0,45144,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120310,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,45144,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120311,'Other',20,0,45144,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120312,'N/A',0,0,45144,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120313,'Yes. User checks are recorded into the fire risk logbook.',0,0,45146,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120314,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,45146,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120315,'Other',20,0,45146,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120316,'N/A',0,0,45146,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120317,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,45147,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120318,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,45147,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120319,'Other',20,0,45147,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120320,'N/A',0,0,45147,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120321,'Yes. The fire risk assessment is reviewed annually.',0,0,45149,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120322,'No. (Recommend immediate update to ensure compliance.)',5,0,45149,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120323,'NA',5,0,45149,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120324,'Other',20,0,45149,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120325,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,45150,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120326,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,45150,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120327,'N/A',0,0,45150,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120328,'Other',20,0,45150,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120329,'Yes. Training has been provided',0,0,45151,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120330,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,45151,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120331,'Other',20,0,45151,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120332,'N/A',0,0,45151,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120333,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,45152,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120334,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,45152,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120335,'NA',0,0,45152,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120336,'Other',20,0,45152,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120337,'Yes. Training has been documented on induction.',0,0,45153,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120338,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,45153,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120339,'NA',0,0,45153,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120340,'Other',20,0,45153,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120341,'Yes. Once per year.',1,0,45154,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120342,'Yes. Twice per year.',0,0,45154,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120343,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,45154,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120344,'Other',20,0,45154,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120345,'Yes. This is part of the fire training program and fire warden duties.',0,0,45155,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120346,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,45155,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120347,'NA',0,0,45155,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120348,'Other',20,0,45155,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120349,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,45156,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120350,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,45156,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120351,'Other',20,0,45156,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120352,'N/A',0,0,45156,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120353,'Yes. Fire wardens receive refresher training regularly.',0,0,45157,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120354,'No',5,0,45157,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120355,'N/A',0,0,45157,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120356,'Other',20,0,45157,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120357,'Other',20,0,45157,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120358,'Detached',1,0,45158,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120359,'Semi Detached',2,0,45158,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120360,'Terraced',3,0,45158,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120361,'Linked-Terraced',1,0,45158,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120362,'End Terraced',2,0,45158,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120363,'Other',20,0,45158,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120364,'House',1,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120365,'Bungalow',1,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120366,'Maisonette',3,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120367,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120368,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120369,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120370,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120371,'Underground Property',1,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120372,'Factory / Warehouse',3,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120373,'Garage / Workshop',3,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120374,'Retail Shop',2,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120375,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120376,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120377,'Other',20,0,45159,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120378,'Pre-1900 solid brick, stone, or concrete',0,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120379,'Cavity brick and block',0,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120380,'Cob',1,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120381,'Concrete inner skin with external curtain outer skin',0,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120382,'Prefabricated timber',3,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120383,'Glass walls with metal post frame',2,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120384,'Other',20,0,45167,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120385,'UPVC',1,0,45168,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120386,'Wood',2,0,45168,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120387,'Metal',0,0,45168,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120388,'Stone',0,0,45168,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120389,'Other',20,0,45168,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120390,'Slate/Tiles',0,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120391,'Sheet Aluminium',1,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120392,'Sheet Polyurathane',1,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120393,'Felt',1,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120394,'Thatched',2,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120395,'Sedum',2,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120396,'Other',20,0,45169,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120397,'Yes',1,0,45170,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120398,'No',3,0,45170,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120399,'Unknown',3,0,45170,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120400,'Stone',0,0,45170,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120401,'Other',20,0,45170,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120402,'Yes',1,0,45171,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120403,'No',5,0,45171,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120404,'Unknown',5,0,45171,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120405,'Stone',0,0,45171,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120406,'Other',20,0,45171,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120407,'Unknown - Original construction',0,0,45177,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120408,'Cavity - External - Internal Pre 2019',0,0,45177,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120409,'External - Internal Post 2020',1,0,45177,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120410,'Other',20,0,45177,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120411,'Solid concrete flooring on all levels',0,0,45178,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120412,'Timber joists on all levels',3,0,45178,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120413,'Concrete lowest floor – Timber above higher levels',3,0,45178,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120414,'Other',20,0,45178,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120415,'100%',1,0,45178,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120416,'Very Good',0,0,45182,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120417,'Good',1,0,45182,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120418,'Fair',2,0,45182,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120419,'Poor',3,0,45182,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120420,'Very Poor',4,0,45182,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120421,'Director',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120422,'Owner / Landlord',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120423,'Site Manager',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120424,'Estate Agent',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120425,'Letting Agent',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120426,'Director',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120427,'CEO',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120428,'Fire Warden / Supervisor',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120429,'Fire Risk Assessor',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120430,'Other',0,0,45190,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120431,'Nebosh',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120432,'Level 2 Fire Risk Assessor',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120433,'Competant Person',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120434,'Property Manager',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120435,'Construction Manager',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120436,'Fire Warden / Fire Marshall',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120437,'Director',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120438,'CEO',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120439,'N/A',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120440,'Other',0,0,45191,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(120441,'Yes. There is a certificate within the last 6 months.',0,0,45204,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120442,'The certificate was issued within the last 12 months.',2,0,45204,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120443,'No. There is no certificate available. (recommend testing of alarm system by specialist to BS5839 standard)',5,0,45204,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120444,'N/A',0,0,45204,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120445,'Other',20,0,45204,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120446,'Yes. Certification within 6 months',0,0,45206,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120447,'Yes. Certification within 12 months',2,0,45206,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120448,'No certification. (Recommend testing by fire safety specialist)',5,0,45206,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120449,'N/A',0,0,45206,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120450,'Other',20,0,45206,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120451,'Yes. Service and test certification is within 12 months',0,0,45208,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120452,'No. There are no service or test certifications available. (Recommend service and testing The Regulatory Reform (Fire Safety) Order 2005, or competent person)',4,0,45208,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120453,'N/A',0,0,45208,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120454,'Other',20,0,45208,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120455,'Yes. The EICR test certification is complete within last 5 years',0,0,45210,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120456,'No. There is no certification (Recommend servicing and specialist advice in accordance with BS 7671 (The IET Wiring Regulations)',5,0,45210,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120457,'N/A',0,0,45210,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120458,'Other',20,0,45210,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120459,'Yes',0,0,45212,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120460,'No (Recommend testing by an electrical safety specialist to current IET code of practice.)',4,0,45212,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120461,'N/A',0,0,45212,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120462,'Other',20,0,45212,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120463,'Yes',0,0,45214,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120464,'No. (Recommend immediate inspection by a Fire Safety Specialist to ensure compliance.',5,0,45214,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120465,'N/A',0,0,45214,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120466,'Other',20,0,45214,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120467,'Yes',0,0,45216,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120468,'No. There are hot working areas but no fire blankets are present.',5,0,45216,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120469,'N/A',0,0,45216,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120470,'Other',20,0,45216,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120471,'Yes. They are provided and ready to use located in a communal area.',0,0,45218,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120472,'No. They are required but are not available within the premises. (Recommend installing in high risk areas)',7,0,45218,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120473,'N/A',0,0,45218,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120474,'Other',20,0,45218,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120475,'Yes',2,0,45219,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120476,'No. Gas is connected but there is no current gas certification. (Recommend new gas safe inspection & test certification every 12 months.)',6,0,45219,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120477,'The property does not have a gas connection.',0,0,45219,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120478,'N/A',0,0,45219,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120479,'Yes. There are sufficient exits to escape and they are easy to exit.',0,0,45220,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120480,'No. The exits are not efficient enough for the building.',9,0,45220,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120481,'NA',0,0,45220,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120482,'Other',20,0,45220,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120483,'Yes. There is correct signage relating to using lifts in an emergency.',0,0,45221,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120484,'No. There are no signs in the communal areas about using lifts in an emergency.',7,0,45221,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120485,'NA',0,0,45221,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120486,'Other',20,0,45221,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120487,'Yes. Escape routes are kept clear throughout the building.',0,0,45222,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120488,'No. There are obstructions on one or more escape routes.',6,0,45222,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120489,'N/A',0,0,45222,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120490,'Other',20,0,45222,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120491,'Yes. Assembly points are clearly marked.',0,0,45223,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120492,'No. An assembly point has not been allocated. (Recommend an evacuation plan be put into place and that',6,0,45223,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120493,'NA',0,0,45223,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120494,'Other',20,0,45223,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120495,'Yes',0,0,45224,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120496,'No. There are some exit signs but more are required. (Recommend installing more exit signs)',4,0,45224,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120497,'No. There ar no exit signs throughout the building. (Recommend immediate installation of exit signs)',7,0,45224,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120498,'N/A',0,0,45224,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120499,'Other',20,0,45224,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120500,'Yes',0,0,45225,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120501,'No. There is no provision for evacuation (Recommend an evacuation plan for the property)',6,0,45225,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120502,'NA',0,0,45225,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120503,'Other',20,0,45225,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120504,'Yes. The shortest route has been put into the plan',0,0,45226,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120505,'Yes. There is an alternative route available that could be used as a secondary exit..',0,0,45226,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120506,'NA',0,0,45226,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120507,'Other',20,0,45226,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120508,'Yes. There is more than one exit available.',1,0,45227,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120509,'No. There is only one escape exit available.',0,0,45227,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120510,'Other',20,0,45227,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120511,'Yes',0,0,45228,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120512,'No. There is no assembly point or the assembly point is too small.',8,0,45228,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120513,'NA',0,0,45228,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120514,'Other',20,0,45228,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120515,'Evacuation only',3,0,45229,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120516,'Delayed evacuation process with 15 minute time delay',4,0,45229,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120517,'Lower-level evacuation - Where higher levels wait for the emergency services.',5,0,45229,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120518,'Other',20,0,45229,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120519,'Employees',2,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120520,'Sub-Contractors',3,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120521,'Young Persons',4,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120522,'Visitors',4,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120523,'The General Public (Customers)',4,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120524,'Disabled or Special needs People less able to leave the premises quickly',7,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120525,'Occupants in Remote Areas',6,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120526,'Sleeping Occupants',7,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120527,'Neighbouring Premises',2,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120528,'Tenants / Owners',3,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120529,'Animals / Livestock',2,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120530,'Other',0,0,45231,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120531,'9:00 - 17:00',0,0,45234,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120532,'17:00 - 24:00',0,0,45234,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120533,'24:00 - 9:00',0,0,45234,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120534,'9:00 - 17:00',0,0,45235,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120535,'17:00 - 24:00',0,0,45235,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120536,'24:00 - 9:00',0,0,45235,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120537,'9:00 - 17:00',0,0,45236,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120538,'17:00 - 24:00',0,0,45236,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120539,'24:00 - 9:00',0,0,45236,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120540,'9:00 - 17:00',0,0,45237,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120541,'17:00 - 24:00',0,0,45237,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120542,'24:00 - 9:00',0,0,45237,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120543,'9:00 - 17:00',0,0,45238,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120544,'17:00 - 24:00',0,0,45238,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120545,'24:00 - 9:00',0,0,45238,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120546,'9:00 - 17:00',0,0,45239,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120547,'17:00 - 24:00',0,0,45239,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120548,'24:00 - 9:00',0,0,45239,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120549,'9:00 - 17:00',0,0,45240,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120550,'17:00 - 24:00',0,0,45240,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120551,'24:00 - 9:00',0,0,45240,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120552,'Below 20',1,0,45241,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120553,'20-49',2,0,45241,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120554,'50-99',2,0,45241,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120555,'100-499',3,0,45241,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120556,'500-999',4,0,45241,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120557,'1000',5,0,45241,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120558,'Single Stage Evacuation',0,0,45242,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120559,'Staged Evacuation',0,0,45242,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120560,'Simultaneous Evacuation',0,0,45242,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120561,'Phased Evacuation',0,0,45242,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120562,'Staff Alarm Only',0,0,45242,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120563,'Stay Put Policy',0,0,45242,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120564,'Yes. A responsible person has been nominated.',0,0,45243,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120565,'No. There is no responsible person nominated. (Recommend appointing a responsible person)',2,0,45243,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120566,'Other',20,0,45243,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120567,'N/A',0,0,45243,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120568,'Yes. A competent person is available to assist in fire safety measures.',0,0,45244,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120569,'No. A competent person has not been nominated to assist in fire safety measures.',2,0,45244,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120570,'Other',20,0,45244,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120571,'N/A',0,0,45244,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120572,'Yes. The property has a current fire safety policy with arrangements & procedures in place.',0,0,45246,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120573,'No. The property does not have a fire safety policy or arrangements in place, (Recommend putting a fire safety policy with procedures & instructions in place)',2,0,45246,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120574,'Other',20,0,45246,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120575,'N/A',0,0,45246,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120576,'Yes. The property has a fire safety plan which includes a layout of an area of significant risk.',0,0,45247,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120577,'No. The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)',2,0,45247,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120578,'Other',20,0,45247,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120579,'N/A',0,0,45247,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120580,'Yes. The premises plan forms a part of the overall emergency plan of the property.',0,0,45249,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120581,'No. The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)',2,0,45249,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120582,'Other',20,0,45249,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120583,'N/A',0,0,45249,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120584,'Yes. The premises plan forms a part of other emergency plans within the same property.',0,0,45250,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120585,'No. The premises plan does not form part of another emergency plan in the same property.',2,0,45250,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120586,'Other',20,0,45250,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120587,'N/A',0,0,45250,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120588,'Yes. The emergency plans are available for staff, visitors & others to view.',0,0,45251,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120589,'No. The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)',3,0,45251,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120590,'Other',20,0,45251,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120591,'N/A',0,0,45251,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120592,'Yes. The plan is readily available.',0,0,45253,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120593,'No. The plan is not available.',3,0,45253,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120594,'Other',20,0,45253,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120595,'N/A',0,0,45253,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120596,'Yes. The documents do allow for disable or special needs people to escape from the property.',0,0,45254,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120597,'No. Arrangements have not been made to accommodate the escape of disabled or special needs people.',4,0,45254,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120598,'There are no disabled or special needs persons on the premises, due to the environment and nature of the property.',0,0,45254,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120599,'Other',20,0,45254,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120600,'N/A',0,0,45254,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120601,'Yes. There are suitable arrangements in place to prevent danger.',0,0,45255,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120602,'No. There are not suitable arrangements in place to prevent danger..',4,0,45255,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120603,'Other',20,0,45255,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120604,'N/A',0,0,45255,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120605,'Yes. The company has a full evacuation system in place.',0,0,45256,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120606,'No. There is no full evacuation procedure in place. (Recommend putting a system in place to ensure all people have been evacuated)',3,0,45256,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120607,'Other',20,0,45256,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120608,'N/A',0,0,45256,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120609,'Yes. There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.',0,0,45257,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120610,'No. There is no information or plan in place for this. (Recommend putting a plan in place for potential high risk and hazards areas for the arrival of the emergency services)',4,0,45257,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120611,'Other',20,0,45257,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120612,'N/A',0,0,45257,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120613,'Yes. There is appropriate liaison with fire and rescue authority readily available.',0,0,45258,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120614,'No. There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)',4,0,45258,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120615,'Other',20,0,45258,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120616,'N/A',0,0,45258,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120617,'Yes. In house regimes for in-house fire precautions have been defined & implemented.',0,0,45259,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120618,'No. In house regimes have not been put into place, or have not been defined & implemented. (Recommend putting a regime in place)',5,0,45259,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120619,'Other',20,0,45259,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120620,'N/A',0,0,45259,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120621,'Yes. They do consider other organisation within the building.',0,0,45260,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120622,'Yes. They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.',3,0,45260,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120623,'No. They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.',6,0,45260,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120624,'Other',20,0,45260,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120625,'N/A',0,0,45260,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120626,'Yes. There is readily available inspection & user checks completed in the fire risk logbook or in another readable format.',0,0,45261,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120627,'No. There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)',5,0,45261,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120628,'Other',20,0,45261,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120629,'N/A',0,0,45261,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120630,'Yes. They are installed but not signed (Recommend signs to displayed at call points)',1,0,45264,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120631,'Yes. They are installed, and signs are displayed.',0,0,45264,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120632,'No. There are no call points fitted sufficiently for the building\'s usage. (Recommend to upgrade to BS 5839 standards)',7,0,45264,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120633,'N/A',0,0,45264,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120634,'Other',20,0,45264,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120635,'Yes, they are in good condition & positioned correctly.',0,0,45266,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120636,'No. They are in poor condition or over painted. Advise recommended from fire alarm specialist to check installation to BS 5839 standards.',5,0,45266,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120637,'No. They are not in a good location. Improvement recommended by fire alarm specialist to BS 5839 standards',8,0,45266,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120638,'Other',20,0,45266,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120639,'N/A',0,0,45266,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120640,'Yes. User checks are recorded and entered into the fire risk logbook.',0,0,45268,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120641,'No. There is a log book but recording has not been made.  (Recommend regular user check & recording)',5,0,45268,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120642,'No. There is no fire risk logbook.',5,0,45268,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120643,'Yes. The property has an alarm system installed correct for usage to BS 5839 standards.',0,0,45269,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120644,'The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.',5,0,45269,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120645,'No, The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)',8,0,45269,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120646,'N/A',0,0,45269,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120647,'Other',20,0,45269,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120648,'Yes. Regular checks are made on applicable services and recorded in the fire risk logbook.',0,0,45270,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120649,'No. Regular checks are not recorded in fire risk logbook – recommend user checks and recording into the log book.',8,0,45270,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120650,'Other',20,0,45270,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120651,'N/A',0,0,45270,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120652,'Yes. There is suitable Emergency lighting in the building.',0,0,45271,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120653,'No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).',8,0,45271,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120654,'Other',20,0,45271,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120655,'N/A',0,0,45271,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120656,'Yes. They are in good condition with no obstructions.',0,0,45272,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120657,'No. They are in poor condition obstructed or over painted. (recommend removing obstruction & take advice from specialist to comply with BS5266 and BS5588).',8,0,45272,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120658,'Other',20,0,45272,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120659,'N/A',0,0,45272,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120660,'Yes. User checks are recorded into the fire risk logbook.',0,0,45274,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120661,'No. There are no user checks or recordings into the fire log book. (Recommend regular testing and recording into fire risk logbook)',8,0,45274,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120662,'Other',20,0,45274,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120663,'N/A',0,0,45274,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120664,'Yes. The premises has enough fire extinguishers available on all floor levels.',0,0,45275,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120665,'No. The property does not have an adequate number of fire extinguishers. (Recommend specialist advice)',6,0,45275,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120666,'Other',20,0,45275,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120667,'N/A',0,0,45275,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120668,'Yes. The fire risk assessment is reviewed annually.',0,0,45277,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120669,'No. (Recommend immediate update to ensure compliance.)',5,0,45277,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120670,'NA',5,0,45277,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120671,'Other',20,0,45277,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120672,'Yes. Occupants and staff know hwo their point of contact is in the event of a fire.',0,0,45278,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120673,'No. Occupants and staff are unaware of who the nominated fire warden is. (Recommend staff training/better fire safety communication)',5,0,45278,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120674,'N/A',0,0,45278,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120675,'Other',20,0,45278,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120676,'Yes. Training has been provided',0,0,45279,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120677,'No. Staff / occupants have not been trained to act upon an alarm being raised. (Recommend fire safety training)',5,0,45279,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120678,'Other',20,0,45279,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120679,'N/A',0,0,45279,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120680,'Yes. Occupants / staff are trained to use fire fighting equipment.',0,0,45280,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120681,'No. Occupants / staff have not been trained to use firefighting equipment. (Recommend basic fire fighting equipment training)',5,0,45280,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120682,'NA',0,0,45280,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120683,'Other',20,0,45280,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120684,'Yes. Training has been documented on induction.',0,0,45281,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120685,'No. Training has not been recorded. (Recommend training program and recording material)',5,0,45281,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120686,'NA',0,0,45281,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120687,'Other',20,0,45281,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120688,'Yes. Once per year.',1,0,45282,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120689,'Yes. Twice per year.',0,0,45282,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120690,'No. (Recommend that all employees and building occupants are shown the evacuation procedures.)',5,0,45282,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120691,'Other',20,0,45282,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120692,'Yes. This is part of the fire training program and fire warden duties.',0,0,45283,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120693,'No. Assembly point training has not been provided. (Recommend fire safety training)',5,0,45283,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120694,'NA',0,0,45283,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120695,'Other',20,0,45283,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120696,'Yes. The company provides additional training as and when changes are made within the building and/or regulations.',0,0,45284,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120697,'No. The company does not provide any form of additional training when changes are made. (Recommend updating training policies to include additional training when changes are made)',5,0,45284,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120698,'Other',20,0,45284,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120699,'N/A',0,0,45284,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120700,'Yes. Fire wardens receive refresher training regularly.',0,0,45285,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120701,'No',5,0,45285,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120702,'N/A',0,0,45285,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120703,'Other',20,0,45285,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120704,'Other',20,0,45285,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120705,'Detached',1,0,45286,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120706,'Semi Detached',2,0,45286,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120707,'Terraced',3,0,45286,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120708,'Linked-Terraced',1,0,45286,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120709,'End Terraced',2,0,45286,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120710,'Other',20,0,45286,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120711,'House',1,0,45287,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120712,'Bungalow',1,0,45287,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120713,'Maisonette',3,0,45287,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120714,'Block of Flats - Studios up to 6 Floor Levels above 18 Meters',3,0,45287,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120715,'Block of Flats - Studios up to 6 Floor Level - but Below18 Meters',2,0,45287,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(120716,'Common Hallway Areas From G/F To 6 Floor Level - But Below 18 Meters',2,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120717,'Common Hallway Areas From G/F To 6 Or More Floor Level & Above 18 Meters',3,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120718,'Underground Property',1,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120719,'Factory / Warehouse',3,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120720,'Garage / Workshop',3,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120721,'Retail Shop',2,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120722,'Office In Building From G/F To 6 Floor Levels But Below 18 Meters',2,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120723,'Office In Building From G/F To 6 Or More Floor Levels & Above 18 Meters',3,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120724,'Other',20,0,45287,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120725,'Pre-1900 solid brick, stone, or concrete',0,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120726,'Cavity brick and block',0,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120727,'Cob',1,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120728,'Concrete inner skin with external curtain outer skin',0,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120729,'Prefabricated timber',3,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120730,'Glass walls with metal post frame',2,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120731,'Other',20,0,45295,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120732,'UPVC',1,0,45296,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120733,'Wood',2,0,45296,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120734,'Metal',0,0,45296,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120735,'Stone',0,0,45296,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120736,'Other',20,0,45296,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120737,'Slate/Tiles',0,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120738,'Sheet Aluminium',1,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120739,'Sheet Polyurathane',1,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120740,'Felt',1,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120741,'Thatched',2,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120742,'Sedum',2,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120743,'Other',20,0,45297,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120744,'Yes',1,0,45298,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120745,'No',3,0,45298,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120746,'Unknown',3,0,45298,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120747,'Stone',0,0,45298,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120748,'Other',20,0,45298,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120749,'Yes',1,0,45299,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120750,'No',5,0,45299,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120751,'Unknown',5,0,45299,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120752,'Stone',0,0,45299,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120753,'Other',20,0,45299,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120754,'Unknown - Original construction',0,0,45305,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120755,'Cavity - External - Internal Pre 2019',0,0,45305,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120756,'External - Internal Post 2020',1,0,45305,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120757,'Other',20,0,45305,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120758,'Solid concrete flooring on all levels',0,0,45306,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120759,'Timber joists on all levels',3,0,45306,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120760,'Concrete lowest floor – Timber above higher levels',3,0,45306,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120761,'Other',20,0,45306,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120762,'100%',1,0,45306,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120763,'Very Good',0,0,45310,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120764,'Good',1,0,45310,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120765,'Fair',2,0,45310,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120766,'Poor',3,0,45310,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120767,'Very Poor',4,0,45310,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120768,'Director',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120769,'Owner / Landlord',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120770,'Site Manager',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120771,'Estate Agent',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120772,'Letting Agent',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120773,'Director',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120774,'CEO',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120775,'Fire Warden / Supervisor',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120776,'Fire Risk Assessor',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120777,'Other',0,0,45318,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120778,'Nebosh',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120779,'Level 2 Fire Risk Assessor',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120780,'Competant Person',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120781,'Property Manager',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120782,'Construction Manager',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120783,'Fire Warden / Fire Marshall',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120784,'Director',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120785,'CEO',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120786,'N/A',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120787,'Other',0,0,45319,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120788,'Fan Heaters',4,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120789,'Electric Heaters',4,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120790,'Gas Heater',5,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120791,'Other Boilers',2,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120792,'Electrical Equipment',3,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120793,'Electrical Leads',3,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120794,'Portable Equipment',3,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120795,'Portable Lighting',2,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120796,'Cooking Equipment',6,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120797,'Other',20,0,45332,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120798,'Wood/Paper/Cardboard etc',3,0,45334,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120799,'Furniture and Fittings (e.g upholstery/curtains/carpets)',3,0,45334,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120800,'Flammable Gases/Liquids (eg Oils/Solvents/Paints etc)',7,0,45334,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120801,'Waste Material Controlled -in locked wheely bin or store',2,0,45334,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120802,'Waste Material Un-Controlled -not in locked wheely bin or store',4,0,45334,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(120803,'Other',20,0,45334,'2023-05-15 15:07:26','2023-05-15 15:07:26');
/*!40000 ALTER TABLE `question_choices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `questions`
--

DROP TABLE IF EXISTS `questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `questions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `type` int(11) NOT NULL,
  `required` tinyint(1) NOT NULL,
  `add_other` tinyint(1) NOT NULL DEFAULT 0,
  `description` text DEFAULT NULL,
  `help_text` longtext DEFAULT NULL,
  `score` tinyint(1) DEFAULT NULL,
  `max_total_input_value` int(11) DEFAULT NULL,
  `min_slider_value` int(11) DEFAULT NULL,
  `max_slider_value` int(11) DEFAULT NULL,
  `is_other` tinyint(1) NOT NULL DEFAULT 0,
  `has_score` tinyint(1) DEFAULT NULL,
  `select_multiple` tinyint(1) NOT NULL DEFAULT 0,
  `order` int(11) NOT NULL DEFAULT 0,
  `image` varchar(255) DEFAULT NULL,
  `assessment_template_section_id` bigint(20) unsigned NOT NULL,
  `parent_question_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `questions_parent_question_id_foreign` (`parent_question_id`),
  CONSTRAINT `questions_parent_question_id_foreign` FOREIGN KEY (`parent_question_id`) REFERENCES `questions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=45336 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `questions`
--

LOCK TABLES `questions` WRITE;
/*!40000 ALTER TABLE `questions` DISABLE KEYS */;
INSERT INTO `questions` VALUES (1,'Has responsibility for fire safety been nominated?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-24 15:48:15'),(2,'Select date for assessment',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-24 15:48:15'),(3,'Recommended date revisit for assessment',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(4,'Please describe your property and its usage',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(5,'How many staff are working in the property at any one time?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(6,'How many staff are working in the property at any one time?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(7,'Allocated Fire Warden(s)',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(8,'Fire Warden',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(9,'Allocated Fire Warden',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1,8,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(10,'Role in Property Management',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(11,'Property Photos',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1,NULL,'2022-11-17 11:49:42','2022-11-23 09:58:15'),(12,'Front of the Main Building',10,1,0,'Please upload a high resolution image that is at the front of the property.','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pulvinar augue tristique sapien, risus eu. Pellentesque eleifend enim semper elit a commodo ultrices facilisis. Eu ultricies elementum nulla vulputate sed viverra. Vel magna augue turpis vitae nam pretium tellus porta sociis. Turpis tellus sit libero mattis.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1,11,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(13,'REAR - All the main building if accessible (optional)',10,0,0,'Please upload a high resolution image that shows the back of the property.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1,11,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(14,'Harum non cupiditate.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(15,'Tenetur sunt ut ut.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,14,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(16,'Delectus cupiditate perferendis enim.',9,1,0,NULL,'Gryphon; and then I\'ll tell him--it was for bringing the cook was leaning over the verses on his knee, and looking anxiously round to see you any more!\' And here poor Alice in a hurried nervous manner, smiling at everything about her, to pass away the time. Alice had no reason to be lost, as she added, to herself, as well go in ringlets at all; and I\'m sure I don\'t keep the same as the doubled-up soldiers were always getting up and rubbed its eyes: then it watched the White Rabbit put on his knee, and the moment she appeared on the table. \'Nothing can be clearer than THAT. Then again--\"BEFORE SHE HAD THIS FIT--\" you never to lose YOUR temper!\' \'Hold your tongue, Ma!\' said the Hatter. \'Does YOUR watch tell you his history,\' As they walked off together, Alice heard it before,\' said Alice,) and round goes the clock in a very poor speaker,\' said the youth, \'and your jaws are too weak For anything tougher than suet; Yet you turned a corner, \'Oh my.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(17,'Dignissimos a aut quasi voluptas aut. Enim et itaque aut nostrum consequatur nesciunt.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(18,'Aut sapiente aut quia accusantium iusto voluptas animi et.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(19,'Et quo ipsum assumenda molestiae.',5,0,0,NULL,'Bill, the Lizard) could not tell whether they were trying to put his shoes off. \'Give your evidence,\' said the Duchess; \'and that\'s the queerest thing about it.\' (The jury all wrote down all three to settle the question, and they all spoke at once, she found she had caught the flamingo and brought it back, the fight was over, and both creatures hid their faces in their mouths--and they\'re all over crumbs.\' \'You\'re wrong about the crumbs,\' said the Gryphon: and it put more simply--\"Never imagine yourself not to make it stop. \'Well, I\'d hardly finished.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,18,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(20,'Nostrum a sint et assumenda eaque optio ut voluptate.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(21,'Velit nulla modi aspernatur qui iste odit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(22,'Voluptas amet.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,21,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(23,'Est error delectus at.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(24,'Iusto quasi nemo necessitatibus. Ipsa error sit magnam sunt.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(25,'Delectus iusto non aliquid dignissimos.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(26,'Sunt omnis est eos.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(27,'Dolor cupiditate quibusdam omnis autem ullam quibusdam ut.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(28,'Veritatis quod blanditiis vitae laudantium.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,27,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(29,'Et et eos aspernatur alias.',6,0,0,NULL,'I\'ve offended it again!\' For the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice in a great hurry. An enormous puppy was looking at everything about her, to pass away the time. Alice had got its head down, and nobody spoke for some time with great emphasis, looking hard at Alice as he shook both his shoes on. \'--and just take his head contemptuously. \'I dare say there may be different,\' said Alice; \'you needn\'t be so.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(30,'Ut nobis dolore rerum maiores.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,29,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(31,'Et et amet quo deleniti qui aperiam temporibus. Nobis omnis aspernatur perferendis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,29,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(32,'Laborum dolores voluptas dolorem ut occaecati.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(33,'Nihil qui corporis nemo.',3,0,0,NULL,'Gryphon at the bottom of a muchness\"--did you ever saw. How she longed to change them--\' when she first saw the Mock Turtle, \'Drive on, old fellow! Don\'t be all day about it!\' and he hurried off. Alice thought to herself. \'I dare say there may be ONE.\' \'One, indeed!\' said the Dodo suddenly called out \'The Queen! The Queen!\' and the shrill voice of the what?\' said the Duchess: you\'d better.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(34,'Quia id mollitia in velit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,33,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(35,'Nesciunt maiores odit sint placeat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(36,'Consequuntur autem et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(37,'Aut minus quidem unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(38,'Sit et hic doloribus autem voluptates placeat ducimus.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,37,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(39,'Ut eum nemo officia id qui iste ipsa.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(40,'Eos et ullam veniam.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(41,'Accusantium autem minus dignissimos. Voluptates deleniti eos sint.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(42,'Distinctio reiciendis sint sunt reiciendis. Nesciunt sed quia molestiae officia.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(43,'Accusantium odio ut quae itaque.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,42,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(44,'Velit a consequatur eum suscipit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(45,'Ut est esse doloremque qui. Repellat ullam optio nemo eaque.',10,1,0,'King said to herself, for this curious child was very glad to do that,\'.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(46,'Dolorem eum est necessitatibus molestiae necessitatibus eaque in.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(47,'Non delectus quo culpa.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(48,'Rerum quos dolorum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(49,'Alias possimus quo cum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,4,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(50,'Amet et et aut quidem harum.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(51,'Quia non aspernatur vel.',5,1,0,NULL,'Just at this corner--No, tie \'em together first--they don\'t reach half high enough yet--Oh! they\'ll do well enough; and what does it to her great delight it fitted! Alice opened the door of the right-hand bit to try the patience of an oyster!\' \'I wish I hadn\'t quite finished my tea when I grow up, I\'ll write one--but I\'m grown up now,\' she said, by way of escape, and wondering what to say than his first speech. \'You should learn not to make out what it was: she was a large plate came skimming out, straight at the Cat\'s head began fading away the time. Alice had never been in a sort of thing never happened, and now here I am now? That\'ll be a very curious to see its meaning. \'And just as I was going to leave off being arches to do it! Oh dear! I\'d nearly forgotten to ask.\' \'It turned into a tidy little room with a lobster as a.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(52,'In eveniet aut perferendis ullam iste. A facere et reiciendis sunt nihil.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(53,'Quos est dolores quia. Consequatur dolor aut accusantium est et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,52,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(54,'Ut ex dolore vel aut.',7,0,0,NULL,'So she was to find any. And yet I wish I could show you our cat Dinah: I think you\'d take a fancy to cats if you please! \"William the Conqueror, whose cause was favoured by the prisoner to--to somebody.\' \'It must have prizes.\' \'But who is Dinah, if I only knew how to get in?\' asked Alice again, for she was now more than three.\' \'Your hair wants cutting,\' said the Mouse, getting up and repeat something now. Tell her to speak with. Alice waited till she had put on one knee. \'I\'m a poor man, your Majesty,\' the Hatter went on saying to herself, \'Which way? Which way?\', holding her hand again, and she very seldom followed it), and sometimes she scolded herself so severely as to the door, and the other side of the month is it?\' Alice panted as she did not see anything that looked like the look of things at all, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,52,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(55,'Aliquid voluptatem ex qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(56,'Omnis numquam quae ea distinctio itaque ducimus.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(57,'Doloribus rem nam ipsa voluptatem. Saepe cupiditate amet eaque non dolorum. Et eum vel nam.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,56,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(58,'Expedita quos quibusdam excepturi sit aut ab.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(59,'Veniam assumenda rerum quia possimus. Aut molestias reiciendis vel non sed.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(60,'Unde fugiat ab mollitia ut. Nulla dolores dolores eos et occaecati.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,59,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(61,'Corporis omnis sunt vel.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(62,'Atque eaque laboriosam ipsum architecto ut placeat.',5,1,0,NULL,'Alice\'s great surprise, the Duchess\'s voice died away, even in the middle of her little sister\'s dream. The long grass rustled at her hands, wondering if anything would EVER happen in a low, timid voice, \'If you can\'t help that,\' said the Duchess, \'chop off her knowledge, as there seemed to be trampled under its feet, \'I move that the meeting adjourn, for the hot day made her next remark. \'Then the words did not appear, and after a pause: \'the reason is, that I\'m doubtful about the whiting!\' \'Oh, as to prevent its undoing itself,) she carried it off. * * * * * * \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as look at them--\'I wish they\'d get the trial done,\' she thought, and it was growing, and very soon found herself lying on the English coast you find a pleasure in all directions, \'just like a thunderstorm. \'A fine day, your Majesty!\' the Duchess said to itself \'The.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,5,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(63,'Sunt omnis commodi eligendi minima porro non cumque.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,6,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(64,'Soluta quis ut omnis quae.',8,1,0,NULL,'Footman. \'That\'s the judge,\' she said to herself, as she could not possibly reach it: she could have been a holiday?\' \'Of course twinkling begins with an anxious look at me like a candle. I wonder what you\'re talking about,\' said Alice. The poor little thing grunted in reply (it had left off staring at the flowers and those cool fountains, but she stopped hastily, for the Duchess said to the dance. Would not, could not, would not, could not, would not, could not, would not, could not, would not, could not, would not, could not, could not, would not, could not, could not possibly reach it: she could not taste theirs, and the baby at her rather inquisitively, and seemed to think to herself, \'the way all the right word) \'--but I shall have to whisper a hint to Time, and round goes the clock in a whisper, half afraid that it would be like, but it is.\' \'I quite agree with you,\' said the Queen, in a dreamy sort of thing that would.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,6,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(65,'Magnam quod at qui odio eos fugit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,6,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(66,'Et modi voluptatem deleniti quo sint.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,6,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(67,'Ipsa aperiam consequatur ipsum. Soluta cumque et rerum alias.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,6,66,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(68,'Distinctio optio sit nihil est est consequatur aliquid. Quaerat facere et fugit mollitia.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,6,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(69,'Cum nesciunt quis ut reprehenderit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(70,'Non repellendus non quia.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(71,'Qui quidem nemo et. Sequi rerum voluptatem ducimus modi repellat et in.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(72,'A quo delectus est dolores consequatur.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,71,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(73,'Consectetur beatae recusandae blanditiis dolorem nisi harum.',5,1,0,NULL,'The further off from England the nearer is to France-- Then turn not pale, beloved snail, but come and join the dance? \"You can really have no idea what Latitude was, or Longitude either, but thought they were IN the well,\' Alice said nothing: she had hoped) a fan and gloves. \'How queer it seems,\' Alice said to the Classics master, though. He was looking about for them, but they were IN the well,\' Alice said to herself, \'Why, they\'re only a mouse that had made out the proper way of expressing yourself.\' The baby grunted again, so she bore it as far as they would call after her: the last word with such a neck as that! No, no! You\'re a serpent; and there\'s no harm in trying.\' So she sat down a good opportunity for making her escape; so she went on just as if a dish or kettle had been would have done that, you know,\' said Alice loudly. \'The idea of the other side.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,71,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(74,'Eius a omnis et odit quibusdam.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(75,'Sunt aut quam velit quia.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,7,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(76,'Voluptas odit necessitatibus sequi sit eos ut placeat.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(77,'Animi error vitae veniam et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(78,'Rem quis ipsum aut aut magnam illo maiores. Nostrum totam sunt qui aut.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(79,'Non enim laboriosam autem quisquam.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(80,'Aliquid atque aspernatur qui dolor.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,79,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(81,'Esse quia est vel ut beatae. Nostrum beatae amet in reiciendis aliquam consequatur et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,79,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(82,'Quas sint cum qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(83,'Quas ut nihil qui dolores.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,8,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(84,'Eos soluta eum qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(85,'Nesciunt asperiores molestiae voluptate et dolores et commodi.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(86,'Quo quis sint et nobis aut magnam.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,85,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(87,'Qui eum rem consequatur labore sit temporibus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(88,'Deserunt quia sed magnam eius ab. Magni quo vero ad magnam qui.',8,1,0,NULL,'Alice: \'I don\'t think--\' \'Then you may SIT down,\' the King hastily said, and went on: \'--that begins with a large crowd collected round it: there was generally a ridge or furrow in the beautiful garden, among the leaves, which she had been for some time busily writing in his note-book, cackled.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,87,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(89,'Quae enim minus quas.',4,0,0,NULL,'I dare say you\'re wondering why I don\'t take this child away with me,\' thought Alice, and tried to beat time when she heard something like it,\' said the Hatter: \'I\'m on the slate. \'Herald, read the accusation!\' said the Queen. \'You make me giddy.\' And then, turning to Alice to herself, \'it would have made a snatch in the distance would take the place of the shelves as she fell past it. \'Well!\' thought Alice \'without pictures or conversations?\' So she tucked her arm affectionately into Alice\'s, and they walked off together. Alice laughed so much at first, but, after watching it a little wider. \'Come, it\'s pleased so far,\' said the King. The White Rabbit put on one of its mouth open, gazing up into a large ring, with the name of nearly everything there. \'That\'s the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,87,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(90,'Maxime non ea fugit.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(91,'Tempora necessitatibus sunt nulla illum aut. Ea voluptates ut sint exercitationem eius.',7,1,0,NULL,'The baby grunted again, and put back into the garden. Then she went on so long since she had never left off quarrelling with the birds and animals that had slipped in like herself. \'Would it be murder to leave off this minute!\' She.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,90,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(92,'In eligendi quod rerum accusantium vel.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,90,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(93,'Qui libero ut nulla veniam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,9,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(94,'Dolorem accusamus dolorem natus saepe accusantium.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(95,'Est sunt aut consequatur a consequatur.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,94,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(96,'Eos eius sint vitae et minus necessitatibus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,94,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(97,'Iure numquam quis dolorem fugiat est. A facere dolorem nesciunt. Labore eius quo ex cum in.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(98,'Ut et accusamus nisi.',4,0,0,NULL,'Gryphon, and the pair of gloves and the sounds will take care of themselves.\"\' \'How fond she is only a mouse that had slipped in like herself. \'Would it be of any use, now,\' thought poor Alice, \'it would have this cat removed!\' The Queen turned angrily away from him, and very soon finished it off. * * * * * * * \'What a pity it wouldn\'t stay!\' sighed the Lory, who at last in the direction in which the wretched Hatter trembled so, that Alice quite jumped; but she gained courage as she did so, and were quite silent, and looked into its mouth and yawned once or twice, half hoping that they were nowhere to be no use in the direction in which the cook had disappeared. \'Never mind!\' said the Duck. \'Found IT,\' the Mouse to Alice to find any. And yet I don\'t know where Dinn.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(99,'Saepe laborum quasi et aut corrupti.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(100,'Quisquam quia eos totam earum iste accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(101,'Aut voluptas error aspernatur aliquid sed ab.',3,0,0,NULL,'Stop this moment, and fetch me a good thing!\' she said to the three gardeners, oblong and flat, with their fur clinging close to her: first, because the Duchess sneezed occasionally; and as the whole head appeared, and then added them up, and there they are!\' said the Dormouse, after thinking a minute or two, and the whole pack of cards!\' At this the whole court was a dead silence instantly, and Alice was not here before,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(102,'Voluptas dolores eos.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,101,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(103,'Alias quia laborum officia rerum est et adipisci. Sint quod aliquam dolorem sequi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(104,'Aperiam a cumque doloremque soluta.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,103,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(105,'Voluptatem quia ipsam similique harum et est et eveniet.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(106,'Placeat id mollitia ex animi voluptatem unde distinctio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(107,'Consequatur cumque praesentium optio id quibusdam qui.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,10,106,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(108,'Voluptate aspernatur quos et consectetur voluptatem. Itaque enim rerum explicabo autem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(109,'Et quidem ad laborum autem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(110,'Et cupiditate inventore sequi.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(111,'Hic repudiandae eveniet nostrum quaerat nesciunt.',10,1,0,'Alice \'without pictures or conversations?\' So she stood still where she was ready to sink into.','Alice opened the door began sneezing all at once. The Dormouse shook itself, and was a dispute going on shrinking rapidly: she soon made out that it made Alice quite hungry to look down and cried. \'Come, there\'s no use now,\' thought Alice, \'shall I NEVER get any older than you, and listen to her. \'I wish you wouldn\'t have come here.\' Alice didn\'t think that will be much the most interesting, and perhaps after all it might be hungry, in which case it would be.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,110,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(112,'Officiis aut ducimus quidem est enim.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(113,'Maxime deserunt aut commodi at impedit.',9,1,0,NULL,'Dormouse into the jury-box, and saw that, in her life; it was good manners for her neck would bend about easily in any direction, like a steam-engine when she heard the Queen shouted at the Hatter, \'or you\'ll be asleep again before it\'s done.\' \'Once upon a low trembling voice, \'Let us get to the Gryphon. \'They can\'t have anything to say, she simply bowed, and took the watch and looked at her, and she tried the effect of lying down on the spot.\' This did not at all like the look of it.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(114,'Porro eum accusamus maxime quia pariatur pariatur tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(115,'Natus dolore eos quis quia beatae.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(116,'Ea et dolor sint. Aut qui magnam fugiat dolor est dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,115,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(117,'Non consequatur.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,115,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(118,'Fuga quis aliquam aut id.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(119,'Ut id magnam recusandae harum tenetur sed. Ut laudantium facilis aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,11,118,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(120,'Et suscipit qui omnis aut perferendis consequatur.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,12,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(121,'Id unde earum adipisci quas. Provident quas ratione sed officia quidem. Cum aut modi eum velit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,12,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(122,'Provident sit in nihil.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,12,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(123,'Autem asperiores dicta esse temporibus beatae.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,12,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(124,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(125,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(126,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(127,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(128,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(129,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(130,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(131,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,13,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(132,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(133,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(134,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(135,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(136,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(137,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(138,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(139,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,138,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(140,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,14,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(141,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(142,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(143,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(144,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(145,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,144,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(146,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,144,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(147,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(148,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(149,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,15,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(150,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(151,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(152,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,151,'2022-11-17 11:49:42','2022-11-17 11:49:42'),(153,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(154,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(155,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(156,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(157,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(158,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(159,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,16,158,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(160,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(161,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(162,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,161,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(163,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(164,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(165,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(166,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,165,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(167,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,17,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(168,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(169,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(170,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,169,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(171,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(172,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(173,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(174,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(175,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,174,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(176,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,18,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(177,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(178,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(179,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(180,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,179,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(181,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,179,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(182,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(183,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(184,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,19,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(185,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(186,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,185,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(187,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,185,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(188,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(189,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(190,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(191,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(192,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(193,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,20,192,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(194,'Suscipit autem quis tempore ut. Velit eos et eveniet alias quia ex.',9,1,0,NULL,'This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(195,'Animi quo et quo. Et quas deserunt harum aut magni ullam.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(196,'Sunt dolorem laudantium officiis.',6,0,0,NULL,'It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(197,'Soluta ipsam ut et unde.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,196,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(198,'Qui rerum architecto sequi.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,196,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(199,'Et voluptatem placeat nostrum cupiditate ipsa et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(200,'Ut sequi voluptatem cum sed numquam ut rerum.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(201,'Aut sunt id laboriosam laborum. Officia temporibus rerum recusandae hic quas.',10,1,0,'Hatter. He had been to her, still it was only the pepper that had fallen into a pig, and she set off at once crowded.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,200,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(202,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(203,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(204,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(205,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(206,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,21,205,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(207,'Delectus ea quisquam fuga non eaque.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(208,'Ea quia ex reiciendis odit.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(209,'Commodi praesentium ut architecto.',9,0,0,NULL,'Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(210,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(211,'Cupiditate et fuga.',5,1,0,NULL,'I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(212,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(213,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(214,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(215,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,22,214,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(216,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(217,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,216,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(218,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(219,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(220,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(221,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,220,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(222,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(223,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(224,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(225,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(226,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(227,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,226,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(228,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,23,226,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(229,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(230,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(231,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(232,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(233,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(234,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(235,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,24,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(236,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(237,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(238,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,237,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(239,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(240,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(241,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(242,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(243,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(244,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(245,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,25,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(246,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(247,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(248,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(249,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(250,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(251,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(252,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,251,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(253,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(254,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,253,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(255,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,26,253,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(256,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,27,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(257,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,27,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(258,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,27,257,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(259,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,27,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(260,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,27,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(261,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(262,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(263,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,262,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(264,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(265,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(266,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(267,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(268,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(269,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,268,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(270,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(271,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,28,270,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(272,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(273,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(274,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(275,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(276,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,275,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(277,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(278,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,29,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(279,'Ut consequatur necessitatibus debitis dolor qui minus.',4,1,0,NULL,'Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(280,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(281,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(282,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(283,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(284,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(285,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,284,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(286,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,30,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(287,'Suscipit autem quis tempore ut. Velit eos et eveniet alias quia ex.',9,1,0,NULL,'This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(288,'Animi quo et quo. Et quas deserunt harum aut magni ullam.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(289,'Sunt dolorem laudantium officiis.',6,0,0,NULL,'It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(290,'Soluta ipsam ut et unde.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,289,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(291,'Qui rerum architecto sequi.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,289,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(292,'Et voluptatem placeat nostrum cupiditate ipsa et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(293,'Ut sequi voluptatem cum sed numquam ut rerum.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(294,'Aut sunt id laboriosam laborum. Officia temporibus rerum recusandae hic quas.',10,1,0,'Hatter. He had been to her, still it was only the pepper that had fallen into a pig, and she set off at once crowded.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,293,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(295,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(296,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(297,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(298,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(299,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,31,298,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(300,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(301,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,300,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(302,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(303,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(304,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(305,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,304,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(306,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(307,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(308,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(309,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(310,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(311,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,310,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(312,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,32,310,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(313,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(314,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(315,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(316,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(317,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(318,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(319,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,33,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(320,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(321,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(322,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,321,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(323,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(324,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(325,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(326,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(327,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(328,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(329,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,34,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(330,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(331,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(332,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(333,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(334,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(335,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(336,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,335,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(337,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(338,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,337,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(339,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,35,337,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(340,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,36,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(341,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,36,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(342,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,36,341,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(343,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,36,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(344,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,36,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(345,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(346,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(347,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,346,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(348,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(349,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(350,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(351,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(352,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(353,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,352,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(354,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(355,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,37,354,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(356,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(357,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(358,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(359,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(360,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,359,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(361,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(362,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,38,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(363,'Ut consequatur necessitatibus debitis dolor qui minus.',4,1,0,NULL,'Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(364,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(365,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(366,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(367,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(368,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(369,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,368,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(370,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,39,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(371,'Test Question',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(372,'Ea quia ex reiciendis odit.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(373,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(374,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(375,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(376,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(377,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(378,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,NULL,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(379,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,40,378,'2022-11-21 15:44:42','2022-11-21 15:44:42'),(380,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(381,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,380,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(382,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(383,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(384,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(385,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,384,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(386,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(387,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(388,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(389,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(390,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(391,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,390,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(392,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,41,390,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(393,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(394,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(395,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(396,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(397,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(398,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(399,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,42,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(400,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(401,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(402,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,401,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(403,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(404,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(405,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(406,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(407,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(408,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(409,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,43,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(410,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(411,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(412,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(413,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(414,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(415,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(416,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,415,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(417,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(418,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,417,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(419,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,44,417,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(420,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,45,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(421,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,45,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(422,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,45,421,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(423,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,45,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(424,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,45,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(425,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(426,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(427,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,426,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(428,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(429,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(430,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(431,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(432,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(433,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,432,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(434,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(435,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,46,434,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(436,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(437,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(438,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(439,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(440,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,439,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(441,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(442,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,47,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(443,'Ut consequatur necessitatibus debitis dolor qui minus.',4,1,0,NULL,'Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(444,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(445,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(446,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(447,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(448,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(449,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,448,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(450,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,48,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(451,'Test Question',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(452,'Ea quia ex reiciendis odit.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(453,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(454,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(455,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(456,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(457,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(458,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(459,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,49,458,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(460,'Rolls in Propert Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(461,'Animi quo et quo. Et quas deserunt harum aut magni ullam.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(462,'Sunt dolorem laudantium officiis.',6,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(463,'Soluta ipsam ut et unde.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,462,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(464,'Qui rerum architecto sequi.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,462,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(465,'Et voluptatem placeat nostrum cupiditate ipsa et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(466,'Ut sequi voluptatem cum sed numquam ut rerum.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(467,'Aut sunt id laboriosam laborum. Officia temporibus rerum recusandae hic quas.',10,1,0,'Hatter. He had been to her, still it was only the pepper that had fallen into a pig, and she set off at once crowded.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,466,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(468,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(469,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(470,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(471,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,NULL,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(472,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,50,471,'2022-11-21 22:06:28','2022-11-21 22:06:28'),(473,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(474,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,473,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(475,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(476,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(477,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(478,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,477,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(479,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(480,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(481,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(482,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(483,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(484,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,483,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(485,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,51,483,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(486,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(487,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(488,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(489,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(490,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(491,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(492,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,52,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(493,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(494,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(495,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,494,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(496,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(497,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(498,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(499,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(500,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(501,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(502,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,53,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(503,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(504,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(505,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(506,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(507,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(508,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(509,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,508,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(510,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(511,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,510,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(512,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,54,510,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(513,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,55,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(514,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,55,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(515,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,55,514,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(516,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,55,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(517,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,55,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(518,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(519,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(520,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,519,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(521,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(522,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(523,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(524,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(525,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(526,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,525,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(527,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(528,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,56,527,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(529,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(530,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(531,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(532,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(533,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,532,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(534,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(535,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,57,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(536,'Ut consequatur necessitatibus debitis dolor qui minus.',4,1,0,NULL,'Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(537,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(538,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(539,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(540,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(541,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(542,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,541,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(543,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,58,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(544,'Test Question',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(545,'Ea quia ex reiciendis odit.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(546,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(547,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(548,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(549,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(550,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(551,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(552,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,59,551,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(553,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(554,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(555,'Sunt dolorem laudantium officiis.',6,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(556,'Soluta ipsam ut et unde.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,555,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(557,'Qui rerum architecto sequi.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,555,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(558,'Et voluptatem placeat nostrum cupiditate ipsa et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(559,'Ut sequi voluptatem cum sed numquam ut rerum.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(560,'Aut sunt id laboriosam laborum. Officia temporibus rerum recusandae hic quas.',10,1,0,'Hatter. He had been to her, still it was only the pepper that had fallen into a pig, and she set off at once crowded.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,559,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(561,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(562,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(563,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(564,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,NULL,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(565,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,60,564,'2022-11-21 22:12:04','2022-11-21 22:12:04'),(566,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(567,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,566,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(568,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(569,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(570,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(571,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,570,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(572,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(573,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(574,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(575,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(576,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(577,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,576,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(578,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,61,576,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(579,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(580,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(581,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(582,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(583,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(584,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(585,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,62,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(586,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(587,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(588,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,587,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(589,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(590,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(591,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(592,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(593,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(594,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(595,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,63,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(596,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(597,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(598,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(599,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(600,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(601,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(602,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,601,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(603,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(604,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,603,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(605,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,64,603,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(606,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,65,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(607,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,65,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(608,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,65,607,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(609,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,65,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(610,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,65,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(611,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(612,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(613,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,612,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(614,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(615,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(616,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(617,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(618,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(619,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,618,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(620,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(621,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,66,620,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(622,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(623,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(624,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(625,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(626,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,625,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(627,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(628,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,67,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(629,'Ut consequatur necessitatibus debitis dolor qui minus.',4,1,0,NULL,'Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(630,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(631,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(632,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(633,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(634,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(635,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,634,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(636,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,68,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(637,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(638,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(639,'Sunt dolorem laudantium officiis.',6,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(640,'Soluta ipsam ut et unde.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,639,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(641,'Qui rerum architecto sequi.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,639,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(642,'Et voluptatem placeat nostrum cupiditate ipsa et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(643,'Ut sequi voluptatem cum sed numquam ut rerum.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(644,'Aut sunt id laboriosam laborum. Officia temporibus rerum recusandae hic quas.',10,1,0,'Hatter. He had been to her, still it was only the pepper that had fallen into a pig, and she set off at once crowded.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,643,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(645,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(646,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(647,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(648,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(649,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,69,648,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(650,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(651,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(652,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(653,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(654,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(655,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(656,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(657,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,NULL,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(658,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,70,657,'2022-11-21 22:31:34','2022-11-21 22:31:34'),(659,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(660,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,659,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(661,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(662,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(663,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(664,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,663,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(665,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(666,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(667,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(668,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(669,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(670,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,669,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(671,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,71,669,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(672,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(673,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(674,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(675,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(676,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(677,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(678,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,72,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(679,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(680,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(681,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,680,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(682,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(683,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(684,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(685,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(686,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(687,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(688,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,73,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(689,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(690,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(691,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(692,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(693,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(694,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(695,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,694,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(696,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(697,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,696,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(698,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,74,696,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(699,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,75,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(700,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,75,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(701,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,75,700,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(702,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,75,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(703,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,75,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(704,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(705,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(706,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,705,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(707,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(708,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(709,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(710,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(711,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(712,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,711,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(713,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(714,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,76,713,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(715,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(716,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(717,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(718,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(719,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,718,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(720,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(721,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,77,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(722,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(723,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(724,'Sunt dolorem laudantium officiis.',6,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(725,'Soluta ipsam ut et unde.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,724,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(726,'Qui rerum architecto sequi.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,724,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(727,'Et voluptatem placeat nostrum cupiditate ipsa et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(728,'Ut sequi voluptatem cum sed numquam ut rerum.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(729,'Aut sunt id laboriosam laborum. Officia temporibus rerum recusandae hic quas.',10,1,0,'Hatter. He had been to her, still it was only the pepper that had fallen into a pig, and she set off at once crowded.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,728,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(730,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(731,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(732,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(733,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(734,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,78,733,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(735,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(736,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(737,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(738,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(739,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(740,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(741,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(742,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(743,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,79,742,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(744,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(745,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(746,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(747,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(748,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(749,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(750,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,749,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(751,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,80,NULL,'2022-11-22 11:01:22','2022-11-22 11:01:22'),(752,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(753,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,752,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(754,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(755,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(756,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(757,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,756,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(758,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(759,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(760,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(761,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(762,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(763,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,762,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(764,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,81,762,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(765,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(766,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(767,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(768,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(769,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(770,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(771,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,82,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(772,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(773,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(774,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,773,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(775,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(776,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(777,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(778,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(779,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(780,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(781,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,83,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(782,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(783,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(784,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(785,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(786,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(787,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(788,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,787,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(789,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(790,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,789,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(791,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,84,789,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(792,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,85,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(793,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,85,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(794,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,85,793,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(795,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,85,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(796,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,85,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(797,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(798,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(799,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,798,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(800,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(801,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(802,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(803,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(804,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(805,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,804,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(806,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(807,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,86,806,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(808,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(809,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(810,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(811,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(812,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,811,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(813,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(814,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,87,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(815,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(816,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(817,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(818,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(819,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(820,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(821,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(822,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(823,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,88,822,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(824,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(825,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(826,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(827,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(828,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(829,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(830,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,829,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(831,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,89,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(832,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(833,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(834,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(835,'Recommended re visit for assessment date?',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(836,'Brief description of the property and usage.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(837,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(838,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(839,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(840,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,NULL,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(841,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,90,840,'2022-11-22 14:27:22','2022-11-22 14:27:22'),(842,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(843,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,842,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(844,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(845,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(846,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(847,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,846,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(848,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(849,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(850,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(851,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(852,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(853,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,852,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(854,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,91,852,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(855,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(856,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(857,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(858,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(859,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(860,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(861,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,92,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(862,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(863,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(864,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,863,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(865,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(866,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(867,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(868,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(869,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(870,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(871,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,93,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(872,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(873,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(874,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(875,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(876,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(877,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(878,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,877,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(879,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(880,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,879,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(881,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,94,879,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(882,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,95,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(883,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,95,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(884,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,95,883,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(885,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,95,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(886,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,95,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(887,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(888,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(889,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,888,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(890,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(891,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(892,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(893,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(894,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(895,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,894,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(896,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(897,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,96,896,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(898,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(899,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(900,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(901,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(902,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,901,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(903,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(904,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,97,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(905,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(906,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(907,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(908,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(909,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(910,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(911,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(912,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(913,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,98,912,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(914,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(915,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(916,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(917,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(918,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(919,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(920,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,919,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(921,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,99,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(922,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(923,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(924,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(925,'Recommended re visit for assessment date?',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(926,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(927,'Quod sint sunt id voluptatem praesentium.',5,1,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(928,'Consequatur qui et quia sit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(929,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(930,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,NULL,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(931,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,100,930,'2022-11-22 14:29:14','2022-11-22 14:29:14'),(932,'Dolor fugit non voluptatem ipsum. Vel unde sint harum qui.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(933,'Qui dolorem quisquam quasi velit.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,932,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(934,'Adipisci magnam.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(935,'Sunt ut repellendus eum ut distinctio expedita.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(936,'Illo ut voluptate est molestiae vel ducimus dolor.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(937,'Nihil provident aut aut et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,936,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(938,'Excepturi minima aut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(939,'Fugiat quis id voluptatem est ipsa.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(940,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(941,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(942,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(943,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,942,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(944,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,101,942,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(945,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(946,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(947,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(948,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(949,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(950,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(951,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,102,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(952,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(953,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(954,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,953,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(955,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(956,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(957,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(958,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(959,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(960,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(961,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,103,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(962,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(963,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(964,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(965,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(966,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(967,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(968,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,967,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(969,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(970,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,969,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(971,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,104,969,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(972,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,105,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(973,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,105,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(974,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,105,973,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(975,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,105,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(976,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,105,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(977,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(978,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(979,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,978,'2022-11-22 14:32:04','2022-11-22 14:32:04'),(980,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(981,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(982,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(983,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(984,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(985,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,984,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(986,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(987,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,106,986,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(988,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(989,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(990,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(991,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(992,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,991,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(993,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(994,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,107,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(995,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(996,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(997,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(998,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(999,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1000,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1001,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1002,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1003,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,108,1002,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1004,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1005,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1006,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1007,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1008,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1009,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1010,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,1009,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1011,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,109,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1012,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1013,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1014,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1015,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1016,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1017,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1018,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1019,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1020,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,NULL,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1021,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,110,1020,'2022-11-22 14:32:05','2022-11-22 14:32:05'),(1022,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1023,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1024,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1025,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1026,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1027,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1028,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,111,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1029,'Sed maxime est qui.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1030,'Deleniti quia aliquid aut unde.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1031,'Enim sequi maxime aspernatur nisi illo.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,1030,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1032,'Quis ipsum minima id.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1033,'Aut aut autem blanditiis quaerat id voluptatem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1034,'Nulla ut sunt molestiae adipisci. Tenetur illo iste quae possimus.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1035,'Itaque sed numquam provident ea.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1036,'Dolor ea aut quae necessitatibus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1037,'Cumque sequi molestiae libero et cumque ab quisquam facilis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1038,'Reiciendis quasi possimus quas totam illum illo eaque.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,112,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1039,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1040,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1041,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1042,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1043,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1044,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1045,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,1044,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1046,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1047,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,1046,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1048,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,113,1046,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1049,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,114,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1050,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,114,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1051,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,114,1050,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1052,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,114,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1053,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,114,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1054,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1055,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1056,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,1055,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1057,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1058,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1059,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1060,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1061,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1062,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,1061,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1063,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1064,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,115,1063,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1065,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1066,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1067,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1068,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1069,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,1068,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1070,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1071,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,116,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1072,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1073,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1074,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1075,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1076,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1077,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1078,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1079,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1080,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,117,1079,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1081,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1082,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1083,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1084,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1085,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1086,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1087,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,1086,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1088,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,118,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1089,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1090,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1091,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1092,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1093,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1094,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1095,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1096,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1097,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1098,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,119,1097,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1099,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1100,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1101,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1102,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1103,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1104,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1105,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1106,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1107,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,NULL,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1108,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,1107,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1109,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,120,1107,'2022-11-22 15:26:33','2022-11-22 15:26:33'),(1110,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1111,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1112,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1113,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1114,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1115,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1116,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,121,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1117,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1118,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1119,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1120,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1121,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1122,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1123,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,1122,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1124,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1125,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,1124,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1126,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,122,1124,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1127,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,123,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1128,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,123,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1129,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,123,1128,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1130,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,123,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1131,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,123,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1132,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1133,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1134,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,1133,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1135,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1136,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1137,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1138,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1139,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1140,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,1139,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1141,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1142,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,124,1141,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1143,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1144,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1145,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1146,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1147,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,1146,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1148,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1149,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,125,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1150,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1151,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1152,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1153,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1154,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1155,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1156,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1157,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1158,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,126,1157,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1159,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1160,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1161,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1162,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1163,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1164,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1165,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,1164,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1166,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,127,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1167,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1168,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1169,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1170,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1171,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1172,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1173,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1174,'Excepturi et suscipit.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1175,'Rerum quam commodi saepe sunt praesentium et ut. Voluptas tempora eligendi officia ad dolorum.',3,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1176,'Mollitia voluptates ut consequatur sunt. Quis ipsa expedita magnam qui debitis ut.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,128,1175,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1177,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1178,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1179,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1180,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1181,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1182,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1183,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1184,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1185,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1186,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,1185,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1187,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,129,1185,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1188,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1189,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1190,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1191,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1192,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1193,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1194,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1195,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1196,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1197,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1198,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1199,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1200,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1201,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1202,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1203,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1204,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1205,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1206,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1207,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1208,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1209,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1210,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1211,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1212,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1213,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1214,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1215,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1216,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1217,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1218,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1219,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1220,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1221,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1222,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1223,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1224,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,130,NULL,'2022-11-22 16:09:02','2022-11-22 16:09:02'),(1225,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1226,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1227,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1228,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1229,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1230,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1231,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,131,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1232,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1233,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1234,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1235,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1236,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1237,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1238,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,1237,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1239,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1240,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,1239,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1241,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,132,1239,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1242,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,133,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1243,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,133,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1244,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,133,1243,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1245,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,133,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1246,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,133,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1247,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1248,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1249,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,1248,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1250,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1251,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1252,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1253,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1254,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1255,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,1254,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1256,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1257,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,134,1256,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1258,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1259,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1260,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1261,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1262,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,1261,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1263,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1264,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,135,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1265,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1266,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1267,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1268,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1269,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1270,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1271,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1272,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1273,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,136,1272,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1274,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1275,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1276,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1277,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1278,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1279,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1280,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,1279,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1281,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,137,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1282,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1283,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1284,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1285,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1286,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1287,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1288,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1289,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1290,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1291,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,1290,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1292,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,138,1290,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1293,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1294,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1295,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1296,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:44','2022-11-22 16:53:44'),(1297,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1298,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1299,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1300,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1301,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1302,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1303,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1304,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1305,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1306,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1307,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1308,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1309,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1310,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1311,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1312,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1313,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1314,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1315,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1316,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1317,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1318,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1319,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1320,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1321,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1322,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1323,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1324,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1325,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1326,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1327,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1328,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1329,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,139,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1330,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1331,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1332,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1333,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1334,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1335,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1336,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1337,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1338,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,140,NULL,'2022-11-22 16:53:45','2022-11-22 16:53:45'),(1339,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1340,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1341,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1342,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1343,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1344,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1345,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,141,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1346,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1347,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1348,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1349,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1350,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1351,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1352,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1353,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1354,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1355,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1356,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,1354,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1357,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,1355,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1358,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1359,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,1358,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1360,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1361,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,143,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1362,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,142,1358,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1363,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1364,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,145,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1365,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,145,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1366,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,145,1365,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1367,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,145,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1368,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,145,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1369,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1370,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1371,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1372,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,1371,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1373,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1374,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1375,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1376,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1377,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1378,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1379,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1380,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1381,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1382,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,144,1381,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1383,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1384,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1385,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,1384,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1386,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1387,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1388,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,146,1387,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1389,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1390,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1391,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1392,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1393,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1394,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1395,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1396,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1397,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,1395,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1398,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1399,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,1398,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1400,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1401,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,148,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1402,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,147,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1403,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1404,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1405,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1406,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1407,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1408,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1409,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1410,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1411,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1412,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1413,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1414,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1415,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1416,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,1415,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1417,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,149,1415,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1418,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1419,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1420,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1421,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1422,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,150,1421,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1423,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1424,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1425,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1426,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1427,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1428,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1429,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1430,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1431,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1432,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1433,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1434,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,1433,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1435,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1436,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1437,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1438,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,151,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1439,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1440,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1441,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1442,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1443,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1444,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1445,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1446,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1447,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1448,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1449,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1450,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1451,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1452,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1453,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1454,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1455,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1456,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1457,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1458,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1459,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1460,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1461,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1462,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1463,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1464,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1465,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1466,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,1465,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1467,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,153,1465,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1468,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1469,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1470,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1471,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1472,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1473,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1474,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1475,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1476,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1477,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1478,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,152,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1479,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1480,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1481,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1482,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1483,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1484,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1485,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1486,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1487,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1488,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1489,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1490,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1491,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1492,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1493,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1494,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1495,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1496,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1497,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1498,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,155,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1499,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1500,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1501,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1502,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1503,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1504,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1505,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1506,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1507,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1508,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1509,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1510,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1511,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1512,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1513,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1514,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1515,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1516,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1517,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1518,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1519,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1520,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1521,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1522,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1523,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1524,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,156,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1525,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1526,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1527,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1528,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1529,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1530,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1531,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1532,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1533,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,154,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1534,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1535,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1536,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1537,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1538,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1539,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1540,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1541,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:55','2022-11-22 16:53:55'),(1542,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,157,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1543,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1544,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1545,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1546,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1547,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1548,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1549,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1550,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1551,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,158,NULL,'2022-11-22 16:53:56','2022-11-22 16:53:56'),(1552,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1553,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1554,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1555,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1556,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1557,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1558,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,159,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1559,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:26','2022-11-22 17:03:26'),(1560,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1561,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1562,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1563,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1564,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1565,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,1564,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1566,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1567,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,1566,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1568,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,160,1566,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1569,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1570,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1571,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1572,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1573,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,1572,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1574,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1575,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,161,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1576,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1577,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1578,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1579,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1580,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1581,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1582,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1583,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1584,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,162,1583,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1585,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,163,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1586,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,163,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1587,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,163,1586,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1588,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,163,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1589,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,163,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1590,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1591,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1592,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,1591,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1593,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1594,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1595,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1596,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1597,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1598,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,1597,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1599,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1600,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,164,1599,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1601,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1602,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1603,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1604,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1605,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1606,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1607,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,1606,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1608,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,165,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1609,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1610,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1611,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1612,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1613,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,1612,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1614,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1615,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,166,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1616,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1617,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1618,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1619,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1620,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1621,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1622,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1623,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1624,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1625,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,1624,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1626,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,167,1624,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1627,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1628,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1629,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1630,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1631,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1632,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1633,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1634,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1635,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,168,1634,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1636,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1637,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1638,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1639,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1640,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1641,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1642,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,1641,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1643,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,169,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1644,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1645,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1646,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1647,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1648,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1649,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1650,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1651,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1652,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1653,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1654,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1655,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1656,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1657,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1658,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1659,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1660,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1661,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1662,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1663,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1664,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1665,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1666,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1667,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1668,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1669,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1670,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1671,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1672,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1673,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1674,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1675,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1676,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1677,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1678,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1679,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1680,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,170,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1681,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1682,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1683,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1684,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1685,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1686,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1687,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1688,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1689,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1690,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,1689,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1691,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,171,1689,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1692,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1693,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1694,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1695,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1696,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1697,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1698,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1699,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1700,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1701,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1702,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1703,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1704,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1705,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1706,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1707,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1708,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1709,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1710,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1711,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1712,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1713,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1714,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1715,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1716,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1717,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1718,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1719,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1720,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1721,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1722,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1723,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1724,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1725,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1726,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1727,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1728,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,172,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1729,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1730,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1731,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1732,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1733,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1734,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1735,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1736,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1737,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,173,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1738,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1739,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1740,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1741,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1742,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1743,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1744,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1745,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1746,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,174,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1747,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1748,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1749,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1750,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1751,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1752,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1753,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1754,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1755,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,175,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1756,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1757,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1758,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1759,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1760,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1761,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1762,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1763,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1764,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1765,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,176,NULL,'2022-11-22 17:03:27','2022-11-22 17:03:27'),(1766,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1767,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1768,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1769,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1770,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1771,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1772,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,177,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1773,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1774,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1775,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1776,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1777,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1778,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1779,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,1778,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1780,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1781,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,1780,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1782,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,178,1780,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1783,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1784,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1785,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1786,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1787,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,1786,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1788,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1789,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,179,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1790,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1791,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1792,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1793,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1794,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1795,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1796,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1797,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1798,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,180,1797,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1799,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,181,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1800,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,181,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1801,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,181,1800,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1802,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,181,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1803,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,181,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1804,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1805,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1806,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,1805,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1807,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1808,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1809,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1810,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1811,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1812,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,1811,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1813,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1814,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,182,1813,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1815,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1816,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1817,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1818,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1819,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1820,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1821,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,1820,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1822,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,183,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1823,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1824,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1825,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1826,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1827,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,1826,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1828,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1829,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,184,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1830,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1831,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1832,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1833,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1834,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1835,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1836,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1837,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1838,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1839,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,1838,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1840,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,185,1838,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1841,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1842,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1843,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:57','2022-11-22 17:07:57'),(1844,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1845,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1846,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1847,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1848,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1849,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,186,1848,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1850,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1851,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1852,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1853,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1854,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1855,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1856,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,1855,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1857,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,187,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1858,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1859,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1860,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1861,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1862,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1863,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1864,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1865,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1866,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1867,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1868,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1869,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1870,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1871,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1872,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1873,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1874,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1875,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1876,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1877,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1878,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1879,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1880,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1881,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1882,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1883,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1884,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1885,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1886,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1887,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1888,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1889,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1890,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1891,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1892,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1893,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1894,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,188,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1895,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1896,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1897,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1898,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1899,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1900,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1901,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1902,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1903,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1904,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,1903,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1905,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,189,1903,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1906,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1907,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1908,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1909,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1910,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1911,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1912,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1913,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1914,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1915,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1916,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1917,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1918,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1919,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1920,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1921,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1922,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1923,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1924,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1925,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1926,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1927,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1928,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1929,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1930,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1931,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1932,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1933,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1934,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1935,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1936,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1937,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1938,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1939,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1940,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1941,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1942,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,190,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1943,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1944,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1945,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1946,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1947,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1948,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1949,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1950,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1951,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,191,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1952,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1953,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1954,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1955,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1956,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1957,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1958,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1959,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1960,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,192,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1961,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1962,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1963,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1964,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1965,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1966,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1967,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1968,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1969,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1970,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,193,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1971,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1972,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1973,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1974,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1975,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1976,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1977,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1978,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1979,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1980,'Front all of the main building',10,1,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1981,'Rear all of main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1982,'Side of all main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,194,NULL,'2022-11-22 17:07:58','2022-11-22 17:07:58'),(1983,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1984,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1985,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1986,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1987,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1988,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1989,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,195,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1990,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1991,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1992,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1993,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1994,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1995,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1996,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,1995,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1997,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1998,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,1997,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(1999,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,196,1997,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2000,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2001,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2002,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2003,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2004,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,2003,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2005,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2006,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,197,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2007,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2008,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2009,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2010,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2011,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2012,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2013,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2014,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2015,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,198,2014,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2016,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,199,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2017,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,199,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2018,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,199,2017,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2019,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,199,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2020,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,199,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2021,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2022,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2023,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,2022,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2024,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2025,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2026,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2027,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2028,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2029,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,2028,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2030,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2031,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,200,2030,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2032,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2033,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2034,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2035,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2036,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2037,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2038,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,2037,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2039,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,201,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2040,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2041,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2042,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2043,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2044,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,2043,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2045,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2046,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,202,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2047,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2048,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2049,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2050,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2051,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2052,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2053,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2054,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2055,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2056,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,2055,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2057,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,203,2055,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2058,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2059,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2060,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2061,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2062,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2063,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2064,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2065,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2066,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,204,2065,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2067,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2068,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2069,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2070,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2071,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2072,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2073,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,2072,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2074,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,205,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2075,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2076,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2077,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2078,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2079,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2080,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2081,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2082,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2083,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2084,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2085,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2086,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2087,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2088,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2089,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2090,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2091,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2092,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2093,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2094,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2095,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2096,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2097,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2098,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2099,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2100,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2101,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2102,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2103,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2104,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2105,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2106,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2107,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2108,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2109,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2110,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2111,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,206,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2112,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2113,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2114,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2115,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2116,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2117,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2118,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2119,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2120,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2121,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,2120,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2122,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,207,2120,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2123,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2124,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2125,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2126,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2127,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2128,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2129,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2130,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2131,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2132,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2133,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2134,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2135,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2136,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2137,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2138,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2139,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2140,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2141,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2142,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2143,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2144,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2145,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2146,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2147,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2148,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2149,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2150,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2151,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2152,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2153,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2154,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2155,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2156,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2157,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2158,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2159,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,208,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2160,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2161,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2162,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2163,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2164,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2165,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2166,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2167,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2168,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,209,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2169,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2170,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2171,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2172,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2173,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2174,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2175,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2176,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2177,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2178,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,210,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2179,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2180,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2181,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2182,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2183,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2184,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2185,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2186,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2187,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2188,'Front all of the main building',10,1,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2189,'Rear all of main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2190,'Side of all main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,211,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2191,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2192,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2193,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2194,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2195,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2196,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2197,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2198,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2199,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,212,NULL,'2022-11-22 17:11:51','2022-11-22 17:11:51'),(2200,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2201,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2202,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2203,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2204,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2205,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2206,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,213,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2207,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2208,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2209,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2210,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2211,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2212,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2213,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,2212,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2214,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2215,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,2214,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2216,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,214,2214,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2217,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2218,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2219,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2220,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2221,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,2220,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2222,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2223,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,215,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2224,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2225,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2226,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2227,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2228,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2229,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2230,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2231,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2232,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,216,2231,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2233,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,217,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2234,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,217,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2235,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,217,2234,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2236,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,217,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2237,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,217,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2238,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2239,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2240,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,2239,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2241,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2242,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2243,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2244,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2245,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2246,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,2245,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2247,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2248,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,218,2247,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2249,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2250,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2251,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2252,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2253,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2254,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2255,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,2254,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2256,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,219,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2257,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2258,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2259,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2260,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2261,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,2260,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2262,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2263,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,220,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2264,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2265,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2266,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2267,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2268,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2269,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2270,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2271,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2272,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2273,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,2272,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2274,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,221,2272,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2275,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2276,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2277,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2278,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2279,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2280,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2281,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2282,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2283,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,222,2282,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2284,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2285,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2286,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2287,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2288,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2289,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2290,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,2289,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2291,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,223,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2292,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2293,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2294,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2295,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2296,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2297,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2298,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2299,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2300,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2301,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2302,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2303,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2304,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2305,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2306,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2307,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2308,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2309,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2310,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2311,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2312,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2313,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2314,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2315,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2316,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2317,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2318,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2319,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2320,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2321,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2322,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2323,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2324,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2325,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2326,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2327,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2328,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,224,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2329,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2330,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2331,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2332,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2333,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2334,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2335,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2336,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2337,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2338,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,2337,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2339,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,225,2337,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2340,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2341,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2342,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2343,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2344,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2345,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2346,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2347,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2348,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2349,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2350,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2351,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2352,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2353,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2354,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2355,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2356,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2357,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2358,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2359,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2360,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2361,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2362,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2363,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2364,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2365,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2366,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2367,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2368,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2369,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2370,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2371,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2372,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2373,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2374,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2375,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2376,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,226,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2377,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2378,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2379,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2380,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2381,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2382,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2383,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2384,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2385,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2386,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,227,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2387,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2388,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2389,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2390,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2391,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2392,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2393,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2394,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2395,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2396,'Front all of the main building',10,1,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2397,'Rear all of main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2398,'Side of all main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,228,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2399,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2400,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2401,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2402,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2403,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2404,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2405,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2406,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2407,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,229,NULL,'2022-11-22 17:12:11','2022-11-22 17:12:11'),(2408,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2409,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2410,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2411,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2412,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2413,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2414,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2415,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2416,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,230,NULL,'2022-11-22 17:12:12','2022-11-22 17:12:12'),(2417,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2418,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2419,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2420,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2421,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2422,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2423,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,231,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2424,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2425,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2426,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2427,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2428,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2429,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2430,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,2429,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2431,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2432,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,2431,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2433,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,232,2431,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2434,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2435,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2436,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2437,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2438,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,2437,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2439,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2440,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,233,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2441,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2442,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2443,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2444,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2445,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2446,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2447,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2448,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2449,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,234,2448,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2450,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,235,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2451,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,235,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2452,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,235,2451,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2453,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,235,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2454,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,235,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2455,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2456,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2457,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,2456,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2458,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2459,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2460,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2461,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2462,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2463,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,2462,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2464,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2465,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,236,2464,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2466,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2467,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2468,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2469,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2470,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2471,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2472,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,2471,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2473,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,237,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2474,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2475,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2476,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2477,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2478,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,2477,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2479,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2480,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,238,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2481,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2482,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2483,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2484,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2485,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2486,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2487,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2488,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2489,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2490,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,2489,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2491,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,239,2489,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2492,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2493,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2494,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2495,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2496,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2497,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2498,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2499,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2500,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,240,2499,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2501,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2502,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2503,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2504,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2505,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2506,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2507,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,2506,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2508,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,241,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2509,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2510,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2511,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2512,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2513,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2514,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2515,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2516,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2517,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2518,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2519,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2520,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2521,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2522,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2523,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2524,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2525,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2526,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2527,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2528,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2529,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2530,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2531,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2532,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2533,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2534,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2535,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2536,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2537,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2538,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2539,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2540,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2541,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2542,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2543,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2544,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2545,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,242,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2546,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2547,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2548,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2549,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2550,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2551,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2552,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2553,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2554,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2555,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,2554,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2556,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,243,2554,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2557,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2558,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2559,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2560,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2561,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2562,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2563,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2564,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2565,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2566,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2567,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2568,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2569,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2570,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2571,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2572,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2573,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2574,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2575,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2576,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2577,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2578,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2579,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2580,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2581,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2582,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2583,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2584,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2585,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2586,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2587,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2588,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2589,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2590,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2591,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2592,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2593,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,244,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2594,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:58:18'),(2595,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:58:12'),(2596,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:54:01'),(2597,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:54:24'),(2598,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:55:16'),(2599,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:56:01'),(2600,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:56:28'),(2601,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:57:04'),(2602,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:58:18'),(2603,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,245,NULL,'2022-11-22 17:14:38','2022-11-23 20:57:46'),(2604,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2605,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2606,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2607,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2608,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2609,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2610,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2611,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2612,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,246,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2613,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2614,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2615,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2616,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2617,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2618,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2619,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2620,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2621,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,247,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2622,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2623,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2624,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2625,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2626,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2627,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2628,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2629,'How many staff are work in the property at any one time.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2630,'Who is the property principal responsible person in the company or business.',9,0,0,NULL,'<p>Queen. \'Can you play croquet?\' The soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his tea spoon at the flowers and the Hatter said, tossing his head sadly. \'Do I look like one, but the wise little Alice herself, and once again the tiny hands were clasped.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2631,'Front all of the main building',10,1,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2632,'Rear all of main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2633,'Side of all main building',10,0,0,'if assessable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,248,NULL,'2022-11-22 17:14:38','2022-11-22 17:14:38'),(2634,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2635,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2636,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2637,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2638,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2639,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2640,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,249,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2641,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2642,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2643,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2644,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2645,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2646,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2647,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,2646,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2648,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2649,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,2648,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2650,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,250,2648,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2651,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2652,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2653,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2654,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2655,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,2654,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2656,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2657,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,251,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2658,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2659,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2660,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2661,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2662,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2663,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2664,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2665,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2666,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,252,2665,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2667,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,253,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2668,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,253,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2669,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,253,2668,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2670,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,253,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2671,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,253,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2672,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2673,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2674,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,2673,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2675,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2676,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2677,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2678,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2679,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2680,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,2679,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2681,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2682,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,254,2681,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2683,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2684,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2685,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2686,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2687,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2688,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2689,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,2688,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2690,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,255,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2691,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2692,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2693,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2694,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2695,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2696,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2697,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2698,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2699,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2700,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2701,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2702,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2703,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2704,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2705,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2706,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2707,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2708,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2709,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2710,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2711,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2712,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2713,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2714,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2715,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2716,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2717,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2718,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2719,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2720,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2721,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2722,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2723,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2724,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2725,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2726,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2727,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,256,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2728,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2729,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2730,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2731,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2732,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2733,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2734,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2735,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2736,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2737,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,2736,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2738,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,257,2736,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2739,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2740,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2741,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2742,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2743,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2744,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2745,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2746,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2747,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2748,'1st Allocated Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,258,NULL,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2749,'Same',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,258,2748,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2750,'Other',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,258,2748,'2022-11-23 21:01:48','2022-11-23 21:01:48'),(2751,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2752,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2753,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2754,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2755,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2756,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2757,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,259,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2758,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2759,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2760,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2761,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2762,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2763,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2764,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,2763,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2765,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2766,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,2765,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2767,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,260,2765,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2768,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2769,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2770,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2771,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2772,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,2771,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2773,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2774,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,261,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2775,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2776,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2777,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2778,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2779,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2780,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2781,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2782,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2783,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,262,2782,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2784,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,263,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2785,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,263,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2786,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,263,2785,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2787,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,263,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2788,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,263,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2789,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2790,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2791,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,2790,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2792,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2793,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2794,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2795,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2796,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2797,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,2796,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2798,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2799,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,264,2798,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2800,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2801,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2802,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2803,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2804,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2805,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2806,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,2805,'2022-11-23 21:03:28','2022-11-23 21:03:28'),(2807,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,265,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2808,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2809,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2810,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2811,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2812,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2813,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2814,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2815,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2816,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2817,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2818,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2819,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2820,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2821,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2822,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2823,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2824,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2825,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2826,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2827,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2828,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2829,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2830,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2831,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2832,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2833,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2834,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2835,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2836,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2837,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2838,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2839,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2840,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2841,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2842,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2843,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2844,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,266,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2845,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2846,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2847,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2848,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2849,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2850,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2851,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2852,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2853,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2854,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,2853,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2855,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,267,2853,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2856,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2857,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2858,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2859,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2860,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2861,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2862,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2863,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2864,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2865,'Allocated Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,268,NULL,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2866,'1st',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,268,2865,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2867,'Other',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,268,2865,'2022-11-23 21:03:29','2022-11-23 21:03:29'),(2868,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2869,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2870,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2871,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2872,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2873,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2874,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,269,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2875,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2876,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2877,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2878,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2879,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2880,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2881,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,2880,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2882,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2883,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,2882,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2884,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,270,2882,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2885,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2886,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2887,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2888,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2889,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,2888,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2890,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2891,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,271,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2892,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2893,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2894,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2895,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2896,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2897,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2898,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2899,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2900,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,272,2899,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2901,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,273,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2902,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,273,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2903,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,273,2902,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2904,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,273,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2905,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,273,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2906,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2907,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2908,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,2907,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2909,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2910,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2911,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2912,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2913,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2914,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,2913,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2915,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2916,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,274,2915,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2917,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2918,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2919,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2920,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2921,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2922,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2923,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,2922,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2924,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,275,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2925,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2926,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2927,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2928,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2929,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2930,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2931,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2932,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2933,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2934,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2935,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2936,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2937,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2938,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2939,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2940,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2941,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2942,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2943,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2944,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2945,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2946,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2947,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2948,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2949,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2950,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2951,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2952,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2953,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2954,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2955,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2956,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2957,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2958,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2959,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2960,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2961,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,276,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2962,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2963,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2964,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2965,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2966,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2967,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2968,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2969,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2970,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2971,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,2970,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2972,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,277,2970,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2973,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2974,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2975,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2976,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2977,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2978,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2979,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2980,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2981,'Rolls in property management',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2982,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,278,NULL,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2983,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,278,2982,'2022-11-23 21:05:13','2022-11-23 21:05:13'),(2984,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2985,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2986,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2987,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2988,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2989,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2990,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,279,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2991,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2992,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2993,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2994,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2995,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2996,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2997,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,2996,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2998,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(2999,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,2998,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3000,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,280,2998,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3001,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3002,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3003,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3004,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3005,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,3004,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3006,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3007,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,281,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3008,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3009,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3010,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3011,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3012,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3013,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3014,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3015,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3016,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,282,3015,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3017,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,283,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3018,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,283,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3019,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,283,3018,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3020,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,283,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3021,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,283,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3022,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3023,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3024,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,3023,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3025,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3026,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3027,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3028,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3029,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3030,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,3029,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3031,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3032,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,284,3031,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3033,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3034,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3035,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3036,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3037,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3038,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3039,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,3038,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3040,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,285,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3041,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3042,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3043,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3044,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3045,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3046,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3047,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3048,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3049,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3050,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3051,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3052,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3053,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3054,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3055,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3056,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3057,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3058,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3059,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3060,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3061,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3062,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3063,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3064,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3065,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3066,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3067,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3068,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3069,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3070,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3071,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3072,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3073,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3074,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3075,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3076,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3077,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,286,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3078,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3079,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3080,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3081,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3082,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3083,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3084,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3085,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3086,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3087,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,3086,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3088,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,287,3086,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3089,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3090,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3091,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3092,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3093,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3094,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3095,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3096,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3097,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3098,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,288,3097,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3099,'Qualification of Self Certified Compitant Person',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,288,NULL,'2022-11-23 21:12:27','2022-11-23 21:12:27'),(3100,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3101,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3102,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3103,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3104,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3105,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3106,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,289,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3107,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3108,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3109,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3110,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3111,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3112,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3113,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,3112,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3114,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3115,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,3114,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3116,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,290,3114,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3117,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3118,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3119,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3120,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3121,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,3120,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3122,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3123,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,291,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3124,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3125,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3126,'Commodi praesentium ut architecto.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3127,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3128,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3129,'Debitis voluptatem aut sed perspiciatis perspiciatis.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3130,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3131,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,292,NULL,'2022-11-23 21:16:36','2022-11-23 22:06:19'),(3132,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,292,3131,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3133,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,293,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3134,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,293,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3135,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,293,3134,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3136,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,293,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3137,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,293,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3138,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3139,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3140,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,3139,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3141,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3142,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3143,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3144,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3145,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3146,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,3145,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3147,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3148,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,294,3147,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3149,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3150,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3151,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3152,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3153,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3154,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3155,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,3154,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3156,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,295,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3157,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3158,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3159,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3160,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3161,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3162,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3163,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3164,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3165,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3166,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3167,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3168,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3169,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3170,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3171,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3172,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3173,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3174,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3175,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3176,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3177,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3178,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3179,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3180,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3181,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3182,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3183,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3184,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3185,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3186,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3187,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3188,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3189,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3190,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3191,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3192,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3193,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,296,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3194,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3195,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3196,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3197,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3198,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3199,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3200,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3201,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:36','2022-11-23 21:16:36'),(3202,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3203,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,3202,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3204,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,297,3202,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3205,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3206,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3207,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3208,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3209,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3210,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3211,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3212,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3213,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3214,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,298,3213,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3215,'Qualification of Self Certified Compitant Person',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3216,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3217,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3218,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,298,NULL,'2022-11-23 21:16:37','2022-11-23 21:16:37'),(3219,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3220,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3221,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3222,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3223,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3224,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3225,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,299,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3226,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3227,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3228,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3229,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3230,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3231,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3232,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,3231,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3233,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3234,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,3233,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3235,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,300,3233,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3236,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3237,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3238,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3239,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3240,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,3239,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3241,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3242,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,301,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3243,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,302,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3244,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,302,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3245,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,302,3244,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3246,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,302,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3247,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,302,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3248,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3249,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3250,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,3249,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3251,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3252,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3253,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3254,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3255,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3256,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,3255,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3257,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3258,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,303,3257,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3259,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3260,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3261,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3262,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3263,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3264,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3265,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,3264,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3266,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,304,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3267,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3268,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3269,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3270,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3271,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3272,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3273,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3274,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3275,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3276,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3277,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3278,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3279,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3280,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3281,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3282,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3283,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3284,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3285,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3286,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3287,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3288,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3289,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3290,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:20','2022-11-23 22:14:20'),(3291,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3292,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3293,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3294,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3295,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3296,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3297,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3298,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3299,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3300,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3301,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3302,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3303,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,305,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3304,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3305,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3306,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3307,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3308,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3309,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3310,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3311,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3312,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3313,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,3312,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3314,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,306,3312,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3315,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3316,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3317,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3318,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3319,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3320,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3321,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3322,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3323,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3324,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,307,3323,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3325,'Qualification of Self Certified Compitant Person',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3326,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3327,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3328,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,307,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3329,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3330,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3331,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3332,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3333,'Molestiae asperiores quasi suscipit sed eum at maxime.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3334,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3335,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3336,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,NULL,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3337,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,308,3336,'2022-11-23 22:14:21','2022-11-23 22:14:21'),(3338,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3339,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3340,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3341,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3342,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3343,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3344,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,309,NULL,'2022-11-23 22:19:05','2022-11-23 22:19:05'),(3345,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3346,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3347,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3348,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3349,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3350,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3351,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,3350,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3352,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3353,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,3352,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3354,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,310,3352,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3355,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3356,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3357,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3358,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3359,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,3358,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3360,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3361,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,311,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3362,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,312,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3363,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,312,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3364,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,312,3363,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3365,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,312,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3366,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,312,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3367,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3368,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3369,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,3368,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3370,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3371,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3372,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3373,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3374,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3375,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,3374,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3376,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3377,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,313,3376,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3378,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3379,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3380,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3381,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3382,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3383,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3384,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,3383,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3385,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,314,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3386,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3387,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3388,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3389,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3390,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3391,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3392,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3393,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3394,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3395,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3396,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3397,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3398,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3399,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3400,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3401,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3402,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3403,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3404,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3405,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3406,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3407,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3408,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3409,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3410,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3411,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3412,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3413,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3414,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3415,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3416,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3417,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3418,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3419,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3420,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3421,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3422,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,315,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3423,'SOURCES OF INGNITION',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3424,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3425,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3426,'COMBUSTABLE MATERIALS',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3427,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3428,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3429,'Est consequatur et in.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3430,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3431,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3432,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,3431,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3433,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,316,3431,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3434,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3435,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3436,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3437,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3438,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3439,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3440,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3441,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3442,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3443,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,317,3442,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3444,'Qualification of Self Certified Compitant Person',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3445,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3446,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3447,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,317,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3448,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3449,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3450,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3451,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3452,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3453,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3454,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3455,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,NULL,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3456,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,318,3455,'2022-11-23 22:19:06','2022-11-23 22:19:06'),(3457,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3458,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3459,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3460,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3461,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3462,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3463,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,319,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3464,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3465,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3466,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3467,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3468,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3469,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3470,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,3469,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3471,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3472,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,3471,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3473,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,320,3471,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3474,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3475,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3476,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3477,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3478,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,3477,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3479,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3480,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,321,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3481,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,322,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3482,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,322,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3483,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,322,3482,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3484,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,322,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3485,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,322,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3486,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3487,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3488,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,3487,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3489,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3490,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3491,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3492,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3493,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3494,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,3493,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3495,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3496,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,323,3495,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3497,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3498,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3499,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3500,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3501,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3502,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3503,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,3502,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3504,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,324,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3505,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3506,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3507,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3508,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3509,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3510,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3511,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3512,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3513,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3514,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3515,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3516,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3517,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3518,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3519,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3520,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3521,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3522,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3523,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3524,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3525,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3526,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3527,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3528,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3529,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3530,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3531,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3532,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3533,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3534,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3535,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3536,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3537,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3538,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3539,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3540,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3541,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,325,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3542,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3543,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3544,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3545,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3546,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3547,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3548,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3549,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3550,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3551,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,326,3550,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3552,'Qualification of Self Certified Compitant Person',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3553,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3554,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3555,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,326,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3556,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3557,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3558,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3559,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3560,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3561,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3562,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3563,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3564,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,327,3563,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3565,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3566,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3567,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3568,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3569,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3570,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3571,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3572,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3573,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,3572,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3574,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,3572,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3575,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,328,NULL,'2022-11-23 22:24:26','2022-11-23 22:24:26'),(3576,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3577,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3578,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3579,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3580,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3581,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3582,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,329,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3583,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3584,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3585,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3586,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3587,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3588,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3589,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,3588,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3590,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3591,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,3590,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3592,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,330,3590,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3593,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3594,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3595,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3596,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3597,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,3596,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3598,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3599,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,331,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3600,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,332,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3601,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,332,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3602,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,332,3601,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3603,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,332,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3604,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,332,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3605,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3606,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3607,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,3606,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3608,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3609,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3610,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3611,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3612,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3613,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,3612,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3614,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,NULL,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3615,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,333,3614,'2022-11-23 22:27:55','2022-11-23 22:27:55'),(3616,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3617,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3618,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3619,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3620,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3621,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3622,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,3621,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3623,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,334,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3624,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3625,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3626,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3627,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3628,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3629,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3630,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3631,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3632,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3633,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,335,3632,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3634,'Qualification of Self Certified Compitant Person',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3635,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3636,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3637,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,335,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3638,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3639,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3640,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3641,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3642,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3643,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3644,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3645,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3646,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,336,3645,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3647,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3648,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3649,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3650,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3651,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3652,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3653,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3654,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3655,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,3654,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3656,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,3654,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3657,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,337,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3658,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3659,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3660,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3661,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3662,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3663,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3664,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3665,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3666,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3667,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3668,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3669,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3670,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3671,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3672,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3673,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3674,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3675,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3676,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3677,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3678,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3679,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3680,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3681,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3682,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3683,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3684,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3685,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3686,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3687,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3688,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3689,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3690,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3691,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3692,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3693,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3694,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,338,NULL,'2022-11-23 22:27:56','2022-11-23 22:27:56'),(3695,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3696,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3697,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3698,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3699,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3700,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3701,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,339,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3702,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3703,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3704,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3705,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3706,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3707,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,3706,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3708,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3709,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,3708,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3710,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,3708,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3711,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,340,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3712,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3713,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3714,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3715,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3716,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,3715,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3717,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3718,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,341,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3719,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,342,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3720,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,342,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3721,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,342,3720,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3722,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,342,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3723,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,342,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3724,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3725,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3726,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,3725,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3727,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3728,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3729,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3730,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3731,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3732,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,3731,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3733,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3734,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,343,3733,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3735,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3736,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3737,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3738,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3739,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3740,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3741,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,3740,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3742,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,344,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3743,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3744,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3745,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3746,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3747,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3748,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3749,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3750,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3751,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,345,3750,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3752,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3753,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3754,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3755,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3756,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3757,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3758,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3759,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3760,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,3759,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3761,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,3759,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3762,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,346,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3763,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3764,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3765,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3766,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3767,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3768,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3769,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3770,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3771,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3772,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3773,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3774,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3775,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3776,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3777,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3778,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3779,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3780,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3781,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3782,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3783,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3784,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3785,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3786,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3787,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3788,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3789,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3790,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3791,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3792,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3793,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3794,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3795,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3796,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3797,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3798,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3799,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,347,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3800,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3801,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3802,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3803,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3804,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3805,'Who is the property principal responsible person in the company or business.',9,1,0,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3806,'Rolls in Property Management',9,1,0,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3807,'Management Areas of Property',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3808,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3809,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,348,3808,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3810,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3811,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3812,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3813,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,348,NULL,'2022-11-24 13:07:59','2022-11-24 13:07:59'),(3814,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3815,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3816,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3817,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3818,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3819,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3820,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,349,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3821,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3822,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3823,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3824,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3825,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3826,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,3825,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3827,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3828,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,3827,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3829,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,3827,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3830,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,350,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3831,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3832,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3833,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3834,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3835,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,3834,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3836,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3837,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,351,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3838,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,352,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3839,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,352,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3840,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,352,3839,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3841,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,352,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3842,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,352,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3843,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3844,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3845,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,3844,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3846,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3847,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3848,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3849,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3850,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3851,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,3850,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3852,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3853,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,353,3852,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3854,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3855,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3856,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3857,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3858,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3859,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3860,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,3859,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3861,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,354,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3862,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3863,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3864,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3865,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3866,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3867,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3868,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3869,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,355,NULL,'2022-11-24 15:22:14','2022-11-29 15:03:14'),(3870,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,355,3869,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3871,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3872,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3873,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3874,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3875,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3876,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3877,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3878,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3879,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,3878,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3880,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,3878,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3881,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,356,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3882,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3883,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3884,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3885,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3886,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3887,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3888,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3889,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3890,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3891,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3892,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3893,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3894,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3895,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3896,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3897,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3898,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3899,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3900,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3901,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3902,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3903,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3904,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3905,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3906,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3907,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3908,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3909,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3910,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3911,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3912,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3913,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3914,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3915,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3916,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3917,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3918,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,357,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3919,'Date of Assessment',7,1,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3920,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3921,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3922,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3923,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3924,'Who is the property principal responsible person in the company or business.',9,1,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3925,'Rolls in Property Management',9,1,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3926,'Management Areas of Property',9,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3927,'Fire Warden name',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3928,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,358,3927,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3929,'Front all the Main Building',10,1,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-30 00:28:31'),(3930,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3931,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3932,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,358,NULL,'2022-11-24 15:22:14','2022-11-24 15:22:14'),(3933,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:10','2022-11-30 00:32:10'),(3934,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3935,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3936,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3937,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3938,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3939,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,359,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3940,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3941,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3942,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3943,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3944,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3945,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,3944,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3946,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3947,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,3946,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3948,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,3946,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3949,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,360,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3950,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3951,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3952,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3953,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3954,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,3953,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3955,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3956,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,361,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3957,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,362,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3958,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,362,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3959,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,362,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3960,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,362,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3961,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,362,3960,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3962,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3963,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3964,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,3963,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3965,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3966,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3967,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3968,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3969,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3970,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,3969,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3971,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3972,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,363,3971,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3973,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3974,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3975,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3976,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3977,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3978,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3979,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,3978,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3980,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,364,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3981,'Style',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3982,'Type',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3983,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3984,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3985,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3986,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3987,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3988,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,365,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3989,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,365,3988,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3990,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3991,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3992,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3993,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3994,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3995,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3996,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3997,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3998,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,3997,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(3999,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,3997,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4000,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,366,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4001,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4002,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4003,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4004,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4005,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4006,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4007,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4008,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4009,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4010,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4011,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4012,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4013,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4014,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4015,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4016,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4017,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4018,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4019,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4020,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4021,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4022,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4023,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4024,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4025,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4026,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4027,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4028,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4029,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4030,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4031,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4032,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4033,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4034,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4035,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4036,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4037,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,367,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4038,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4039,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4040,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4041,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4042,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4043,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4044,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4045,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4046,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4047,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,368,4046,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4048,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4049,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4050,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4051,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4052,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,368,NULL,'2022-11-30 00:32:11','2022-11-30 00:32:11'),(4053,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4054,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4055,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4056,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4057,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4058,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4059,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,369,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4060,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4061,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4062,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4063,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4064,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4065,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,4064,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4066,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4067,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,4066,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4068,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,4066,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4069,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,370,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4070,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4071,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4072,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4073,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4074,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,4073,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4075,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4076,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,371,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4077,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,372,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4078,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,372,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4079,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,372,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4080,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,372,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4081,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,372,4080,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4082,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4083,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4084,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,4083,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4085,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4086,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4087,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4088,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4089,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4090,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,4089,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4091,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4092,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,373,4091,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4093,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4094,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4095,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4096,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4097,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4098,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4099,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,4098,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4100,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,374,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4101,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4102,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4103,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4104,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4105,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4106,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4107,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4108,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4109,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,4108,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4110,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,4108,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4111,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,375,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4112,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4113,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4114,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4115,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4116,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4117,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4118,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4119,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4120,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4121,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4122,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4123,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4124,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4125,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4126,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4127,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4128,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49'),(4129,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:49','2022-11-30 00:37:49');
INSERT INTO `questions` VALUES (4130,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4131,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4132,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4133,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4134,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4135,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4136,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4137,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4138,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4139,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4140,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4141,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4142,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4143,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4144,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4145,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4146,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4147,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4148,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,376,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4149,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4150,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4151,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4152,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4153,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4154,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4155,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4156,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4157,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4158,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,377,4157,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4159,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4160,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4161,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4162,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4163,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,377,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4164,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4165,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4166,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4167,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4168,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4169,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4170,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4171,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,378,NULL,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4172,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,378,4171,'2022-11-30 00:37:50','2022-11-30 00:37:50'),(4173,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4174,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4175,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4176,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4177,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4178,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4179,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,379,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4180,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4181,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4182,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4183,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4184,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4185,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,4184,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4186,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4187,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,4186,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4188,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,4186,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4189,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,380,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4190,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4191,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4192,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4193,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4194,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,4193,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4195,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4196,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,381,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4197,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,382,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4198,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,382,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4199,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,382,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4200,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,382,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4201,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,382,4200,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4202,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4203,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4204,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,4203,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4205,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4206,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4207,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4208,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4209,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4210,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,4209,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4211,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4212,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,383,4211,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4213,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4214,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4215,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4216,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,4215,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4217,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4218,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4219,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4220,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,384,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4221,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4222,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4223,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4224,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4225,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4226,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4227,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4228,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4229,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,4228,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4230,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,4228,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4231,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,385,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4232,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4233,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4234,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:53','2022-11-30 00:37:53'),(4235,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4236,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4237,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4238,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4239,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4240,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4241,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4242,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4243,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4244,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4245,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4246,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4247,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4248,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4249,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4250,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4251,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4252,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4253,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4254,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4255,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4256,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4257,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4258,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4259,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4260,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4261,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4262,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4263,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4264,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4265,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4266,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4267,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4268,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,386,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4269,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4270,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4271,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4272,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4273,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4274,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4275,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4276,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4277,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4278,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,387,4277,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4279,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4280,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4281,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4282,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4283,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,387,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4284,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4285,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4286,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4287,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4288,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4289,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4290,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4291,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,388,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4292,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,388,4291,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4293,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4294,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4295,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4296,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4297,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4298,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4299,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4300,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,389,NULL,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4301,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,389,4300,'2022-11-30 00:37:54','2022-11-30 00:37:54'),(4302,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4303,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4304,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4305,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4306,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4307,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4308,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,390,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4309,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4310,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4311,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4312,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4313,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4314,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,4313,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4315,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4316,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,4315,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4317,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,4315,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4318,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,391,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4319,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4320,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4321,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4322,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4323,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,4322,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4324,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4325,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,392,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4326,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,393,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4327,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,393,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4328,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,393,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4329,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,393,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4330,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,393,4329,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4331,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4332,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4333,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,4332,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4334,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4335,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4336,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4337,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4338,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4339,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,4338,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4340,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4341,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,394,4340,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4342,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4343,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4344,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4345,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,4344,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4346,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4347,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4348,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4349,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,395,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4350,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4351,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4352,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4353,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4354,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4355,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4356,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4357,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4358,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,4357,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4359,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,4357,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4360,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,396,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4361,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4362,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4363,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4364,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4365,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4366,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4367,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4368,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4369,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4370,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4371,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4372,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4373,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4374,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4375,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4376,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4377,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4378,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4379,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4380,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4381,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4382,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4383,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4384,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4385,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4386,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4387,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4388,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4389,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4390,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4391,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4392,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4393,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4394,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4395,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4396,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4397,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,397,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4398,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4399,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4400,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4401,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4402,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4403,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4404,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4405,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4406,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4407,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,398,4406,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4408,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4409,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4410,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4411,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4412,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,398,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4413,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4414,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4415,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4416,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4417,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:43:37'),(4418,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:43:37'),(4419,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4420,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,399,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4421,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,399,4420,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4422,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4423,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4424,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4425,'How many stairs cases, lifts, internal or external.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4426,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4427,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4428,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4429,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,400,NULL,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4430,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,400,4429,'2022-11-30 00:42:26','2022-11-30 00:42:26'),(4431,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4432,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4433,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4434,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4435,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4436,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4437,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,401,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4438,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4439,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4440,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4441,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4442,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4443,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,4442,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4444,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4445,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,4444,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4446,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,4444,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4447,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,402,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4448,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4449,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4450,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4451,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4452,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,4451,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4453,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4454,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,403,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4455,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,404,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4456,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,404,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4457,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,404,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4458,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,404,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4459,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,404,4458,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4460,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4461,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4462,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,4461,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4463,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4464,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4465,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4466,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4467,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4468,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,4467,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4469,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4470,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,405,4469,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4471,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4472,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4473,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4474,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,4473,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4475,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4476,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4477,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4478,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,406,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4479,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4480,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4481,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4482,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4483,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4484,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4485,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,4484,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4486,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,4484,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4487,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4488,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4489,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,407,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4490,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4491,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4492,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4493,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4494,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4495,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4496,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4497,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4498,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4499,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4500,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4501,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4502,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4503,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4504,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4505,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4506,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4507,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4508,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4509,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4510,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4511,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4512,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4513,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4514,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4515,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4516,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4517,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4518,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4519,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4520,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4521,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4522,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4523,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4524,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4525,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4526,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,408,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4527,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4528,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4529,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4530,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4531,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4532,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4533,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4534,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,409,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4535,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,409,4534,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4536,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4537,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4538,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4539,'How many stairs cases, lifts, internal or external.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4540,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4541,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4542,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4543,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,410,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4544,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,410,4543,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4545,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4546,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4547,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4548,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4549,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4550,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4551,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4552,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4553,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4554,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,411,4553,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4555,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4556,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4557,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4558,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4559,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,411,NULL,'2022-11-30 08:38:39','2022-11-30 08:38:39'),(4560,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4561,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4562,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4563,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4564,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4565,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4566,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,412,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4567,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4568,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4569,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4570,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4571,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4572,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,4571,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4573,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4574,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,4573,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4575,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,4573,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4576,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,413,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4577,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4578,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4579,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4580,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4581,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,4580,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4582,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4583,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,414,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4584,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,415,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4585,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,415,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4586,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,415,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4587,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,415,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4588,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,415,4587,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4589,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4590,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4591,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,4590,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4592,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4593,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4594,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4595,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4596,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4597,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,4596,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4598,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4599,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,416,4598,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4600,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4601,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4602,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4603,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,4602,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4604,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4605,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4606,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4607,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,417,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4608,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4609,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4610,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4611,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4612,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4613,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4614,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,4613,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4615,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,4613,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4616,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4617,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4618,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,418,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4619,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4620,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4621,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4622,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4623,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4624,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4625,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4626,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4627,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4628,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4629,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4630,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4631,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4632,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4633,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4634,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4635,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4636,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4637,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4638,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4639,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4640,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4641,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4642,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4643,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4644,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4645,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4646,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4647,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4648,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4649,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4650,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4651,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4652,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4653,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4654,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4655,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,419,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4656,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4657,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4658,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4659,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4660,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4661,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4662,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4663,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,420,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4664,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,420,4663,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4665,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,421,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4666,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,421,NULL,'2022-11-30 08:40:16','2022-11-30 08:40:16'),(4667,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,421,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4668,'How many stairs cases, lifts, internal or external.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,421,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4669,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,421,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4670,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,421,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4671,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,421,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4672,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,421,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4673,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,421,4672,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4674,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4675,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4676,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4677,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4678,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4679,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4680,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4681,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4682,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4683,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,422,4682,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4684,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4685,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4686,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:17'),(4687,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:27'),(4688,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:27'),(4689,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,422,NULL,'2022-11-30 08:40:17','2022-11-30 08:40:27'),(4690,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4691,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4692,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4693,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4694,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4695,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4696,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,423,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4697,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4698,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4699,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4700,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4701,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4702,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,4701,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4703,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4704,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,4703,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4705,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,4703,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4706,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,424,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4707,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4708,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4709,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4710,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4711,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,4710,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4712,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4713,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,425,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4714,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,426,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4715,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,426,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4716,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,426,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4717,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,426,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4718,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,426,4717,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4719,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4720,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4721,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,4720,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4722,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4723,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4724,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4725,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4726,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4727,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,4726,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4728,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4729,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,427,4728,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4730,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4731,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4732,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4733,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,4732,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4734,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4735,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4736,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4737,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,428,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4738,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4739,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4740,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4741,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4742,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4743,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4744,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,4743,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4745,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,4743,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4746,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4747,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4748,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,429,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4749,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4750,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4751,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4752,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4753,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4754,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4755,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4756,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,430,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4757,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,430,4756,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4758,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4759,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4760,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4761,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4762,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4763,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4764,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4765,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4766,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4767,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,431,4766,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4768,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4769,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4770,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4771,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4772,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4773,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,431,NULL,'2022-11-30 09:29:58','2022-11-30 09:29:58'),(4774,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:35:25'),(4775,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:35:25'),(4776,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:35:15'),(4777,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:35:15'),(4778,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:35:05'),(4779,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:59'),(4780,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:52'),(4781,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:52'),(4782,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:42'),(4783,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:37'),(4784,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:29'),(4785,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:29'),(4786,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:20'),(4787,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:09'),(4788,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:34:09'),(4789,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:33:56'),(4790,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:33:40'),(4791,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:33:33'),(4792,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:33:22'),(4793,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:33:16'),(4794,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:33:06'),(4795,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:59'),(4796,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:50'),(4797,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:50'),(4798,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:39'),(4799,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:28'),(4800,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:28'),(4801,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:12'),(4802,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:32:03'),(4803,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:31:56'),(4804,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:31:30'),(4805,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:31:23'),(4806,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:31:15'),(4807,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:31:03'),(4808,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:30:54'),(4809,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:30:40'),(4810,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:30:18'),(4811,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,432,NULL,'2022-11-30 09:29:58','2022-11-30 09:35:25'),(4812,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4813,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4814,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4815,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4816,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4817,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4818,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,433,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4819,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4820,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4821,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4822,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4823,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4824,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,4823,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4825,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4826,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,4825,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4827,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,4825,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4828,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,434,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4829,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4830,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4831,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4832,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4833,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,4832,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4834,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4835,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,435,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4836,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,436,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4837,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,436,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4838,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,436,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4839,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,436,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4840,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,436,4839,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4841,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4842,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4843,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,4842,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4844,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4845,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4846,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4847,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4848,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4849,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,4848,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4850,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4851,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,437,4850,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4852,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4853,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4854,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4855,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,4854,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4856,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4857,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4858,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4859,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,438,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4860,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4861,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4862,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4863,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4864,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4865,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4866,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,4865,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4867,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,4865,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4868,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4869,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4870,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,439,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4871,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,440,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4872,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,440,NULL,'2022-11-30 10:02:44','2022-11-30 10:02:44'),(4873,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,440,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4874,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,440,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4875,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,440,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4876,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,440,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4877,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,440,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4878,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,440,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4879,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,440,4878,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4880,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4881,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4882,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4883,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4884,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4885,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4886,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4887,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4888,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4889,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4890,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4891,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4892,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4893,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4894,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4895,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4896,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4897,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4898,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4899,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4900,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4901,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4902,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4903,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4904,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4905,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4906,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4907,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4908,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4909,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4910,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4911,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4912,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4913,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4914,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4915,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4916,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4917,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,441,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4918,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4919,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4920,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4921,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4922,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4923,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4924,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4925,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4926,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4927,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,442,4926,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4928,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4929,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4930,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4931,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4932,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4933,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4934,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,442,NULL,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4935,'A',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,442,4934,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4936,'Trial',10,1,0,'gh',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,442,4934,'2022-11-30 10:02:45','2022-11-30 10:02:45'),(4937,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4938,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4939,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4940,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4941,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4942,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4943,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,443,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4944,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4945,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4946,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4947,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4948,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4949,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,4948,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4950,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4951,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,4950,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4952,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,4950,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4953,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,444,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4954,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4955,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4956,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4957,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4958,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,4957,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4959,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4960,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,445,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4961,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,446,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4962,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,446,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4963,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,446,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4964,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,446,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4965,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,446,4964,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4966,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4967,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4968,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,4967,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4969,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4970,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4971,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4972,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4973,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4974,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,4973,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4975,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4976,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,447,4975,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4977,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4978,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4979,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4980,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,4979,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4981,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4982,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4983,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4984,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,448,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4985,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4986,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4987,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,4986,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4988,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,4986,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4989,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4990,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4991,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4992,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4993,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4994,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4995,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,449,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4996,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4997,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4998,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(4999,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5000,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5001,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5002,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5003,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,450,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5004,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,450,5003,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5005,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5006,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5007,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5008,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5009,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5010,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5011,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5012,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5013,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5014,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5015,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5016,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5017,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5018,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5019,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5020,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5021,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5022,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5023,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5024,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5025,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5026,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5027,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5028,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5029,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5030,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5031,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5032,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5033,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5034,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5035,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5036,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5037,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5038,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5039,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5040,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5041,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5042,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,451,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5043,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5044,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5045,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5046,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5047,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5048,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5049,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5050,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,452,NULL,'2022-11-30 10:03:26','2022-11-30 10:03:26'),(5051,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5052,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,452,5051,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5053,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5054,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5055,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5056,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5057,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5058,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5059,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,452,NULL,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5060,'A',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,452,5059,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5061,'Trial',10,1,0,'gh',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,452,5059,'2022-11-30 10:03:27','2022-11-30 10:03:27'),(5062,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5063,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5064,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5065,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5066,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5067,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5068,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,453,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5069,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5070,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5071,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5072,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5073,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5074,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,5073,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5075,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5076,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,5075,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5077,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,5075,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5078,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,454,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5079,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5080,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5081,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5082,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5083,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,5082,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5084,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5085,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,455,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5086,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,456,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5087,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,456,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5088,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,456,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5089,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,456,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5090,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,456,5089,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5091,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5092,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5093,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,5092,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5094,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5095,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5096,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5097,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5098,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5099,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,5098,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5100,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5101,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,457,5100,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5102,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5103,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5104,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5105,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,5104,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5106,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5107,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5108,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5109,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,458,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5110,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5111,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5112,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,5111,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5113,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,5111,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5114,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5115,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5116,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5117,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5118,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5119,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5120,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,459,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5121,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5122,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5123,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5124,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5125,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5126,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5127,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5128,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,460,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5129,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,460,5128,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5130,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5131,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5132,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5133,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5134,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5135,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5136,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5137,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5138,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5139,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5140,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5141,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5142,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5143,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5144,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5145,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5146,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5147,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5148,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5149,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5150,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5151,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5152,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5153,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5154,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5155,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5156,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5157,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5158,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5159,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5160,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5161,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5162,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5163,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5164,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5165,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5166,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5167,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,461,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5168,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5169,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5170,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5171,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5172,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5173,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5174,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5175,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5176,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5177,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,462,5176,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5178,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5179,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5180,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5181,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5182,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5183,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5184,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,462,NULL,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5185,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,462,5184,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5186,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,462,5184,'2022-11-30 10:08:16','2022-11-30 10:08:16'),(5187,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5188,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5189,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5190,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5191,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5192,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5193,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,463,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5194,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5195,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5196,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5197,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5198,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5199,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,5198,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5200,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5201,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,5200,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5202,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,5200,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5203,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,464,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5204,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5205,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5206,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5207,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5208,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,5207,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5209,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5210,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,465,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5211,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,466,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5212,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,466,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5213,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,466,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5214,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,466,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5215,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,466,5214,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5216,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5217,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5218,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,5217,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5219,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5220,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5221,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5222,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5223,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5224,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,5223,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5225,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5226,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,467,5225,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5227,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5228,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5229,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5230,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,5229,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5231,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5232,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5233,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5234,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,468,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5235,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5236,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5237,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5238,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,5237,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5239,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,5237,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5240,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5241,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5242,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5243,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5244,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5245,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,469,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5246,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5247,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5248,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5249,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5250,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5251,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5252,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5253,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,470,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5254,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,470,5253,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5255,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5256,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5257,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5258,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5259,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5260,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5261,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5262,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5263,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5264,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5265,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5266,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5267,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5268,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5269,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5270,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5271,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5272,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5273,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5274,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5275,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5276,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5277,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5278,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5279,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5280,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5281,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5282,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5283,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5284,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5285,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5286,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5287,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5288,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5289,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5290,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5291,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5292,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,471,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5293,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5294,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5295,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5296,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5297,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5298,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5299,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5300,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5301,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5302,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,472,5301,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5303,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5304,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5305,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5306,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5307,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5308,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5309,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,472,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5310,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,472,5309,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5311,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,472,5309,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5312,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,473,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5313,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,473,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5314,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,473,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5315,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,473,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5316,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,473,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5317,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,473,NULL,'2022-11-30 10:08:30','2022-11-30 10:08:30'),(5318,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5319,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5320,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5321,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5322,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5323,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5324,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,474,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5325,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5326,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5327,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5328,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5329,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5330,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,5329,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5331,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5332,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,5331,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5333,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,5331,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5334,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,475,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5335,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5336,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5337,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5338,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5339,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,5338,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5340,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5341,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,476,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5342,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,477,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5343,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,477,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5344,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,477,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5345,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,477,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5346,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,477,5345,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5347,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5348,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5349,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,5348,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5350,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5351,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5352,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5353,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5354,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5355,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,5354,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5356,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5357,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,478,5356,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5358,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5359,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5360,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5361,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,5360,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5362,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5363,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5364,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5365,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,479,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5366,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5367,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5368,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5369,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,5368,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5370,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,5368,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5371,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5372,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5373,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5374,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5375,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5376,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,480,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5377,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5378,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5379,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5380,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5381,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5382,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5383,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5384,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,481,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5385,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,481,5384,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5386,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5387,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5388,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5389,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5390,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5391,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5392,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5393,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5394,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5395,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5396,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5397,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5398,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5399,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5400,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5401,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5402,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5403,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5404,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5405,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5406,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5407,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5408,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5409,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5410,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5411,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5412,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5413,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5414,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5415,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5416,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5417,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5418,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5419,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5420,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5421,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5422,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5423,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,482,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5424,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5425,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5426,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5427,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5428,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5429,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5430,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5431,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5432,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5433,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,483,5432,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5434,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5435,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5436,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5437,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5438,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5439,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5440,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,483,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5441,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,483,5440,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5442,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,483,5440,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5443,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,484,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5444,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,484,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5445,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,484,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5446,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,484,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5447,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,484,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5448,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,484,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5449,'Atque quidem distinctio temporibus labore inventore illum earum.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5450,'Facere cum et quae modi harum saepe accusamus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5451,'Fugit dolores est explicabo culpa enim odio ut.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5452,'Quo possimus corrupti velit enim. Dolores labore voluptatem sunt.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,5451,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5453,'Tempora sunt fugit alias.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5454,'Are staff or occpants with added fire safety responsibilities, such as fire wardens, given additional training?',8,1,0,NULL,'<p>Prizes!\' Alice had not a VERY turn-up nose, much more like a telescope! I think I can reach the key; and if the Mock Turtle Soup is made from,\' said the Pigeon had finished. \'As if it thought that she wasn\'t a really good school,\' said the King, \'or I\'ll have you got in your pocket?\' he went on, spreading out the words: \'Where\'s the other two were using it as she picked her way into a line along the passage into the court, arm-in-arm with the bones and the White Rabbit; \'in fact, there\'s nothing written on the glass table and the Hatter said, turning to Alice: he had a door leading right into a doze; but, on being pinched by the pope, was soon left alone. \'I wish I had to ask any more questions about it, so she felt that this.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5455,'Ut harum eum suscipit.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5456,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,485,NULL,'2022-11-30 10:35:55','2022-11-30 10:35:55'),(5457,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5458,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5459,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5460,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5461,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5462,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5463,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,486,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5464,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5465,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5466,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5467,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5468,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5469,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,5468,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5470,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5471,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,5470,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5472,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,5470,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5473,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,487,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5474,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5475,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5476,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5477,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5478,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,5477,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5479,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5480,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,488,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5481,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,489,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5482,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,489,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5483,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,489,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5484,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,489,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5485,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,489,5484,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5486,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5487,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5488,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,5487,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5489,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5490,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5491,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5492,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5493,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5494,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,5493,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5495,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5496,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,490,5495,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5497,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5498,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5499,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5500,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5501,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,5500,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5502,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,5500,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5503,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5504,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5505,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5506,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5507,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,491,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5508,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5509,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5510,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5511,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5512,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5513,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5514,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5515,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,492,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5516,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,492,5515,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5517,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5518,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5519,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5520,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5521,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5522,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5523,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5524,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5525,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5526,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5527,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5528,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5529,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5530,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5531,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5532,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5533,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5534,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5535,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5536,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5537,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5538,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5539,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5540,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5541,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5542,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5543,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5544,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5545,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5546,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5547,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5548,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5549,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5550,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5551,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5552,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5553,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5554,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,493,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5555,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5556,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5557,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5558,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5559,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5560,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5561,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5562,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5563,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5564,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,494,5563,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5565,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5566,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5567,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5568,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5569,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5570,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5571,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,494,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5572,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,494,5571,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5573,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,494,5571,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5574,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,495,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5575,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,495,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5576,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,495,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5577,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,495,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5578,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,495,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5579,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,495,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5580,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5581,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5582,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5583,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,496,5582,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5584,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5585,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5586,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5587,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5588,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5589,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5590,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5591,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5592,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5593,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5594,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5595,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5596,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5597,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5598,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5599,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5600,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5601,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5602,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5603,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5604,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5605,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5606,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5607,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5608,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5609,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5610,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5611,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5612,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5613,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5614,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5615,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5616,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5617,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5618,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,496,NULL,'2022-11-30 10:40:45','2022-11-30 10:40:45'),(5619,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5620,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5621,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5622,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5623,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5624,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5625,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,497,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5626,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5627,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5628,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5629,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5630,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5631,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,5630,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5632,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5633,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,5632,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5634,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,5632,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5635,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,498,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5636,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5637,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5638,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5639,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5640,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,5639,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5641,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5642,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,499,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5643,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,500,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5644,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,500,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5645,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,500,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5646,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,500,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5647,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,500,5646,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5648,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5649,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5650,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,5649,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5651,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5652,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5653,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5654,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5655,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5656,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,5655,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5657,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5658,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,501,5657,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5659,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5660,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5661,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5662,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5663,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,5662,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5664,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,5662,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5665,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5666,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5667,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5668,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5669,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,502,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5670,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5671,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5672,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5673,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5674,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5675,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5676,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5677,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,503,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5678,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,503,5677,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5679,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5680,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5681,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5682,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5683,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5684,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5685,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5686,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5687,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5688,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5689,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5690,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5691,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5692,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5693,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5694,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5695,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5696,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5697,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5698,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5699,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5700,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5701,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5702,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5703,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5704,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5705,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5706,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5707,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5708,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5709,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5710,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5711,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5712,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5713,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5714,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5715,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5716,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,504,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5717,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5718,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5719,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5720,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5721,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5722,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5723,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5724,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5725,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5726,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,505,5725,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5727,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5728,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5729,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5730,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5731,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5732,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5733,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,505,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5734,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,505,5733,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5735,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,505,5733,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5736,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,506,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5737,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,506,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5738,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,506,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5739,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,506,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5740,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,506,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5741,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,506,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5742,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5743,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5744,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5745,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,507,5744,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5746,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5747,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5748,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5749,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5750,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5751,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5752,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5753,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5754,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5755,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5756,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5757,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5758,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5759,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5760,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5761,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5762,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5763,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5764,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5765,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5766,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5767,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5768,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5769,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5770,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5771,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5772,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5773,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5774,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5775,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5776,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5777,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5778,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5779,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5780,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,507,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5781,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,508,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5782,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,508,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5783,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,508,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5784,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,508,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5785,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,508,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5786,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,508,NULL,'2022-11-30 10:41:17','2022-11-30 10:41:17'),(5787,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5788,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5789,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5790,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5791,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5792,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5793,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,509,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5794,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5795,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,5794,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5796,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,5794,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5797,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5798,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5799,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5800,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5801,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5802,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5803,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,510,5802,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5804,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5805,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5806,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5807,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5808,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,5807,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5809,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5810,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,511,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5811,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,512,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5812,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,512,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5813,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,512,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5814,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,512,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5815,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,512,5814,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5816,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5817,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5818,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,5817,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5819,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5820,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5821,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5822,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5823,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5824,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,5823,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5825,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5826,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,513,5825,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5827,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5828,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5829,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5830,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5831,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,5830,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5832,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,5830,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5833,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5834,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5835,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5836,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5837,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,514,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5838,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5839,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5840,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5841,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5842,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5843,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5844,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5845,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,515,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5846,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,515,5845,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5847,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5848,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5849,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5850,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5851,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5852,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5853,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5854,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5855,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5856,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5857,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5858,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5859,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5860,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5861,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5862,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5863,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5864,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5865,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5866,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5867,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5868,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5869,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5870,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5871,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5872,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5873,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5874,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5875,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5876,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5877,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5878,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5879,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5880,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5881,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5882,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5883,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5884,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,516,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5885,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5886,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5887,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5888,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5889,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5890,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5891,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5892,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5893,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5894,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,517,5893,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5895,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5896,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5897,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5898,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5899,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5900,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5901,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,517,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5902,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,517,5901,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5903,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,517,5901,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5904,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5905,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5906,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5907,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,518,5906,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5908,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5909,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5910,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5911,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5912,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5913,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5914,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5915,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5916,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5917,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5918,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5919,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5920,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5921,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5922,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5923,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5924,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5925,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5926,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5927,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5928,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5929,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5930,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5931,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5932,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5933,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5934,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5935,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5936,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5937,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5938,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5939,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5940,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5941,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5942,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,518,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5943,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,519,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5944,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,519,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5945,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,519,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5946,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,519,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5947,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,519,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5948,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,519,NULL,'2022-11-30 10:42:56','2022-11-30 10:42:56'),(5949,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5950,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5951,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5952,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5953,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5954,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5955,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,520,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5956,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5957,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,5956,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5958,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,5956,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5959,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5960,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5961,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5962,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5963,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5964,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5965,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,521,5964,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5966,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5967,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5968,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5969,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5970,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,5969,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5971,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5972,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,522,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5973,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,523,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5974,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,523,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5975,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,523,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5976,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,523,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5977,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,523,5976,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5978,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5979,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5980,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,5979,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5981,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5982,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5983,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5984,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5985,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5986,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,5985,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5987,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5988,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,524,5987,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5989,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5990,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5991,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5992,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5993,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,5992,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5994,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,5992,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5995,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5996,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5997,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5998,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(5999,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,525,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6000,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6001,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6002,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6003,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6004,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6005,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6006,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6007,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,526,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6008,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,526,6007,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6009,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6010,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6011,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6012,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6013,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6014,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6015,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6016,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6017,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6018,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6019,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6020,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6021,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6022,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6023,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6024,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6025,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6026,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6027,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6028,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6029,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6030,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6031,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6032,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6033,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6034,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6035,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6036,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6037,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6038,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6039,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6040,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6041,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6042,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6043,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6044,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6045,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6046,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,527,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6047,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6048,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6049,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6050,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6051,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6052,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6053,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6054,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6055,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6056,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,528,6055,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6057,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6058,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6059,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6060,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6061,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6062,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6063,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,528,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6064,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,528,6063,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6065,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,528,6063,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6066,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6067,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6068,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6069,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,529,6068,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6070,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6071,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6072,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6073,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6074,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6075,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6076,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6077,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6078,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6079,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6080,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6081,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6082,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6083,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6084,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6085,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6086,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6087,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6088,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6089,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6090,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6091,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6092,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6093,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6094,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6095,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6096,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6097,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6098,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6099,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6100,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6101,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6102,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6103,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6104,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,529,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6105,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,530,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6106,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,530,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6107,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,530,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6108,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,530,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6109,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,530,NULL,'2022-11-30 10:47:08','2022-11-30 10:47:08'),(6110,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6111,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6112,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6113,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6114,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6115,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6116,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,531,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6117,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6118,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,6117,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6119,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,6117,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6120,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6121,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6122,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6123,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6124,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6125,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6126,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,532,6125,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6127,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6128,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6129,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6130,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6131,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,6130,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6132,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6133,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,533,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6134,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,534,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6135,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,534,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6136,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,534,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6137,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,534,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6138,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,534,6137,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6139,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6140,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6141,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,6140,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6142,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6143,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6144,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6145,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6146,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6147,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,6146,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6148,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6149,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,535,6148,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6150,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6151,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6152,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6153,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6154,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,6153,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6155,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,6153,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6156,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6157,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6158,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6159,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6160,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,536,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6161,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6162,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6163,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6164,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6165,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6166,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6167,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6168,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,537,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6169,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,537,6168,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6170,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6171,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6172,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6173,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6174,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6175,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6176,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6177,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6178,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6179,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6180,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6181,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6182,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6183,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6184,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6185,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6186,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6187,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6188,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6189,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6190,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6191,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6192,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6193,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6194,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6195,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6196,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6197,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6198,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6199,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6200,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6201,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6202,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6203,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6204,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6205,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6206,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6207,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,538,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6208,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6209,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6210,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6211,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6212,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6213,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6214,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6215,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6216,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6217,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,539,6216,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6218,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6219,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6220,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6221,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6222,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6223,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6224,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,539,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6225,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,539,6224,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6226,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,539,6224,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6227,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6228,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6229,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6230,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,540,6229,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6231,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6232,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6233,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6234,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6235,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6236,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6237,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6238,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6239,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6240,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6241,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6242,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6243,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6244,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6245,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6246,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6247,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6248,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6249,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6250,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6251,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6252,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6253,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6254,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6255,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6256,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6257,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6258,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6259,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6260,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6261,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6262,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6263,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6264,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6265,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,540,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6266,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,541,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6267,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,541,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6268,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,541,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6269,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,541,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6270,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,541,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6271,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,542,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6272,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,542,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6273,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,542,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6274,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,542,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6275,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,542,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6276,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,542,NULL,'2022-11-30 10:47:28','2022-11-30 10:47:28'),(6277,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6278,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6279,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6280,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6281,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6282,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6283,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,543,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6284,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6285,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,6284,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6286,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,6284,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6287,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6288,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6289,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6290,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6291,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6292,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6293,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,544,6292,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6294,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6295,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6296,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6297,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6298,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,6297,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6299,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6300,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,545,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6301,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,546,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6302,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,546,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6303,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,546,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6304,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,546,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6305,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,546,6304,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6306,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6307,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6308,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6309,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,6308,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6310,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6311,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,6310,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6312,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6313,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6314,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,6313,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6315,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6316,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,547,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6317,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6318,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6319,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6320,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6321,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,6320,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6322,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,6320,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6323,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6324,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6325,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6326,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6327,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,548,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6328,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6329,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6330,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,0,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6331,'How many stairs cases, lifts, internal or external.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6332,'Cupiditate et fuga.',5,1,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6333,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6334,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6335,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,549,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6336,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,549,6335,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6337,'Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;YES - The responsible person has been allocated in the report.</p>\n<p>&nbsp;NO - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6338,'Are competent people available to assist in the preventative and protective measures.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6339,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6340,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist.',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6341,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6342,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6343,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6344,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6345,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6346,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6347,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6348,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6349,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6350,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6351,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6352,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6353,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6354,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6355,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6356,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6357,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6358,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6359,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6360,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6361,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6362,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6363,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6364,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6365,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6366,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6367,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6368,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6369,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6370,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6371,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6372,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6373,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6374,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,550,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6375,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6376,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6377,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6378,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6379,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6380,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6381,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6382,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6383,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6384,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,551,6383,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6385,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6386,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6387,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6388,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6389,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6390,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6391,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,551,NULL,'2022-11-30 10:48:01','2022-11-30 10:48:01'),(6392,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,551,6391,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6393,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,551,6391,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6394,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6395,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6396,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6397,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,552,6396,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6398,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6399,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6400,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6401,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6402,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6403,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6404,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6405,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6406,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6407,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6408,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6409,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6410,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6411,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6412,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6413,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6414,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6415,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6416,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6417,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6418,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6419,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6420,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6421,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6422,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6423,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6424,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6425,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6426,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6427,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6428,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6429,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6430,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6431,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6432,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,552,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6433,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,553,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6434,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,553,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6435,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,553,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6436,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,553,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6437,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,553,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6438,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,554,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6439,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,554,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6440,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,554,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6441,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,554,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6442,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,554,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6443,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,554,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6444,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,555,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6445,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,555,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6446,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,555,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6447,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,555,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6448,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,555,NULL,'2022-11-30 10:48:02','2022-11-30 10:48:02'),(6449,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6450,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6451,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6452,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6453,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6454,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6455,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,556,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6456,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6457,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,6456,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6458,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,6456,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6459,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6460,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6461,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6462,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6463,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6464,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6465,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,557,6464,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6466,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6467,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6468,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6469,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6470,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,6469,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6471,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6472,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,558,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6473,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,559,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6474,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,559,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6475,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,559,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6476,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,559,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6477,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,559,6476,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6478,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6479,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6480,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6481,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,6480,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6482,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6483,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,6482,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6484,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6485,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6486,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,6485,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6487,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6488,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,560,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6489,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6490,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6491,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6492,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6493,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,6492,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6494,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,6492,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6495,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6496,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6497,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6498,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6499,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,561,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6500,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6501,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6502,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6503,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6504,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6505,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6506,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6507,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6508,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6509,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,562,6508,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6510,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6511,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6512,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6513,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6514,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6515,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6516,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,562,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6517,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,562,6516,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6518,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,562,6516,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6519,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6520,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6521,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6522,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,563,6521,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6523,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6524,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6525,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6526,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6527,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6528,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6529,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6530,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6531,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6532,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6533,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6534,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6535,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6536,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6537,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6538,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6539,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6540,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6541,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6542,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6543,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6544,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6545,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6546,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6547,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6548,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6549,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6550,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6551,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6552,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6553,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6554,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6555,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6556,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6557,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,563,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6558,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,564,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6559,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,564,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6560,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,564,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6561,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,564,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6562,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,564,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6563,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,565,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6564,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,565,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6565,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,565,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6566,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,565,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6567,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,565,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6568,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,565,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6569,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,566,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6570,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,566,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6571,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,566,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6572,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,566,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6573,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,566,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6574,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6575,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6576,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6577,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6578,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6579,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:04:19'),(6580,'Est et unde ipsam alias neque.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:04:19'),(6581,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,567,NULL,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6582,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,567,6581,'2022-11-30 11:03:42','2022-11-30 11:03:42'),(6583,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6584,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6585,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6586,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6587,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6588,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6589,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,568,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6590,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6591,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,6590,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6592,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,6590,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6593,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6594,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6595,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6596,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6597,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6598,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6599,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,569,6598,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6600,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6601,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6602,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6603,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6604,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,6603,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6605,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6606,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,570,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6607,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,571,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6608,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,571,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6609,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,571,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6610,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,571,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6611,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,571,6610,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6612,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6613,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6614,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6615,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,6614,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6616,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6617,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,6616,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6618,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6619,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6620,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,6619,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6621,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6622,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,572,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6623,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6624,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6625,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6626,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6627,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,6626,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6628,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,6626,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6629,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6630,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6631,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6632,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6633,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,573,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6634,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6635,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6636,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6637,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6638,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6639,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6640,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6641,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6642,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6643,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,574,6642,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6644,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6645,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6646,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6647,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6648,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6649,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6650,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,574,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6651,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,574,6650,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6652,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,574,6650,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6653,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,575,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6654,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,575,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6655,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,575,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6656,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,575,6655,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6657,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,575,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6658,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,575,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6659,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,575,NULL,'2022-11-30 11:06:24','2022-11-30 11:06:24'),(6660,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6661,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6662,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6663,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6664,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6665,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6666,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6667,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6668,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6669,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6670,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6671,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6672,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6673,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6674,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6675,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6676,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6677,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6678,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6679,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6680,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6681,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6682,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6683,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6684,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6685,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6686,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6687,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6688,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6689,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6690,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6691,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,575,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6692,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,576,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6693,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,576,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6694,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,576,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6695,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,576,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6696,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,576,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6697,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,577,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6698,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,577,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6699,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,577,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6700,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,577,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6701,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,577,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6702,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,577,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6703,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,578,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6704,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,578,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6705,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,578,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6706,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,578,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6707,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,578,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6708,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6709,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6710,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6711,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6712,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6713,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6714,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6715,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,579,NULL,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6716,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,579,6715,'2022-11-30 11:06:25','2022-11-30 11:06:25'),(6717,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6718,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6719,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6720,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6721,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6722,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6723,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,580,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6724,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6725,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,6724,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6726,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,6724,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6727,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6728,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6729,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6730,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6731,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6732,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6733,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,581,6732,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6734,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6735,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6736,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6737,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6738,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,6737,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6739,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6740,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,582,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6741,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,583,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6742,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,583,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6743,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,583,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6744,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,583,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6745,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,583,6744,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6746,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6747,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6748,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6749,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,6748,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6750,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6751,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,6750,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6752,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6753,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6754,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,6753,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6755,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6756,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,584,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6757,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6758,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6759,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6760,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6761,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,6760,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6762,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,6760,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6763,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6764,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6765,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6766,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6767,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,585,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6768,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6769,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6770,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6771,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6772,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6773,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6774,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6775,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6776,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6777,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,586,6776,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6778,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6779,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6780,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6781,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6782,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6783,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6784,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,586,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6785,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,586,6784,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6786,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,586,6784,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6787,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6788,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6789,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6790,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6791,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,587,6790,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6792,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6793,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6794,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6795,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6796,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6797,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6798,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6799,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6800,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6801,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6802,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6803,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6804,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6805,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6806,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6807,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6808,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6809,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6810,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6811,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6812,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6813,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6814,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6815,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6816,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6817,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6818,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6819,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6820,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6821,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6822,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6823,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6824,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6825,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,587,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6826,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,588,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6827,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,588,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6828,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,588,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6829,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,588,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6830,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,588,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6831,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,589,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6832,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,589,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6833,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,589,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6834,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,589,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6835,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,589,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6836,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,589,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6837,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,590,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6838,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,590,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6839,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,590,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6840,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,590,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6841,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,590,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6842,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6843,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6844,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6845,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6846,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6847,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6848,'External Main wall structure type.',9,1,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:12:25'),(6849,'Velit est necessitatibus distinctio consequatur sit.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6850,'Amet tempora qui nemo voluptatem. Dignissimos quis molestiae fuga porro.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,591,6849,'2022-11-30 11:11:05','2022-11-30 11:11:05'),(6851,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,591,NULL,'2022-11-30 11:11:05','2022-11-30 11:12:25'),(6852,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6853,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6854,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6855,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6856,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6857,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6858,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,592,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6859,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6860,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,6859,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6861,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,6859,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6862,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6863,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6864,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6865,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6866,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6867,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6868,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,593,6867,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6869,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6870,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6871,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6872,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6873,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,6872,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6874,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6875,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,594,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6876,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,595,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6877,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,595,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6878,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,595,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6879,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,595,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6880,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,595,6879,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6881,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6882,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6883,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6884,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,6883,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6885,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6886,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,6885,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6887,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6888,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6889,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,6888,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6890,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6891,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,596,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6892,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6893,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6894,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6895,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6896,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,6895,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6897,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,6895,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6898,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6899,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6900,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6901,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6902,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,597,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6903,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6904,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6905,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6906,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6907,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6908,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6909,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6910,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6911,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6912,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,598,6911,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6913,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6914,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6915,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6916,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6917,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6918,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6919,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,598,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6920,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,598,6919,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6921,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,598,6919,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6922,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6923,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6924,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6925,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6926,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,599,6925,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6927,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6928,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6929,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6930,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6931,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6932,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6933,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6934,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6935,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6936,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6937,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6938,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6939,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6940,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6941,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6942,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6943,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6944,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6945,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6946,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6947,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6948,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6949,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6950,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6951,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6952,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6953,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6954,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6955,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6956,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6957,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6958,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6959,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6960,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,599,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6961,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,600,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6962,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,600,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6963,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,600,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6964,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,600,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6965,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,600,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6966,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,601,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6967,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,601,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6968,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,601,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6969,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,601,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6970,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,601,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6971,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,601,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6972,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,602,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6973,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,602,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6974,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,602,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6975,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,602,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6976,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,602,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6977,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6978,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6979,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6980,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6981,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6982,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6983,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6984,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6985,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,603,NULL,'2022-11-30 11:18:39','2022-11-30 11:18:39'),(6986,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6987,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6988,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6989,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6990,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6991,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6992,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,604,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6993,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6994,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,6993,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6995,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,6993,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6996,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6997,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6998,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(6999,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7000,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7001,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7002,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,605,7001,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7003,'Animi ut dolores.',2,0,0,NULL,'Alice)--\'and perhaps you were all shaped like the Queen?\' said the Pigeon in a sorrowful tone; \'at least there\'s no use in knocking,\' said the Hatter. He had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it so quickly that the hedgehog to, and, as the game was going a journey, I should like to show.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7004,'Dicta molestiae aut voluptas et.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7005,'Aspernatur eos maxime praesentium quia non eligendi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7006,'Quisquam quae maxime.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7007,'Ex reiciendis et eveniet incidunt iusto. Quo aut sed nostrum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,7006,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7008,'Porro nemo nostrum molestiae aperiam ut odit omnis voluptas.',7,0,0,NULL,'I\'ll eat it,\' said Alice, \'I\'ve often seen them so shiny?\' Alice looked round, eager to see it pop down a large ring, with the next moment she felt sure she would catch a bad cold if she did not notice this question, but hurriedly went on, \'I must be getting home; the night-air doesn\'t suit my throat!\' and a large.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7009,'Ut ut dicta quia.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,606,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7010,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,607,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7011,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,607,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7012,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,607,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7013,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,607,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7014,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,607,7013,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7015,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7016,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7017,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7018,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,7017,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7019,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7020,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,7019,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7021,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7022,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7023,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,7022,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7024,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7025,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,608,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7026,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7027,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7028,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7029,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7030,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,7029,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7031,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,7029,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7032,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7033,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7034,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7035,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7036,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,609,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7037,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7038,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7039,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7040,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7041,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7042,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7043,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7044,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7045,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7046,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,610,7045,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7047,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7048,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7049,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7050,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7051,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7052,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7053,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,610,NULL,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7054,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,610,7053,'2022-11-30 11:26:38','2022-11-30 11:26:38'),(7055,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,610,7053,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7056,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7057,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7058,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7059,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7060,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,611,7059,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7061,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7062,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7063,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7064,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7065,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7066,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7067,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7068,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7069,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7070,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7071,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7072,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7073,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7074,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7075,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7076,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7077,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7078,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7079,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7080,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7081,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7082,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7083,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7084,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7085,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7086,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7087,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7088,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7089,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7090,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7091,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7092,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7093,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7094,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,611,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7095,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,612,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7096,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,612,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7097,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,612,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7098,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,612,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7099,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,612,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7100,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,613,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7101,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,613,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7102,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,613,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7103,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,613,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7104,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,613,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7105,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,613,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7106,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,614,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7107,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,614,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7108,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,614,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7109,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,614,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7110,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,614,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7111,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7112,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7113,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7114,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7115,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7116,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7117,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7118,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7119,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,615,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7120,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7121,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7122,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7123,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7124,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7125,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7126,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,616,NULL,'2022-11-30 11:26:39','2022-11-30 11:26:39'),(7127,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7128,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7129,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7130,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7131,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7132,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7133,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,617,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7134,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7135,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,7134,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7136,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,7134,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7137,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7138,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7139,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7140,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7141,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7142,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7143,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,618,7142,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7144,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,619,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7145,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,619,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7146,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,619,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7147,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,619,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7148,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,619,7147,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7149,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7150,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7151,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7152,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,7151,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7153,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7154,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,7153,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7155,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7156,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7157,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,7156,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7158,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7159,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,620,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7160,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7161,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7162,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7163,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7164,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,7163,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7165,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,7163,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7166,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7167,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7168,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7169,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7170,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,621,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7171,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7172,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7173,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7174,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7175,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7176,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7177,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7178,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7179,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7180,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,622,7179,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7181,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7182,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7183,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7184,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7185,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7186,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7187,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,622,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7188,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,622,7187,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7189,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,622,7187,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7190,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7191,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7192,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7193,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7194,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,623,7193,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7195,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7196,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7197,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7198,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7199,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7200,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7201,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7202,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7203,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7204,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7205,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7206,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7207,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7208,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7209,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7210,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7211,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7212,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,623,NULL,'2022-11-30 11:28:28','2022-11-30 11:28:28'),(7213,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7214,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7215,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7216,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7217,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7218,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7219,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7220,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7221,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7222,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7223,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7224,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7225,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7226,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7227,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7228,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,623,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7229,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,624,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7230,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,624,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7231,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,624,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7232,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,624,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7233,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,624,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7234,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,625,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7235,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,625,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7236,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,625,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7237,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,625,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7238,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,625,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7239,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,625,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7240,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,626,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7241,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,626,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7242,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,626,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7243,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,626,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7244,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,626,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7245,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7246,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7247,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7248,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7249,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7250,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7251,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7252,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7253,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,627,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7254,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7255,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7256,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7257,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7258,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7259,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7260,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,628,NULL,'2022-11-30 11:28:29','2022-11-30 11:28:29'),(7261,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7262,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7263,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7264,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7265,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7266,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7267,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,629,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7268,'Exercitationem ut rerum distinctio eius natus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7269,'Beatae quia quo nesciunt maxime est.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,7268,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7270,'Ut voluptas ullam vero assumenda sit alias quod et.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,7268,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7271,'Voluptatum incidunt voluptatum blanditiis.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7272,'Voluptates consectetur aut qui itaque sequi.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7273,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7274,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7275,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7276,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7277,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,630,7276,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7278,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,631,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7279,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,631,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7280,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,631,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7281,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,631,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7282,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,631,7281,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7283,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7284,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7285,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7286,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,7285,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7287,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7288,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,7287,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7289,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7290,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7291,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,7290,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7292,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7293,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,632,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7294,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7295,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7296,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7297,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7298,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7299,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7300,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7301,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,7300,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7302,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,7300,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7303,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7304,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,633,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7305,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7306,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7307,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7308,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7309,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7310,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7311,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7312,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7313,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7314,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,634,7313,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7315,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7316,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7317,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7318,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7319,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7320,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7321,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,634,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7322,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,634,7321,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7323,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,634,7321,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7324,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7325,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7326,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7327,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7328,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,635,7327,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7329,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7330,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7331,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7332,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7333,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7334,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7335,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7336,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7337,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7338,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7339,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7340,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7341,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7342,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7343,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7344,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7345,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7346,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7347,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7348,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7349,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7350,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7351,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7352,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7353,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7354,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7355,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7356,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7357,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7358,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7359,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7360,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7361,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7362,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,635,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7363,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,636,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7364,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,636,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7365,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,636,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7366,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,636,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7367,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,636,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7368,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,637,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7369,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,637,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7370,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,637,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7371,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,637,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7372,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,637,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7373,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,637,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7374,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,638,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7375,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,638,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7376,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,638,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7377,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,638,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7378,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,638,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7379,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7380,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7381,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7382,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7383,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7384,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7385,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7386,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7387,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,639,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7388,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7389,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7390,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7391,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7392,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7393,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7394,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,640,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7395,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7396,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7397,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7398,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7399,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7400,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7401,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,NULL,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7402,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,641,7401,'2022-11-30 11:28:33','2022-11-30 11:28:33'),(7403,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7404,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7405,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7406,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7407,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7408,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7409,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,642,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7410,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,643,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7411,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,643,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7412,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,643,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7413,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,643,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7414,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,643,7413,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7415,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7416,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7417,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7418,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,7417,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7419,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7420,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,7419,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7421,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7422,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7423,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,7422,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7424,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7425,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,644,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7426,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7427,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7428,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7429,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7430,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7431,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7432,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7433,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,7432,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7434,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,7432,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7435,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7436,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,645,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7437,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7438,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7439,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7440,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7441,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7442,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7443,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7444,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7445,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7446,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,646,7445,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7447,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7448,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7449,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7450,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7451,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7452,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7453,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,646,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7454,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,646,7453,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7455,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,646,7453,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7456,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7457,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7458,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7459,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',3,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7460,'P.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,647,7459,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7461,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7462,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7463,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7464,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY PLANS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7465,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7466,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7467,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7468,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7469,'Is the em ergency plan readily available to employees Visitor or others to read?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7470,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7471,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',10,1,0,'UPLOAD EVIDENCE UPTO 2X PHOTO OF THE EVACUATION PLAN DISPLAYED FOR STAFF OR VISITORS -  OTHERS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7472,'Is the emergency plan available to the enforcing authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7473,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7474,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7475,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7476,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7477,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7478,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7479,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7480,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7481,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7482,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7483,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7484,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7485,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7486,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7487,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7488,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7489,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7490,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7491,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7492,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7493,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7494,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,647,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7495,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,648,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7496,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,648,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7497,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,648,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7498,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,648,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7499,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,648,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7500,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,649,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7501,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,649,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7502,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,649,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7503,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,649,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7504,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,649,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7505,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,649,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7506,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,650,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7507,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,650,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7508,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,650,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7509,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,650,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7510,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,650,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7511,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7512,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7513,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7514,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7515,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7516,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7517,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7518,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7519,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,651,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7520,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7521,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7522,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7523,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7524,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7525,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7526,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,652,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7527,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7528,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7529,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7530,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7531,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7532,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7533,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7534,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,653,7533,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7535,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7536,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7537,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7538,'Upload evidence',10,1,0,'Upload evidedence up to 3x photo of the Fire Safety 2st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7539,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',10,1,0,'UPLOAD EVIDENCE UPTO 3X PHOTO OF THE FIRE SAFETY POLICY 1STAND LAST UP DATED PAGE REQUIRED.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7540,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7541,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7542,'4.05 - Does the premises plan (Q4.04) form an integral part  of the  overall  emergency plan?',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7543,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7544,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7545,'Upload Evidence',10,1,0,'Upload evidence up to  2x photo of the evacuation plan displayed for staff or visitors -  Others.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7546,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7547,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled -There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7548,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7549,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7550,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7551,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7552,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7553,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7554,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7555,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>Yes - There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.&nbsp;</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system.</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7556,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7557,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7558,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7559,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7560,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7561,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7562,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7563,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7564,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7565,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7566,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7567,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7568,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7569,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7570,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,654,NULL,'2022-11-30 12:17:21','2022-11-30 12:17:21'),(7571,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7572,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7573,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7574,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7575,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7576,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7577,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,655,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7578,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,656,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7579,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,656,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7580,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,656,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7581,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,656,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7582,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,656,7581,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7583,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7584,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7585,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7586,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7587,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7588,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,7587,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7589,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7590,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,7589,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7591,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7592,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7593,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,657,7592,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7594,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7595,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7596,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7597,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7598,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7599,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7600,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7601,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,7600,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7602,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,7600,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7603,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7604,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,658,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7605,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7606,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7607,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7608,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7609,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7610,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7611,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7612,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7613,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7614,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,659,7613,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7615,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7616,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7617,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7618,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7619,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7620,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7621,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,659,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7622,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,659,7621,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7623,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,659,7621,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7624,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,660,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7625,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,660,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7626,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,660,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7627,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,660,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7628,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,660,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7629,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,661,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7630,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,661,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7631,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,661,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7632,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,661,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7633,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,661,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7634,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,661,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7635,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,662,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7636,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,662,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7637,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,662,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7638,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,662,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7639,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,662,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7640,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7641,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7642,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7643,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7644,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7645,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7646,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7647,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7648,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,663,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7649,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7650,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7651,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7652,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7653,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7654,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7655,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,664,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7656,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7657,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7658,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7659,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7660,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7661,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7662,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7663,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,665,7662,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7664,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7665,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7666,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7667,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7668,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7669,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7670,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7671,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7672,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7673,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7674,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7675,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7676,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7677,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7678,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7679,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7680,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7681,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7682,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7683,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7684,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7685,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7686,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7687,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7688,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7689,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7690,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7691,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7692,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7693,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7694,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7695,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7696,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7697,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7698,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7699,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7700,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7701,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,666,NULL,'2022-11-30 14:37:38','2022-11-30 14:37:38'),(7702,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7703,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7704,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7705,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7706,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7707,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7708,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,667,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7709,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,668,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7710,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,668,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7711,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,668,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7712,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,668,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7713,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,668,7712,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7714,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7715,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7716,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7717,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7718,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7719,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,7718,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7720,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7721,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,7720,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7722,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7723,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7724,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,669,7723,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7725,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7726,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7727,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7728,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7729,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7730,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7731,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7732,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,7731,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7733,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,7731,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7734,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7735,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,670,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7736,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7737,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7738,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7739,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7740,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7741,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7742,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7743,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7744,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7745,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,671,7744,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7746,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7747,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7748,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7749,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7750,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7751,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7752,'trial',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,671,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7753,'Question 1',8,1,1,NULL,'<p>Yes - Goes here</p>\n<p>No - Goes here</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,671,7752,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7754,'Trial info',10,1,0,'Desc herre',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,671,7752,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7755,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,672,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7756,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,672,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7757,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,672,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7758,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,672,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7759,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,672,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7760,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,673,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7761,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,673,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7762,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,673,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7763,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,673,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7764,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,673,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7765,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,673,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7766,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,674,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7767,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,674,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7768,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,674,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7769,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,674,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7770,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,674,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7771,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7772,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7773,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7774,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7775,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7776,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7777,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7778,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,675,NULL,'2022-11-30 14:38:44','2022-11-30 14:38:44'),(7779,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,675,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7780,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7781,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7782,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7783,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7784,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7785,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7786,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,676,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7787,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7788,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7789,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7790,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7791,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7792,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7793,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7794,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,677,7793,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7795,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7796,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7797,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7798,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7799,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7800,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7801,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7802,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7803,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7804,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7805,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7806,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7807,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7808,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7809,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7810,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7811,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7812,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7813,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7814,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7815,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7816,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7817,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7818,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7819,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7820,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7821,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7822,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7823,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7824,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7825,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7826,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7827,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7828,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7829,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7830,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7831,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7832,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,678,NULL,'2022-11-30 14:38:45','2022-11-30 14:38:45'),(7833,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7834,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7835,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7836,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7837,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7838,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7839,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,679,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7840,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,680,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7841,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,680,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7842,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,680,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7843,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,680,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7844,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,680,7843,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7845,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7846,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7847,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7848,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7849,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7850,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,7849,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7851,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7852,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,7851,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7853,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7854,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7855,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,681,7854,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7856,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7857,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7858,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7859,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7860,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7861,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7862,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7863,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,7862,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7864,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,7862,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7865,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7866,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,682,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7867,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,683,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7868,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,683,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7869,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,683,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7870,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,683,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7871,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,683,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7872,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7873,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7874,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7875,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7876,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7877,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7878,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7879,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7880,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,684,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7881,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7882,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7883,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7884,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7885,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7886,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7887,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,685,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7888,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7889,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7890,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7891,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7892,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7893,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7894,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,NULL,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7895,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,686,7894,'2022-11-30 20:51:03','2022-11-30 20:51:03'),(7896,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7897,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7898,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7899,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7900,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7901,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7902,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7903,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7904,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7905,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7906,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7907,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7908,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7909,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7910,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7911,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7912,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7913,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7914,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7915,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7916,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7917,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7918,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7919,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7920,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7921,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7922,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7923,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7924,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7925,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7926,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7927,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7928,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7929,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7930,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7931,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7932,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7933,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,687,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7934,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7935,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7936,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7937,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7938,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7939,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7940,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7941,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7942,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7943,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,688,7942,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7944,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7945,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7946,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7947,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7948,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7949,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,688,NULL,'2022-11-30 20:51:04','2022-11-30 20:51:04'),(7950,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7951,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7952,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7953,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7954,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7955,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7956,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,689,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7957,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,690,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7958,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,690,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7959,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,690,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7960,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,690,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7961,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,690,7960,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7962,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7963,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7964,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7965,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7966,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7967,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,7966,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7968,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7969,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,7968,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7970,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7971,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7972,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,691,7971,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7973,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7974,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7975,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7976,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7977,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7978,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7979,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7980,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,7979,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7981,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,7979,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7982,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7983,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,692,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7984,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,693,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7985,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,693,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7986,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,693,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7987,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,693,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7988,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,693,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7989,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7990,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7991,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7992,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7993,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7994,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7995,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7996,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7997,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,694,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7998,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(7999,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8000,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8001,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8002,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8003,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8004,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,695,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8005,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8006,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8007,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8008,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8009,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8010,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8011,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8012,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,696,8011,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8013,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8014,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8015,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8016,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8017,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8018,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8019,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8020,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8021,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8022,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8023,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8024,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8025,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8026,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8027,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8028,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8029,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8030,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8031,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8032,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8033,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8034,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8035,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8036,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8037,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8038,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8039,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8040,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8041,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8042,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8043,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8044,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8045,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8046,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8047,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8048,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8049,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8050,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,697,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8051,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8052,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8053,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8054,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8055,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8056,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8057,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8058,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8059,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8060,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,698,8059,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8061,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8062,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8063,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8064,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8065,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8066,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,698,NULL,'2022-11-30 20:54:29','2022-11-30 20:54:29'),(8067,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8068,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8069,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8070,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8071,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8072,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8073,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,699,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8074,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,700,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8075,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,700,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8076,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,700,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8077,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,700,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8078,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,700,8077,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8079,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8080,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8081,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8082,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8083,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8084,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,8083,'2022-11-30 20:55:29','2022-11-30 20:55:29'),(8085,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8086,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,8085,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8087,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8088,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8089,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,701,8088,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8090,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8091,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8092,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8093,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8094,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8095,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8096,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8097,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,8096,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8098,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,8096,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8099,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8100,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,702,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8101,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,703,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8102,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,703,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8103,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,703,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8104,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,703,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8105,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,703,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8106,'Style',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8107,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8108,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8109,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8110,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8111,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8112,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8113,'External Main wall structure type.',9,0,0,NULL,'<p>I heard him declare, \"You have baked me too brown, I must have imitated somebody else\'s hand,\' said the King, going up to Alice, they all crowded round her at the bottom of a water-well,\' said the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice sadly. \'Hand it over here,\' said the Cat, \'if you don\'t like them!\' When the procession moved on, three of the shepherd boy--and the sneeze of the Gryphon, \'she wants for to know what they\'re about!\' \'Read them,\' said the Duchess; \'and the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is only a child!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this moment, I tell you, you coward!\' and at last it sat down and cried. \'Come, there\'s no use in talking to him,\' said Alice sharply, for she felt sure she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8114,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,704,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8115,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8116,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8117,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8118,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8119,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8120,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8121,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,705,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8122,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8123,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8124,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8125,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8126,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8127,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8128,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8129,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,706,8128,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8130,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8131,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8132,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8133,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8134,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8135,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8136,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8137,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8138,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8139,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8140,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8141,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8142,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8143,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8144,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8145,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8146,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8147,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8148,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8149,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30');
INSERT INTO `questions` VALUES (8150,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8151,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8152,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8153,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8154,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8155,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8156,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8157,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8158,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8159,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8160,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8161,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8162,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8163,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8164,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8165,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8166,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8167,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,707,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8168,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8169,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8170,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8171,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8172,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8173,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8174,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8175,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8176,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8177,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,708,8176,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8178,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8179,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8180,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8181,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8182,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,708,NULL,'2022-11-30 20:55:30','2022-11-30 20:55:30'),(8183,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8184,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8185,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8186,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8187,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8188,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8189,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,709,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8190,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,710,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8191,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,710,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8192,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,710,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8193,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,710,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8194,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,710,8193,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8195,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8196,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8197,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8198,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8199,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8200,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,8199,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8201,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8202,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,8201,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8203,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8204,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,NULL,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8205,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,711,8204,'2022-11-30 21:16:28','2022-11-30 21:16:28'),(8206,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8207,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8208,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8209,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8210,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8211,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8212,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8213,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,8212,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8214,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,8212,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8215,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8216,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,712,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8217,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,713,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8218,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,713,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8219,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,713,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8220,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,713,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8221,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,713,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8222,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8223,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8224,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8225,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8226,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8227,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8228,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,714,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8229,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8230,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8231,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8232,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8233,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8234,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8235,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8236,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,715,8235,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8237,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8238,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8239,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8240,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8241,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8242,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8243,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8244,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8245,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8246,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8247,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8248,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8249,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8250,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8251,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8252,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8253,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8254,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8255,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8256,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8257,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8258,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8259,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8260,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8261,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8262,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8263,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8264,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8265,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8266,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8267,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8268,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8269,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8270,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8271,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8272,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8273,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8274,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,716,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8275,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8276,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8277,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8278,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8279,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8280,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8281,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8282,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8283,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8284,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,717,8283,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8285,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8286,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8287,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8288,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8289,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,717,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8290,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8291,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8292,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8293,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8294,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8295,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8296,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8297,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8298,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8299,'Fire-Proofed Areas',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,718,NULL,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8300,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,718,8299,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8301,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,718,8299,'2022-11-30 21:16:29','2022-11-30 21:16:29'),(8302,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8303,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8304,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8305,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8306,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8307,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8308,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,719,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8309,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,720,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8310,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,720,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8311,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,720,8310,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8312,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,720,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8313,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,720,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8314,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8315,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8316,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8317,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8318,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8319,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,8318,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8320,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8321,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,8320,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8322,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8323,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8324,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,721,8323,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8325,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8326,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8327,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8328,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8329,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8330,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8331,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8332,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,8331,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8333,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,8331,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8334,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8335,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,722,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8336,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,723,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8337,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,723,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8338,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,723,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8339,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,723,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8340,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,723,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8341,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8342,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8343,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8344,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8345,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8346,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8347,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,724,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8348,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8349,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8350,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8351,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8352,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8353,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8354,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8355,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,725,8354,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8356,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8357,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8358,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8359,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8360,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8361,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8362,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8363,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8364,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8365,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8366,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8367,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8368,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8369,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8370,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8371,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8372,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8373,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8374,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8375,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8376,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8377,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8378,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8379,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8380,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8381,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8382,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8383,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8384,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8385,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8386,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8387,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8388,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8389,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8390,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8391,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8392,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8393,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,726,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8394,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8395,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8396,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8397,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8398,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8399,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8400,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8401,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8402,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8403,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,727,8402,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8404,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8405,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8406,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8407,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8408,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,727,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8409,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8410,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8411,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8412,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8413,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8414,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8415,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8416,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8417,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8418,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8419,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8420,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,728,NULL,'2022-11-30 21:22:39','2022-11-30 21:22:39'),(8421,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8422,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8423,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8424,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8425,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8426,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8427,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,729,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8428,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,730,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8429,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,730,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8430,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,730,8429,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8431,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,730,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8432,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,730,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8433,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8434,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8435,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8436,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8437,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8438,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,8437,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8439,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8440,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,8439,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8441,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8442,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8443,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,731,8442,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8444,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8445,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8446,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8447,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8448,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8449,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8450,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8451,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,8450,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8452,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,8450,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8453,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8454,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,732,NULL,'2022-11-30 21:28:47','2022-11-30 21:28:47'),(8455,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,733,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8456,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,733,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8457,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,733,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8458,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,733,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8459,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,733,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8460,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8461,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8462,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8463,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8464,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8465,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8466,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,734,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8467,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8468,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8469,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8470,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8471,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8472,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8473,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8474,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,735,8473,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8475,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8476,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8477,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8478,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8479,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8480,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8481,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8482,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8483,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8484,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8485,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8486,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8487,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8488,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8489,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8490,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8491,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8492,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8493,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8494,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8495,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8496,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8497,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8498,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8499,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8500,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8501,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8502,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8503,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8504,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8505,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8506,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8507,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8508,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8509,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8510,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8511,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8512,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,736,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8513,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8514,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8515,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8516,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8517,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8518,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8519,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8520,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8521,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8522,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,737,8521,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8523,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8524,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8525,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8526,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8527,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,737,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8528,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8529,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8530,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8531,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8532,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8533,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8534,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8535,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8536,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8537,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8538,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8539,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8540,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,738,NULL,'2022-11-30 21:28:48','2022-11-30 21:28:48'),(8541,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8542,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8543,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8544,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8545,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8546,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8547,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,739,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8548,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,740,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8549,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,740,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8550,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,740,8549,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8551,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,740,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8552,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,740,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8553,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8554,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8555,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8556,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8557,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8558,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,8557,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8559,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8560,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,8559,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8561,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8562,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8563,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,741,8562,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8564,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8565,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8566,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8567,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,8566,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8568,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,8566,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8569,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8570,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8571,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8572,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8573,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8574,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,742,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8575,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,743,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8576,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,743,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8577,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,743,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8578,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,743,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8579,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,743,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8580,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8581,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8582,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8583,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8584,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8585,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8586,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,744,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8587,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8588,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8589,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8590,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8591,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8592,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8593,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8594,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,745,8593,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8595,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8596,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8597,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8598,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8599,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8600,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8601,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8602,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8603,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8604,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8605,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8606,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8607,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8608,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8609,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8610,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8611,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8612,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8613,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8614,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8615,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8616,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8617,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8618,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8619,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8620,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8621,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8622,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8623,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8624,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8625,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8626,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8627,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8628,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8629,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8630,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8631,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8632,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,746,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8633,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8634,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8635,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8636,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8637,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8638,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8639,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8640,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8641,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8642,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,747,8641,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8643,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8644,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8645,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8646,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8647,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,747,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8648,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8649,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8650,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8651,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8652,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8653,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8654,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8655,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8656,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8657,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8658,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8659,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8660,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,748,NULL,'2022-11-30 21:30:16','2022-11-30 21:30:16'),(8661,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8662,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8663,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8664,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8665,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8666,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8667,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,749,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8668,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,750,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8669,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,750,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8670,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,750,8669,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8671,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,750,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8672,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,750,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8673,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8674,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8675,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8676,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8677,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8678,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,8677,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8679,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8680,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,8679,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8681,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8682,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8683,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,751,8682,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8684,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8685,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8686,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8687,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,8686,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8688,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,8686,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8689,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8690,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8691,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8692,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8693,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8694,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,752,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8695,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,753,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8696,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,753,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8697,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,753,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8698,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,753,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8699,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,753,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8700,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8701,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8702,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8703,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8704,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8705,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8706,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,754,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8707,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8708,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8709,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8710,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8711,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8712,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8713,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8714,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,755,8713,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8715,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,756,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8716,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,756,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8717,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8718,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,756,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8719,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,756,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8720,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8721,'Upload Evidence',10,1,0,'Upload Evidence up to 3x photo of the fire safety plans.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,756,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8722,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,756,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8723,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:30'),(8724,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:30'),(8725,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8726,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8727,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8728,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8729,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8730,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8731,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8732,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8733,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8734,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8735,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8736,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8737,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8738,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8739,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8740,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8741,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8742,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8743,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8744,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8745,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8746,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8747,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8748,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8749,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8750,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8751,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8752,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,756,NULL,'2022-11-30 21:34:09','2022-12-01 07:07:03'),(8753,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8754,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8755,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8756,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8757,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8758,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8759,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8760,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8761,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8762,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,757,8761,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8763,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8764,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8765,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8766,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8767,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,757,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8768,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8769,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8770,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8771,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8772,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8773,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8774,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8775,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8776,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8777,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8778,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8779,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8780,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8781,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8782,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,758,NULL,'2022-11-30 21:34:09','2022-11-30 21:34:09'),(8783,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8784,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8785,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8786,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8787,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8788,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8789,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,759,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8790,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,760,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8791,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,760,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8792,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,760,8791,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8793,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,760,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8794,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,760,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8795,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8796,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8797,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8798,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8799,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8800,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,8799,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8801,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8802,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,8801,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8803,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8804,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8805,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,761,8804,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8806,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8807,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8808,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8809,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,8808,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8810,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,8808,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8811,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8812,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8813,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8814,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8815,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8816,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,762,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8817,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,763,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8818,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,763,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8819,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,763,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8820,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,763,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8821,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,763,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8822,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8823,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8824,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8825,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8826,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8827,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8828,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,764,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8829,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8830,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8831,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8832,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8833,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8834,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8835,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8836,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,765,8835,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8837,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8838,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8839,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8840,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8841,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8842,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8843,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8844,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8845,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8846,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,766,8845,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8847,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8848,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8849,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8850,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8851,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,766,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8852,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,767,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8853,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,767,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8854,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,767,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8855,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,767,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8856,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,767,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8857,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,767,NULL,'2022-12-01 07:07:46','2022-12-01 07:07:46'),(8858,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8859,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8860,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8861,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8862,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8863,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8864,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8865,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8866,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,767,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8867,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8868,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8869,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:08:32'),(8870,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8871,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8872,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:11:38'),(8873,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:11:38'),(8874,'Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:11:38'),(8875,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:18:26'),(8876,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:11:38'),(8877,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:18:26'),(8878,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:18:26'),(8879,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:43:50'),(8880,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:22:26'),(8881,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:43:43'),(8882,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:37:41'),(8883,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:43:50'),(8884,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:39:47'),(8885,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:43:33'),(8886,'Is their appropriate liaison with the Fire and Rescue Authority?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:41:38'),(8887,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:43:22'),(8888,'Has aregimeof regularin-housefireprecautions checksbeendefined and implemented?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:43:50'),(8889,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8890,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8891,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8892,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',10,1,0,'UPLOAD EVIDENCE UPTO 5X PHOTO OF THE FIRE RISK LOGBOOK OR READABLE FORMAT – LATEST RECORDING IN EACH SECTION',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8893,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8894,'Input your own answer in this box',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8895,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8896,'Has responsibility for fire safety been nominated.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8897,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8898,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8899,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8900,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8901,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8902,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8903,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8904,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,768,NULL,'2022-12-01 07:07:47','2022-12-01 07:07:47'),(8905,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8906,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8907,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8908,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8909,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8910,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8911,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,769,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8912,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,770,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8913,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,770,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8914,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,770,8913,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8915,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,770,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8916,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,770,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8917,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8918,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8919,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8920,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8921,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8922,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,8921,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8923,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8924,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,8923,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8925,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8926,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8927,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,771,8926,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8928,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8929,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8930,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8931,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,8930,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8932,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,8930,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8933,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8934,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8935,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8936,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8937,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8938,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,772,NULL,'2022-12-01 07:53:25','2022-12-01 07:53:25'),(8939,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,773,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8940,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,773,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8941,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,773,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8942,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,773,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8943,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,773,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8944,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8945,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8946,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8947,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8948,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8949,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8950,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,774,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8951,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8952,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8953,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8954,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8955,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8956,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8957,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8958,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,775,8957,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8959,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8960,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8961,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8962,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8963,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8964,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8965,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8966,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8967,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8968,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,776,8967,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8969,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8970,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8971,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8972,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8973,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,776,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8974,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8975,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8976,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8977,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8978,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8979,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8980,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8981,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8982,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8983,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8984,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8985,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8986,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8987,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8988,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,777,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8989,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8990,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8991,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(8992,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8993,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(8994,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(8995,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(8996,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(8997,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(8998,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(8999,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9000,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9001,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9002,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9003,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(9004,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(9005,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:53:26'),(9006,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9007,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9008,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9009,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9010,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9011,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9012,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9013,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9014,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9015,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9016,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9017,'Input your own answer in this box',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,778,NULL,'2022-12-01 07:53:26','2022-12-01 07:55:36'),(9018,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9019,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9020,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9021,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9022,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9023,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9024,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,779,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9025,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,780,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9026,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,780,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9027,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,780,9026,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9028,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,780,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9029,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,780,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9030,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9031,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9032,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9033,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9034,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9035,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,9034,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9036,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9037,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,9036,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9038,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9039,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9040,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,781,9039,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9041,'Upload Photo of any hazzards',10,1,0,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9042,'Dolores labore aut natus cupiditate quia. Quia ipsam nihil autem cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9043,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9044,'Voluptatem porro voluptas hic exercitationem impedit voluptatem repellendus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,9043,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9045,'Sed enim sed maxime.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,9043,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9046,'Earum minus optio voluptas pariatur et alias aut.',6,0,0,NULL,'<p>THAT direction,\' waving the other queer noises, would change (she knew) to the Mock Turtle to the jury, and the White Rabbit, who said in an offended tone, \'so I can\'t understand it myself to begin with,\' the Mock Turtle is.\' \'It\'s the thing yourself, some winter day, I will just explain to you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, \'how am I to get an opportunity of saying to her daughter \'Ah, my dear! I wish I hadn\'t begun my tea--not above a week or so--and what with the name of the reeds--the rattling teacups would change (she knew) to the conclusion that it was good practice to say whether the pleasure of making a daisy-chain would be offended again. \'Mine is a very curious thing, and she.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9047,'Sources of Ignition',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9048,'Input own option if not listed',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9049,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9050,'Combustable Materials',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9051,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,782,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9052,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,783,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9053,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,783,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9054,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,783,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9055,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,783,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9056,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,783,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9057,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9058,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9059,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9060,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9061,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9062,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9063,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,784,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9064,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9065,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9066,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9067,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9068,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9069,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9070,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9071,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,785,9070,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9072,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9073,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9074,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9075,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9076,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9077,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9078,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9079,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9080,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9081,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,786,9080,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9082,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9083,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9084,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9085,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9086,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,786,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9087,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9088,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9089,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9090,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9091,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9092,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9093,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9094,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9095,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9096,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9097,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9098,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9099,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9100,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9101,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,787,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9102,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,788,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9103,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,788,NULL,'2022-12-01 07:59:23','2022-12-01 07:59:23'),(9104,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9105,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9106,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9107,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9108,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9109,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9110,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9111,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9112,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9113,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9114,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9115,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9116,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9117,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9118,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9119,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9120,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9121,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9122,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,788,NULL,'2022-12-01 07:59:24','2022-12-01 07:59:24'),(9123,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9124,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9125,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9126,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9127,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9128,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9129,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,789,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9130,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,790,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9131,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,790,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9132,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,790,9131,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9133,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,790,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9134,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,790,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9135,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9136,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9137,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9138,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9139,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9140,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,9139,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9141,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9142,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,9141,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9143,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9144,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,NULL,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9145,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,791,9144,'2022-12-01 08:16:43','2022-12-01 08:16:43'),(9146,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,792,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9147,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,792,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9148,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,792,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9149,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,792,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9150,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,792,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9151,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9152,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9153,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9154,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9155,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9156,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9157,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,793,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9158,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9159,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9160,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9161,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9162,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9163,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9164,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9165,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,794,9164,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9166,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9167,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9168,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9169,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9170,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9171,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9172,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9173,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9174,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9175,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,795,9174,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9176,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9177,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9178,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9179,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9180,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,795,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9181,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9182,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9183,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9184,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9185,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9186,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9187,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9188,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9189,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9190,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9191,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9192,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9193,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9194,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9195,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,796,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9196,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9197,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9198,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9199,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9200,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9201,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9202,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9203,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9204,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9205,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9206,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9207,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9208,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9209,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9210,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9211,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9212,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9213,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9214,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9215,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9216,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,797,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9217,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9218,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9219,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',10,0,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9220,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9221,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9222,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9223,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9224,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9225,'Input own option if not listed',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,798,NULL,'2022-12-01 08:16:44','2022-12-01 08:16:44'),(9226,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9227,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9228,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9229,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9230,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9231,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9232,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,799,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9233,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,800,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9234,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,800,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9235,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,800,9234,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9236,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,800,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9237,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,800,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9238,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9239,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9240,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9241,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9242,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9243,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,9242,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9244,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9245,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,9244,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9246,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9247,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9248,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,801,9247,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9249,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,802,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9250,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,802,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9251,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,802,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9252,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,802,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9253,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,802,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9254,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9255,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9256,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9257,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9258,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9259,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9260,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,803,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9261,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9262,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9263,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9264,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9265,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9266,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9267,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9268,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,804,9267,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9269,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9270,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9271,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9272,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9273,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9274,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9275,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9276,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9277,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9278,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,805,9277,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9279,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9280,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9281,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9282,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9283,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,805,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9284,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9285,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9286,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9287,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9288,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9289,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9290,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9291,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9292,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9293,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9294,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9295,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9296,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9297,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9298,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,806,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9299,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9300,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9301,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9302,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9303,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9304,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9305,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9306,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9307,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9308,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9309,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9310,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9311,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9312,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9313,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9314,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9315,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9316,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9317,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9318,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9319,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,807,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9320,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,808,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9321,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,808,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9322,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,808,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9323,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,808,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9324,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,808,NULL,'2022-12-01 08:18:19','2022-12-01 08:18:19'),(9325,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9326,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9327,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9328,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9329,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9330,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9331,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,809,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9332,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,810,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9333,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,810,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9334,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,810,9333,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9335,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,810,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9336,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,810,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9337,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9338,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9339,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9340,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9341,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9342,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,9341,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9343,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9344,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,9343,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9345,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9346,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9347,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,811,9346,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9348,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,812,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9349,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,812,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9350,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,812,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9351,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,812,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9352,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,812,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9353,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9354,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9355,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9356,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9357,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9358,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9359,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,813,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9360,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9361,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9362,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9363,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9364,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9365,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9366,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9367,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,814,9366,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9368,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9369,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9370,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9371,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9372,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9373,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9374,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9375,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9376,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9377,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,815,9376,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9378,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9379,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9380,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9381,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9382,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,815,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9383,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,816,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9384,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,816,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9385,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,816,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9386,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,816,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9387,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,816,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9388,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,816,NULL,'2022-12-01 09:26:26','2022-12-01 09:26:26'),(9389,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9390,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9391,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9392,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9393,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9394,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9395,'Other Areas Please specify',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9396,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9397,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,816,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9398,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9399,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9400,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9401,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9402,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9403,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9404,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9405,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9406,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9407,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9408,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9409,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9410,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9411,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9412,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9413,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9414,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9415,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9416,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9417,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9418,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,817,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9419,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,818,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9420,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,818,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9421,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,818,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9422,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,818,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9423,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,818,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9424,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9425,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9426,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9427,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9428,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9429,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9430,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9431,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9432,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9433,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9434,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9435,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9436,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9437,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9438,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,819,NULL,'2022-12-01 09:26:27','2022-12-01 09:26:27'),(9439,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9440,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9441,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9442,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9443,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9444,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9445,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,820,NULL,'2022-12-01 09:29:12','2022-12-01 09:29:12'),(9446,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,821,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9447,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,821,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9448,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,821,9447,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9449,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,821,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9450,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,821,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9451,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9452,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9453,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9454,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9455,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9456,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,9455,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9457,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9458,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,9457,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9459,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9460,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9461,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,822,9460,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9462,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,823,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9463,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,823,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9464,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,823,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9465,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,823,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9466,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,823,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9467,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9468,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9469,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9470,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9471,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9472,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9473,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,824,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9474,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9475,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9476,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9477,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9478,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9479,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9480,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9481,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,825,9480,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9482,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9483,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9484,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9485,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9486,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9487,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9488,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9489,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9490,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9491,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,826,9490,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9492,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9493,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9494,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9495,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9496,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,826,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9497,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9498,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9499,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9500,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9501,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9502,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9503,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9504,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9505,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9506,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9507,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9508,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9509,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9510,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9511,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9512,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9513,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9514,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9515,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9516,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9517,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,827,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9518,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,828,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9519,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,828,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9520,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,828,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9521,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,828,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9522,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,828,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9523,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9524,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9525,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9526,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9527,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9528,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9529,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9530,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9531,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9532,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9533,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9534,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9535,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9536,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9537,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,829,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9538,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9539,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9540,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9541,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9542,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9543,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9544,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9545,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9546,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9547,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9548,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9549,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9550,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9551,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9552,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,830,NULL,'2022-12-01 09:29:13','2022-12-01 09:29:13'),(9553,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9554,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9555,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9556,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9557,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9558,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9559,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,831,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9560,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,832,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9561,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,832,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9562,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,832,9561,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9563,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,832,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9564,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,832,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9565,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9566,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9567,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9568,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9569,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9570,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,9569,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9571,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9572,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,9571,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9573,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9574,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9575,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,833,9574,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9576,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,834,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9577,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,834,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9578,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,834,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9579,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,834,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9580,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,834,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9581,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9582,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9583,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9584,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9585,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9586,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9587,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,835,NULL,'2022-12-01 09:49:34','2022-12-01 09:49:34'),(9588,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9589,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9590,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9591,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9592,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9593,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9594,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9595,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,836,9594,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9596,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9597,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9598,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9599,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9600,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9601,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9602,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9603,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9604,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9605,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,837,9604,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9606,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9607,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9608,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9609,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9610,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,837,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9611,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9612,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9613,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9614,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9615,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9616,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9617,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9618,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9619,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9620,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9621,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9622,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9623,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9624,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9625,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9626,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9627,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9628,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9629,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9630,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9631,'RISK CHART INDICATOR FOR THIS SECTION POLICY AND PROCEDURES',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,838,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9632,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,839,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9633,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,839,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9634,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,839,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9635,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,839,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9636,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,839,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9637,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9638,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9639,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9640,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9641,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9642,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9643,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9644,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9645,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9646,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9647,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9648,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9649,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9650,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9651,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,840,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9652,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9653,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9654,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9655,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9656,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9657,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9658,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9659,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9660,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9661,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9662,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9663,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9664,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9665,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9666,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,841,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9667,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,842,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9668,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,842,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9669,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,842,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9670,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,842,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9671,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,842,NULL,'2022-12-01 09:49:35','2022-12-01 09:49:35'),(9672,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9673,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9674,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9675,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9676,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9677,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9678,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,843,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9679,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,844,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9680,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,844,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9681,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,844,9680,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9682,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,844,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9683,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,844,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9684,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9685,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9686,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9687,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9688,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9689,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,9688,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9690,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9691,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,9690,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9692,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9693,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9694,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,845,9693,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9695,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,846,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9696,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,846,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9697,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,846,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9698,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,846,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9699,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,846,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9700,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9701,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9702,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9703,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9704,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9705,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9706,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,847,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9707,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',9,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9708,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9709,'if applicable are Call points positioned & adequately signed and visible in the event of power failure?',9,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9710,'Minima dolorem quam minima qui.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9711,'Dicta architecto et ad quas quas est eum. Beatae voluptas dolor nam odio aut in est.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9712,'Eum recusandae est consequatur.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9713,'Ut sapiente itaque natus voluptatem beatae modi nam.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9714,'Odit numquam doloribus qui ab aut. Enim iure error at dolorum est temporibus.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,848,9713,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9715,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9716,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9717,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9718,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9719,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9720,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9721,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9722,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9723,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9724,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,849,9723,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9725,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9726,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9727,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9728,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9729,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,849,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9730,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,850,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9731,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,850,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9732,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,850,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9733,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,850,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9734,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,850,NULL,'2022-12-01 09:52:07','2022-12-01 09:52:07'),(9735,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9736,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9737,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9738,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9739,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9740,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9741,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9742,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9743,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9744,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9745,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9746,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9747,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9748,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9749,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,851,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9750,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9751,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9752,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9753,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9754,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9755,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9756,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9757,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9758,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9759,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9760,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9761,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9762,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9763,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9764,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,852,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9765,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,853,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9766,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,853,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9767,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,853,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9768,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,853,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9769,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,853,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9770,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9771,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9772,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9773,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9774,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9775,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9776,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9777,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9778,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9779,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9780,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9781,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9782,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9783,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9784,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9785,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9786,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9787,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9788,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9789,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,854,NULL,'2022-12-01 09:52:08','2022-12-01 09:52:08'),(9790,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9791,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9792,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9793,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9794,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9795,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9796,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,855,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9797,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,856,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9798,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,856,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9799,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,856,9798,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9800,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,856,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9801,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,856,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9802,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9803,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9804,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9805,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9806,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9807,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,9806,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9808,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9809,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,9808,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9810,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9811,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9812,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,857,9811,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9813,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,858,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9814,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,858,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9815,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,858,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9816,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,858,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9817,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,858,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9818,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9819,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9820,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9821,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9822,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9823,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9824,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,859,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9825,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9826,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9827,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9828,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9829,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9830,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9831,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9832,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9833,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9834,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,860,9833,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9835,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9836,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9837,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9838,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9839,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,860,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9840,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,861,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9841,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,861,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9842,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,861,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9843,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,861,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9844,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,861,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9845,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9846,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9847,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9848,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9849,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9850,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9851,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9852,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9853,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9854,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9855,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9856,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9857,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9858,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9859,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,862,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9860,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9861,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9862,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9863,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9864,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9865,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9866,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9867,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9868,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9869,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9870,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9871,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9872,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9873,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9874,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,863,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9875,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,864,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9876,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,864,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9877,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,864,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9878,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,864,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9879,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,864,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9880,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9881,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9882,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9883,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9884,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9885,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9886,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9887,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9888,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9889,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9890,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9891,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9892,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9893,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9894,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9895,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9896,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9897,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9898,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9899,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,865,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9900,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9901,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9902,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9903,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9904,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9905,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9906,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9907,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9908,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9909,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9910,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9911,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9912,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9913,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,866,NULL,'2022-12-01 10:15:08','2022-12-01 10:15:08'),(9914,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9915,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9916,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9917,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9918,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9919,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9920,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,867,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9921,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,868,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9922,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,868,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9923,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,868,9922,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9924,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,868,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9925,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,868,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9926,'Voluptatem ea ea et qui.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9927,'Omnis ratione rerum.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9928,'Ad sint placeat eligendi dolores voluptatem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9929,'Dolore ut est est.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9930,'Voluptatem eligendi et provident odio.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9931,'Ipsam veritatis dolor nostrum sit suscipit et ex.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,9930,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9932,'Consequuntur nostrum laboriosam et delectus.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9933,'Vitae tempore quo est et animi suscipit.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,9932,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9934,'Beatae sunt facilis odit necessitatibus.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9935,'Voluptate voluptates impedit deserunt.',3,0,0,NULL,'Alice replied, so eagerly that the hedgehog a blow with its tongue hanging out of court! Suppress him! Pinch him! Off with his nose Trims his belt and his buttons, and turns out his toes.\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Owl had the dish as its share.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9936,'Tenetur est eos nihil.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,869,9935,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9937,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,870,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9938,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,870,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9939,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,870,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9940,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,870,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9941,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,870,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9942,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9943,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9944,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9945,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9946,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9947,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9948,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,871,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9949,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9950,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9951,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9952,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9953,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9954,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9955,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9956,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9957,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9958,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,872,9957,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9959,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9960,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9961,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9962,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9963,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,872,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9964,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,873,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9965,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,873,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9966,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,873,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9967,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,873,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9968,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,873,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9969,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9970,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9971,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9972,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9973,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9974,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9975,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9976,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9977,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9978,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9979,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9980,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9981,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9982,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9983,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,874,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9984,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9985,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9986,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9987,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9988,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9989,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9990,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9991,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9992,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9993,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9994,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9995,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9996,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9997,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9998,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,875,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(9999,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,876,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10000,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,876,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10001,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,876,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10002,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,876,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10003,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,876,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10004,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10005,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10006,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10007,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10008,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10009,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10010,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10011,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10012,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10013,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10014,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10015,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10016,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10017,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10018,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10019,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10020,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10021,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10022,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10023,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,877,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10024,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10025,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10026,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10027,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10028,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10029,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10030,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10031,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10032,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10033,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10034,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10035,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10036,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10037,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,878,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10038,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10039,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10040,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10041,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10042,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10043,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10044,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10045,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10046,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10047,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,879,NULL,'2022-12-01 10:48:38','2022-12-01 10:48:38'),(10048,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10049,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10050,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10051,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10052,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10053,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10054,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,880,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10055,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,881,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10056,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,881,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10057,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,881,10056,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10058,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,881,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10059,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,881,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10060,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,882,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10061,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,882,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10062,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,882,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10063,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,882,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10064,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,882,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10065,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10066,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10067,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10068,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10069,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10070,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10071,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,883,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10072,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10073,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10074,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10075,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10076,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10077,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10078,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10079,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10080,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10081,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,884,10080,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10082,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10083,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10084,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10085,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10086,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,884,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10087,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,885,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10088,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,885,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10089,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,885,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10090,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,885,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10091,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,885,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10092,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,886,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10093,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,886,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10094,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,886,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10095,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,886,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10096,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,886,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10097,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10098,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10099,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10100,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10101,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10102,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10103,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10104,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10105,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10106,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10107,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10108,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10109,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10110,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10111,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10112,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10113,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10114,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10115,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10116,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,887,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10117,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:05','2022-12-01 13:23:05'),(10118,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10119,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10120,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10121,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10122,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10123,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10124,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10125,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10126,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10127,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10128,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10129,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10130,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,888,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10131,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10132,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10133,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10134,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10135,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10136,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10137,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10138,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10139,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10140,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,889,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10141,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10142,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10143,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10144,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10145,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10146,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10147,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10148,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10149,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10150,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10151,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10152,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10153,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10154,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10155,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10156,'External Main Wall Structure Type',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10157,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,890,NULL,'2022-12-01 13:23:06','2022-12-01 13:23:06'),(10158,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10159,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10160,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10161,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10162,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10163,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10164,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,891,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10165,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,892,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10166,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,892,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10167,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,892,10166,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10168,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,892,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10169,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,892,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10170,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,893,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10171,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,893,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10172,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,893,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10173,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,893,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10174,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,893,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10175,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10176,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10177,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10178,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10179,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10180,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10181,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,894,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10182,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10183,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10184,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10185,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10186,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10187,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10188,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10189,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10190,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10191,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,895,10190,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10192,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10193,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10194,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10195,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10196,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,895,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10197,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,896,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10198,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,896,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10199,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,896,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10200,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,896,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10201,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,896,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10202,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,897,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10203,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,897,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10204,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,897,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10205,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,897,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10206,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,897,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10207,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10208,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10209,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10210,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10211,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10212,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10213,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10214,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10215,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10216,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10217,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,898,NULL,'2022-12-01 13:23:52','2022-12-01 13:23:52'),(10218,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10219,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10220,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10221,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10222,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10223,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10224,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10225,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10226,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,898,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10227,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10228,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10229,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10230,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10231,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10232,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10233,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10234,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10235,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10236,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10237,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10238,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10239,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10240,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,899,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10241,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10242,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10243,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10244,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10245,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10246,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10247,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10248,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10249,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10250,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,900,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10251,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10252,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10253,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10254,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10255,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10256,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10257,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10258,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10259,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10260,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10261,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10262,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10263,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10264,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10265,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10266,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10267,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,901,NULL,'2022-12-01 13:23:53','2022-12-01 13:23:53'),(10268,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10269,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10270,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10271,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10272,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10273,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10274,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,902,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10275,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,903,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10276,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,903,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10277,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,903,10276,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10278,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,903,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10279,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,903,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10280,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,904,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10281,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,904,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10282,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,904,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10283,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,904,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10284,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,904,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10285,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10286,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10287,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10288,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10289,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10290,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10291,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,905,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10292,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10293,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10294,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10295,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10296,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10297,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10298,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10299,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10300,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10301,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,906,10300,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10302,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10303,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10304,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10305,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10306,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,906,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10307,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,907,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10308,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,907,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10309,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,907,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10310,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,907,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10311,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,907,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10312,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,908,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10313,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,908,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10314,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,908,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10315,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,908,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10316,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,908,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10317,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10318,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10319,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10320,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10321,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10322,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10323,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10324,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10325,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10326,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10327,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10328,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10329,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10330,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10331,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10332,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10333,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10334,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10335,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10336,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,909,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10337,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10338,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10339,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10340,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10341,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10342,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10343,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10344,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10345,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10346,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10347,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10348,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10349,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10350,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,910,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10351,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10352,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10353,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10354,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10355,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10356,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10357,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10358,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,911,NULL,'2022-12-01 13:25:01','2022-12-01 13:25:01'),(10359,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,911,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10360,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,911,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10361,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10362,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10363,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10364,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10365,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10366,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10367,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10368,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10369,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10370,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10371,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10372,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10373,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10374,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10375,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10376,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10377,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10378,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,912,NULL,'2022-12-01 13:25:02','2022-12-01 13:25:02'),(10379,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10380,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10381,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10382,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10383,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10384,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10385,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,913,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10386,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,914,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10387,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,914,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10388,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,914,10387,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10389,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,914,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10390,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,914,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10391,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,915,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10392,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,915,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10393,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,915,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10394,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,915,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10395,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,915,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10396,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10397,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10398,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10399,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10400,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10401,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10402,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,916,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10403,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10404,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10405,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10406,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10407,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10408,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10409,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10410,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10411,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10412,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,917,10411,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10413,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10414,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10415,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10416,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10417,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,917,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10418,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,918,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10419,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,918,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10420,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,918,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10421,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,918,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10422,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,918,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10423,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,919,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10424,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,919,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10425,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,919,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10426,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,919,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10427,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,919,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10428,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10429,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10430,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10431,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10432,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10433,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10434,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10435,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10436,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10437,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10438,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10439,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10440,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10441,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10442,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10443,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10444,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10445,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10446,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10447,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,920,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10448,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10449,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10450,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10451,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10452,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10453,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10454,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10455,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10456,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10457,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10458,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10459,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10460,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10461,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,921,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10462,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10463,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10464,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10465,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10466,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10467,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10468,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10469,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10470,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10471,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,922,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10472,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10473,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10474,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10475,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10476,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10477,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10478,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10479,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10480,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10481,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10482,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10483,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10484,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10485,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10486,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10487,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10488,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10489,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10490,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,923,NULL,'2022-12-01 13:26:38','2022-12-01 13:26:38'),(10491,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10492,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10493,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10494,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10495,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10496,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10497,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,924,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10498,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,925,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10499,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,925,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10500,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,925,10499,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10501,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,925,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10502,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,925,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10503,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,926,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10504,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,926,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10505,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,926,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10506,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,926,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10507,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,926,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10508,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10509,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10510,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10511,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10512,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10513,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10514,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,927,NULL,'2022-12-01 13:27:51','2022-12-01 13:27:51'),(10515,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10516,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10517,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10518,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10519,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10520,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10521,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10522,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10523,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10524,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,928,10523,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10525,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10526,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10527,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10528,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10529,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,928,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10530,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,929,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10531,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,929,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10532,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,929,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10533,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,929,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10534,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,929,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10535,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,930,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10536,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,930,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10537,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,930,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10538,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,930,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10539,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,930,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10540,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10541,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10542,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10543,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10544,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10545,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10546,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10547,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10548,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10549,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10550,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10551,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10552,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10553,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10554,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10555,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10556,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10557,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10558,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10559,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,931,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10560,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10561,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10562,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10563,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10564,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10565,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10566,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10567,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10568,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10569,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10570,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10571,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10572,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10573,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,932,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10574,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10575,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10576,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10577,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10578,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10579,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10580,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10581,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10582,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10583,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,933,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10584,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10585,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10586,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10587,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10588,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10589,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10590,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10591,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10592,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10593,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10594,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10595,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10596,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10597,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10598,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10599,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10600,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10601,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10602,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10603,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,934,NULL,'2022-12-01 13:27:52','2022-12-01 13:27:52'),(10604,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10605,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10606,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10607,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10608,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10609,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10610,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,935,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10611,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,936,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10612,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,936,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10613,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,936,10612,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10614,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,936,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10615,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,936,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10616,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,937,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10617,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,937,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10618,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,937,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10619,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,937,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10620,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,937,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10621,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10622,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10623,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10624,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10625,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10626,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10627,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,938,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10628,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10629,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10630,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10631,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10632,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10633,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10634,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10635,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,939,NULL,'2022-12-01 13:29:00','2022-12-01 13:29:00'),(10636,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,939,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10637,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,939,10636,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10638,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,939,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10639,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,939,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10640,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,939,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10641,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,939,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10642,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,939,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10643,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,940,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10644,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,940,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10645,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,940,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10646,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,940,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10647,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,940,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10648,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,941,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10649,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,941,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10650,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,941,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10651,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,941,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10652,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,941,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10653,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10654,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10655,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10656,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10657,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10658,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10659,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10660,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10661,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10662,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10663,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10664,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10665,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10666,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10667,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10668,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10669,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10670,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10671,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10672,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,942,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10673,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10674,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10675,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10676,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10677,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10678,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10679,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10680,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10681,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10682,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10683,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10684,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10685,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10686,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,943,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10687,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10688,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10689,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10690,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10691,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10692,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10693,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10694,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10695,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10696,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,944,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10697,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10698,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10699,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10700,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10701,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10702,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10703,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10704,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10705,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10706,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10707,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10708,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10709,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10710,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10711,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10712,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10713,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10714,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10715,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10716,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10717,'Main Walls Metal Post With Sheet Metal Walling Covering',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,945,NULL,'2022-12-01 13:29:01','2022-12-01 13:29:01'),(10718,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10719,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10720,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10721,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10722,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10723,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10724,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,946,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10725,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,947,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10726,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,947,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10727,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,947,10726,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10728,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,947,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10729,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,947,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10730,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,948,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10731,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,948,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10732,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,948,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10733,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,948,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10734,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,948,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10735,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10736,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10737,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10738,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10739,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10740,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10741,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,949,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10742,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10743,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10744,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10745,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10746,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10747,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10748,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10749,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10750,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10751,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,950,10750,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10752,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10753,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10754,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10755,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10756,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,950,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10757,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,951,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10758,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,951,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10759,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,951,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10760,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,951,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10761,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,951,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10762,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,952,NULL,'2022-12-01 14:28:01','2022-12-01 14:28:01'),(10763,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,952,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10764,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,952,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10765,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,952,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10766,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,952,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10767,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10768,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10769,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10770,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10771,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10772,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10773,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10774,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10775,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10776,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10777,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10778,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10779,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10780,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10781,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10782,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10783,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10784,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10785,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10786,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,953,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10787,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10788,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10789,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10790,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10791,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10792,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10793,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10794,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10795,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10796,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10797,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10798,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10799,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10800,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,954,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10801,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10802,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10803,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10804,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10805,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10806,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10807,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10808,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10809,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10810,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,955,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10811,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10812,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10813,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10814,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10815,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10816,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10817,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10818,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10819,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10820,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10821,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10822,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10823,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10824,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10825,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10826,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10827,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10828,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10829,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10830,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10831,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10832,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,956,NULL,'2022-12-01 14:28:02','2022-12-01 14:28:02'),(10833,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10834,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10835,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10836,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10837,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10838,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10839,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,957,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10840,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,958,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10841,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,958,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10842,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,958,10841,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10843,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,958,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10844,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,958,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10845,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,959,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10846,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,959,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10847,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,959,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10848,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,959,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10849,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,959,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10850,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10851,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10852,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10853,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10854,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10855,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10856,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,960,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10857,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10858,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10859,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10860,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10861,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10862,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10863,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10864,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10865,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10866,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,961,10865,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10867,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10868,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10869,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10870,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10871,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,961,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10872,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,962,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10873,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,962,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10874,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,962,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10875,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,962,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10876,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,962,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10877,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,963,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10878,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,963,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10879,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,963,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10880,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,963,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10881,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,963,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10882,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10883,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10884,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10885,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10886,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10887,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10888,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10889,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10890,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10891,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10892,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10893,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10894,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10895,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10896,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10897,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10898,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10899,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10900,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10901,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,964,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10902,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10903,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10904,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10905,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10906,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10907,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10908,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10909,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10910,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10911,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10912,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10913,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10914,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10915,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,965,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10916,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10917,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10918,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10919,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10920,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10921,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10922,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10923,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10924,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10925,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,966,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10926,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10927,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10928,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10929,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10930,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10931,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10932,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10933,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10934,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10935,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10936,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10937,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10938,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10939,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10940,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10941,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10942,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10943,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10944,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10945,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10946,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10947,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10948,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,967,NULL,'2022-12-01 14:29:24','2022-12-01 14:29:24'),(10949,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10950,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10951,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10952,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10953,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10954,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10955,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,968,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10956,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,969,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10957,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,969,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10958,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,969,10957,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10959,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,969,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10960,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,969,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10961,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,970,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10962,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,970,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10963,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,970,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10964,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,970,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10965,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,970,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10966,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10967,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10968,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10969,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10970,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10971,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10972,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,971,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10973,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10974,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10975,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10976,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10977,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10978,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10979,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10980,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10981,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10982,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,972,10981,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10983,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10984,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10985,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10986,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10987,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,972,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10988,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,973,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10989,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,973,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10990,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,973,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10991,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,973,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10992,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,973,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10993,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,974,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10994,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,974,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10995,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,974,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10996,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,974,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10997,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,974,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10998,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(10999,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11000,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11001,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11002,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11003,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11004,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11005,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11006,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11007,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11008,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11009,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11010,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11011,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11012,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11013,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11014,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,975,NULL,'2022-12-01 14:30:02','2022-12-01 14:30:02'),(11015,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,975,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11016,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,975,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11017,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,975,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11018,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11019,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11020,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11021,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11022,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11023,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11024,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11025,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11026,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11027,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11028,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11029,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11030,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11031,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,976,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11032,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11033,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11034,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11035,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11036,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11037,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11038,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11039,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11040,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11041,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,977,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11042,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11043,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11044,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11045,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11046,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11047,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11048,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11049,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11050,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11051,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11052,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11053,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11054,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11055,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11056,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11057,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11058,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11059,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11060,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11061,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11062,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11063,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11064,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,978,NULL,'2022-12-01 14:30:03','2022-12-01 14:30:03'),(11065,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11066,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11067,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11068,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11069,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11070,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11071,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,979,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11072,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,980,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11073,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,980,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11074,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,980,11073,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11075,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,980,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11076,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,980,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11077,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,981,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11078,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,981,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11079,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,981,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11080,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,981,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11081,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,981,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11082,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11083,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11084,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11085,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11086,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11087,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11088,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,982,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11089,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11090,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11091,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11092,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11093,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11094,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11095,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11096,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11097,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11098,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,983,11097,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11099,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11100,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11101,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11102,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11103,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,983,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11104,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,984,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11105,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,984,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11106,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,984,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11107,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,984,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11108,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,984,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11109,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,985,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11110,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,985,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11111,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,985,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11112,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,985,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11113,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,985,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11114,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11115,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11116,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11117,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11118,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11119,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11120,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11121,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11122,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11123,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11124,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11125,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11126,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11127,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11128,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11129,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11130,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11131,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11132,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11133,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,986,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11134,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11135,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11136,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11137,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11138,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11139,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11140,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11141,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11142,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11143,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11144,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11145,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11146,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11147,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,987,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11148,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11149,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11150,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11151,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11152,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11153,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11154,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11155,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11156,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11157,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,988,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11158,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,989,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11159,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,989,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11160,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,989,NULL,'2022-12-01 14:31:13','2022-12-01 14:31:13'),(11161,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11162,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11163,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11164,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11165,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11166,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11167,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11168,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11169,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11170,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11171,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11172,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11173,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11174,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11175,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11176,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11177,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11178,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11179,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11180,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11181,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,989,NULL,'2022-12-01 14:31:14','2022-12-01 14:31:14'),(11182,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11183,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11184,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11185,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11186,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11187,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11188,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,990,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23');
INSERT INTO `questions` VALUES (11189,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11190,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11191,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,992,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11192,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,992,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11193,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,992,11192,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11194,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11195,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,992,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11196,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,992,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11197,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11198,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11199,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11200,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,993,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11201,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11202,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11203,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,993,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11204,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11205,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,993,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11206,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,993,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11207,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,993,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11208,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11209,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11210,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11211,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11212,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11213,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11214,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11215,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11216,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11217,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11218,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11219,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11220,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11221,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11222,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11223,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,994,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11224,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11225,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,991,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11226,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11227,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11228,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11229,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11230,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11231,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11232,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11233,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11234,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11235,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11236,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11237,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11238,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11239,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11240,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11241,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11242,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,995,11241,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11243,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11244,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11245,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11246,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11247,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11248,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11249,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,995,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11250,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11251,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11252,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,997,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11253,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11254,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11255,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,996,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11256,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,997,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11257,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,997,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11258,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,997,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11259,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,997,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11260,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11261,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,999,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11262,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11263,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,999,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11264,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,999,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11265,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11266,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,999,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11267,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,999,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11268,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11269,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11270,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11271,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11272,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11273,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11274,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11275,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11276,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,998,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11277,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11278,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11279,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11280,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11281,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11282,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11283,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11284,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11285,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11286,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11287,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11288,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11289,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11290,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11291,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11292,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11293,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11294,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11295,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11296,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11297,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11298,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11299,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11300,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11301,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11302,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1000,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11303,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11304,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11305,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11306,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11307,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11308,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11309,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11310,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11311,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11312,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11313,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11314,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11315,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11316,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11317,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11318,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11319,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11320,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11321,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11322,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11323,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11324,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11325,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11326,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11327,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11328,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1003,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11329,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11330,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11331,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11332,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11333,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11334,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11335,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11336,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11337,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11338,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11339,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1002,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11340,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11341,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11342,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1001,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11343,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11344,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11345,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11346,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11347,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11348,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11349,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11350,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11351,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11352,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11353,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11354,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11355,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11356,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11357,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11358,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11359,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11360,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11361,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11362,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11363,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11364,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11365,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1005,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11366,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11367,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11368,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11369,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11370,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11371,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11372,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1004,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11373,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11374,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1007,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11375,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1007,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11376,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1007,11375,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11377,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1007,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11378,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1007,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11379,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11380,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11381,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11382,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11383,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1008,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11384,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1008,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11385,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1008,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11386,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1008,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11387,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1008,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11388,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11389,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11390,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11391,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11392,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1009,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11393,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11394,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1009,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11395,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11396,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1006,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11397,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1009,NULL,'2022-12-01 14:33:23','2022-12-01 14:33:23'),(11398,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11399,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11400,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1009,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11401,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11402,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1009,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11403,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11404,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1009,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11405,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11406,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1009,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11407,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11408,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11409,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11410,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11411,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11412,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11413,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11414,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11415,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11416,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11417,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11418,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11419,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1006,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11420,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11421,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11422,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1010,11421,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11423,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11424,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11425,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11426,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11427,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1010,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11428,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11429,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11430,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11431,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11432,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11433,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11434,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11435,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11436,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11437,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11438,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11439,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1011,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11440,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1012,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11441,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11442,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11443,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11444,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11445,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11446,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11447,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11448,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11449,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11450,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11451,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11452,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11453,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11454,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11455,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11456,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11457,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11458,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11459,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11460,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11461,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11462,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11463,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11464,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11465,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1013,NULL,'2022-12-01 14:33:24','2022-12-01 14:33:24'),(11466,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11467,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11468,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11469,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11470,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11471,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11472,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11473,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11474,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11475,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1014,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11476,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1015,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11477,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1015,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11478,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1015,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11479,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1015,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11480,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1015,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11481,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11482,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11483,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11484,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11485,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11486,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11487,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11488,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11489,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11490,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11491,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11492,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11493,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11494,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11495,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11496,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11497,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11498,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11499,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11500,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1016,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11501,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11502,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11503,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11504,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11505,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11506,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11507,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11508,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11509,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11510,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11511,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11512,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11513,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11514,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1017,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11515,'Quas rerum in unde quia maxime. Distinctio nulla aliquam saepe.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11516,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11517,'Eum dignissimos quod assumenda.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11518,'Qui nisi accusamus.',4,0,0,NULL,'An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11519,'Sequi necessitatibus soluta odit aspernatur aut qui corporis.',7,0,0,NULL,'PROVES his guilt,\' said the Hatter, and, just as I\'d taken the highest tree in the sea. The master was an old woman--but then--always to have been was not a regular rule: you invented it just now.\' \'It\'s the stupidest tea-party I ever was at in all my limbs very supple By the time he was in the shade: however, the moment they saw the Mock Turtle replied in an.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11520,'Aut commodi eum autem aut.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11521,'Qui itaque ea rerum tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1018,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11522,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11523,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11524,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11525,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11526,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11527,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11528,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11529,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11530,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11531,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11532,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11533,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11534,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11535,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11536,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11537,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11538,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11539,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11540,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11541,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1019,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11542,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11543,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11544,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11545,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11546,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11547,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11548,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11549,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11550,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11551,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1020,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11552,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11553,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11554,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11555,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11556,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11557,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11558,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11559,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11560,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11561,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11562,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11563,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11564,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11565,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11566,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11567,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11568,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1021,NULL,'2022-12-01 14:44:08','2022-12-01 14:44:08'),(11569,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11570,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11571,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11572,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11573,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11574,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11575,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11576,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1021,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11577,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1022,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11578,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1022,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11579,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1022,11578,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11580,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1022,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11581,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1022,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11582,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1023,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11583,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1023,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11584,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1023,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11585,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1023,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11586,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1023,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11587,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11588,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11589,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11590,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11591,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11592,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11593,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1024,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11594,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11595,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11596,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11597,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11598,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11599,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11600,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11601,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11602,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11603,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1025,11602,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11604,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11605,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11606,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11607,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11608,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1025,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11609,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11610,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11611,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11612,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11613,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11614,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11615,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11616,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11617,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11618,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11619,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11620,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1026,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11621,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1027,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11622,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11623,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11624,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11625,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11626,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11627,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11628,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11629,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11630,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11631,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11632,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11633,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11634,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11635,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11636,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11637,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11638,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11639,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11640,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11641,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11642,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11643,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11644,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11645,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11646,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1028,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11647,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11648,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11649,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11650,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11651,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11652,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11653,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11654,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11655,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11656,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11657,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11658,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11659,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11660,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11661,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11662,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11663,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11664,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11665,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11666,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11667,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11668,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11669,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11670,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11671,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11672,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1029,NULL,'2022-12-01 14:44:09','2022-12-01 14:44:09'),(11673,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11674,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11675,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11676,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11677,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11678,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11679,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11680,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11681,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11682,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1030,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11683,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1031,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11684,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1031,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11685,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1031,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11686,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1031,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11687,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1031,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11688,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11689,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11690,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11691,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11692,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11693,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11694,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11695,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11696,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11697,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11698,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11699,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11700,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11701,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11702,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11703,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11704,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11705,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11706,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11707,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1032,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11708,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11709,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11710,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11711,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11712,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11713,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11714,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11715,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11716,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11717,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11718,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11719,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11720,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11721,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1033,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11722,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11723,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11724,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11725,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11726,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11727,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11728,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11729,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11730,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11731,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11732,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11733,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11734,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11735,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11736,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11737,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11738,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11739,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11740,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11741,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1034,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11742,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11743,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11744,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11745,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11746,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11747,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11748,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11749,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11750,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11751,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1035,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11752,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1036,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11753,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1036,NULL,'2022-12-01 15:00:37','2022-12-01 15:00:37'),(11754,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11755,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11756,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11757,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11758,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11759,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11760,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11761,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11762,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11763,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11764,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11765,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11766,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11767,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11768,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11769,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11770,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11771,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11772,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11773,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11774,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11775,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11776,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1036,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11777,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1037,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11778,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1037,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11779,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1037,11778,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11780,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1037,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11781,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1037,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11782,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1038,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11783,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1038,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11784,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1038,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11785,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1038,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11786,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1038,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11787,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11788,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11789,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11790,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11791,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11792,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11793,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1039,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11794,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11795,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11796,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11797,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11798,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11799,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11800,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11801,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11802,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11803,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1040,11802,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11804,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11805,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11806,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11807,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11808,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1040,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11809,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11810,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11811,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11812,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11813,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11814,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11815,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11816,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11817,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11818,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11819,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11820,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1041,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11821,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1042,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11822,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11823,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11824,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11825,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11826,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11827,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11828,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11829,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11830,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11831,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11832,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11833,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11834,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11835,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11836,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11837,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11838,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11839,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11840,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11841,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11842,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11843,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11844,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11845,'Main Walls Glass And Metal Post Frame',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11846,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1043,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11847,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11848,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11849,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11850,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11851,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11852,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11853,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11854,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11855,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11856,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11857,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11858,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11859,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11860,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11861,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11862,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11863,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11864,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11865,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11866,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11867,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11868,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11869,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11870,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11871,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11872,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1044,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11873,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1045,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11874,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1045,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11875,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1045,NULL,'2022-12-01 15:00:38','2022-12-01 15:00:38'),(11876,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11877,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11878,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11879,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11880,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11881,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11882,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11883,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11884,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11885,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1046,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11886,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1047,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11887,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1047,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11888,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1047,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11889,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1047,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11890,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1047,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11891,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11892,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11893,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11894,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11895,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11896,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11897,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11898,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11899,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11900,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11901,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11902,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11903,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11904,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11905,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11906,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11907,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11908,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11909,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11910,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1048,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11911,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11912,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11913,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11914,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11915,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11916,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11917,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11918,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11919,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11920,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11921,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11922,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11923,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11924,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1049,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11925,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11926,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11927,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11928,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11929,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11930,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11931,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11932,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11933,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11934,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11935,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11936,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11937,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11938,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1050,NULL,'2022-12-01 15:04:46','2022-12-01 15:04:46'),(11939,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1050,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11940,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1050,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11941,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1050,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11942,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1050,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11943,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1050,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11944,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1050,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11945,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11946,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11947,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11948,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11949,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11950,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11951,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11952,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11953,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11954,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1051,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11955,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1052,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11956,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1052,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11957,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1052,11956,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11958,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1052,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11959,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1052,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11960,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1053,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11961,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1053,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11962,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1053,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11963,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1053,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11964,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1053,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11965,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11966,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11967,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11968,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11969,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11970,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11971,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1054,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11972,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11973,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11974,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11975,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11976,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11977,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11978,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11979,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11980,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11981,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1055,11980,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11982,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11983,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11984,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11985,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11986,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1055,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11987,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11988,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11989,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11990,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11991,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11992,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11993,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11994,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11995,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11996,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11997,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11998,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1056,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(11999,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1057,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12000,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1058,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12001,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1058,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12002,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1058,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12003,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12004,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12005,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12006,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12007,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12008,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12009,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12010,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12011,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12012,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12013,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12014,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12015,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12016,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12017,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12018,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12019,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12020,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12021,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12022,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12023,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12024,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12025,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12026,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12027,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12028,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12029,'Main Walls As Built – Unkown – Oringinal Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1059,NULL,'2022-12-01 15:04:47','2022-12-01 15:04:47'),(12030,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12031,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12032,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12033,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12034,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12035,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12036,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12037,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12038,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12039,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1060,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12040,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1061,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12041,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1061,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12042,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1061,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12043,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1061,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12044,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1061,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12045,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1062,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12046,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1062,NULL,'2022-12-01 15:06:21','2022-12-01 15:06:21'),(12047,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12048,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12049,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12050,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12051,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12052,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12053,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12054,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12055,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12056,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12057,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12058,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12059,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12060,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12061,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12062,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12063,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12064,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1062,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12065,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12066,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12067,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12068,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12069,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12070,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12071,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12072,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12073,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12074,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12075,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12076,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12077,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12078,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1063,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12079,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12080,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12081,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12082,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12083,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12084,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12085,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12086,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12087,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12088,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12089,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12090,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12091,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12092,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12093,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12094,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12095,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12096,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12097,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12098,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1064,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12099,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12100,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12101,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12102,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12103,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12104,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12105,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12106,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12107,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12108,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1065,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12109,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1066,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12110,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1066,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12111,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1066,12110,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12112,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1066,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12113,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1066,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12114,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1067,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12115,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1067,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12116,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1067,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12117,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1067,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12118,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1067,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12119,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12120,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12121,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12122,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12123,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12124,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12125,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1068,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12126,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12127,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12128,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12129,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12130,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12131,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12132,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12133,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12134,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12135,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1069,12134,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12136,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12137,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12138,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12139,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12140,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1069,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12141,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12142,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12143,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12144,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12145,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12146,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12147,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12148,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12149,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12150,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12151,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12152,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1070,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12153,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1071,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12154,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1072,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12155,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1072,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12156,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1072,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12157,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12158,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12159,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12160,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12161,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12162,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12163,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12164,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12165,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12166,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12167,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12168,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12169,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12170,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12171,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12172,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12173,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12174,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12175,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12176,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12177,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12178,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12179,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12180,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12181,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12182,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12183,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12184,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1073,NULL,'2022-12-01 15:06:22','2022-12-01 15:06:22'),(12185,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(12186,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(12187,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(12188,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:57','2022-12-01 15:06:57'),(12189,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12190,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12191,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12192,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1074,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12193,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1074,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12194,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1074,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12195,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1075,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12196,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1075,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12197,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1075,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12198,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1075,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12199,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12200,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1075,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12201,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12202,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12203,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12204,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12205,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12206,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12207,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12208,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12209,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12210,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12211,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12212,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12213,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12214,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12215,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12216,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12217,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1076,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12218,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12219,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12220,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12221,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12222,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1078,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12223,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12224,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12225,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1078,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12226,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1078,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12227,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1078,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12228,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12229,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12230,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1078,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12231,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12232,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12233,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12234,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12235,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1077,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12236,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12237,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12238,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12239,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12240,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12241,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12242,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12243,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12244,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12245,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12246,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12247,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12248,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12249,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12250,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12251,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12252,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12253,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12254,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12255,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12256,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12257,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12258,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12259,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12260,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12261,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12262,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12263,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12264,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12265,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1080,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12266,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12267,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12268,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1079,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12269,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12270,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12271,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12272,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12273,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12274,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12275,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12276,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12277,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12278,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12279,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12280,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12281,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12282,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12283,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12284,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12285,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12286,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12287,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12288,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12289,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12290,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12291,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12292,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12293,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12294,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12295,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12296,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12297,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12298,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12299,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1082,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12300,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12301,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12302,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1081,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12303,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12304,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12305,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12306,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12307,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12308,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12309,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12310,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12311,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12312,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12313,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12314,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12315,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12316,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12317,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12318,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12319,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12320,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12321,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12322,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12323,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12324,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12325,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1084,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12326,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12327,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12328,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12329,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12330,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12331,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1085,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12332,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1085,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12333,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12334,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1085,12332,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12335,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1085,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12336,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1085,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12337,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1083,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12338,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1086,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12339,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12340,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1086,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12341,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12342,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1086,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12343,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1086,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12344,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1086,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12345,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12346,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12347,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12348,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12349,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12350,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12351,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12352,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12353,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12354,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12355,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1087,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12356,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12357,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12358,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12359,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1088,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12360,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1089,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12361,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1089,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12362,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1089,12361,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12363,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1089,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12364,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1089,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12365,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12366,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12367,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12368,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12369,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12370,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12371,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12372,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1091,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12373,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12374,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1091,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12375,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12376,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1090,12375,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12377,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12378,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1091,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12379,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12380,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1091,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12381,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12382,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1091,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12383,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12384,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1090,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12385,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12386,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12387,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12388,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12389,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12390,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12391,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12392,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12393,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12394,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12395,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12396,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12397,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12398,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12399,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1092,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12400,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12401,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12402,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12403,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1093,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12404,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1094,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12405,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12406,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12407,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12408,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12409,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12410,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12411,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12412,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12413,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12414,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1095,12413,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12415,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12416,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12417,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12418,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1096,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12419,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12420,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1096,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12421,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1095,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12422,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1096,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12423,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12424,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12425,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12426,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12427,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12428,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12429,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12430,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12431,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12432,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12433,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12434,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12435,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12436,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12437,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12438,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12439,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12440,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12441,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1098,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12442,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12443,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12444,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12445,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12446,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12447,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12448,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12449,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1099,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12450,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12451,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12452,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12453,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12454,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12455,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12456,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12457,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12458,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1100,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12459,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1100,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12460,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1100,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12461,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12462,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12463,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12464,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12465,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12466,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12467,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12468,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12469,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1097,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12470,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12471,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12472,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12473,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12474,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12475,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12476,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12477,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12478,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12479,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12480,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12481,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12482,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12483,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12484,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12485,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12486,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12487,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12488,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12489,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12490,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12491,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12492,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12493,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12494,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1101,NULL,'2022-12-01 15:06:58','2022-12-01 15:06:58'),(12495,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12496,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12497,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12498,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12499,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12500,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12501,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12502,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12503,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12504,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1102,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12505,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1103,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12506,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1103,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12507,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1103,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12508,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1103,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12509,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1103,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12510,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12511,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12512,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12513,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12514,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12515,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12516,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12517,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12518,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12519,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1104,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12520,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12521,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12522,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12523,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12524,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12525,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12526,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12527,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12528,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12529,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12530,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12531,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12532,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12533,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12534,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12535,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12536,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12537,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12538,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12539,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1105,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12540,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1106,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12541,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1106,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12542,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1106,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12543,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1106,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12544,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1106,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12545,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12546,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12547,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12548,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12549,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12550,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12551,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12552,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12553,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12554,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12555,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12556,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12557,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12558,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12559,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12560,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12561,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12562,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12563,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12564,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1107,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12565,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12566,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12567,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12568,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12569,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12570,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12571,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12572,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12573,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12574,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12575,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12576,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1108,NULL,'2022-12-01 15:08:29','2022-12-01 15:08:29'),(12577,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1108,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12578,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1108,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12579,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12580,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12581,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12582,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12583,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12584,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12585,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12586,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12587,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12588,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12589,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12590,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12591,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12592,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12593,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12594,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12595,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12596,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12597,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12598,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1109,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12599,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12600,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12601,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12602,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12603,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12604,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12605,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12606,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12607,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12608,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12609,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12610,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12611,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12612,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1110,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12613,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12614,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12615,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12616,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12617,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12618,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12619,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12620,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12621,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12622,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12623,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12624,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12625,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12626,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12627,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12628,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12629,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12630,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12631,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12632,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1111,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12633,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12634,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12635,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12636,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12637,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12638,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12639,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12640,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12641,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12642,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1112,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12643,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1113,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12644,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1113,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12645,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1113,12644,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12646,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1113,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12647,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1113,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12648,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1114,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12649,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1114,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12650,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1114,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12651,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1114,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12652,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1114,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12653,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12654,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12655,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12656,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12657,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12658,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12659,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12660,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12661,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12662,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1115,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12663,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12664,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12665,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12666,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12667,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12668,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12669,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1116,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12670,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1117,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12671,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1117,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12672,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1117,12671,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12673,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1117,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12674,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1117,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12675,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12676,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12677,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12678,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12679,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12680,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12681,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12682,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12683,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12684,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1118,12683,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12685,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12686,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12687,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12688,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12689,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1118,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12690,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1119,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12691,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1119,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12692,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1119,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12693,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1119,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12694,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1119,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12695,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12696,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12697,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12698,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12699,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12700,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12701,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1120,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12702,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12703,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12704,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12705,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12706,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12707,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12708,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12709,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12710,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12711,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12712,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12713,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1121,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12714,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1122,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12715,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1123,NULL,'2022-12-01 15:08:30','2022-12-01 15:08:30'),(12716,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12717,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12718,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12719,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12720,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12721,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12722,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12723,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12724,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1123,12723,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12725,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12726,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12727,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12728,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12729,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1123,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12730,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1124,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12731,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1124,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12732,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1124,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12733,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12734,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12735,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12736,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12737,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12738,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12739,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12740,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12741,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12742,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12743,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12744,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12745,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12746,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12747,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12748,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12749,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12750,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12751,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12752,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12753,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12754,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12755,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12756,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12757,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12758,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12759,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12760,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1125,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12761,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12762,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12763,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12764,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12765,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12766,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12767,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12768,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12769,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12770,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12771,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12772,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1126,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12773,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1127,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12774,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1128,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12775,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1128,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12776,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1128,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12777,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12778,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12779,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12780,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12781,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12782,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12783,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:08:31'),(12784,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12785,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:13'),(12786,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12787,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12788,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12789,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12790,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12791,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12792,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12793,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12794,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12795,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12796,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12797,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12798,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12799,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12800,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12801,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12802,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12803,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12804,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12805,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1129,NULL,'2022-12-01 15:08:31','2022-12-01 15:13:48'),(12806,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12807,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12808,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12809,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12810,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12811,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12812,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12813,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12814,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12815,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1130,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12816,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1131,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12817,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1131,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12818,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1131,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12819,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1131,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12820,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1131,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12821,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12822,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12823,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12824,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12825,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12826,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12827,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12828,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12829,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12830,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1132,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12831,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12832,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12833,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12834,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12835,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12836,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12837,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12838,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12839,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12840,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12841,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12842,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12843,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12844,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12845,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12846,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12847,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12848,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12849,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12850,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1133,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12851,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1134,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12852,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1134,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12853,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1134,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12854,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1134,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12855,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1134,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12856,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12857,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12858,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12859,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12860,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12861,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12862,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12863,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12864,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12865,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12866,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12867,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12868,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12869,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12870,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12871,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12872,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12873,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12874,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12875,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1135,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12876,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12877,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12878,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12879,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12880,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12881,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12882,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12883,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12884,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12885,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12886,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12887,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12888,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12889,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1136,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12890,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12891,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12892,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12893,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12894,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12895,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12896,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12897,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12898,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12899,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12900,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12901,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12902,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12903,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12904,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12905,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12906,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12907,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12908,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12909,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1137,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12910,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12911,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12912,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12913,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12914,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12915,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12916,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12917,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12918,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12919,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12920,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12921,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12922,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12923,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1138,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12924,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12925,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12926,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12927,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12928,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12929,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12930,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12931,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12932,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12933,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12934,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12935,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12936,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12937,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12938,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12939,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12940,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12941,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12942,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12943,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1139,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12944,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:04','2022-12-01 15:17:04'),(12945,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12946,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12947,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12948,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12949,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12950,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12951,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12952,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12953,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1140,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12954,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1141,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12955,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1141,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12956,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1141,12955,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12957,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1141,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12958,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1141,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12959,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1142,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12960,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1142,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12961,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1142,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12962,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1142,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12963,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1142,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12964,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12965,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12966,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12967,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12968,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12969,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12970,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12971,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12972,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12973,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1143,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12974,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12975,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12976,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12977,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12978,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12979,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12980,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1144,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12981,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1145,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12982,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1145,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12983,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1145,12982,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12984,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1145,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12985,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1145,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12986,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12987,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12988,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12989,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12990,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12991,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12992,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12993,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12994,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12995,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1146,12994,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12996,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12997,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12998,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(12999,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13000,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1146,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13001,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1147,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13002,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1147,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13003,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1147,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13004,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1147,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13005,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1147,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13006,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13007,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13008,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13009,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13010,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13011,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13012,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1148,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13013,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13014,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13015,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13016,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13017,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13018,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13019,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13020,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13021,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13022,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13023,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13024,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1149,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13025,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1150,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13026,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13027,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13028,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13029,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13030,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13031,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13032,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13033,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13034,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13035,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1151,13034,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13036,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13037,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13038,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13039,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13040,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1151,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13041,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1152,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13042,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1152,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13043,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1152,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13044,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13045,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13046,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13047,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13048,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13049,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13050,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13051,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13052,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13053,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13054,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13055,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13056,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13057,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13058,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13059,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13060,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13061,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13062,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13063,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13064,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13065,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13066,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13067,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13068,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13069,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13070,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13071,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1153,NULL,'2022-12-01 15:17:05','2022-12-01 15:17:05'),(13072,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13073,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13074,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13075,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13076,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13077,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13078,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13079,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13080,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13081,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13082,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13083,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1154,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13084,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1155,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13085,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1156,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13086,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1156,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13087,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1156,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13088,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13089,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13090,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13091,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13092,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13093,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13094,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13095,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13096,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13097,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13098,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13099,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13100,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13101,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13102,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13103,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13104,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13105,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13106,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13107,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13108,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13109,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13110,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13111,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13112,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13113,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13114,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13115,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13116,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13117,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13118,'How Many Internal Doors Are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1157,NULL,'2022-12-01 15:17:06','2022-12-01 15:17:06'),(13119,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13120,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13121,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13122,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13123,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13124,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13125,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13126,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13127,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13128,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1158,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13129,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1159,NULL,'2022-12-01 15:21:00','2022-12-01 15:30:58'),(13130,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1159,NULL,'2022-12-01 15:21:00','2022-12-01 15:30:58'),(13131,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1159,NULL,'2022-12-01 15:21:00','2022-12-01 15:29:49'),(13132,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1159,NULL,'2022-12-01 15:21:00','2022-12-01 15:30:02'),(13133,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1159,NULL,'2022-12-01 15:21:00','2022-12-01 15:29:49'),(13134,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13135,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13136,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13137,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13138,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13139,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13140,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13141,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13142,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13143,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1160,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13144,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13145,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13146,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13147,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13148,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13149,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13150,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13151,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13152,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13153,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13154,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13155,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13156,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13157,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13158,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13159,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13160,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13161,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13162,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13163,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1161,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13164,'Upload photo',10,0,0,'Upload photo of any hazzards up to 3x photos for example',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1162,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13165,'2.02 - Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1162,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13166,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1162,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13167,'Upload photo',10,1,0,'Upload photo of any hazzards up to 3x photos for example.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1162,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13168,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1162,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13169,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13170,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13171,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13172,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13173,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13174,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13175,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13176,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13177,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13178,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13179,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13180,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13181,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13182,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13183,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13184,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13185,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13186,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13187,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13188,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1163,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13189,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13190,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13191,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13192,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13193,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13194,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13195,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13196,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13197,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13198,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13199,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13200,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13201,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13202,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1164,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13203,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13204,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13205,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13206,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13207,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13208,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13209,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13210,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13211,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13212,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13213,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13214,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13215,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13216,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13217,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13218,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13219,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13220,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13221,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13222,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1165,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13223,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13224,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13225,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13226,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13227,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13228,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13229,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13230,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13231,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13232,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1166,NULL,'2022-12-01 15:21:00','2022-12-01 15:21:00'),(13233,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1166,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13234,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1166,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13235,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1166,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13236,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1166,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13237,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13238,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13239,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13240,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13241,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13242,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13243,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13244,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13245,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13246,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13247,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13248,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13249,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13250,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13251,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13252,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13253,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13254,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13255,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13256,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1167,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13257,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13258,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13259,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13260,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13261,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13262,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13263,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13264,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13265,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13266,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1168,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13267,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1169,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13268,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1169,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13269,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1169,13268,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13270,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1169,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13271,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1169,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13272,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1170,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13273,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1170,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13274,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1170,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13275,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1170,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13276,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1170,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13277,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13278,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13279,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13280,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13281,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13282,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13283,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13284,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13285,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13286,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1171,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13287,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13288,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13289,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13290,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13291,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13292,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13293,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1172,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13294,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1173,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13295,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1173,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13296,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1173,13295,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13297,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1173,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13298,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1173,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13299,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13300,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13301,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13302,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13303,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13304,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13305,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13306,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13307,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13308,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1174,13307,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13309,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13310,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13311,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13312,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13313,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1174,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13314,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1175,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13315,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1175,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13316,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1175,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13317,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1175,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13318,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1175,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13319,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13320,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13321,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13322,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13323,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13324,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13325,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1176,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13326,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13327,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13328,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13329,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13330,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13331,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13332,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13333,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13334,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13335,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13336,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13337,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1177,NULL,'2022-12-01 15:21:01','2022-12-01 15:21:01'),(13338,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1178,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13339,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13340,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13341,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13342,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13343,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13344,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13345,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13346,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13347,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13348,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1179,13347,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13349,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13350,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13351,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13352,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13353,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1179,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13354,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1180,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13355,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1180,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13356,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1180,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13357,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13358,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13359,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13360,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13361,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13362,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13363,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13364,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13365,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13366,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13367,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13368,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13369,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13370,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13371,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13372,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13373,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13374,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13375,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13376,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13377,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13378,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13379,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13380,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13381,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13382,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13383,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13384,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1181,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13385,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13386,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13387,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13388,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13389,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13390,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13391,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13392,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13393,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13394,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13395,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13396,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1182,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13397,'2.01 - Sources of ignition',9,1,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1183,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13398,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1184,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13399,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1184,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13400,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1184,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13401,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13402,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13403,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13404,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13405,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13406,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13407,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13408,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13409,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13410,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13411,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13412,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13413,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13414,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13415,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13416,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13417,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13418,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13419,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13420,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13421,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13422,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13423,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13424,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13425,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13426,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13427,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13428,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13429,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13430,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13431,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13432,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13433,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1185,NULL,'2022-12-01 15:21:02','2022-12-01 15:21:02'),(13434,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13435,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13436,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13437,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13438,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13439,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13440,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13441,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13442,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13443,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1186,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13444,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13445,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13446,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13447,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13448,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13449,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13450,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13451,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13452,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13453,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1187,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13454,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13455,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13456,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13457,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13458,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13459,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13460,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13461,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13462,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13463,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13464,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13465,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13466,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13467,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13468,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13469,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13470,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13471,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13472,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13473,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1188,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13474,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13475,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13476,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13477,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13478,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13479,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13480,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13481,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13482,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13483,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13484,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13485,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13486,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13487,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13488,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13489,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13490,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13491,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13492,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13493,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1189,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13494,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13495,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13496,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13497,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13498,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13499,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13500,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13501,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13502,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13503,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13504,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13505,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13506,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13507,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1190,NULL,'2022-12-01 15:32:16','2022-12-01 15:32:16'),(13508,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13509,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13510,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13511,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13512,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13513,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13514,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13515,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13516,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13517,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13518,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13519,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13520,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13521,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13522,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13523,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13524,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13525,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13526,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13527,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1191,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13528,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13529,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13530,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13531,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13532,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13533,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13534,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13535,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13536,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13537,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13538,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13539,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13540,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13541,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1192,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13542,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13543,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13544,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13545,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13546,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13547,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13548,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13549,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13550,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13551,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13552,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13553,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13554,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13555,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13556,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13557,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13558,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13559,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13560,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13561,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1193,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13562,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13563,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13564,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13565,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13566,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13567,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13568,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13569,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13570,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13571,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1194,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13572,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1195,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13573,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1195,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13574,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1195,13573,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13575,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1195,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13576,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1195,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13577,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1196,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13578,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1196,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13579,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1196,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13580,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1196,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13581,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1196,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13582,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13583,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13584,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13585,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13586,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13587,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13588,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13589,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13590,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13591,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1197,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13592,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13593,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13594,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13595,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13596,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13597,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13598,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1198,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13599,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1199,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13600,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1199,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13601,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1199,13600,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13602,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1199,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13603,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1199,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13604,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13605,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13606,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13607,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13608,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13609,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13610,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13611,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13612,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13613,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1200,13612,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13614,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13615,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13616,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13617,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13618,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1200,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13619,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1201,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13620,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1201,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13621,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1201,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13622,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1201,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13623,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1201,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13624,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13625,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13626,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13627,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13628,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13629,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13630,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1202,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13631,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13632,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13633,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13634,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13635,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13636,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13637,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13638,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13639,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13640,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13641,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13642,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1203,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13643,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1204,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13644,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1204,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13645,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1204,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13646,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13647,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13648,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13649,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13650,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:17','2022-12-01 15:32:17'),(13651,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13652,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13653,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13654,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13655,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13656,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13657,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1205,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13658,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1206,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13659,'Sed saepe sit totam sed distinctio fugiat possimus.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1206,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13660,'Qui nisi accusamus.',4,0,0,NULL,'<p>An enormous puppy was looking down with one eye; \'I seem to be\"--or if you\'d like it very nice, (it had, in fact, I didn\'t know it was the Duchess\'s cook. She carried the pepper-box in her hand, and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1206,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13661,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13662,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13663,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13664,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13665,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13666,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13667,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13668,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13669,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13670,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13671,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13672,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13673,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13674,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13675,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13676,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13677,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13678,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13679,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13680,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13681,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13682,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13683,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13684,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13685,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13686,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13687,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13688,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13689,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13690,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13691,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13692,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13693,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1207,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13694,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1208,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13695,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1208,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13696,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1208,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13697,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1208,NULL,'2022-12-01 15:32:18','2022-12-01 15:32:18'),(13698,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13699,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13700,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13701,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21');
INSERT INTO `questions` VALUES (13702,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13703,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13704,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13705,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13706,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13707,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1209,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13708,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13709,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13710,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13711,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13712,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13713,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13714,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13715,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13716,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13717,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1210,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13718,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13719,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13720,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13721,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13722,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13723,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13724,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13725,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13726,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13727,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13728,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13729,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13730,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13731,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13732,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13733,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13734,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13735,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13736,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13737,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1211,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13738,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13739,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13740,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13741,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13742,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13743,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13744,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13745,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13746,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13747,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13748,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13749,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13750,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13751,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13752,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13753,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13754,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13755,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13756,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13757,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1212,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13758,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13759,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13760,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13761,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13762,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13763,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13764,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13765,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13766,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13767,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13768,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13769,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13770,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13771,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1213,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13772,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13773,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13774,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13775,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13776,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13777,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13778,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13779,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13780,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13781,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13782,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13783,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13784,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13785,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13786,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13787,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13788,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13789,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13790,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13791,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1214,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13792,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13793,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13794,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13795,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13796,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13797,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13798,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13799,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13800,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13801,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13802,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13803,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13804,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13805,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1215,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13806,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1216,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13807,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1216,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13808,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1216,NULL,'2022-12-01 15:33:21','2022-12-01 15:33:21'),(13809,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13810,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13811,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13812,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13813,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13814,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13815,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13816,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13817,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13818,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13819,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13820,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13821,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13822,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13823,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13824,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13825,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1216,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13826,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13827,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13828,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13829,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13830,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13831,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13832,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13833,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13834,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13835,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1217,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13836,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1218,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13837,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1218,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13838,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1218,13837,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13839,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1218,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13840,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1218,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13841,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1219,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13842,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1219,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13843,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1219,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13844,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1219,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13845,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1219,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13846,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13847,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13848,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13849,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13850,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13851,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13852,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13853,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13854,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13855,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1220,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13856,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13857,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13858,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13859,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13860,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13861,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13862,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1221,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13863,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1222,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13864,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1222,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13865,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1222,13864,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13866,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1222,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13867,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1222,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13868,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13869,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13870,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13871,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13872,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13873,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13874,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13875,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13876,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13877,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1223,13876,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13878,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13879,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13880,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13881,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13882,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1223,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13883,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1224,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13884,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1224,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13885,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1224,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13886,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1224,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13887,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1224,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13888,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13889,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13890,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13891,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13892,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13893,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13894,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1225,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13895,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13896,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13897,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13898,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13899,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13900,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13901,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13902,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13903,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13904,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13905,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13906,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1226,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13907,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13908,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13909,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13910,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13911,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13912,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13913,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13914,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13915,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13916,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13917,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13918,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1227,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13919,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13920,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13921,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13922,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13923,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13924,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13925,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13926,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13927,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13928,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13929,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13930,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13931,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13932,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13933,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13934,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13935,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13936,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13937,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13938,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13939,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13940,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13941,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13942,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13943,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13944,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13945,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13946,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1228,NULL,'2022-12-01 15:33:22','2022-12-01 15:33:22'),(13947,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1228,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13948,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1228,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13949,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1228,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13950,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1228,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13951,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1228,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13952,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1229,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13953,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1229,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13954,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1229,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13955,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1229,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13956,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1230,NULL,'2022-12-01 15:33:23','2022-12-01 15:33:23'),(13957,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13958,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13959,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13960,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13961,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13962,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13963,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13964,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13965,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13966,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13967,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13968,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13969,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13970,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1231,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13971,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13972,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13973,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13974,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13975,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13976,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13977,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13978,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13979,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13980,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13981,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13982,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13983,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13984,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13985,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13986,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13987,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13988,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13989,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13990,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1232,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13991,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13992,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13993,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13994,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13995,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13996,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13997,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13998,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(13999,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14000,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1233,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14001,'Qui dolore explicabo ipsam ad voluptas.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1234,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14002,'Fuga repudiandae.',6,0,0,NULL,'WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1234,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14003,'Est dolore placeat dolor sequi molestiae perferendis.',5,1,0,NULL,'Queen\'s hedgehog just now, only it ran away when it saw mine coming!\' \'How do you know the way out of that dark hall, and wander about among those beds of bright flowers and the others took the regular course.\' \'What was that?\' inquired Alice. \'Reeling and Writhing, of course, I meant,\' the King added in a furious passion, and went down to the Hatter. \'Nor I,\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a pity it wouldn\'t stay!\' sighed the Lory, as soon as the doubled-up soldiers were always getting up and ran the faster, while more and more faintly came, carried on the breeze that followed them, the melancholy words:-- \'Soo--oop of the country is, you know. Which shall sing?\' \'Oh, YOU sing,\' said the Caterpillar. This was quite tired of this. I vote the young man said, \'And your hair has become very white; And yet I wish you wouldn\'t have come here.\' Alice didn\'t think that proved it at all,\'.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1234,14002,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14004,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1234,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14005,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1234,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14006,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14007,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14008,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14009,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14010,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14011,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14012,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14013,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14014,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14015,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1235,14014,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14016,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14017,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14018,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14019,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14020,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1235,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14021,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14022,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14023,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14024,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14025,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14026,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14027,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1236,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14028,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14029,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14030,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14031,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14032,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14033,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14034,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14035,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14036,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14037,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14038,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14039,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14040,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14041,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14042,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14043,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14044,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14045,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14046,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14047,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14048,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14049,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14050,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14051,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14052,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14053,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14054,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14055,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14056,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14057,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14058,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14059,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14060,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1237,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14061,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1238,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14062,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1238,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14063,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1238,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14064,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1238,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14065,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1239,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14066,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1240,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14067,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1240,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14068,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1240,NULL,'2022-12-01 15:47:18','2022-12-01 15:47:18'),(14069,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14070,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14071,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14072,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14073,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14074,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14075,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14076,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14077,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14078,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14079,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14080,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14081,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14082,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1241,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14083,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14084,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14085,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14086,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14087,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14088,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14089,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14090,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14091,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14092,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14093,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14094,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14095,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14096,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14097,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14098,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14099,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14100,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14101,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14102,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1242,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14103,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14104,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14105,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14106,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14107,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14108,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14109,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14110,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14111,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14112,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1243,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14113,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14114,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14115,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14116,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14117,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14118,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14119,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14120,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14121,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14122,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1244,14121,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14123,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14124,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14125,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14126,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14127,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1244,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14128,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14129,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14130,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14131,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14132,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14133,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14134,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1245,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14135,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1246,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14136,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1246,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14137,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1246,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14138,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1246,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14139,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1246,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14140,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1246,NULL,'2022-12-01 16:30:13','2022-12-01 16:30:13'),(14141,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14142,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14143,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14144,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14145,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14146,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14147,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14148,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14149,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14150,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14151,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14152,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14153,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14154,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14155,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14156,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14157,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14158,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14159,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14160,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14161,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14162,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14163,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14164,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14165,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14166,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14167,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1246,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14168,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1247,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14169,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1247,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14170,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1247,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14171,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1247,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14172,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1248,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14173,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1249,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14174,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1249,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14175,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1249,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14176,'is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1250,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14177,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1250,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14178,'Quod eligendi repellat quia nesciunt perferendis porro adipisci.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1250,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14179,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1250,NULL,'2022-12-01 16:30:14','2022-12-01 16:30:14'),(14180,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14181,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14182,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14183,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14184,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14185,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14186,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14187,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14188,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14189,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14190,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14191,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14192,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14193,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1251,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14194,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14195,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14196,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14197,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14198,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14199,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14200,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14201,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14202,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14203,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14204,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14205,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14206,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14207,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14208,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14209,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14210,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14211,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14212,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14213,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1252,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14214,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14215,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14216,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14217,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14218,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14219,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14220,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14221,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14222,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14223,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1253,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14224,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14225,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14226,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14227,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14228,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14229,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14230,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14231,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14232,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14233,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1254,14232,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14234,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14235,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14236,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14237,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14238,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1254,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14239,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14240,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14241,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14242,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14243,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14244,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14245,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1255,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14246,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1256,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14247,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1256,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14248,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1256,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14249,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1256,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14250,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1256,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14251,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1256,NULL,'2022-12-01 16:32:10','2022-12-01 16:32:10'),(14252,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14253,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14254,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14255,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14256,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14257,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14258,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14259,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14260,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14261,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14262,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14263,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14264,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14265,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14266,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14267,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14268,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14269,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14270,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14271,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14272,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14273,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14274,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14275,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14276,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14277,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14278,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1256,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14279,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1257,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14280,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1257,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14281,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1257,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14282,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1257,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14283,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1258,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14284,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1259,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14285,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1259,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14286,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1259,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14287,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1260,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14288,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1260,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14289,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1260,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14290,'Voluptatem qui sequi expedita sed in aliquam est.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1260,NULL,'2022-12-01 16:32:11','2022-12-01 16:32:11'),(14291,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14292,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14293,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14294,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14295,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14296,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14297,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14298,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14299,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14300,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14301,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14302,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14303,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14304,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1261,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14305,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14306,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14307,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14308,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14309,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14310,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14311,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14312,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14313,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14314,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14315,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14316,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14317,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14318,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14319,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14320,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14321,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14322,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14323,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14324,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1262,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14325,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14326,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14327,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14328,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14329,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14330,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14331,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14332,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14333,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14334,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1263,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14335,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1264,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14336,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1264,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14337,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1264,NULL,'2022-12-01 16:33:35','2022-12-01 16:33:35'),(14338,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14339,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14340,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14341,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14342,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14343,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14344,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1264,14343,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14345,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14346,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14347,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14348,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14349,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1264,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14350,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14351,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14352,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14353,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14354,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14355,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14356,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1265,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14357,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14358,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14359,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14360,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14361,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14362,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14363,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14364,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14365,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14366,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14367,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14368,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14369,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14370,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14371,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14372,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14373,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14374,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14375,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14376,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14377,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14378,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14379,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14380,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14381,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14382,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14383,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14384,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14385,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14386,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14387,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14388,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14389,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1266,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14390,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1267,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14391,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1267,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14392,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1267,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14393,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1267,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14394,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1268,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14395,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1269,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14396,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1269,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14397,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1269,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14398,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1270,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14399,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1270,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14400,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1270,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14401,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1270,NULL,'2022-12-01 16:33:36','2022-12-01 16:33:36'),(14402,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14403,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14404,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14405,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14406,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14407,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14408,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14409,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14410,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14411,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14412,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14413,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14414,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14415,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1271,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14416,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14417,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14418,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14419,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14420,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14421,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14422,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14423,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14424,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14425,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14426,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14427,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14428,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14429,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14430,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14431,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14432,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14433,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14434,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14435,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1272,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14436,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14437,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14438,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14439,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14440,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14441,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14442,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14443,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14444,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14445,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1273,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14446,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14447,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14448,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14449,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14450,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14451,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14452,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14453,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14454,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14455,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1274,14454,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14456,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14457,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14458,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14459,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14460,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1274,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14461,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14462,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14463,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14464,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14465,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14466,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14467,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1275,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14468,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14469,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14470,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14471,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14472,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14473,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14474,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14475,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14476,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14477,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14478,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14479,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14480,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14481,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14482,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14483,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14484,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14485,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14486,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14487,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14488,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14489,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14490,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14491,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14492,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14493,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14494,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14495,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14496,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14497,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14498,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14499,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14500,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1276,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14501,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1277,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14502,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1277,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14503,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1277,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14504,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1277,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14505,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1278,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14506,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1279,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14507,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1279,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14508,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1279,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14509,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1280,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14510,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1280,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14511,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1280,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14512,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1280,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14513,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1280,NULL,'2022-12-01 16:35:49','2022-12-01 16:35:49'),(14514,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14515,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14516,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14517,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14518,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14519,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14520,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14521,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14522,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14523,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14524,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14525,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14526,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14527,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1281,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14528,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14529,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14530,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14531,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14532,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14533,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14534,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14535,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14536,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14537,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14538,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14539,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14540,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14541,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14542,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14543,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14544,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14545,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14546,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14547,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1282,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14548,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14549,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14550,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14551,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14552,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14553,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14554,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14555,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14556,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14557,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1283,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14558,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14559,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14560,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14561,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14562,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14563,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14564,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14565,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14566,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14567,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1284,14566,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14568,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14569,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14570,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14571,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14572,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1284,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14573,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1285,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14574,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1285,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14575,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1285,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14576,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1285,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14577,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1285,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14578,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1285,NULL,'2022-12-01 16:38:46','2022-12-01 16:38:46'),(14579,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1285,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14580,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14581,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14582,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14583,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14584,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14585,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14586,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14587,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14588,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14589,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14590,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14591,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14592,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14593,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14594,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14595,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14596,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14597,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14598,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14599,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14600,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14601,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14602,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14603,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14604,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14605,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14606,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14607,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14608,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14609,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14610,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14611,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14612,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1286,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14613,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1287,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14614,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1287,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14615,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1287,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14616,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1287,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14617,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1288,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14618,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1289,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14619,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1289,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14620,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1289,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14621,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14622,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14623,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14624,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14625,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14626,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14627,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1290,NULL,'2022-12-01 16:38:47','2022-12-01 16:38:47'),(14628,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14629,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14630,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14631,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14632,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14633,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14634,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14635,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14636,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14637,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14638,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14639,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14640,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14641,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1291,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14642,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14643,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14644,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14645,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14646,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14647,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14648,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14649,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14650,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14651,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14652,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14653,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14654,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14655,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14656,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14657,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14658,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14659,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14660,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14661,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1292,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14662,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14663,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14664,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14665,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14666,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14667,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14668,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14669,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14670,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14671,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1293,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14672,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14673,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14674,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14675,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14676,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14677,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14678,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14679,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14680,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14681,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1294,14680,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14682,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14683,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14684,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14685,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14686,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1294,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14687,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14688,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14689,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14690,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14691,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14692,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14693,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1295,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14694,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14695,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14696,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14697,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14698,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14699,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14700,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14701,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14702,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14703,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14704,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14705,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14706,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14707,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14708,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14709,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14710,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14711,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14712,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14713,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14714,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14715,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14716,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14717,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14718,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14719,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14720,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14721,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14722,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14723,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14724,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14725,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14726,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1296,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14727,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1297,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14728,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1297,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14729,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1297,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14730,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1297,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14731,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1298,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14732,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1299,NULL,'2022-12-01 16:44:54','2022-12-01 16:44:54'),(14733,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1299,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14734,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1299,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14735,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14736,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14737,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14738,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14739,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14740,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14741,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14742,'Upload Up To 1x Photo Of Current Fire EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14743,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1300,NULL,'2022-12-01 16:44:55','2022-12-01 16:44:55'),(14744,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14745,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14746,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14747,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14748,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14749,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14750,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14751,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14752,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14753,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14754,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14755,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14756,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14757,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1301,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14758,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14759,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14760,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14761,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14762,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14763,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14764,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14765,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14766,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14767,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14768,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14769,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14770,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14771,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14772,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14773,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14774,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14775,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14776,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14777,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1302,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14778,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14779,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14780,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14781,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14782,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14783,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14784,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14785,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14786,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14787,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1303,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14788,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14789,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14790,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14791,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14792,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14793,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14794,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14795,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14796,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14797,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1304,14796,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14798,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14799,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14800,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14801,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14802,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1304,NULL,'2022-12-01 16:47:34','2022-12-01 16:47:34'),(14803,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14804,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14805,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14806,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14807,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14808,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14809,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1305,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14810,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14811,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14812,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14813,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14814,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14815,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14816,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14817,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14818,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14819,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14820,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14821,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14822,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14823,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14824,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14825,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14826,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14827,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14828,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14829,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14830,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14831,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14832,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14833,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14834,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14835,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14836,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14837,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14838,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14839,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14840,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14841,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14842,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1306,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14843,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1307,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14844,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1307,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14845,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1307,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14846,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1307,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14847,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1308,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14848,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1309,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14849,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1309,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14850,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1309,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14851,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14852,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14853,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14854,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14855,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14856,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14857,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14858,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14859,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14860,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14861,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1310,NULL,'2022-12-01 16:47:35','2022-12-01 16:47:35'),(14862,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14863,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14864,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14865,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14866,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14867,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14868,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14869,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14870,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14871,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14872,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14873,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14874,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14875,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1311,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14876,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14877,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14878,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14879,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14880,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14881,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14882,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14883,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14884,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14885,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14886,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14887,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14888,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1312,NULL,'2022-12-01 17:02:24','2022-12-01 17:02:24'),(14889,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14890,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14891,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14892,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14893,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14894,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14895,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1312,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14896,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14897,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14898,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14899,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14900,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14901,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14902,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14903,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14904,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14905,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1313,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14906,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14907,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14908,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14909,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14910,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14911,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14912,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14913,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14914,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14915,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1314,14914,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14916,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14917,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14918,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14919,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14920,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1314,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14921,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14922,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14923,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14924,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14925,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14926,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14927,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1315,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14928,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14929,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14930,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14931,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14932,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14933,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14934,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14935,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14936,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14937,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14938,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14939,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14940,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14941,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14942,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14943,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14944,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14945,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14946,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14947,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14948,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14949,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14950,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14951,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14952,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14953,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14954,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14955,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14956,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14957,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14958,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14959,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14960,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1316,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14961,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1317,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14962,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1317,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14963,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1317,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14964,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1317,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14965,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1318,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14966,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1319,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14967,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1319,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14968,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1319,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14969,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14970,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14971,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14972,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14973,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14974,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14975,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14976,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14977,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14978,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14979,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14980,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14981,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1320,NULL,'2022-12-01 17:02:25','2022-12-01 17:02:25'),(14982,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14983,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14984,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14985,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14986,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14987,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14988,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14989,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14990,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14991,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14992,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14993,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14994,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14995,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1321,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14996,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14997,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14998,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(14999,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15000,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15001,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15002,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15003,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15004,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15005,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15006,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15007,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15008,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15009,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15010,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15011,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15012,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15013,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15014,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15015,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1322,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15016,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15017,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15018,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15019,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15020,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15021,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15022,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15023,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15024,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15025,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1323,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15026,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15027,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15028,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15029,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15030,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15031,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15032,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15033,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15034,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15035,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1324,15034,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15036,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15037,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15038,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15039,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15040,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1324,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15041,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15042,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15043,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15044,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15045,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15046,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15047,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1325,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15048,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15049,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15050,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15051,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15052,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15053,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15054,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15055,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15056,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15057,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15058,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15059,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15060,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15061,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15062,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15063,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15064,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15065,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15066,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15067,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15068,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15069,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15070,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15071,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15072,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15073,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15074,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15075,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15076,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15077,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15078,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15079,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15080,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1326,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15081,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1327,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15082,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1327,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15083,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1327,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15084,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1327,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15085,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1328,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15086,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1329,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15087,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1329,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15088,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1329,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15089,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15090,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15091,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15092,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15093,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15094,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15095,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15096,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15097,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15098,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15099,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15100,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15101,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15102,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15103,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1330,NULL,'2022-12-01 17:05:12','2022-12-01 17:05:12'),(15104,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(15105,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(15106,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(15107,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:35','2022-12-01 17:07:35'),(15108,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15109,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15110,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15111,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15112,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15113,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15114,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15115,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15116,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15117,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1331,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15118,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15119,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15120,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15121,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15122,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15123,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15124,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15125,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15126,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15127,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15128,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15129,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15130,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15131,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15132,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15133,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15134,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15135,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15136,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15137,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1332,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15138,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15139,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15140,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15141,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15142,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15143,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15144,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15145,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15146,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15147,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1333,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15148,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15149,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15150,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15151,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15152,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15153,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15154,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15155,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15156,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15157,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1334,15156,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15158,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15159,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15160,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15161,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15162,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1334,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15163,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15164,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15165,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15166,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15167,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15168,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15169,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1335,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15170,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15171,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15172,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15173,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15174,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15175,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15176,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15177,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15178,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15179,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15180,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15181,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15182,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15183,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15184,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15185,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15186,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15187,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15188,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15189,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15190,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15191,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15192,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15193,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15194,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15195,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15196,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15197,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15198,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15199,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15200,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15201,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15202,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1336,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15203,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1337,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15204,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1337,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15205,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1337,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15206,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1337,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15207,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1338,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15208,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1339,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15209,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1339,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15210,'Reiciendis sint non ex corrupti nemo itaque ex odio.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1339,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15211,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15212,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15213,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15214,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15215,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15216,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15217,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15218,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15219,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15220,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15221,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15222,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15223,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15224,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15225,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15226,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1340,NULL,'2022-12-01 17:07:36','2022-12-01 17:07:36'),(15227,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15228,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15229,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15230,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15231,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15232,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15233,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15234,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15235,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15236,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15237,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15238,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1341,NULL,'2022-12-01 17:08:07','2022-12-01 17:08:07'),(15239,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1341,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15240,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1341,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15241,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15242,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15243,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15244,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15245,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15246,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15247,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15248,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15249,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15250,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15251,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15252,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15253,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15254,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15255,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15256,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15257,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15258,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15259,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15260,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1342,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15261,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15262,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15263,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15264,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15265,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15266,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15267,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15268,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15269,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15270,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1343,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15271,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15272,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15273,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15274,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15275,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15276,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15277,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15278,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15279,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15280,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1344,15279,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15281,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15282,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15283,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15284,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15285,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1344,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15286,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15287,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15288,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15289,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15290,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15291,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15292,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1345,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15293,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15294,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15295,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15296,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15297,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15298,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15299,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15300,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15301,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15302,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15303,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15304,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15305,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15306,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15307,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15308,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15309,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15310,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15311,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15312,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15313,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15314,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15315,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15316,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15317,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15318,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15319,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15320,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15321,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15322,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15323,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15324,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15325,'Specify the Number of Bedroom Doors Between (1 to 100)',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1346,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15326,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1347,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15327,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1347,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15328,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1347,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15329,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1347,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15330,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1348,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15331,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15332,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15333,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15334,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15335,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15336,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15337,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15338,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15339,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15340,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15341,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15342,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15343,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15344,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15345,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15346,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1349,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15347,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1350,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15348,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1350,NULL,'2022-12-01 17:08:08','2022-12-01 17:08:08'),(15349,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15350,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15351,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15352,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15353,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15354,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15355,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15356,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15357,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15358,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15359,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15360,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15361,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15362,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1351,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15363,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15364,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15365,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15366,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15367,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15368,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15369,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15370,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15371,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15372,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15373,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15374,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15375,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15376,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15377,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15378,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15379,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15380,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15381,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15382,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1352,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15383,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15384,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15385,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15386,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15387,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15388,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15389,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15390,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15391,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15392,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1353,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15393,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15394,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15395,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15396,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15397,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15398,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15399,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15400,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15401,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15402,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1354,15401,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15403,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15404,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15405,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15406,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15407,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1354,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15408,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15409,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15410,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15411,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15412,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15413,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15414,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1355,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15415,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1356,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15416,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1356,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15417,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1356,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15418,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1356,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15419,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1357,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15420,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15421,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15422,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15423,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15424,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15425,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15426,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15427,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15428,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15429,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15430,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15431,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15432,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15433,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15434,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15435,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1358,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15436,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1359,NULL,'2022-12-01 17:11:17','2022-12-01 17:11:17'),(15437,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1359,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15438,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15439,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15440,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15441,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15442,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15443,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15444,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15445,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15446,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15447,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15448,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15449,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15450,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15451,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15452,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15453,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15454,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15455,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15456,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15457,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15458,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15459,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15460,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15461,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15462,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15463,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15464,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15465,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15466,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15467,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15468,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15469,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15470,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15471,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15472,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1360,NULL,'2022-12-01 17:11:18','2022-12-01 17:11:18'),(15473,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15474,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15475,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15476,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15477,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15478,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15479,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15480,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15481,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15482,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15483,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15484,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15485,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15486,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1361,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15487,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15488,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15489,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15490,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15491,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15492,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15493,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15494,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15495,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15496,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15497,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15498,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15499,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15500,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15501,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15502,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15503,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15504,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15505,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15506,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1362,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15507,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15508,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15509,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15510,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15511,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15512,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15513,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15514,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15515,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15516,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1363,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15517,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1364,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15518,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1364,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15519,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1364,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15520,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1364,NULL,'2022-12-01 17:12:49','2022-12-01 17:12:49'),(15521,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15522,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15523,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15524,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15525,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15526,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1364,15525,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15527,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15528,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15529,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15530,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15531,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1364,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15532,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15533,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15534,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15535,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15536,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15537,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15538,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1365,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15539,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1366,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15540,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1366,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15541,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1366,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15542,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1366,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15543,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1367,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15544,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15545,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15546,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15547,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15548,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15549,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15550,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15551,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15552,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15553,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15554,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15555,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15556,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15557,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15558,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15559,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1368,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15560,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1369,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15561,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1369,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15562,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15563,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15564,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15565,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15566,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15567,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15568,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15569,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15570,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15571,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15572,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15573,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15574,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15575,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15576,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15577,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15578,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15579,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15580,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15581,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15582,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15583,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15584,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15585,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15586,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15587,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15588,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15589,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15590,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15591,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15592,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15593,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15594,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15595,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15596,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15597,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15598,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1370,NULL,'2022-12-01 17:12:50','2022-12-01 17:12:50'),(15599,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15600,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15601,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15602,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15603,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15604,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15605,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15606,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15607,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15608,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15609,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15610,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15611,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15612,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1371,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15613,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15614,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15615,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15616,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15617,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15618,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15619,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15620,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15621,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15622,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15623,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15624,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15625,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15626,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15627,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15628,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15629,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15630,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15631,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15632,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1372,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15633,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15634,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15635,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15636,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15637,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15638,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15639,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15640,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15641,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15642,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1373,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15643,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15644,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15645,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15646,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15647,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15648,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15649,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15650,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15651,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15652,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1374,15651,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15653,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15654,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15655,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15656,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15657,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1374,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15658,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15659,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15660,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15661,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15662,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15663,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15664,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1375,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15665,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1376,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15666,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1376,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15667,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1376,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15668,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1376,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15669,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1377,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15670,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15671,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15672,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15673,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15674,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15675,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15676,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15677,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15678,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15679,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15680,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15681,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15682,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15683,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15684,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15685,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1378,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15686,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1379,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15687,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1379,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15688,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15689,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15690,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15691,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15692,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15693,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15694,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15695,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15696,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15697,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15698,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15699,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15700,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15701,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15702,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15703,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15704,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15705,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15706,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15707,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15708,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15709,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15710,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15711,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15712,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15713,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15714,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15715,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15716,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15717,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15718,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15719,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15720,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15721,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15722,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15723,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15724,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15725,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15726,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1380,NULL,'2022-12-01 17:14:21','2022-12-01 17:14:21'),(15727,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15728,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15729,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15730,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15731,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15732,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15733,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15734,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15735,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15736,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15737,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15738,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15739,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15740,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1381,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15741,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15742,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15743,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15744,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15745,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15746,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15747,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15748,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15749,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15750,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15751,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15752,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15753,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15754,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15755,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15756,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15757,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15758,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15759,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15760,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1382,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15761,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15762,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15763,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15764,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15765,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15766,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15767,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15768,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15769,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15770,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1383,NULL,'2022-12-01 17:16:47','2022-12-01 17:16:47'),(15771,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15772,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15773,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15774,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15775,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15776,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15777,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15778,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15779,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15780,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1384,15779,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15781,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15782,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15783,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15784,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15785,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1384,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15786,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15787,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15788,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15789,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15790,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15791,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15792,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1385,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15793,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1386,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15794,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1386,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15795,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1386,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15796,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1386,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15797,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1387,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15798,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15799,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15800,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15801,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15802,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15803,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15804,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15805,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15806,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15807,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15808,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15809,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15810,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15811,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15812,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15813,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1388,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15814,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1389,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15815,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1389,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15816,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15817,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15818,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15819,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15820,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15821,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15822,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15823,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15824,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15825,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15826,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15827,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15828,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15829,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15830,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15831,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15832,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15833,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15834,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15835,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15836,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15837,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15838,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15839,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15840,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15841,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15842,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15843,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15844,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15845,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15846,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15847,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15848,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15849,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15850,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15851,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15852,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15853,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15854,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15855,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15856,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1390,NULL,'2022-12-01 17:16:48','2022-12-01 17:16:48'),(15857,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15858,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15859,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15860,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15861,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15862,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15863,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15864,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15865,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15866,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15867,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15868,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15869,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15870,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1391,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15871,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15872,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15873,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15874,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15875,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15876,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15877,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15878,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15879,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15880,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15881,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15882,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15883,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15884,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15885,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15886,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15887,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15888,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15889,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15890,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1392,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15891,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15892,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15893,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15894,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15895,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15896,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15897,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15898,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15899,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15900,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1393,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15901,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1394,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15902,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1394,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15903,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1394,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15904,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1394,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15905,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1394,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15906,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1394,NULL,'2022-12-01 21:15:46','2022-12-01 21:15:46'),(15907,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15908,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15909,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15910,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1394,15909,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15911,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15912,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15913,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15914,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15915,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1394,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15916,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15917,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15918,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15919,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15920,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15921,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15922,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1395,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15923,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1396,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15924,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1396,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15925,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1396,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15926,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1396,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15927,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1397,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15928,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15929,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15930,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15931,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15932,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15933,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15934,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15935,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15936,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15937,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15938,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15939,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15940,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15941,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15942,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15943,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1398,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15944,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1399,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15945,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1399,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15946,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15947,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15948,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15949,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15950,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15951,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15952,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15953,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15954,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15955,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15956,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15957,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15958,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15959,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15960,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15961,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15962,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15963,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15964,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15965,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15966,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15967,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15968,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15969,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15970,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15971,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15972,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15973,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15974,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15975,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15976,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15977,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15978,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15979,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15980,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15981,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15982,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15983,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15984,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15985,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15986,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15987,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15988,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1400,NULL,'2022-12-01 21:15:47','2022-12-01 21:15:47'),(15989,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15990,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15991,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15992,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15993,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15994,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15995,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15996,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15997,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15998,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(15999,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16000,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16001,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16002,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1401,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16003,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16004,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16005,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16006,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16007,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16008,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16009,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16010,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16011,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16012,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16013,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16014,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16015,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16016,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16017,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16018,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16019,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16020,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16021,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16022,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1402,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16023,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16024,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16025,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16026,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16027,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16028,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16029,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16030,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16031,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16032,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1403,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16033,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16034,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16035,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16036,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16037,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16038,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16039,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16040,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16041,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16042,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1404,16041,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16043,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16044,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16045,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16046,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16047,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1404,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16048,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16049,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16050,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16051,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16052,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16053,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16054,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1405,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16055,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1406,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16056,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1406,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16057,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1406,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16058,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1406,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16059,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1407,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16060,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16061,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16062,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16063,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16064,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16065,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16066,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16067,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16068,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16069,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16070,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16071,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16072,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16073,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16074,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16075,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1408,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16076,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1409,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16077,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1409,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16078,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16079,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16080,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16081,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16082,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16083,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16084,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16085,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16086,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16087,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16088,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16089,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16090,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16091,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16092,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16093,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16094,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16095,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16096,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16097,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16098,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16099,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16100,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16101,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16102,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16103,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16104,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16105,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16106,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16107,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16108,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16109,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16110,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16111,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16112,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16113,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16114,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16115,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16116,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16117,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16118,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16119,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16120,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16121,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16122,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16123,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16124,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1410,NULL,'2022-12-01 21:18:56','2022-12-01 21:18:56'),(16125,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16126,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16127,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16128,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16129,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16130,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16131,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16132,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16133,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16134,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16135,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16136,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16137,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16138,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1411,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16139,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16140,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16141,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16142,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16143,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16144,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16145,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16146,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16147,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16148,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16149,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16150,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16151,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16152,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16153,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16154,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16155,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16156,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16157,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16158,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1412,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16159,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16160,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16161,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16162,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16163,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16164,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16165,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16166,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16167,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16168,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1413,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16169,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16170,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16171,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16172,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16173,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16174,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16175,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16176,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16177,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16178,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1414,16177,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16179,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16180,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16181,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16182,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16183,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1414,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16184,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16185,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16186,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16187,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16188,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16189,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16190,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1415,NULL,'2022-12-01 21:20:25','2022-12-01 21:20:25'),(16191,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1416,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16192,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1416,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16193,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1416,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16194,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1416,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16195,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1417,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16196,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16197,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16198,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16199,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16200,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16201,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16202,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16203,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16204,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16205,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16206,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16207,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16208,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16209,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16210,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16211,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1418,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16212,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1419,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16213,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1419,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16214,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16215,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16216,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16217,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16218,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16219,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16220,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:20:26'),(16221,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:21:46'),(16222,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:21:10'),(16223,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:21:17'),(16224,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:21:31'),(16225,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:21:46'),(16226,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16227,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16228,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16229,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16230,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16231,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16232,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16233,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16234,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16235,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16236,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16237,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16238,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16239,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16240,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16241,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16242,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16243,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16244,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16245,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16246,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16247,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16248,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16249,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16250,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16251,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16252,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16253,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16254,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16255,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16256,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16257,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16258,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16259,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16260,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16261,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16262,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1420,NULL,'2022-12-01 21:20:26','2022-12-01 21:22:39'),(16263,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16264,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16265,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16266,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16267,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16268,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16269,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16270,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16271,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16272,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16273,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16274,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16275,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16276,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1421,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16277,'4.01 - Has responsibility for fire safety been nominated?',8,1,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16278,'4.02 - Are competent persons available to assist in the preventative and protective measures?',8,1,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16279,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16280,'4.03 - Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16281,'4.04 - Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,1,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16282,'Upload Evidence',10,1,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16283,'4.05 - Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,1,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16284,'4.06 - Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,1,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16285,'4.07 - Is the emergency plan readily available to employees Visitor or others to read?',8,1,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16286,'Upload Evidence',10,1,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16287,'4.08 - Is the emergency plan available to the enforcing authority?',8,1,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16288,'4.09 - Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,1,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16289,'4.10 - Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,1,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16290,'4.11 - Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,1,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16291,'4.12 - Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,1,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16292,'4.13 - Is their appropriate liaison with the Fire and Rescue Authority?',8,1,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16293,'4.14 - Has a regime of regular in-house fire precautions checks been defined and implemented?',8,1,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16294,'4.16 - Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,1,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16295,'4.15 - Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,1,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16296,'Upload Evidence',10,1,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1422,NULL,'2022-12-01 21:28:34','2022-12-01 21:28:34'),(16297,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16298,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16299,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16300,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16301,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16302,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16303,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16304,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16305,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16306,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1423,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16307,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16308,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16309,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16310,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16311,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16312,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16313,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16314,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16315,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16316,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1424,16315,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16317,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16318,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16319,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16320,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16321,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1424,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16322,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16323,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16324,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16325,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16326,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16327,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16328,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1425,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16329,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1426,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16330,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1426,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16331,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1426,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16332,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1426,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16333,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1427,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16334,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16335,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16336,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16337,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16338,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16339,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16340,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16341,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16342,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16343,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16344,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16345,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16346,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16347,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16348,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16349,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1428,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16350,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1429,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16351,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1429,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16352,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16353,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16354,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16355,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16356,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16357,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16358,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16359,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16360,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16361,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16362,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16363,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16364,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16365,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16366,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16367,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16368,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16369,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16370,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16371,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16372,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16373,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16374,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16375,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16376,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16377,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16378,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16379,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16380,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16381,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16382,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16383,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16384,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16385,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16386,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16387,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16388,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16389,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35');
INSERT INTO `questions` VALUES (16390,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16391,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16392,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16393,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16394,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16395,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16396,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16397,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16398,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16399,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16400,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1430,NULL,'2022-12-01 21:28:35','2022-12-01 21:28:35'),(16401,'Upload photo',10,1,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16402,'5.03 - Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,1,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16403,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16404,'5.04 - The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16405,'5.01 - The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16406,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16407,'5.02 - If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16408,'5.05 - A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,1,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16409,'5.06 - Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,1,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16410,'5.07 - are they in good condition not obstructed or over  painted',8,1,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16411,'Upload photo',10,1,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16412,'5.08 - Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,1,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16413,'5.09 - Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,1,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16414,'Upload photo',10,1,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1431,NULL,'2022-12-01 21:32:34','2022-12-01 21:32:34'),(16415,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16416,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16417,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16418,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16419,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16420,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16421,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16422,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16423,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16424,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1432,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16425,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16426,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16427,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16428,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16429,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16430,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16431,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16432,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16433,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16434,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1433,16433,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16435,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16436,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16437,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16438,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16439,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1433,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16440,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16441,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16442,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16443,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16444,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16445,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16446,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1434,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16447,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1435,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16448,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1435,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16449,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1435,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16450,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1435,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16451,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1436,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16452,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16453,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16454,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16455,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16456,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16457,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16458,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16459,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16460,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16461,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16462,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16463,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16464,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16465,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16466,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16467,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1437,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16468,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1438,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16469,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1438,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16470,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16471,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16472,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16473,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16474,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16475,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16476,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16477,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16478,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16479,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16480,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16481,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16482,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16483,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16484,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16485,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16486,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16487,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16488,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16489,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16490,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16491,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16492,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16493,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16494,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16495,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16496,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16497,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16498,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16499,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16500,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16501,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16502,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16503,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16504,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16505,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16506,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16507,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16508,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16509,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16510,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16511,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16512,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16513,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16514,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16515,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16516,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16517,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16518,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1439,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16519,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16520,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16521,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16522,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16523,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16524,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16525,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16526,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16527,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16528,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16529,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16530,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16531,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16532,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16533,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16534,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16535,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16536,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16537,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16538,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1440,NULL,'2022-12-01 21:32:35','2022-12-01 21:32:35'),(16539,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16540,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16541,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16542,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16543,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16544,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16545,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16546,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16547,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16548,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1441,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16549,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16550,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16551,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16552,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16553,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16554,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16555,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16556,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16557,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16558,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1442,16557,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16559,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16560,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16561,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16562,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16563,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1442,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16564,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16565,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16566,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16567,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16568,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16569,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16570,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1443,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16571,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1444,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16572,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1444,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16573,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1444,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16574,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1444,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16575,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1445,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16576,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16577,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16578,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p><strong>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</strong></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16579,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16580,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16581,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16582,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16583,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16584,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16585,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16586,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16587,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16588,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16589,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16590,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16591,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1446,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16592,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1447,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16593,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1447,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16594,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16595,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16596,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16597,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16598,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16599,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16600,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16601,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16602,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16603,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16604,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16605,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16606,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16607,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16608,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16609,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16610,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16611,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16612,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16613,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16614,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16615,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16616,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16617,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16618,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16619,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16620,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16621,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16622,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16623,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16624,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16625,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16626,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16627,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16628,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16629,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16630,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16631,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16632,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16633,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16634,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16635,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16636,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16637,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16638,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16639,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16640,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16641,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16642,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1448,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16643,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1449,NULL,'2022-12-01 21:35:07','2022-12-01 21:35:07'),(16644,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16645,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16646,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16647,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16648,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16649,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16650,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16651,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16652,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16653,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16654,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16655,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16656,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16657,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16658,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16659,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16660,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16661,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16662,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1449,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16663,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16664,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16665,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16666,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16667,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16668,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16669,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16670,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16671,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16672,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16673,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16674,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16675,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16676,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1450,NULL,'2022-12-01 21:35:08','2022-12-01 21:35:08'),(16677,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16678,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16679,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16680,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16681,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16682,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16683,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16684,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16685,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16686,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1451,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16687,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16688,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16689,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16690,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16691,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16692,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16693,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16694,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16695,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16696,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1452,16695,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16697,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16698,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16699,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16700,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16701,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1452,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16702,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16703,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16704,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16705,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16706,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16707,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16708,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1453,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16709,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1454,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16710,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1454,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16711,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1454,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16712,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1454,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16713,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1455,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16714,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1456,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16715,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1456,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16716,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16717,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16718,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16719,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16720,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16721,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16722,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16723,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16724,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16725,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16726,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16727,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16728,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16729,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16730,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16731,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16732,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16733,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16734,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16735,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16736,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16737,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16738,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16739,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16740,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16741,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16742,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16743,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16744,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16745,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16746,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16747,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16748,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16749,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16750,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16751,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16752,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16753,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16754,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16755,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16756,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16757,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16758,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16759,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16760,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16761,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16762,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16763,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16764,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1457,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16765,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16766,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16767,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16768,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16769,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16770,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16771,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16772,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16773,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16774,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16775,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16776,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16777,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16778,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16779,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16780,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16781,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16782,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16783,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16784,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1458,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16785,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16786,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16787,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16788,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16789,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16790,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16791,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16792,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16793,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16794,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16795,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16796,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16797,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16798,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1459,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16799,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16800,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16801,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16802,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16803,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16804,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16805,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16806,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16807,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16808,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16809,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16810,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16811,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16812,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16813,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1460,NULL,'2022-12-01 21:36:01','2022-12-01 21:36:01'),(16814,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1460,NULL,'2022-12-01 21:36:02','2022-12-01 21:36:02'),(16815,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16816,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16817,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16818,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16819,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16820,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16821,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16822,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16823,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16824,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1461,16823,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16825,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16826,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16827,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16828,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16829,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1461,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16830,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16831,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16832,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16833,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16834,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16835,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16836,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,1,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1462,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16837,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1463,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16838,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1463,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16839,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1463,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16840,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1463,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16841,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1464,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16842,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1465,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16843,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1465,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16844,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16845,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16846,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16847,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16848,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16849,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16850,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16851,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16852,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16853,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16854,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16855,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16856,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16857,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16858,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16859,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16860,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16861,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16862,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16863,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16864,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16865,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16866,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16867,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16868,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16869,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16870,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16871,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16872,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16873,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16874,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16875,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16876,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16877,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16878,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16879,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16880,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16881,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16882,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16883,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16884,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16885,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16886,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16887,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16888,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16889,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16890,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16891,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16892,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1466,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16893,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16894,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16895,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16896,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16897,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16898,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16899,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16900,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16901,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16902,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16903,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16904,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16905,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16906,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16907,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16908,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16909,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16910,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16911,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16912,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1467,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16913,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16914,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16915,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16916,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16917,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16918,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16919,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16920,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16921,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16922,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16923,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16924,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16925,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16926,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1468,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16927,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16928,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16929,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16930,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16931,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16932,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16933,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16934,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16935,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16936,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16937,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16938,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16939,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16940,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16941,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16942,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1469,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16943,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:09','2022-12-01 21:38:09'),(16944,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16945,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16946,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16947,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16948,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16949,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16950,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16951,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16952,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1470,NULL,'2022-12-01 21:38:10','2022-12-01 21:38:10'),(16953,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16954,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16955,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16956,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16957,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16958,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16959,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16960,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16961,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16962,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1471,16961,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16963,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16964,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16965,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16966,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16967,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1471,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16968,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1472,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16969,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1472,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16970,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1472,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16971,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1472,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16972,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1473,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16973,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1474,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16974,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,1,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1474,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16975,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16976,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16977,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16978,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16979,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16980,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16981,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16982,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16983,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16984,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16985,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16986,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16987,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16988,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16989,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16990,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16991,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16992,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16993,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16994,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16995,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16996,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16997,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16998,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(16999,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17000,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17001,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17002,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17003,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17004,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17005,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17006,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17007,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17008,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17009,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17010,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17011,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17012,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17013,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17014,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17015,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17016,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17017,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17018,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17019,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17020,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17021,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17022,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17023,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1475,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17024,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17025,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17026,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17027,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17028,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17029,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17030,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17031,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17032,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17033,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17034,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17035,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17036,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17037,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17038,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17039,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17040,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17041,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17042,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17043,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1476,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17044,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17045,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17046,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17047,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17048,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17049,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17050,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17051,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17052,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17053,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17054,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17055,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17056,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17057,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1477,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17058,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17059,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17060,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17061,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17062,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17063,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17064,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17065,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17066,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17067,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17068,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17069,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17070,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17071,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17072,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17073,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1478,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17074,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17075,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17076,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17077,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17078,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17079,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17080,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17081,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17082,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17083,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1479,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17084,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17085,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17086,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17087,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17088,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17089,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17090,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1480,NULL,'2022-12-01 21:41:09','2022-12-01 21:41:09'),(17091,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17092,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17093,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17094,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17095,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17096,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17097,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17098,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17099,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17100,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1481,17099,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17101,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17102,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17103,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17104,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17105,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1481,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17106,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1482,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17107,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1482,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17108,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1482,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17109,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1482,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17110,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1483,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17111,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17112,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17113,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17114,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17115,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17116,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17117,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17118,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17119,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17120,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17121,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17122,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17123,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17124,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17125,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17126,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17127,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17128,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17129,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17130,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17131,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17132,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17133,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17134,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17135,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17136,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17137,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17138,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17139,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17140,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17141,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17142,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17143,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17144,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17145,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17146,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17147,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17148,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17149,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17150,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17151,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17152,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17153,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17154,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17155,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17156,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17157,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17158,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17159,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1484,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17160,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17161,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17162,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17163,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17164,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17165,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17166,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17167,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17168,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17169,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17170,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17171,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17172,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17173,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17174,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17175,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17176,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17177,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17178,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17179,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1485,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17180,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17181,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:57','2022-12-01 21:41:57'),(17182,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17183,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17184,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17185,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17186,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17187,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17188,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17189,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17190,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17191,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17192,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17193,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1486,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17194,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17195,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17196,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17197,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17198,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17199,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17200,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17201,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17202,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17203,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17204,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17205,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17206,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17207,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17208,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17209,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1487,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17210,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17211,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17212,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17213,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17214,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17215,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17216,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17217,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17218,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17219,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1488,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17220,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17221,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17222,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17223,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17224,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17225,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17226,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1489,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17227,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1490,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17228,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1490,NULL,'2022-12-01 21:41:58','2022-12-01 21:41:58'),(17229,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17230,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17231,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17232,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17233,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17234,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17235,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17236,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17237,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17238,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1491,17237,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17239,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17240,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17241,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17242,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17243,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1491,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17244,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1492,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17245,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1492,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17246,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1492,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17247,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1492,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17248,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1493,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17249,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17250,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17251,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17252,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17253,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17254,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17255,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17256,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17257,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17258,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17259,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17260,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17261,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17262,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17263,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17264,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17265,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17266,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17267,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17268,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1494,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17269,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17270,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17271,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17272,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17273,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17274,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17275,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17276,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1495,NULL,'2022-12-01 21:47:20','2022-12-01 21:47:20'),(17277,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1495,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17278,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1495,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17279,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1495,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17280,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1495,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17281,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1495,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17282,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1495,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17283,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17284,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17285,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17286,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17287,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17288,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17289,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17290,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17291,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17292,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17293,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17294,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17295,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17296,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17297,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17298,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1496,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17299,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17300,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17301,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17302,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17303,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17304,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17305,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17306,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17307,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17308,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1497,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17309,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17310,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17311,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17312,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17313,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17314,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17315,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1498,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17316,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1499,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17317,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1499,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17318,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17319,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17320,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17321,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17322,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17323,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17324,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17325,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17326,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17327,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17328,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17329,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17330,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17331,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17332,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17333,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17334,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17335,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17336,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17337,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17338,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17339,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17340,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17341,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17342,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17343,'Main Walls Insulated Cavity – External - Internal Post 2020',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17344,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17345,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17346,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17347,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17348,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17349,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17350,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17351,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17352,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17353,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17354,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17355,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17356,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17357,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17358,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17359,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17360,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17361,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17362,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17363,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17364,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17365,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17366,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1500,NULL,'2022-12-01 21:47:21','2022-12-01 21:47:21'),(17367,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17368,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17369,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17370,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17371,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17372,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17373,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17374,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17375,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17376,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1501,17375,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17377,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17378,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17379,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17380,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17381,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1501,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17382,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1502,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17383,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1502,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17384,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1502,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17385,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1502,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17386,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1503,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17387,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17388,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17389,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17390,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17391,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17392,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17393,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17394,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17395,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17396,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17397,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17398,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17399,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17400,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17401,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17402,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17403,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17404,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17405,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17406,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1504,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17407,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17408,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17409,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17410,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17411,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17412,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17413,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17414,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1505,NULL,'2022-12-01 21:50:21','2022-12-01 21:50:21'),(17415,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1505,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17416,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1505,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17417,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1505,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17418,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1505,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17419,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1505,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17420,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1505,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17421,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17422,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17423,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17424,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17425,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17426,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17427,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17428,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17429,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17430,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17431,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17432,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17433,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17434,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17435,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17436,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1506,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17437,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17438,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17439,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17440,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17441,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17442,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17443,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17444,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17445,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17446,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1507,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17447,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17448,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17449,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17450,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17451,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17452,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17453,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1508,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17454,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1509,NULL,'2022-12-01 21:50:22','2022-12-13 13:00:15'),(17455,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1509,NULL,'2022-12-01 21:50:22','2022-12-13 13:00:15'),(17456,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17457,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17458,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17459,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17460,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17461,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17462,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17463,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17464,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17465,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17466,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17467,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17468,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17469,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17470,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17471,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17472,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17473,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17474,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17475,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17476,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17477,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17478,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17479,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17480,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17481,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17482,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17483,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17484,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17485,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17486,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17487,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17488,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17489,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17490,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17491,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17492,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17493,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17494,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17495,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17496,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17497,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17498,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17499,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17500,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17501,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17502,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17503,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17504,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1510,NULL,'2022-12-01 21:50:22','2022-12-01 21:50:22'),(17505,'Voluptate aspernatur quos et consectetur voluptatem. Itaque enim rerum explicabo autem.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17506,'Et quidem ad laborum autem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17507,'Et cupiditate inventore sequi.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17508,'Hic repudiandae eveniet nostrum quaerat nesciunt.',10,1,0,'Alice \'without pictures or conversations?\' So she stood still where she was ready to sink into.','Alice opened the door began sneezing all at once. The Dormouse shook itself, and was a dispute going on shrinking rapidly: she soon made out that it made Alice quite hungry to look down and cried. \'Come, there\'s no use now,\' thought Alice, \'shall I NEVER get any older than you, and listen to her. \'I wish you wouldn\'t have come here.\' Alice didn\'t think that will be much the most interesting, and perhaps after all it might be hungry, in which case it would be.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,17507,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17509,'Officiis aut ducimus quidem est enim.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17510,'Maxime deserunt aut commodi at impedit.',9,1,0,NULL,'Dormouse into the jury-box, and saw that, in her life; it was good manners for her neck would bend about easily in any direction, like a steam-engine when she heard the Queen shouted at the Hatter, \'or you\'ll be asleep again before it\'s done.\' \'Once upon a low trembling voice, \'Let us get to the Gryphon. \'They can\'t have anything to say, she simply bowed, and took the watch and looked at her, and she tried the effect of lying down on the spot.\' This did not at all like the look of it.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17511,'Porro eum accusamus maxime quia pariatur pariatur tempore.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17512,'Natus dolore eos quis quia beatae.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17513,'Ea et dolor sint. Aut qui magnam fugiat dolor est dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,17512,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17514,'Non consequatur.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,17512,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17515,'Fuga quis aliquam aut id.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17516,'Ut id magnam recusandae harum tenetur sed. Ut laudantium facilis aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1511,17515,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17517,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17518,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17519,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17520,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17521,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17522,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17523,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17524,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1512,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17525,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17526,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17527,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17528,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17529,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17530,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17531,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17532,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,17531,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17533,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1513,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17534,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17535,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17536,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17537,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17538,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,17537,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17539,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,17537,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17540,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17541,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17542,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1514,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17543,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17544,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17545,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,17544,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17546,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17547,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17548,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17549,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17550,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17551,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17552,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1515,17551,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17553,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17554,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17555,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,17554,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17556,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17557,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17558,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17559,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,17558,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17560,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1516,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17561,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17562,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17563,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,17562,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17564,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17565,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17566,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17567,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17568,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,17567,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17569,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1517,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17570,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17571,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17572,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17573,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,17572,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17574,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,17572,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17575,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17576,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17577,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1518,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17578,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17579,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,17578,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17580,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,17578,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17581,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17582,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17583,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17584,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17585,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,NULL,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17586,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1519,17585,'2023-01-17 12:21:27','2023-01-17 12:21:27'),(17587,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17588,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17589,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17590,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17591,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17592,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17593,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17594,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17595,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17596,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1521,17595,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17597,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17598,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17599,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17600,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17601,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1521,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17602,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1522,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17603,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1522,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17604,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1522,NULL,'2023-02-10 08:37:01','2023-02-10 08:37:01'),(17605,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1522,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17606,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1523,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17607,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17608,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17609,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17610,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17611,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17612,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17613,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17614,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17615,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17616,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17617,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17618,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17619,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17620,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17621,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17622,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17623,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17624,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17625,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17626,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1524,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17627,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17628,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17629,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17630,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17631,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17632,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17633,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17634,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17635,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17636,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17637,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17638,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17639,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17640,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1525,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17641,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17642,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17643,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17644,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17645,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17646,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17647,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17648,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17649,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17650,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17651,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17652,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17653,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17654,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17655,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17656,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1526,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17657,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17658,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17659,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17660,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17661,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17662,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17663,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17664,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17665,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17666,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1527,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17667,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17668,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17669,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17670,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17671,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17672,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17673,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1528,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17674,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1529,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17675,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1529,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17676,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17677,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17678,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17679,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17680,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17681,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17682,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17683,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17684,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17685,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17686,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17687,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17688,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17689,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17690,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17691,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17692,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17693,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17694,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17695,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17696,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17697,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17698,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17699,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17700,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17701,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17702,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17703,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17704,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17705,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17706,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17707,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17708,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17709,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17710,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17711,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17712,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17713,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17714,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17715,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17716,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17717,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17718,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17719,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17720,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17721,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17722,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17723,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17724,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1530,NULL,'2023-02-10 08:37:02','2023-02-10 08:37:02'),(17725,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17726,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17727,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17728,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17729,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17730,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17731,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1531,NULL,'2023-02-10 08:37:51','2023-02-10 08:37:51'),(17732,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17733,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17734,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1531,17733,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17735,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17736,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17737,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17738,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17739,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1531,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17740,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1532,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17741,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1532,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17742,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1532,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17743,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1532,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17744,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1533,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17745,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17746,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17747,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17748,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17749,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17750,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17751,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17752,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17753,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17754,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17755,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17756,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17757,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17758,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17759,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17760,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17761,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17762,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17763,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17764,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1534,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17765,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17766,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17767,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17768,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17769,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17770,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17771,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17772,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17773,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17774,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17775,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17776,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17777,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17778,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1535,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17779,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17780,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17781,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17782,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17783,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17784,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17785,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17786,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17787,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17788,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17789,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17790,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17791,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17792,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17793,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17794,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1536,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17795,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17796,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17797,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17798,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17799,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17800,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17801,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17802,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17803,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17804,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1537,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17805,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17806,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17807,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17808,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17809,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17810,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17811,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1538,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17812,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1539,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17813,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1539,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17814,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17815,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17816,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17817,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17818,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17819,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17820,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-10 08:37:52'),(17821,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:51:55'),(17822,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:52:08'),(17823,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:51:46'),(17824,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:51:37'),(17825,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:51:19'),(17826,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:27:58'),(17827,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:24:57'),(17828,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:29:47'),(17829,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1540,NULL,'2023-02-10 08:37:52','2023-02-16 09:32:06'),(17830,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:37:59'),(17831,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:39:19'),(17832,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:41:13'),(17833,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:43:04'),(17834,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:45:03'),(17835,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:46:07'),(17836,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:51:09'),(17837,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:51:01'),(17838,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:50:44'),(17839,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:50:34'),(17840,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-16 09:52:08'),(17841,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17842,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17843,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17844,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17845,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17846,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17847,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17848,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17849,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17850,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17851,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17852,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17853,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17854,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17855,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17856,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17857,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17858,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17859,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17860,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17861,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17862,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1540,NULL,'2023-02-10 08:37:53','2023-02-10 08:37:53'),(17863,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1541,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17864,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1541,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17865,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1541,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17866,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1541,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17867,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1542,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17868,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17869,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17870,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17871,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17872,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17873,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17874,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17875,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17876,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17877,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17878,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17879,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17880,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17881,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17882,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17883,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17884,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17885,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17886,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17887,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1543,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17888,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17889,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17890,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17891,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17892,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17893,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17894,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17895,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17896,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17897,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17898,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17899,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17900,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17901,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1544,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17902,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17903,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17904,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17905,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17906,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17907,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17908,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17909,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17910,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17911,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17912,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17913,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17914,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17915,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17916,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17917,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1545,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17918,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17919,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17920,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17921,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17922,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17923,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17924,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17925,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17926,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17927,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1546,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17928,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17929,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17930,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17931,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17932,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17933,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17934,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1547,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17935,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1548,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17936,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1548,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17937,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1549,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17938,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1549,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17939,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1549,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17940,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1549,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17941,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1549,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17942,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1549,NULL,'2023-02-10 14:12:33','2023-02-10 14:12:33'),(17943,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17944,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17945,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17946,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17947,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17948,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17949,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17950,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17951,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17952,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17953,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17954,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17955,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17956,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17957,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17958,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17959,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17960,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17961,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17962,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17963,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17964,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17965,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17966,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17967,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17968,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17969,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17970,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17971,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17972,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17973,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17974,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17975,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17976,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17977,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17978,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17979,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17980,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17981,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17982,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17983,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17984,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17985,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1549,NULL,'2023-02-10 14:12:34','2023-02-10 14:12:34'),(17986,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1551,NULL,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(17987,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1551,NULL,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(17988,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1551,NULL,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(17989,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1551,NULL,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(17990,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1551,NULL,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(17991,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1551,NULL,'2023-02-10 16:01:37','2023-02-10 16:01:37'),(17992,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17993,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17994,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17995,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1551,17994,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17996,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17997,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17998,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(17999,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18000,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1551,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18001,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1552,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18002,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1552,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18003,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1552,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18004,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1552,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18005,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1553,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18006,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18007,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18008,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18009,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18010,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18011,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18012,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18013,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18014,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18015,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18016,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18017,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18018,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18019,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18020,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18021,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18022,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18023,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18024,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18025,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1554,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18026,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18027,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18028,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18029,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18030,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18031,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18032,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18033,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18034,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18035,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18036,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18037,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18038,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18039,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1555,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18040,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18041,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18042,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18043,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18044,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18045,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18046,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18047,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18048,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18049,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18050,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18051,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18052,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18053,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18054,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18055,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1556,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18056,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18057,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18058,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18059,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18060,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18061,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18062,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18063,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18064,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18065,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1557,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18066,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18067,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18068,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18069,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18070,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18071,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18072,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1558,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18073,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1559,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18074,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1559,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18075,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18076,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18077,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18078,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18079,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18080,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18081,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18082,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18083,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18084,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18085,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18086,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18087,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18088,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18089,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18090,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18091,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18092,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18093,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18094,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18095,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18096,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18097,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18098,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18099,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18100,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18101,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18102,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18103,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18104,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18105,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18106,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18107,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18108,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18109,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18110,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18111,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18112,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18113,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18114,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18115,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18116,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18117,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18118,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18119,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18120,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18121,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18122,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18123,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1560,NULL,'2023-02-10 16:01:38','2023-02-10 16:01:38'),(18124,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18125,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18126,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18127,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18128,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18129,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18130,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18131,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18132,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18133,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1561,18132,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18134,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18135,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18136,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18137,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18138,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1561,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18139,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1562,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18140,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1562,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18141,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1562,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18142,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1562,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18143,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1563,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18144,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18145,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18146,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18147,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18148,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18149,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18150,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18151,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18152,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18153,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18154,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18155,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18156,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18157,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1564,NULL,'2023-02-16 09:59:00','2023-02-16 09:59:00'),(18158,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1564,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18159,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1564,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18160,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1564,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18161,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1564,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18162,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1564,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18163,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1564,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18164,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18165,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18166,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18167,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18168,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18169,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18170,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18171,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18172,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18173,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18174,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18175,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18176,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18177,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1565,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18178,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18179,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18180,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18181,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18182,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18183,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18184,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18185,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18186,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18187,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18188,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18189,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18190,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18191,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18192,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18193,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1566,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18194,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18195,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18196,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18197,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18198,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18199,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18200,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18201,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18202,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18203,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1567,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18204,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18205,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18206,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18207,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18208,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18209,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18210,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1568,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18211,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1569,NULL,'2023-02-16 09:59:01','2023-02-21 10:18:09'),(18212,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1569,NULL,'2023-02-16 09:59:01','2023-02-21 10:18:09'),(18213,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18214,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18215,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18216,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18217,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18218,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18219,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18220,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18221,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18222,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18223,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18224,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18225,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18226,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18227,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18228,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18229,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18230,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18231,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18232,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18233,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18234,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18235,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18236,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18237,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18238,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18239,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18240,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18241,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18242,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18243,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18244,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18245,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18246,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18247,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18248,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18249,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18250,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18251,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18252,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18253,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18254,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18255,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18256,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18257,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18258,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18259,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18260,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18261,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1570,NULL,'2023-02-16 09:59:01','2023-02-16 09:59:01'),(18262,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1571,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18263,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1571,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18264,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1571,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18265,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1571,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18266,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1572,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18267,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18268,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18269,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18270,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18271,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18272,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18273,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18274,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18275,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18276,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18277,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18278,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18279,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18280,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18281,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18282,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18283,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18284,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18285,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18286,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1573,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18287,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18288,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18289,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18290,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18291,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18292,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18293,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18294,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18295,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18296,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18297,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18298,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18299,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1574,NULL,'2023-02-16 09:59:18','2023-02-16 09:59:18'),(18300,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1574,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18301,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18302,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18303,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18304,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18305,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18306,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18307,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18308,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18309,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18310,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18311,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18312,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18313,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18314,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18315,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18316,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1575,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18317,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18318,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18319,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18320,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18321,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18322,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18323,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18324,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18325,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18326,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1576,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18327,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18328,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18329,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18330,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18331,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18332,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18333,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1577,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18334,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1578,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18335,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1578,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18336,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18337,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18338,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18339,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18340,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18341,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18342,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18343,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18344,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18345,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18346,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18347,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18348,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18349,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18350,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18351,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18352,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18353,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18354,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18355,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18356,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18357,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18358,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18359,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18360,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18361,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18362,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18363,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18364,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18365,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18366,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18367,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18368,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18369,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18370,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18371,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18372,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18373,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18374,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18375,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18376,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18377,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18378,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18379,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18380,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18381,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18382,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18383,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18384,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1579,NULL,'2023-02-16 09:59:19','2023-02-16 09:59:19'),(18385,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18386,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18387,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18388,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18389,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18390,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18391,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18392,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18393,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18394,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1581,18393,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18395,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18396,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18397,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18398,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18399,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1581,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18400,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1582,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18401,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18402,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18403,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18404,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18405,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18406,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18407,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18408,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18409,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18410,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18411,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18412,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18413,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18414,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18415,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18416,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18417,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18418,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18419,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18420,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1583,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18421,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18422,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18423,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18424,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18425,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18426,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18427,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18428,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18429,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18430,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18431,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18432,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18433,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18434,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1584,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18435,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18436,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18437,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18438,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18439,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18440,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18441,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18442,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18443,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18444,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18445,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18446,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18447,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18448,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18449,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18450,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1585,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18451,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18452,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18453,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18454,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18455,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18456,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18457,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18458,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18459,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18460,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1586,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18461,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18462,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18463,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18464,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18465,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18466,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18467,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1587,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18468,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1588,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18469,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1588,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18470,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18471,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18472,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18473,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18474,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18475,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18476,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1589,NULL,'2023-02-16 10:23:56','2023-02-16 10:23:56'),(18477,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18478,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18479,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18480,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18481,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18482,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18483,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18484,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18485,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18486,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18487,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18488,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18489,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18490,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18491,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18492,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18493,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18494,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18495,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18496,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18497,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18498,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18499,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18500,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18501,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18502,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18503,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18504,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18505,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18506,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18507,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18508,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18509,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18510,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18511,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18512,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18513,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18514,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18515,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18516,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18517,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18518,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1589,NULL,'2023-02-16 10:23:57','2023-02-16 10:23:57'),(18519,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18520,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18521,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18522,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18523,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18524,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18525,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18526,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18527,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18528,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1591,18527,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18529,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18530,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18531,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18532,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18533,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1591,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18534,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1592,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18535,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18536,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18537,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18538,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18539,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18540,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18541,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18542,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18543,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18544,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18545,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18546,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18547,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18548,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18549,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18550,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18551,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18552,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18553,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18554,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1593,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18555,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18556,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18557,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18558,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18559,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18560,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18561,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18562,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18563,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18564,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18565,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18566,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18567,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18568,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1594,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18569,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18570,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18571,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18572,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18573,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18574,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18575,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18576,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18577,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18578,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18579,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18580,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18581,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18582,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18583,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18584,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1595,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18585,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18586,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18587,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18588,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18589,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18590,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18591,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18592,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18593,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18594,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1596,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18595,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18596,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18597,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18598,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18599,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18600,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18601,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1597,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18602,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1598,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18603,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1598,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18604,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18605,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18606,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18607,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18608,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18609,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18610,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18611,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18612,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18613,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18614,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18615,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18616,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18617,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18618,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18619,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18620,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18621,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18622,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18623,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18624,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18625,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18626,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18627,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18628,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18629,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18630,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18631,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18632,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18633,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18634,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18635,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18636,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18637,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18638,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18639,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18640,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18641,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18642,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18643,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18644,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18645,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18646,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18647,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18648,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18649,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18650,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18651,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18652,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1599,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18653,'UPLOAD PHOTO',10,1,0,'UPLOAD PHOTO OF ANY HAZZARDS UP TO 3X PHOTOS FOR  EXAMPLE',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1600,NULL,'2023-02-16 10:34:26','2023-02-16 10:34:26'),(18654,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1601,NULL,'2023-02-16 10:34:32','2023-04-28 10:20:53'),(18655,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1601,NULL,'2023-02-16 10:34:32','2023-04-28 10:20:53'),(18656,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18657,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18658,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18659,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18660,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18661,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18662,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18663,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1601,18662,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18664,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18665,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18666,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18667,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1601,NULL,'2023-02-16 10:34:32','2023-04-28 10:20:39'),(18668,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1601,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18669,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1602,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18670,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18671,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18672,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18673,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18674,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18675,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18676,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18677,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18678,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18679,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18680,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18681,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18682,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18683,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18684,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18685,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18686,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18687,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18688,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18689,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1603,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18690,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18691,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18692,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18693,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18694,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18695,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18696,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18697,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18698,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18699,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18700,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18701,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18702,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18703,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1604,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18704,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18705,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18706,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18707,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18708,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18709,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18710,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18711,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18712,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18713,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18714,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18715,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18716,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18717,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18718,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18719,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1605,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18720,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18721,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18722,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18723,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18724,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18725,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18726,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18727,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18728,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18729,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1606,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18730,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18731,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18732,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18733,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18734,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18735,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18736,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1607,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18737,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1608,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18738,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1608,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18739,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18740,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18741,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18742,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18743,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18744,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18745,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18746,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18747,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18748,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18749,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1609,NULL,'2023-02-16 10:34:32','2023-02-16 10:34:32'),(18750,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18751,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18752,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18753,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18754,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18755,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18756,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18757,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18758,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18759,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18760,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18761,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18762,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18763,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18764,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18765,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18766,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18767,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18768,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18769,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18770,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18771,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18772,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18773,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18774,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18775,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18776,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18777,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18778,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18779,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18780,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18781,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18782,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18783,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18784,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18785,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18786,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18787,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1609,NULL,'2023-02-16 10:34:33','2023-02-16 10:34:33'),(18788,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18789,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18790,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18791,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18792,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18793,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18794,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18795,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18796,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18797,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1611,18796,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18798,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18799,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18800,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18801,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18802,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1611,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18803,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1612,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18804,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1612,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18805,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1612,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18806,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1612,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18807,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1613,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18808,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18809,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18810,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18811,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18812,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18813,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18814,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18815,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18816,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18817,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18818,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18819,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18820,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18821,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18822,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18823,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18824,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18825,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18826,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18827,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1614,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18828,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18829,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18830,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18831,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18832,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18833,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18834,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18835,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18836,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18837,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18838,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18839,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18840,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18841,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1615,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18842,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18843,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18844,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18845,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18846,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18847,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18848,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18849,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18850,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18851,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18852,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18853,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18854,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18855,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18856,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18857,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1616,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18858,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18859,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18860,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18861,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18862,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18863,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18864,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18865,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18866,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18867,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1617,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18868,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18869,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18870,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18871,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18872,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18873,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18874,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1618,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18875,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18876,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18877,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18878,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18879,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18880,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18881,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18882,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18883,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18884,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18885,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18886,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18887,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18888,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18889,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18890,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18891,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18892,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18893,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18894,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18895,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18896,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18897,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18898,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18899,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18900,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18901,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18902,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18903,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18904,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18905,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18906,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18907,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18908,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18909,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18910,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18911,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18912,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18913,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18914,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18915,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18916,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18917,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18918,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18919,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18920,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18921,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18922,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18923,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1619,NULL,'2023-02-21 10:19:39','2023-02-21 10:19:39'),(18924,'Question 1',8,1,0,'Answer 2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1621,NULL,'2023-02-22 15:58:54','2023-02-22 15:58:54'),(18925,'Question 1',8,1,0,'Answer 2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1622,NULL,'2023-02-22 15:59:00','2023-02-22 15:59:00'),(18926,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18927,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18928,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18929,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18930,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18931,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18932,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18933,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18934,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18935,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1623,18934,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18936,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18937,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18938,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18939,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18940,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1623,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18941,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1624,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18942,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18943,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18944,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18945,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18946,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18947,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18948,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18949,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18950,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18951,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18952,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18953,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18954,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18955,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18956,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18957,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18958,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18959,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18960,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18961,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1625,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18962,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18963,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18964,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18965,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18966,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18967,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18968,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18969,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18970,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18971,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18972,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18973,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18974,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18975,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1626,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18976,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18977,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18978,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18979,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18980,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18981,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18982,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1627,NULL,'2023-02-22 15:59:13','2023-02-22 15:59:13'),(18983,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18984,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18985,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18986,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18987,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18988,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18989,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18990,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18991,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1627,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18992,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18993,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18994,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18995,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18996,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18997,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18998,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(18999,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19000,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19001,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1628,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19002,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19003,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19004,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19005,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19006,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19007,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19008,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1629,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19009,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19010,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19011,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19012,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19013,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19014,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19015,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19016,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19017,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19018,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19019,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19020,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19021,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19022,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19023,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19024,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19025,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19026,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19027,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19028,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19029,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19030,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19031,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19032,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19033,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19034,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19035,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19036,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19037,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19038,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19039,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19040,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19041,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19042,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19043,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19044,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19045,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19046,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19047,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19048,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19049,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19050,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19051,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19052,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19053,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19054,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19055,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19056,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19057,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1630,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19058,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1632,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19059,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1632,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19060,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1632,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19061,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1632,NULL,'2023-02-22 15:59:14','2023-02-22 15:59:14'),(19062,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19063,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19064,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19065,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19066,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19067,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19068,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19069,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19070,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19071,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1633,19070,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19072,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19073,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19074,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19075,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19076,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1633,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19077,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1634,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19078,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19079,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19080,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19081,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19082,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19083,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19084,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19085,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19086,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19087,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19088,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19089,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19090,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19091,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19092,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19093,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19094,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19095,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19096,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19097,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1635,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19098,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19099,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19100,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19101,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19102,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19103,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19104,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19105,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19106,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19107,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19108,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19109,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19110,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19111,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1636,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19112,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19113,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19114,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19115,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19116,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19117,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19118,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19119,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19120,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19121,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19122,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19123,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19124,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19125,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19126,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19127,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1637,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19128,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19129,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19130,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:19','2023-02-24 10:10:19'),(19131,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19132,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19133,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19134,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19135,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19136,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19137,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1638,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19138,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19139,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19140,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19141,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19142,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19143,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19144,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19145,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19146,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19147,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19148,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19149,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19150,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19151,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19152,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19153,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19154,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19155,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19156,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19157,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19158,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19159,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19160,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19161,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19162,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19163,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19164,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19165,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19166,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19167,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19168,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19169,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19170,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19171,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19172,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19173,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19174,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19175,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19176,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19177,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19178,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19179,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19180,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19181,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19182,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19183,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19184,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19185,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19186,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1639,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19187,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1641,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19188,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1641,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19189,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1641,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19190,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1641,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19191,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19192,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19193,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19194,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19195,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19196,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19197,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1642,NULL,'2023-02-24 10:10:20','2023-02-24 10:10:20'),(19198,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19199,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19200,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19201,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19202,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19203,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19204,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19205,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19206,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19207,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1643,19206,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19208,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19209,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19210,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19211,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19212,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1643,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19213,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1644,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19214,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19215,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19216,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19217,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19218,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19219,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19220,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19221,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19222,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19223,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19224,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19225,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19226,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19227,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19228,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19229,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19230,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19231,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19232,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19233,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1645,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19234,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19235,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19236,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19237,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19238,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19239,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19240,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19241,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19242,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19243,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19244,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19245,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19246,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19247,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1646,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19248,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19249,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19250,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19251,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19252,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19253,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19254,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19255,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19256,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19257,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19258,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19259,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19260,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19261,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19262,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19263,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1647,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19264,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19265,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19266,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19267,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19268,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19269,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19270,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19271,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19272,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19273,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1648,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19274,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19275,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19276,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19277,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19278,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19279,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19280,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19281,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19282,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19283,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19284,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1649,NULL,'2023-03-09 15:12:44','2023-03-09 15:12:44'),(19285,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19286,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19287,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19288,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19289,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19290,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19291,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19292,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19293,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19294,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19295,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19296,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19297,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19298,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19299,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19300,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19301,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19302,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19303,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19304,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19305,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19306,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19307,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19308,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19309,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19310,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19311,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19312,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19313,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19314,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19315,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45');
INSERT INTO `questions` VALUES (19316,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19317,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19318,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19319,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19320,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19321,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19322,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1649,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19323,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1651,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19324,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1651,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19325,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1651,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19326,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1651,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19327,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19328,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19329,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19330,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19331,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19332,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19333,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1652,NULL,'2023-03-09 15:12:45','2023-03-09 15:12:45'),(19334,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19335,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19336,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19337,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19338,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19339,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19340,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19341,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19342,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19343,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1653,19342,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19344,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19345,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19346,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19347,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19348,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1653,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19349,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1654,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19350,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19351,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19352,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19353,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19354,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19355,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19356,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19357,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19358,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19359,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19360,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19361,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19362,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19363,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19364,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19365,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19366,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19367,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19368,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19369,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1656,19367,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19370,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19371,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1656,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19372,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19373,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19374,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19375,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19376,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19377,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19378,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19379,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19380,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19381,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19382,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19383,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19384,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19385,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19386,'test',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1657,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19387,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19388,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1655,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19389,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19390,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19391,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19392,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19393,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19394,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19395,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19396,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19397,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19398,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19399,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19400,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19401,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19402,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1658,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19403,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19404,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19405,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19406,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19407,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19408,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19409,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19410,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19411,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19412,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19413,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19414,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19415,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19416,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19417,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19418,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1659,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19419,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19420,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19421,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19422,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19423,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19424,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19425,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19426,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19427,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19428,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1660,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19429,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19430,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19431,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19432,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19433,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19434,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19435,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19436,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19437,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19438,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19439,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19440,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19441,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19442,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19443,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19444,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19445,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19446,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19447,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19448,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19449,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19450,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19451,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19452,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19453,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19454,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19455,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19456,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19457,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19458,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19459,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19460,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19461,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19462,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19463,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19464,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19465,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19466,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19467,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19468,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19469,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19470,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19471,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19472,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19473,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19474,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19475,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19476,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19477,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1661,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19478,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1663,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19479,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1663,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19480,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1663,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19481,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1663,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19482,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19483,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19484,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19485,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19486,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19487,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19488,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19489,'test',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1664,NULL,'2023-03-09 15:13:20','2023-03-09 15:13:20'),(19490,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1665,NULL,'2023-03-09 15:13:48','2023-03-09 15:13:48'),(19491,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19492,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19493,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19494,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19495,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19496,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19497,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19498,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19499,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19500,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19501,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19502,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19503,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19504,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19505,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19506,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19507,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19508,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19509,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19510,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1666,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19511,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19512,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19513,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19514,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19515,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19516,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19517,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19518,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19519,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19520,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1667,19519,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19521,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1667,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19522,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19523,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19524,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19525,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19526,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19527,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19528,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19529,'test',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1668,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19530,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19531,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19532,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19533,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19534,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19535,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19536,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19537,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19538,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19539,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19540,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19541,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19542,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19543,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1669,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19544,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19545,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19546,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19547,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19548,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19549,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19550,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19551,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19552,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19553,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19554,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19555,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19556,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19557,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19558,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19559,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1670,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19560,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19561,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19562,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19563,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19564,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19565,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19566,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19567,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19568,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19569,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19570,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19571,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19572,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19573,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19574,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19575,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19576,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19577,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19578,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19579,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19580,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19581,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19582,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19583,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19584,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19585,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19586,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19587,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19588,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19589,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19590,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19591,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19592,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19593,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19594,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19595,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19596,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19597,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19598,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19599,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19600,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19601,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19602,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19603,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19604,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19605,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19606,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19607,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19608,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1671,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19609,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1673,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19610,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1673,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19611,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1673,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19612,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1673,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19613,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19614,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19615,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19616,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19617,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19618,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19619,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19620,'test',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1674,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19621,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19622,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19623,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19624,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19625,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19626,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19627,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19628,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19629,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19630,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1675,NULL,'2023-03-09 15:13:49','2023-03-09 15:13:49'),(19631,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1676,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19632,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19633,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19634,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19635,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19636,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19637,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19638,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19639,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19640,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19641,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19642,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19643,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19644,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19645,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19646,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19647,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19648,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19649,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19650,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19651,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1677,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19652,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19653,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19654,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19655,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19656,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19657,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19658,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19659,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1678,NULL,'2023-03-09 15:14:08','2023-03-09 15:14:08'),(19660,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1678,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19661,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1678,19660,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19662,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1678,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19663,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19664,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19665,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19666,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19667,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19668,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19669,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19670,'test',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1679,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19671,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19672,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19673,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19674,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19675,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19676,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19677,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19678,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19679,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19680,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19681,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19682,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19683,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19684,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1680,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19685,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19686,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19687,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19688,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19689,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19690,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19691,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19692,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19693,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19694,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19695,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19696,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19697,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19698,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19699,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19700,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1681,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19701,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19702,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19703,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19704,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19705,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19706,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19707,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19708,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19709,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19710,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19711,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19712,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19713,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19714,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19715,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19716,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19717,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19718,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19719,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19720,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19721,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19722,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19723,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19724,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19725,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19726,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19727,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19728,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19729,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,29,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19730,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19731,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19732,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19733,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19734,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19735,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19736,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19737,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19738,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19739,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19740,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19741,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19742,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19743,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19744,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19745,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19746,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19747,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19748,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19749,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1682,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19750,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1684,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19751,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1684,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19752,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1684,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19753,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1684,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19754,'test Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19755,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19756,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19757,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19758,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19759,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19760,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19761,'test',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1685,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19762,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19763,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19764,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19765,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19766,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19767,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19768,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19769,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19770,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19771,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19772,'test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,1686,NULL,'2023-03-09 15:14:09','2023-03-09 15:14:09'),(19773,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19774,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19775,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19776,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19777,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19778,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19779,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19780,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19781,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19782,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1687,19781,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19783,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19784,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19785,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19786,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19787,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1687,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19788,'Sources of ignition',9,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1688,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19789,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1688,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19790,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1688,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19791,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1688,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19792,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1689,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19793,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19794,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19795,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19796,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19797,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19798,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19799,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19800,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19801,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19802,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19803,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19804,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19805,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19806,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19807,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19808,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19809,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19810,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19811,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19812,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1690,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19813,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19814,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19815,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19816,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19817,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19818,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19819,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1691,NULL,'2023-03-16 06:29:16','2023-03-16 06:29:16'),(19820,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19821,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19822,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19823,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19824,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19825,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19826,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1691,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19827,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19828,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19829,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19830,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19831,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19832,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19833,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19834,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19835,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19836,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19837,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19838,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19839,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19840,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19841,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19842,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1692,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19843,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19844,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19845,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19846,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19847,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19848,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19849,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19850,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19851,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19852,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1693,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19853,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19854,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19855,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19856,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19857,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19858,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19859,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1694,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19860,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1695,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19861,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1695,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19862,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19863,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19864,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19865,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19866,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19867,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19868,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19869,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19870,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19871,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19872,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19873,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19874,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19875,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19876,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19877,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19878,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19879,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19880,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19881,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19882,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19883,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19884,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19885,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19886,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19887,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19888,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19889,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19890,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19891,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19892,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19893,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19894,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19895,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19896,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19897,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19898,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19899,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19900,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19901,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19902,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19903,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19904,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19905,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19906,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19907,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19908,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19909,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19910,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1696,NULL,'2023-03-16 06:29:17','2023-03-16 06:29:17'),(19911,'Enim ut possimus ea',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,1,NULL,1697,NULL,'2023-03-16 21:16:13','2023-03-16 21:16:13'),(19912,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19913,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19914,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19915,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19916,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19917,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19918,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19919,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1698,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19920,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19921,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19922,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19923,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19924,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19925,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19926,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19927,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,19926,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19928,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1699,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19929,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19930,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19931,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19932,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19933,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,19932,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19934,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,19932,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19935,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19936,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19937,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1700,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19938,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19939,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19940,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,19939,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19941,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19942,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19943,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19944,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19945,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19946,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19947,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1701,19946,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19948,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19949,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19950,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,19949,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19951,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19952,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19953,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19954,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,19953,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19955,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1702,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19956,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19957,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19958,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,19957,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19959,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19960,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19961,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19962,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19963,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,19962,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19964,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1703,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19965,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19966,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19967,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19968,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,19967,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19969,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,19967,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19970,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19971,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19972,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1704,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19973,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19974,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,19973,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19975,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,19973,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19976,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19977,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19978,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19979,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19980,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19981,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1705,19980,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19982,'Main Ques',12,0,0,'%',NULL,NULL,NULL,0,100,0,0,0,0,NULL,1707,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19983,'Et cupiditate inventore sequi.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1707,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19984,'Hic repudiandae eveniet nostrum quaerat nesciunt.',10,1,0,'Alice \'without pictures or conversations?\' So she stood still where she was ready to sink into.','<p>Alice opened the door began sneezing all at once. The Dormouse shook itself, and was a dispute going on shrinking rapidly: she soon made out that it made Alice quite hungry to look down and cried. \'Come, there\'s no use now,\' thought Alice, \'shall I NEVER get any older than you, and listen to her. \'I wish you wouldn\'t have come here.\' Alice didn\'t think that will be much the most interesting, and perhaps after all it might be hungry, in which case it would be.</p>',NULL,NULL,NULL,NULL,0,0,0,0,NULL,1707,19983,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19985,'Officiis aut ducimus quidem est enim.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1707,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19986,'Natus dolore eos quis quia beatae.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1707,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19987,'Fuga quis aliquam aut id.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1707,NULL,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19988,'Ut id magnam recusandae harum tenetur sed. Ut laudantium facilis aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1707,19987,'2023-03-17 14:24:46','2023-03-17 14:24:46'),(19989,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19990,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19991,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19992,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19993,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19994,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19995,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19996,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1708,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19997,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19998,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(19999,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20000,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20001,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20002,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20003,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20004,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,20003,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20005,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1709,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20006,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20007,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20008,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20009,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20010,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,20009,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20011,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,20009,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20012,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20013,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20014,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1710,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20015,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20016,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20017,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,20016,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20018,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20019,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20020,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20021,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20022,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20023,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20024,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1711,20023,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20025,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20026,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20027,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,20026,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20028,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20029,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20030,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20031,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,20030,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20032,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1712,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20033,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20034,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20035,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,20034,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20036,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20037,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20038,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20039,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20040,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,20039,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20041,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1713,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20042,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20043,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20044,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20045,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20046,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20047,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20048,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,20047,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20049,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1714,20047,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20050,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20051,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,20050,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20052,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,20050,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20053,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20054,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20055,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20056,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20057,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20058,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1715,20057,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20059,'Main Ques',12,0,0,'%',NULL,NULL,NULL,0,100,0,0,0,0,NULL,1717,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20060,'Et cupiditate inventore sequi.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1717,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20061,'Hic repudiandae eveniet nostrum quaerat nesciunt.',10,1,0,'Alice \'without pictures or conversations?\' So she stood still where she was ready to sink into.','<p>Alice opened the door began sneezing all at once. The Dormouse shook itself, and was a dispute going on shrinking rapidly: she soon made out that it made Alice quite hungry to look down and cried. \'Come, there\'s no use now,\' thought Alice, \'shall I NEVER get any older than you, and listen to her. \'I wish you wouldn\'t have come here.\' Alice didn\'t think that will be much the most interesting, and perhaps after all it might be hungry, in which case it would be.</p>',NULL,NULL,NULL,NULL,0,0,0,0,NULL,1717,20060,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20062,'Officiis aut ducimus quidem est enim.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1717,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20063,'Natus dolore eos quis quia beatae.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1717,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20064,'Fuga quis aliquam aut id.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1717,NULL,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20065,'Ut id magnam recusandae harum tenetur sed. Ut laudantium facilis aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1717,20064,'2023-03-17 14:24:47','2023-03-17 14:24:47'),(20066,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20067,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20068,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20069,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20070,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20071,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20072,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20073,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1718,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20074,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20075,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20076,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20077,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20078,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20079,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20080,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20081,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,20080,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20082,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1719,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20083,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20084,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20085,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20086,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20087,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,20086,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20088,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,20086,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20089,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20090,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20091,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1720,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20092,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20093,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20094,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,20093,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20095,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20096,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20097,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20098,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20099,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20100,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20101,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1721,20100,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20102,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20103,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20104,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,20103,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20105,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20106,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20107,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20108,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,20107,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20109,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1722,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20110,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20111,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20112,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,20111,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20113,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20114,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20115,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20116,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20117,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,20116,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20118,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1723,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20119,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20120,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20121,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20122,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20123,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20124,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20125,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,20124,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20126,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1724,20124,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20127,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20128,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,20127,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20129,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,20127,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20130,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20131,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20132,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20133,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20134,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20135,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1725,20134,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20136,'Question main',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1727,NULL,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20137,'First Choice',11,1,0,'%',NULL,0,NULL,0,100,0,1,0,1,NULL,1727,20136,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20138,'Second Choice',11,1,0,'%',NULL,1,NULL,0,100,0,1,0,2,NULL,1727,20136,'2023-03-17 14:32:42','2023-03-17 14:32:42'),(20139,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20140,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20141,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20142,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20143,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20144,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20145,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20146,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1728,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20147,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20148,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20149,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20150,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20151,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20152,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20153,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20154,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,20153,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20155,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1729,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20156,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20157,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20158,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20159,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20160,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,20159,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20161,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,20159,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20162,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20163,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20164,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1730,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20165,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20166,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20167,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,20166,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20168,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20169,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20170,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20171,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20172,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20173,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20174,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1731,20173,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20175,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20176,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20177,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,20176,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20178,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20179,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20180,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20181,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,20180,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20182,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1732,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20183,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20184,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20185,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,20184,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20186,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20187,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20188,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20189,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20190,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,20189,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20191,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1733,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20192,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20193,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20194,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20195,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20196,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20197,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20198,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,20197,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20199,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1734,20197,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20200,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20201,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,20200,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20202,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,20200,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20203,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20204,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20205,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20206,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20207,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20208,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1735,20207,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20209,'Question main',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1737,NULL,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20210,'First Choice',11,1,0,'%',NULL,0,NULL,0,100,0,1,0,1,NULL,1737,20209,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20211,'Second Choice',11,1,0,'%',NULL,1,NULL,0,100,0,1,0,2,NULL,1737,20209,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20212,'3rd Choice',11,1,0,'%',NULL,NULL,NULL,0,100,1,0,0,3,NULL,1737,20209,'2023-03-17 14:33:18','2023-03-17 14:33:18'),(20213,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20214,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20215,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20216,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20217,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20218,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20219,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20220,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1738,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20221,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20222,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20223,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20224,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20225,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20226,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20227,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20228,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,20227,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20229,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1739,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20230,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20231,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20232,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20233,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20234,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,20233,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20235,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,20233,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20236,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20237,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20238,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1740,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20239,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20240,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20241,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,20240,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20242,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20243,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20244,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20245,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20246,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20247,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20248,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1741,20247,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20249,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20250,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20251,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,20250,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20252,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20253,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20254,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20255,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,20254,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20256,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1742,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20257,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20258,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20259,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,20258,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20260,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20261,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20262,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20263,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20264,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,20263,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20265,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1743,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20266,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20267,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20268,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20269,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20270,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20271,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20272,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,20271,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20273,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1744,20271,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20274,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20275,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,20274,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20276,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,20274,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20277,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20278,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20279,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20280,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20281,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20282,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1745,20281,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20283,'Question main',6,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1747,NULL,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20284,'First Choice',11,1,0,'%',NULL,0,NULL,0,100,0,1,0,1,NULL,1747,20283,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20285,'Second Choice',11,1,0,'%',NULL,1,NULL,0,100,0,1,0,2,NULL,1747,20283,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20286,'3rd Choice',11,1,0,'%',NULL,NULL,NULL,0,100,1,0,0,3,NULL,1747,20283,'2023-03-17 14:35:02','2023-03-17 14:35:02'),(20287,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20288,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20289,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20290,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20291,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20292,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20293,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20294,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1748,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20295,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20296,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20297,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20298,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20299,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,20298,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20300,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20301,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20302,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20303,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1749,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20304,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20305,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20306,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20307,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20308,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,20307,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20309,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,20307,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20310,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20311,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20312,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1750,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20313,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20314,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20315,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,20314,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20316,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20317,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20318,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20319,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20320,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20321,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20322,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1751,20321,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20323,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20324,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20325,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,20324,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20326,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20327,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20328,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20329,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,20328,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20330,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1752,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20331,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20332,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20333,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,20332,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20334,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20335,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20336,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20337,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20338,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,20337,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20339,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1753,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20340,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20341,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20342,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20343,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20344,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20345,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20346,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,20345,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20347,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1754,20345,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20348,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20349,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,20348,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20350,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,20348,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20351,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20352,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20353,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20354,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20355,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20356,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1755,20355,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20357,'Question main',6,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1757,NULL,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20358,'First Choice',11,1,0,'%',NULL,0,NULL,0,100,0,1,0,1,NULL,1757,20357,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20359,'Second Choice',11,1,0,'%',NULL,1,NULL,0,100,0,1,0,2,NULL,1757,20357,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20360,'Other Input',11,0,0,'%',NULL,NULL,NULL,0,100,1,0,0,3,NULL,1757,20357,'2023-03-17 14:36:49','2023-03-17 14:36:49'),(20361,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20362,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20363,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20364,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20365,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20366,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20367,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20368,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1758,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20369,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20370,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20371,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20372,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20373,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,20372,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20374,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20375,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20376,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20377,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1759,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20378,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20379,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20380,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20381,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20382,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,20381,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20383,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,20381,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20384,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20385,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20386,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1760,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20387,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20388,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20389,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,20388,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20390,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20391,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20392,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20393,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20394,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20395,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20396,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1761,20395,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20397,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20398,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20399,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,20398,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20400,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20401,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20402,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20403,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,20402,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20404,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1762,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20405,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20406,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20407,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,20406,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20408,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20409,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20410,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20411,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20412,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,20411,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20413,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1763,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20414,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,NULL,'2023-03-17 14:42:24','2023-03-17 14:42:24'),(20415,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20416,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20417,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20418,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20419,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20420,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,20419,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20421,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1764,20419,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20422,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20423,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,20422,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20424,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,20422,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20425,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20426,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20427,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20428,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20429,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20430,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1765,20429,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20431,'Question main',6,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1767,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20432,'First Choice',11,1,0,'%',NULL,0,NULL,0,100,0,1,0,1,NULL,1767,20431,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20433,'Second Choice',11,1,0,'%',NULL,1,NULL,0,100,0,1,0,2,NULL,1767,20431,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20434,'Other Input',11,0,0,'%',NULL,NULL,NULL,0,100,1,0,0,3,NULL,1767,20431,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20435,'Question 1',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1767,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20436,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,1767,NULL,'2023-03-17 14:42:25','2023-03-17 14:42:25'),(20437,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20438,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20439,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20440,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20441,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20442,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20443,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20444,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1768,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20445,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20446,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20447,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20448,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20449,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,20448,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20450,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20451,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20452,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20453,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1769,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20454,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20455,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20456,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20457,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20458,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,20457,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20459,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,20457,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20460,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20461,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20462,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1770,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20463,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20464,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20465,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,20464,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20466,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20467,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20468,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20469,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20470,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20471,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20472,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1771,20471,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20473,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20474,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20475,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,20474,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20476,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20477,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20478,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20479,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,20478,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20480,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1772,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20481,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20482,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20483,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,20482,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20484,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20485,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20486,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20487,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20488,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,20487,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20489,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1773,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20490,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20491,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20492,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20493,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20494,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20495,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20496,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,20495,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20497,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1774,20495,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20498,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20499,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,20498,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20500,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,20498,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20501,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20502,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20503,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20504,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20505,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20506,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1775,20505,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20507,'Question main',6,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1777,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20508,'First Choice',11,1,0,'%',NULL,0,NULL,0,100,0,1,0,1,NULL,1777,20507,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20509,'Second Choice',11,1,0,'%',NULL,1,NULL,0,100,0,1,0,2,NULL,1777,20507,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20510,'Other Input',11,0,0,'%',NULL,NULL,NULL,0,100,1,0,0,3,NULL,1777,20507,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20511,'Question 1',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1777,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20512,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,NULL,1777,NULL,'2023-03-17 14:42:30','2023-03-17 14:42:30'),(20513,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20514,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20515,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20516,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20517,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20518,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20519,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20520,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1778,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20521,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20522,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20523,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20524,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20525,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,20524,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20526,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20527,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20528,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20529,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1779,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20530,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20531,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20532,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20533,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20534,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,20533,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20535,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,20533,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20536,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20537,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20538,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1780,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20539,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20540,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20541,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,20540,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20542,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20543,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20544,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20545,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20546,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20547,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20548,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1781,20547,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20549,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20550,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20551,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20552,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,20551,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20553,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20554,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20555,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20556,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1782,20555,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20557,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20558,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20559,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,20558,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20560,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20561,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20562,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20563,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20564,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,20563,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20565,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1783,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20566,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20567,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20568,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20569,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20570,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20571,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20572,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,20571,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20573,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1784,20571,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20574,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20575,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,20574,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20576,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,20574,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20577,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20578,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20579,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20580,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20581,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20582,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1785,20581,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20583,'No  of DOOORS',11,0,1,'%',NULL,1,NULL,0,50,0,1,0,1,NULL,1787,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20584,'Question 1',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1787,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20585,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,NULL,1787,NULL,'2023-03-17 14:49:20','2023-03-17 14:49:20'),(20586,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20587,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20588,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20589,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20590,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20591,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20592,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20593,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1788,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20594,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20595,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20596,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20597,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20598,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,20597,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20599,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20600,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20601,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20602,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1789,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20603,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20604,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20605,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20606,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20607,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,20606,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20608,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,20606,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20609,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20610,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20611,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1790,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20612,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20613,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20614,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,20613,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20615,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20616,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20617,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20618,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20619,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20620,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20621,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1791,20620,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20622,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20623,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20624,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20625,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,20624,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20626,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20627,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20628,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20629,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1792,20628,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20630,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20631,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20632,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,20631,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20633,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20634,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20635,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20636,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20637,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,20636,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20638,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1793,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20639,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20640,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20641,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20642,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20643,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20644,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20645,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,20644,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20646,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1794,20644,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20647,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20648,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,20647,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20649,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,20647,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20650,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20651,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20652,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20653,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20654,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20655,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1795,20654,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20656,'No  of DOOORS',11,0,1,'doors',NULL,1,NULL,0,50,0,1,0,1,NULL,1797,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20657,'Question 1',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1797,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20658,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,NULL,1797,NULL,'2023-03-17 14:50:20','2023-03-17 14:50:20'),(20659,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20660,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20661,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20662,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20663,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20664,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20665,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20666,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1798,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20667,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20668,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20669,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20670,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20671,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,20670,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20672,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20673,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20674,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20675,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1799,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20676,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20677,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20678,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20679,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20680,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,20679,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20681,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,20679,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20682,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20683,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20684,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1800,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20685,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20686,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20687,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,20686,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20688,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20689,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20690,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20691,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20692,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20693,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20694,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1801,20693,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20695,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20696,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20697,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20698,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,20697,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20699,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20700,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20701,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20702,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1802,20701,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20703,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20704,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20705,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,20704,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20706,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20707,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20708,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20709,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20710,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,20709,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20711,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1803,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20712,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20713,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20714,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20715,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20716,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20717,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20718,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,20717,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20719,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1804,20717,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20720,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20721,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,20720,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20722,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,20720,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20723,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20724,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20725,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20726,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20727,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20728,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1805,20727,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20729,'No  of DOOORS',11,0,1,NULL,NULL,1,NULL,0,50,0,1,0,1,NULL,1807,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20730,'Question 1',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1807,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20731,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,NULL,1807,NULL,'2023-03-17 14:50:52','2023-03-17 14:50:52'),(20732,'Earum non ut recusandae voluptatibus enim. Iste ut et corrupti enim harum.',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20733,'Perspiciatis dignissimos ullam quis harum quasi rerum unde. Ad non et sed deserunt et velit.',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20734,'Et maxime distinctio.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20735,'Eum sapiente quia culpa veritatis velit quo occaecati.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20736,'Non libero maiores expedita.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20737,'Rerum et voluptate culpa sunt fuga non quaerat.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20738,'Alias voluptas sit qui quia nam.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20739,'Aut ad autem natus.',9,1,0,NULL,'Duck. \'Found IT,\' the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. First came ten soldiers carrying clubs; these were all crowded together at one corner of it: \'No room! No room!\' they cried out when they passed too close, and waving their forepaws to mark the time, while the rest were quite silent, and looked at her, and the Dormouse go on for some time without interrupting it. \'They were learning to draw, you know--\' She had just upset the milk-jug into his plate. Alice did not see anything that looked like the name: however, it only grinned.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1808,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20740,'Illo et non ab a id consectetur et.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20741,'Vero reiciendis doloribus porro porro.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20742,'Neque est harum assumenda rerum dignissimos dolorem.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20743,'Et veniam sit accusantium quia quo.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20744,'Doloribus illo.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,20743,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20745,'Fuga officia vel voluptas voluptatem non. Dignissimos vel qui aperiam dolorum minima beatae iusto.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20746,'Iste quia non animi recusandae.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20747,'Vel ducimus magni minus et.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20748,'Maiores facilis qui optio quae dolores sit minima.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1809,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20749,'Nobis adipisci aspernatur sed temporibus reiciendis repudiandae debitis.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20750,'Est sed sapiente illum et minus.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20751,'Inventore harum animi nihil non assumenda quo non cupiditate.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20752,'Et veritatis nemo sit temporibus quis. Quod omnis velit et commodi velit consequatur.',6,0,0,NULL,'Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse into the Dormouse\'s place, and Alice was only sobbing,\' she thought, and looked at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter asked triumphantly. Alice did not at all fairly,\' Alice began, in a large fan in the pool, \'and she sits purring so nicely by the hedge!\' then silence, and then I\'ll tell him--it was for bringing the cook was leaning over the jury-box with the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was suppressed. \'Come, that finished the goose, with the bread-and-butter getting so far off). \'Oh, my poor hands, how is it directed to?\' said the last word with such a hurry that she remained the same age as herself, to see it quite plainly through the little door: but, alas! either the locks were too large, or the key was too small, but at any rate, the.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20753,'Itaque est eligendi molestias quia odit omnis.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,20752,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20754,'Odio quae omnis officiis ut voluptates.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,20752,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20755,'Et illum quam ab atque.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20756,'Omnis eaque illum sit qui. Totam dicta iure dolore velit. Neque vero minus aut vero sit aut sint.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20757,'Laudantium ipsum tempore ab cumque itaque qui dolore.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1810,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20758,'Repudiandae alias soluta quibusdam dolores.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20759,'Repudiandae molestiae voluptatem ab eos.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20760,'Iure ab iure minima quae aut.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,20759,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20761,'Magni iusto illo et recusandae.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20762,'Velit saepe et debitis accusamus rerum.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20763,'Qui ullam enim dolorem.',4,1,0,NULL,'Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at them with one.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20764,'Consequatur molestiae ea eos rerum cupiditate eius.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20765,'Fugit nisi est recusandae quod et illo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20766,'Reiciendis sunt qui qui qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20767,'Voluptatem ipsa.',5,1,0,NULL,'I COULD NOT SWIM--\" you can\'t be Mabel, for I know THAT well enough; and what does it to half-past one as long as you are; secondly, because she was quite a new kind of serpent, that\'s all the unjust things--\' when his eye chanced to fall a long time with.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1811,20766,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20768,'Quia nam dolore labore corporis.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20769,'Et corporis qui ullam tempora voluptatem.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20770,'Pariatur sequi autem omnis voluptatem porro nostrum.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20771,'Quibusdam soluta provident nesciunt quia itaque quod.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,20770,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20772,'Voluptate omnis eos optio minima sint reiciendis dignissimos.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20773,'Impedit et officiis maxime est molestiae ab accusantium ipsa.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20774,'Eum qui ipsam minima.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20775,'Asperiores architecto qui sequi tempora commodi.',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1812,20774,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20776,'Eaque soluta illum iusto ex.',8,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20777,'Quia enim ullam beatae aliquam. Quisquam est sit eligendi.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20778,'Quae laboriosam ut quasi molestiae mollitia unde.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,20777,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20779,'Et eius quos enim autem ab amet voluptates delectus.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20780,'Pariatur consequatur est dolore at cumque rerum perferendis.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20781,'Non voluptatem qui iste reprehenderit. Vitae provident aut magnam illum et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20782,'Id aut eum eius nam perferendis.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20783,'Et et aut a dicta.',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,20782,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20784,'Provident nostrum vero consequatur nemo dolores nam.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1813,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20785,'Quia sed quis quia soluta sunt.',9,1,0,NULL,'I could show you our cat Dinah: I think I can say.\' This was not otherwise than what it was: she was beginning to end,\' said the King had said that day. \'That PROVES his guilt,\' said the Dodo solemnly presented the thimble, saying \'We beg your pardon!\' she exclaimed in a furious passion, and went back for a moment that it might not escape again, and put back into the garden, called out \'The Queen! The Queen!\' and the little golden key, and.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20786,'Et doloremque a porro ut quo et.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20787,'Placeat voluptatum deleniti modi nostrum nostrum et.',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20788,'Facere perferendis omnis molestias porro recusandae.',5,1,0,NULL,'YOU,\"\' said Alice. \'Nothing WHATEVER?\' persisted the King. The White Rabbit blew three blasts on the end of his teacup instead of the pack, she could do to hold it. As soon as she stood watching them, and was going off into a cucumber-frame, or something of the suppressed guinea-pigs, filled the air, and came flying down upon her: she gave a little while, however, she again heard a little pattering of footsteps in the common way. So they got thrown out to sea. So they sat down, and the small ones choked and had come back and finish your story!\' Alice called out as loud as she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'only, as.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20789,'Dicta quia natus iure illum veritatis autem sit.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20790,'Hic non aspernatur quo est.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20791,'Expedita qui reiciendis fugit eaque sit.',7,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,20790,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20792,'Fugit et cupiditate distinctio et. Provident velit ut fuga iste dolores unde qui et.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1814,20790,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20793,'Ad ex perspiciatis labore nobis.',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20794,'Quis qui illo et et.',5,1,0,NULL,'I\'m sure I can\'t put it in her hands, wondering if anything would EVER happen in a hot tureen! Who for such a new idea to Alice, they all cheered. Alice thought the poor little feet, I wonder what they\'ll do next! As for pulling me out of breath, and till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the sky! Ugh, Serpent!\' \'But I\'m not the right way of keeping up the fan she was appealed to by all three dates on their hands and feet, to make the arches. The chief difficulty Alice found at first she thought it had been, it suddenly appeared again. \'By-the-bye, what became of the hall; but, alas! the little door into that lovely garden. I think I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,20793,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20795,'Quia distinctio dolor numquam qui ratione.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,20793,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20796,'Assumenda voluptatibus perferendis et nesciunt magni dolores ab omnis.',9,1,0,NULL,'Cat\'s head began fading away the moment she quite forgot you didn\'t sign it,\' said Five, in a very poor speaker,\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me giddy.\' And then, turning to the beginning of the game, feeling very curious to see what I say--that\'s the same thing as \"I get what I should understand that better,\' Alice said very politely, \'for I never knew so much frightened to say when I find a number of changes she had this.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20797,'Aliquid omnis neque reprehenderit totam repellat suscipit odit.',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20798,'Et nihil dignissimos consequuntur qui necessitatibus quis.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20799,'Iusto vel quis necessitatibus quia.',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20800,'Reiciendis atque repellat non est modi qui.',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20801,'Distinctio ducimus et aut et.',4,1,0,NULL,'King, the Queen, but she did not answer, so Alice went timidly up to her ear. \'You\'re thinking about something, my dear, I think?\' he said to the rose-tree, she went nearer to watch them, and considered a little pattering of feet on the breeze that followed them, the melancholy words:-- \'Soo--oop of the goldfish kept running in her hands, and began:-- \'You are old,\' said the Duchess, who.',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1815,20800,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20802,'Number of lift',12,0,0,NULL,NULL,NULL,NULL,0,20,0,0,0,1,NULL,1817,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20803,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1817,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20804,'Question 2',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,NULL,1817,NULL,'2023-03-17 14:58:49','2023-03-17 14:58:49'),(20805,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20806,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20807,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20808,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20809,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20810,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20811,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20812,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20813,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20814,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1818,20813,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20815,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20816,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20817,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20818,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20819,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1818,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20820,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1819,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20821,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20822,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20823,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20824,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20825,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20826,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20827,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20828,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20829,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20830,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20831,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20832,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20833,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20834,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20835,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20836,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20837,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20838,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20839,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20840,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1820,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20841,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20842,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20843,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20844,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20845,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20846,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20847,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20848,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20849,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20850,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20851,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20852,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20853,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20854,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1821,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20855,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20856,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20857,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20858,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20859,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20860,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20861,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20862,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20863,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20864,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20865,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20866,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20867,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20868,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20869,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20870,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1822,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20871,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20872,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20873,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20874,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20875,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20876,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20877,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20878,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20879,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20880,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1823,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20881,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20882,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20883,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20884,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20885,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20886,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20887,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1824,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20888,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1825,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20889,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1825,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20890,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20891,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20892,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20893,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20894,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20895,'How Many Stair-Cases Are Usable To Escape From In The Building',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20896,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20897,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20898,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20899,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20900,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20901,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20902,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20903,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20904,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20905,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20906,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1826,NULL,'2023-03-21 17:14:29','2023-03-21 17:14:29'),(20907,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20908,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20909,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20910,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20911,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20912,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20913,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20914,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20915,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20916,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20917,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20918,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20919,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20920,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20921,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20922,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20923,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20924,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20925,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20926,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20927,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20928,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20929,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20930,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20931,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20932,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20933,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20934,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20935,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20936,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20937,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20938,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1826,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20939,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1827,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20940,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1827,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20941,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1827,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20942,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1827,NULL,'2023-03-21 17:14:30','2023-03-21 17:14:30'),(20943,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20944,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20945,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20946,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20947,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20948,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20949,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20950,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20951,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20952,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20953,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20954,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20955,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20956,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20957,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20958,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20959,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20960,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20961,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1828,20959,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20962,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1829,20960,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20963,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20964,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20965,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20966,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20967,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20968,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20969,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20970,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20971,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1828,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20972,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1829,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20973,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1830,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20974,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1831,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20975,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20976,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20977,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20978,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20979,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20980,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20981,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20982,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20983,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20984,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20985,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20986,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20987,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20988,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20989,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20990,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20991,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20992,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20993,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20994,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20995,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20996,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20997,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20998,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(20999,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21000,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21001,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21002,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21003,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21004,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21005,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21006,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21007,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21008,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21009,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21010,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21011,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21012,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21013,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1832,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21014,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1833,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21015,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21016,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21017,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21018,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21019,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21020,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21021,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21022,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21023,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21024,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21025,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21026,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21027,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21028,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21029,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21030,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21031,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21032,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21033,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21034,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21035,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21036,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21037,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21038,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21039,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21040,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21041,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1834,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21042,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1835,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21043,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1836,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21044,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1837,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21045,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1836,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21046,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1837,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21047,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1836,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21048,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1837,NULL,'2023-03-21 17:32:26','2023-03-21 17:32:26'),(21049,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21050,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21051,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21052,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21053,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21054,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21055,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21056,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21057,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21058,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21059,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21060,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21061,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21062,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21063,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21064,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21065,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21066,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21067,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21068,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21069,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21070,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21071,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21072,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21073,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1836,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21074,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1837,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21075,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21076,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21077,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21078,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21079,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21080,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21081,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21082,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21083,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21084,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21085,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21086,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21087,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21088,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21089,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21090,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21091,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21092,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21093,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1838,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21094,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1839,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21095,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21096,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21097,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21098,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21099,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21100,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21101,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21102,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21103,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21104,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21105,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21106,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21107,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1841,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21108,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1840,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21109,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1842,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21110,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1843,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21111,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1842,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21112,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1843,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21113,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1844,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21114,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1845,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21115,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1844,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21116,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1845,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21117,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1844,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21118,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1845,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21119,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1844,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21120,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1845,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21121,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21122,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21123,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21124,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21125,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21126,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21127,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21128,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21129,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21130,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21131,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21132,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21133,'Number of Stair Case',11,1,0,NULL,NULL,2,NULL,1,16,0,1,0,1,NULL,1846,21131,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21134,'Number of Stair Case',11,1,0,NULL,NULL,2,NULL,1,16,0,1,0,1,NULL,1847,21132,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21135,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,0,2,NULL,1846,21131,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21136,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,0,2,NULL,1847,21132,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21137,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21138,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21139,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21140,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21141,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21142,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21143,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21144,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21145,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21146,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21147,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21148,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21149,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21150,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21151,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21152,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21153,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21154,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21155,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21156,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21157,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21158,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21159,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21160,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21161,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21162,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21163,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21164,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21165,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21166,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21167,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21168,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21169,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21170,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21171,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21172,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21173,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21174,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21175,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21176,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21177,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21178,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21179,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21180,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21181,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21182,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21183,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21184,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21185,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21186,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21187,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21188,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21189,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21190,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21191,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21192,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21193,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21194,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21195,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21196,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21197,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21198,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21199,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21200,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21201,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21202,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21203,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21204,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21205,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21206,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21207,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21208,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21209,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21210,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21211,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21212,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21213,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21214,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21215,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21216,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21217,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21218,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21219,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21220,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21221,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1846,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21222,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1847,NULL,'2023-03-21 17:32:27','2023-03-21 17:32:27'),(21223,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21224,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21225,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21226,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21227,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21228,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21229,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21230,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21231,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21232,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1848,21231,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21233,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21234,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21235,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21236,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21237,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1848,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21238,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21239,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21240,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21241,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21242,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21243,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21244,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21245,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21246,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21247,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1849,21246,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21248,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21249,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21250,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21251,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21252,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1849,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21253,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1850,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21254,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1851,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21255,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21256,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21257,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21258,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21259,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21260,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21261,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21262,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21263,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21264,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21265,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21266,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21267,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21268,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21269,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21270,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21271,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21272,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21273,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21274,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1852,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21275,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21276,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21277,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21278,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21279,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21280,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21281,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21282,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21283,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21284,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21285,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21286,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21287,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21288,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21289,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21290,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21291,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21292,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21293,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21294,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1853,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21295,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21296,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21297,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21298,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21299,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21300,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21301,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21302,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21303,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21304,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21305,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21306,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21307,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21308,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1854,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21309,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21310,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21311,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21312,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21313,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21314,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21315,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21316,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21317,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21318,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21319,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21320,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21321,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21322,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1855,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21323,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21324,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21325,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21326,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21327,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21328,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21329,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21330,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21331,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21332,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21333,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21334,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21335,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21336,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21337,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21338,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1856,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21339,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21340,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21341,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21342,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21343,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21344,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21345,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21346,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21347,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21348,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21349,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21350,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21351,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21352,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21353,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21354,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1857,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21355,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21356,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21357,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21358,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21359,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21360,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21361,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21362,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21363,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21364,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1858,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21365,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21366,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21367,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21368,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21369,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21370,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21371,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21372,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21373,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21374,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1859,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21375,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21376,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21377,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21378,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21379,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21380,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21381,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1860,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21382,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21383,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21384,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21385,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21386,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21387,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21388,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1861,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21389,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1862,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21390,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1862,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21391,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1863,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21392,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1863,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21393,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1864,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21394,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1864,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21395,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1864,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21396,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1864,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21397,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1865,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21398,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1865,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21399,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1865,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21400,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1865,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21401,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21402,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21403,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21404,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21405,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21406,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21407,'Number of Stair Case',11,1,0,'stair case',NULL,2,NULL,1,16,0,1,0,1,NULL,1866,21406,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21408,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1866,21406,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21409,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21410,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21411,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21412,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21413,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1866,NULL,'2023-03-21 23:05:18','2023-03-21 23:05:18'),(21414,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21415,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21416,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21417,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21418,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21419,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21420,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21421,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21422,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21423,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21424,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21425,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21426,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21427,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21428,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21429,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21430,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21431,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21432,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21433,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21434,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21435,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21436,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21437,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21438,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21439,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21440,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21441,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21442,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21443,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21444,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21445,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21446,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21447,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21448,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21449,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21450,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21451,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1866,NULL,'2023-03-21 23:05:19','2023-03-21 23:05:19'),(21452,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21453,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21454,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21455,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21456,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21457,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21458,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21459,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21460,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21461,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1867,21460,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21462,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21463,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21464,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21465,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21466,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1867,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21467,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21468,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21469,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21470,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21471,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21472,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21473,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21474,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21475,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21476,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1868,21475,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21477,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21478,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21479,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21480,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21481,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1868,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21482,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1869,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21483,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1870,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21484,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21485,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21486,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21487,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21488,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21489,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21490,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21491,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21492,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21493,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21494,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21495,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21496,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21497,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21498,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21499,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21500,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21501,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21502,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21503,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1871,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21504,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21505,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21506,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21507,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21508,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21509,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21510,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21511,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21512,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21513,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21514,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21515,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21516,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21517,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21518,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21519,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21520,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21521,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21522,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21523,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1872,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21524,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21525,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21526,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21527,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21528,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21529,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21530,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21531,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21532,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21533,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21534,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21535,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21536,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21537,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1873,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21538,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21539,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21540,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21541,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21542,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21543,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21544,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21545,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21546,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21547,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21548,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21549,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21550,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21551,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1874,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21552,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21553,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21554,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21555,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21556,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21557,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21558,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21559,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21560,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21561,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21562,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21563,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21564,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21565,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21566,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21567,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1875,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21568,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1876,NULL,'2023-03-22 09:51:47','2023-03-22 09:51:47'),(21569,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21570,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21571,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21572,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21573,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21574,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21575,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21576,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21577,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21578,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21579,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21580,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21581,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21582,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21583,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1876,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21584,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21585,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21586,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21587,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21588,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21589,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21590,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21591,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21592,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21593,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1877,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21594,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21595,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21596,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21597,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21598,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21599,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21600,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21601,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21602,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21603,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1878,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21604,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21605,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21606,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21607,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21608,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21609,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21610,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1879,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21611,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21612,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21613,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21614,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21615,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21616,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21617,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1880,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21618,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1881,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21619,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1881,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21620,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1882,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21621,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1882,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21622,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1883,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21623,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1883,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21624,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1883,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21625,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1883,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21626,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1884,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21627,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1884,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21628,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1884,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21629,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1884,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21630,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21631,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21632,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21633,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21634,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21635,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21636,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1885,21635,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21637,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1885,21635,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21638,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21639,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21640,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21641,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21642,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21643,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21644,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21645,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21646,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21647,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21648,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21649,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21650,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21651,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21652,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21653,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21654,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21655,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21656,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21657,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21658,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21659,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21660,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21661,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21662,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21663,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21664,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21665,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21666,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21667,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21668,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21669,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21670,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21671,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21672,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21673,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21674,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21675,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21676,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21677,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21678,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21679,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21680,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1885,NULL,'2023-03-22 09:51:48','2023-03-22 09:51:48'),(21681,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21682,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21683,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21684,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21685,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21686,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21687,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21688,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21689,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21690,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1886,21689,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21691,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21692,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21693,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21694,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21695,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1886,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21696,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21697,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21698,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21699,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21700,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21701,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21702,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21703,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21704,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21705,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1887,21704,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21706,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21707,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21708,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21709,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21710,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1887,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21711,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1888,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21712,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1889,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21713,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21714,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21715,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21716,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21717,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21718,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21719,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1890,NULL,'2023-03-22 09:58:39','2023-03-22 09:58:39'),(21720,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21721,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21722,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21723,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21724,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21725,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21726,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21727,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21728,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21729,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21730,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21731,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21732,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1890,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21733,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21734,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21735,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21736,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21737,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21738,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21739,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21740,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21741,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21742,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21743,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21744,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21745,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21746,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21747,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21748,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21749,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21750,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21751,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21752,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1891,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21753,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21754,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21755,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21756,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21757,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21758,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21759,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21760,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21761,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21762,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21763,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21764,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21765,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21766,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1892,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21767,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21768,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21769,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21770,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21771,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21772,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21773,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21774,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21775,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21776,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21777,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21778,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21779,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21780,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1893,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21781,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21782,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21783,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21784,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21785,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21786,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21787,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21788,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21789,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21790,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21791,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21792,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21793,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21794,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21795,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21796,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1894,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21797,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21798,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21799,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21800,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21801,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21802,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21803,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21804,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21805,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21806,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21807,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21808,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21809,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21810,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21811,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21812,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1895,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21813,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21814,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21815,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21816,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21817,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21818,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21819,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21820,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21821,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21822,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1896,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21823,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21824,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21825,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21826,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21827,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21828,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21829,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21830,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21831,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21832,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1897,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21833,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21834,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21835,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21836,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21837,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21838,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21839,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1898,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21840,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21841,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21842,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21843,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21844,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21845,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21846,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1899,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21847,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1900,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21848,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1900,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21849,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1901,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21850,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1901,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21851,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1902,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21852,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1902,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21853,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1902,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21854,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1902,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21855,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1903,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21856,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1903,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21857,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1903,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21858,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1903,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21859,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21860,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21861,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21862,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21863,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21864,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21865,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1904,21864,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21866,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1904,21864,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21867,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21868,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21869,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21870,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21871,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21872,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21873,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21874,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21875,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21876,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21877,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21878,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21879,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21880,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21881,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21882,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21883,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21884,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21885,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21886,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21887,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21888,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21889,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21890,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21891,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21892,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21893,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21894,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21895,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21896,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21897,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21898,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21899,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21900,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21901,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21902,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21903,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21904,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21905,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21906,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21907,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21908,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21909,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1904,NULL,'2023-03-22 09:58:40','2023-03-22 09:58:40'),(21910,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21911,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21912,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21913,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21914,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21915,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21916,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21917,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21918,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21919,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1905,21918,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21920,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21921,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21922,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21923,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21924,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1905,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21925,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21926,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21927,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21928,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21929,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21930,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21931,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21932,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21933,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21934,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1906,21933,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21935,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21936,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21937,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21938,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21939,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1906,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21940,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1907,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21941,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1908,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21942,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21943,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21944,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21945,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21946,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21947,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21948,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21949,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21950,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21951,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21952,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21953,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21954,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21955,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21956,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21957,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21958,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21959,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21960,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21961,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1909,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21962,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21963,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21964,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21965,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21966,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21967,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21968,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21969,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21970,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21971,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21972,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21973,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21974,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21975,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21976,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21977,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21978,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21979,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21980,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21981,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1910,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21982,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21983,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21984,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21985,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21986,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21987,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21988,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21989,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21990,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21991,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21992,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21993,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21994,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21995,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1911,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21996,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21997,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21998,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(21999,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22000,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22001,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22002,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22003,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22004,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22005,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22006,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22007,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22008,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22009,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1912,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22010,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22011,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22012,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22013,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22014,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22015,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22016,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22017,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22018,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22019,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22020,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22021,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22022,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22023,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22024,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22025,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1913,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22026,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22027,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22028,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22029,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22030,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22031,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22032,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22033,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22034,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22035,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22036,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22037,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22038,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22039,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22040,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22041,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1914,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22042,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22043,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22044,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22045,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22046,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:48','2023-03-22 09:58:48'),(22047,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22048,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22049,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1915,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22050,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1915,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22051,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1915,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22052,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22053,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22054,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22055,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22056,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22057,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22058,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22059,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22060,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22061,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1916,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22062,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22063,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22064,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22065,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22066,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22067,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22068,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1917,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22069,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22070,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22071,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22072,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22073,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22074,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22075,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1918,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22076,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1919,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22077,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1919,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22078,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1920,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22079,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1920,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22080,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1921,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22081,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1921,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22082,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1921,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22083,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1921,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22084,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1922,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22085,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1922,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22086,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1922,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22087,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1922,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22088,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22089,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22090,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22091,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22092,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22093,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22094,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1923,22093,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22095,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1923,22093,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22096,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22097,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22098,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22099,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22100,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22101,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22102,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22103,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22104,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22105,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22106,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22107,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22108,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22109,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22110,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22111,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22112,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22113,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22114,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22115,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22116,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22117,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22118,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22119,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22120,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22121,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22122,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22123,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22124,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22125,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22126,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22127,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22128,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22129,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22130,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22131,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22132,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22133,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22134,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22135,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22136,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22137,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22138,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1923,NULL,'2023-03-22 09:58:49','2023-03-22 09:58:49'),(22139,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22140,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22141,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22142,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22143,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22144,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22145,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22146,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22147,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22148,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1924,22147,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22149,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22150,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22151,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22152,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22153,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1924,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22154,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22155,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22156,'Brief description of the property and usage.',5,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22157,'How many staff are working in the property at any one time.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22158,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22159,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22160,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1925,NULL,'2023-03-22 10:03:02','2023-03-22 10:03:02'),(22161,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22162,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22163,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1925,22162,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22164,'Front all the Main Building',10,0,0,'Upload image',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22165,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22166,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22167,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22168,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1925,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22169,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1926,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22170,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1927,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22171,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22172,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22173,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22174,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22175,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22176,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22177,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22178,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22179,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22180,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22181,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22182,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22183,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22184,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22185,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22186,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22187,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22188,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22189,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22190,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1928,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22191,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22192,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22193,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22194,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22195,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22196,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22197,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22198,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22199,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22200,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22201,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22202,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22203,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22204,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22205,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22206,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22207,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22208,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22209,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22210,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1929,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22211,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22212,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22213,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22214,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22215,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22216,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22217,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22218,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22219,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22220,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22221,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22222,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22223,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22224,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1930,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22225,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22226,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22227,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22228,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22229,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22230,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22231,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22232,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22233,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22234,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22235,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22236,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22237,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22238,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1931,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22239,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22240,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22241,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22242,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22243,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22244,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22245,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22246,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22247,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22248,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22249,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22250,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22251,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22252,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22253,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22254,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1932,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22255,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22256,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22257,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22258,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22259,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22260,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22261,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22262,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22263,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22264,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22265,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22266,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22267,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22268,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22269,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22270,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1933,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22271,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22272,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22273,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22274,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22275,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22276,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22277,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22278,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22279,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22280,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1934,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22281,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22282,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22283,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22284,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22285,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22286,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22287,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22288,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22289,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22290,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1935,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22291,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22292,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22293,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22294,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22295,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22296,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22297,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1936,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22298,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22299,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22300,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22301,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22302,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22303,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22304,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1937,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22305,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1938,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22306,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1938,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22307,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1939,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22308,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1939,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22309,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1940,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22310,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1940,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22311,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1940,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22312,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1940,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22313,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1941,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22314,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1941,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22315,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1941,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22316,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1941,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22317,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22318,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22319,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22320,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22321,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22322,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22323,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1942,22322,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22324,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1942,22322,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22325,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22326,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22327,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22328,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22329,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22330,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22331,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22332,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22333,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22334,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22335,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22336,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22337,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22338,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22339,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22340,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22341,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22342,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22343,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22344,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22345,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22346,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22347,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22348,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22349,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22350,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22351,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22352,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22353,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22354,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22355,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22356,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22357,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22358,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22359,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22360,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22361,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22362,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22363,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22364,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22365,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22366,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22367,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1942,NULL,'2023-03-22 10:03:03','2023-03-22 10:03:03'),(22368,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1943,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22369,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1944,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22370,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22371,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22372,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22373,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22374,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22375,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22376,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22377,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22378,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22379,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22380,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22381,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22382,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22383,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22384,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22385,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22386,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22387,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22388,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22389,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1945,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22390,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22391,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22392,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22393,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22394,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22395,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22396,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22397,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22398,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22399,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22400,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1946,NULL,'2023-03-22 11:17:09','2023-03-22 11:17:09'),(22401,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22402,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22403,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22404,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22405,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22406,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22407,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22408,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22409,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1946,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22410,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22411,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22412,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10');
INSERT INTO `questions` VALUES (22413,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22414,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22415,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22416,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22417,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22418,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22419,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22420,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22421,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22422,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22423,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1947,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22424,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22425,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22426,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22427,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22428,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22429,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22430,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22431,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22432,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22433,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22434,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22435,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22436,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22437,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1948,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22438,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22439,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22440,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22441,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22442,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22443,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22444,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22445,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22446,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22447,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22448,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22449,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22450,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22451,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22452,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22453,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1949,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22454,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22455,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22456,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22457,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22458,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22459,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22460,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22461,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22462,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22463,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22464,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22465,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22466,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22467,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22468,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22469,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1950,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22470,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22471,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22472,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22473,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22474,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22475,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22476,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22477,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22478,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22479,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1951,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22480,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22481,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22482,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22483,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22484,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22485,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22486,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22487,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22488,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22489,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1952,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22490,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22491,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22492,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22493,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22494,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22495,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22496,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1953,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22497,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22498,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22499,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22500,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22501,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22502,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22503,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1954,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22504,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1955,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22505,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1955,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22506,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1956,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22507,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1956,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22508,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1957,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22509,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1957,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22510,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1957,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22511,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1957,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22512,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1958,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22513,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1958,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22514,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1958,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22515,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1958,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22516,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22517,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22518,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22519,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22520,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22521,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22522,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1959,22521,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22523,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1959,22521,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22524,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22525,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22526,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22527,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22528,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22529,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22530,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22531,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22532,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22533,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22534,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22535,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22536,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22537,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22538,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22539,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22540,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22541,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22542,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22543,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22544,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22545,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22546,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22547,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22548,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22549,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22550,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22551,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22552,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22553,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22554,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22555,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22556,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22557,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22558,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22559,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22560,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22561,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22562,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22563,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22564,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22565,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22566,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1959,NULL,'2023-03-22 11:17:10','2023-03-22 11:17:10'),(22567,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1960,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22568,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1961,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22569,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22570,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22571,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22572,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22573,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22574,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22575,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22576,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22577,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22578,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22579,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22580,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22581,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22582,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22583,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22584,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22585,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22586,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22587,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22588,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1962,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22589,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22590,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22591,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22592,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22593,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22594,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22595,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22596,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22597,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22598,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22599,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22600,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22601,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22602,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22603,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22604,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22605,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22606,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22607,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22608,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1963,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22609,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22610,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22611,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22612,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22613,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22614,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22615,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22616,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22617,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22618,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22619,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22620,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22621,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22622,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1964,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22623,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22624,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22625,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22626,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22627,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22628,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22629,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22630,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22631,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22632,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22633,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22634,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22635,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22636,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1965,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22637,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22638,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22639,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22640,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22641,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22642,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22643,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22644,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22645,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22646,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22647,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22648,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22649,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22650,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22651,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22652,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1966,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22653,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22654,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22655,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22656,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22657,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22658,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22659,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22660,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22661,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22662,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22663,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22664,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22665,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22666,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22667,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22668,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1967,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22669,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22670,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22671,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22672,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22673,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22674,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22675,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22676,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22677,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22678,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1968,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22679,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22680,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22681,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22682,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22683,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22684,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22685,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22686,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22687,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22688,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1969,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22689,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22690,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22691,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22692,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22693,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22694,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22695,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1970,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22696,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22697,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22698,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22699,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22700,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22701,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22702,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1971,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22703,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1972,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22704,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1972,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22705,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1973,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22706,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1973,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22707,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1974,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22708,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1974,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22709,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1974,NULL,'2023-03-22 11:25:19','2023-03-22 11:25:19'),(22710,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1974,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22711,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1975,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22712,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1975,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22713,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1975,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22714,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1975,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22715,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22716,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22717,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22718,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22719,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22720,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22721,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1976,22720,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22722,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1976,22720,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22723,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22724,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22725,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22726,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22727,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22728,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22729,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22730,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22731,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22732,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22733,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22734,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22735,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22736,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22737,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22738,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22739,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22740,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22741,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22742,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22743,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22744,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22745,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22746,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22747,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22748,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22749,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22750,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22751,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22752,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22753,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22754,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22755,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22756,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22757,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22758,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22759,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22760,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22761,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22762,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22763,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22764,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22765,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1976,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22766,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22767,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22768,'Brief description of the property and usage.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22769,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22770,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22771,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22772,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22773,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22774,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1977,22773,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22775,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22776,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22777,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22778,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,1977,NULL,'2023-03-22 11:25:20','2023-03-22 11:25:20'),(22779,'Test Choices',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1978,NULL,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(22780,'Test Choices',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1978,NULL,'2023-03-22 12:35:19','2023-03-22 12:35:19'),(22781,'Test Choices',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1979,NULL,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(22782,'Test Choices',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1979,NULL,'2023-03-22 12:36:42','2023-03-22 12:36:42'),(22783,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1980,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22784,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22785,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22786,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22787,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22788,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22789,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22790,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22791,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22792,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22793,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22794,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22795,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22796,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22797,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22798,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22799,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22800,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22801,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22802,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22803,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1981,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22804,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22805,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22806,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22807,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22808,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22809,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22810,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22811,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22812,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22813,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22814,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22815,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22816,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22817,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1982,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22818,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22819,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22820,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22821,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22822,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22823,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22824,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22825,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22826,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22827,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22828,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22829,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22830,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22831,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22832,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22833,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1983,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22834,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22835,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22836,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22837,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22838,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22839,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22840,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22841,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22842,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22843,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1984,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22844,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22845,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22846,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22847,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22848,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22849,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22850,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1985,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22851,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1986,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22852,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1986,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22853,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1987,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22854,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1987,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22855,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1987,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22856,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1987,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22857,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22858,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22859,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22860,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22861,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22862,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22863,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,16,0,1,0,1,NULL,1988,22862,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22864,'If not applicable click below',8,1,0,NULL,NULL,0,NULL,NULL,NULL,0,1,1,2,NULL,1988,22862,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22865,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22866,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22867,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22868,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22869,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22870,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22871,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22872,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22873,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22874,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22875,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22876,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22877,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22878,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22879,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22880,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22881,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22882,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22883,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22884,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22885,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22886,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22887,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22888,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22889,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22890,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22891,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22892,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22893,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22894,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22895,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22896,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22897,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22898,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22899,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22900,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22901,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1988,NULL,'2023-03-29 09:19:09','2023-03-29 09:19:09'),(22902,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1988,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22903,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1988,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22904,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1988,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22905,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1988,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22906,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1988,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22907,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1988,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22908,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22909,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22910,'Brief description of the property and usage.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22911,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22912,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22913,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22914,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22915,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22916,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1989,22915,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22917,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22918,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22919,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22920,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,1989,NULL,'2023-03-29 09:19:10','2023-03-29 09:19:10'),(22921,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1990,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22922,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22923,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22924,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22925,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22926,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22927,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22928,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22929,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22930,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22931,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22932,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22933,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22934,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22935,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22936,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22937,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22938,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22939,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22940,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22941,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1991,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22942,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22943,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22944,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22945,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22946,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22947,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22948,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22949,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22950,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22951,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22952,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22953,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22954,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22955,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1992,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22956,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22957,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22958,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22959,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22960,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22961,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22962,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22963,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22964,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22965,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22966,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22967,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22968,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22969,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22970,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22971,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1993,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22972,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22973,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22974,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22975,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22976,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22977,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22978,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22979,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22980,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22981,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1994,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22982,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22983,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22984,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22985,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22986,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22987,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22988,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1995,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22989,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1996,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22990,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1996,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22991,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,1997,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22992,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1997,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22993,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1997,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22994,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,1997,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22995,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22996,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22997,'Brief description of the property and usage.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22998,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(22999,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23000,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23001,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23002,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23003,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,1998,23002,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23004,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23005,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23006,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23007,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,1998,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23008,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23009,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23010,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23011,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23012,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23013,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23014,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,1999,23013,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23015,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,1999,23013,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23016,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23017,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23018,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23019,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23020,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23021,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23022,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23023,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23024,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23025,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23026,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23027,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23028,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23029,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23030,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23031,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23032,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23033,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23034,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23035,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23036,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23037,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23038,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23039,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23040,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23041,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23042,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23043,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23044,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23045,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23046,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23047,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23048,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23049,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23050,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23051,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23052,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23053,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23054,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23055,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23056,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23057,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23058,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23059,'Doors information in a property',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,1999,NULL,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23060,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,1999,23059,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23061,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,1999,23059,'2023-03-29 09:35:51','2023-03-29 09:35:51'),(23062,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2000,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23063,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23064,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23065,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23066,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23067,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23068,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23069,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23070,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23071,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23072,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23073,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23074,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23075,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23076,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23077,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23078,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23079,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23080,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23081,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23082,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2001,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23083,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23084,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23085,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23086,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23087,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23088,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23089,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23090,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23091,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23092,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23093,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23094,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23095,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23096,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2002,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23097,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23098,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23099,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23100,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23101,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23102,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23103,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23104,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23105,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23106,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23107,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23108,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23109,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23110,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23111,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23112,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2003,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23113,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23114,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23115,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23116,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23117,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23118,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23119,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23120,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23121,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23122,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2004,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23123,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23124,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23125,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23126,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23127,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23128,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23129,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2005,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23130,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2006,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23131,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2006,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23132,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2007,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23133,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2007,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23134,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2007,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23135,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2007,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23136,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23137,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23138,'Brief description of the property and usage.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23139,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23140,'Who is the property principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23141,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23142,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23143,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23144,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2008,23143,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23145,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23146,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23147,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23148,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2008,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23149,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23150,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23151,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23152,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23153,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23154,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23155,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2009,23154,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23156,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2009,23154,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23157,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23158,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23159,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23160,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23161,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23162,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23163,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23164,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23165,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23166,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23167,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23168,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23169,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23170,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23171,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23172,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23173,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23174,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23175,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23176,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23177,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23178,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23179,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23180,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23181,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23182,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23183,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23184,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23185,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23186,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23187,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23188,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23189,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23190,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23191,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23192,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23193,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23194,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23195,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23196,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23197,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23198,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23199,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23200,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2009,NULL,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23201,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2009,23200,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23202,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2009,23200,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23203,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2009,23200,'2023-03-29 09:43:15','2023-03-29 09:43:15'),(23204,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2010,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23205,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23206,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23207,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23208,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23209,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23210,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23211,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23212,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23213,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23214,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23215,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23216,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23217,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23218,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23219,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23220,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23221,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23222,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23223,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23224,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2011,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23225,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23226,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23227,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23228,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23229,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23230,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23231,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23232,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23233,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23234,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23235,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23236,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23237,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23238,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2012,NULL,'2023-03-29 13:13:53','2023-03-29 13:13:53'),(23239,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23240,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23241,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23242,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23243,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23244,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23245,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23246,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23247,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23248,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23249,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23250,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23251,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23252,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23253,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23254,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2013,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23255,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23256,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23257,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23258,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23259,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23260,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23261,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23262,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23263,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23264,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2014,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23265,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23266,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23267,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23268,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23269,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23270,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23271,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2015,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23272,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2016,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23273,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2016,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23274,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2017,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23275,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2017,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23276,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2017,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23277,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2017,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23278,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23279,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23280,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23281,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23282,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23283,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23284,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2018,23283,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23285,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2018,23283,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23286,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23287,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23288,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23289,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23290,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23291,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23292,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23293,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23294,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23295,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23296,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23297,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23298,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23299,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23300,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23301,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23302,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23303,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23304,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23305,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23306,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23307,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23308,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23309,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23310,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23311,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23312,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23313,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23314,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23315,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23316,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23317,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23318,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23319,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23320,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23321,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23322,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23323,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23324,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23325,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23326,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23327,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23328,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23329,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2018,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23330,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2018,23329,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23331,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2018,23329,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23332,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2018,23329,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23333,'Date of Assessment',7,0,0,NULL,'<p>It did so indeed, and much sooner than she had caught the baby violently up and beg for its dinner, and all would change (she knew) to the Dormouse, after thinking a minute or two, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said the Hatter. \'I deny it!\' said the King, and he checked himself suddenly: the others looked round also, and all dripping wet, cross, and uncomfortable. The moment Alice felt so desperate that she had peeped into the air. She did it at last, more calmly, though still sobbing a little bit, and said anxiously to herself, \'I don\'t believe you do lessons?\' said Alice, a good deal frightened at the Lizard in head downwards, and the Queen.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23334,'Recommended re visit for assessment date',7,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23335,'Brief description of the property and usage.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23336,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23337,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23338,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23339,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23340,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23341,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2019,23340,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23342,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23343,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23344,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23345,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23346,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2019,NULL,'2023-03-29 13:13:54','2023-03-29 13:13:54'),(23347,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2020,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23348,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23349,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23350,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23351,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23352,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23353,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23354,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23355,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23356,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23357,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23358,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23359,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23360,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23361,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23362,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23363,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23364,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23365,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23366,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23367,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2021,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23368,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23369,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23370,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23371,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23372,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23373,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23374,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23375,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23376,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23377,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23378,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23379,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23380,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23381,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2022,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23382,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23383,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23384,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23385,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23386,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23387,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23388,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23389,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23390,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23391,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23392,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23393,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23394,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23395,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23396,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23397,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2023,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23398,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23399,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23400,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23401,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23402,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23403,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23404,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23405,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23406,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23407,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2024,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23408,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23409,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23410,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23411,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23412,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23413,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23414,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2025,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23415,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2026,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23416,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2026,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23417,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2027,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23418,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2027,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23419,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2027,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23420,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2027,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23421,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23422,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23423,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23424,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23425,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23426,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23427,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2028,23426,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23428,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2028,23426,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23429,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23430,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23431,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23432,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23433,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23434,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23435,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23436,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23437,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23438,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23439,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23440,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23441,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23442,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23443,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23444,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23445,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23446,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23447,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23448,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23449,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23450,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23451,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23452,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23453,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23454,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23455,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23456,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23457,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23458,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23459,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23460,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23461,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23462,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23463,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23464,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23465,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23466,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23467,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23468,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23469,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23470,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23471,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23472,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2028,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23473,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2028,23472,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23474,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2028,23472,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23475,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2028,23472,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23476,'Date of Assessment',7,0,0,NULL,'<p>Enter the date when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23477,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23478,'Brief description of the property and usage.',4,0,0,NULL,'<p>I shall never get to twenty at that rate! However, the Multiplication Table doesn\'t signify: let\'s try Geography. London is the driest thing I ever saw in another moment, when she was now about a thousand times as large as the hall was very hot, she kept fanning herself all the creatures argue. It\'s enough to look over their.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23479,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23480,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23481,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23482,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23483,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23484,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2029,23483,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23485,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23486,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23487,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23488,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23489,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2029,NULL,'2023-03-29 13:16:55','2023-03-29 13:16:55'),(23490,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2030,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23491,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23492,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23493,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23494,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23495,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23496,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23497,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23498,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23499,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23500,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23501,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23502,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23503,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23504,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23505,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23506,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23507,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23508,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23509,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23510,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2031,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23511,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23512,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23513,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23514,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23515,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23516,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23517,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23518,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23519,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23520,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23521,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23522,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23523,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23524,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2032,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23525,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2033,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23526,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2033,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23527,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2033,NULL,'2023-03-29 13:18:11','2023-03-29 13:18:11'),(23528,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23529,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23530,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23531,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23532,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23533,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23534,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23535,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23536,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23537,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23538,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23539,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23540,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2033,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23541,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23542,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23543,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23544,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23545,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23546,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23547,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23548,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23549,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23550,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2034,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23551,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23552,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23553,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23554,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23555,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23556,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23557,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2035,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23558,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2036,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23559,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2036,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23560,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2037,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23561,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2037,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23562,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2037,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23563,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2037,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23564,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23565,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23566,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23567,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23568,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23569,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23570,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2038,23569,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23571,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2038,23569,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23572,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23573,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23574,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23575,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23576,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23577,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23578,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23579,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23580,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23581,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23582,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23583,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23584,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23585,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23586,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23587,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23588,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23589,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23590,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23591,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23592,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23593,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23594,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23595,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23596,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23597,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23598,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23599,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23600,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23601,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23602,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23603,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23604,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23605,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23606,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23607,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23608,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23609,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23610,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23611,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23612,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23613,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23614,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23615,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2038,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23616,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2038,23615,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23617,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2038,23615,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23618,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2038,23615,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23619,'Date of Assessment',7,0,0,NULL,'<p>Enter the date when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23620,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23621,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23622,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23623,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23624,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23625,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23626,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23627,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2039,23626,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23628,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23629,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23630,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23631,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23632,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2039,NULL,'2023-03-29 13:18:12','2023-03-29 13:18:12'),(23633,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2040,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23634,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23635,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23636,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23637,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23638,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23639,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23640,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23641,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23642,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23643,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23644,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23645,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23646,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23647,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23648,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23649,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23650,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23651,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23652,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23653,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2041,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23654,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23655,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23656,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23657,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23658,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23659,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23660,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23661,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23662,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23663,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23664,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23665,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23666,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23667,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2042,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23668,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2043,NULL,'2023-03-29 13:25:53','2023-03-29 13:25:53'),(23669,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23670,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23671,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23672,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23673,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23674,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23675,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23676,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23677,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23678,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23679,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23680,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23681,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23682,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23683,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2043,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23684,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23685,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23686,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23687,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23688,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23689,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23690,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23691,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23692,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23693,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2044,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23694,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23695,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23696,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23697,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23698,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23699,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23700,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2045,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23701,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2046,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23702,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2046,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23703,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2047,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23704,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2047,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23705,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2047,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23706,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2047,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23707,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23708,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23709,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23710,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23711,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23712,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23713,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2048,23712,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23714,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2048,23712,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23715,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23716,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23717,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23718,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23719,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23720,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23721,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23722,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23723,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23724,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23725,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23726,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23727,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23728,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23729,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23730,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23731,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23732,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23733,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23734,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23735,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23736,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23737,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23738,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23739,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23740,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23741,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23742,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23743,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23744,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23745,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23746,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23747,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23748,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23749,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23750,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23751,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23752,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23753,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23754,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23755,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23756,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23757,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23758,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2048,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23759,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2048,23758,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23760,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2048,23758,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23761,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2048,23758,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23762,'Date of Assessment',7,0,0,NULL,'<p>Enter the date when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23763,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23764,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23765,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23766,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23767,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23768,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23769,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23770,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2049,23769,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23771,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23772,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23773,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23774,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23775,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2049,NULL,'2023-03-29 13:25:54','2023-03-29 13:25:54'),(23776,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2050,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23777,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23778,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23779,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23780,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23781,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23782,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23783,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23784,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23785,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23786,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23787,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23788,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23789,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23790,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23791,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23792,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23793,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23794,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23795,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23796,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2051,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23797,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23798,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23799,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23800,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23801,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23802,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23803,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23804,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23805,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23806,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23807,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23808,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23809,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2052,NULL,'2023-03-29 14:18:59','2023-03-29 14:18:59'),(23810,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2052,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23811,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23812,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23813,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23814,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23815,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23816,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23817,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23818,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23819,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23820,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23821,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23822,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23823,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23824,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23825,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23826,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2053,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23827,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23828,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23829,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23830,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23831,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23832,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23833,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23834,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23835,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23836,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2054,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23837,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23838,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23839,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23840,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23841,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23842,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23843,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2055,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23844,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2056,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23845,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2056,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23846,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2057,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23847,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2057,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23848,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2057,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23849,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2057,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23850,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23851,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23852,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23853,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23854,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23855,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23856,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2058,23855,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23857,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2058,23855,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23858,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23859,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23860,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23861,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23862,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23863,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23864,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23865,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23866,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23867,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23868,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23869,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23870,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23871,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23872,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23873,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23874,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23875,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23876,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23877,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23878,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23879,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23880,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23881,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23882,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23883,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23884,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23885,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23886,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23887,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23888,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23889,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23890,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23891,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23892,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23893,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23894,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23895,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23896,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23897,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23898,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23899,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23900,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23901,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2058,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23902,'Number of Good Dooors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2058,23901,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23903,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2058,23901,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23904,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2058,23901,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23905,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23906,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23907,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23908,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23909,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23910,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23911,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23912,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23913,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2059,23912,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23914,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23915,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23916,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23917,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23918,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23919,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2059,NULL,'2023-03-29 14:19:00','2023-03-29 14:19:00'),(23920,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2060,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23921,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23922,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23923,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23924,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23925,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23926,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23927,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23928,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23929,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23930,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23931,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23932,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23933,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23934,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23935,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23936,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23937,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23938,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23939,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23940,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2061,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23941,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23942,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23943,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23944,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23945,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23946,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23947,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23948,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23949,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23950,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23951,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23952,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23953,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23954,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2062,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23955,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23956,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23957,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23958,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23959,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23960,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23961,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23962,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23963,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23964,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23965,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23966,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23967,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23968,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23969,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23970,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2063,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23971,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23972,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23973,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23974,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23975,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23976,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23977,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23978,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23979,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23980,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2064,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23981,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23982,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23983,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23984,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23985,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23986,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23987,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2065,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23988,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2066,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23989,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2066,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23990,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2067,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23991,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2067,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23992,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2067,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23993,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2067,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23994,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23995,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23996,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23997,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23998,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(23999,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24000,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24001,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24002,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2068,24001,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24003,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24004,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24005,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24006,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24007,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24008,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2068,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24009,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2069,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24010,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2069,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24011,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2069,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24012,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2069,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24013,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2069,NULL,'2023-03-29 14:48:32','2023-03-29 14:48:32'),(24014,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24015,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2069,24014,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24016,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2069,24014,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24017,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24018,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24019,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24020,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24021,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24022,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24023,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24024,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24025,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24026,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24027,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24028,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24029,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24030,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24031,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24032,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24033,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24034,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24035,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24036,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24037,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24038,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24039,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24040,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24041,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24042,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24043,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24044,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24045,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24046,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24047,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24048,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24049,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24050,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24051,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24052,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24053,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24054,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24055,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24056,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24057,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24058,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24059,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24060,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2069,NULL,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24061,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2069,24060,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24062,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2069,24060,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24063,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2069,24060,'2023-03-29 14:48:33','2023-03-29 14:48:33'),(24064,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2070,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24065,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24066,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24067,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24068,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24069,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24070,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24071,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24072,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24073,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24074,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24075,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24076,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24077,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24078,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24079,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24080,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24081,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24082,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24083,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24084,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2071,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24085,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24086,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24087,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24088,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24089,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24090,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24091,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24092,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24093,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24094,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24095,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24096,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24097,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24098,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2072,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24099,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24100,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24101,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24102,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24103,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24104,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24105,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24106,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24107,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24108,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24109,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24110,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24111,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24112,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24113,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24114,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2073,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24115,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24116,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24117,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24118,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24119,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24120,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24121,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24122,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24123,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24124,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2074,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24125,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24126,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24127,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24128,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24129,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24130,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24131,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2075,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24132,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2076,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24133,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2076,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24134,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2077,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24135,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2077,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24136,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2077,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24137,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2077,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24138,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24139,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24140,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24141,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24142,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24143,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24144,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24145,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24146,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2078,24145,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24147,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24148,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24149,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24150,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24151,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24152,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2078,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24153,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24154,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24155,'How many Floor Levels does this Assessment cover including stair wells for access.',9,0,1,NULL,'<p>Caterpillar; and it set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear the name of the creature, but on the slate. \'Herald, read the.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24156,'Input your own number of Floor Levels',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24157,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24158,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24159,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2079,24158,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24160,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2079,24158,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24161,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24162,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24163,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24164,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24165,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24166,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24167,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24168,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24169,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24170,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24171,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24172,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24173,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24174,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24175,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24176,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24177,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24178,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24179,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24180,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24181,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24182,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24183,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24184,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24185,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24186,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24187,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24188,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24189,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24190,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24191,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24192,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24193,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24194,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24195,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24196,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24197,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24198,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24199,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24200,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24201,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24202,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24203,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24204,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2079,NULL,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24205,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2079,24204,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24206,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2079,24204,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24207,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2079,24204,'2023-03-29 14:55:22','2023-03-29 14:55:22'),(24208,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2080,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24209,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24210,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24211,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24212,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24213,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24214,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24215,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24216,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24217,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24218,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24219,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24220,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24221,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24222,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24223,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24224,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24225,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24226,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24227,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24228,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2081,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24229,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24230,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24231,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24232,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24233,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24234,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24235,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24236,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24237,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24238,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24239,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24240,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24241,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24242,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2082,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24243,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24244,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24245,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24246,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24247,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24248,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24249,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24250,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24251,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24252,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24253,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24254,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24255,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24256,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24257,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24258,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2083,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24259,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24260,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24261,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24262,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24263,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24264,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24265,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24266,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24267,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24268,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2084,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24269,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24270,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24271,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24272,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24273,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24274,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24275,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2085,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24276,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2086,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24277,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2086,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24278,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2087,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24279,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2087,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24280,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2087,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24281,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2087,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24282,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24283,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24284,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24285,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24286,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24287,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24288,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24289,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24290,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2088,24289,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24291,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24292,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24293,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24294,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24295,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24296,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2088,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24297,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24298,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24299,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24300,'Which floor levels does the assessment cover?',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24301,'Floor level',11,1,0,'Floor level',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2089,24300,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24302,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24303,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24304,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2089,24303,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24305,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2089,24303,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24306,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24307,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24308,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24309,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24310,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24311,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24312,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24313,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24314,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24315,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24316,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24317,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2089,NULL,'2023-03-29 15:47:55','2023-03-29 15:47:55'),(24318,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24319,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24320,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24321,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24322,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24323,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24324,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24325,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24326,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24327,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24328,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24329,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24330,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24331,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24332,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24333,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24334,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24335,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24336,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24337,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24338,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24339,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24340,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24341,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24342,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24343,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24344,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24345,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24346,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24347,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24348,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24349,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2089,NULL,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24350,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2089,24349,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24351,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2089,24349,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24352,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2089,24349,'2023-03-29 15:47:56','2023-03-29 15:47:56'),(24353,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2090,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24354,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24355,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24356,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24357,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24358,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24359,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24360,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24361,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24362,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24363,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24364,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24365,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24366,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24367,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24368,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24369,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24370,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24371,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24372,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24373,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2091,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24374,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24375,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24376,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24377,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24378,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24379,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24380,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24381,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24382,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24383,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24384,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24385,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24386,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24387,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2092,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24388,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2093,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24389,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2093,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24390,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2093,NULL,'2023-03-29 15:55:48','2023-03-29 15:55:48'),(24391,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24392,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24393,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24394,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24395,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24396,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24397,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24398,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24399,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24400,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24401,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24402,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24403,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2093,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24404,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24405,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24406,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24407,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24408,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24409,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24410,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24411,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24412,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24413,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2094,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24414,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24415,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24416,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24417,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24418,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24419,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24420,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2095,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24421,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2096,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24422,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2096,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24423,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2097,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24424,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2097,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24425,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2097,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24426,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2097,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24427,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24428,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24429,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24430,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24431,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24432,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24433,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24434,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24435,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2098,24434,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24436,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24437,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24438,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24439,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24440,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24441,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2098,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24442,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24443,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24444,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24445,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24446,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2099,24445,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24447,'Lifts - Internal or External',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24448,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24449,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2099,24448,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24450,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2099,24448,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24451,'How Many Lifts are in the Building',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24452,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24453,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24454,'Kitchen Or Other High Level Risk Areas Have Been Fire Proofed',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24455,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24456,'Windows Type',8,0,1,NULL,'<p>&nbsp;Windows Type TYPE RISK RATING 1 - 10<br>1 WOOD TICK BOX 2<br>2 PLASTICS TICK BOX 1<br>3 ALIMINUM TICK BOX 0<br>4 STONE TICK BOX 0<br>5 INPUT OWN TICK BOX<br>1.12 FIREPROOFED AREAS RISK RATING 1</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24457,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24458,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24459,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24460,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24461,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24462,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24463,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24464,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24465,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24466,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24467,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24468,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24469,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24470,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24471,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24472,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24473,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24474,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24475,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24476,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24477,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24478,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24479,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24480,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24481,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24482,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24483,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24484,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24485,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24486,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24487,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24488,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24489,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24490,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24491,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24492,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24493,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24494,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2099,NULL,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24495,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2099,24494,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24496,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2099,24494,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24497,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2099,24494,'2023-03-29 15:55:49','2023-03-29 15:55:49'),(24498,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2100,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24499,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24500,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24501,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24502,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24503,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24504,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24505,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24506,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24507,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24508,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24509,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24510,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24511,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24512,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24513,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24514,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24515,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24516,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24517,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24518,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2101,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24519,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24520,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24521,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24522,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24523,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24524,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24525,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24526,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24527,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24528,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24529,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24530,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24531,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24532,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2102,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24533,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24534,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24535,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24536,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24537,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24538,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24539,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24540,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24541,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24542,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24543,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24544,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24545,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24546,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24547,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24548,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2103,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24549,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24550,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24551,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24552,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24553,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24554,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24555,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24556,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24557,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24558,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2104,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24559,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24560,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24561,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24562,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24563,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24564,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24565,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2105,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24566,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2106,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24567,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2106,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24568,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2107,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24569,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2107,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24570,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2107,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24571,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2107,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24572,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24573,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24574,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24575,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24576,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24577,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24578,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24579,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24580,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2108,24579,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24581,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24582,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24583,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24584,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24585,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24586,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2108,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24587,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24588,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24589,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24590,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24591,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2109,24590,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24592,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24593,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24594,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2109,24593,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24595,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2109,24593,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24596,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24597,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24598,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24599,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24600,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24601,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24602,'Main Walls Pre 1900 Solid Brick - Stone - Concrete',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24603,'External Main Wall Structure Type',2,0,0,NULL,'<p>HELP B INENDTIFY WALL<br>TYPES &ndash; TEXT WITH PHOTO EXAMPLE<br>THEY CAN SELECT TWO TYPES OF WALLS FOR MIXED BUILDINGS EXTENTIONS ETC<br>PERCENTAGE / EXAMPLE 50 - 50 CAN INPUT OWN PERCENTAGE</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24604,'Main Walls Cob',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24605,'Main Walls Cavity Brick And Block',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24606,'Main Walls Concrete Inner Skin With Curtain Walling Outer Skin',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24607,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24608,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24609,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24610,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24611,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24612,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24613,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24614,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24615,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24616,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24617,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24618,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24619,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24620,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24621,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24622,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24623,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24624,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24625,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24626,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24627,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24628,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24629,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24630,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24631,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24632,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24633,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24634,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24635,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24636,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24637,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24638,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24639,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2109,NULL,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24640,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2109,24639,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24641,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2109,24639,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24642,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2109,24639,'2023-03-30 10:21:35','2023-03-30 10:21:35'),(24643,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2110,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24644,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24645,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24646,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24647,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24648,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24649,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24650,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24651,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24652,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24653,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24654,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24655,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24656,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24657,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24658,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24659,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24660,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24661,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24662,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24663,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2111,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24664,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24665,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24666,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24667,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24668,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24669,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24670,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24671,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24672,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24673,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24674,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24675,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24676,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24677,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2112,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24678,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24679,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24680,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24681,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24682,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24683,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24684,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24685,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24686,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24687,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24688,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24689,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24690,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24691,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24692,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24693,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2113,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24694,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24695,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24696,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24697,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24698,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24699,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24700,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24701,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24702,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24703,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2114,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24704,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24705,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24706,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24707,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24708,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24709,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24710,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2115,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24711,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2116,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24712,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2116,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24713,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2117,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24714,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2117,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24715,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2117,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24716,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2117,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24717,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2118,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24718,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2118,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24719,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2118,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24720,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2118,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24721,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2118,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24722,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2118,NULL,'2023-03-30 10:42:26','2023-03-30 10:42:26'),(24723,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24724,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24725,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2118,24724,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24726,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24727,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24728,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24729,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24730,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24731,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2118,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24732,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24733,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24734,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24735,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24736,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2119,24735,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24737,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24738,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24739,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2119,24738,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24740,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2119,24738,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24741,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24742,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24743,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24744,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24745,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24746,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24747,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24748,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24749,'What percentage of the main external wall is made of cob?',11,0,0,'Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24750,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24751,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'%',NULL,1,NULL,1,100,0,1,0,17,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24752,'Main Walls Metal Post With Sheet Metal Walling Covering',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24753,'Main Walls Timber Frame With Concrete Or Block Inner Or Outer Skin',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24754,'Main Walls Prefabricated Timber',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24755,'Main Walls Glass And Metal Post Frame',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24756,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24757,'Walls Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24758,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24759,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24760,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24761,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24762,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24763,'How Many Internal Doors are, Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24764,'Do you have these Features for Bedroom Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24765,'Specify the Number of Bedroom Doors Between (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,31,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24766,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24767,'Specify the total number of Kitchen Doors (1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,33,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24768,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24769,'Specify the total number of Office Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,35,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24770,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24771,'Specify the total number of RM Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,37,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24772,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24773,'Specify the total number of other Doors (1-100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,39,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24774,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24775,'Specify the total number of Exit Doors (between 1 to 100)',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,41,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24776,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24777,'Specify the total number of Front Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,43,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24778,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24779,'Specify the total number of Back Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,45,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24780,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24781,'Specify the total number of Other Exit Doors',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,47,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24782,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24783,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show Example Of Condition',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24784,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2119,NULL,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24785,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2119,24784,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24786,'Number of Bad doors in the property',11,1,0,'doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2119,24784,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24787,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2119,24784,'2023-03-30 10:42:27','2023-03-30 10:42:27'),(24788,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2120,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24789,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24790,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24791,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24792,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24793,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24794,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24795,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24796,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24797,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24798,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24799,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24800,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24801,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24802,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24803,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24804,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24805,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24806,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24807,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24808,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2121,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24809,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24810,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24811,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24812,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24813,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24814,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24815,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24816,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24817,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24818,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24819,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24820,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24821,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24822,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2122,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24823,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24824,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24825,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24826,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24827,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24828,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24829,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24830,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24831,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24832,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24833,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24834,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24835,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24836,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24837,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24838,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2123,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24839,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24840,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24841,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24842,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24843,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24844,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24845,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24846,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24847,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24848,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2124,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24849,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24850,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24851,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24852,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24853,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24854,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24855,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2125,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24856,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2126,NULL,'2023-03-30 12:49:35','2023-03-30 12:49:35'),(24857,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2126,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24858,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2127,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24859,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2127,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24860,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2127,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24861,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2127,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24862,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24863,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24864,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24865,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24866,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24867,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24868,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24869,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24870,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2128,24869,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24871,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24872,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24873,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24874,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24875,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24876,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2128,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24877,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24878,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24879,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24880,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24881,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2129,24880,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24882,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24883,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24884,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2129,24883,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24885,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2129,24883,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24886,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24887,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24888,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24889,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24890,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24891,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24892,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24893,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24894,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24895,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24896,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24897,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24898,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24899,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24900,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24901,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24902,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24903,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24904,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24905,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24906,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24907,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24908,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24909,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24910,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24911,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24912,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24913,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24914,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24915,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24916,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24917,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24918,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24919,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24920,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24921,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24922,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24923,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24924,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24925,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24926,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24927,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24928,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24929,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2129,NULL,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24930,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2129,24929,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24931,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2129,24929,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24932,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2129,24929,'2023-03-30 12:49:36','2023-03-30 12:49:36'),(24933,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2130,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24934,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24935,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24936,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24937,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24938,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24939,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24940,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24941,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24942,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24943,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24944,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24945,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24946,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24947,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2131,NULL,'2023-03-30 12:50:06','2023-03-30 12:50:06'),(24948,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2131,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24949,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2131,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24950,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2131,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24951,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2131,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24952,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2131,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24953,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2131,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24954,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24955,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24956,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24957,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24958,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24959,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24960,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24961,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24962,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24963,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24964,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24965,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24966,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24967,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2132,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24968,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24969,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24970,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24971,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24972,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24973,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24974,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24975,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24976,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24977,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24978,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24979,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24980,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24981,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24982,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24983,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2133,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24984,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24985,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24986,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24987,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24988,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24989,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24990,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24991,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24992,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24993,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2134,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24994,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24995,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24996,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24997,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24998,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(24999,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25000,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2135,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25001,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2136,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25002,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2136,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25003,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25004,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25005,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25006,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25007,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25008,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25009,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25010,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25011,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2137,25010,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25012,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25013,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25014,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25015,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25016,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25017,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2137,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25018,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25019,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25020,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25021,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25022,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2138,25021,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25023,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25024,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25025,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2138,25024,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25026,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2138,25024,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25027,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25028,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25029,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25030,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25031,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25032,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25033,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25034,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25035,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25036,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25037,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25038,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25039,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25040,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25041,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25042,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25043,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25044,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25045,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25046,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25047,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25048,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25049,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25050,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25051,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25052,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25053,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25054,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25055,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25056,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25057,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25058,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25059,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25060,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25061,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25062,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25063,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25064,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25065,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25066,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25067,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25068,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25069,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25070,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2138,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25071,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2138,25070,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25072,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2138,25070,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25073,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2138,25070,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25074,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2139,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25075,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2139,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25076,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2139,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25077,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2139,NULL,'2023-03-30 12:50:07','2023-03-30 12:50:07'),(25078,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25079,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25080,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25081,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25082,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25083,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25084,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25085,'Does the emergency plant ake account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25086,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25087,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25088,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25089,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25090,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25091,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25092,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25093,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25094,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25095,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25096,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25097,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2140,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25098,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25099,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25100,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25101,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25102,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25103,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25104,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25105,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25106,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25107,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25108,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25109,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25110,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25111,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2141,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25112,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25113,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25114,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25115,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25116,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25117,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25118,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25119,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25120,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25121,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25122,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25123,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25124,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25125,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25126,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25127,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2142,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25128,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25129,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25130,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25131,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25132,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25133,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25134,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25135,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25136,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25137,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2143,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25138,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25139,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25140,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25141,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25142,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25143,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25144,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2144,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25145,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2145,NULL,'2023-03-30 13:12:49','2023-03-30 13:12:49'),(25146,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2145,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25147,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25148,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25149,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25150,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25151,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25152,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25153,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25154,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25155,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2146,25154,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25156,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25157,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25158,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25159,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25160,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25161,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2146,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25162,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25163,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25164,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25165,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25166,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2147,25165,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25167,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25168,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25169,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2147,25168,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25170,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2147,25168,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25171,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25172,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25173,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25174,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25175,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25176,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25177,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25178,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25179,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25180,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25181,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25182,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25183,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25184,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25185,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25186,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25187,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25188,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25189,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25190,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25191,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25192,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25193,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25194,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25195,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25196,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25197,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25198,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25199,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25200,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25201,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25202,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25203,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25204,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25205,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25206,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25207,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25208,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25209,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25210,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25211,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25212,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25213,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25214,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2147,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25215,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2147,25214,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25216,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2147,25214,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25217,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2147,25214,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25218,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2148,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25219,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2148,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25220,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2148,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25221,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2148,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25222,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25223,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25224,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25225,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25226,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25227,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25228,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25229,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25230,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25231,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25232,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25233,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25234,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2149,NULL,'2023-03-30 13:12:50','2023-03-30 13:12:50'),(25235,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25236,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25237,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25238,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25239,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25240,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25241,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25242,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25243,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25244,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25245,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25246,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25247,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25248,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2150,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25249,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25250,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25251,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25252,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25253,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25254,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25255,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25256,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25257,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25258,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25259,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25260,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25261,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25262,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25263,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25264,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2151,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25265,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25266,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25267,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25268,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25269,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25270,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25271,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25272,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25273,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25274,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2152,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25275,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25276,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25277,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25278,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25279,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25280,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25281,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2153,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25282,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2154,NULL,'2023-03-30 13:22:07','2023-03-30 13:22:07'),(25283,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2154,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25284,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25285,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25286,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25287,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25288,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25289,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25290,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25291,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25292,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2155,25291,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25293,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25294,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25295,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25296,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25297,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25298,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2155,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25299,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25300,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25301,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25302,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25303,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2156,25302,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25304,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25305,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25306,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2156,25305,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25307,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2156,25305,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25308,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25309,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25310,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25311,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25312,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25313,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25314,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25315,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25316,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25317,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25318,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25319,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25320,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25321,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25322,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25323,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25324,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25325,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25326,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25327,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25328,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25329,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25330,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25331,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25332,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25333,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08');
INSERT INTO `questions` VALUES (25334,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25335,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25336,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25337,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25338,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25339,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25340,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25341,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25342,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25343,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25344,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25345,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25346,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25347,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25348,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25349,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25350,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25351,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2156,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25352,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2156,25351,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25353,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2156,25351,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25354,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2156,25351,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25355,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2157,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25356,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2157,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25357,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2157,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25358,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2157,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25359,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25360,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25361,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25362,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25363,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25364,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25365,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25366,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25367,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25368,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25369,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25370,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25371,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2158,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25372,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25373,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25374,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25375,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25376,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25377,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25378,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25379,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25380,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25381,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25382,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25383,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25384,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25385,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25386,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25387,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25388,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25389,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25390,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25391,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2159,NULL,'2023-03-30 13:22:08','2023-03-30 13:22:08'),(25392,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25393,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25394,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25395,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25396,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25397,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25398,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25399,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25400,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25401,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25402,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25403,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25404,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25405,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25406,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25407,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2160,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25408,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25409,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25410,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25411,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25412,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25413,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25414,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25415,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25416,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25417,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2161,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25418,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25419,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25420,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25421,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25422,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25423,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25424,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2162,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25425,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2163,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25426,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2163,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25427,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2164,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25428,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2164,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25429,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2164,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25430,'How many staff over all.',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2164,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25431,'Who is the property\'s principal responsible person in the company or business.',9,0,1,NULL,'<p>This is to test</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:25:35'),(25432,'Rolls in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:25:35'),(25433,'Management Areas of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:24:49'),(25434,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:24:49'),(25435,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2164,25434,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25436,'Side of all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:29:34'),(25437,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:29:34'),(25438,'Rear all main building',10,0,0,'if accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:24:49'),(25439,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:24:49'),(25440,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:24:37'),(25441,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2164,NULL,'2023-03-30 13:49:01','2023-04-03 14:25:35'),(25442,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25443,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25444,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25445,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25446,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2165,25445,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25447,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25448,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25449,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2165,25448,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25450,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2165,25448,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25451,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25452,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25453,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25454,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25455,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25456,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25457,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25458,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25459,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25460,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25461,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25462,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25463,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25464,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25465,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25466,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25467,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25468,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25469,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25470,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25471,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25472,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25473,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25474,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25475,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25476,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25477,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25478,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25479,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25480,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25481,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25482,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25483,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25484,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25485,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25486,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25487,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25488,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25489,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25490,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25491,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25492,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25493,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25494,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2165,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25495,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2165,25494,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25496,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2165,25494,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25497,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2165,25494,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25498,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2166,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25499,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2166,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25500,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2166,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25501,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2166,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25502,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25503,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25504,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25505,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25506,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25507,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25508,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25509,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25510,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25511,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25512,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25513,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25514,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2167,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25515,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25516,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25517,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25518,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25519,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25520,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25521,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25522,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25523,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25524,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25525,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25526,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25527,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25528,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25529,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25530,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25531,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25532,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25533,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25534,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2168,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25535,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25536,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25537,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25538,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25539,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25540,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25541,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25542,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25543,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25544,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25545,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25546,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25547,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2169,NULL,'2023-03-30 13:49:01','2023-03-30 13:49:01'),(25548,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2169,NULL,'2023-03-30 13:49:02','2023-03-30 13:49:02'),(25549,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25550,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25551,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25552,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25553,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25554,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25555,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25556,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25557,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25558,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25559,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25560,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25561,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25562,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25563,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25564,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2170,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25565,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25566,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25567,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25568,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25569,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25570,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25571,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25572,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25573,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25574,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2171,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25575,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25576,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25577,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25578,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25579,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25580,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25581,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2172,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25582,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2173,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25583,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2173,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25584,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25585,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25586,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25587,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25588,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2174,25587,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25589,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25590,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25591,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2174,25590,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25592,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2174,25590,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25593,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25594,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25595,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25596,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25597,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25598,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25599,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25600,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25601,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25602,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25603,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25604,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25605,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25606,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25607,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25608,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25609,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25610,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25611,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25612,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25613,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25614,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25615,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25616,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25617,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25618,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25619,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25620,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25621,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25622,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25623,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25624,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25625,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25626,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25627,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25628,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25629,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25630,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25631,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25632,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25633,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25634,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25635,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25636,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2174,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25637,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2174,25636,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25638,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2174,25636,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25639,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2174,25636,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25640,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2175,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25641,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2175,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25642,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2175,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25643,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2175,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25644,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25645,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25646,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25647,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25648,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25649,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25650,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25651,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25652,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25653,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25654,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25655,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25656,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2176,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25657,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25658,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25659,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25660,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25661,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25662,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25663,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25664,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25665,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25666,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25667,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25668,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25669,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25670,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25671,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25672,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25673,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25674,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25675,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25676,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2177,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25677,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25678,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25679,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25680,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25681,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25682,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25683,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25684,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25685,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25686,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25687,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25688,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25689,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25690,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2178,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25691,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25692,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25693,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25694,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25695,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25696,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25697,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25698,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25699,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25700,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2179,25699,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25701,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25702,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25703,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25704,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25705,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2179,NULL,'2023-04-03 14:30:37','2023-04-03 14:30:37'),(25706,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25707,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25708,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25709,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25710,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25711,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25712,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25713,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25714,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25715,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25716,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25717,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25718,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25719,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25720,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25721,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2180,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25722,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25723,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25724,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25725,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25726,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25727,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25728,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25729,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25730,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25731,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2181,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25732,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25733,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25734,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25735,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25736,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25737,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25738,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2182,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25739,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2183,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25740,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2183,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25741,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25742,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25743,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25744,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25745,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2184,25744,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25746,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25747,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25748,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2184,25747,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25749,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2184,25747,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25750,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25751,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25752,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25753,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25754,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2184,NULL,'2023-04-03 16:30:16','2023-04-03 16:30:16'),(25755,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25756,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25757,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25758,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25759,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25760,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25761,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25762,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25763,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25764,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25765,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25766,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25767,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25768,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25769,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25770,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25771,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25772,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25773,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25774,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25775,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25776,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25777,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25778,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25779,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25780,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25781,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25782,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25783,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25784,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25785,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25786,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25787,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25788,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25789,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25790,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25791,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25792,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25793,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2184,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25794,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2184,25793,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25795,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2184,25793,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25796,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2184,25793,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25797,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2185,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25798,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2185,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25799,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2185,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25800,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2185,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25801,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25802,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25803,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25804,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25805,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25806,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25807,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25808,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25809,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25810,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25811,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25812,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25813,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2186,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25814,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25815,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25816,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25817,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25818,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25819,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25820,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25821,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25822,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25823,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25824,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25825,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25826,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25827,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25828,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25829,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25830,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25831,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25832,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25833,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2187,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25834,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25835,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25836,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25837,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25838,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25839,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25840,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25841,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25842,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25843,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25844,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25845,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25846,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25847,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2188,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25848,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25849,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25850,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25851,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25852,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25853,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25854,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25855,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25856,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25857,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2189,25856,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25858,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25859,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25860,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25861,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25862,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2189,NULL,'2023-04-03 16:30:17','2023-04-03 16:30:17'),(25863,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25864,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25865,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25866,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25867,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25868,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25869,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25870,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25871,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25872,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25873,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25874,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25875,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25876,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25877,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25878,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2190,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25879,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25880,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25881,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25882,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25883,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25884,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25885,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25886,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25887,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25888,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2191,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25889,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25890,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25891,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25892,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25893,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25894,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25895,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2192,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25896,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2193,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25897,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2193,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25898,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25899,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25900,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25901,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25902,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2194,25901,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25903,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25904,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25905,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2194,25904,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25906,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2194,25904,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25907,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25908,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25909,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25910,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25911,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25912,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25913,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25914,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25915,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25916,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25917,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25918,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25919,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25920,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25921,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25922,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25923,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25924,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25925,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25926,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25927,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25928,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25929,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25930,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25931,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25932,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25933,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25934,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25935,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25936,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25937,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25938,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25939,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25940,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25941,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25942,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25943,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25944,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25945,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25946,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25947,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25948,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2194,NULL,'2023-04-03 16:36:01','2023-04-03 16:36:01'),(25949,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2194,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25950,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2194,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25951,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2194,25950,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25952,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2194,25950,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25953,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2194,25950,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25954,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2195,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25955,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2195,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25956,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2195,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25957,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2195,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25958,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25959,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25960,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25961,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25962,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25963,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25964,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25965,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25966,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25967,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25968,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25969,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25970,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2196,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25971,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25972,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25973,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25974,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25975,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25976,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25977,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25978,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25979,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25980,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25981,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25982,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25983,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25984,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25985,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25986,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25987,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25988,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25989,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25990,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2197,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25991,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25992,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25993,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25994,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25995,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25996,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25997,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25998,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(25999,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26000,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26001,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26002,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26003,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26004,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2198,NULL,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26005,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:37:44'),(26006,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:37:39'),(26007,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:37:34'),(26008,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:37:29'),(26009,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26010,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26011,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26012,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26013,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26014,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2199,26013,'2023-04-03 16:36:02','2023-04-03 16:36:02'),(26015,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26016,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26017,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26018,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26019,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:39:53'),(26020,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2199,NULL,'2023-04-03 16:36:02','2023-04-03 16:37:44'),(26021,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26022,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26023,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26024,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26025,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26026,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26027,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26028,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26029,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26030,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26031,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26032,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26033,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26034,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26035,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26036,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2200,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26037,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26038,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26039,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26040,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26041,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26042,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26043,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26044,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26045,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26046,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2201,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26047,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26048,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26049,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26050,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26051,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26052,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26053,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2202,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26054,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2203,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26055,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2203,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26056,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26057,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26058,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26059,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26060,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2204,26059,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26061,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26062,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26063,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2204,26062,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26064,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2204,26062,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26065,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26066,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26067,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26068,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26069,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26070,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26071,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26072,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26073,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26074,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26075,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26076,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26077,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26078,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26079,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26080,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26081,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26082,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26083,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26084,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26085,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26086,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26087,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26088,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26089,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26090,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26091,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26092,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26093,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26094,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26095,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26096,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26097,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26098,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26099,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26100,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26101,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26102,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26103,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26104,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26105,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26106,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26107,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26108,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2204,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26109,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2204,26108,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26110,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2204,26108,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26111,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2204,26108,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26112,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2205,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26113,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2205,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26114,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2205,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26115,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2205,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26116,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26117,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26118,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26119,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26120,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26121,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26122,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26123,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26124,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26125,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26126,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26127,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26128,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2206,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26129,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26130,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26131,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26132,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26133,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26134,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26135,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26136,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26137,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26138,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26139,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26140,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26141,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26142,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26143,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26144,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26145,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26146,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26147,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26148,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2207,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26149,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26150,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26151,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26152,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26153,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26154,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26155,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26156,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26157,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26158,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26159,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26160,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26161,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26162,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2208,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26163,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26164,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26165,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26166,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26167,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26168,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26169,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26170,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26171,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26172,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26173,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26174,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2209,26173,'2023-04-03 16:41:23','2023-04-03 16:41:23'),(26175,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26176,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26177,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26178,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2209,NULL,'2023-04-03 16:41:23','2023-04-03 16:43:51'),(26179,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26180,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26181,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26182,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26183,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26184,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26185,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26186,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26187,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26188,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26189,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26190,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26191,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26192,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26193,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26194,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2210,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26195,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26196,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26197,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26198,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26199,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26200,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26201,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26202,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2211,NULL,'2023-04-03 16:44:05','2023-04-03 16:44:05'),(26203,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2211,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26204,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2211,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26205,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26206,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26207,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26208,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26209,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26210,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26211,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2212,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26212,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2213,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26213,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2213,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26214,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26215,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26216,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26217,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26218,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2214,26217,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26219,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26220,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26221,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2214,26220,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26222,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2214,26220,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26223,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,100,0,NULL,0,7,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26224,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 17:09:48'),(26225,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26226,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26227,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26228,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26229,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26230,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 17:09:48'),(26231,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26232,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26233,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26234,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26235,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26236,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26237,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26238,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26239,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26240,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26241,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26242,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26243,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26244,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26245,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26246,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26247,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26248,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26249,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26250,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26251,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26252,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26253,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26254,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26255,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26256,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26257,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26258,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26259,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26260,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26261,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26262,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26263,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26264,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26265,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26266,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2214,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26267,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2214,26266,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26268,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2214,26266,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26269,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2214,26266,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26270,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2215,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26271,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2215,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26272,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2215,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26273,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2215,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26274,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26275,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26276,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26277,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26278,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26279,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26280,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26281,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26282,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26283,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26284,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26285,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26286,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2216,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26287,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26288,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26289,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26290,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26291,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26292,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26293,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26294,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26295,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26296,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26297,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26298,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26299,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26300,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26301,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26302,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26303,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26304,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26305,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26306,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2217,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26307,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26308,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26309,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26310,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26311,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26312,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26313,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26314,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26315,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26316,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26317,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26318,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26319,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26320,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2218,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26321,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26322,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26323,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26324,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26325,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26326,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26327,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26328,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26329,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26330,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26331,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26332,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26333,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2219,26332,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26334,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26335,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26336,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2219,NULL,'2023-04-03 16:44:06','2023-04-03 16:44:06'),(26337,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26338,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26339,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26340,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26341,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26342,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26343,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26344,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26345,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26346,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26347,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26348,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26349,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26350,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26351,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26352,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2220,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26353,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26354,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26355,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26356,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26357,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26358,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26359,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26360,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26361,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26362,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2221,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26363,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26364,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26365,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26366,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26367,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26368,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26369,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2222,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26370,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2223,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26371,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2223,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26372,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2224,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26373,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2224,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26374,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2224,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26375,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2224,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26376,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26377,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26378,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26379,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26380,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26381,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26382,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26383,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26384,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26385,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26386,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26387,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26388,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2225,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26389,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26390,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26391,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26392,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26393,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26394,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26395,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26396,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26397,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26398,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26399,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26400,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26401,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26402,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26403,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26404,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26405,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26406,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26407,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26408,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2226,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26409,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26410,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26411,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26412,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26413,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26414,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26415,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26416,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26417,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26418,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26419,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26420,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26421,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26422,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2227,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26423,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26424,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26425,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26426,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26427,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26428,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26429,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26430,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26431,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26432,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26433,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26434,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26435,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2228,26434,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26436,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26437,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26438,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2228,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26439,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26440,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26441,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26442,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26443,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2229,26442,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26444,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26445,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26446,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2229,26445,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26447,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2229,26445,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26448,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26449,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:13:44'),(26450,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:13:44'),(26451,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:13:44'),(26452,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:13:44'),(26453,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:13:44'),(26454,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,8,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:11:08'),(26455,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:12:45'),(26456,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,10,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:13:44'),(26457,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26458,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,17,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26459,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,18,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26460,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,19,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26461,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,20,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26462,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,21,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26463,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26464,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26465,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26466,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2229,NULL,'2023-04-03 17:09:54','2023-04-03 17:09:54'),(26467,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26468,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26469,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26470,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26471,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26472,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26473,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26474,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26475,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26476,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26477,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26478,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26479,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26480,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26481,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26482,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26483,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26484,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26485,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26486,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26487,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26488,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26489,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26490,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26491,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2229,NULL,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26492,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2229,26491,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26493,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2229,26491,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26494,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2229,26491,'2023-04-03 17:09:55','2023-04-03 17:09:55'),(26495,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26496,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26497,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26498,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26499,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26500,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26501,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26502,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26503,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26504,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26505,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26506,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26507,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26508,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26509,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26510,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2230,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26511,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26512,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26513,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26514,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26515,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26516,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26517,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26518,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26519,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26520,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2231,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26521,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26522,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26523,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26524,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26525,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26526,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26527,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2232,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26528,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2233,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26529,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2233,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26530,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2234,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26531,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2234,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26532,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2234,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26533,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2234,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26534,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26535,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26536,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26537,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26538,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26539,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26540,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26541,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26542,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26543,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26544,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26545,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26546,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2235,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26547,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26548,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26549,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26550,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26551,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26552,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26553,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26554,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26555,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26556,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26557,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26558,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26559,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26560,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26561,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26562,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26563,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26564,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26565,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26566,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2236,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26567,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26568,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26569,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26570,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26571,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26572,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26573,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26574,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26575,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26576,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26577,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26578,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26579,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26580,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2237,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26581,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26582,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26583,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26584,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26585,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26586,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26587,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26588,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26589,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26590,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26591,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26592,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26593,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2238,26592,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26594,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26595,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26596,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2238,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26597,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26598,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26599,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26600,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26601,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2239,26600,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26602,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26603,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26604,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2239,26603,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26605,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2239,26603,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26606,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26607,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:16:47'),(26608,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26609,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26610,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:21:54'),(26611,'Communal Area Wall Fireproofing Covering Including Under Stairwell & Compartments Are They Fire Proofed',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:21:48'),(26612,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,20,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:21:33'),(26613,'Other Areas Please specify',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:21:18'),(26614,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,22,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:21:01'),(26615,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:16:47'),(26616,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,3,NULL,1,100,0,1,0,12,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:17:21'),(26617,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,13,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:18:29'),(26618,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,14,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:19:15'),(26619,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,5,NULL,0,100,0,1,0,15,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:19:47'),(26620,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,16,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:20:27'),(26621,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:21:54'),(26622,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26623,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26624,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26625,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26626,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26627,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26628,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26629,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26630,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26631,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26632,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26633,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26634,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26635,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26636,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26637,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26638,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26639,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26640,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26641,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26642,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26643,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26644,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26645,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26646,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26647,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26648,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26649,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2239,NULL,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26650,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2239,26649,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26651,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2239,26649,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26652,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2239,26649,'2023-04-03 17:14:35','2023-04-03 17:14:35'),(26653,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26654,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26655,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26656,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26657,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26658,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26659,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26660,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26661,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26662,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26663,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26664,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26665,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26666,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26667,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26668,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2240,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26669,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26670,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26671,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26672,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26673,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26674,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26675,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26676,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26677,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26678,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2241,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26679,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26680,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26681,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26682,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26683,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26684,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26685,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2242,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26686,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2243,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26687,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2243,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26688,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2244,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26689,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2244,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26690,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2244,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26691,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2244,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26692,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26693,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26694,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26695,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26696,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26697,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26698,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26699,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26700,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26701,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26702,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26703,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26704,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2245,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26705,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26706,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26707,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26708,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26709,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26710,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26711,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26712,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26713,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26714,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26715,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26716,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26717,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26718,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26719,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26720,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26721,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26722,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26723,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26724,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2246,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26725,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26726,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26727,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26728,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26729,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26730,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26731,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26732,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26733,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26734,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26735,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26736,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26737,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26738,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2247,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26739,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26740,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26741,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26742,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26743,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26744,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26745,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26746,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26747,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26748,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26749,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26750,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26751,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2248,26750,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26752,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26753,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26754,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2248,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26755,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26756,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26757,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26758,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26759,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2249,26758,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26760,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26761,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26762,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2249,26761,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26763,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2249,26761,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26764,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26765,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26766,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26767,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26768,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26769,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26770,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26771,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26772,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26773,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26774,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26775,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26776,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26777,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26778,'Other Areas Please specify',8,0,1,NULL,NULL,1,NULL,0,100,0,1,0,21,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26779,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26780,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26781,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26782,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26783,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26784,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26785,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26786,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,1,100,0,NULL,0,29,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26787,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26788,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,31,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26789,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26790,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26791,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26792,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26793,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26794,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26795,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26796,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26797,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26798,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26799,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26800,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26801,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26802,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26803,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26804,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26805,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26806,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26807,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2249,NULL,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26808,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2249,26807,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26809,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2249,26807,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26810,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2249,26807,'2023-04-03 17:32:23','2023-04-03 17:32:23'),(26811,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26812,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26813,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26814,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26815,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26816,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26817,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26818,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26819,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26820,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26821,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26822,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26823,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26824,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26825,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26826,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2250,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26827,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26828,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26829,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26830,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26831,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26832,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26833,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26834,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26835,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26836,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2251,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26837,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26838,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26839,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26840,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26841,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26842,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26843,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2252,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26844,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2253,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26845,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2253,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26846,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2254,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26847,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2254,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26848,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2254,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26849,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2254,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26850,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26851,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26852,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26853,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26854,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26855,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26856,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26857,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26858,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26859,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26860,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26861,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26862,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2255,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26863,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26864,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26865,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26866,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26867,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26868,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26869,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26870,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26871,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26872,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26873,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26874,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26875,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26876,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26877,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26878,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26879,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26880,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26881,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26882,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2256,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26883,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26884,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26885,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26886,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26887,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26888,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26889,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26890,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26891,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26892,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26893,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26894,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26895,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26896,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2257,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26897,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26898,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26899,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26900,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26901,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26902,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26903,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26904,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26905,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26906,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26907,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26908,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26909,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2258,26908,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26910,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26911,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26912,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2258,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26913,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26914,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26915,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26916,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26917,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2259,26916,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26918,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26919,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26920,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2259,26919,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26921,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2259,26919,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26922,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26923,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26924,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26925,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26926,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26927,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26928,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26929,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26930,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26931,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26932,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26933,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26934,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26935,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26936,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,22,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26937,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26938,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26939,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26940,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26941,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26942,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26943,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26944,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26945,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26946,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26947,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26948,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26949,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26950,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26951,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26952,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26953,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26954,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26955,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26956,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26957,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26958,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26959,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26960,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26961,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26962,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26963,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26964,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26965,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2259,26964,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26966,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2259,26964,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26967,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2259,26964,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26968,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2259,NULL,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26969,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2259,26968,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26970,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2259,26968,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26971,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2259,26968,'2023-04-03 18:49:07','2023-04-03 18:49:07'),(26972,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26973,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26974,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26975,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26976,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26977,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26978,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26979,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26980,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26981,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26982,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26983,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26984,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26985,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26986,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26987,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2260,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26988,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26989,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26990,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26991,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26992,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26993,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26994,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26995,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26996,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26997,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2261,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26998,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(26999,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27000,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27001,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27002,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27003,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27004,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2262,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27005,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2263,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27006,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2263,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27007,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2264,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27008,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2264,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27009,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2264,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27010,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2264,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27011,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27012,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27013,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27014,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27015,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27016,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27017,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27018,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27019,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27020,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27021,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27022,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27023,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2265,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27024,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2266,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27025,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2266,NULL,'2023-04-03 18:55:56','2023-04-03 18:55:56'),(27026,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27027,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27028,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27029,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27030,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27031,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27032,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27033,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27034,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27035,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27036,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27037,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27038,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27039,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27040,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27041,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27042,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27043,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2266,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27044,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27045,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27046,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27047,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27048,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27049,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27050,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27051,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27052,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27053,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27054,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27055,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27056,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2267,27055,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27057,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27058,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27059,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2267,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27060,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27061,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27062,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27063,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27064,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2268,27063,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27065,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27066,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27067,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2268,27066,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27068,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2268,27066,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27069,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27070,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27071,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27072,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27073,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27074,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27075,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27076,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27077,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27078,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27079,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27080,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27081,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27082,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27083,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,22,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27084,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27085,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27086,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27087,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27088,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27089,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27090,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27091,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27092,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27093,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27094,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27095,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27096,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27097,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27098,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27099,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27100,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27101,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27102,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27103,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27104,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27105,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27106,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27107,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27108,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27109,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27110,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27111,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27112,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2268,27111,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27113,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2268,27111,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27114,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2268,27111,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27115,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2268,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27116,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2268,27115,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27117,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2268,27115,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27118,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2268,27115,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27119,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27120,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27121,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27122,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27123,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27124,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27125,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27126,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27127,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27128,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27129,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27130,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27131,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27132,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2269,NULL,'2023-04-03 18:55:57','2023-04-03 18:55:57'),(27133,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27134,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27135,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27136,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27137,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27138,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27139,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27140,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27141,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27142,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27143,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27144,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27145,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27146,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27147,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27148,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2270,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27149,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27150,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27151,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27152,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27153,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27154,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27155,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27156,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27157,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27158,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2271,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27159,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27160,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27161,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27162,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27163,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27164,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27165,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2272,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27166,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2273,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27167,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2273,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27168,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2274,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27169,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2274,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27170,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2274,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27171,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2274,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27172,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27173,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27174,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27175,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27176,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27177,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27178,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2275,NULL,'2023-04-03 18:58:15','2023-04-03 18:58:15'),(27179,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2275,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27180,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2275,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27181,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2275,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27182,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2275,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27183,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2275,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27184,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2275,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27185,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27186,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27187,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27188,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27189,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27190,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27191,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27192,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27193,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27194,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27195,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27196,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27197,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27198,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27199,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27200,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27201,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27202,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27203,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27204,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2276,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27205,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27206,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27207,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27208,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27209,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27210,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27211,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27212,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27213,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27214,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27215,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27216,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27217,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2277,27216,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27218,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27219,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27220,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2277,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27221,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27222,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27223,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27224,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27225,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2278,27224,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27226,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27227,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27228,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2278,27227,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27229,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2278,27227,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27230,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27231,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-04 10:23:43'),(27232,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27233,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27234,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27235,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27236,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-04 10:23:43'),(27237,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-04 10:23:43'),(27238,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27239,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27240,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27241,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27242,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27243,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27244,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-04 10:23:43'),(27245,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27246,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27247,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27248,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27249,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27250,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27251,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27252,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27253,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27254,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27255,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27256,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27257,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27258,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27259,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27260,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27261,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27262,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27263,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27264,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27265,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27266,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27267,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27268,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27269,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27270,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27271,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27272,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27273,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2278,27272,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27274,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2278,27272,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27275,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2278,27272,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27276,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2278,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27277,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2278,27276,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27278,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2278,27276,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27279,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2278,27276,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27280,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27281,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27282,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27283,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27284,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27285,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27286,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27287,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27288,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27289,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27290,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27291,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27292,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27293,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2279,NULL,'2023-04-03 18:58:16','2023-04-03 18:58:16'),(27294,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27295,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27296,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27297,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27298,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27299,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27300,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27301,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27302,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27303,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27304,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27305,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27306,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27307,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27308,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27309,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2280,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27310,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27311,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27312,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27313,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27314,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27315,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27316,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27317,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27318,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27319,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2281,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27320,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27321,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27322,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27323,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27324,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27325,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27326,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2282,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27327,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2283,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27328,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2283,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27329,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2284,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27330,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2284,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27331,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2284,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27332,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2284,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27333,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27334,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27335,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27336,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27337,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27338,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27339,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27340,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27341,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27342,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27343,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27344,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27345,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2285,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27346,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27347,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27348,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27349,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27350,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27351,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27352,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27353,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27354,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27355,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27356,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27357,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27358,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27359,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27360,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27361,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27362,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27363,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27364,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27365,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2286,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27366,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27367,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27368,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27369,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27370,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27371,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27372,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27373,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27374,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27375,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27376,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27377,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27378,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2287,27377,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27379,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27380,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27381,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2287,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27382,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27383,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27384,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27385,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27386,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27387,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27388,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27389,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27390,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27391,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27392,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27393,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27394,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27395,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2288,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27396,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27397,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27398,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27399,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27400,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2289,27399,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27401,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27402,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27403,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2289,27402,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27404,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2289,27402,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27405,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27406,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27407,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27408,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27409,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27410,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27411,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27412,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27413,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27414,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27415,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27416,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27417,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27418,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27419,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27420,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27421,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27422,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27423,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27424,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27425,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27426,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27427,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27428,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27429,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27430,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27431,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27432,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27433,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27434,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27435,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27436,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27437,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27438,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27439,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27440,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27441,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27442,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27443,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27444,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27445,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27446,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27447,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27448,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2289,27447,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27449,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2289,27447,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27450,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2289,27447,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27451,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27452,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2289,27451,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27453,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2289,27451,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27454,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2289,27451,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27455,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2289,NULL,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27456,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2289,27455,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27457,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2289,27455,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27458,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2289,27455,'2023-04-04 10:44:46','2023-04-04 10:44:46'),(27459,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27460,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27461,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27462,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27463,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27464,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27465,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27466,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27467,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27468,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27469,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27470,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27471,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27472,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27473,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27474,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2290,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27475,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27476,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27477,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27478,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27479,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27480,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27481,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27482,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27483,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27484,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2291,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27485,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27486,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27487,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27488,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27489,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27490,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27491,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2292,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27492,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2293,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27493,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2293,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27494,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2294,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27495,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2294,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27496,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2294,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27497,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2294,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27498,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27499,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27500,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27501,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27502,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27503,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27504,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27505,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27506,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27507,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27508,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27509,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27510,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2295,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27511,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27512,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27513,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27514,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27515,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27516,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27517,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27518,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27519,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27520,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27521,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27522,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27523,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27524,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27525,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27526,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27527,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2296,NULL,'2023-04-04 11:03:49','2023-04-04 11:03:49'),(27528,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2296,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27529,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2296,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27530,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2296,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27531,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27532,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27533,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27534,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27535,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27536,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27537,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27538,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27539,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27540,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27541,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27542,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27543,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2297,27542,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27544,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27545,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27546,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2297,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27547,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27548,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27549,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27550,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27551,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27552,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27553,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27554,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27555,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27556,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27557,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27558,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27559,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27560,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2298,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27561,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27562,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27563,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27564,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27565,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2299,27564,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27566,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27567,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27568,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2299,27567,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27569,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2299,27567,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27570,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27571,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27572,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27573,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27574,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27575,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27576,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27577,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27578,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27579,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27580,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27581,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27582,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27583,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27584,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27585,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27586,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27587,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27588,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27589,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27590,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27591,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27592,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27593,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27594,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27595,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27596,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27597,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27598,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27599,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27600,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27601,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27602,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27603,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27604,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27605,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27606,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27607,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27608,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27609,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27610,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27611,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27612,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27613,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2299,27612,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27614,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2299,27612,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27615,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2299,27612,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27616,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27617,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2299,27616,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27618,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2299,27616,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27619,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2299,27616,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27620,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2299,NULL,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27621,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2299,27620,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27622,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2299,27620,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27623,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2299,27620,'2023-04-04 11:03:50','2023-04-04 11:03:50'),(27624,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27625,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27626,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27627,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27628,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27629,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27630,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27631,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27632,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27633,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27634,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27635,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27636,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27637,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27638,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27639,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2300,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27640,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27641,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27642,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27643,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27644,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27645,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27646,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27647,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27648,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27649,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2301,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27650,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27651,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27652,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27653,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27654,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27655,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27656,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2302,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27657,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2303,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27658,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2303,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27659,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2304,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27660,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2304,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27661,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2304,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27662,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2304,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27663,'No Information Provided for this page',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27664,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27665,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27666,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27667,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27668,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27669,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27670,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27671,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27672,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27673,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27674,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27675,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2305,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27676,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27677,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27678,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27679,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27680,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27681,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27682,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27683,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27684,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27685,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27686,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27687,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27688,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27689,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27690,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27691,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27692,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27693,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27694,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27695,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2306,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27696,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27697,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27698,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27699,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27700,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27701,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27702,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27703,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27704,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27705,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27706,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27707,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27708,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2307,27707,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27709,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27710,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27711,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2307,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27712,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27713,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27714,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27715,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27716,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27717,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27718,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27719,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27720,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27721,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27722,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27723,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27724,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27725,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2308,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27726,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27727,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27728,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27729,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27730,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2309,27729,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27731,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27732,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27733,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2309,27732,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27734,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2309,27732,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27735,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27736,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27737,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27738,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27739,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27740,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27741,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27742,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27743,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27744,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27745,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27746,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27747,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27748,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27749,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27750,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27751,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27752,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27753,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27754,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27755,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27756,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27757,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27758,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27759,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27760,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27761,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27762,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27763,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27764,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27765,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27766,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27767,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27768,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27769,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27770,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27771,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27772,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27773,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27774,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27775,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27776,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27777,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27778,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2309,27777,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27779,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2309,27777,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27780,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2309,27777,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27781,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27782,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2309,27781,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27783,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2309,27781,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27784,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2309,27781,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27785,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2309,NULL,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27786,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2309,27785,'2023-04-04 11:32:35','2023-04-04 11:32:35'),(27787,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2309,27785,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(27788,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2309,27785,'2023-04-04 11:32:36','2023-04-04 11:32:36'),(27789,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27790,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27791,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27792,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27793,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27794,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27795,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27796,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27797,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27798,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27799,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27800,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27801,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27802,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27803,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27804,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2310,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27805,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27806,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27807,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27808,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27809,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27810,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27811,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27812,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27813,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27814,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2311,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27815,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27816,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27817,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27818,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27819,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27820,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27821,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2312,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27822,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2313,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27823,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2313,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27824,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2314,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27825,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2314,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27826,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2314,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27827,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2314,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27828,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27829,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27830,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27831,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27832,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27833,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27834,'Does the premises plan(Q4.04)  form an integral part  of the  overall  emergency plan',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27835,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27836,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27837,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27838,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27839,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27840,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27841,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27842,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27843,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27844,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27845,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27846,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27847,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2315,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27848,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27849,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27850,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27851,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27852,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27853,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27854,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27855,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27856,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27857,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27858,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27859,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27860,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2316,27859,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27861,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27862,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27863,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2316,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27864,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27865,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27866,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27867,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27868,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27869,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27870,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27871,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27872,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27873,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27874,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27875,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27876,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27877,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2317,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27878,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27879,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27880,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27881,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27882,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2318,27881,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27883,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27884,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27885,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2318,27884,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27886,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2318,27884,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27887,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27888,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27889,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27890,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27891,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27892,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27893,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27894,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27895,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27896,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27897,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27898,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27899,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27900,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27901,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27902,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27903,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27904,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27905,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27906,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27907,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27908,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27909,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27910,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27911,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27912,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27913,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27914,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27915,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27916,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2318,NULL,'2023-04-04 12:13:09','2023-04-04 12:13:09'),(27917,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27918,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27919,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27920,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27921,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27922,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27923,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27924,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27925,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27926,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27927,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27928,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27929,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27930,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2318,27929,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27931,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2318,27929,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27932,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2318,27929,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27933,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27934,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2318,27933,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27935,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2318,27933,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27936,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2318,27933,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27937,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2318,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27938,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2318,27937,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27939,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2318,27937,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27940,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2318,27937,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27941,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27942,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27943,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27944,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27945,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27946,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27947,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27948,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27949,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27950,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27951,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27952,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27953,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2319,NULL,'2023-04-04 12:13:10','2023-04-04 12:13:10'),(27954,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27955,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27956,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27957,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27958,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27959,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27960,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27961,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27962,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27963,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27964,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27965,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27966,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27967,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27968,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27969,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2320,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27970,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27971,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27972,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27973,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27974,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27975,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27976,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27977,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27978,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27979,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2321,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27980,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27981,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27982,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27983,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27984,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27985,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27986,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2322,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27987,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2323,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27988,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2323,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27989,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2324,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27990,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2324,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27991,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2324,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27992,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2324,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27993,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27994,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27995,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27996,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27997,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27998,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(27999,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28000,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28001,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28002,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28003,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28004,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28005,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2325,28004,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28006,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28007,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28008,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2325,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28009,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28010,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28011,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28012,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28013,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28014,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28015,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28016,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28017,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28018,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28019,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28020,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28021,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28022,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2326,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28023,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28024,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28025,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28026,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28027,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2327,28026,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28028,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28029,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28030,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2327,28029,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28031,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2327,28029,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28032,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28033,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28034,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28035,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28036,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28037,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28038,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28039,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28040,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28041,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28042,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28043,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28044,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28045,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28046,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28047,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28048,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28049,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28050,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28051,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28052,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28053,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28054,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28055,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28056,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28057,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28058,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28059,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28060,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28061,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28062,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28063,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28064,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28065,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28066,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28067,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28068,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28069,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28070,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28071,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28072,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28073,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28074,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28075,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2327,28074,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28076,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2327,28074,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28077,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2327,28074,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28078,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28079,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2327,28078,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28080,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2327,28078,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28081,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2327,28078,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28082,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2327,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28083,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2327,28082,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28084,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2327,28082,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28085,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2327,28082,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28086,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28087,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28088,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28089,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28090,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28091,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28092,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28093,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28094,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28095,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28096,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28097,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28098,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2328,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28099,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2329,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28100,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2329,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28101,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2329,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28102,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2329,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28103,'Does a current up to date documented premises plan which includes a basic layout and areas of significant risk areas',8,0,1,NULL,'<p>YES -The property has a fire safety plan which included significant risk area layout in premises</p>\n<p>NO-The property has No fire layout plan in places or significant risk plan, recommend putting the layout plan with significant risk areas for the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2329,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28104,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2329,NULL,'2023-04-04 12:36:30','2023-04-04 12:36:30'),(28105,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan,recommend putting this is place for the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28106,'Does the emergency plant take into account of other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does Not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28107,'Is the emergency plan readily available to employees Visitor or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff &ndash; visitors others to see and read and displayed.</p>\n<p>NO &ndash; The emergency plan is Not available for staff visitors or other to see, recommend putting the emergency plan in a visible location.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28108,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photo of the evacuation plan displayed for staff or visitors - others',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28109,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES&ndash;The plan is readily available</p>\n<p>NO&ndash;The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28110,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.',8,0,1,NULL,'<p>YES -The documents do allow for disable or special needs people to escape from the property</p>\n<p>NO-Arrangements have not been made,to accommodate the escape of disabled or special needs people.</p>\n<p>No Disabled - There are no disabled or special needs person on the premises, due to the environment within the property</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28111,'Do the documentsin Q3.01 -3.02provide suitable arrangements for young person with potential lack of awareness or other avoid danger.',8,0,1,NULL,'<p>YES &ndash;There are suitable arrangements in place to prevent danger.</p>\n<p>NO -There are Not suitable arrangements in place to prevent danger</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28112,'Do the documents in Q5.03provide suitable arrangements for ensuring that the premises have been fully evacuated.',8,0,1,NULL,'<p>YES -The company have a system in place for full evacuation</p>\n<p>NO - There is no full evaluation procedurein place, recommend putting a system in place to ensure all people have been evacuated.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28113,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relatingto the current emergency and potential hazards areas',8,0,1,NULL,'<p>YES -There is a plan in place to notify emergency services of high risks and hazards areas in the building.</p>\n<p>NO -There is no information or plan in place for this, recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28114,'Is their appropriate liaison with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash;There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO -There is No appropriate liaison with fire and rescue authority readily available, recommend putting a liaison personnel into place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28115,'Has a regime of regular in-house fire precautions checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash;In house regime of in-housefire precautions have been defined &amp; implemented.</p>\n<p>NO -In house regime forin-housefire precautionsare in place they have Not been defined &amp; implemented. Recommend putting a regime in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28116,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of   another organisation in the building',8,0,1,NULL,'<p>1 YES -They do consider of other organisation in the within the building.</p>\n<p>2 YES -They do consider for other organisations in the building, but weonly cover our own employees, from the workspace to the communal area, then the management systemhascontrol ofthe communal areas to exit and congregation point.</p>\n<p>NO-They do not consider for other organisations in the building, weonly cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28117,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash;There is readily available inspection &amp; user checks completedin the fire risk logbook or inanother readable format</p>\n<p>NO -There is No readily available inspection charts oruser checks completed in a fire risk log book or any other readable format, recommend putting user check and inspection into a readable recorded system</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28118,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2329,NULL,'2023-04-04 12:36:31','2023-04-04 12:36:31'),(28119,'Question 1',8,1,0,'Answer 2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2330,NULL,'2023-04-05 18:50:32','2023-04-05 18:50:32'),(28120,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2331,NULL,'2023-04-05 18:53:07','2023-04-05 18:53:07'),(28121,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2332,NULL,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(28122,'From the list, can you identify two sources of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2333,NULL,'2023-04-05 18:56:54','2023-04-05 18:56:54'),(28123,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2334,NULL,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(28124,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2335,NULL,'2023-04-05 18:57:06','2023-04-05 18:57:06'),(28125,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2336,NULL,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(28126,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2337,NULL,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(28127,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2338,NULL,'2023-04-05 18:57:07','2023-04-05 18:57:07'),(28128,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2339,NULL,'2023-04-05 19:00:12','2023-04-05 19:00:12'),(28129,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2340,NULL,'2023-04-05 19:00:12','2023-04-05 19:00:12'),(28130,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2341,NULL,'2023-04-05 19:00:13','2023-04-05 19:00:13'),(28131,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2342,NULL,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(28132,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2343,NULL,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(28133,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2344,NULL,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(28134,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2344,NULL,'2023-04-05 19:04:09','2023-04-05 19:04:09'),(28135,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2345,NULL,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(28136,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2346,NULL,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(28137,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2346,NULL,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(28138,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2346,NULL,'2023-04-05 19:07:45','2023-04-05 19:07:45'),(28139,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2347,NULL,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(28140,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2348,NULL,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(28141,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2348,NULL,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(28142,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2348,NULL,'2023-04-05 19:09:18','2023-04-05 19:09:18'),(28143,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2349,NULL,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(28144,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2350,NULL,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(28145,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2350,NULL,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(28146,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2350,NULL,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(28147,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2350,NULL,'2023-04-05 19:11:39','2023-04-05 19:11:39'),(28148,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2351,NULL,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(28149,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2352,NULL,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(28150,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2352,NULL,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(28151,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2352,NULL,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(28152,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2352,NULL,'2023-04-05 19:16:26','2023-04-05 19:16:26'),(28153,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2353,NULL,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(28154,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2354,NULL,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(28155,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2354,NULL,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(28156,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2354,NULL,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(28157,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2354,NULL,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(28158,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2355,NULL,'2023-04-05 19:26:17','2023-04-05 19:26:17'),(28159,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2356,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28160,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2357,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28161,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2358,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28162,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2358,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28163,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2359,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28164,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2360,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28165,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2358,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28166,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2360,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28167,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2361,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28168,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2358,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28169,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2360,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28170,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2361,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28171,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2362,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28172,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2360,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28173,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2361,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28174,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2362,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28175,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2363,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28176,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2361,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28177,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2363,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28178,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2364,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28179,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2364,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28180,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2365,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28181,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2366,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28182,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2367,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28183,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2367,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28184,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2367,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28185,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2367,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28186,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2368,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28187,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2369,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28188,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2369,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28189,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2369,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28190,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2369,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28191,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2370,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28192,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2370,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28193,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2370,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28194,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2370,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28195,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2371,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28196,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2371,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28197,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2372,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28198,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2372,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28199,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2373,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28200,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2374,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28201,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2374,NULL,'2023-04-05 19:28:35','2023-04-05 19:28:35'),(28202,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2375,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28203,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2376,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28204,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2376,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28205,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2376,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28206,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2376,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28207,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2377,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28208,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2377,NULL,'2023-04-05 19:31:51','2023-04-05 19:31:51'),(28209,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2377,NULL,'2023-04-05 19:31:52','2023-04-05 19:31:52'),(28210,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2378,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28211,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2379,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28212,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2379,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28213,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2379,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28214,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2379,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28215,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2380,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28216,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2380,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28217,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2380,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28218,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2381,NULL,'2023-04-05 19:33:09','2023-04-05 19:33:09'),(28219,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2382,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28220,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2383,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28221,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2383,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28222,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2383,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28223,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2383,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28224,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2384,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28225,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2384,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28226,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2384,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28227,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2385,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28228,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2385,NULL,'2023-04-05 19:36:08','2023-04-05 19:36:08'),(28229,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2386,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28230,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2387,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28231,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2387,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28232,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2387,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28233,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2387,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28234,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2388,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28235,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2388,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28236,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2388,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28237,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2389,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28238,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2389,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28239,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2390,NULL,'2023-04-05 19:38:21','2023-04-05 19:38:21'),(28240,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2391,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28241,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2392,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28242,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2392,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28243,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2392,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28244,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2392,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28245,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2393,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28246,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2393,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28247,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2393,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28248,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2394,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28249,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2394,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28250,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2395,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28251,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2395,NULL,'2023-04-05 19:41:30','2023-04-05 19:41:30'),(28252,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2396,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28253,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2397,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28254,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2397,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28255,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2397,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28256,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2397,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28257,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2398,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28258,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2398,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28259,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2398,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28260,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2399,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28261,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2399,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28262,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2400,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28263,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2400,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28264,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2400,NULL,'2023-04-05 19:42:56','2023-04-05 19:42:56'),(28265,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2401,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28266,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2402,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28267,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2402,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28268,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2402,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28269,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2402,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28270,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2403,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28271,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2403,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28272,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2403,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28273,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2404,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28274,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2404,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28275,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2405,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28276,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2405,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28277,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2405,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28278,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2405,NULL,'2023-04-05 19:47:14','2023-04-05 19:47:14'),(28279,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2406,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28280,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2407,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28281,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2407,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28282,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2407,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28283,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2407,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28284,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2408,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28285,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2408,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28286,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2408,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28287,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2409,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28288,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2409,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28289,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2410,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28290,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2410,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28291,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2410,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28292,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2410,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28293,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2410,NULL,'2023-04-05 19:50:05','2023-04-05 19:50:05'),(28294,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2411,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28295,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2412,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28296,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2412,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28297,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2412,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28298,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2412,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28299,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2413,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28300,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2413,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28301,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2413,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28302,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2414,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28303,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2414,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28304,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2415,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28305,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2415,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28306,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2415,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28307,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2415,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28308,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2415,NULL,'2023-04-05 19:52:35','2023-04-05 19:52:35'),(28309,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2416,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28310,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2417,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28311,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2417,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28312,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2417,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28313,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2417,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28314,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2418,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28315,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2418,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28316,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2418,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28317,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2419,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28318,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2419,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28319,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2420,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28320,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2420,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28321,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2420,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28322,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2420,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28323,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2420,NULL,'2023-04-05 19:53:24','2023-04-05 19:53:24'),(28324,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2421,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28325,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2422,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28326,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2422,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28327,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2422,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28328,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2422,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28329,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2423,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28330,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2423,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28331,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2423,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28332,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2424,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28333,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2424,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28334,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2425,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28335,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2425,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28336,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2425,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28337,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2425,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28338,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2425,NULL,'2023-04-05 19:53:42','2023-04-05 19:53:42'),(28339,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2426,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28340,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2427,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28341,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2427,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28342,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2427,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28343,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2427,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28344,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2428,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28345,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2428,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28346,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2428,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28347,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2429,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28348,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2429,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28349,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2430,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28350,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2430,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28351,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2430,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28352,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2430,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28353,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2430,NULL,'2023-04-05 19:54:19','2023-04-05 19:54:19'),(28354,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2431,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28355,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2432,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28356,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2432,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28357,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2432,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28358,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2432,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28359,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2433,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28360,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2433,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28361,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2433,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28362,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2434,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28363,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2434,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28364,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2435,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28365,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2435,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28366,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2435,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28367,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2435,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28368,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2435,NULL,'2023-04-05 19:54:53','2023-04-05 19:54:53'),(28369,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2436,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28370,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2437,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28371,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2437,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28372,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2437,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28373,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2437,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28374,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2438,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28375,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2438,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28376,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2438,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28377,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2439,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28378,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2439,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28379,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2440,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28380,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2440,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28381,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2440,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28382,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2440,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28383,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2440,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28384,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2440,NULL,'2023-04-05 19:57:00','2023-04-05 19:57:00'),(28385,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2441,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28386,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2442,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28387,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2442,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28388,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2442,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28389,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2442,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28390,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2443,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28391,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2443,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28392,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2443,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28393,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2444,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28394,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2444,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28395,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2445,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28396,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2445,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28397,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2445,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28398,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2445,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28399,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2445,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28400,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2445,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28401,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2446,NULL,'2023-04-05 20:03:59','2023-04-05 20:03:59'),(28402,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2447,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28403,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2448,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28404,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2448,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28405,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2448,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28406,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2448,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28407,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2449,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28408,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2449,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28409,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2449,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28410,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2450,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28411,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2450,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28412,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2451,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28413,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2451,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28414,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2451,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28415,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2451,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28416,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2451,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28417,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2451,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28418,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2452,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28419,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2452,NULL,'2023-04-05 20:06:52','2023-04-05 20:06:52'),(28420,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2453,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28421,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2454,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28422,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2454,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28423,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2454,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28424,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2454,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28425,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2455,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28426,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2455,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28427,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2455,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28428,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2456,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28429,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2456,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28430,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2457,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28431,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2457,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28432,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2457,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28433,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2457,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28434,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2457,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28435,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2457,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28436,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2458,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28437,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2458,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28438,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2458,NULL,'2023-04-05 20:07:49','2023-04-05 20:07:49'),(28439,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2459,NULL,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(28440,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2460,NULL,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(28441,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2460,NULL,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(28442,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2460,NULL,'2023-04-05 20:10:25','2023-04-05 20:10:25'),(28443,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2460,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28444,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2461,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28445,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2461,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28446,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2461,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28447,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2462,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28448,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2462,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28449,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2463,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28450,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2463,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28451,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2463,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28452,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2463,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28453,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2463,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28454,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2463,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28455,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2464,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28456,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2464,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28457,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2464,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28458,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2464,NULL,'2023-04-05 20:10:26','2023-04-05 20:10:26'),(28459,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2465,NULL,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(28460,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2466,NULL,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(28461,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2466,NULL,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(28462,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2466,NULL,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(28463,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2466,NULL,'2023-04-05 20:11:07','2023-04-05 20:11:07'),(28464,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2467,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28465,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2467,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28466,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2467,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28467,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2468,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28468,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2468,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28469,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2469,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28470,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2469,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28471,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2469,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28472,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2469,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28473,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2469,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28474,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2469,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28475,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2470,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28476,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2470,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28477,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2470,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28478,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2470,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28479,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2470,NULL,'2023-04-05 20:11:08','2023-04-05 20:11:08'),(28480,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2471,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28481,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2472,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28482,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2472,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28483,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2472,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28484,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2472,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28485,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2473,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28486,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2473,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28487,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2473,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28488,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2474,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28489,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2474,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28490,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2475,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28491,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2475,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28492,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2475,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28493,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2475,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28494,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2475,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28495,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2475,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28496,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2476,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28497,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2476,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28498,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2476,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28499,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2476,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28500,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2476,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28501,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2476,NULL,'2023-04-05 20:11:44','2023-04-05 20:11:44'),(28502,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2477,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28503,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2478,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28504,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2478,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28505,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2478,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06');
INSERT INTO `questions` VALUES (28506,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2478,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28507,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2479,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28508,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2479,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28509,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2479,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28510,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2480,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28511,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2480,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28512,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2481,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28513,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2481,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28514,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2481,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28515,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2481,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28516,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2481,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28517,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2481,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28518,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2482,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28519,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2482,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28520,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2482,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28521,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2482,NULL,'2023-04-05 20:22:06','2023-04-05 20:22:06'),(28522,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2482,NULL,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(28523,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2482,NULL,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(28524,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2482,NULL,'2023-04-05 20:22:07','2023-04-05 20:22:07'),(28525,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2483,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28526,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2484,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28527,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2484,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28528,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2484,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28529,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2484,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28530,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2485,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28531,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2485,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28532,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2485,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28533,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2486,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28534,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2486,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28535,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2487,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28536,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2487,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28537,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2487,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28538,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2487,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28539,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2487,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28540,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2487,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28541,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2488,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28542,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2488,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28543,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2488,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28544,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2488,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28545,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2488,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28546,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2488,NULL,'2023-04-05 20:22:57','2023-04-05 20:22:57'),(28547,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2488,NULL,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(28548,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2488,NULL,'2023-04-05 20:22:58','2023-04-05 20:22:58'),(28549,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2489,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28550,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2490,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28551,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2490,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28552,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2490,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28553,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2490,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28554,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2491,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28555,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2491,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28556,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2491,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28557,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2492,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28558,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2492,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28559,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2493,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28560,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2493,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28561,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2493,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28562,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2493,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28563,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2493,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28564,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2493,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28565,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28566,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28567,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28568,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28569,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28570,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28571,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28572,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28573,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2494,NULL,'2023-04-05 20:23:43','2023-04-05 20:23:43'),(28574,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2495,NULL,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(28575,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2496,NULL,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(28576,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2496,NULL,'2023-04-05 20:25:15','2023-04-05 20:25:15'),(28577,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2496,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28578,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2496,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28579,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2497,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28580,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2497,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28581,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2497,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28582,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2498,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28583,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2498,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28584,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2499,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28585,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2499,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28586,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2499,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28587,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2499,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28588,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2499,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28589,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2499,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28590,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28591,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28592,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28593,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28594,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28595,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28596,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28597,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28598,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28599,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2500,NULL,'2023-04-05 20:25:16','2023-04-05 20:25:16'),(28600,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2501,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28601,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2502,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28602,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2502,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28603,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2502,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28604,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2502,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28605,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2503,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28606,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2503,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28607,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2503,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28608,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2504,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28609,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2504,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28610,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2505,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28611,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2505,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28612,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2505,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28613,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2505,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28614,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2505,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28615,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2505,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28616,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28617,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28618,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28619,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28620,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28621,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28622,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28623,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28624,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28625,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28626,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2506,NULL,'2023-04-05 20:26:13','2023-04-05 20:26:13'),(28627,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2507,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28628,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2508,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28629,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2508,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28630,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2508,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28631,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2508,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28632,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2509,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28633,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2509,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28634,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2509,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28635,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2510,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28636,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2510,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28637,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2511,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28638,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2511,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28639,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2511,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28640,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2511,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28641,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2511,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28642,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2511,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28643,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28644,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28645,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28646,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28647,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28648,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28649,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28650,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28651,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28652,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28653,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28654,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2512,NULL,'2023-04-05 20:27:03','2023-04-05 20:27:03'),(28655,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2513,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28656,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2514,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28657,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2514,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28658,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2514,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28659,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2514,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28660,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2515,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28661,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2515,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28662,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2515,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28663,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2516,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28664,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2516,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28665,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2517,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28666,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2517,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28667,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2517,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28668,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2517,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28669,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2517,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28670,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2517,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28671,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28672,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28673,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28674,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28675,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28676,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28677,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28678,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28679,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28680,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28681,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28682,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28683,'Test',13,1,0,'Choice 1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,'assessment-images/r2QmN4F9CgfjrTrAMDLMHyKHYiOkoaEOmJcysbSL.jpg',2518,NULL,'2023-04-11 15:33:51','2023-04-11 15:33:51'),(28684,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2519,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28685,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2520,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28686,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2520,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28687,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2520,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28688,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2520,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28689,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2521,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28690,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2521,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28691,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2521,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28692,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2522,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28693,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2522,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28694,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2523,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28695,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2523,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28696,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2523,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28697,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2523,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28698,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2523,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28699,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2523,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28700,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28701,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28702,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28703,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28704,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28705,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28706,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28707,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28708,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28709,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28710,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28711,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2524,NULL,'2023-04-11 15:35:23','2023-04-11 15:35:23'),(28712,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2525,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28713,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2526,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28714,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2526,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28715,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2526,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28716,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2527,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28717,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2527,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28718,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2528,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28719,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2528,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28720,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2528,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28721,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2528,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28722,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2528,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28723,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2528,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28724,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28725,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28726,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28727,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28728,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28729,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28730,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28731,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28732,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28733,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28734,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28735,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2529,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28736,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2530,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28737,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2530,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28738,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2530,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28739,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2530,NULL,'2023-04-11 15:35:49','2023-04-11 15:35:49'),(28740,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28741,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28742,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28743,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28744,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28745,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28746,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28747,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28748,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28749,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28750,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28751,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28752,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28753,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28754,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28755,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2531,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28756,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28757,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28758,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28759,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28760,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28761,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28762,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28763,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28764,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28765,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2532,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28766,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28767,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28768,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28769,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28770,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28771,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28772,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2533,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28773,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2534,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28774,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2534,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28775,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2535,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28776,'Upload photo of any hazards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2535,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28777,'Combustable Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2535,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28778,'Upload photo of any hazzards up to 3x photos for example.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2535,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28779,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28780,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28781,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28782,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28783,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28784,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28785,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28786,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28787,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28788,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28789,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28790,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28791,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2536,28790,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28792,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28793,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28794,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2536,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28795,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28796,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28797,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28798,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28799,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28800,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28801,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28802,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28803,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28804,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28805,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28806,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28807,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28808,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2537,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28809,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28810,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28811,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28812,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28813,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2538,28812,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28814,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28815,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28816,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2538,28815,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28817,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2538,28815,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28818,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28819,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28820,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28821,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28822,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28823,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28824,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28825,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28826,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28827,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28828,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28829,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28830,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28831,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28832,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28833,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28834,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28835,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28836,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28837,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28838,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28839,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28840,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28841,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28842,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28843,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28844,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28845,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28846,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28847,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28848,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28849,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28850,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28851,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28852,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28853,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28854,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28855,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28856,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28857,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28858,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28859,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28860,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28861,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2538,28860,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28862,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2538,28860,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28863,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2538,28860,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28864,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28865,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2538,28864,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28866,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2538,28864,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28867,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2538,28864,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28868,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2538,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28869,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2538,28868,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28870,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2538,28868,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28871,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2538,28868,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28872,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28873,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28874,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28875,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28876,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28877,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28878,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28879,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28880,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28881,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28882,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28883,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28884,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2539,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28885,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28886,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28887,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28888,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28889,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28890,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28891,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28892,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28893,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28894,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28895,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28896,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28897,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28898,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28899,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28900,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28901,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28902,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28903,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28904,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2540,NULL,'2023-04-12 15:15:36','2023-04-12 15:15:36'),(28905,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28906,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28907,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28908,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28909,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28910,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28911,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28912,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28913,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28914,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28915,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28916,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28917,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28918,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28919,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28920,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2541,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28921,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28922,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28923,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28924,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28925,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28926,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28927,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28928,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28929,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28930,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2542,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28931,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28932,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28933,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28934,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28935,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28936,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28937,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2543,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28938,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2544,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28939,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2544,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28940,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28941,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28942,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28943,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28944,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28945,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28946,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28947,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28948,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28949,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28950,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28951,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28952,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2545,28951,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28953,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28954,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28955,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2545,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28956,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28957,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28958,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28959,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28960,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28961,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28962,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28963,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28964,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28965,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28966,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28967,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28968,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28969,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2546,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28970,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28971,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28972,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28973,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28974,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2547,28973,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28975,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28976,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28977,'Number of Stair Case',12,1,0,'stair case',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2547,28976,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28978,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2547,28976,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28979,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28980,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28981,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28982,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28983,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28984,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28985,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28986,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28987,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28988,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28989,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28990,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28991,'Are communal area wall coverings, including under stairwell & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28992,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28993,'Windows Type',8,0,1,NULL,'<p>&nbsp;Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28994,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28995,'Main Walls As Built – Unkown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28996,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28997,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28998,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(28999,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(29000,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(29001,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(29002,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(29003,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2547,NULL,'2023-04-12 15:18:05','2023-04-12 15:18:05'),(29004,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29005,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29006,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29007,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29008,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29009,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29010,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29011,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29012,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29013,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29014,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29015,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29016,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29017,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29018,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29019,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29020,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29021,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29022,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2547,29021,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29023,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2547,29021,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29024,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2547,29021,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29025,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29026,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2547,29025,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29027,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2547,29025,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29028,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2547,29025,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29029,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2547,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29030,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2547,29029,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29031,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2547,29029,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29032,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2547,29029,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29033,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29034,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29035,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29036,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29037,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29038,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29039,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29040,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29041,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29042,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29043,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29044,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29045,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2548,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29046,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29047,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29048,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29049,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29050,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29051,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29052,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29053,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29054,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29055,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29056,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29057,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29058,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29059,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29060,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29061,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29062,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29063,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29064,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29065,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2549,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29066,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2550,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29067,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2550,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29068,'Combustible Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2550,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29069,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2550,NULL,'2023-04-12 15:18:06','2023-04-12 15:18:06'),(29070,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29071,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29072,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29073,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29074,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29075,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29076,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29077,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29078,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29079,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29080,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29081,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29082,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29083,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29084,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29085,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2551,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29086,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29087,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29088,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29089,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29090,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29091,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29092,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29093,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29094,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29095,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2552,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29096,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29097,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29098,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29099,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29100,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29101,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29102,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2553,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29103,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2554,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29104,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2554,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29105,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29106,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29107,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29108,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29109,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29110,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29111,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29112,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29113,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29114,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29115,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29116,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29117,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2555,29116,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29118,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29119,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29120,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2555,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29121,'Fire sounders are positioned to provide warning to any  parts of the premises as determined by an assessment of the level of  occupancy and activities, also the condition of sounder ie  overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>&nbsp;No 1 - they are in poor condition or over painted (advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (recommended by fire alarm specialist to BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29122,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29123,'The premises fire alarm system(s) are tested at least  weekly and legible recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded in the fire risk logbook.</p>\n<p>No 1 - recording has been made or input into fire risk logbook &ndash;recommend regular user check &amp; recording.</p>\n<p>No 2 - fire risk logbook</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29124,'The premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises',8,0,1,NULL,'<p>1 Yes&nbsp; - the property has an alarm system installed correct for usage to .BS 5839 standards<br><br>2 Option-The property does have a system in place, but not suitable for usage of the property, the installation is ok as a temporary installation advise from specialist to install correct system to BS 5839 standard.<br><br>3 No - the property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29125,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29126,'If applicable are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed - recommend signs to display call point<br><br>2 Yes - they are installed, and signs displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for this building usage upgrade to BS 5839 standards from fire alarm installer</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29127,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29128,'A regime of regular maintenance of other fire  prevention equipment is undertaken (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in fire risk logbook.</p>\n<p>No - regular checks are recorded in fire risk logbook &ndash; recommend user check and recording.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29129,'Emergency lighting - is their sufficient Em lighting within  the building determined by the assessment, including exits.',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29130,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29131,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29132,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29133,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29134,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2556,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29135,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29136,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29137,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29138,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29139,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29140,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29141,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29142,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29143,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29144,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29145,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29146,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29147,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2557,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29148,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29149,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29150,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29151,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29152,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29153,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29154,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29155,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29156,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29157,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29158,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29159,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29160,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29161,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29162,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29163,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29164,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29165,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29166,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29167,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2558,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29168,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2559,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29169,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2559,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29170,'Combustible Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2559,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29171,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2559,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29172,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29173,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29174,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,3,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29175,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29176,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2560,29175,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29177,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29178,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,6,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29179,'Number of Stair Cases',12,1,0,'stair cases',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2560,29178,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29180,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2560,29178,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29181,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,7,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29182,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29183,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29184,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29185,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29186,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29187,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29188,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29189,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29190,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29191,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29192,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29193,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2560,NULL,'2023-04-12 15:21:19','2023-04-12 15:21:19'),(29194,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29195,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29196,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29197,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29198,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29199,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29200,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29201,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29202,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29203,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29204,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29205,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29206,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29207,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29208,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29209,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29210,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29211,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29212,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29213,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29214,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29215,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29216,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29217,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29218,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29219,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29220,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29221,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29222,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29223,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29224,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2560,29223,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29225,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2560,29223,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29226,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2560,29223,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29227,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29228,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2560,29227,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29229,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2560,29227,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29230,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2560,29227,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29231,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2560,NULL,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29232,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2560,29231,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29233,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2560,29231,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29234,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2560,29231,'2023-04-12 15:21:20','2023-04-12 15:21:20'),(29235,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29236,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29237,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29238,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29239,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29240,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29241,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29242,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29243,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29244,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29245,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29246,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29247,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29248,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29249,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29250,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2561,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29251,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29252,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29253,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29254,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29255,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29256,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29257,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29258,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29259,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29260,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2562,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29261,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29262,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29263,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29264,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29265,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29266,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29267,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2563,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29268,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2564,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29269,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2564,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29270,'Site Address',5,1,0,NULL,'<p>Add the address for the property where the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-28 11:13:32'),(29271,'Date of Assessment',7,0,0,NULL,'<p>Enter the date of when the assessment was carried out.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-28 11:13:51'),(29272,'Recommended re visit for assessment date',7,0,0,NULL,'<p>Enter the recommended date for a site revisit.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-28 11:13:51'),(29273,'Brief description of the property and usage.',4,0,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29274,'How many overall staff?',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29275,'How many residents/occupants are there at any one time?',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29276,'Responsible person\'s name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29277,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29278,'Qualification or Self Certified Competant Person',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2565,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29279,'Role in Property Management',9,0,1,NULL,'<p>This did not look at all anxious to have finished,\' said the Hatter: \'but you could see this, as she could. \'The game\'s going on shrinking rapidly: she soon made out the answer to it?\' said the King, and he checked himself suddenly: the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon went on. Her listeners were perfectly quiet till she got back to my jaw, Has lasted the rest of the country is, you see, as they came nearer, Alice could hardly hear the Rabbit began. Alice thought decidedly.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2565,NULL,'2023-04-12 15:45:15','2023-05-01 09:04:30'),(29280,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2565,NULL,'2023-04-12 15:45:15','2023-05-01 09:04:30'),(29281,'Fire Warden name',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,2565,NULL,'2023-04-12 15:45:15','2023-05-01 09:04:30'),(29282,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2565,29281,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29283,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2565,NULL,'2023-04-12 15:45:15','2023-05-01 08:59:23'),(29284,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2565,NULL,'2023-04-12 15:45:15','2023-05-01 08:59:23'),(29285,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2565,NULL,'2023-04-12 15:45:15','2023-05-01 08:59:23'),(29286,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29287,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29288,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29289,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29290,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29291,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29292,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29293,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29294,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29295,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29296,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29297,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29298,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2566,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29299,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29300,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29301,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29302,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29303,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29304,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29305,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29306,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29307,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29308,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29309,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29310,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29311,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29312,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29313,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29314,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29315,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29316,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29317,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29318,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2567,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29319,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2568,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29320,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2568,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29321,'Combustible Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2568,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29322,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2568,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29323,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-28 11:14:17'),(29324,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-28 11:14:17'),(29325,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-26 10:24:24'),(29326,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-26 10:24:24'),(29327,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2569,29326,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29328,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-26 10:24:24'),(29329,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-26 10:24:24'),(29330,'Number of Stair Cases',12,1,0,'stair cases',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2569,29329,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29331,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2569,29329,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29332,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,6,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-26 10:24:24'),(29333,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29334,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29335,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29336,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29337,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29338,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29339,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29340,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29341,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29342,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29343,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29344,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29345,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29346,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29347,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29348,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29349,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29350,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29351,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29352,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29353,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29354,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29355,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29356,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29357,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29358,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29359,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29360,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29361,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29362,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29363,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29364,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29365,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29366,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29367,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29368,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29369,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29370,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29371,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29372,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2569,NULL,'2023-04-12 15:45:15','2023-04-12 15:45:15'),(29373,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2569,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29374,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2569,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29375,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2569,29374,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29376,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2569,29374,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29377,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2569,29374,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29378,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2569,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29379,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2569,29378,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29380,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2569,29378,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29381,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2569,29378,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29382,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2569,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29383,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2569,29382,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29384,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2569,29382,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29385,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2569,29382,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29386,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29387,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29388,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29389,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29390,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29391,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29392,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29393,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29394,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29395,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29396,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29397,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29398,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29399,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2570,NULL,'2023-04-12 15:45:16','2023-04-12 15:45:16'),(29400,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2571,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29401,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2572,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29402,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2572,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29403,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2572,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29404,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2573,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29405,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2573,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29406,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2574,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29407,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2574,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29408,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2574,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29409,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2574,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29410,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2574,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29411,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2574,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29412,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29413,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29414,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29415,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29416,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29417,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29418,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29419,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29420,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29421,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29422,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29423,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2575,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29424,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2576,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29425,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2576,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29426,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2576,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29427,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2576,NULL,'2023-04-13 13:19:56','2023-04-13 13:19:56'),(29428,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2577,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29429,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2578,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29430,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2578,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29431,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2578,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29432,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2579,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29433,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2579,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29434,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29435,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29436,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29437,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29438,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29439,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29440,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29441,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29442,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29443,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29444,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29445,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2580,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29446,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2581,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29447,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2581,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29448,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2581,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29449,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2581,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29450,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2582,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29451,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2582,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29452,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2582,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29453,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2582,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29454,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2582,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29455,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2582,NULL,'2023-04-13 13:21:01','2023-04-13 13:21:01'),(29456,'Test',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2583,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29457,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2584,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29458,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2584,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29459,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2584,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29460,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2585,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29461,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2585,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29462,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2586,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29463,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2586,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29464,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2586,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29465,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2586,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29466,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2587,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29467,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2587,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29468,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2587,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29469,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2587,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29470,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2587,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29471,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2587,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29472,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29473,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29474,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29475,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29476,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29477,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29478,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29479,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29480,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29481,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29482,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29483,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2588,NULL,'2023-04-13 13:22:58','2023-04-13 13:22:58'),(29484,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2589,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29485,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2589,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29486,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2589,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29487,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2590,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29488,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2590,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29489,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2591,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29490,'From the list, can you identify which answer is not a source of ignition?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2591,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29491,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2591,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29492,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',9,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2591,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29493,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2592,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29494,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2592,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29495,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2592,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29496,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2592,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29497,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2592,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29498,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2592,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29499,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29500,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29501,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29502,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29503,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29504,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29505,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29506,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29507,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29508,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29509,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29510,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2593,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29511,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29512,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29513,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29514,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29515,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29516,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29517,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2594,NULL,'2023-04-13 14:03:18','2023-04-13 14:03:18'),(29518,'Whilst in a place of work, who would be considered as a person at risk:',9,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2595,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29519,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2595,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29520,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2595,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29521,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2596,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29522,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2596,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29523,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2597,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29524,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2597,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29525,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2597,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29526,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2597,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29527,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2597,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29528,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2597,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29529,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29530,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29531,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29532,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29533,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29534,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29535,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29536,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29537,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29538,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29539,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29540,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2598,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29541,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2599,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29542,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2599,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29543,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2599,NULL,'2023-04-13 14:11:01','2023-04-13 14:11:01'),(29544,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2599,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29545,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2599,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29546,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2599,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29547,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2599,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29548,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2600,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29549,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2600,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29550,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2600,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29551,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2600,NULL,'2023-04-13 14:11:02','2023-04-13 14:11:02'),(29552,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2601,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29553,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2601,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29554,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2602,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29555,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2602,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29556,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2602,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29557,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2602,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29558,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2602,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29559,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2602,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29560,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29561,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29562,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29563,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29564,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29565,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29566,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29567,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29568,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29569,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29570,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29571,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2603,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29572,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29573,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29574,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29575,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29576,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29577,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29578,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2604,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29579,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2605,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29580,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2605,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29581,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2605,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29582,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2605,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29583,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2606,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29584,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2606,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29585,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2606,NULL,'2023-04-13 14:12:09','2023-04-13 14:12:09'),(29586,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2607,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29587,'Why should all businesses have a fire policy and procedures in place?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2607,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29588,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2607,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29589,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',9,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2607,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29590,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2607,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29591,'Why is fire safety training important in the workplace?',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2607,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29592,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29593,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29594,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29595,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29596,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29597,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29598,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29599,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29600,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29601,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29602,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29603,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2608,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29604,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29605,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29606,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29607,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29608,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29609,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29610,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2609,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29611,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2610,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29612,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2610,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29613,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2610,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29614,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2610,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29615,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2611,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29616,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2611,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29617,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2611,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29618,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2612,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29619,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2612,NULL,'2023-04-13 14:12:22','2023-04-13 14:12:22'),(29620,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29621,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29622,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29623,'What are the most common fire safety systems that should be tested in the workplace?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29624,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29625,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29626,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29627,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29628,'What is the recommended retesting period by a qualified person for fire extinguishers?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29629,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29630,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29631,'What is the recommended retesting period by a competent person – user checks for fire doors?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2613,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29632,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29633,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29634,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29635,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29636,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29637,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29638,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2614,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29639,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2615,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29640,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2615,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29641,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2615,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29642,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2615,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29643,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2616,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29644,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2616,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29645,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2616,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29646,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2617,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29647,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2617,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29648,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2618,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29649,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2618,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29650,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2618,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29651,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2618,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29652,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2618,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29653,'Why is fire safety training important in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2618,NULL,'2023-04-13 14:13:27','2023-04-13 14:13:27'),(29654,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29655,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29656,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29657,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29658,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29659,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29660,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2619,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29661,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2620,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29662,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2620,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29663,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2620,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29664,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2620,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29665,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2621,NULL,'2023-04-13 14:23:33','2023-04-13 14:23:33'),(29666,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2621,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29667,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2621,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29668,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2622,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29669,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2622,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29670,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2623,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29671,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2623,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29672,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2623,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29673,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2623,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29674,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2623,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29675,'Why is fire safety training important in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2623,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29676,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29677,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29678,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29679,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29680,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29681,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29682,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29683,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29684,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29685,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29686,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29687,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29688,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29689,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29690,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29691,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29692,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2624,NULL,'2023-04-13 14:23:34','2023-04-13 14:23:34'),(29693,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29694,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29695,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29696,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29697,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29698,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29699,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2625,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29700,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2626,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29701,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2626,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29702,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2626,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29703,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2626,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29704,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2627,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29705,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2627,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29706,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2627,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29707,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2628,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29708,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2628,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29709,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2629,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29710,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2629,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29711,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2629,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29712,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2629,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29713,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2629,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29714,'Why is fire safety training important in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2629,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29715,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29716,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29717,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29718,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29719,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29720,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29721,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29722,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2630,NULL,'2023-04-13 14:24:55','2023-04-13 14:24:55'),(29723,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29724,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29725,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29726,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29727,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29728,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29729,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29730,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29731,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2630,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29732,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2631,NULL,'2023-04-13 14:24:56','2023-04-13 14:24:56'),(29733,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29734,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29735,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29736,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29737,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29738,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29739,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2632,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29740,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2633,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29741,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2633,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29742,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2633,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29743,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2633,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29744,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2634,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29745,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2634,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29746,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',9,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2634,NULL,'2023-04-13 14:25:02','2023-04-13 14:25:02'),(29747,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2635,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29748,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2635,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29749,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2636,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29750,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2636,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29751,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2636,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29752,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2636,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29753,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2636,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29754,'Why is fire safety training important in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2636,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29755,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29756,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29757,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29758,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29759,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29760,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29761,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29762,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29763,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29764,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29765,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29766,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29767,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29768,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29769,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29770,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29771,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2637,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29772,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2638,NULL,'2023-04-13 14:25:03','2023-04-13 14:25:03'),(29773,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29774,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29775,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29776,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29777,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29778,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29779,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2639,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29780,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2640,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29781,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2640,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29782,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2640,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29783,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2640,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29784,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2641,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29785,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2641,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29786,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2642,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29787,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2642,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29788,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2642,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29789,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2642,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29790,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2642,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29791,'Why is fire safety training important in the workplace?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2642,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29792,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29793,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29794,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29795,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29796,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29797,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29798,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29799,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29800,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29801,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29802,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29803,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29804,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29805,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29806,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29807,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29808,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2643,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29809,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2644,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29810,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2645,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29811,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2645,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29812,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2645,NULL,'2023-04-13 14:35:03','2023-04-13 14:35:03'),(29813,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29814,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29815,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29816,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29817,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29818,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29819,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2646,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29820,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2647,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29821,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2647,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29822,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2647,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29823,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2647,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29824,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2648,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29825,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2648,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29826,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29827,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29828,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29829,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29830,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29831,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29832,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29833,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29834,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29835,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29836,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29837,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29838,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29839,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29840,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29841,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29842,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2649,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29843,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2650,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29844,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2651,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29845,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2651,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29846,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2651,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29847,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2652,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29848,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2652,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29849,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2652,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29850,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2652,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29851,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2652,NULL,'2023-04-13 14:37:58','2023-04-13 14:37:58'),(29852,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29853,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29854,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29855,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29856,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29857,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29858,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2653,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29859,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2654,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29860,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2654,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29861,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2654,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29862,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2654,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29863,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2655,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29864,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2655,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29865,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29866,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29867,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29868,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29869,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29870,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29871,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29872,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29873,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29874,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29875,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29876,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29877,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29878,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29879,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29880,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29881,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2656,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29882,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2657,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29883,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2658,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29884,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2658,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29885,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2658,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29886,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2659,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29887,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2659,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29888,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2659,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29889,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2659,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29890,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2659,NULL,'2023-04-13 14:38:15','2023-04-13 14:38:15'),(29891,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29892,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29893,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29894,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29895,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29896,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29897,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2660,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29898,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2661,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29899,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2661,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29900,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2661,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29901,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2661,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29902,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2662,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29903,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2662,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29904,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29905,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29906,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29907,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29908,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29909,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29910,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29911,'What is the recommended retesting period by a qualified person for an emergency lighting system?',9,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29912,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2663,NULL,'2023-04-13 14:39:51','2023-04-13 14:39:51'),(29913,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29914,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29915,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29916,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29917,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29918,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29919,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29920,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2663,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29921,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2664,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29922,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2665,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29923,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2665,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29924,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2665,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29925,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2666,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29926,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2666,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29927,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2666,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29928,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2666,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29929,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2666,NULL,'2023-04-13 14:39:52','2023-04-13 14:39:52'),(29930,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29931,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29932,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29933,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29934,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29935,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29936,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2667,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29937,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2668,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29938,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2668,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29939,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2668,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29940,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2668,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29941,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2669,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29942,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2669,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29943,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2670,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29944,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2671,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29945,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2671,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29946,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2671,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29947,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2672,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29948,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2672,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29949,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2672,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29950,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2672,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29951,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2672,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29952,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29953,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29954,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29955,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29956,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29957,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29958,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29959,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29960,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29961,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29962,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29963,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29964,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29965,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29966,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29967,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29968,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2673,NULL,'2023-04-13 14:40:20','2023-04-13 14:40:20'),(29969,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29970,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29971,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29972,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29973,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29974,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29975,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2674,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29976,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2675,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29977,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2675,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29978,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2675,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29979,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2675,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29980,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2676,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29981,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2676,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29982,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2677,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29983,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2677,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29984,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2677,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29985,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2678,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29986,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2678,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29987,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2678,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29988,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2678,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29989,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2678,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29990,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29991,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29992,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29993,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29994,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29995,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29996,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29997,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29998,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(29999,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30000,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30001,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30002,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30003,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30004,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30005,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30006,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2679,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30007,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2680,NULL,'2023-04-13 14:40:25','2023-04-13 14:40:25'),(30008,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30009,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30010,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30011,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30012,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30013,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30014,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2681,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30015,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2682,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30016,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2682,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30017,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2682,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30018,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2682,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30019,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2683,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30020,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2683,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30021,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2684,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30022,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2684,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30023,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2684,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30024,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2685,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30025,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2685,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30026,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2685,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30027,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2685,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30028,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2685,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30029,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30030,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30031,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30032,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30033,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30034,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30035,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30036,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30037,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30038,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30039,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30040,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30041,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30042,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30043,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30044,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30045,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2686,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30046,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2687,NULL,'2023-04-13 14:40:28','2023-04-13 14:40:28'),(30047,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30048,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30049,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30050,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30051,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30052,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30053,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2688,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30054,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2689,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30055,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2689,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30056,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2689,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30057,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2689,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30058,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2690,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30059,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2690,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30060,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'5',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2691,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30061,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'2, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2691,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30062,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2691,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30063,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2692,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30064,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2692,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30065,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2692,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30066,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2692,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30067,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2692,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30068,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2693,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30069,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30070,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30071,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30072,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30073,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30074,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30075,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30076,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30077,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30078,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30079,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30080,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30081,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30082,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30083,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30084,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30085,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2694,NULL,'2023-04-21 14:58:59','2023-04-21 14:58:59'),(30086,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30087,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30088,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30089,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30090,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30091,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30092,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2695,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30093,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2696,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30094,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2696,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30095,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2696,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30096,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2696,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30097,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2697,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30098,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2697,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30099,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2698,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30100,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2698,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30101,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2698,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30102,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2698,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30103,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2698,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30104,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2699,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30105,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30106,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30107,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30108,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30109,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30110,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30111,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30112,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30113,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30114,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30115,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30116,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30117,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30118,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30119,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30120,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30121,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2700,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30122,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2701,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30123,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2701,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30124,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2701,NULL,'2023-04-26 09:53:25','2023-04-26 09:53:25'),(30125,'What type of property would you call the house in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30126,'What type of roof does the house in the following image have?',13,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30127,'What type of wall construction does this building have?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30128,'How many floors can you see in this communal block of flats?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30129,'What type of business is in the following image?',13,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30130,'What Is an HMO property?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30131,'What floor type is used in the following image?',13,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2702,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30132,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2703,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30133,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2703,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30134,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2703,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30135,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2703,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30136,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2704,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30137,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2704,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30138,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2705,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30139,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2705,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30140,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2705,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30141,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2705,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30142,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2705,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30143,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2706,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30144,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30145,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30146,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30147,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30148,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30149,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30150,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30151,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30152,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30153,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30154,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30155,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30156,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30157,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30158,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30159,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30160,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2707,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30161,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2708,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30162,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2708,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30163,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2708,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30164,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2709,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30165,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2709,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30166,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2709,NULL,'2023-04-26 09:53:26','2023-04-26 09:53:26'),(30167,'From the list, can you identify two sources of ignition?',8,1,0,'1, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2710,NULL,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(30168,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2710,NULL,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(30169,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'1, 3, 4',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2710,NULL,'2023-04-26 12:26:38','2023-04-26 12:26:38'),(30170,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2710,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30171,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2711,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30172,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2711,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30173,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2712,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30174,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2712,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30175,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2712,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30176,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2712,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30177,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2712,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30178,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2713,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30179,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30180,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30181,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30182,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30183,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30184,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30185,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30186,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30187,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30188,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30189,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30190,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30191,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30192,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30193,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30194,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30195,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2714,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30196,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2715,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30197,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2715,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30198,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2715,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30199,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2716,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30200,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2716,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30201,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2716,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30202,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30203,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30204,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30205,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30206,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30207,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30208,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2717,NULL,'2023-04-26 12:26:39','2023-04-26 12:26:39'),(30209,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2718,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30210,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2718,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30211,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2719,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30212,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2719,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30213,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2719,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30214,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2719,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30215,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2719,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30216,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2720,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30217,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30218,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30219,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30220,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30221,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30222,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30223,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30224,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30225,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30226,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30227,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30228,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30229,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30230,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30231,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30232,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30233,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2721,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30234,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2722,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30235,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2722,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30236,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2722,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30237,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2723,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30238,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2723,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30239,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2723,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30240,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30241,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30242,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30243,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30244,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30245,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30246,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2724,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30247,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2725,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30248,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2725,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30249,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2725,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30250,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2725,NULL,'2023-04-26 12:28:19','2023-04-26 12:28:19'),(30251,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'1, 3',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2726,NULL,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(30252,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2726,NULL,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(30253,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2726,NULL,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(30254,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2726,NULL,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(30255,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2726,NULL,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(30256,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2727,NULL,'2023-04-26 12:29:30','2023-04-26 12:29:30'),(30257,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30258,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30259,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30260,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30261,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30262,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30263,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30264,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30265,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30266,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30267,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30268,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30269,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30270,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30271,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30272,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30273,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2728,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30274,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2729,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30275,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2729,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30276,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2729,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30277,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30278,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30279,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30280,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30281,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30282,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30283,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2730,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30284,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2731,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30285,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2731,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30286,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2731,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30287,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2731,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30288,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2732,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30289,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2732,NULL,'2023-04-26 12:29:31','2023-04-26 12:29:31'),(30290,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2733,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30291,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30292,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30293,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30294,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'13',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30295,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30296,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30297,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30298,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30299,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30300,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30301,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30302,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'2',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30303,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30304,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30305,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30306,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30307,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'4',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2734,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30308,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2735,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30309,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2735,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30310,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2735,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30311,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30312,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30313,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30314,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30315,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30316,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30317,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2736,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30318,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2737,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30319,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2737,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30320,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2737,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30321,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2737,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30322,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2738,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30323,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2738,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30324,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2739,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30325,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'It is extra paperwork to deal with in the business',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2739,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30326,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'The manager said they are there just for the visitors that come into the office',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2739,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30327,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2739,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30328,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2739,NULL,'2023-04-26 12:31:09','2023-04-26 12:31:09'),(30329,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'3',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2740,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30330,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2741,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30331,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2741,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30332,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2741,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30333,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30334,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30335,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30336,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30337,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30338,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30339,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2742,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30340,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2743,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30341,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2743,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30342,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2743,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30343,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2743,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30344,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2744,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30345,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2744,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30346,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2745,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30347,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'It is extra paperwork to deal with in the business',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2745,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30348,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'The manager said they are there just for the visitors that come into the office',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2745,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30349,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2745,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30350,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2745,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30351,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2746,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30352,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2746,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30353,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'One EML on each landing level and one over the exit door',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2746,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30354,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'All, where applicable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2746,NULL,'2023-04-26 12:34:16','2023-04-26 12:34:16'),(30355,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'6 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30356,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30357,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1 month',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30358,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30359,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30360,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1 month, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30361,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1 month or weekly, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30362,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'3 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30363,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30364,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'6 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30365,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30366,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30367,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2746,NULL,'2023-04-26 12:34:17','2023-04-26 12:34:17'),(30368,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2747,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30369,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2747,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30370,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2747,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30371,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30372,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30373,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30374,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30375,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30376,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30377,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2748,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30378,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2749,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30379,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2749,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30380,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2749,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30381,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2749,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30382,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2750,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30383,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan  / to see how many people can fit in the lift to evacuate the building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2750,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30384,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2751,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30385,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'It is extra paperwork to deal with in the business',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2751,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30386,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'The manager said they are there just for the visitors that come into the office',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2751,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30387,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2751,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30388,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2751,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30389,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30390,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30391,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'One EML on each landing level and one over the exit door',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30392,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'All, where applicable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30393,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'6 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30394,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30395,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1 month',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30396,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30397,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30398,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1 month, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30399,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1 month or weekly, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30400,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'3 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30401,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30402,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'6 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30403,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30404,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30405,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2752,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30406,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'Duty holder',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2753,NULL,'2023-04-26 12:34:41','2023-04-26 12:34:41'),(30407,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2754,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30408,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2754,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30409,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2754,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30410,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30411,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30412,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30413,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30414,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30415,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30416,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2755,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30417,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2756,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30418,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2756,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30419,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2756,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30420,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2756,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30421,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2757,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30422,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'It is extra paperwork to deal with in the business',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2757,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30423,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'The manager said they are there just for the visitors that come into the office',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2757,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30424,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2757,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30425,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2757,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30426,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30427,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'Grade A fire alarm LD2 interlinked with call points and sounder on each level heat detector in kitchen smokes on each landing ceiling.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30428,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'One EML on each landing level and one over the exit door',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30429,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'All, where applicable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30430,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'6 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30431,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30432,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1 month',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30433,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30434,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30435,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1 month, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30436,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1 month or weekly, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30437,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'3 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30438,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30439,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'6 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30440,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30441,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30442,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2758,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30443,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'Duty holder',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2759,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30444,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2760,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30445,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2760,NULL,'2023-04-27 13:41:59','2023-04-27 13:41:59'),(30446,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2761,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30447,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2761,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30448,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2761,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30449,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30450,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30451,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30452,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30453,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30454,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30455,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2762,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30456,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2763,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30457,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2763,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30458,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2763,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30459,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2763,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30460,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2764,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30461,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'It is extra paperwork to deal with in the business',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2764,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30462,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'The manager said they are there just for the visitors that come into the office',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2764,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30463,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2764,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30464,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2764,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30465,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'Duty holder',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2765,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30466,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2766,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30467,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2766,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30468,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30469,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'Grade A fire alarm LD2 interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30470,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'One EML on each landing level and one over the exit door',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30471,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'All, where applicable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30472,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'6 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30473,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30474,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1 month',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30475,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30476,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30477,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1 month, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30478,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1 month or weekly, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30479,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'3 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30480,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30481,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'6 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30482,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30483,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30484,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2767,NULL,'2023-04-27 13:44:47','2023-04-27 13:44:47'),(30485,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2768,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30486,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2768,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30487,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2768,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30488,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30489,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30490,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30491,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30492,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30493,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30494,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2769,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30495,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2770,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30496,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2770,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30497,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2770,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30498,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2770,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30499,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'Duty holder',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2771,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30500,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2772,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30501,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2772,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30502,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30503,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'Grade A fire alarm LD2 interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30504,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'One EML on each landing level and one over the exit door',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30505,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'All, where applicable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30506,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'6 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30507,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30508,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1 month',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30509,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30510,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30511,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1 month, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30512,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1 month or weekly, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30513,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'3 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30514,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30515,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'6 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30516,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30517,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30518,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2773,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30519,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2774,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30520,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2774,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30521,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2774,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30522,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2774,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30523,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2774,NULL,'2023-04-27 13:54:35','2023-04-27 13:54:35'),(30524,'Whilst in a place of work, who would be considered as a person at risk:',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2775,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30525,'You are in a restaurant with a commercial kitchen carrying out a fire risk survey. Some staff members are working in high-risk areas. Identify the two people who are more at risk.',8,1,0,'Chefs, Waiters',NULL,NULL,NULL,NULL,NULL,0,NULL,1,2,NULL,2775,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30526,'You are carrying out a fire risk assessment in a care home. Some residents have special needs or are disabled. In the event of a fire, who would be at risk',8,1,0,'Everyone',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2775,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30527,'What type of property would you call the house in the following image?',13,1,0,'Mid Terrace House',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,'assessment-images/Jg3gH7bNf350CLsuayYW4NdrgdpMn1SXjntn5xxb.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30528,'What type of roof does the house in the following image have?',13,1,0,'Pitched Slate or Tiled Roof',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,'assessment-images/LJkTfOjlT2IVPrcLZKxJL7gzUrYMkfxOKnaUcBWB.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30529,'What type of wall construction does this building have?',13,1,0,'Solid Brick Wall',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,'assessment-images/a0OwK0IkfrUjGQniFOKHi2Ko1QZ22tS2u3Kxzn5h.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30530,'How many floors can you see in this communal block of flats?',13,1,0,'17 Floors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,'assessment-images/Sh5cSscqaMCELR49ZnipFFFCbthh1kaBd1Ec9c08.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30531,'What type of business is in the following image?',13,1,0,'Chicken Shop',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,'assessment-images/2pnDZo2oSMPwkRqnWGijcGd4lGjp3MSknweIBDg9.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30532,'What Is an HMO property?',13,1,0,'House of Multiple Occupancy',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,'assessment-images/W408pxPWRgpbpFt4ByZ2NQU1bqtL0lZpDzJ4B79C.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30533,'What floor type is used in the following image?',13,1,0,'Wooden Floor',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,'assessment-images/T7vbppVMUvj1I4Fn19UZ6IiJJjpo0WIusubB8I6s.png',2776,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30534,'From the list, can you identify two sources of ignition?',8,1,0,'Hot ducting extraction unit in a kitchen, Chemicals - gas – paints',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2777,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30535,'From the list, can you identify which answer is not a source of ignition?',8,1,0,'Rubbish piled up against a building',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2777,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30536,'From the list, can you identify which three would be classed as combustible material?',8,1,0,'Plastic - foam - rubber, Waste cardboard & paper rubbish, Oil & chemicals',NULL,NULL,NULL,NULL,NULL,0,NULL,1,3,NULL,2777,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30537,'Whilst assessing an escape route, you notice an electrical cupboard in a communal area with a plastic-rated fuse board and electricals in an old wooden cupboard. This is the only means of escape. What recommendation you will suggest?',8,1,0,'Recommend installing a new fire-rated fuse board and encase all electricals with a 30 mins fire resistant encloser and install 30-minute fire resistance fire doors with intumescent smoke seals, a self closure and a lock',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2777,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30538,'Which person is responsible for making recommendations/action plan after receiving a fire risk assessment?',8,1,0,'Duty holder',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2778,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30539,'You are in a typical school carrying out a fire risk assessment. What hours would you suggest are peak times with high occupation?',8,1,0,'7am to 4pm',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2779,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30540,'In a typical office block where the main working hours are 9am to 5pm, why should you account for the number of people on average working within the block and if the exit route is sufficient?',8,1,0,'you need to work out the occupancy of the block to see if escape routes are suitable for the evacuation plan',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2779,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30541,'What is the reason to allocate fire wardens in the workplace, and how many can be allocated? Two answers',8,1,0,'The workplace can have more than one trained fire warden allocated to cover if the other fire warden is away from the office, If they are in a large multi-level office, I would recommend two fire wardens per floor level to assist in the event of a fire and if one fire warden is away',NULL,NULL,NULL,NULL,NULL,0,NULL,1,1,NULL,2780,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30542,'Why should all businesses have a fire policy and procedures in place?',8,1,0,'The fire policy is to put written procedures and actions into a format, so everyone knows their duties and responsibilities and knows what to do in the event of a fire with fire wardens allocated',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2780,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30543,'Why should fire signage be displayed in the workplace, for example, directional signs - action - evacuation and congregation points?',8,1,0,'They are part of the evacuation policy system and evacuation procedures for everyone to read and understand staff and visitors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2780,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30544,'If you have disabled or special needs people in the business or property, even if staff, visitors, or residents, what else do you need for the evacuation procedures?',8,1,0,'Peep and Feep procedures, as required, need to be actioned and put in place to cover the extra requirements into the fire policy and evacuation procedures',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2780,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30545,'Why is a fire risk logbook or similar recording system an important part of daily, weekly or monthly procedures in the workplace?',8,1,0,'The fire risk log book has subjects which relate to fire safety equipment. User checks are performed as a visual inspection to ensure everything is in working order.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2780,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30546,'Which grade fire alarm should be installed in a typical two-story HMO house with two or more occupants?',8,1,0,'Grade D smoke detection on each landing and heat detector in kitchen interlinked',NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30547,'Which grade fire alarm should be installed in a typical three-story HMO house with two or more occupants?',8,1,0,'Grade A fire alarm LD2 interlinked with call points and sounder on each level, heat detector in kitchen, smoke detectors on each landing ceiling.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30548,'Where should emergency lights in a block of flats with 3-floor levels or more in common parts be installed?',8,1,0,'One EML on each landing level and one over the exit door',NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30549,'What are the most common fire safety systems that should be tested in the workplace?',8,1,0,'All, where applicable',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30550,'What is the recommended retesting period by a qualified person for a fire alarm Grade A LD -1 – 2 – 3 type',8,1,0,'6 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30551,'What is the recommended retesting period by a qualified person for a fire alarm Grade D 1 – 2 type',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30552,'What is the recommended retesting period by a competent person for a Grade F battery-operated fire alarm?',8,1,0,'1 month',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30553,'What is the recommended retesting period by a qualified person for an emergency lighting system?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30554,'What is the recommended retesting period by a qualified person for fire extinguishers?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30555,'What is the recommended retesting period by a competent person for a Grade D1 - D2 fire alarm?',8,1,0,'1 month, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30556,'What is the recommended retesting period by a competent person – user checks for an emergency lighting system?',8,1,0,'1 month or weekly, depending on the environment',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30557,'What is the recommended retesting period by a \"competent person\" – user checks for fire doors?',8,1,0,'3 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30558,'What is the recommended retesting period by a \"qualified person\" for a fire doors?',8,1,0,'12 months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30559,'What is the recommended retesting period by a qualified person for a dry riser?',8,1,0,'6 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30560,'What is the recommended retesting period by a qualified person for commercial kitchen extraction and air-con units?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30561,'What is the recommended retesting period by a qualified person for a fire risk assessment?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30562,'What is the recommended retesting period by a qualified person for gas meters and appliances?',8,1,0,'12 Months',NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2781,NULL,'2023-04-27 13:56:30','2023-04-27 13:56:30'),(30563,'Test',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2782,NULL,'2023-04-28 10:19:46','2023-04-28 10:20:07'),(30564,'Test 2',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2782,NULL,'2023-04-28 10:19:46','2023-04-28 10:20:07'),(30565,'Test 3',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2782,NULL,'2023-04-28 10:19:46','2023-04-28 10:20:07'),(30566,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30567,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30568,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30569,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30570,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30571,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30572,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30573,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30574,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30575,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30576,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30577,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30578,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30579,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30580,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30581,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2783,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30582,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30583,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30584,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30585,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30586,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30587,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30588,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30589,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30590,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30591,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2784,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30592,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30593,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30594,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30595,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30596,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30597,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30598,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2785,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30599,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2786,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30600,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2786,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30601,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30602,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30603,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30604,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30605,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30606,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30607,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30608,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30609,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30610,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30611,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30612,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30613,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2787,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30614,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30615,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30616,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30617,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30618,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30619,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30620,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30621,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30622,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30623,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30624,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30625,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30626,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30627,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30628,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30629,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30630,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30631,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30632,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30633,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2788,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30634,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2789,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30635,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2789,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30636,'Combustible Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2789,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30637,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2789,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30638,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30639,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30640,'Floor',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30641,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2790,30640,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30642,'Staircases and Lifts',2,0,0,NULL,'<p>I can\'t get out of breath, and till the puppy\'s bark sounded quite faint in the house before she had forgotten the words.\' So they sat down at her with large round eyes, and feebly stretching out one paw, trying to explain the mistake it had no very clear notion how long ago anything had happened.) So she tucked her arm affectionately into Alice\'s, and they can\'t prove I did: there\'s no use in talking to him,\' the Mock Turtle sighed deeply, and began, in a trembling voice to a day-school, too,\' said Alice; \'but a grin without a great deal to come before that!\' \'Call the next question is, what?\' The great question is, what did the Dormouse said--\' the Hatter was the first minute or two she stood watching them, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from him, and said to the Queen. \'Never!\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, a good many voices all talking at once, and ran off, thinking while she was to eat.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30643,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30644,'Number of Stair Cases',12,1,0,'stair cases',NULL,NULL,NULL,0,10,0,1,0,1,NULL,2790,30643,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30645,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2790,30643,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30646,'How Many Lifts are in the Building',11,0,1,'Lifts',NULL,NULL,NULL,0,10,0,NULL,0,6,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30647,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30648,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30649,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30650,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30651,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30652,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30653,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30654,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30655,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30656,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30657,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30658,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30659,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30660,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30661,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30662,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30663,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30664,'Main Walls Insulated - Cavity – External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30665,'Main Walls Insulated Cavity – External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30666,'Floor Types',8,0,1,NULL,'<p>HELP B IDENTIFY FLOOR TYPES -&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30667,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30668,'How Many Internal Doors are Fd30 To 1 Hr Fire Check Doors With Easy Open Locks - Smoke Seals – Self Closures  (specify the number of doors between 1 to 100)',11,0,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30669,'Do you have these Features for Bedroom Doors',9,0,0,NULL,'<p>Are the fire doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30670,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,30,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30671,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>Are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30672,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,32,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30673,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30674,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,34,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30675,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30676,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,36,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30677,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30678,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30679,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30680,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,40,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30681,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30682,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,42,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30683,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30684,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,44,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30685,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30686,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,46,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30687,'General Condition of the Property',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30688,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30689,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30690,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2790,30689,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30691,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2790,30689,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30692,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2790,30689,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30693,'Doors information in a property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,50,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30694,'Number of good doors in the property',11,1,0,'Doors',NULL,2,NULL,0,20,0,1,0,1,NULL,2790,30693,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30695,'Number of Bad doors in the property',11,1,0,'Doors',NULL,1,NULL,0,20,0,1,0,2,NULL,2790,30693,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30696,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,3,NULL,2790,30693,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30697,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2790,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30698,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2790,30697,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30699,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2790,30697,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30700,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2790,30697,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30701,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30702,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30703,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30704,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30705,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30706,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30707,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30708,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30709,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30710,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30711,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30712,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30713,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30714,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2791,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30715,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30716,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30717,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30718,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30719,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30720,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30721,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30722,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30723,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30724,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30725,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30726,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30727,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2792,30726,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30728,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30729,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30730,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2792,NULL,'2023-05-01 09:14:25','2023-05-01 09:14:25'),(30731,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30732,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30733,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30734,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30735,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30736,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30737,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30738,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30739,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30740,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30741,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30742,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30743,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30744,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30745,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30746,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2793,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30747,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30748,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30749,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30750,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30751,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30752,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30753,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30754,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30755,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30756,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2794,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30757,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30758,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30759,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30760,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30761,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30762,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30763,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2795,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30764,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2796,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30765,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2796,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30766,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30767,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30768,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30769,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30770,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30771,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30772,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30773,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30774,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30775,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30776,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30777,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30778,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2797,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30779,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30780,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30781,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30782,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30783,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30784,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30785,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30786,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30787,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30788,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30789,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30790,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30791,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30792,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30793,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30794,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30795,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30796,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30797,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30798,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2798,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30799,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2799,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30800,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2799,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30801,'Combustible Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2799,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30802,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2799,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30803,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30804,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30805,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30806,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30807,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30808,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30809,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30810,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30811,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30812,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30813,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30814,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30815,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30816,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2800,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30817,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30818,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30819,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30820,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30821,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30822,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30823,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30824,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30825,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30826,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30827,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30828,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30829,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2801,30828,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30830,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30831,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30832,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2801,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30833,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30834,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30835,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30836,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2802,30835,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30837,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30838,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30839,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2802,30838,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30840,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2802,30838,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30841,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30842,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30843,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30844,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30845,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30846,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30847,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30848,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30849,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30850,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30851,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30852,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30853,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30854,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30855,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30856,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30857,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30858,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30859,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30860,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30861,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30862,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30863,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30864,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30865,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30866,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30867,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30868,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30869,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30870,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30871,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30872,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30873,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30874,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30875,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30876,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30877,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30878,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30879,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30880,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30881,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30882,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30883,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30884,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30885,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2802,30884,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30886,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2802,30884,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30887,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2802,30884,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30888,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30889,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2802,30888,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30890,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2802,30888,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30891,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2802,30888,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30892,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2802,NULL,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30893,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2802,30892,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30894,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2802,30892,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30895,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2802,30892,'2023-05-01 09:49:44','2023-05-01 09:49:44'),(30896,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30897,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30898,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30899,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30900,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30901,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30902,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30903,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30904,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30905,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30906,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30907,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30908,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30909,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30910,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30911,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2803,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30912,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30913,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30914,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30915,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30916,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30917,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30918,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30919,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30920,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30921,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2804,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30922,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30923,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30924,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30925,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30926,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30927,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30928,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2805,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30929,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2806,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30930,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2806,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30931,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30932,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30933,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30934,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30935,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30936,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30937,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30938,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30939,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30940,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30941,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30942,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30943,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2807,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30944,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30945,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30946,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30947,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30948,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30949,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30950,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30951,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30952,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30953,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30954,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30955,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30956,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30957,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30958,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30959,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30960,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30961,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30962,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30963,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2808,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30964,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30965,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30966,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30967,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30968,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30969,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30970,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30971,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30972,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30973,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30974,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30975,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30976,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30977,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2809,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30978,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30979,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30980,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30981,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30982,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30983,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30984,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30985,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30986,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30987,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30988,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30989,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30990,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2810,30989,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30991,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30992,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30993,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2810,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30994,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30995,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30996,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30997,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2811,30996,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30998,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(30999,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31000,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2811,30999,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31001,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2811,30999,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31002,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31003,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31004,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31005,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31006,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31007,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31008,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31009,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31010,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31011,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31012,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31013,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31014,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31015,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31016,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31017,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31018,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31019,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31020,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31021,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31022,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31023,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31024,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31025,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31026,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31027,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31028,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31029,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31030,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31031,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31032,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31033,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31034,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31035,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31036,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31037,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31038,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31039,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31040,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31041,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31042,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31043,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31044,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31045,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31046,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2811,31045,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31047,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2811,31045,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31048,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2811,31045,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31049,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31050,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2811,31049,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31051,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2811,31049,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31052,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2811,31049,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31053,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2811,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31054,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2811,31053,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31055,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2811,31053,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31056,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2811,31053,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31057,'Sources of ignition',8,0,1,'upto 3 pictures',NULL,NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2812,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31058,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2812,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31059,'Combustible Materials',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2812,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31060,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2812,NULL,'2023-05-01 10:10:49','2023-05-01 10:10:49'),(31061,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31062,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31063,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31064,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31065,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31066,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31067,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31068,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31069,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31070,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31071,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31072,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31073,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31074,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31075,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31076,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2813,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31077,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31078,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31079,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31080,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31081,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31082,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31083,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31084,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31085,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31086,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2814,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31087,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31088,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31089,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31090,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31091,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31092,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31093,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2815,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31094,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2816,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31095,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2816,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31096,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31097,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,2,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31098,'Others at risk and additional comments',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31099,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31100,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31101,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31102,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31103,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31104,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31105,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31106,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31107,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31108,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2817,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31109,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31110,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31111,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31112,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31113,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31114,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31115,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31116,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31117,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31118,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31119,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31120,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31121,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31122,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31123,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31124,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31125,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31126,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31127,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31128,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2818,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31129,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31130,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31131,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31132,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31133,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31134,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31135,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31136,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31137,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31138,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31139,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31140,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31141,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31142,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2819,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31143,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31144,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31145,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31146,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31147,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31148,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31149,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31150,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31151,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31152,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31153,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31154,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31155,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2820,31154,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31156,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31157,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31158,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2820,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31159,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31160,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31161,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31162,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2821,31161,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31163,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31164,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31165,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2821,31164,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31166,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2821,31164,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31167,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31168,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31169,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31170,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31171,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31172,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31173,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31174,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31175,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31176,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31177,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31178,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31179,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31180,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31181,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31182,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31183,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31184,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31185,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31186,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31187,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31188,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31189,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31190,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31191,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31192,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31193,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31194,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31195,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31196,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31197,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31198,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31199,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31200,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31201,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31202,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31203,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31204,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31205,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31206,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31207,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31208,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31209,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31210,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31211,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2821,31210,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31212,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2821,31210,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31213,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2821,31210,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31214,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31215,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2821,31214,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31216,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2821,31214,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31217,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2821,31214,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31218,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2821,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31219,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2821,31218,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31220,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2821,31218,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31221,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2821,31218,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31222,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2822,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31223,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2822,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31224,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2822,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31225,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2822,NULL,'2023-05-01 10:13:56','2023-05-01 10:13:56'),(31226,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31227,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31228,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31229,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31230,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31231,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31232,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31233,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31234,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31235,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31236,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31237,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31238,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31239,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31240,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31241,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2823,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31242,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31243,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31244,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31245,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31246,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31247,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31248,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31249,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31250,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31251,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2824,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31252,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31253,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31254,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31255,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31256,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31257,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31258,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2825,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31259,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2826,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31260,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2826,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31261,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31262,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31263,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31264,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31265,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31266,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31267,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31268,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31269,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31270,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31271,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31272,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31273,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31274,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31275,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31276,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31277,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31278,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31279,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31280,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2827,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31281,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31282,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31283,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31284,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31285,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31286,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31287,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31288,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31289,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes - there is suitable Em lighting in the building.</p>\n<p>No - there is not sufficient Em lighting in the building (recommend EM lights, take advise from specialist testing advised to BS5266 and&nbsp;BS5588).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31290,'Are they in good condition not obstructed or over  painted',8,0,1,NULL,'<p>Yes - they are in good condition no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted<br>(recommend removing obstruction &amp; take advise from specialist if in poor condition testing of em lights advised to regulationBS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31291,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31292,'Are the Em lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31293,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31294,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2828,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31295,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31296,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31297,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31298,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31299,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31300,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31301,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31302,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31303,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31304,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31305,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31306,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31307,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2829,31306,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31308,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31309,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31310,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2829,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31311,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31312,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31313,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31314,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2830,31313,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31315,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31316,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31317,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2830,31316,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31318,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2830,31316,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31319,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31320,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31321,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31322,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31323,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31324,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31325,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31326,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31327,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31328,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31329,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31330,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2830,NULL,'2023-05-01 10:41:10','2023-05-01 10:41:10'),(31331,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31332,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31333,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31334,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31335,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31336,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31337,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31338,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31339,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31340,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31341,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31342,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31343,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31344,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31345,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31346,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31347,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31348,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31349,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31350,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31351,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31352,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31353,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31354,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31355,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31356,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31357,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31358,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31359,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31360,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31361,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31362,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31363,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2830,31362,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31364,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2830,31362,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31365,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2830,31362,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31366,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31367,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2830,31366,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31368,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2830,31366,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31369,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2830,31366,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31370,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2830,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31371,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2830,31370,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31372,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2830,31370,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31373,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2830,31370,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31374,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2831,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31375,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2831,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31376,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2831,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31377,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2831,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31378,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31379,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31380,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31381,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31382,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31383,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31384,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31385,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31386,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31387,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31388,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31389,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31390,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2832,NULL,'2023-05-01 10:41:11','2023-05-01 10:41:11'),(31391,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31392,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31393,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31394,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31395,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31396,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31397,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31398,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31399,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31400,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31401,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31402,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31403,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31404,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31405,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31406,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2833,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31407,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31408,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31409,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31410,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31411,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31412,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31413,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31414,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31415,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31416,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2834,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31417,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31418,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31419,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31420,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31421,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31422,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31423,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2835,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31424,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2836,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31425,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2836,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31426,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31427,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31428,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31429,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31430,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31431,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31432,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31433,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31434,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31435,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31436,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31437,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31438,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31439,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company have a system in place for a full evacuation</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31440,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31441,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31442,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31443,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31444,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31445,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2837,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31446,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31447,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31448,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31449,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31450,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31451,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31452,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31453,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31454,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31455,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31456,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31457,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31458,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2838,31457,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31459,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31460,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31461,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2838,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31462,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31463,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31464,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31465,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2839,31464,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31466,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31467,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31468,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2839,31467,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31469,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2839,31467,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31470,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31471,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31472,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31473,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31474,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31475,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31476,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31477,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31478,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31479,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31480,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31481,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31482,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31483,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31484,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31485,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31486,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31487,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31488,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31489,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31490,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31491,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31492,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31493,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31494,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31495,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31496,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31497,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31498,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31499,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31500,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31501,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31502,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31503,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31504,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31505,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31506,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31507,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31508,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31509,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31510,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31511,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31512,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31513,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31514,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2839,31513,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31515,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2839,31513,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31516,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2839,31513,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31517,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31518,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2839,31517,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31519,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2839,31517,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31520,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2839,31517,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31521,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2839,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31522,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2839,31521,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31523,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2839,31521,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31524,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2839,31521,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31525,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2840,NULL,'2023-05-01 11:07:28','2023-05-01 11:07:28'),(31526,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2840,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31527,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2840,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31528,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2840,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31529,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31530,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31531,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31532,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31533,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31534,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31535,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31536,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31537,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31538,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31539,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31540,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31541,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2841,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31542,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31543,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31544,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31545,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31546,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31547,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31548,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31549,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31550,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31551,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31552,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31553,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31554,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31555,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2842,NULL,'2023-05-01 11:07:29','2023-05-01 11:07:29'),(31556,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31557,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31558,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31559,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31560,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31561,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31562,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31563,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31564,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31565,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31566,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31567,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31568,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31569,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31570,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31571,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2843,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31572,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31573,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31574,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31575,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31576,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31577,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31578,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31579,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31580,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31581,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2844,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31582,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31583,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31584,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31585,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31586,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31587,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31588,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2845,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31589,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2846,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31590,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2846,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31591,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31592,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31593,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31594,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31595,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31596,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31597,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31598,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31599,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31600,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31601,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31602,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31603,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2847,31602,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31604,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31605,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31606,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2847,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31607,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31608,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31609,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31610,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2848,31609,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31611,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31612,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31613,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2848,31612,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31614,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2848,31612,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31615,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31616,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31617,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31618,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31619,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31620,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31621,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31622,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31623,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31624,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31625,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31626,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31627,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31628,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31629,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31630,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31631,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31632,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31633,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31634,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31635,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31636,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31637,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31638,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31639,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31640,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31641,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31642,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31643,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31644,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31645,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31646,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31647,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31648,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31649,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31650,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31651,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31652,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31653,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31654,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31655,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31656,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31657,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31658,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31659,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2848,31658,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31660,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2848,31658,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31661,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2848,31658,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31662,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31663,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2848,31662,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31664,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2848,31662,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31665,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2848,31662,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31666,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2848,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31667,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2848,31666,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31668,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2848,31666,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31669,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2848,31666,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31670,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2849,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31671,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2849,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31672,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2849,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31673,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2849,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31674,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31675,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31676,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31677,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31678,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31679,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31680,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31681,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31682,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31683,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31684,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31685,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31686,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2850,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31687,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31688,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31689,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31690,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31691,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31692,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31693,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31694,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31695,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31696,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31697,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31698,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31699,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31700,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2851,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31701,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31702,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31703,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31704,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31705,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31706,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31707,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31708,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31709,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31710,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31711,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31712,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31713,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31714,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31715,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31716,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31717,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31718,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31719,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31720,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2852,NULL,'2023-05-01 11:42:59','2023-05-01 11:42:59'),(31721,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31722,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31723,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31724,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31725,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31726,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31727,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31728,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31729,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31730,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31731,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31732,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31733,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31734,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31735,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31736,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2853,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31737,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31738,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31739,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31740,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31741,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31742,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31743,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31744,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31745,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31746,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2854,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31747,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31748,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31749,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31750,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31751,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31752,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31753,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2855,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31754,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2856,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31755,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2856,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31756,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31757,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31758,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31759,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31760,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31761,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31762,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31763,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31764,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31765,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31766,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31767,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31768,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2857,31767,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31769,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31770,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31771,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2857,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31772,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31773,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31774,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31775,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2858,31774,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31776,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31777,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31778,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2858,31777,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31779,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2858,31777,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31780,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31781,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31782,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31783,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31784,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31785,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31786,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31787,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31788,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31789,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31790,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31791,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31792,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31793,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31794,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31795,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31796,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31797,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31798,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31799,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31800,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31801,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31802,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31803,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31804,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31805,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31806,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31807,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31808,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31809,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31810,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31811,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31812,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31813,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31814,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31815,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31816,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31817,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31818,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31819,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31820,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31821,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31822,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31823,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31824,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2858,31823,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31825,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2858,31823,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31826,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2858,31823,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31827,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2858,NULL,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31828,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2858,31827,'2023-05-01 11:43:52','2023-05-01 11:43:52'),(31829,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2858,31827,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31830,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2858,31827,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31831,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2858,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31832,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2858,31831,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31833,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2858,31831,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31834,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2858,31831,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31835,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2859,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31836,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2859,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31837,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2859,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31838,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2859,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31839,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31840,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31841,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31842,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31843,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31844,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31845,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31846,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31847,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31848,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31849,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31850,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31851,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2860,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31852,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31853,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31854,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31855,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31856,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31857,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31858,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31859,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31860,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31861,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31862,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31863,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31864,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31865,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2861,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31866,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31867,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31868,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31869,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31870,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31871,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31872,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31873,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31874,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31875,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31876,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31877,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31878,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31879,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31880,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31881,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31882,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31883,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31884,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31885,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2862,NULL,'2023-05-01 11:43:53','2023-05-01 11:43:53'),(31886,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2863,NULL,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(31887,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2863,NULL,'2023-05-01 11:45:06','2023-05-01 11:45:06'),(31888,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31889,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31890,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31891,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31892,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31893,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31894,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31895,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31896,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31897,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31898,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31899,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31900,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31901,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2863,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31902,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31903,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31904,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31905,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07');
INSERT INTO `questions` VALUES (31906,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31907,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31908,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31909,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31910,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31911,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2864,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31912,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31913,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31914,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31915,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31916,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31917,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31918,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2865,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31919,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2866,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31920,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2866,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31921,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31922,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31923,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31924,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31925,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31926,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31927,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31928,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31929,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31930,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31931,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31932,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31933,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2867,31932,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31934,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31935,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31936,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2867,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31937,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31938,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31939,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31940,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2868,31939,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31941,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31942,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31943,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2868,31942,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31944,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2868,31942,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31945,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31946,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31947,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31948,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31949,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31950,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31951,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31952,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31953,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31954,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31955,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31956,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31957,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31958,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31959,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31960,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31961,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31962,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31963,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31964,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31965,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31966,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31967,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31968,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31969,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31970,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31971,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31972,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31973,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31974,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31975,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31976,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31977,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31978,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31979,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31980,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31981,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31982,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31983,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31984,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31985,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31986,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31987,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31988,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31989,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2868,31988,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31990,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2868,31988,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31991,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2868,31988,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31992,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31993,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2868,31992,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31994,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2868,31992,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31995,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2868,31992,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31996,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2868,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31997,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2868,31996,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31998,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2868,31996,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(31999,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2868,31996,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32000,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2869,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32001,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2869,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32002,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2869,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32003,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2869,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32004,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32005,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32006,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32007,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32008,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32009,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32010,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32011,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32012,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32013,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32014,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32015,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32016,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2870,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32017,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32018,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32019,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32020,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32021,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32022,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32023,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32024,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32025,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32026,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32027,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32028,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32029,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32030,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32031,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32032,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32033,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32034,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32035,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32036,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2871,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32037,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32038,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32039,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32040,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32041,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32042,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32043,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32044,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32045,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32046,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32047,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32048,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32049,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32050,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2872,NULL,'2023-05-01 11:45:07','2023-05-01 11:45:07'),(32051,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32052,'Is there a current test certificate for the fire alarm system, within the last 6 months',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32053,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32054,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32055,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32056,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32057,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32058,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32059,'Portable appliance in the building, Has the pat testing been carried out.',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32060,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32061,'Fire door inspections to ensure functional and seals and closure and locks are working, help button fire door guide diagram',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32062,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32063,'Fire blankets are displayed in the required location ie kitchens hot work areas',9,0,1,NULL,'<p><br>1 yes, they are provided and displayed&nbsp;<br>2 no there are no fire blanket supplied or displayed - recommend to<br>be installed in high risk areas kitchen or hot works areas</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32064,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32065,'Specialist equipment like evac chairs - beds stretchers etc for injured - special needs or disabled people',9,0,1,NULL,'<p><br>1 yes, they are provided and ready to use located in a communal<br>area<br>2 no they are not supplied or avalible - recommend being installed<br>and tested &amp; located where applicable in high risk areas or<br>environments</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32066,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2873,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32067,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32068,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32069,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32070,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32071,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32072,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32073,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32074,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32075,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32076,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2874,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32077,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2875,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32078,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2875,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32079,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2875,NULL,'2023-05-01 11:45:11','2023-05-01 11:45:11'),(32080,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2875,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32081,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2875,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32082,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2875,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32083,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2875,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32084,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2876,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32085,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2876,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32086,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32087,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32088,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32089,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32090,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32091,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32092,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32093,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32094,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32095,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32096,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32097,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32098,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2877,32097,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32099,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32100,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32101,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2877,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32102,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32103,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32104,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32105,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2878,32104,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32106,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32107,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32108,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2878,32107,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32109,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2878,32107,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32110,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32111,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32112,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32113,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32114,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32115,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32116,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32117,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32118,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32119,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32120,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32121,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32122,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32123,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32124,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32125,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32126,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32127,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32128,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32129,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32130,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32131,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32132,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32133,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32134,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32135,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32136,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32137,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32138,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32139,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32140,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32141,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32142,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32143,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32144,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32145,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32146,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32147,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32148,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32149,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32150,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32151,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32152,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32153,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32154,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2878,32153,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32155,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2878,32153,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32156,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2878,32153,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32157,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32158,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2878,32157,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32159,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2878,32157,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32160,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2878,32157,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32161,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2878,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32162,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2878,32161,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32163,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2878,32161,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32164,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2878,32161,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32165,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2879,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32166,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2879,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32167,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2879,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32168,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2879,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32169,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32170,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32171,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32172,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32173,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32174,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32175,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32176,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32177,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32178,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32179,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32180,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32181,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2880,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32182,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32183,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32184,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32185,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32186,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32187,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32188,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32189,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32190,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32191,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32192,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32193,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32194,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32195,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32196,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32197,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32198,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32199,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32200,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32201,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2881,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32202,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32203,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32204,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32205,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32206,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32207,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32208,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32209,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32210,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32211,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32212,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32213,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32214,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32215,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2882,NULL,'2023-05-01 11:45:12','2023-05-01 11:45:12'),(32216,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32217,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32218,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32219,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32220,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32221,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32222,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32223,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32224,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32225,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2883,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32226,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32227,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32228,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32229,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32230,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32231,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32232,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2884,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32233,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2885,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32234,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2885,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32235,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32236,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32237,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32238,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32239,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32240,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32241,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32242,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32243,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32244,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32245,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32246,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32247,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2886,32246,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32248,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32249,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32250,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2886,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32251,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32252,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32253,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32254,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2887,32253,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32255,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32256,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32257,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2887,32256,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32258,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2887,32256,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32259,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32260,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32261,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32262,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32263,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32264,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32265,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32266,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32267,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32268,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32269,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32270,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32271,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32272,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32273,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32274,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32275,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32276,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32277,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32278,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32279,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32280,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32281,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32282,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32283,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32284,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32285,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32286,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32287,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32288,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32289,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32290,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32291,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32292,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32293,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32294,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32295,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32296,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32297,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32298,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32299,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32300,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32301,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32302,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32303,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2887,32302,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32304,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2887,32302,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32305,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2887,32302,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32306,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32307,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2887,32306,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32308,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2887,32306,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32309,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2887,32306,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32310,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2887,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32311,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2887,32310,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32312,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2887,32310,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32313,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2887,32310,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32314,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2888,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32315,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2888,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32316,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2888,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32317,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2888,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32318,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32319,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32320,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32321,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32322,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32323,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32324,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32325,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32326,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32327,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32328,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32329,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32330,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2889,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32331,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32332,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32333,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32334,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32335,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32336,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32337,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32338,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32339,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32340,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32341,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32342,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32343,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32344,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32345,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32346,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32347,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32348,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32349,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32350,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2890,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32351,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32352,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32353,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32354,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32355,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32356,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32357,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32358,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32359,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32360,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32361,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32362,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32363,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32364,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2891,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32365,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32366,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32367,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32368,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32369,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32370,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32371,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32372,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32373,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32374,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32375,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32376,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32377,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32378,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32379,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32380,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2892,NULL,'2023-05-01 12:12:31','2023-05-01 12:12:31'),(32381,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32382,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32383,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32384,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32385,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32386,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32387,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32388,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32389,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32390,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2893,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32391,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32392,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32393,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32394,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32395,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32396,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32397,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2894,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32398,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2895,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32399,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2895,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32400,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32401,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32402,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32403,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32404,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32405,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32406,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32407,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32408,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32409,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32410,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32411,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32412,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2896,32411,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32413,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32414,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32415,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2896,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32416,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32417,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32418,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32419,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2897,32418,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32420,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32421,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32422,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2897,32421,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32423,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2897,32421,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32424,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32425,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32426,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32427,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32428,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32429,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32430,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32431,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32432,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32433,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32434,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32435,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32436,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32437,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32438,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32439,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32440,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32441,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32442,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32443,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32444,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32445,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32446,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32447,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32448,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32449,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32450,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32451,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32452,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32453,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32454,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32455,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32456,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32457,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32458,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32459,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32460,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32461,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32462,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32463,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32464,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32465,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32466,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32467,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32468,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2897,32467,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32469,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2897,32467,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32470,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2897,32467,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32471,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32472,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2897,32471,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32473,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2897,32471,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32474,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2897,32471,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32475,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2897,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32476,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2897,32475,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32477,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2897,32475,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32478,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2897,32475,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32479,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2898,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32480,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2898,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32481,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2898,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32482,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2898,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32483,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32484,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32485,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32486,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32487,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32488,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32489,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32490,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32491,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32492,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32493,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32494,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32495,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2899,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32496,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32497,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32498,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32499,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32500,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32501,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32502,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32503,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32504,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32505,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32506,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32507,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32508,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32509,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32510,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32511,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32512,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32513,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32514,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32515,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2900,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32516,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32517,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32518,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32519,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32520,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32521,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32522,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32523,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32524,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32525,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32526,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32527,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32528,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32529,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2901,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32530,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32531,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32532,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32533,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32534,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32535,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32536,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32537,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32538,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32539,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32540,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32541,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32542,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32543,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32544,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32545,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2902,NULL,'2023-05-01 12:12:36','2023-05-01 12:12:36'),(32546,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32547,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32548,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32549,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32550,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32551,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32552,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2903,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32553,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2904,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32554,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2904,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32555,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32556,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32557,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32558,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32559,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32560,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32561,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32562,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32563,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32564,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32565,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32566,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32567,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2905,32566,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32568,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32569,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32570,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2905,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32571,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32572,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32573,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32574,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2906,32573,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32575,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32576,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32577,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2906,32576,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32578,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2906,32576,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32579,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32580,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32581,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32582,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32583,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32584,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32585,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32586,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32587,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32588,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32589,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32590,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32591,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32592,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32593,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32594,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32595,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32596,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32597,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32598,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32599,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32600,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32601,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32602,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32603,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32604,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32605,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32606,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32607,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32608,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32609,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32610,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32611,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32612,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32613,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32614,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32615,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32616,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32617,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32618,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32619,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32620,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32621,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32622,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32623,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2906,32622,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32624,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2906,32622,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32625,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2906,32622,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32626,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32627,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2906,32626,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32628,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2906,32626,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32629,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2906,32626,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32630,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2906,NULL,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32631,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2906,32630,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32632,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2906,32630,'2023-05-01 12:39:09','2023-05-01 12:39:09'),(32633,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2906,32630,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32634,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2907,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32635,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2907,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32636,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2907,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32637,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2907,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32638,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32639,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32640,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32641,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32642,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32643,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32644,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32645,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32646,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32647,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32648,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32649,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32650,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2908,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32651,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32652,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32653,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32654,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32655,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32656,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32657,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32658,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32659,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32660,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32661,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32662,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32663,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32664,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32665,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32666,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32667,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32668,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32669,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32670,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2909,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32671,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32672,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32673,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32674,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32675,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32676,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32677,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32678,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32679,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32680,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32681,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32682,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32683,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32684,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2910,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32685,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32686,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32687,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32688,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32689,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32690,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32691,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32692,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32693,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32694,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32695,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32696,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32697,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32698,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32699,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32700,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2911,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32701,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32702,'Directional Exit Signs Are Located Correctly Within  Building And Clearly Visible To Exit The Building',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32703,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32704,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32705,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32706,'Are Their Sufficient Fire Exit Escapes Determined By An  Assessment Of The Level Of Occupancy, The Activities, And Contents Of  The Premises, And Do They Open Easily In An Emergency?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32707,'In Fire Evacuation Do You Have A Procedure For  Employment And Visitors Etc, About Using Lifts In The Building And  Are There Signs In Communal Areas?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Don&rsquo;t Use Lifts In The Event Of A Fire Evacuation Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Signs In Communal Areas To Make People Aware Of This No 7</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32708,'Are Escape Routes Always Kept Clear Of Obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Clear Passage Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Obstructions In Passage - Recommend Removal Of Objects In The&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communal Areas For Clear Passage</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF CLEAR EXIT - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32709,'Are Evacuation Assembly Points Safe For The Expected  Number Of People To Congregate To?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32710,'Which Type Of Evacuation Procedures Are In Place For  High Rise Buildings This Covers All Types Of Building Offices Flat Or  Similar?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2912,NULL,'2023-05-01 12:39:10','2023-05-01 12:39:10'),(32711,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32712,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32713,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32714,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32715,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32716,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32717,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2913,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32718,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2914,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32719,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2914,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32720,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32721,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32722,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32723,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32724,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32725,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32726,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32727,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32728,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32729,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32730,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32731,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32732,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2915,32731,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32733,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32734,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32735,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2915,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32736,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32737,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32738,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32739,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2916,32738,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32740,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32741,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32742,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2916,32741,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32743,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2916,32741,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32744,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32745,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32746,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32747,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32748,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32749,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32750,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32751,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32752,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32753,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32754,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32755,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32756,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32757,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32758,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32759,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32760,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32761,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32762,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32763,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32764,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32765,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32766,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32767,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32768,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32769,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32770,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32771,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32772,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32773,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32774,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32775,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32776,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32777,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32778,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32779,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32780,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32781,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32782,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32783,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32784,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32785,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32786,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32787,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32788,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2916,32787,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32789,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2916,32787,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32790,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2916,32787,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32791,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32792,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2916,32791,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32793,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2916,32791,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32794,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2916,32791,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32795,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2916,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32796,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2916,32795,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32797,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2916,32795,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32798,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2916,32795,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32799,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2917,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32800,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2917,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32801,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2917,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32802,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2917,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32803,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32804,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32805,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32806,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32807,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32808,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32809,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32810,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32811,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32812,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32813,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2918,NULL,'2023-05-01 13:42:16','2023-05-01 13:42:16'),(32814,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2918,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32815,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2918,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32816,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32817,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32818,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32819,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32820,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32821,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32822,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32823,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32824,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32825,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32826,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32827,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32828,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32829,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32830,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32831,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32832,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32833,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32834,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32835,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2919,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32836,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32837,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32838,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32839,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32840,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32841,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32842,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32843,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32844,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32845,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32846,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32847,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32848,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32849,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2920,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32850,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32851,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32852,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32853,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32854,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32855,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32856,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32857,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32858,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32859,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32860,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32861,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32862,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32863,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32864,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32865,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2921,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32866,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32867,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32868,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32869,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32870,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32871,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32872,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32873,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32874,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32875,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2922,NULL,'2023-05-01 13:42:17','2023-05-01 13:42:17'),(32876,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32877,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32878,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32879,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32880,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32881,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32882,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2923,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32883,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2924,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32884,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2924,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32885,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32886,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32887,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32888,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32889,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32890,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32891,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32892,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32893,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32894,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32895,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32896,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32897,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2925,32896,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32898,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32899,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32900,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2925,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32901,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32902,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32903,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32904,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2926,32903,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32905,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32906,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32907,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2926,32906,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32908,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2926,32906,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32909,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32910,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32911,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32912,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32913,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32914,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32915,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32916,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32917,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32918,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32919,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32920,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32921,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32922,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32923,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32924,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32925,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32926,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32927,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32928,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32929,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32930,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32931,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32932,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32933,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32934,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32935,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32936,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32937,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32938,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32939,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32940,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32941,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32942,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32943,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32944,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32945,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32946,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32947,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32948,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32949,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32950,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32951,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32952,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32953,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2926,32952,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32954,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2926,32952,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32955,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2926,32952,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32956,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32957,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2926,32956,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32958,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2926,32956,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32959,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2926,32956,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32960,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2926,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32961,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2926,32960,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32962,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2926,32960,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32963,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2926,32960,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32964,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2927,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32965,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2927,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32966,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2927,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32967,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2927,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32968,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32969,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32970,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32971,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32972,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32973,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32974,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32975,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32976,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32977,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32978,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32979,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32980,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2928,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32981,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32982,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32983,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32984,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32985,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32986,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32987,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32988,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32989,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32990,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32991,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32992,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32993,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32994,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32995,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32996,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32997,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32998,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(32999,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33000,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2929,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33001,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33002,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33003,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33004,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33005,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33006,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33007,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33008,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33009,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33010,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33011,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33012,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33013,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33014,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2930,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33015,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33016,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33017,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33018,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33019,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33020,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33021,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33022,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33023,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33024,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33025,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33026,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33027,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33028,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33029,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33030,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2931,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33031,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33032,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33033,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33034,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33035,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33036,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33037,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33038,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33039,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33040,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2932,NULL,'2023-05-01 13:42:24','2023-05-01 13:42:24'),(33041,'Practice Emergency Evacuation Drills Are Undertaken At A  Frequency Determined By The Level Of Occupancy, The Activities, And  Contents Of The Premises? Note New Staff To Be Shown The Evac  Procedures When Starting.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - 1 X Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 Yes - 2x Per Year&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 No -&nbsp; Evacuation Preformed, All Occupants Including New And&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Temp Staff Need To Be Shown The Evacuation Procedures </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33042,'Occupants And Staff Management Information Provided Should Be Reviewed Periodically To Ensure It Remains Up To Date With Any  Changes In H&S Legislation, Guidance, Premise Design, Premise  Activities, Etc.?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Each Year The Fire Risk Assessment And Employees Are Reviewed,&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Training Requirements As Required By Site Management Policy&rsquo;s</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Annual Reviews Have Been Updated, Recommend Update To </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Ensure Compliance Of Staff And Occupants Duties </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33043,'Training And Or Information Provided To Site Managers Covers  How To Identify Fire Wardens And To Obey Their Instructions?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Know Who Their Point Of Contact Ie Fire </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Warden In The Event Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - The Occupants And Staff Don&rsquo;t Know Who The Fire Warden Or&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Contacts Are, Recommend Put This Is To Place To Give Good </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Communication To All </span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33044,'Occupants Or Staff Are Trained / Instructed In The Actions To Be  Undertaken When A Fire Alarm Is Raised, Procedure  To Raise The Alarm Via Call Points In The Event Of Discovering A Fire Or  Emergency',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Training Is Provided By Management Or Training Program Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Fire Safety Is Training Carried Out By Site Management -</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Recommend For Occupants And Staff And Training Or Guidance Or </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Program</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33045,'Occupants Or Staff Are Trained / Instructed In The Correct Use Of  Firefighting Equipment?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Occupants And Staff Are Trained Or Competent Person Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Occupants Or Staff Have Been Trained &ndash; Recommended Basic&nbsp;</span><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Training Or Training Program</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33046,'Occupants Or Staff Records Of Training And Instruction Given To  Meet The Requirements Are Legible And Up To Date, Including New Staff?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - Recorded Available To Prove Induction Or Training Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Records Are Held &ndash; Recommend Training Program For Staff&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">And Occupants</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33047,'Training And Or Information Provided To Occupants And Staff Cover The Location Of The Fire Assemble Point And The Rendezvous Point  For The Emergency Services?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 Yes - This Is Part Of The Training Program And Staff Fire Warden Duties&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 No - Training Has Been Provided For Rendezvous Points In The Property,&nbsp;</span></p>\n<p><span lang=\"EN-IN\" style=\"font-size: 11.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Tunga; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-IN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\">Recommend Providing Training In These Areas</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2933,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33048,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2934,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33049,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2934,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33050,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33051,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33052,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33053,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33054,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33055,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33056,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33057,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33058,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33059,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33060,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33061,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33062,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2935,33061,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33063,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33064,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33065,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2935,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33066,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33067,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33068,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33069,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2936,33068,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33070,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33071,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33072,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2936,33071,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33073,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2936,33071,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33074,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33075,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33076,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33077,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33078,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33079,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33080,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33081,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33082,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33083,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33084,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33085,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33086,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33087,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33088,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33089,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2936,NULL,'2023-05-01 14:04:29','2023-05-01 14:04:29'),(33090,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33091,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33092,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33093,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33094,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33095,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33096,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33097,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33098,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33099,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33100,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33101,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33102,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33103,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33104,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33105,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33106,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33107,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33108,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33109,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33110,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33111,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33112,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33113,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33114,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33115,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33116,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33117,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33118,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2936,33117,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33119,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2936,33117,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33120,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2936,33117,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33121,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33122,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2936,33121,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33123,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2936,33121,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33124,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2936,33121,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33125,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2936,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33126,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2936,33125,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33127,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2936,33125,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33128,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2936,33125,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33129,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2937,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33130,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2937,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33131,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2937,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33132,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2937,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33133,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33134,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33135,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33136,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33137,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33138,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33139,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33140,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33141,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33142,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33143,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33144,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33145,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2938,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33146,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33147,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33148,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33149,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33150,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33151,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33152,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33153,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33154,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33155,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33156,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33157,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33158,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33159,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33160,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33161,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33162,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33163,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33164,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33165,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2939,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33166,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33167,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33168,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33169,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33170,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33171,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33172,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33173,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33174,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33175,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33176,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33177,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33178,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33179,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2940,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33180,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33181,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33182,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33183,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33184,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33185,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33186,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33187,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33188,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33189,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33190,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33191,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33192,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33193,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33194,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33195,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2941,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33196,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33197,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33198,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33199,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33200,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33201,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33202,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33203,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33204,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33205,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2942,NULL,'2023-05-01 14:04:30','2023-05-01 14:04:30'),(33206,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2943,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33207,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2943,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33208,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33209,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33210,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33211,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33212,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33213,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33214,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33215,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33216,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33217,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33218,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33219,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33220,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2944,33219,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33221,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33222,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33223,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2944,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33224,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33225,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33226,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33227,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2945,33226,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33228,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33229,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33230,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2945,33229,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33231,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2945,33229,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33232,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33233,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33234,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33235,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33236,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33237,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33238,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33239,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33240,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33241,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33242,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33243,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33244,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33245,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33246,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33247,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33248,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33249,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33250,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33251,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33252,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33253,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33254,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33255,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33256,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33257,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33258,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33259,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33260,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33261,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33262,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33263,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33264,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33265,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33266,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33267,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33268,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33269,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33270,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33271,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33272,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33273,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33274,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33275,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33276,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2945,33275,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33277,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2945,33275,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33278,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2945,33275,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33279,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33280,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2945,33279,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33281,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2945,33279,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33282,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2945,33279,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33283,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2945,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33284,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2945,33283,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33285,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2945,33283,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33286,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2945,33283,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33287,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2946,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33288,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2946,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33289,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2946,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33290,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2946,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33291,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33292,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33293,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33294,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33295,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33296,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33297,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33298,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33299,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33300,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33301,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33302,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33303,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2947,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33304,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33305,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33306,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33307,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33308,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33309,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33310,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33311,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33312,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33313,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33314,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33315,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33316,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33317,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33318,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33319,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33320,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33321,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33322,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33323,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2948,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33324,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33325,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33326,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33327,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33328,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33329,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33330,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33331,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33332,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33333,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33334,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33335,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33336,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33337,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2949,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33338,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33339,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33340,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33341,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33342,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33343,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33344,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33345,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33346,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33347,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33348,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33349,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33350,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33351,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33352,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33353,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2950,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33354,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33355,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33356,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33357,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33358,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33359,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33360,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33361,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33362,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33363,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2951,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33364,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33365,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33366,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33367,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33368,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33369,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33370,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2952,NULL,'2023-05-01 14:55:54','2023-05-01 14:55:54'),(33371,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2953,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33372,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2953,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33373,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33374,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33375,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33376,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33377,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33378,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33379,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33380,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33381,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33382,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33383,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33384,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33385,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2954,33384,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33386,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33387,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33388,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2954,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33389,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33390,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33391,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33392,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2955,33391,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33393,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33394,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33395,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2955,33394,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33396,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2955,33394,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33397,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33398,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33399,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33400,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33401,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33402,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33403,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33404,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33405,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33406,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33407,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33408,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33409,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33410,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33411,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33412,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33413,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33414,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33415,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33416,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33417,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33418,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33419,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33420,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33421,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33422,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33423,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33424,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33425,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33426,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33427,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33428,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33429,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33430,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33431,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33432,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33433,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33434,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33435,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33436,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33437,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33438,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33439,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33440,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33441,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2955,33440,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33442,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2955,33440,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33443,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2955,33440,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33444,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33445,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2955,33444,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33446,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2955,33444,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33447,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2955,33444,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33448,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2955,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33449,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2955,33448,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33450,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2955,33448,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33451,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2955,33448,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33452,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2956,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33453,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2956,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33454,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2956,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33455,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2956,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33456,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33457,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33458,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33459,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33460,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33461,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33462,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33463,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33464,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33465,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33466,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33467,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33468,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2957,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33469,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33470,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33471,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33472,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33473,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33474,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33475,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33476,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33477,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33478,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33479,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33480,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33481,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33482,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33483,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33484,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33485,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33486,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33487,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33488,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2958,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33489,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33490,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33491,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33492,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33493,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33494,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33495,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33496,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33497,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33498,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33499,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33500,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33501,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33502,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2959,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33503,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33504,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33505,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33506,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33507,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33508,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33509,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33510,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33511,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33512,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33513,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33514,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33515,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33516,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33517,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33518,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2960,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33519,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33520,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33521,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33522,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33523,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33524,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33525,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:08','2023-05-01 14:56:08'),(33526,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2961,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33527,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2961,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33528,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2961,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33529,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33530,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33531,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33532,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33533,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33534,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33535,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2962,NULL,'2023-05-01 14:56:09','2023-05-01 14:56:09'),(33536,'Extra Training And Or Information Provided To Fire Wardens Covers General Fire Precautions For The Premises?',9,0,1,NULL,'<ol>\n<li>Yes - The Company Provides The Extra Training As And When Changes Are Made Or When Required</li>\n<li>No - The Company Does Not Provide Any Extra Training As And When Changes Are Made Or When Required, Recommend Updating As Changes Happen</li>\n</ol>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2963,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33537,'Are Staff Or Occupants With Added Fire Safety Responsibilities, Such As Fire Wardens, Given Additional Training?',9,0,1,NULL,'<p>1- Yes - The Company Gives Additional Training And Refresher Training To Allocated Fire Warden</p>\n<p>2- yes - Fire Wardens Are Already Trained In Fire Warden Are In Enrolment Already</p>\n<p>3- No- Fire Warden Or Competent Person Are Allocated, Recommend Putting An Allocated Person In Place Asap</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2963,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33538,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33539,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33540,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33541,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33542,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33543,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33544,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33545,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33546,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33547,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33548,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33549,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33550,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2964,33549,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33551,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33552,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33553,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2964,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33554,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33555,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33556,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33557,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2965,33556,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33558,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33559,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33560,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2965,33559,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33561,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2965,33559,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33562,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33563,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33564,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33565,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33566,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33567,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33568,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33569,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33570,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33571,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33572,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33573,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33574,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33575,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33576,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33577,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33578,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33579,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33580,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33581,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33582,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33583,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33584,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33585,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33586,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33587,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33588,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33589,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33590,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33591,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33592,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33593,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33594,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33595,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33596,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33597,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33598,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33599,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33600,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33601,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33602,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33603,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33604,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33605,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33606,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2965,33605,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33607,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2965,33605,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33608,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2965,33605,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33609,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33610,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2965,33609,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33611,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2965,33609,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33612,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2965,33609,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33613,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2965,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33614,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2965,33613,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33615,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2965,33613,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33616,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2965,33613,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33617,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2966,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33618,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2966,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33619,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2966,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33620,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2966,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33621,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33622,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33623,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33624,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33625,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33626,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33627,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33628,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33629,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33630,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33631,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33632,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33633,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2967,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33634,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33635,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33636,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33637,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33638,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33639,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33640,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33641,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33642,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33643,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33644,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33645,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33646,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33647,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33648,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33649,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33650,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33651,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33652,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33653,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2968,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33654,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33655,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33656,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33657,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33658,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33659,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33660,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33661,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2969,NULL,'2023-05-01 14:56:26','2023-05-01 14:56:26'),(33662,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2969,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33663,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2969,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33664,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2969,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33665,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2969,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33666,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2969,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33667,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2969,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33668,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33669,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33670,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33671,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33672,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33673,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33674,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33675,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33676,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33677,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33678,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33679,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33680,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33681,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33682,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33683,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2970,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33684,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33685,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33686,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33687,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33688,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33689,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33690,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33691,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33692,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33693,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2971,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33694,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33695,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33696,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33697,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33698,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33699,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33700,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2972,NULL,'2023-05-01 14:56:27','2023-05-01 14:56:27'),(33701,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33702,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33703,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33704,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33705,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33706,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33707,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33708,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33709,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33710,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33711,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33712,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33713,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2973,33712,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33714,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33715,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33716,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2973,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33717,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33718,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33719,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33720,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2974,33719,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33721,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33722,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33723,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2974,33722,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33724,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2974,33722,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33725,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33726,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33727,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33728,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33729,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33730,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33731,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33732,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33733,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33734,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33735,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33736,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33737,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33738,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33739,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33740,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33741,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33742,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33743,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33744,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33745,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33746,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33747,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33748,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33749,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33750,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33751,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33752,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33753,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33754,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33755,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33756,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33757,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33758,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33759,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33760,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33761,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33762,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33763,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33764,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33765,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33766,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33767,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33768,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33769,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2974,33768,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33770,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2974,33768,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33771,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2974,33768,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33772,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33773,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2974,33772,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33774,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2974,33772,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33775,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2974,33772,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33776,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2974,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33777,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2974,33776,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33778,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2974,33776,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33779,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2974,33776,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33780,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2975,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33781,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2975,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33782,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2975,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33783,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2975,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33784,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33785,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33786,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33787,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33788,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33789,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33790,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33791,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33792,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33793,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33794,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33795,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33796,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2976,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33797,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33798,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33799,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33800,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33801,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33802,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33803,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33804,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33805,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33806,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33807,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33808,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33809,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33810,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33811,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33812,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33813,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33814,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33815,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33816,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2977,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33817,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33818,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33819,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33820,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33821,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33822,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33823,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33824,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33825,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33826,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33827,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33828,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33829,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33830,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2978,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33831,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33832,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33833,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33834,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33835,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33836,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33837,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33838,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33839,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33840,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33841,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33842,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33843,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33844,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33845,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33846,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2979,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33847,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33848,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33849,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33850,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33851,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33852,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33853,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33854,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33855,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33856,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2980,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33857,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33858,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33859,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33860,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33861,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33862,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33863,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2981,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33864,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2982,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33865,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2982,NULL,'2023-05-01 15:03:21','2023-05-01 15:03:21'),(33866,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33867,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33868,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33869,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33870,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33871,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33872,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33873,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33874,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33875,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33876,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33877,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33878,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2983,33877,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33879,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33880,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33881,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2983,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33882,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33883,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33884,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33885,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2984,33884,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33886,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33887,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33888,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2984,33887,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33889,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2984,33887,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33890,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33891,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33892,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33893,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33894,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33895,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33896,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33897,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33898,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33899,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33900,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33901,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33902,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33903,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33904,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33905,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33906,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33907,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33908,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33909,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33910,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33911,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33912,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33913,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33914,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33915,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33916,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33917,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33918,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33919,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33920,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33921,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33922,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33923,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33924,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33925,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33926,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33927,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33928,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33929,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33930,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33931,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33932,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33933,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33934,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2984,33933,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33935,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2984,33933,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33936,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2984,33933,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33937,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33938,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2984,33937,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33939,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2984,33937,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33940,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2984,33937,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33941,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2984,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33942,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2984,33941,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33943,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2984,33941,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33944,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2984,33941,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33945,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2985,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33946,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2985,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33947,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2985,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33948,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2985,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33949,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2986,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33950,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2986,NULL,'2023-05-01 15:19:39','2023-05-01 15:19:39'),(33951,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33952,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33953,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33954,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33955,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33956,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33957,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33958,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33959,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33960,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33961,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2986,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33962,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33963,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33964,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33965,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33966,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33967,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33968,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33969,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33970,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33971,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33972,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33973,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33974,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33975,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33976,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33977,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33978,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33979,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33980,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33981,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2987,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33982,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33983,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33984,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33985,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33986,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33987,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33988,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33989,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33990,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33991,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33992,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33993,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33994,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33995,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2988,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33996,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33997,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33998,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(33999,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34000,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34001,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34002,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34003,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34004,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34005,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34006,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34007,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34008,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34009,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34010,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34011,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2989,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34012,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34013,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34014,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34015,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34016,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34017,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34018,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34019,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34020,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34021,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2990,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34022,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34023,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34024,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34025,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34026,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34027,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34028,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2991,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34029,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2992,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34030,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2992,NULL,'2023-05-01 15:19:40','2023-05-01 15:19:40'),(34031,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34032,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34033,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34034,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34035,'How many overall staff?',4,1,0,NULL,'<p>Enter the total number of staff that work in the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34036,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34037,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34038,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34039,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34040,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34041,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34042,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34043,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2993,34042,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34044,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34045,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34046,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,2993,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34047,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34048,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34049,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34050,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,2994,34049,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34051,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34052,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34053,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,2994,34052,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34054,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,2994,34052,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34055,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34056,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34057,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34058,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34059,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34060,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34061,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34062,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34063,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34064,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34065,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34066,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34067,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34068,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34069,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34070,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34071,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34072,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34073,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34074,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34075,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34076,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34077,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34078,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34079,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34080,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34081,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34082,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34083,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34084,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34085,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34086,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34087,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34088,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34089,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34090,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34091,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34092,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34093,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34094,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34095,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34096,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34097,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34098,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34099,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,2994,34098,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34100,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,2994,34098,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34101,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2994,34098,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34102,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34103,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,2994,34102,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34104,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,2994,34102,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34105,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,2994,34102,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34106,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,2994,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34107,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,2994,34106,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34108,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,2994,34106,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34109,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2994,34106,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34110,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,2995,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34111,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2995,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34112,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2995,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34113,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2995,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34114,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34115,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34116,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34117,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34118,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34119,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34120,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34121,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34122,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34123,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34124,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34125,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34126,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,2996,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34127,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34128,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34129,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34130,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34131,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34132,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34133,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34134,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34135,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34136,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34137,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34138,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34139,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34140,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34141,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34142,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34143,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34144,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34145,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34146,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,2997,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34147,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34148,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34149,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34150,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34151,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34152,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34153,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34154,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34155,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34156,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34157,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34158,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34159,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34160,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2998,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34161,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34162,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34163,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34164,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34165,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34166,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34167,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34168,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34169,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34170,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34171,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34172,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34173,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34174,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34175,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34176,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,2999,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34177,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34178,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34179,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34180,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34181,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34182,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34183,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34184,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34185,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34186,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3000,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34187,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34188,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34189,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34190,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34191,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34192,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34193,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3001,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34194,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3002,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34195,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3002,NULL,'2023-05-01 15:56:10','2023-05-01 15:56:10'),(34196,'Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34197,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34198,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34199,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3003,34198,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34200,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34201,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34202,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3003,34201,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34203,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3003,34201,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34204,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34205,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34206,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34207,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34208,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34209,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34210,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34211,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34212,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34213,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34214,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34215,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34216,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,1,0,18,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34217,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34218,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34219,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34220,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34221,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34222,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34223,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34224,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34225,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34226,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34227,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34228,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34229,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34230,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34231,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34232,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34233,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34234,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34235,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34236,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34237,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34238,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34239,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34240,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34241,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34242,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34243,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34244,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34245,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34246,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34247,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34248,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3003,34247,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34249,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3003,34247,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34250,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3003,34247,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34251,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34252,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3003,34251,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34253,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3003,34251,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34254,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3003,34251,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34255,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3003,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34256,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3003,34255,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34257,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3003,34255,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34258,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3003,34255,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34259,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3004,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34260,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3004,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34261,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3004,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34262,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3004,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34263,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34264,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34265,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34266,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34267,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34268,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34269,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34270,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34271,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34272,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34273,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34274,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34275,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3005,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34276,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34277,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34278,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34279,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34280,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34281,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34282,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34283,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34284,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34285,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34286,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34287,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34288,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34289,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34290,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34291,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34292,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34293,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34294,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34295,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3006,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34296,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34297,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34298,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34299,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34300,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34301,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34302,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34303,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34304,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34305,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34306,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34307,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34308,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34309,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3007,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34310,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3008,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34311,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3008,NULL,'2023-05-03 14:19:48','2023-05-03 14:19:48'),(34312,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34313,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34314,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34315,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34316,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34317,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34318,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34319,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34320,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34321,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34322,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34323,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34324,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34325,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3008,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34326,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34327,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34328,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34329,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34330,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34331,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34332,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34333,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34334,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34335,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3009,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34336,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34337,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34338,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34339,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34340,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34341,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34342,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3010,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34343,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3011,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34344,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3011,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34345,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34346,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34347,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34348,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34349,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34350,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34351,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34352,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34353,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34354,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34355,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34356,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34357,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3012,34356,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34358,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34359,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34360,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3012,NULL,'2023-05-03 14:19:49','2023-05-03 14:19:49'),(34361,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3013,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34362,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3013,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34363,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3013,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34364,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3013,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34365,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34366,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34367,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34368,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34369,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34370,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34371,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34372,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34373,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34374,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34375,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34376,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34377,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3014,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34378,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34379,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34380,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34381,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34382,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34383,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34384,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34385,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34386,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34387,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34388,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34389,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34390,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34391,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34392,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34393,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34394,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34395,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34396,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34397,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3015,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34398,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34399,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34400,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34401,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34402,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34403,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34404,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34405,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34406,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34407,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34408,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34409,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34410,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34411,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3016,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34412,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34413,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34414,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34415,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34416,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34417,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34418,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34419,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34420,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34421,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34422,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34423,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34424,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34425,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34426,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34427,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3017,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34428,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34429,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34430,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34431,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34432,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34433,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34434,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34435,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34436,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34437,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3018,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34438,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34439,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34440,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34441,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34442,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34443,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34444,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3019,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34445,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3020,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34446,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3020,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34447,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34448,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34449,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34450,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34451,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34452,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34453,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34454,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34455,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34456,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3021,NULL,'2023-05-03 14:25:33','2023-05-03 14:25:33'),(34457,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3021,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34458,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3021,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34459,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3021,34458,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34460,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3021,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34461,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3021,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34462,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3021,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34463,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34464,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34465,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34466,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3022,34465,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34467,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34468,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34469,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3022,34468,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34470,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3022,34468,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34471,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34472,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34473,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34474,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34475,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34476,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34477,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34478,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34479,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34480,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34481,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34482,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34483,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34484,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34485,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34486,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34487,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34488,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34489,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34490,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34491,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34492,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34493,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34494,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34495,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34496,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34497,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34498,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34499,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34500,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34501,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34502,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34503,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34504,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34505,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34506,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34507,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34508,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34509,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34510,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34511,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34512,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34513,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34514,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34515,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3022,34514,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34516,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3022,34514,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34517,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3022,34514,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34518,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34519,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3022,34518,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34520,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3022,34518,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34521,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3022,34518,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34522,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3022,NULL,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34523,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3022,34522,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34524,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3022,34522,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34525,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3022,34522,'2023-05-03 14:25:34','2023-05-03 14:25:34'),(34526,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3023,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34527,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3023,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34528,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3023,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34529,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3023,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34530,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34531,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34532,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34533,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34534,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34535,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34536,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34537,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34538,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34539,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34540,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34541,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34542,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34543,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34544,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34545,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34546,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34547,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34548,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34549,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3024,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34550,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34551,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34552,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34553,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34554,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34555,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34556,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34557,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34558,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34559,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34560,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34561,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34562,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34563,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3025,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34564,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34565,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34566,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34567,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34568,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34569,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34570,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34571,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34572,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34573,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34574,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34575,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34576,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34577,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34578,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34579,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3026,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34580,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34581,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34582,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34583,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34584,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34585,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34586,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:46','2023-05-03 14:27:46'),(34587,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3027,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34588,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3027,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34589,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3027,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34590,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34591,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34592,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34593,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34594,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34595,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34596,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3028,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34597,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3029,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34598,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3029,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34599,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34600,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34601,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34602,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34603,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34604,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34605,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34606,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34607,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34608,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34609,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34610,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34611,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3030,34610,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34612,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34613,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34614,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3030,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34615,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34616,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34617,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34618,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3031,34617,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34619,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34620,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34621,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3031,34620,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34622,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3031,34620,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34623,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34624,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34625,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34626,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34627,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34628,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34629,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34630,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34631,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34632,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34633,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34634,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34635,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34636,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34637,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34638,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34639,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34640,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34641,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34642,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34643,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34644,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34645,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34646,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34647,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34648,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34649,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34650,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34651,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34652,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34653,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34654,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34655,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34656,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34657,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34658,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34659,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34660,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34661,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34662,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34663,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34664,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34665,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34666,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34667,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3031,34666,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34668,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3031,34666,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34669,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3031,34666,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34670,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34671,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3031,34670,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34672,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3031,34670,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34673,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3031,34670,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34674,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3031,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34675,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3031,34674,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34676,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3031,34674,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34677,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3031,34674,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34678,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34679,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34680,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34681,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34682,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34683,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34684,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34685,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34686,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34687,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34688,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34689,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34690,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3032,NULL,'2023-05-03 14:27:47','2023-05-03 14:27:47'),(34691,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3033,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34692,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3033,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34693,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3033,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34694,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3033,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34695,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34696,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34697,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34698,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34699,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34700,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34701,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34702,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34703,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34704,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34705,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34706,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34707,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34708,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3034,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34709,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34710,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34711,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34712,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34713,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34714,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34715,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34716,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34717,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34718,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34719,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34720,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34721,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34722,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34723,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34724,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3035,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34725,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34726,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34727,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34728,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34729,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34730,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34731,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34732,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34733,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34734,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3036,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34735,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34736,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34737,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34738,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34739,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34740,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34741,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3037,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34742,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3038,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34743,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3038,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34744,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34745,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34746,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34747,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34748,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34749,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34750,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34751,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34752,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34753,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34754,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34755,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34756,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3039,34755,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34757,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34758,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34759,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3039,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34760,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34761,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34762,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34763,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3040,34762,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34764,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34765,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34766,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3040,34765,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34767,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3040,34765,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34768,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34769,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34770,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34771,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34772,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34773,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34774,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34775,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34776,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34777,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34778,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34779,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34780,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34781,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34782,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34783,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34784,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34785,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34786,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34787,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34788,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34789,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34790,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34791,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34792,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34793,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34794,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34795,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34796,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34797,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34798,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34799,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34800,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34801,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34802,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34803,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34804,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34805,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34806,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34807,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34808,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34809,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34810,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34811,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34812,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3040,34811,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34813,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3040,34811,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34814,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3040,34811,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34815,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34816,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3040,34815,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34817,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3040,34815,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34818,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3040,34815,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34819,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3040,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34820,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3040,34819,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34821,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3040,34819,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34822,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3040,34819,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34823,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34824,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34825,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34826,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34827,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34828,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34829,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34830,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34831,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34832,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34833,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34834,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34835,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3041,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34836,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;Yes- The responsible person has been allocated in the report.</p>\n<p>&nbsp;No - There is no responsible person instructed or allocated, we recommend appointing a responsible person also into the report.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34837,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>YES &ndash; There are competent persons available to assist the fire&nbsp;<br>warden, yes, a staff member has been allocated as fire warden no 2 in absence of no 1 warden.</p>\n<p>&nbsp;NO &ndash; No competent person has been nominated as a competent person, recommend allocating a competent person as 2nd fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34838,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>YES - The property has a current fire safety policy with arrangements &amp; procedures in place.</p>\n<p>NO &ndash; The property has No fire safety policy or arrangements in place, recommend putting a current fire safety policy with procedures &amp; instructions&nbsp;<br>in place.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34839,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34840,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>YES - The property has a fire safety plan which includes a layout of an area of significant risk.</p>\n<p>NO- The property does not have a layout plan in place or significant risk plan. (Recommend putting the layout plan with significant risk areas for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34841,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34842,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>YES - The premises plan forms a part of the overall emergency plan of the property.</p>\n<p>NO &ndash;The premises plan does not form part of overall emergency plan. (Recommend putting this is place for the property)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34843,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>YES - The premises plan forms a part of other emergency plans within the same property.</p>\n<p>NO &ndash; The premises plan does not form part of another emergency plan in the same property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34844,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>YES -The emergency plans are available for staff, visitors &amp; others to view.</p>\n<p>NO &ndash; The emergency plan is not available for staff visitors or other to see. (Recommend putting the emergency plan in a visible location)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34845,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34846,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>YES &ndash; The plan is readily available</p>\n<p>NO &ndash; The plan is not available</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34847,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>YES - The documents do allow for disable or special needs people to escape from the property.</p>\n<p>NO - Arrangements have not been made to accommodate the escape of disabled or special needs people.</p>\n<p>NO Disabled - There are no disabled or special needs persons on the premises, due to the environment and nature of the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34848,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>YES &ndash; There are suitable arrangements in place to prevent danger.</p>\n<p>NO - There are not suitable arrangements in place to prevent danger.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34849,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>YES - The company has a full evacuation system in place.</p>\n<p>NO - There is no full evacuation procedure in place.</p>\n<p>(Recommend putting a system in place to ensure all people have been evacuated)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34850,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>YES - There is a plan in place to notify the emergency services of high risk and hazardous areas in the building.</p>\n<p>NO - There is no information or plan in place for this.</p>\n<p>(Recommend putting a plan in place for potential high risk and hazards areas for emergency services arrival)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34851,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>YES &ndash; There is appropriate liaison with fire and rescue authority readily available.</p>\n<p>NO - There is no appropriate liaison with fire and rescue authority readily available. (Recommend putting a liaison personnel into place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34852,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>YES &ndash; In house regimes for in-house fire precautions have been defined &amp; implemented.</p>\n<p>NO - In house regimes have not been put into place, or have not been defined &amp; implemented. (Recommend putting a regime in place)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34853,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>1 YES - They do consider other organisation within the building.</p>\n<p>2 YES - They do consider other organisations in the building, but only cover their own employees, from the workspace to the communal area. The management system has control of the communal areas, exits and congregation points.</p>\n<p>NO - They do not consider other organisations in the building, and only cover our own employees, from the workspace to the exit and congregation point.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34854,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>YES &ndash; There is readily available inspection &amp; user checks completed in the fire risk logbook or in another readable format.</p>\n<p>NO - There is no readily available inspection charts or user checks completed in a fire risk log book or any other readable format. (Rrecommend putting user check and inspection into a readable recorded system)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34855,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3042,NULL,'2023-05-03 14:28:54','2023-05-03 14:28:54'),(34856,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3043,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34857,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3043,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34858,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3043,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34859,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3043,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34860,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34861,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34862,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34863,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34864,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34865,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34866,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34867,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3044,NULL,'2023-05-03 14:30:50','2023-05-03 14:30:50'),(34868,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3044,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34869,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3044,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34870,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3044,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34871,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3044,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34872,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3044,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34873,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3044,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34874,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34875,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34876,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34877,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34878,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34879,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34880,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34881,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34882,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34883,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34884,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34885,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34886,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34887,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34888,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34889,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3045,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34890,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34891,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34892,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34893,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34894,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34895,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34896,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34897,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34898,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34899,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3046,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34900,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34901,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34902,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34903,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34904,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34905,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34906,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3047,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34907,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3048,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34908,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3048,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34909,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34910,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34911,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34912,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34913,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34914,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34915,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34916,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34917,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51');
INSERT INTO `questions` VALUES (34918,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34919,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34920,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34921,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3049,34920,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34922,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34923,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34924,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3049,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34925,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34926,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34927,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34928,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3050,34927,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34929,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34930,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34931,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3050,34930,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34932,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3050,34930,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34933,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34934,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34935,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34936,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34937,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34938,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34939,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34940,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34941,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34942,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34943,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34944,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34945,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34946,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34947,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34948,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34949,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34950,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34951,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34952,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34953,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34954,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34955,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34956,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34957,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34958,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34959,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34960,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34961,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34962,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34963,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34964,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34965,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34966,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34967,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34968,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34969,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34970,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34971,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34972,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34973,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34974,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34975,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34976,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34977,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3050,34976,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34978,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3050,34976,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34979,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3050,34976,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34980,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34981,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3050,34980,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34982,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3050,34980,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34983,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3050,34980,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34984,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3050,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34985,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3050,34984,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34986,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3050,34984,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34987,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3050,34984,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34988,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34989,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34990,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34991,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34992,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34993,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34994,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34995,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34996,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34997,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34998,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(34999,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35000,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3051,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35001,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35002,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35003,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35004,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35005,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35006,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35007,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35008,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35009,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35010,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35011,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35012,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35013,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35014,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35015,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35016,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35017,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35018,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35019,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35020,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3052,NULL,'2023-05-03 14:30:51','2023-05-03 14:30:51'),(35021,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3053,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35022,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3053,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35023,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3053,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35024,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3053,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35025,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35026,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35027,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35028,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35029,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35030,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35031,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35032,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35033,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35034,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35035,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35036,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35037,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35038,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35039,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35040,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3054,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35041,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:25','2023-05-03 14:32:25'),(35042,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35043,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35044,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35045,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35046,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35047,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35048,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35049,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35050,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3055,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35051,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all site visitors, employees and occupants are aware of the evacuation procedures and that regular drills are practiced. Please note that all new employees/staff need to be shown the evacuation procedures.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35052,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35053,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35054,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35055,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35056,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35057,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3056,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35058,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3057,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35059,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3057,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35060,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35061,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35062,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35063,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35064,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35065,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35066,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35067,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35068,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35069,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35070,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35071,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35072,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3058,35071,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35073,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35074,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35075,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3058,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35076,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35077,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35078,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35079,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3059,35078,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35080,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35081,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35082,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3059,35081,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35083,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3059,35081,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35084,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35085,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35086,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35087,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35088,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35089,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35090,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35091,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35092,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35093,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35094,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35095,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35096,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35097,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35098,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35099,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35100,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35101,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35102,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35103,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35104,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35105,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35106,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35107,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35108,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35109,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35110,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35111,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35112,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35113,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35114,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35115,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35116,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35117,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35118,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35119,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35120,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35121,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35122,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35123,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35124,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35125,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35126,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35127,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35128,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3059,35127,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35129,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3059,35127,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35130,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3059,35127,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35131,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35132,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3059,35131,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35133,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3059,35131,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35134,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3059,35131,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35135,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3059,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35136,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3059,35135,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35137,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3059,35135,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35138,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3059,35135,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35139,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35140,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35141,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35142,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35143,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35144,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35145,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35146,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35147,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35148,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35149,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35150,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35151,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3060,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35152,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35153,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35154,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35155,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35156,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35157,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35158,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35159,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35160,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35161,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35162,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35163,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35164,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35165,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35166,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35167,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35168,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35169,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35170,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35171,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3061,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35172,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35173,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35174,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35175,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35176,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35177,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35178,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35179,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35180,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35181,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35182,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35183,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35184,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35185,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3062,NULL,'2023-05-03 14:32:26','2023-05-03 14:32:26'),(35186,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3063,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35187,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3063,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35188,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3063,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35189,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3063,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35190,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35191,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35192,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35193,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35194,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35195,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35196,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35197,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35198,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35199,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35200,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35201,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35202,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35203,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35204,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35205,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3064,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35206,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35207,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35208,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35209,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35210,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35211,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35212,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35213,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35214,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35215,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3065,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35216,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3066,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35217,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3066,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35218,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35219,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35220,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35221,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35222,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35223,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35224,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35225,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35226,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35227,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35228,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35229,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35230,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3067,35229,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35231,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35232,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35233,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3067,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35234,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35235,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35236,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35237,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3068,35236,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35238,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35239,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35240,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3068,35239,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35241,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3068,35239,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35242,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35243,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35244,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35245,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35246,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35247,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35248,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35249,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35250,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35251,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35252,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35253,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35254,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35255,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35256,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35257,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35258,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35259,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35260,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35261,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35262,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35263,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35264,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35265,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35266,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35267,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35268,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35269,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35270,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35271,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35272,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35273,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35274,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35275,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35276,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35277,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35278,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35279,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35280,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35281,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35282,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35283,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35284,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35285,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35286,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3068,35285,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35287,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3068,35285,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35288,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3068,35285,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35289,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35290,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3068,35289,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35291,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3068,35289,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35292,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3068,35289,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35293,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3068,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35294,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3068,35293,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35295,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3068,35293,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35296,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3068,35293,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35297,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35298,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35299,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35300,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35301,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35302,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35303,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35304,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35305,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35306,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35307,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35308,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35309,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3069,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35310,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35311,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35312,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35313,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35314,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35315,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35316,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35317,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35318,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35319,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35320,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35321,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3070,NULL,'2023-05-03 14:36:29','2023-05-03 14:36:29'),(35322,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35323,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35324,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35325,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35326,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35327,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35328,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35329,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3070,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35330,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35331,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35332,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35333,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35334,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35335,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35336,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35337,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35338,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35339,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35340,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35341,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35342,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35343,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3071,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35344,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35345,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35346,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35347,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35348,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35349,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35350,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3072,NULL,'2023-05-03 14:36:30','2023-05-03 14:36:30'),(35351,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3073,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35352,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3073,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35353,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3073,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35354,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3073,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35355,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35356,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35357,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35358,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35359,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35360,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35361,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35362,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35363,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35364,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35365,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35366,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35367,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35368,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35369,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35370,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3074,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35371,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35372,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35373,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35374,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35375,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35376,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35377,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35378,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35379,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35380,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3075,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35381,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35382,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35383,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35384,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35385,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35386,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35387,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35388,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35389,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3076,NULL,'2023-05-03 14:37:26','2023-05-03 14:37:26'),(35390,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3076,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35391,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3076,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35392,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3076,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35393,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3076,35392,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35394,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3076,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35395,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3076,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35396,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3076,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35397,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35398,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35399,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35400,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3077,35399,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35401,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35402,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35403,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3077,35402,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35404,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3077,35402,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35405,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35406,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35407,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35408,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35409,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35410,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35411,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35412,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35413,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35414,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35415,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35416,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35417,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35418,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35419,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35420,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35421,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35422,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35423,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35424,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35425,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35426,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35427,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35428,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35429,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35430,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35431,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35432,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35433,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35434,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35435,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35436,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35437,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35438,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35439,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35440,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35441,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35442,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35443,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35444,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35445,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35446,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35447,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35448,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35449,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3077,35448,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35450,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3077,35448,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35451,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3077,35448,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35452,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35453,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3077,35452,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35454,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3077,35452,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35455,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3077,35452,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35456,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3077,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35457,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3077,35456,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35458,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3077,35456,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35459,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3077,35456,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35460,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35461,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35462,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35463,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35464,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35465,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35466,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35467,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35468,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35469,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35470,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35471,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35472,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3078,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35473,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35474,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35475,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35476,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35477,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35478,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35479,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35480,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35481,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35482,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35483,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35484,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35485,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35486,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35487,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35488,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35489,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35490,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35491,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35492,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3079,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35493,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35494,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35495,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35496,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35497,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35498,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35499,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35500,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35501,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35502,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35503,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35504,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35505,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35506,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3080,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35507,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35508,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35509,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35510,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35511,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35512,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35513,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3081,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35514,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3082,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35515,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3082,NULL,'2023-05-03 14:37:27','2023-05-03 14:37:27'),(35516,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3083,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35517,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3083,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35518,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3083,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35519,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3083,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35520,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35521,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35522,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35523,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35524,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35525,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35526,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35527,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35528,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35529,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35530,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35531,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35532,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35533,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35534,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35535,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3084,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35536,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35537,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35538,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35539,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35540,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35541,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35542,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35543,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35544,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35545,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3085,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35546,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35547,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35548,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35549,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35550,'How many overall occupants?',4,1,0,NULL,'<p>Enter the total number of occupants in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35551,'How many residents/occupants are there at any one time?',4,1,0,NULL,'<p>The number of occupants present inside the property at any one time.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35552,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person conducting this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35553,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35554,'Qualification or Self Certified Competant Person',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35555,'Role in Property Management',9,0,1,NULL,'<p>The competent person\'s role within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35556,'Areas of property under management',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35557,'Fire Warden name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35558,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3086,35557,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35559,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35560,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35561,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3086,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35562,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35563,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35564,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35565,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3087,35564,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35566,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35567,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35568,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3087,35567,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35569,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3087,35567,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35570,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35571,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35572,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35573,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35574,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35575,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35576,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35577,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35578,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35579,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35580,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35581,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35582,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35583,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35584,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35585,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35586,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35587,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35588,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35589,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35590,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35591,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35592,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35593,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35594,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35595,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35596,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35597,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35598,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35599,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35600,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35601,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35602,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35603,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35604,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35605,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35606,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35607,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35608,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35609,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35610,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35611,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35612,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35613,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3087,NULL,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35614,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3087,35613,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35615,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3087,35613,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35616,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3087,35613,'2023-05-03 14:47:38','2023-05-03 14:47:38'),(35617,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3087,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35618,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3087,35617,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35619,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3087,35617,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35620,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3087,35617,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35621,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3087,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35622,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3087,35621,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35623,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3087,35621,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35624,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3087,35621,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35625,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35626,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35627,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35628,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35629,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35630,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35631,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35632,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35633,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35634,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35635,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35636,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35637,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3088,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35638,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35639,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35640,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35641,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35642,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35643,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35644,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35645,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35646,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35647,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35648,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35649,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35650,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35651,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35652,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35653,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35654,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35655,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35656,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35657,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3089,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35658,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35659,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35660,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35661,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35662,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35663,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35664,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35665,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35666,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35667,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35668,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35669,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35670,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35671,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3090,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35672,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35673,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35674,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35675,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35676,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35677,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35678,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3091,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35679,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3092,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35680,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3092,NULL,'2023-05-03 14:47:39','2023-05-03 14:47:39'),(35681,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3093,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35682,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3093,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35683,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3093,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35684,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3093,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35685,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35686,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35687,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35688,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35689,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35690,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35691,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35692,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35693,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35694,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35695,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35696,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35697,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35698,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35699,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35700,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3094,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35701,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35702,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35703,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35704,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35705,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35706,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35707,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35708,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35709,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35710,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3095,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35711,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35712,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35713,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35714,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3096,35713,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35715,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35716,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35717,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3096,35716,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35718,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3096,35716,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35719,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35720,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35721,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35722,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35723,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35724,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35725,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35726,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35727,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35728,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35729,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35730,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35731,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35732,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35733,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35734,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35735,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35736,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35737,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35738,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35739,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35740,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35741,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35742,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35743,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35744,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35745,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35746,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35747,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35748,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35749,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35750,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35751,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35752,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35753,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35754,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35755,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35756,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35757,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35758,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35759,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35760,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35761,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35762,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35763,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3096,35762,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35764,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3096,35762,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35765,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3096,35762,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35766,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35767,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3096,35766,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35768,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3096,35766,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35769,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3096,35766,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35770,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3096,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35771,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3096,35770,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35772,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3096,35770,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35773,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3096,35770,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35774,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35775,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35776,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35777,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35778,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35779,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35780,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35781,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35782,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35783,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35784,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35785,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35786,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3097,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35787,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35788,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35789,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35790,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35791,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35792,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35793,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35794,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35795,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35796,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35797,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35798,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35799,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35800,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35801,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35802,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35803,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35804,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35805,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35806,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3098,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35807,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35808,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35809,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35810,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35811,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35812,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35813,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35814,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35815,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35816,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35817,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35818,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35819,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35820,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3099,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35821,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35822,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35823,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35824,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35825,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35826,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35827,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3100,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35828,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3101,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35829,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3101,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35830,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35831,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35832,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35833,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35834,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35835,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35836,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35837,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35838,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35839,'Areas of property under management',9,0,1,NULL,'<p>Identify the type of property and the assessed areas.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35840,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35841,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3102,35840,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35842,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35843,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35844,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35845,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3102,NULL,'2023-05-04 16:00:28','2023-05-04 16:00:28'),(35846,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3103,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35847,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3103,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35848,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3103,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35849,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3103,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35850,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35851,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35852,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35853,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35854,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35855,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35856,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35857,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35858,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35859,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35860,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35861,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35862,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35863,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35864,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35865,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3104,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35866,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35867,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35868,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35869,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35870,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35871,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35872,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35873,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35874,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35875,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3105,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35876,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35877,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35878,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35879,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3106,35878,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35880,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35881,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35882,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3106,35881,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35883,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3106,35881,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35884,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35885,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35886,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35887,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35888,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35889,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35890,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35891,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35892,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35893,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35894,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35895,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35896,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35897,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35898,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35899,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35900,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35901,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35902,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35903,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35904,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35905,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3106,NULL,'2023-05-04 16:01:41','2023-05-04 16:01:41'),(35906,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35907,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35908,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35909,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35910,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35911,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35912,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35913,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35914,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35915,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35916,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35917,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35918,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35919,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35920,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35921,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35922,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35923,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35924,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35925,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35926,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35927,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35928,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3106,35927,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35929,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3106,35927,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35930,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3106,35927,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35931,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35932,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3106,35931,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35933,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3106,35931,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35934,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3106,35931,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35935,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3106,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35936,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3106,35935,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35937,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3106,35935,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35938,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3106,35935,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35939,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35940,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35941,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35942,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35943,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35944,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35945,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35946,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35947,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35948,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35949,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35950,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35951,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3107,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35952,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35953,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35954,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35955,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35956,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35957,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35958,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35959,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35960,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35961,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35962,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35963,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35964,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35965,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35966,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35967,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35968,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35969,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35970,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35971,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3108,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35972,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35973,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35974,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35975,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35976,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35977,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35978,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35979,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35980,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35981,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35982,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35983,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35984,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35985,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3109,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35986,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35987,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35988,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35989,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35990,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35991,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35992,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3110,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35993,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3111,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35994,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3111,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35995,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35996,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35997,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35998,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(35999,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(36000,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(36001,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(36002,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(36003,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(36004,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:55'),(36005,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3112,36004,'2023-05-04 16:01:42','2023-05-04 16:01:42'),(36006,'Areas of property under management',9,0,1,NULL,'<p>Identify the type of property and the assessed areas.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:02:15'),(36007,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:55'),(36008,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:55'),(36009,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:55'),(36010,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:01:55'),(36011,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3112,NULL,'2023-05-04 16:01:42','2023-05-04 16:02:15'),(36012,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3113,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36013,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3113,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36014,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3113,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36015,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3113,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36016,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36017,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36018,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36019,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36020,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36021,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36022,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36023,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36024,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36025,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36026,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36027,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36028,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36029,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36030,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36031,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3114,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36032,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36033,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36034,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36035,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36036,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36037,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36038,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36039,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36040,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36041,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3115,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36042,'Building Style',8,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36043,'Type',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36044,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36045,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3116,36044,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36046,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of staircases and lifts covered within the assessment.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36047,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36048,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,1,0,1,NULL,3116,36047,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36049,'If not applicable click below',12,1,0,NULL,NULL,0,NULL,0,NULL,0,1,1,2,NULL,3116,36047,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36050,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36051,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36052,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36053,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36054,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36055,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36056,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36057,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36058,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36059,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36060,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36061,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36062,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36063,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36064,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36065,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36066,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36067,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36068,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36069,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36070,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36071,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36072,'How many internal fire doors are FD30 to FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36073,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36074,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36075,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36076,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36077,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36078,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36079,'Do you have these features for RM Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36080,'Specify the total number of RM Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36081,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36082,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36083,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36084,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36085,'Do you have these features for Front Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,41,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36086,'Specify the total number of Front Exit Doors',11,0,0,'Number of Front Exit Doors','<p>Enter the total number of front doors with the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36087,'Do you have these features for Back Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,43,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36088,'Specify the total number of Back Exit Doors',11,0,0,'Number of Doors','<p>Enter the total number of back doors within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,44,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36089,'Do you have these features for Other Exit Doors',9,0,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36090,'Specify the total number of Other Exit Doors',11,0,0,'Number of Doors',NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36091,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,47,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36092,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36093,'Door information within the property',6,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36094,'Number of good doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,1,NULL,3116,36093,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36095,'Number of Bad doors in the property',11,1,0,'Doors',NULL,NULL,NULL,0,100,0,0,0,2,NULL,3116,36093,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36096,'Add your own score',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3116,36093,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36097,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36098,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3116,36097,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36099,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3116,36097,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36100,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3116,36097,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36101,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3116,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36102,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3116,36101,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36103,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3116,36101,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36104,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3116,36101,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36105,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36106,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36107,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36108,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36109,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36110,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36111,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36112,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36113,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36114,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36115,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36116,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36117,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3117,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36118,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36119,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36120,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36121,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36122,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36123,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36124,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36125,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36126,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36127,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36128,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36129,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36130,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36131,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36132,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36133,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36134,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36135,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36136,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36137,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3118,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36138,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36139,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36140,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36141,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36142,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36143,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36144,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36145,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36146,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36147,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36148,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36149,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36150,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36151,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3119,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36152,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36153,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36154,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36155,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36156,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36157,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36158,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3120,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36159,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3121,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36160,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3121,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36161,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36162,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36163,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36164,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36165,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36166,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36167,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36168,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36169,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36170,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36171,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3122,36170,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36172,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36173,'Areas of property under management',9,0,1,NULL,'<p>Identify the type of property and the assessed areas.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36174,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36175,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36176,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36177,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3122,NULL,'2023-05-04 16:02:25','2023-05-04 16:02:25'),(36178,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3123,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36179,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3123,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36180,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3123,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36181,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3123,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36182,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36183,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36184,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36185,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36186,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36187,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36188,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36189,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36190,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36191,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36192,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36193,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36194,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36195,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36196,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36197,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3124,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36198,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36199,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36200,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36201,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36202,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36203,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36204,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36205,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36206,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36207,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3125,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36208,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36209,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36210,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36211,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36212,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36213,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36214,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36215,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36216,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36217,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36218,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36219,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36220,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3126,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36221,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36222,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36223,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36224,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36225,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36226,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36227,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36228,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36229,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36230,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36231,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36232,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36233,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36234,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36235,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36236,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36237,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36238,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36239,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36240,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3127,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36241,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36242,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36243,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36244,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36245,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36246,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36247,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36248,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36249,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36250,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36251,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36252,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36253,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36254,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3128,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36255,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36256,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36257,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36258,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36259,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36260,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36261,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3129,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36262,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3130,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36263,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3130,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36264,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36265,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36266,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36267,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36268,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36269,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36270,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36271,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36272,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36273,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36274,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3131,36273,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36275,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36276,'Areas of property under management',9,0,1,NULL,'<p>Identify the type of property and the assessed areas.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36277,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36278,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36279,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36280,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3131,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36281,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36282,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36283,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36284,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3132,36283,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36285,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36286,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36287,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3132,36286,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36288,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36289,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36290,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36291,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36292,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36293,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36294,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36295,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36296,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36297,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36298,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36299,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36300,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36301,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36302,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36303,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36304,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36305,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36306,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36307,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36308,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36309,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36310,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36311,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36312,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36313,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36314,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36315,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36316,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36317,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36318,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36319,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36320,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36321,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36322,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36323,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3132,NULL,'2023-05-04 16:56:31','2023-05-04 16:56:31'),(36324,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36325,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36326,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36325,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36327,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36325,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36328,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36325,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36329,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36330,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36329,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36331,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36329,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36332,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36329,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36333,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36334,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36333,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36335,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36333,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36336,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36333,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36337,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36338,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36337,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36339,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36337,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36340,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36337,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36341,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36342,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36341,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36343,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36341,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36344,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36341,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36345,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36346,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36345,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36347,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36345,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36348,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36345,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36349,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36350,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3132,36349,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36351,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3132,36349,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36352,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36349,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36353,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36354,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36353,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36355,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36353,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36356,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36353,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36357,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3132,NULL,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36358,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3132,36357,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36359,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3132,36357,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36360,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3132,36357,'2023-05-04 16:56:32','2023-05-04 16:56:32'),(36361,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3133,NULL,'2023-05-05 08:29:17','2023-05-05 08:29:17'),(36362,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3133,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36363,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3133,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36364,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3133,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36365,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36366,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36367,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36368,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36369,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36370,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36371,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36372,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36373,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36374,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36375,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36376,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36377,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36378,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36379,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36380,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3134,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36381,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36382,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36383,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36384,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36385,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36386,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36387,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36388,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36389,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36390,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3135,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36391,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36392,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36393,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36394,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36395,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36396,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36397,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36398,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36399,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36400,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36401,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36402,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36403,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3136,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36404,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36405,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36406,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36407,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36408,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36409,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36410,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36411,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36412,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36413,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36414,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36415,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36416,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36417,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36418,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36419,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36420,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36421,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36422,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36423,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3137,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36424,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36425,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36426,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36427,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36428,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36429,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36430,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36431,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36432,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36433,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36434,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36435,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36436,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36437,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3138,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36438,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36439,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36440,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36441,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36442,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36443,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36444,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3139,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36445,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3140,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36446,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3140,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36447,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36448,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36449,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36450,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36451,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36452,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36453,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36454,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36455,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36456,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36457,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3141,36456,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36458,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36459,'Areas of property under management',9,0,1,NULL,'<p>Identify the type of property and the assessed areas.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36460,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36461,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36462,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36463,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3141,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36464,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36465,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36466,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36467,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3142,36466,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36468,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36469,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36470,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3142,36469,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36471,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36472,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36473,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36474,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36475,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36476,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36477,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36478,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36479,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36480,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36481,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36482,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36483,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36484,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36485,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36486,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36487,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36488,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36489,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36490,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36491,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36492,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36493,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36494,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36495,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36496,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36497,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36498,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36499,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36500,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36501,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36502,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36503,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36504,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36505,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36506,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36507,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36508,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36507,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36509,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36507,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36510,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36507,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36511,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36512,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36511,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36513,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36511,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36514,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36511,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36515,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36516,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36515,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36517,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36515,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36518,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36515,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36519,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36520,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36521,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36520,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36522,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36520,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36523,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36520,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36524,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36525,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36524,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36526,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36524,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36527,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36524,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36528,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36529,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3142,36528,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36530,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3142,36528,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36531,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36528,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36532,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36533,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36532,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36534,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36532,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36535,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36532,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36536,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36537,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36536,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36538,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36536,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36539,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36536,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36540,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3142,NULL,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36541,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3142,36540,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36542,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3142,36540,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36543,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3142,36540,'2023-05-05 08:29:18','2023-05-05 08:29:18'),(36544,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3143,NULL,'2023-05-05 09:22:00','2023-05-05 09:22:00'),(36545,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3143,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36546,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3143,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36547,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3143,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36548,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36549,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36550,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36551,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36552,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36553,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36554,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36555,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36556,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36557,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36558,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36559,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36560,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36561,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36562,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36563,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3144,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36564,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36565,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36566,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36567,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36568,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36569,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36570,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36571,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36572,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36573,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3145,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36574,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36575,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36576,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36577,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36578,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36579,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36580,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36581,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36582,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36583,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36584,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36585,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36586,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3146,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36587,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36588,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36589,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36590,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36591,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36592,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36593,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36594,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36595,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36596,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36597,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36598,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36599,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36600,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36601,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36602,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36603,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36604,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36605,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36606,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3147,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36607,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36608,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36609,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36610,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36611,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36612,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36613,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36614,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36615,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36616,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36617,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36618,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36619,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36620,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3148,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36621,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36622,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36623,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36624,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36625,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36626,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36627,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3149,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36628,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3150,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36629,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3150,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36630,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36631,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36632,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36633,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3151,36632,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36634,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36635,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36636,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3151,36635,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36637,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36638,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36639,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36640,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36641,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36642,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36643,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36644,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36645,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36646,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36647,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36648,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36649,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36650,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36651,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36652,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36653,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36654,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36655,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36656,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36657,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36658,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36659,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36660,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36661,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36662,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36663,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36664,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36665,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36666,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36667,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36668,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36669,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36670,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36671,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36672,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36673,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36674,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36673,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36675,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36673,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36676,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36673,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36677,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36678,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36677,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36679,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36677,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36680,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36677,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36681,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36682,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36681,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36683,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36681,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36684,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36681,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36685,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36686,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36687,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36686,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36688,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36686,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36689,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36686,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36690,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36691,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36690,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36692,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36690,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36693,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36690,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36694,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36695,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3151,36694,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36696,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3151,36694,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36697,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36694,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36698,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36699,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36698,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36700,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36698,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36701,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36698,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36702,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36703,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36702,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36704,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36702,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36705,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36702,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36706,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3151,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36707,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3151,36706,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36708,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3151,36706,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36709,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3151,36706,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36710,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36711,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36712,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36713,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36714,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36715,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36716,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36717,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36718,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36719,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36720,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3152,36719,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36721,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36722,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36723,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36724,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36725,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36726,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3152,NULL,'2023-05-05 09:22:01','2023-05-05 09:22:01'),(36727,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3153,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36728,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3153,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36729,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3153,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36730,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3153,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36731,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36732,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36733,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36734,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36735,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36736,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36737,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36738,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36739,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36740,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36741,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36742,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36743,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36744,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36745,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36746,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3154,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36747,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36748,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36749,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36750,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36751,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36752,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36753,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36754,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36755,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36756,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3155,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36757,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3156,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36758,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3156,NULL,'2023-05-05 09:25:11','2023-05-05 09:25:11'),(36759,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36760,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36761,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36762,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36763,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36764,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36765,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36766,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36767,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36768,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36769,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3156,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36770,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36771,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36772,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36773,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36774,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36775,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36776,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36777,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36778,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36779,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36780,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36781,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36782,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36783,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36784,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36785,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36786,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36787,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36788,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36789,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3157,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36790,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36791,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36792,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36793,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36794,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36795,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36796,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36797,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36798,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36799,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36800,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36801,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36802,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36803,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3158,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36804,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36805,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36806,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36807,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36808,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36809,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36810,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3159,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36811,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3160,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36812,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3160,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36813,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36814,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36815,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36816,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3161,36815,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36817,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36818,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36819,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3161,36818,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36820,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36821,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36822,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36823,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36824,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36825,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36826,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36827,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36828,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36829,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36830,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36831,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36832,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36833,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36834,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36835,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36836,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36837,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36838,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36839,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36840,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36841,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36842,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36843,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36844,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36845,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36846,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36847,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36848,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36849,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36850,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36851,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36852,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36853,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36854,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36855,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36856,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36857,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36856,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36858,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36856,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36859,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36856,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36860,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36861,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36860,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36862,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36860,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36863,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36860,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36864,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36865,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36864,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36866,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36864,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36867,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36864,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36868,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36869,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36870,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36869,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36871,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36869,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36872,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36869,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36873,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36874,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36873,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36875,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36873,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36876,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36873,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36877,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36878,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3161,36877,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36879,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3161,36877,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36880,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36877,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36881,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36882,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36881,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36883,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36881,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36884,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36881,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36885,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36886,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36885,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36887,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36885,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36888,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36885,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36889,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3161,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36890,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3161,36889,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36891,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3161,36889,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36892,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3161,36889,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36893,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36894,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36895,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36896,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36897,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36898,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36899,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36900,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36901,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36902,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36903,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3162,36902,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36904,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36905,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36906,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36907,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36908,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36909,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36910,'Enter the building total area in square meters',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3162,NULL,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36911,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3162,36910,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36912,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3162,36910,'2023-05-05 09:25:12','2023-05-05 09:25:12'),(36913,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3163,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36914,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3163,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36915,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3163,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36916,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3163,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36917,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36918,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36919,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36920,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36921,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36922,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36923,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36924,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36925,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36926,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36927,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36928,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36929,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36930,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36931,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36932,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3164,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36933,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36934,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36935,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36936,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36937,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36938,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36939,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36940,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36941,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36942,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3165,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36943,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36944,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36945,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36946,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36947,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36948,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36949,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36950,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36951,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36952,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36953,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36954,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36955,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3166,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36956,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3167,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36957,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3167,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36958,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3167,NULL,'2023-05-05 09:28:56','2023-05-05 09:28:56'),(36959,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36960,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36961,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36962,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36963,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36964,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36965,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36966,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36967,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36968,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36969,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36970,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36971,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36972,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36973,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36974,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36975,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3167,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36976,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36977,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36978,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36979,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36980,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36981,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36982,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36983,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36984,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36985,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36986,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36987,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36988,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36989,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3168,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36990,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36991,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36992,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36993,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36994,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36995,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36996,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3169,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36997,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3170,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36998,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3170,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(36999,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37000,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37001,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37002,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3171,37001,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37003,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37004,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37005,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3171,37004,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37006,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37007,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37008,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37009,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37010,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37011,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37012,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37013,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37014,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37015,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37016,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37017,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37018,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37019,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37020,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37021,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37022,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37023,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37024,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37025,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37026,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37027,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37028,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37029,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37030,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37031,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37032,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37033,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37034,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37035,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37036,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37037,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37038,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37039,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37040,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37041,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37042,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37043,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37042,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37044,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37042,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37045,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37042,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37046,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37047,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37046,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37048,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37046,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37049,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37046,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37050,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37051,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37050,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37052,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37050,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37053,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37050,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37054,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37055,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37056,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37055,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37057,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37055,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37058,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37055,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37059,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37060,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37059,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37061,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37059,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37062,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37059,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37063,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37064,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3171,37063,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37065,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3171,37063,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37066,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37063,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37067,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37068,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37067,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37069,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37067,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37070,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37067,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37071,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37072,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37071,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37073,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37071,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37074,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37071,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37075,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3171,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37076,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3171,37075,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37077,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3171,37075,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37078,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3171,37075,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37079,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37080,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37081,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37082,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37083,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37084,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37085,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37086,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37087,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37088,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37089,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3172,37088,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37090,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37091,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37092,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37093,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37094,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37095,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37096,'Extension',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3172,NULL,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37097,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3172,37096,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37098,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3172,37096,'2023-05-05 09:28:57','2023-05-05 09:28:57'),(37099,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3173,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37100,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3173,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37101,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3173,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37102,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3173,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37103,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37104,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37105,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37106,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37107,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37108,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37109,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37110,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37111,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37112,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37113,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37114,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37115,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37116,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37117,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37118,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3174,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37119,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37120,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37121,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37122,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37123,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37124,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37125,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37126,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37127,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37128,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3175,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37129,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37130,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37131,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37132,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37133,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37134,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37135,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37136,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37137,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37138,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37139,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37140,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37141,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3176,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37142,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37143,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37144,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37145,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37146,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37147,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37148,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37149,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37150,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37151,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37152,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3177,NULL,'2023-05-05 09:30:38','2023-05-05 09:30:38'),(37153,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37154,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37155,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37156,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37157,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37158,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37159,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37160,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37161,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3177,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37162,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37163,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37164,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37165,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37166,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37167,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37168,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37169,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37170,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37171,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37172,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37173,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37174,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37175,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3178,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37176,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37177,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37178,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37179,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37180,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37181,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37182,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3179,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37183,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3180,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37184,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3180,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37185,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37186,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37187,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37188,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3181,37187,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37189,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37190,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37191,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3181,37190,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37192,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37193,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37194,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37195,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37196,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37197,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37198,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37199,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37200,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37201,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37202,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37203,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37204,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37205,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37206,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37207,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37208,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37209,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37210,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37211,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37212,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37213,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37214,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37215,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37216,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37217,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37218,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37219,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37220,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37221,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37222,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37223,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37224,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37225,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37226,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37227,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37228,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37229,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37228,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37230,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37228,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37231,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37228,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37232,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37233,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37232,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37234,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37232,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37235,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37232,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37236,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37237,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37236,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37238,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37236,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37239,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37236,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37240,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37241,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37242,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37241,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37243,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37241,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37244,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37241,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37245,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37246,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37245,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37247,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37245,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37248,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37245,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37249,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37250,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3181,37249,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37251,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3181,37249,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37252,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37249,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37253,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37254,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37253,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37255,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37253,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37256,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37253,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37257,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37258,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37257,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37259,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37257,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37260,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37257,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37261,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3181,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37262,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3181,37261,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37263,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3181,37261,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37264,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3181,37261,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37265,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37266,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37267,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37268,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37269,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37270,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37271,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37272,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37273,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37274,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37275,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3182,37274,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37276,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37277,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37278,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37279,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37280,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37281,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37282,'Extension',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3182,NULL,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37283,'Building measurement in square meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3182,37282,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37284,'Building Name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3182,37282,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37285,'Measurement in Square Meters',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3182,37282,'2023-05-05 09:30:39','2023-05-05 09:30:39'),(37286,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3183,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37287,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3183,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37288,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3183,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37289,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3183,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37290,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37291,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37292,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37293,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37294,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37295,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37296,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37297,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37298,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37299,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37300,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37301,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37302,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37303,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37304,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37305,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3184,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37306,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37307,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37308,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37309,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37310,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37311,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37312,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37313,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37314,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37315,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3185,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37316,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37317,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37318,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37319,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37320,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37321,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37322,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37323,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37324,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37325,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37326,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37327,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37328,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3186,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37329,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37330,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37331,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37332,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37333,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37334,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37335,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37336,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37337,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37338,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37339,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37340,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37341,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37342,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37343,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37344,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37345,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37346,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37347,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37348,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3187,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37349,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37350,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37351,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37352,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37353,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37354,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37355,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37356,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37357,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37358,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37359,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37360,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37361,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37362,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3188,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37363,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37364,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37365,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37366,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37367,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37368,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37369,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3189,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37370,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3190,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37371,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3190,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37372,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37373,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37374,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37375,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3191,37374,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37376,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37377,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37378,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3191,37377,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37379,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37380,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37381,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37382,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37383,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37384,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37385,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37386,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37387,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37388,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37389,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37390,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37391,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37392,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37393,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37394,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37395,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37396,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37397,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37398,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37399,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37400,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37401,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37402,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37403,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37404,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37405,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37406,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37407,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37408,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37409,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37410,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37411,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37412,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37413,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37414,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37415,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37416,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37415,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37417,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37415,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37418,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37415,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37419,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37420,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37419,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37421,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37419,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37422,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37419,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37423,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37424,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37423,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37425,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37423,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37426,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37423,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37427,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37428,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37429,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37428,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37430,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37428,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37431,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37428,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37432,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37433,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37432,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37434,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37432,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37435,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37432,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37436,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37437,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3191,37436,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37438,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3191,37436,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37439,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37436,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37440,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37441,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37440,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37442,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37440,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37443,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37440,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37444,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37445,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37444,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37446,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37444,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37447,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37444,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37448,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3191,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37449,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3191,37448,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37450,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3191,37448,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37451,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3191,37448,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37452,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37453,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37454,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37455,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37456,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37457,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37458,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37459,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37460,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37461,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37462,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3192,37461,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37463,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37464,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37465,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37466,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37467,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37468,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37469,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3192,NULL,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37470,'Building measurement in square meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3192,37469,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37471,'Building Name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3192,37469,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37472,'Measurement in Square Meters',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3192,37469,'2023-05-05 09:41:09','2023-05-05 09:41:09'),(37473,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3193,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37474,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3193,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37475,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3193,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37476,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3193,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37477,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37478,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37479,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37480,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37481,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37482,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37483,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37484,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37485,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37486,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37487,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37488,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37489,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37490,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37491,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37492,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3194,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37493,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37494,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37495,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37496,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37497,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37498,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37499,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37500,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37501,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37502,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3195,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37503,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37504,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37505,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37506,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37507,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37508,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37509,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37510,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37511,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37512,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37513,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3196,NULL,'2023-05-05 09:58:03','2023-05-05 09:58:03'),(37514,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3196,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37515,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3196,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37516,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37517,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37518,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37519,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37520,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37521,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37522,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37523,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37524,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37525,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37526,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37527,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37528,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37529,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37530,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37531,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37532,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37533,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37534,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37535,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3197,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37536,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37537,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37538,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37539,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37540,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37541,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37542,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37543,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37544,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37545,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37546,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37547,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37548,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37549,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3198,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37550,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37551,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37552,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37553,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37554,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37555,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37556,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3199,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37557,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3200,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37558,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3200,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37559,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37560,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37561,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37562,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3201,37561,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37563,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37564,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37565,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3201,37564,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37566,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37567,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37568,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37569,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37570,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37571,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37572,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37573,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37574,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37575,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37576,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37577,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37578,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37579,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37580,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37581,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37582,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37583,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37584,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37585,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37586,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37587,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37588,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37589,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37590,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37591,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37592,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37593,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37594,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37595,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37596,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37597,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37598,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37599,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37600,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37601,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37602,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37603,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37602,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37604,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37602,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37605,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37602,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37606,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37607,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37606,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37608,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37606,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37609,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37606,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37610,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37611,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37610,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37612,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37610,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37613,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37610,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37614,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37615,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37616,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37615,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37617,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37615,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37618,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37615,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37619,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37620,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37619,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37621,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37619,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37622,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37619,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37623,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37624,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3201,37623,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37625,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3201,37623,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37626,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37623,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37627,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37628,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37627,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37629,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37627,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37630,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37627,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37631,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37632,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37631,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37633,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37631,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37634,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37631,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37635,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3201,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37636,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3201,37635,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37637,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3201,37635,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37638,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3201,37635,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37639,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37640,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37641,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37642,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37643,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37644,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37645,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37646,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37647,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37648,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,10,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:12'),(37649,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3202,37648,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37650,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37651,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,12,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:12'),(37652,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37653,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37654,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37655,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37656,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:12'),(37657,'Building measurement in square meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3202,37656,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37658,'Building Name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3202,37656,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37659,'Measurement in Square Meters',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3202,37656,'2023-05-05 09:58:04','2023-05-05 09:58:04'),(37660,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3202,NULL,'2023-05-05 09:58:04','2023-05-05 09:58:12'),(37661,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3203,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37662,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3203,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37663,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3203,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37664,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3203,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37665,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37666,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37667,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37668,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37669,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37670,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37671,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37672,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37673,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37674,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37675,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37676,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37677,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37678,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37679,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37680,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3204,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37681,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37682,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37683,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37684,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37685,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37686,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37687,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37688,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37689,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37690,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3205,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37691,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37692,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37693,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37694,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37695,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37696,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37697,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37698,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37699,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37700,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37701,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37702,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37703,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3206,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37704,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37705,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37706,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37707,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37708,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37709,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37710,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37711,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37712,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37713,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37714,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37715,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37716,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37717,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3207,NULL,'2023-05-05 09:58:14','2023-05-05 09:58:14'),(37718,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3207,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37719,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3207,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37720,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3207,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37721,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3207,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37722,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3207,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37723,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3207,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37724,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37725,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37726,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37727,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37728,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37729,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37730,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37731,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37732,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37733,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37734,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37735,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37736,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37737,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3208,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37738,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37739,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37740,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37741,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37742,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37743,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37744,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3209,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37745,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3210,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37746,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3210,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37747,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37748,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37749,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37750,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3211,37749,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37751,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37752,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37753,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3211,37752,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37754,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37755,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37756,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37757,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37758,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37759,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37760,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37761,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37762,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37763,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37764,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37765,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37766,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37767,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37768,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37769,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37770,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37771,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37772,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37773,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37774,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37775,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37776,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37777,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37778,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37779,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37780,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37781,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37782,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37783,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37784,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37785,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37786,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37787,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37788,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37789,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37790,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37791,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37790,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37792,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37790,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37793,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37790,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37794,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37795,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37794,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37796,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37794,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37797,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37794,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37798,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37799,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37798,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37800,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37798,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37801,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37798,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37802,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37803,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37804,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37803,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37805,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37803,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37806,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37803,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37807,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37808,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37807,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37809,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37807,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37810,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37807,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37811,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37812,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3211,37811,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37813,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3211,37811,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37814,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37811,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37815,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37816,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37815,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37817,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37815,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37818,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37815,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37819,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37820,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37819,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37821,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37819,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37822,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37819,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37823,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3211,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37824,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3211,37823,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37825,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3211,37823,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37826,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3211,37823,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37827,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37828,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37829,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37830,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37831,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37832,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37833,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37834,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37835,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37836,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37837,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3212,37836,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37838,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37839,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37840,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37841,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37842,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37843,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37844,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37845,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3212,NULL,'2023-05-05 09:58:15','2023-05-05 09:58:15'),(37846,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3213,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37847,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3213,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37848,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3213,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37849,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3213,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37850,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37851,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37852,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37853,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37854,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37855,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37856,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37857,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37858,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37859,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37860,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37861,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37862,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37863,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37864,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37865,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3214,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37866,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37867,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37868,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37869,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37870,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37871,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:15','2023-05-05 10:00:15'),(37872,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37873,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3215,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37874,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3215,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37875,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3215,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37876,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37877,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37878,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37879,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37880,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37881,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37882,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37883,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37884,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37885,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37886,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37887,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37888,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3216,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37889,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37890,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37891,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37892,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37893,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37894,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37895,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37896,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37897,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37898,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37899,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37900,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37901,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37902,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37903,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37904,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37905,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37906,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37907,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37908,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3217,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37909,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37910,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37911,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37912,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37913,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37914,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37915,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37916,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37917,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37918,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37919,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37920,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37921,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37922,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3218,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37923,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37924,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37925,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37926,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37927,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37928,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37929,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3219,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37930,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3220,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37931,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3220,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37932,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37933,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37934,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37935,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3221,37934,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37936,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37937,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37938,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3221,37937,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37939,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37940,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37941,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37942,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37943,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37944,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37945,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37946,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37947,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37948,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37949,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37950,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37951,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37952,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37953,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37954,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37955,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37956,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37957,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37958,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37959,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37960,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37961,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37962,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37963,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37964,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37965,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37966,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37967,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37968,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37969,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37970,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37971,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37972,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37973,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37974,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37975,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37976,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,37975,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37977,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,37975,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37978,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,37975,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37979,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37980,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,37979,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37981,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,37979,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37982,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,37979,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37983,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37984,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,37983,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37985,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,37983,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37986,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,37983,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37987,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37988,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37989,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,37988,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37990,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,37988,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37991,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,37988,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37992,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37993,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,37992,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37994,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,37992,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37995,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,37992,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37996,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37997,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3221,37996,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37998,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3221,37996,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(37999,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,37996,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38000,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38001,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,38000,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38002,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,38000,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38003,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,38000,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38004,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38005,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,38004,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38006,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,38004,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38007,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,38004,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38008,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3221,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38009,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3221,38008,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38010,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3221,38008,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38011,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3221,38008,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38012,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38013,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38014,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38015,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38016,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38017,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38018,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38019,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38020,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38021,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38022,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3222,38021,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38023,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38024,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38025,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38026,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38027,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38028,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38029,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38030,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3222,NULL,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38031,'Building',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3222,38030,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38032,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3222,38030,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38033,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3222,38030,'2023-05-05 10:00:16','2023-05-05 10:00:16'),(38034,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3223,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38035,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3223,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38036,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3223,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38037,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3223,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38038,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38039,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38040,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38041,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38042,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38043,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38044,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38045,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38046,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38047,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38048,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38049,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38050,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38051,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38052,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38053,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3224,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38054,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38055,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38056,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38057,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38058,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38059,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38060,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38061,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38062,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38063,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3225,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38064,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38065,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38066,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38067,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38068,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38069,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38070,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38071,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38072,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38073,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38074,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38075,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38076,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3226,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38077,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38078,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38079,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38080,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38081,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38082,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38083,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38084,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38085,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38086,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38087,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38088,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38089,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38090,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38091,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38092,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38093,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38094,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38095,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38096,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3227,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38097,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38098,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38099,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38100,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38101,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38102,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38103,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38104,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3228,NULL,'2023-05-05 10:02:31','2023-05-05 10:02:31'),(38105,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3228,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38106,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3228,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38107,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3228,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38108,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3228,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38109,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3228,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38110,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3228,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38111,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38112,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38113,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38114,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38115,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38116,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38117,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3229,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38118,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3230,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38119,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3230,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38120,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38121,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38122,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38123,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3231,38122,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38124,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38125,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38126,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3231,38125,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38127,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38128,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38129,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38130,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38131,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38132,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38133,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38134,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38135,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38136,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38137,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38138,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38139,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38140,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38141,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38142,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38143,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38144,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38145,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38146,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38147,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38148,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38149,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38150,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38151,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38152,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38153,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38154,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38155,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38156,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38157,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38158,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38159,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38160,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38161,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38162,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38163,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38164,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38163,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38165,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38163,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38166,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38163,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38167,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38168,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38167,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38169,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38167,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38170,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38167,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38171,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38172,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38171,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38173,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38171,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38174,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38171,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38175,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38176,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38177,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38176,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38178,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38176,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38179,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38176,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38180,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38181,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38180,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38182,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38180,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38183,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38180,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38184,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38185,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3231,38184,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38186,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3231,38184,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38187,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38184,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38188,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38189,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38188,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38190,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38188,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38191,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38188,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38192,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38193,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38192,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38194,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38192,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38195,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38192,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38196,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3231,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38197,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3231,38196,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38198,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3231,38196,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38199,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3231,38196,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38200,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38201,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38202,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38203,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38204,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38205,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38206,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38207,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38208,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38209,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38210,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3232,38209,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38211,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38212,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38213,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38214,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38215,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38216,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38217,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38218,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3232,NULL,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38219,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3232,38218,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38220,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3232,38218,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38221,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3232,38218,'2023-05-05 10:02:32','2023-05-05 10:02:32'),(38222,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3233,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38223,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3233,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38224,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3233,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38225,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3233,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38226,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38227,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38228,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38229,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38230,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38231,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38232,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38233,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38234,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38235,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38236,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38237,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38238,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38239,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38240,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38241,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3234,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38242,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38243,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38244,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38245,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38246,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38247,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38248,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38249,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38250,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38251,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3235,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38252,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38253,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38254,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38255,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38256,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38257,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38258,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38259,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38260,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38261,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38262,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38263,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38264,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3236,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38265,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38266,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38267,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38268,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38269,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38270,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38271,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38272,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38273,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38274,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38275,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38276,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38277,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38278,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38279,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38280,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38281,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38282,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38283,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38284,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3237,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38285,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38286,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59');
INSERT INTO `questions` VALUES (38287,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38288,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38289,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38290,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38291,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38292,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38293,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38294,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38295,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38296,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38297,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38298,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3238,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38299,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38300,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38301,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38302,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38303,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38304,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38305,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3239,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38306,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3240,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38307,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3240,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38308,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38309,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38310,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38311,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3241,38310,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38312,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38313,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38314,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3241,38313,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38315,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38316,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38317,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38318,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38319,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38320,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38321,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38322,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38323,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38324,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38325,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38326,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38327,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38328,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38329,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38330,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38331,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38332,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38333,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38334,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38335,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38336,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38337,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38338,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38339,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38340,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38341,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38342,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38343,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38344,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38345,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38346,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38347,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38348,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38349,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38350,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38351,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38352,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38351,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38353,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38351,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38354,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38351,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38355,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38356,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38355,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38357,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38355,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38358,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38355,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38359,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38360,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38359,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38361,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38359,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38362,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38359,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38363,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38364,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38365,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38364,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38366,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38364,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38367,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38364,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38368,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38369,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38368,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38370,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38368,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38371,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38368,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38372,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38373,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3241,38372,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38374,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3241,38372,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38375,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38372,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38376,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38377,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38376,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38378,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38376,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38379,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38376,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38380,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38381,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38380,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38382,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38380,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38383,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38380,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38384,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3241,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38385,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3241,38384,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38386,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3241,38384,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38387,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3241,38384,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38388,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38389,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38390,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38391,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38392,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38393,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38394,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38395,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38396,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38397,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38398,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3242,38397,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38399,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38400,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38401,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38402,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38403,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38404,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38405,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38406,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3242,NULL,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38407,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3242,38406,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38408,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3242,38406,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38409,'Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3242,38406,'2023-05-05 10:03:59','2023-05-05 10:03:59'),(38410,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3243,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38411,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3243,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38412,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3243,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38413,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3243,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38414,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38415,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38416,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38417,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38418,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38419,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38420,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38421,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38422,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38423,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38424,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38425,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38426,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38427,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38428,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38429,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3244,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38430,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38431,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38432,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38433,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38434,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38435,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38436,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38437,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38438,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38439,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3245,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38440,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38441,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38442,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38443,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38444,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38445,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38446,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38447,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38448,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38449,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38450,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38451,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38452,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3246,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38453,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38454,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38455,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38456,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38457,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38458,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38459,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38460,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38461,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38462,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38463,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38464,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38465,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38466,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38467,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38468,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38469,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38470,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38471,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38472,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3247,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38473,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38474,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38475,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:05','2023-05-05 10:05:05'),(38476,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38477,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38478,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38479,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38480,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38481,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38482,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38483,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38484,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38485,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38486,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3248,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38487,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38488,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38489,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38490,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38491,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38492,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38493,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3249,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38494,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3250,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38495,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3250,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38496,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38497,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38498,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38499,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3251,38498,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38500,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38501,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38502,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3251,38501,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38503,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38504,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38505,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38506,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38507,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38508,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38509,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38510,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38511,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38512,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38513,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38514,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38515,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38516,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38517,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38518,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38519,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38520,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38521,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38522,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38523,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38524,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38525,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38526,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38527,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38528,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38529,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38530,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38531,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38532,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38533,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38534,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38535,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38536,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38537,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38538,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38539,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38540,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38539,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38541,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38539,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38542,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38539,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38543,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38544,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38543,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38545,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38543,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38546,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38543,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38547,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38548,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38547,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38549,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38547,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38550,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38547,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38551,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38552,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38553,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38552,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38554,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38552,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38555,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38552,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38556,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38557,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38556,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38558,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38556,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38559,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38556,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38560,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38561,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3251,38560,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38562,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3251,38560,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38563,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38560,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38564,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38565,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38564,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38566,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38564,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38567,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38564,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38568,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38569,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38568,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38570,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38568,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38571,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38568,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38572,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3251,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38573,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3251,38572,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38574,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3251,38572,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38575,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3251,38572,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38576,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38577,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38578,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38579,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38580,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38581,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38582,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38583,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38584,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38585,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38586,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3252,38585,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38587,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38588,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38589,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38590,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38591,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38592,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38593,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38594,'Building',3,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3252,NULL,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38595,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3252,38594,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38596,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3252,38594,'2023-05-05 10:05:06','2023-05-05 10:05:06'),(38597,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3253,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38598,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3253,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38599,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3253,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38600,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3253,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38601,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38602,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38603,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38604,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38605,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38606,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38607,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38608,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38609,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38610,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38611,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38612,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38613,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38614,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38615,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38616,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3254,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38617,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38618,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38619,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38620,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38621,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38622,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38623,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38624,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38625,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38626,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3255,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38627,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38628,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38629,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38630,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38631,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38632,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38633,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38634,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38635,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38636,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38637,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38638,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38639,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3256,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38640,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38641,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38642,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38643,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38644,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38645,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38646,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38647,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38648,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38649,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38650,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38651,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38652,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38653,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38654,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38655,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38656,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38657,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38658,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38659,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3257,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38660,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38661,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38662,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38663,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38664,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38665,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38666,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38667,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38668,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38669,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38670,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38671,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38672,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38673,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3258,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38674,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38675,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38676,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38677,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38678,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38679,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38680,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3259,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38681,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3260,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38682,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3260,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38683,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38684,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38685,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38686,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3261,38685,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38687,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38688,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38689,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3261,38688,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38690,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38691,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38692,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38693,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38694,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38695,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38696,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38697,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38698,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38699,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38700,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38701,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38702,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38703,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38704,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38705,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38706,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38707,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38708,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38709,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38710,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38711,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38712,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38713,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38714,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38715,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38716,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38717,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38718,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38719,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38720,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38721,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3261,NULL,'2023-05-05 10:08:58','2023-05-05 10:08:58'),(38722,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38723,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38724,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38725,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38726,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38727,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38726,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38728,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38726,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38729,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38726,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38730,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38731,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38730,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38732,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38730,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38733,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38730,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38734,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38735,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38734,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38736,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38734,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38737,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38734,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38738,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38739,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38740,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38739,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38741,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38739,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38742,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38739,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38743,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38744,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38743,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38745,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38743,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38746,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38743,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38747,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38748,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3261,38747,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38749,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3261,38747,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38750,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38747,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38751,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38752,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38751,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38753,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38751,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38754,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38751,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38755,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38756,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38755,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38757,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38755,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38758,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38755,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38759,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3261,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38760,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3261,38759,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38761,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3261,38759,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38762,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3261,38759,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38763,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38764,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38765,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38766,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38767,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38768,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38769,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38770,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38771,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38772,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38773,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3262,38772,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38774,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38775,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38776,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38777,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38778,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38779,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38780,'Building Measurement in Square Meters',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38781,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3262,NULL,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38782,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3262,38781,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38783,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3262,38781,'2023-05-05 10:08:59','2023-05-05 10:08:59'),(38784,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3263,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38785,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3263,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38786,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3263,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38787,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3263,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38788,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38789,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38790,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38791,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38792,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38793,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38794,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38795,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38796,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38797,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38798,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38799,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38800,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38801,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38802,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38803,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3264,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38804,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38805,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38806,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38807,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38808,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38809,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38810,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38811,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38812,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38813,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3265,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38814,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3266,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38815,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3266,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38816,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3266,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38817,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3266,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38818,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3266,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38819,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3266,NULL,'2023-05-05 10:10:01','2023-05-05 10:10:01'),(38820,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38821,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38822,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38823,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38824,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38825,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38826,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3266,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38827,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38828,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38829,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38830,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38831,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38832,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38833,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38834,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38835,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38836,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38837,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38838,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38839,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38840,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38841,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38842,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38843,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38844,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38845,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38846,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3267,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38847,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38848,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38849,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38850,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38851,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38852,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38853,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38854,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38855,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38856,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38857,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38858,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38859,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38860,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3268,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38861,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38862,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38863,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38864,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38865,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38866,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38867,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3269,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38868,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3270,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38869,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3270,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38870,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38871,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38872,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38873,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3271,38872,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38874,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38875,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38876,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3271,38875,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38877,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38878,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38879,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38880,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38881,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38882,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38883,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38884,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38885,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38886,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38887,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38888,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38889,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38890,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38891,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3271,NULL,'2023-05-05 10:10:02','2023-05-05 10:10:02'),(38892,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38893,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38894,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38895,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38896,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38897,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38898,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38899,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38900,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38901,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38902,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38903,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38904,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38905,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38906,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38907,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38908,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38909,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38910,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38911,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38912,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38913,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38914,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38913,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38915,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38913,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38916,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38913,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38917,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38918,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38917,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38919,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38917,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38920,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38917,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38921,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38922,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38921,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38923,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38921,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38924,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38921,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38925,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38926,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38927,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38926,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38928,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38926,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38929,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38926,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38930,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38931,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38930,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38932,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38930,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38933,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38930,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38934,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38935,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3271,38934,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38936,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3271,38934,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38937,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38934,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38938,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38939,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38938,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38940,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38938,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38941,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38938,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38942,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38943,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38942,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38944,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38942,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38945,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38942,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38946,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3271,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38947,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3271,38946,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38948,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3271,38946,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38949,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3271,38946,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38950,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38951,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38952,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38953,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38954,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38955,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38956,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38957,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38958,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38959,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38960,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3272,38959,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38961,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38962,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38963,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38964,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38965,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38966,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38967,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38968,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3272,NULL,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38969,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3272,38968,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38970,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3272,38968,'2023-05-05 10:10:03','2023-05-05 10:10:03'),(38971,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3273,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38972,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3273,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38973,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3273,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38974,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3273,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38975,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38976,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38977,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38978,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38979,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38980,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38981,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38982,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38983,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38984,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38985,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38986,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38987,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38988,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38989,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38990,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3274,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38991,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38992,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38993,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38994,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38995,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38996,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38997,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38998,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(38999,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39000,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3275,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39001,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39002,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39003,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39004,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39005,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39006,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39007,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39008,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39009,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39010,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39011,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39012,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39013,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3276,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39014,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39015,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39016,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39017,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39018,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39019,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39020,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39021,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39022,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39023,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39024,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39025,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39026,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39027,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39028,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39029,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39030,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39031,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39032,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39033,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3277,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39034,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39035,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39036,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39037,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39038,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39039,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39040,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39041,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39042,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39043,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39044,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39045,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39046,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39047,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3278,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39048,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39049,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39050,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39051,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39052,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39053,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39054,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3279,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39055,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3280,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39056,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3280,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39057,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39058,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39059,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39060,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39061,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39062,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39063,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39064,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39065,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39066,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39067,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3281,39066,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39068,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39069,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39070,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39071,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39072,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39073,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39074,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39075,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3281,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39076,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3281,39075,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39077,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3281,39075,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39078,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39079,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39080,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39081,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3282,39080,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39082,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39083,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39084,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3282,39083,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39085,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39086,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39087,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39088,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39089,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39090,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39091,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39092,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39093,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39094,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39095,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39096,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39097,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39098,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39099,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39100,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39101,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39102,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39103,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39104,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39105,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39106,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39107,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39108,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39109,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39110,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39111,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39112,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39113,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39114,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39115,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39116,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39117,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39118,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39119,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39120,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39121,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39122,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39121,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39123,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39121,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39124,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39121,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39125,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39126,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39125,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39127,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39125,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39128,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39125,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39129,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39130,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39129,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39131,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39129,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39132,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39129,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39133,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39134,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39135,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39134,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39136,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39134,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39137,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39134,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39138,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39139,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39138,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39140,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39138,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39141,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39138,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39142,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39143,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3282,39142,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39144,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3282,39142,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39145,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39142,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39146,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3282,NULL,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39147,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39146,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39148,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39146,'2023-05-05 10:31:35','2023-05-05 10:31:35'),(39149,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39146,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39150,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3282,NULL,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39151,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39150,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39152,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39150,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39153,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39150,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39154,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3282,NULL,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39155,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3282,39154,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39156,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3282,39154,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39157,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3282,39154,'2023-05-05 10:31:36','2023-05-05 10:31:36'),(39158,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3283,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39159,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3283,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39160,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3283,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39161,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3283,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39162,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39163,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39164,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39165,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39166,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39167,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39168,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39169,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39170,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39171,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39172,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39173,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39174,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39175,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39176,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39177,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3284,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39178,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39179,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39180,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39181,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39182,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39183,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39184,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39185,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39186,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39187,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3285,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39188,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39189,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39190,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39191,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39192,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39193,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39194,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39195,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39196,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39197,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39198,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39199,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39200,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3286,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39201,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39202,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39203,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39204,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39205,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39206,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39207,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39208,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39209,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39210,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39211,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39212,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39213,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39214,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39215,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39216,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39217,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39218,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39219,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39220,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3287,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39221,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39222,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39223,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39224,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39225,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39226,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39227,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39228,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39229,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39230,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39231,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39232,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39233,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39234,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3288,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39235,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39236,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39237,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39238,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39239,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39240,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39241,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3289,NULL,'2023-05-05 10:34:48','2023-05-05 10:34:48'),(39242,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3290,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39243,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3290,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39244,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39245,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39246,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39247,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39248,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39249,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39250,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39251,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39252,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39253,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39254,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3291,39253,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39255,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39256,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39257,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39258,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39259,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39260,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39261,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39262,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3291,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39263,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3291,39262,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39264,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3291,39262,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39265,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39266,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39267,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39268,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3292,39267,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39269,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39270,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39271,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3292,39270,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39272,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39273,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39274,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39275,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39276,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39277,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39278,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39279,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39280,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39281,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39282,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39283,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39284,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39285,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39286,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39287,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39288,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39289,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39290,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39291,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39292,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39293,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39294,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39295,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39296,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39297,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39298,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39299,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39300,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39301,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39302,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39303,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39304,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39305,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39306,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39307,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39308,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39309,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39308,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39310,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39308,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39311,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39308,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39312,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39313,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39312,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39314,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39312,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39315,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39312,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39316,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39317,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39316,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39318,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39316,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39319,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39316,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39320,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39321,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39322,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39321,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39323,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39321,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39324,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39321,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39325,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39326,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39325,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39327,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39325,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39328,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39325,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39329,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39330,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3292,39329,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39331,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3292,39329,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39332,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39329,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39333,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39334,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39333,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39335,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39333,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39336,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39333,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39337,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39338,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39337,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39339,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39337,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39340,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39337,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39341,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39342,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3292,39341,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39343,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3292,39341,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39344,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3292,39341,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39345,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3292,NULL,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39346,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,NULL,3292,39345,'2023-05-05 10:34:49','2023-05-05 10:34:49'),(39347,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3293,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39348,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3293,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39349,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3293,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39350,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3293,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39351,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39352,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39353,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39354,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39355,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39356,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39357,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39358,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39359,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39360,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39361,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39362,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39363,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39364,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39365,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39366,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3294,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39367,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39368,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39369,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39370,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39371,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39372,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39373,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39374,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39375,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39376,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3295,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39377,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39378,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39379,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39380,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39381,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39382,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39383,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39384,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39385,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39386,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39387,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39388,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39389,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3296,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39390,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39391,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39392,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39393,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39394,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39395,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39396,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39397,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39398,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39399,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39400,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39401,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39402,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39403,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39404,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39405,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39406,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39407,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39408,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39409,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3297,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39410,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39411,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39412,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39413,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39414,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39415,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39416,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39417,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39418,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39419,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39420,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39421,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39422,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39423,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3298,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39424,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39425,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39426,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39427,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39428,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39429,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39430,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3299,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39431,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3300,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39432,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3300,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39433,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39434,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39435,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39436,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39437,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39438,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39439,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39440,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39441,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39442,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39443,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3301,39442,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39444,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39445,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39446,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39447,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39448,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39449,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39450,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39451,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3301,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39452,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3301,39451,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39453,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3301,39451,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39454,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39455,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39456,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39457,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3302,39456,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39458,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39459,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39458,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39460,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39461,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39462,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39463,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39464,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39465,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39466,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39467,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39468,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39469,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39470,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39471,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39472,'Fire-Proofed Areas',2,0,0,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39473,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39474,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39475,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39476,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39477,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39478,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39479,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39480,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39481,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39482,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39483,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39484,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39485,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39486,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39487,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39488,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,33,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39489,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39490,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39491,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39492,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39493,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39494,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,39,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39495,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39496,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39497,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39496,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39498,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39496,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39499,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39496,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39500,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39501,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39500,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39502,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39500,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39503,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39500,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39504,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3302,NULL,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39505,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39504,'2023-05-05 10:40:45','2023-05-05 10:40:45'),(39506,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39504,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39507,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39504,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39508,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,50,0,NULL,0,46,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39509,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39510,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39509,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39511,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39509,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39512,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39509,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39513,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39514,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39513,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39515,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39513,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39516,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39513,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39517,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39518,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39517,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39519,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39517,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39520,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39517,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39521,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39522,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,1,NULL,3302,39521,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39523,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,2,NULL,3302,39521,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39524,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39521,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39525,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39526,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39525,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39527,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39525,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39528,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39525,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39529,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39530,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39529,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39531,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39529,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39532,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39529,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39533,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39534,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3302,39533,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39535,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3302,39533,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39536,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3302,39533,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39537,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3302,NULL,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39538,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,NULL,3302,39537,'2023-05-05 10:40:46','2023-05-05 10:40:46'),(39539,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3303,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39540,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3303,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39541,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3303,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39542,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3303,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39543,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39544,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39545,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39546,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39547,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39548,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39549,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39550,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39551,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39552,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39553,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39554,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39555,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39556,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39557,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39558,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3304,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39559,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39560,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39561,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39562,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39563,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39564,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39565,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39566,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39567,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39568,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3305,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39569,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39570,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39571,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39572,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39573,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39574,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39575,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39576,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39577,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39578,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39579,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39580,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39581,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3306,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39582,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39583,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39584,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39585,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39586,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39587,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39588,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39589,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39590,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39591,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39592,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39593,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39594,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39595,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39596,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39597,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39598,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39599,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39600,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39601,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3307,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39602,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39603,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39604,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39605,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39606,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39607,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39608,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39609,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39610,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39611,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39612,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39613,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39614,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39615,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3308,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39616,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3309,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39617,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3309,NULL,'2023-05-05 11:16:18','2023-05-05 11:16:18'),(39618,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3309,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39619,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3309,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39620,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3309,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39621,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3309,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39622,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3309,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39623,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3310,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39624,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3310,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39625,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39626,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39627,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39628,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3311,39627,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39629,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39630,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39629,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39631,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39632,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39633,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39634,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39635,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39636,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39637,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39638,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39639,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39640,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39641,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39642,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39643,'Fire-Proofed Areas',2,0,0,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39644,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39645,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39646,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39647,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39648,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39649,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39650,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39651,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39652,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39653,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39654,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39655,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39656,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39657,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39658,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39659,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,33,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39660,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39661,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39662,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39663,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39664,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39665,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,39,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39666,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39667,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39668,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39667,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39669,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39667,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39670,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39667,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39671,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39672,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39671,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39673,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39671,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39674,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39671,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39675,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39676,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39675,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39677,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39675,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39678,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39675,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39679,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,50,0,NULL,0,46,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39680,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39681,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39680,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39682,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39680,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39683,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39680,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39684,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39685,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39684,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39686,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39684,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39687,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39684,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39688,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39689,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39688,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39690,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39688,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39691,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39688,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39692,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39693,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,1,NULL,3311,39692,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39694,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,2,NULL,3311,39692,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39695,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39692,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39696,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39697,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39696,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39698,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39696,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39699,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39696,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39700,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39701,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39700,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39702,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39700,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39703,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39700,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39704,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39705,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3311,39704,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39706,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3311,39704,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39707,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3311,39704,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39708,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3311,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39709,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,NULL,3311,39708,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39710,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39711,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39712,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39713,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39714,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39715,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39716,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39717,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39718,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39719,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39720,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3312,39719,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39721,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39722,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39723,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39724,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39725,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39726,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39727,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39728,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3312,NULL,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39729,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3312,39728,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39730,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3312,39728,'2023-05-05 11:16:19','2023-05-05 11:16:19'),(39731,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3313,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39732,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3313,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39733,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3313,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39734,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3313,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39735,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39736,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39737,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39738,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39739,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39740,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39741,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39742,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39743,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39744,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39745,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39746,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39747,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39748,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39749,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39750,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3314,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39751,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39752,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39753,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39754,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39755,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39756,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39757,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39758,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3315,NULL,'2023-05-05 11:18:44','2023-05-05 11:18:44'),(39759,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3315,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39760,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3315,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39761,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39762,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39763,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39764,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39765,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39766,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39767,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39768,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39769,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39770,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39771,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39772,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39773,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3316,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39774,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39775,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39776,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39777,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39778,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39779,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39780,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39781,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39782,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39783,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39784,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39785,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39786,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39787,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39788,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39789,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39790,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39791,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39792,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39793,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3317,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39794,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39795,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39796,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39797,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39798,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39799,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39800,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39801,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39802,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39803,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39804,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39805,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39806,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39807,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3318,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39808,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39809,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39810,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39811,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39812,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39813,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39814,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3319,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39815,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3320,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39816,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3320,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39817,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39818,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39819,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39820,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39821,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39822,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39823,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39824,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39825,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39826,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39827,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3321,39826,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39828,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39829,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39830,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39831,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39832,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39833,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39834,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39835,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3321,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39836,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3321,39835,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39837,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3321,39835,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39838,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39839,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39840,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39841,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3322,39840,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39842,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39843,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39842,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39844,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39845,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39846,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39847,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39848,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39849,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39850,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39851,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39852,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39853,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39854,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39855,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39856,'Fire-Proofed Areas',2,0,0,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39857,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39858,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39859,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39860,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39861,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39862,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39863,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39864,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39865,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39866,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39867,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39868,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39869,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39870,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39871,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39872,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,33,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39873,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39874,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39875,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39876,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39877,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39878,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,39,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39879,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39880,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39881,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39880,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39882,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39880,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39883,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39880,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39884,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39885,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39884,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39886,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39884,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39887,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39884,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39888,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39889,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39888,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39890,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39888,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39891,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39888,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39892,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,50,0,NULL,0,46,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39893,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39894,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39893,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39895,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39893,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39896,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39893,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39897,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39898,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39897,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39899,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39897,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39900,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39897,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39901,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3322,NULL,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39902,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39901,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39903,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39901,'2023-05-05 11:18:45','2023-05-05 11:18:45'),(39904,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39901,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39905,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3322,NULL,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39906,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,1,NULL,3322,39905,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39907,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,2,NULL,3322,39905,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39908,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39905,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39909,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3322,NULL,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39910,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39909,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39911,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39909,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39912,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39909,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39913,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3322,NULL,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39914,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39913,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39915,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39913,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39916,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39913,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39917,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3322,NULL,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39918,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3322,39917,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39919,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3322,39917,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39920,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3322,39917,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39921,'Material used in the main external wall structure, please select all that apply.',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3322,NULL,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39922,'Label',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,NULL,3322,39921,'2023-05-05 11:18:46','2023-05-05 11:18:46'),(39923,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3323,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39924,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3323,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39925,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3323,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39926,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3323,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39927,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39928,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39929,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39930,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39931,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39932,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39933,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39934,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39935,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39936,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39937,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39938,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39939,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39940,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39941,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39942,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3324,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39943,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39944,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39945,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39946,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39947,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39948,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39949,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39950,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39951,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39952,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3325,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39953,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39954,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39955,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39956,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39957,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39958,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39959,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39960,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39961,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39962,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39963,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39964,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39965,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3326,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39966,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39967,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39968,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39969,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39970,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39971,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39972,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39973,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39974,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39975,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39976,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39977,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39978,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39979,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39980,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39981,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39982,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39983,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39984,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39985,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3327,NULL,'2023-05-05 12:01:58','2023-05-05 12:01:58'),(39986,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39987,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39988,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39989,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39990,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39991,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39992,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39993,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39994,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39995,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39996,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39997,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39998,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(39999,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3328,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40000,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40001,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40002,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40003,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40004,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40005,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40006,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3329,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40007,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3330,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40008,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3330,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40009,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40010,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40011,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40012,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40013,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40014,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40015,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40016,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40017,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40018,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40019,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3331,40018,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40020,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40021,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40022,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40023,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40024,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40025,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40026,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40027,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3331,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40028,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3331,40027,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40029,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3331,40027,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40030,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40031,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40032,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40033,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3332,40032,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40034,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40035,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40034,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40036,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40037,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40038,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40039,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40040,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40041,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40042,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40043,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40044,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40045,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40046,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40047,'Main Walls Other Input Own',8,0,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40048,'Fire-Proofed Areas',2,0,0,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40049,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40050,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40051,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40052,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40053,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40054,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40055,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40056,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40057,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40058,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40059,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40060,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40061,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40062,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40063,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40064,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,33,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40065,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40066,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40067,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40068,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40069,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40070,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,39,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40071,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40072,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40073,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40072,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40074,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40072,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40075,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40072,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40076,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40077,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40076,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40078,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40076,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40079,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40076,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40080,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40081,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40080,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40082,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40080,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40083,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40080,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40084,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,50,0,NULL,0,46,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40085,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40086,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40085,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40087,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40085,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40088,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40085,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40089,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40090,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40089,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40091,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40089,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40092,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40089,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40093,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40094,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40093,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40095,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40093,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40096,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40093,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40097,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40098,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,1,NULL,3332,40097,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40099,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,0,0,2,NULL,3332,40097,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40100,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40097,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40101,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40102,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40101,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40103,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40101,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40104,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40101,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40105,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40106,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40105,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40107,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40105,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40108,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40105,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40109,'Material used in the main external wall structure',3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40110,'Label',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3332,40109,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40111,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3332,40109,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40112,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3332,40109,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40113,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,52,NULL,3332,NULL,'2023-05-05 12:01:59','2023-05-05 12:01:59'),(40114,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3333,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40115,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3333,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40116,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3333,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40117,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3333,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40118,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40119,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40120,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40121,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40122,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40123,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40124,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40125,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40126,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40127,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40128,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40129,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40130,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40131,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40132,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40133,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3334,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40134,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40135,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40136,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40137,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40138,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40139,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40140,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40141,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40142,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40143,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3335,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40144,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40145,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40146,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40147,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40148,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40149,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40150,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40151,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40152,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40153,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40154,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40155,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40156,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3336,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40157,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40158,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40159,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40160,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40161,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40162,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40163,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40164,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40165,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40166,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40167,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40168,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40169,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40170,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40171,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40172,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40173,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40174,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40175,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40176,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3337,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40177,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40178,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40179,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40180,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40181,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40182,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40183,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40184,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40185,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40186,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40187,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40188,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40189,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40190,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3338,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40191,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40192,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40193,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40194,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40195,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40196,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40197,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3339,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40198,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3340,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40199,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3340,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40200,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40201,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40202,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40203,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40204,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40205,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40206,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40207,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40208,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40209,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40210,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3341,40209,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40211,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40212,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40213,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40214,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40215,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40216,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40217,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40218,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3341,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40219,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3341,40218,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40220,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3341,40218,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40221,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40222,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40223,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40224,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3342,40223,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40225,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40226,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3342,40225,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40227,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40228,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40229,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40230,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40231,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40232,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40233,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40234,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40235,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40236,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40237,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40238,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40239,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40240,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40241,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40242,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40243,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40244,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40245,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40246,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40247,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40248,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40249,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40250,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,28,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40251,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3342,40250,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40252,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3342,40250,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40253,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40254,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40255,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3342,40254,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40256,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3342,40254,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40257,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3342,40254,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40258,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40259,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40260,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40261,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40262,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40263,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40264,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40265,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40266,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40267,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,40,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40268,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40269,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40270,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40271,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40272,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40273,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40274,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40275,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40276,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40277,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40278,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40279,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,52,NULL,3342,NULL,'2023-05-05 12:13:27','2023-05-05 12:13:27'),(40280,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3343,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40281,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3343,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40282,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3343,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40283,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3343,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40284,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40285,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40286,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40287,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40288,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40289,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40290,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40291,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40292,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40293,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40294,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40295,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40296,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40297,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40298,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40299,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3344,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40300,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40301,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40302,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40303,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40304,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40305,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40306,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40307,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40308,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40309,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3345,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40310,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40311,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40312,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40313,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40314,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40315,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40316,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40317,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40318,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40319,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40320,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40321,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40322,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3346,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40323,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40324,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40325,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40326,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40327,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40328,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40329,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40330,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40331,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40332,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40333,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40334,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40335,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40336,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40337,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40338,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40339,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40340,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40341,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40342,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3347,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40343,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40344,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40345,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40346,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40347,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40348,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40349,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40350,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40351,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40352,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40353,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40354,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40355,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40356,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3348,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40357,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40358,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40359,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40360,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40361,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40362,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40363,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3349,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40364,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3350,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40365,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3350,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40366,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40367,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40368,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40369,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40370,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40371,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40372,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40373,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40374,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40375,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40376,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3351,40375,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40377,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40378,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40379,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40380,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40381,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40382,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40383,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40384,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3351,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40385,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3351,40384,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40386,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3351,40384,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40387,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40388,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40389,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40390,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3352,40389,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40391,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40392,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3352,40391,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40393,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40394,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40395,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40396,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40397,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40398,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40399,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40400,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40401,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40402,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40403,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40404,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40405,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40406,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40407,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40408,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40409,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40410,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40411,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40412,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40413,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40414,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40415,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3352,NULL,'2023-05-05 12:16:35','2023-05-05 12:16:35'),(40416,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40417,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40418,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40419,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40420,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40421,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40422,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40423,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40424,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40425,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40426,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40427,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40428,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3352,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40429,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3352,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40430,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3352,40427,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40431,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40432,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40433,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40434,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40435,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40436,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40437,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40438,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40439,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40440,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,52,NULL,3352,NULL,'2023-05-05 12:16:36','2023-05-05 12:16:36'),(40441,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3353,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40442,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3353,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40443,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3353,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40444,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3353,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40445,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40446,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40447,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40448,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40449,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40450,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40451,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40452,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40453,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40454,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40455,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40456,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40457,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40458,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40459,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40460,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3354,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40461,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40462,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40463,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40464,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40465,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40466,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40467,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40468,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40469,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40470,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3355,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40471,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40472,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40473,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40474,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40475,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40476,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40477,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40478,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40479,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40480,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40481,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40482,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40483,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3356,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40484,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40485,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40486,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40487,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40488,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40489,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40490,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40491,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40492,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40493,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40494,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40495,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40496,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40497,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40498,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40499,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40500,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40501,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40502,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40503,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3357,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40504,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40505,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40506,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40507,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40508,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40509,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40510,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40511,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40512,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40513,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40514,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40515,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40516,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40517,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3358,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40518,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40519,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40520,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40521,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40522,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40523,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40524,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3359,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40525,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3360,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40526,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3360,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40527,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40528,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40529,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40530,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40531,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40532,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40533,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40534,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40535,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40536,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40537,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3361,40536,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40538,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40539,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40540,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3361,NULL,'2023-05-05 12:20:42','2023-05-05 12:20:42'),(40541,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3361,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40542,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3361,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40543,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3361,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40544,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3361,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40545,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3361,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40546,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3361,40545,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40547,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3361,40545,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40548,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40549,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40550,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40551,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3362,40550,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40552,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40553,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3362,40552,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40554,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40555,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40556,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40557,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40558,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40559,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40560,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40561,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40562,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40563,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40564,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40565,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40566,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40567,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40568,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40569,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40570,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40571,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40572,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40573,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40574,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40575,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40576,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40577,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40578,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40579,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40580,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40581,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40582,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40583,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40584,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40585,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40586,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40587,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3362,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40588,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3362,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40589,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3362,40586,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40590,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,47,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40591,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40592,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40593,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40594,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40595,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40596,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40597,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40598,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40599,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40600,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,52,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40601,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,52,NULL,3362,NULL,'2023-05-05 12:20:43','2023-05-05 12:20:43'),(40602,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3363,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40603,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3363,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40604,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3363,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40605,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3363,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40606,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40607,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40608,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40609,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40610,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40611,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40612,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40613,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40614,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40615,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40616,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40617,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40618,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40619,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40620,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40621,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3364,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40622,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40623,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40624,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40625,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40626,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40627,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40628,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40629,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40630,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40631,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3365,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40632,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40633,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40634,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40635,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40636,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40637,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40638,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40639,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40640,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40641,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40642,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40643,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40644,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3366,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40645,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40646,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40647,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40648,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40649,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40650,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40651,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40652,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40653,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40654,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40655,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40656,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40657,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40658,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40659,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40660,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40661,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40662,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40663,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40664,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3367,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40665,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40666,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40667,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40668,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40669,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40670,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40671,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40672,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40673,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40674,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40675,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40676,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40677,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40678,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3368,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40679,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40680,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40681,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40682,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40683,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40684,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40685,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3369,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40686,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3370,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40687,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3370,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40688,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40689,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40690,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40691,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40692,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40693,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40694,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40695,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40696,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40697,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40698,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3371,40697,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40699,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40700,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40701,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40702,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40703,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40704,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40705,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40706,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3371,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40707,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3371,40706,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40708,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3371,40706,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40709,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40710,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40711,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40712,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3372,40711,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40713,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40714,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3372,40713,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40715,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40716,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40717,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40718,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40719,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40720,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40721,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40722,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40723,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40724,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40725,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40726,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40727,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40728,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40729,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40730,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40731,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40732,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40733,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40734,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40735,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40736,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40737,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40738,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40739,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40740,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40741,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40742,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40743,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40744,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40745,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40746,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40747,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3372,NULL,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40748,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3372,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40749,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3372,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40750,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3372,40747,'2023-05-08 05:27:36','2023-05-08 05:27:36'),(40751,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3373,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40752,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3373,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40753,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3373,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40754,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3373,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40755,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40756,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40757,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40758,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40759,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40760,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40761,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40762,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40763,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40764,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40765,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40766,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40767,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40768,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40769,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40770,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3374,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40771,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40772,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40773,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40774,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40775,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40776,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40777,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40778,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40779,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40780,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3375,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40781,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40782,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40783,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40784,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40785,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40786,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40787,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40788,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40789,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40790,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40791,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3376,NULL,'2023-05-08 05:27:44','2023-05-08 05:27:44'),(40792,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3376,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40793,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3376,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40794,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40795,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40796,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40797,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40798,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40799,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40800,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40801,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40802,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40803,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40804,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40805,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40806,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40807,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40808,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40809,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40810,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40811,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40812,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40813,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3377,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40814,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40815,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40816,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40817,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40818,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40819,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40820,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40821,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40822,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40823,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40824,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40825,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40826,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40827,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3378,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40828,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40829,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40830,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40831,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40832,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40833,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40834,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3379,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40835,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3380,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40836,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3380,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40837,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40838,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40839,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40840,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40841,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40842,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40843,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40844,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40845,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40846,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40847,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3381,40846,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40848,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40849,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40850,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40851,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40852,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40853,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40854,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40855,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3381,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40856,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3381,40855,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40857,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3381,40855,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40858,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40859,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40860,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40861,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3382,40860,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40862,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40863,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3382,40862,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40864,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40865,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40866,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40867,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40868,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40869,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40870,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40871,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40872,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40873,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40874,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40875,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40876,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40877,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40878,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40879,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40880,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40881,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40882,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40883,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40884,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40885,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40886,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40887,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40888,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,32,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40889,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,34,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40890,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40891,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40892,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40893,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40894,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,25,0,NULL,0,42,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40895,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40896,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3382,NULL,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40897,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3382,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40898,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3382,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40899,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3382,40896,'2023-05-08 05:27:45','2023-05-08 05:27:45'),(40900,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3383,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40901,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3383,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40902,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3383,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40903,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3383,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40904,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40905,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40906,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40907,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40908,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40909,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40910,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40911,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40912,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40913,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40914,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40915,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40916,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40917,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40918,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40919,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3384,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40920,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40921,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:50','2023-05-08 05:28:50'),(40922,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40923,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40924,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40925,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40926,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40927,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40928,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40929,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3385,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40930,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40931,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40932,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40933,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40934,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40935,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40936,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40937,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40938,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40939,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40940,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40941,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40942,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3386,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40943,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40944,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40945,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40946,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40947,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40948,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40949,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40950,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40951,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40952,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40953,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40954,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40955,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40956,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40957,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40958,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40959,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40960,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40961,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40962,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3387,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40963,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40964,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40965,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40966,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40967,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40968,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40969,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40970,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40971,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40972,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40973,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40974,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40975,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40976,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3388,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40977,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40978,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40979,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40980,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40981,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40982,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40983,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3389,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40984,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3390,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40985,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3390,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40986,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40987,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40988,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40989,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40990,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40991,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40992,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40993,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40994,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40995,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40996,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3391,40995,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40997,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40998,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(40999,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41000,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41001,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41002,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41003,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41004,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3391,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41005,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3391,41004,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41006,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3391,41004,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41007,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41008,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41009,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41010,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3392,41009,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41011,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41012,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3392,41011,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41013,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41014,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41015,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41016,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41017,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41018,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41019,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41020,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41021,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41022,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41023,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41024,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41025,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41026,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41027,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41028,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41029,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41030,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41031,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41032,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41033,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41034,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41035,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41036,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41037,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41038,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41039,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,35,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41040,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,36,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41041,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,37,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41042,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41043,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41044,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3392,NULL,'2023-05-08 05:28:51','2023-05-08 05:28:51'),(41045,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3393,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41046,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3393,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41047,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3393,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41048,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3393,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41049,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41050,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41051,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41052,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41053,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41054,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41055,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41056,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41057,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41058,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41059,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41060,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41061,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41062,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41063,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41064,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3394,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41065,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41066,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41067,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41068,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41069,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41070,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41071,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41072,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41073,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41074,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3395,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41075,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41076,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41077,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41078,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41079,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41080,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41081,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41082,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41083,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41084,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41085,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41086,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41087,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3396,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41088,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41089,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41090,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41091,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41092,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41093,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41094,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41095,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41096,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41097,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41098,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41099,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41100,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41101,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41102,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41103,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41104,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41105,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41106,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41107,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3397,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41108,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41109,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41110,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41111,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41112,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41113,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41114,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41115,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41116,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41117,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41118,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41119,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41120,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41121,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3398,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41122,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41123,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41124,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41125,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41126,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41127,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41128,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3399,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41129,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3400,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41130,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3400,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41131,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41132,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41133,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41134,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41135,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41136,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41137,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41138,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41139,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41140,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41141,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3401,41140,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41142,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41143,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41144,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41145,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41146,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41147,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41148,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41149,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3401,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41150,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3401,41149,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41151,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3401,41149,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41152,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41153,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41154,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41155,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3402,41154,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41156,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41157,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3402,41156,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41158,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41159,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41160,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41161,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41162,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41163,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41164,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41165,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41166,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41167,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41168,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41169,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41170,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41171,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41172,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41173,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41174,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41175,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41176,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41177,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41178,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41179,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41180,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41181,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41182,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,35,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41183,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,38,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41184,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,36,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41185,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,37,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41186,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41187,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3402,NULL,'2023-05-08 05:33:03','2023-05-08 05:33:03'),(41188,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3402,NULL,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(41189,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3402,NULL,'2023-05-08 05:33:04','2023-05-08 05:33:04'),(41190,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3403,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41191,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3403,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41192,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3403,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41193,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3403,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41194,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41195,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41196,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41197,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41198,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41199,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41200,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41201,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41202,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41203,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41204,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41205,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41206,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41207,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41208,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41209,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3404,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41210,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41211,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41212,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41213,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41214,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41215,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41216,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41217,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41218,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41219,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3405,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41220,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41221,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41222,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41223,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41224,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41225,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41226,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41227,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41228,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41229,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41230,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41231,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41232,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3406,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41233,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3407,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41234,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3407,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41235,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3407,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41236,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3407,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41237,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3407,NULL,'2023-05-08 05:34:02','2023-05-08 05:34:02'),(41238,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41239,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41240,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41241,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41242,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41243,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41244,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41245,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41246,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41247,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41248,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41249,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41250,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41251,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41252,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3407,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41253,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41254,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41255,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41256,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41257,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41258,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41259,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41260,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41261,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41262,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41263,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41264,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41265,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41266,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3408,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41267,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41268,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41269,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41270,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41271,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41272,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41273,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3409,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41274,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3410,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41275,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3410,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41276,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41277,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41278,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41279,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41280,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41281,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41282,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41283,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41284,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41285,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41286,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3411,41285,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41287,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41288,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41289,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41290,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41291,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41292,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41293,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41294,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3411,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41295,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3411,41294,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41296,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3411,41294,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41297,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41298,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41299,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41300,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3412,41299,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41301,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41302,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3412,41301,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41303,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41304,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41305,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41306,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41307,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41308,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41309,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41310,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41311,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41312,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41313,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41314,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41315,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41316,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41317,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41318,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41319,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41320,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41321,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41322,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41323,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41324,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41325,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41326,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41327,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,38,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41328,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,36,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41329,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,37,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41330,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,38,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41331,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41332,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41333,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41334,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3412,NULL,'2023-05-08 05:34:03','2023-05-08 05:34:03'),(41335,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3413,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41336,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3413,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41337,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3413,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41338,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3413,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41339,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41340,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41341,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41342,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41343,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41344,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41345,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41346,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41347,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41348,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41349,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41350,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41351,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41352,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41353,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41354,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3414,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41355,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41356,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41357,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41358,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41359,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41360,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41361,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41362,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41363,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41364,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3415,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41365,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41366,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41367,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41368,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41369,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41370,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41371,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41372,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41373,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41374,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41375,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41376,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41377,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3416,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41378,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41379,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41380,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41381,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41382,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41383,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41384,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41385,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41386,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41387,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41388,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41389,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41390,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41391,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41392,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41393,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41394,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41395,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41396,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41397,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3417,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41398,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41399,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41400,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41401,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41402,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41403,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41404,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41405,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41406,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41407,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41408,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41409,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41410,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41411,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3418,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41412,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41413,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41414,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41415,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41416,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41417,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41418,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3419,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41419,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3420,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41420,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3420,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41421,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41422,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41423,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41424,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41425,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41426,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41427,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41428,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41429,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08');
INSERT INTO `questions` VALUES (41430,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41431,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3421,41430,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41432,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41433,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41434,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41435,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41436,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41437,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41438,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41439,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3421,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41440,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3421,41439,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41441,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3421,41439,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41442,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41443,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41444,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41445,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3422,41444,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41446,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41447,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3422,41446,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41448,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41449,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41450,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41451,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41452,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41453,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41454,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41455,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41456,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41457,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41458,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41459,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41460,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41461,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41462,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41463,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41464,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41465,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41466,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41467,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41468,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41469,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41470,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41471,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41472,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,38,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41473,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,37,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41474,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,38,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41475,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,38,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41476,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41477,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41478,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41479,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3422,NULL,'2023-05-08 05:36:08','2023-05-08 05:36:08'),(41480,'This field should be editable',5,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3423,NULL,'2023-05-08 12:34:25','2023-05-08 12:34:25'),(41481,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3424,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41482,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3424,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41483,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3424,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41484,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3424,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41485,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41486,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41487,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41488,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41489,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41490,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41491,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41492,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41493,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41494,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41495,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41496,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41497,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41498,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41499,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41500,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3425,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41501,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41502,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41503,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41504,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41505,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41506,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41507,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41508,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41509,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41510,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3426,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41511,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41512,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41513,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41514,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41515,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41516,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41517,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41518,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41519,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41520,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41521,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41522,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41523,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3427,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41524,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41525,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41526,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41527,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41528,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41529,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41530,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41531,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41532,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41533,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41534,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41535,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41536,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41537,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41538,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41539,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41540,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41541,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41542,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41543,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3428,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41544,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41545,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41546,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41547,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41548,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41549,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41550,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41551,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41552,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41553,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41554,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41555,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41556,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41557,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3429,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41558,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41559,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41560,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41561,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41562,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41563,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41564,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3430,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41565,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3431,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41566,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3431,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41567,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41568,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41569,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41570,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41571,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41572,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41573,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41574,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41575,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41576,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41577,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3432,41576,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41578,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41579,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41580,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41581,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41582,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41583,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41584,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41585,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3432,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41586,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3432,41585,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41587,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3432,41585,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41588,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3433,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41589,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3433,NULL,'2023-05-09 08:31:58','2023-05-09 08:31:58'),(41590,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41591,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3433,41590,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41592,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41593,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3433,41592,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41594,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41595,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41596,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41597,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41598,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41599,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41600,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41601,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41602,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41603,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41604,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41605,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41606,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41607,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41608,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41609,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41610,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41611,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41612,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41613,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41614,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41615,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41616,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41617,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41618,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41619,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41620,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41621,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3433,NULL,'2023-05-09 08:31:59','2023-05-09 08:31:59'),(41622,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3434,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41623,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3434,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41624,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3434,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41625,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3434,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41626,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41627,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41628,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41629,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41630,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41631,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41632,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41633,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41634,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41635,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41636,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41637,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41638,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41639,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41640,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41641,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3435,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41642,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41643,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41644,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41645,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41646,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41647,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41648,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41649,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41650,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41651,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3436,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41652,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41653,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41654,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41655,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41656,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41657,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41658,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41659,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41660,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41661,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41662,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41663,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41664,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3437,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41665,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41666,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41667,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41668,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41669,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41670,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41671,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41672,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41673,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41674,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41675,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41676,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41677,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41678,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41679,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41680,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41681,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41682,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41683,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41684,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3438,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41685,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41686,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41687,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41688,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41689,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41690,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41691,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41692,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41693,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41694,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41695,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41696,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41697,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41698,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3439,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41699,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41700,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41701,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41702,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41703,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41704,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41705,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3440,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41706,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3441,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41707,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3441,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41708,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41709,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41710,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41711,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41712,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41713,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41714,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41715,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41716,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41717,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41718,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3442,41717,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41719,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41720,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41721,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41722,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41723,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41724,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41725,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41726,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3442,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41727,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3442,41726,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41728,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3442,41726,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41729,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3443,NULL,'2023-05-09 08:32:24','2023-05-09 08:32:24'),(41730,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41731,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41732,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3443,41731,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41733,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41734,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3443,41733,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41735,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41736,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41737,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41738,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41739,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41740,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41741,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41742,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,15,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41743,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,16,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41744,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41745,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,17,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41746,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,18,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41747,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41748,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41749,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41750,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41751,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41752,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41753,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41754,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41755,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41756,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41757,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41758,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,32,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41759,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,46,NULL,3443,NULL,'2023-05-09 08:32:25','2023-05-09 08:32:25'),(41760,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3444,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41761,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3444,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41762,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3444,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41763,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3444,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41764,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41765,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41766,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41767,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41768,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41769,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41770,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41771,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41772,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41773,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41774,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41775,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41776,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41777,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41778,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41779,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3445,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41780,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41781,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41782,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41783,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41784,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41785,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41786,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41787,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41788,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41789,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3446,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41790,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41791,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41792,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41793,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41794,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41795,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41796,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41797,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41798,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41799,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41800,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41801,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41802,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3447,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41803,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41804,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41805,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41806,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41807,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41808,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41809,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41810,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41811,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41812,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41813,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41814,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41815,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41816,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41817,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41818,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41819,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41820,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41821,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41822,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3448,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41823,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41824,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41825,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41826,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41827,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41828,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41829,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41830,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41831,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41832,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41833,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41834,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41835,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41836,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3449,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41837,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41838,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41839,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41840,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41841,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41842,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41843,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3450,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41844,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3451,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41845,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3451,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41846,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41847,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41848,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41849,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41850,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41851,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41852,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41853,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41854,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41855,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41856,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3452,41855,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41857,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41858,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41859,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41860,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41861,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41862,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41863,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41864,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3452,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41865,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3452,41864,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41866,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3452,41864,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41867,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41868,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41869,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41870,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3453,41869,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41871,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41872,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3453,41871,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41873,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41874,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41875,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41876,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41877,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41878,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41879,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41880,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41881,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41882,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41883,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41884,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41885,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41886,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41887,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41888,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41889,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41890,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41891,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41892,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 10:56:24'),(41893,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41894,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41895,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41896,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41897,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3453,NULL,'2023-05-09 10:56:24','2023-05-09 12:12:00'),(41898,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3454,NULL,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(41899,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3454,NULL,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(41900,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3454,NULL,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(41901,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3454,NULL,'2023-05-09 12:12:03','2023-05-09 12:12:03'),(41902,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41903,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41904,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41905,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41906,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41907,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41908,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41909,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41910,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41911,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41912,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41913,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41914,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41915,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41916,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41917,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3455,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41918,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41919,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41920,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41921,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41922,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41923,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41924,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41925,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41926,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41927,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3456,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41928,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41929,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41930,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41931,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41932,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41933,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41934,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41935,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41936,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41937,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41938,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41939,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41940,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3457,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41941,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41942,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41943,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41944,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41945,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41946,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41947,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41948,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41949,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41950,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41951,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41952,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41953,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41954,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41955,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41956,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41957,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41958,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41959,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41960,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3458,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41961,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41962,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41963,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41964,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41965,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41966,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41967,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41968,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41969,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41970,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41971,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41972,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41973,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41974,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3459,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41975,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41976,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41977,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41978,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41979,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41980,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41981,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3460,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41982,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3461,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41983,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3461,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41984,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41985,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41986,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41987,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41988,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41989,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41990,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41991,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41992,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41993,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41994,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3462,41993,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41995,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41996,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41997,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41998,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(41999,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42000,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42001,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42002,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3462,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42003,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3462,42002,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42004,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3462,42002,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42005,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42006,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42007,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42008,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3463,42007,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42009,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:31'),(42010,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3463,42009,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42011,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42012,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42013,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:04'),(42014,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42015,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42016,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42017,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42018,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42019,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42020,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42021,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42022,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:49'),(42023,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:40'),(42024,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:40'),(42025,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:40'),(42026,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:40'),(42027,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:40'),(42028,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:40'),(42029,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:35'),(42030,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:35'),(42031,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:35'),(42032,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:31'),(42033,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:31'),(42034,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:31'),(42035,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3463,NULL,'2023-05-09 12:12:04','2023-05-09 12:12:31'),(42036,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3464,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42037,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3464,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42038,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3464,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42039,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3464,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42040,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42041,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42042,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42043,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42044,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42045,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42046,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42047,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42048,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42049,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42050,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42051,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42052,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42053,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42054,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42055,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3465,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42056,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42057,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42058,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42059,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42060,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42061,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42062,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42063,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42064,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42065,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3466,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42066,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42067,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42068,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42069,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42070,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42071,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42072,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42073,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42074,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42075,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42076,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42077,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42078,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3467,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42079,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42080,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42081,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42082,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42083,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42084,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42085,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42086,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42087,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42088,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42089,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42090,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42091,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42092,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42093,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42094,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42095,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42096,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42097,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42098,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3468,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42099,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42100,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42101,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42102,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42103,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42104,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42105,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42106,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42107,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42108,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42109,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42110,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42111,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42112,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3469,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42113,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3470,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42114,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3470,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42115,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3470,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42116,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3470,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42117,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3470,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42118,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3470,NULL,'2023-05-09 12:12:53','2023-05-09 12:12:53'),(42119,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3470,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42120,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3471,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42121,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3471,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42122,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42123,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42124,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42125,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42126,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42127,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42128,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42129,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42130,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42131,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42132,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3472,42131,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42133,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42134,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42135,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42136,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42137,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42138,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42139,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42140,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3472,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42141,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3472,42140,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42142,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3472,42140,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42143,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42144,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42145,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42146,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3473,42145,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42147,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42148,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3473,42147,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42149,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42150,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42151,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42152,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,27,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42153,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42154,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,9,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42155,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42156,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,11,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42157,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,12,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42158,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,13,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42159,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42160,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,15,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42161,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,16,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42162,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,17,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42163,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,18,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42164,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,19,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42165,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42166,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42167,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42168,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42169,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,24,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42170,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42171,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:12:54'),(42172,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42173,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3473,NULL,'2023-05-09 12:12:54','2023-05-09 12:14:17'),(42174,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3474,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42175,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3474,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42176,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3474,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42177,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3474,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42178,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42179,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42180,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42181,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42182,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42183,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42184,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42185,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42186,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42187,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42188,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42189,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42190,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42191,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42192,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42193,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3475,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42194,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42195,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42196,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42197,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42198,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42199,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42200,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42201,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42202,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42203,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3476,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42204,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42205,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42206,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42207,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42208,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42209,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42210,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42211,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42212,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42213,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42214,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42215,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42216,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3477,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42217,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42218,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42219,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42220,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42221,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42222,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42223,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42224,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42225,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42226,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42227,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42228,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42229,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42230,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42231,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42232,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42233,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3478,NULL,'2023-05-09 12:14:19','2023-05-09 12:14:19'),(42234,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3478,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42235,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3478,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42236,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3478,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42237,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42238,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42239,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42240,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42241,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42242,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42243,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42244,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42245,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42246,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42247,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42248,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42249,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42250,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3479,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42251,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42252,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42253,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42254,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42255,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42256,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42257,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3480,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42258,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3481,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42259,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3481,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42260,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42261,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42262,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42263,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42264,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42265,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42266,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42267,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42268,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42269,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42270,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3482,42269,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42271,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42272,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42273,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42274,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42275,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42276,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42277,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42278,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3482,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42279,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3482,42278,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42280,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3482,42278,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42281,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:22:45'),(42282,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:22:45'),(42283,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42284,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3483,42283,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42285,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42286,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3483,42285,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42287,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42288,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42289,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42290,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42291,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42292,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42293,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42294,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42295,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42296,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42297,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42298,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42299,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42300,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42301,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42302,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42303,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42304,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42305,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42306,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 12:14:20'),(42307,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42308,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42309,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42310,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42311,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3483,NULL,'2023-05-09 12:14:20','2023-05-09 14:21:28'),(42312,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3484,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42313,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3484,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42314,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3484,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42315,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3484,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42316,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42317,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42318,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42319,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42320,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42321,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42322,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42323,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42324,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42325,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42326,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42327,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42328,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42329,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42330,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42331,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3485,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42332,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42333,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42334,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42335,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42336,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42337,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42338,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42339,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42340,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42341,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3486,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42342,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42343,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42344,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42345,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42346,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42347,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42348,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42349,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42350,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42351,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42352,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42353,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42354,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3487,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42355,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42356,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42357,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42358,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42359,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42360,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42361,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3488,NULL,'2023-05-09 14:22:55','2023-05-09 14:22:55'),(42362,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42363,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42364,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42365,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42366,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42367,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42368,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42369,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42370,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42371,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42372,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42373,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42374,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3488,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42375,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42376,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42377,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42378,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42379,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42380,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42381,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42382,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42383,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42384,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42385,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42386,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42387,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42388,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3489,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42389,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42390,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42391,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42392,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42393,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42394,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42395,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3490,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42396,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3491,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42397,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3491,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42398,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42399,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42400,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42401,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42402,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42403,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42404,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42405,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42406,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42407,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42408,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3492,42407,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42409,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42410,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42411,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42412,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42413,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42414,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42415,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42416,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3492,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42417,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3492,42416,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42418,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3492,42416,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42419,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:24:12'),(42420,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:24:12'),(42421,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42422,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3493,42421,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42423,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42424,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3493,42423,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42425,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42426,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42427,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42428,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42429,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42430,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42431,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42432,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42433,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42434,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42435,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42436,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42437,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42438,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42439,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42440,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42441,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42442,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42443,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42444,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42445,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42446,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42447,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42448,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42449,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3493,NULL,'2023-05-09 14:22:56','2023-05-09 14:22:56'),(42450,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3494,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42451,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3494,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42452,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3494,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42453,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3494,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42454,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42455,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42456,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42457,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42458,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42459,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42460,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42461,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42462,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42463,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42464,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42465,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42466,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42467,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42468,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42469,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3495,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42470,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42471,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42472,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42473,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42474,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42475,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42476,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42477,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42478,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42479,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3496,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42480,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42481,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42482,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42483,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42484,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42485,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42486,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42487,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42488,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42489,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42490,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42491,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42492,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3497,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42493,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42494,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42495,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42496,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42497,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42498,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42499,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42500,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42501,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42502,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42503,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42504,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42505,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42506,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42507,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42508,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42509,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42510,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42511,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42512,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3498,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42513,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42514,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42515,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42516,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42517,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42518,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42519,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42520,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42521,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42522,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42523,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42524,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42525,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42526,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3499,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42527,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42528,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42529,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42530,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42531,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42532,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42533,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3500,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42534,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3501,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42535,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3501,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42536,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42537,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42538,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42539,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42540,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42541,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42542,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42543,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42544,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42545,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42546,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3502,42545,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42547,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42548,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42549,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42550,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42551,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42552,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42553,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42554,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3502,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42555,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3502,42554,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42556,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3502,42554,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42557,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:32:52'),(42558,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:32:52'),(42559,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42560,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3503,42559,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42561,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42562,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3503,42561,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42563,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42564,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42565,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42566,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42567,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42568,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3503,NULL,'2023-05-09 14:24:16','2023-05-09 14:24:16'),(42569,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42570,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42571,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42572,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42573,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42574,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42575,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42576,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42577,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42578,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42579,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42580,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42581,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42582,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42583,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42584,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42585,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42586,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42587,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3503,NULL,'2023-05-09 14:24:17','2023-05-09 14:24:17'),(42588,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3504,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42589,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3504,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42590,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3504,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42591,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3504,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42592,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42593,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42594,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42595,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42596,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42597,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42598,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42599,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42600,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42601,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42602,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42603,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42604,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42605,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42606,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42607,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3505,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42608,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42609,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42610,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42611,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42612,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42613,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42614,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42615,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42616,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42617,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3506,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42618,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42619,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42620,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42621,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42622,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42623,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42624,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42625,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42626,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42627,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42628,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42629,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42630,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3507,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42631,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42632,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42633,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42634,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42635,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42636,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42637,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42638,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42639,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42640,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42641,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42642,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42643,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42644,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42645,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42646,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42647,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42648,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42649,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42650,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3508,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42651,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42652,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42653,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42654,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42655,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42656,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42657,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42658,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42659,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42660,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42661,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42662,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42663,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42664,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3509,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42665,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3510,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42666,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3510,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42667,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3510,NULL,'2023-05-09 14:32:54','2023-05-09 14:32:54'),(42668,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3510,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42669,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3510,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42670,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3510,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42671,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3510,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42672,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3511,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42673,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3511,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42674,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42675,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42676,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42677,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42678,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42679,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42680,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42681,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42682,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42683,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42684,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3512,42683,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42685,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42686,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42687,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42688,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42689,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42690,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42691,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42692,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3512,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42693,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3512,42692,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42694,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3512,42692,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42695,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:33:34'),(42696,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:33:34'),(42697,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42698,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3513,42697,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42699,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42700,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3513,42699,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42701,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42702,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42703,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42704,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42705,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42706,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42707,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42708,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42709,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42710,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42711,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42712,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42713,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42714,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42715,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42716,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42717,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42718,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42719,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42720,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42721,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42722,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42723,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42724,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42725,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3513,NULL,'2023-05-09 14:32:55','2023-05-09 14:32:55'),(42726,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3514,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42727,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3514,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42728,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3514,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42729,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3514,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42730,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42731,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42732,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42733,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42734,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42735,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42736,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42737,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42738,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42739,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42740,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42741,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42742,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42743,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42744,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42745,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3515,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42746,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42747,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42748,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42749,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42750,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42751,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42752,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42753,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42754,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42755,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3516,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42756,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42757,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42758,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42759,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42760,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42761,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42762,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42763,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42764,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42765,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42766,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42767,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42768,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3517,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42769,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42770,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42771,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42772,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42773,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42774,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42775,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42776,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42777,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42778,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42779,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42780,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42781,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42782,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42783,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42784,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42785,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42786,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42787,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42788,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3518,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42789,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42790,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42791,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42792,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42793,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42794,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42795,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42796,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42797,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42798,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42799,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42800,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42801,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42802,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3519,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42803,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42804,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42805,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42806,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42807,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42808,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42809,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3520,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42810,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3521,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42811,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3521,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42812,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42813,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42814,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42815,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42816,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42817,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42818,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42819,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42820,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42821,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42822,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3522,42821,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42823,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42824,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42825,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42826,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42827,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42828,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42829,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42830,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3522,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42831,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3522,42830,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42832,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3522,42830,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42833,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:48'),(42834,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:48'),(42835,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42836,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3523,42835,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42837,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42838,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3523,42837,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42839,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42840,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42841,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42842,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42843,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42844,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42845,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42846,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42847,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42848,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42849,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42850,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42851,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42852,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42853,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42854,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42855,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42856,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42857,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42858,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42859,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42860,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42861,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42862,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42863,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3523,NULL,'2023-05-09 14:33:37','2023-05-09 14:33:37'),(42864,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3524,NULL,'2023-05-09 14:33:50','2023-05-09 14:33:50'),(42865,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3524,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42866,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3524,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42867,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3524,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42868,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42869,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42870,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42871,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42872,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42873,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42874,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42875,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42876,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42877,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42878,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42879,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42880,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42881,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42882,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42883,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3525,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42884,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42885,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42886,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42887,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42888,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42889,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42890,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42891,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42892,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42893,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3526,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42894,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42895,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42896,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42897,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42898,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42899,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42900,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42901,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42902,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42903,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42904,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42905,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42906,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3527,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42907,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42908,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42909,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42910,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42911,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42912,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42913,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42914,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42915,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42916,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42917,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42918,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42919,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42920,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42921,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42922,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42923,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42924,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42925,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42926,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3528,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42927,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42928,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42929,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42930,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42931,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42932,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42933,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42934,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42935,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42936,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42937,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42938,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42939,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42940,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3529,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42941,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42942,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42943,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42944,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42945,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42946,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42947,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3530,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42948,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3531,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42949,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3531,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42950,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42951,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42952,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42953,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42954,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42955,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42956,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42957,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42958,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42959,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42960,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3532,42959,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42961,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42962,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42963,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42964,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42965,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42966,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42967,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42968,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3532,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42969,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3532,42968,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42970,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3532,42968,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42971,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42972,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42973,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42974,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3533,42973,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42975,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42976,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3533,42975,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42977,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42978,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42979,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42980,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42981,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42982,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42983,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42984,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42985,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42986,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42987,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42988,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42989,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42990,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42991,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42992,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42993,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42994,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42995,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42996,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42997,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42998,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(42999,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(43000,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(43001,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3533,NULL,'2023-05-09 14:33:51','2023-05-09 14:33:51'),(43002,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3534,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43003,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3534,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43004,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3534,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43005,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3534,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43006,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43007,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43008,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43009,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43010,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43011,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43012,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43013,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43014,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43015,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43016,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43017,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43018,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43019,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43020,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43021,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3535,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43022,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43023,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43024,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43025,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43026,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43027,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43028,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43029,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43030,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43031,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3536,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43032,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43033,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43034,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43035,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43036,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43037,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43038,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43039,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43040,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43041,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43042,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43043,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43044,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3537,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43045,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43046,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43047,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43048,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43049,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43050,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43051,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43052,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3538,NULL,'2023-05-09 14:34:13','2023-05-09 14:34:13'),(43053,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43054,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43055,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43056,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43057,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43058,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43059,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43060,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43061,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43062,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43063,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43064,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3538,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43065,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43066,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43067,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43068,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43069,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43070,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43071,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43072,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43073,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43074,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43075,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43076,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43077,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43078,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3539,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43079,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43080,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43081,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43082,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43083,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43084,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43085,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3540,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43086,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3541,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43087,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3541,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43088,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43089,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43090,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43091,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43092,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43093,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43094,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43095,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43096,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43097,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43098,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3542,43097,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43099,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43100,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43101,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43102,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43103,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43104,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43105,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43106,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3542,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43107,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3542,43106,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43108,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3542,43106,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43109,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:48:37'),(43110,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:48:37'),(43111,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43112,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3543,43111,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43113,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43114,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3543,43113,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43115,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43116,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43117,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43118,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43119,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43120,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43121,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43122,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43123,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43124,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43125,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43126,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43127,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43128,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43129,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43130,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43131,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43132,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43133,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43134,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43135,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43136,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43137,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43138,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43139,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3543,NULL,'2023-05-09 14:34:14','2023-05-09 14:34:14'),(43140,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3544,NULL,'2023-05-09 14:48:58','2023-05-09 14:48:58'),(43141,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3544,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43142,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3544,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43143,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3544,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43144,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43145,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43146,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43147,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43148,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43149,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43150,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43151,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43152,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43153,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43154,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43155,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43156,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43157,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43158,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43159,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3545,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43160,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43161,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43162,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43163,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43164,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43165,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43166,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43167,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43168,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43169,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3546,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43170,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43171,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43172,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43173,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43174,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43175,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43176,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43177,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43178,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43179,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43180,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43181,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43182,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3547,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43183,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43184,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43185,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43186,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43187,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43188,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43189,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43190,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43191,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43192,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43193,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43194,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43195,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43196,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43197,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43198,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43199,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43200,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43201,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43202,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3548,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43203,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43204,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43205,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43206,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43207,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43208,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43209,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43210,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43211,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43212,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43213,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43214,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43215,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43216,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3549,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43217,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43218,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43219,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43220,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43221,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43222,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43223,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3550,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43224,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3551,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43225,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3551,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43226,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43227,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43228,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43229,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43230,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43231,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43232,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43233,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43234,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43235,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43236,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3552,43235,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43237,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43238,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43239,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43240,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43241,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43242,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43243,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43244,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3552,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43245,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3552,43244,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43246,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3552,43244,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43247,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:49:10'),(43248,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:49:10'),(43249,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43250,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3553,43249,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43251,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43252,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3553,43251,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43253,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43254,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43255,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43256,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43257,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43258,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43259,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43260,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43261,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43262,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43263,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43264,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43265,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43266,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43267,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43268,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43269,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43270,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43271,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43272,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43273,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43274,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43275,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43276,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43277,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3553,NULL,'2023-05-09 14:48:59','2023-05-09 14:48:59'),(43278,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3554,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43279,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3554,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43280,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3554,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43281,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3554,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43282,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43283,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43284,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43285,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43286,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43287,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43288,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43289,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43290,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43291,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43292,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43293,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43294,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43295,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43296,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43297,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3555,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43298,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43299,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43300,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43301,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43302,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43303,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43304,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43305,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43306,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43307,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3556,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43308,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43309,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43310,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43311,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43312,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43313,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43314,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43315,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43316,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43317,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43318,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43319,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43320,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3557,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43321,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43322,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43323,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43324,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43325,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43326,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43327,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43328,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43329,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43330,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43331,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43332,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43333,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43334,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43335,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43336,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43337,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43338,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43339,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43340,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3558,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43341,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43342,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43343,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43344,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43345,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43346,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43347,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43348,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43349,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43350,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43351,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43352,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43353,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43354,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3559,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43355,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43356,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43357,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43358,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43359,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43360,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43361,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3560,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43362,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3561,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43363,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3561,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43364,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43365,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43366,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43367,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43368,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43369,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43370,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43371,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43372,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43373,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43374,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3562,43373,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43375,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43376,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43377,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43378,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43379,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43380,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43381,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43382,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3562,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43383,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3562,43382,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43384,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3562,43382,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43385,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:52'),(43386,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,3,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:52'),(43387,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:52'),(43388,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3563,43387,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43389,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43390,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3563,43389,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43391,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43392,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43393,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43394,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43395,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43396,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43397,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43398,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43399,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43400,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43401,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43402,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43403,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43404,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43405,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43406,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43407,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43408,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43409,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43410,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43411,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43412,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43413,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43414,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43415,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3563,NULL,'2023-05-09 14:49:14','2023-05-09 14:49:14'),(43416,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3564,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43417,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3564,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43418,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3564,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43419,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3564,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43420,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43421,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43422,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43423,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43424,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43425,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43426,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43427,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43428,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43429,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43430,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43431,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43432,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43433,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43434,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43435,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3565,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43436,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43437,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43438,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43439,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43440,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43441,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43442,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43443,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43444,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43445,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3566,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43446,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43447,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43448,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43449,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43450,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43451,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43452,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43453,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43454,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43455,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43456,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43457,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43458,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3567,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43459,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43460,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43461,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43462,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43463,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43464,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43465,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43466,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43467,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43468,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43469,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43470,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43471,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43472,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43473,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43474,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43475,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43476,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43477,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43478,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3568,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43479,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43480,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43481,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43482,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43483,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43484,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43485,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43486,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43487,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3569,NULL,'2023-05-09 14:49:55','2023-05-09 14:49:55'),(43488,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3569,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43489,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3569,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43490,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3569,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43491,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3569,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43492,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3569,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43493,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43494,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43495,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43496,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43497,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43498,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43499,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3570,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43500,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3571,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43501,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3571,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43502,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43503,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43504,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43505,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43506,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43507,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43508,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43509,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43510,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43511,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43512,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3572,43511,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43513,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43514,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43515,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43516,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43517,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43518,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43519,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43520,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3572,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43521,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3572,43520,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43522,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3572,43520,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43523,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:50:15'),(43524,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3573,43523,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43525,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:50:15'),(43526,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:50:15'),(43527,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43528,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3573,43527,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43529,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43530,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43531,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43532,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43533,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43534,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43535,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43536,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43537,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43538,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43539,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43540,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43541,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43542,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43543,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43544,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43545,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43546,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43547,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43548,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43549,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43550,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43551,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43552,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43553,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3573,NULL,'2023-05-09 14:49:56','2023-05-09 14:49:56'),(43554,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3574,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43555,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3574,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43556,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3574,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43557,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3574,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43558,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43559,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43560,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43561,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43562,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43563,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43564,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43565,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43566,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43567,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43568,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43569,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43570,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43571,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43572,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43573,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3575,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43574,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43575,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43576,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43577,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43578,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43579,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43580,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43581,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43582,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43583,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3576,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43584,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3577,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43585,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3577,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43586,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3577,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43587,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3577,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43588,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3577,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43589,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3577,NULL,'2023-05-09 14:50:18','2023-05-09 14:50:18'),(43590,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43591,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43592,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43593,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43594,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43595,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43596,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3577,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43597,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43598,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43599,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43600,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43601,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43602,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43603,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43604,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43605,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43606,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43607,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43608,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43609,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43610,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43611,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43612,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43613,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43614,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43615,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43616,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3578,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43617,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43618,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43619,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43620,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43621,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43622,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43623,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43624,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43625,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43626,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43627,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43628,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43629,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43630,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3579,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43631,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43632,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43633,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43634,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43635,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43636,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43637,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3580,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43638,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3581,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43639,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3581,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43640,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43641,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43642,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43643,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43644,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43645,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43646,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43647,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43648,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43649,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43650,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3582,43649,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43651,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43652,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43653,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43654,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43655,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43656,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43657,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43658,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3582,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43659,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3582,43658,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43660,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3582,43658,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43661,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:51:22'),(43662,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:51:22'),(43663,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43664,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3583,43663,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43665,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43666,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3583,43665,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43667,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43668,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43669,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43670,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43671,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43672,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43673,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43674,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43675,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43676,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43677,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43678,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43679,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43680,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43681,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43682,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43683,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43684,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43685,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43686,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43687,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43688,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43689,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43690,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43691,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3583,NULL,'2023-05-09 14:50:19','2023-05-09 14:50:19'),(43692,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3584,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43693,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3584,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43694,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3584,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43695,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3584,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43696,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43697,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43698,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43699,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43700,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43701,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43702,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43703,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43704,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43705,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43706,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43707,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43708,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43709,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43710,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43711,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3585,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43712,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43713,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43714,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43715,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43716,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43717,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43718,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43719,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43720,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43721,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3586,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43722,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43723,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43724,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43725,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43726,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43727,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43728,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43729,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43730,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43731,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43732,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43733,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43734,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3587,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43735,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43736,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43737,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43738,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43739,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43740,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43741,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43742,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43743,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43744,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43745,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43746,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43747,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43748,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43749,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43750,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43751,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43752,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43753,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43754,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3588,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43755,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43756,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43757,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43758,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43759,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43760,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43761,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43762,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43763,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43764,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43765,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43766,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43767,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43768,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3589,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43769,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43770,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43771,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43772,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43773,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43774,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43775,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3590,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43776,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3591,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43777,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3591,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43778,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43779,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43780,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43781,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43782,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43783,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43784,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43785,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43786,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43787,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43788,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3592,43787,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43789,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43790,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43791,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43792,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43793,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43794,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43795,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43796,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3592,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43797,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3592,43796,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43798,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3592,43796,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43799,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43800,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43801,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43802,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3593,43801,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43803,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43804,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3593,43803,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43805,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43806,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43807,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43808,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43809,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43810,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43811,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43812,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43813,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43814,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43815,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43816,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43817,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43818,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43819,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43820,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43821,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43822,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43823,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43824,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43825,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43826,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43827,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43828,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43829,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3593,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43830,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3594,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43831,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3594,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43832,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3594,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43833,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3594,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43834,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43835,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43836,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43837,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43838,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43839,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43840,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43841,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43842,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43843,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43844,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43845,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43846,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43847,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43848,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43849,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3595,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43850,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43851,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43852,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43853,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43854,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43855,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43856,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43857,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43858,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43859,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3596,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43860,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43861,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43862,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43863,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43864,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43865,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43866,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43867,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43868,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43869,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43870,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43871,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43872,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3597,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43873,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43874,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43875,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43876,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43877,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43878,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43879,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43880,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43881,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43882,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43883,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43884,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43885,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43886,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43887,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43888,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3598,NULL,'2023-05-09 14:51:25','2023-05-09 14:51:25'),(43889,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3598,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43890,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3598,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43891,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3598,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43892,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3598,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43893,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43894,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43895,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43896,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43897,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43898,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43899,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43900,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43901,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43902,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43903,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43904,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43905,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43906,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3599,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43907,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43908,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43909,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43910,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43911,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43912,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43913,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3600,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43914,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3601,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43915,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3601,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43916,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43917,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43918,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43919,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43920,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43921,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43922,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43923,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43924,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43925,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43926,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3602,43925,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43927,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43928,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43929,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43930,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43931,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43932,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43933,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43934,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3602,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43935,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3602,43934,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43936,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3602,43934,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43937,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43938,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43939,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43940,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3603,43939,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43941,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43942,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3603,43941,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43943,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43944,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43945,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43946,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3603,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43947,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43948,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43949,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43950,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3604,43949,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43951,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43952,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3604,43951,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43953,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43954,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43955,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43956,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43957,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43958,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43959,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43960,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43961,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,1,0,13,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43962,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43963,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43964,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',3,NULL,1,100,0,1,0,16,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43965,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',1,NULL,0,100,0,0,0,17,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43966,'Do you have these features for Office Doors',9,0,0,NULL,NULL,5,NULL,0,100,0,1,0,18,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43967,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,19,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43968,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43969,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,21,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43970,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43971,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43972,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43973,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43974,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43975,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43976,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43977,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3604,NULL,'2023-05-09 14:51:26','2023-05-09 14:51:26'),(43978,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3605,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43979,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3605,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43980,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3605,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43981,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3605,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43982,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43983,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43984,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43985,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43986,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43987,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43988,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43989,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43990,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43991,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43992,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43993,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43994,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43995,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43996,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43997,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3606,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43998,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(43999,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44000,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44001,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44002,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44003,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44004,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44005,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44006,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44007,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3607,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44008,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44009,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44010,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44011,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44012,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44013,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44014,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44015,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44016,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44017,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44018,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44019,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44020,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3608,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44021,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44022,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44023,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44024,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44025,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44026,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44027,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44028,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44029,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44030,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44031,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44032,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44033,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44034,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44035,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44036,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44037,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44038,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44039,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44040,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3609,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44041,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44042,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44043,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44044,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44045,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44046,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44047,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44048,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44049,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44050,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44051,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44052,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44053,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44054,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3610,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44055,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44056,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44057,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44058,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44059,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44060,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44061,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3611,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44062,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3612,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44063,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3612,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44064,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44065,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44066,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44067,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3613,44066,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44068,'Staircases and Lifts',2,0,0,NULL,'<p>This section refers to the number of escape stairwells and lifts covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44069,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,2,NULL,NULL,0,0,0,5,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44070,'Number of Stair Cases',12,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',0,NULL,0,10,0,1,0,1,NULL,3613,44069,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44071,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44072,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Number of floors','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44073,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44074,'What percentage of the main exterior walls are pre-1900 solid brick, stone or concrete?',11,0,0,'Wall Percentage','<p>Use the slider to enter the percentage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44075,'What percentage of the main external wall is made of cob?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,10,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44076,'What percentage of the main external wall is a cavity, brick and block wall?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44077,'What percentage of the main external walls have a concrete inner skin with a curtain walling outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,12,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44078,'What percentage of the main external walls are constructed of metal posts with a sheet metal wall covering?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44079,'What percentage of the main external walls use a timber frame with a concrete or block inner or outer skin?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,14,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44080,'What percentage of the main external walls use prefabricated timber?',11,0,0,'Wall Percentage',NULL,1,NULL,0,100,0,1,0,15,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44081,'Percentage of the main external wall that uses glass walls and metal post frame?',11,0,0,'Wall Percentage',NULL,NULL,NULL,0,100,0,NULL,0,16,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44082,'Main Walls Other Input Own',8,0,1,NULL,NULL,3,NULL,1,100,0,1,0,17,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44083,'Fire-Proofed Areas',2,0,0,NULL,NULL,1,NULL,0,100,0,0,0,18,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44084,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,5,NULL,0,100,0,1,0,19,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44085,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',5,NULL,0,100,0,1,0,20,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44086,'Window Type',8,0,1,NULL,'<p>Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,21,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44087,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44088,'Main Walls As Built – Unknown – Original Construction',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,23,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44089,'Main Walls Insulated - Cavity - External - Internal Pre 2019',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44090,'Main Walls Insulated Cavity - External - Internal Post 2020',9,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,25,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44091,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44092,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44093,'How many internal fire doors are FD30 or FD60 with easy open locks, smoke seals, and self closers?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,28,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44094,'If applicable, do you have these features for bedroom doors?',9,0,0,NULL,'<p>Are the bedroom doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,29,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44095,'Specify the Number of Bedroom Doors Between (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of bedroom doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,30,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44096,'Do you have these Features for the Kitchen Doors',9,0,0,NULL,'<p>If applicable, are the kitchen doors fire rated?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,31,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44097,'Specify the total number of Kitchen Doors (1 to 100)',11,0,0,'Number of Doors','<p>Enter the total number of kitchen doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,32,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44098,'Do you have these features for Office Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,33,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44099,'Specify the total number of Office Doors (1-100)',11,0,0,'Number of Doors','<p>Enter the total number of office doors.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,34,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44100,'Do you have these features for Metal Doors? (internal or external)',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,35,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44101,'Specify the total number of internal or external Metal Doors (1-100)',11,0,0,'Number of RM Doors',NULL,NULL,NULL,0,100,0,NULL,0,36,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44102,'Do you have these features for Other Doors',9,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,37,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44103,'Specify the total number of other Doors (1-100)',11,0,0,'Number of Doors',NULL,NULL,NULL,NULL,NULL,0,NULL,0,38,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44104,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,39,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44105,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,40,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44106,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,25,0,NULL,0,42,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44107,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,25,0,NULL,0,44,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44108,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44107,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44109,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44107,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44110,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44107,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44111,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,1,100,0,NULL,0,45,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44112,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44111,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44113,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44111,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44114,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44111,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44115,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,50,0,NULL,0,46,NULL,3613,NULL,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44116,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44115,'2023-05-15 08:01:44','2023-05-15 08:01:44'),(44117,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44115,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44118,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44115,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44119,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,47,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44120,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,47,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44121,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44120,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44122,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44120,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44123,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44120,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44124,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,48,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44125,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44124,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44126,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44124,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44127,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44124,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44128,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,49,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44129,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,1,NULL,3613,44128,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44130,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,0,100,0,0,0,2,NULL,3613,44128,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44131,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44128,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44132,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44133,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44132,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44134,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44132,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44135,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44132,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44136,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44137,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44136,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44138,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44136,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44139,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44136,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44140,'Identifying Roof Construction Type',6,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,51,NULL,3613,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44141,'What percentage of the roof is built from Tile or Slate?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with tiles and/or slate.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3613,44140,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44142,'What percentage of the roof is built from Sheet Aluminium?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with sheet aluminium.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3613,44140,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44143,'What percentage of the roof is built from Sheet Polyurathane?',8,1,0,NULL,'<p>Enter the percentage of the roof covered with Sheet Polyurathane.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3613,44140,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44144,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44145,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44146,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44147,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44148,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44149,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44150,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44151,'What is the responsible persons job role?.',9,1,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44152,'Qualification or Self Certified for the responsible person on site.',9,1,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44153,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44154,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3614,44153,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44155,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44156,'Areas of property under management',9,0,1,NULL,'<p>Identify the type of property and the assessed areas.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44157,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44158,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44159,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44160,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3614,NULL,'2023-05-15 08:01:45','2023-05-15 08:01:45'),(44161,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3615,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44162,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3615,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44163,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3615,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44164,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3615,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44165,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44166,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44167,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44168,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44169,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44170,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44171,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44172,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44173,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44174,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44175,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44176,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44177,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44178,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44179,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44180,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3616,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44181,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44182,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44183,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44184,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44185,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44186,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44187,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44188,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44189,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44190,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3617,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44191,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44192,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44193,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44194,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44195,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44196,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44197,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44198,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44199,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44200,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44201,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44202,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44203,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3618,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44204,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44205,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44206,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44207,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44208,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44209,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44210,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44211,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44212,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44213,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44214,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44215,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44216,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44217,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44218,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44219,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44220,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44221,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44222,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44223,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3619,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44224,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44225,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44226,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44227,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44228,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44229,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44230,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44231,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44232,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44233,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44234,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44235,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44236,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44237,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3620,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44238,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44239,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44240,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44241,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44242,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44243,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44244,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3621,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44245,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3622,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44246,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3622,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44247,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44248,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44249,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44250,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44251,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44252,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44253,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44254,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44255,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44256,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44257,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3623,44256,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44258,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44259,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44260,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44261,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44262,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44263,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44264,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44265,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3623,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44266,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3623,44265,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44267,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3623,44265,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44268,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44269,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44270,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44271,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3624,44270,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44272,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44273,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3624,44272,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44274,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44275,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44276,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44277,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,8,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44278,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30');
INSERT INTO `questions` VALUES (44279,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44280,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44281,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44282,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44283,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44284,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,25,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44285,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44286,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,27,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44287,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,28,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44288,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,29,NULL,3624,NULL,'2023-05-15 11:00:30','2023-05-15 11:00:30'),(44289,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3625,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44290,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3625,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44291,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3625,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44292,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3625,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44293,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44294,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44295,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44296,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44297,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44298,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44299,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44300,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44301,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44302,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44303,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44304,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44305,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44306,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44307,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44308,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3626,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44309,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44310,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44311,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44312,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44313,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44314,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44315,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44316,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44317,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44318,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3627,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44319,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44320,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44321,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44322,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44323,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44324,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44325,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44326,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44327,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44328,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44329,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44330,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44331,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3628,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44332,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44333,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44334,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44335,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44336,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44337,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44338,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44339,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44340,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44341,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44342,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44343,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44344,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44345,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44346,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44347,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44348,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44349,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44350,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44351,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3629,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44352,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44353,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44354,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44355,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44356,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44357,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44358,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44359,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44360,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44361,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44362,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44363,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44364,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3630,NULL,'2023-05-15 11:27:43','2023-05-15 11:27:43'),(44365,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3630,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44366,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44367,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44368,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44369,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44370,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44371,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44372,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3631,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44373,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3632,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44374,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3632,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44375,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44376,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44377,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44378,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44379,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44380,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44381,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44382,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44383,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44384,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44385,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3633,44384,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44386,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44387,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44388,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44389,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44390,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44391,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44392,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44393,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3633,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44394,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3633,44393,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44395,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3633,44393,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44396,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44397,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44398,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44399,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3634,44398,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44400,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44401,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3634,44400,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44402,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44403,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44404,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44405,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44406,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44407,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44408,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44409,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:27:44'),(44410,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:32'),(44411,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:32'),(44412,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:29'),(44413,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:29'),(44414,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:29'),(44415,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:29'),(44416,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,20,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:29'),(44417,'How many internal doors are NOT certified fire doors?',11,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3634,NULL,'2023-05-15 11:27:44','2023-05-15 11:28:32'),(44418,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3635,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44419,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3635,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44420,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3635,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44421,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3635,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44422,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44423,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44424,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44425,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44426,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44427,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44428,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44429,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44430,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44431,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44432,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44433,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44434,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44435,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44436,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44437,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3636,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44438,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44439,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44440,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44441,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44442,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44443,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44444,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44445,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44446,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44447,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3637,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44448,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44449,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44450,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44451,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44452,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44453,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44454,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44455,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44456,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44457,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44458,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44459,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44460,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3638,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44461,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44462,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44463,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44464,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44465,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44466,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44467,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44468,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44469,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44470,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44471,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44472,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44473,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44474,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44475,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44476,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44477,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44478,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44479,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44480,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3639,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44481,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44482,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44483,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44484,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44485,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44486,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44487,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44488,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44489,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44490,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44491,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44492,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44493,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44494,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3640,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44495,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44496,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44497,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44498,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44499,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44500,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44501,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3641,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44502,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3642,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44503,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3642,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44504,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44505,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44506,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44507,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44508,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44509,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44510,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44511,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44512,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44513,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44514,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3643,44513,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44515,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44516,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44517,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44518,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44519,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44520,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44521,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44522,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3643,NULL,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44523,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3643,44522,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44524,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3643,44522,'2023-05-15 14:48:43','2023-05-15 14:48:43'),(44525,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44526,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44527,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44528,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3644,44527,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44529,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44530,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3644,44529,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44531,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44532,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44533,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44534,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44535,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44536,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44537,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44538,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44539,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,13,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44540,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44541,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44542,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44543,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44544,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44545,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44546,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,20,NULL,3644,NULL,'2023-05-15 14:48:44','2023-05-15 14:48:44'),(44547,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3645,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44548,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3645,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44549,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3645,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44550,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3645,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44551,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44552,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44553,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44554,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44555,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44556,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44557,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44558,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44559,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44560,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44561,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44562,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44563,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44564,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44565,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44566,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3646,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44567,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44568,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44569,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44570,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44571,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44572,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44573,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44574,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44575,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44576,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3647,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44577,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44578,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44579,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44580,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44581,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44582,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44583,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44584,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44585,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44586,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44587,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44588,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44589,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3648,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44590,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44591,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44592,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44593,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44594,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44595,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44596,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44597,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44598,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44599,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44600,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44601,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44602,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44603,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44604,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44605,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44606,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44607,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44608,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44609,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3649,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44610,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44611,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44612,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44613,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44614,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44615,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44616,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44617,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44618,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44619,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44620,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44621,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44622,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44623,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3650,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44624,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44625,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44626,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44627,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44628,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44629,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44630,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3651,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44631,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3652,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44632,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3652,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44633,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44634,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44635,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44636,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44637,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44638,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44639,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44640,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44641,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44642,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44643,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3653,44642,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44644,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44645,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44646,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44647,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44648,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44649,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44650,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44651,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3653,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44652,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3653,44651,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44653,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3653,44651,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44654,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44655,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44656,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44657,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3654,44656,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44658,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44659,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3654,44658,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44660,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44661,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44662,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44663,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44664,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44665,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,10,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44666,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,11,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44667,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44668,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,13,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44669,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44670,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44671,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44672,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44673,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,18,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44674,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44675,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,20,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44676,'Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,21,NULL,3654,NULL,'2023-05-15 14:50:30','2023-05-15 14:50:30'),(44677,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3655,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44678,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3655,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44679,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3655,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44680,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3655,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44681,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44682,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44683,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44684,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44685,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44686,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44687,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44688,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44689,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44690,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44691,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44692,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44693,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44694,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44695,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44696,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3656,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44697,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44698,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44699,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44700,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44701,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44702,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44703,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44704,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44705,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44706,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3657,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44707,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44708,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44709,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44710,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44711,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44712,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44713,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44714,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44715,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44716,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44717,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44718,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44719,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3658,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44720,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44721,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44722,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44723,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44724,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44725,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44726,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44727,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44728,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44729,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44730,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44731,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44732,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44733,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44734,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44735,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44736,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44737,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44738,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44739,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3659,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44740,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44741,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44742,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44743,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44744,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44745,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44746,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44747,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44748,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44749,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44750,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44751,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44752,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44753,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3660,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44754,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44755,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44756,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44757,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44758,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44759,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44760,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3661,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44761,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3662,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44762,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3662,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44763,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44764,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44765,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44766,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44767,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44768,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44769,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44770,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44771,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44772,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44773,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3663,44772,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44774,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44775,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44776,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44777,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44778,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44779,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44780,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44781,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3663,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44782,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3663,44781,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44783,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3663,44781,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44784,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44785,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44786,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44787,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3664,44786,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44788,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44789,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3664,44788,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44790,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44791,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44792,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44793,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:27'),(44794,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44795,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44796,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44797,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44798,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,15,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44799,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44800,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44801,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44802,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,19,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44803,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44804,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44805,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,22,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44806,'Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:53:53'),(44807,'Choose the material that the roof is predominately made of.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3664,NULL,'2023-05-15 14:53:27','2023-05-15 14:54:02'),(44808,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3665,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44809,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3665,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44810,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3665,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44811,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3665,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44812,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44813,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44814,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44815,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44816,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44817,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44818,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44819,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44820,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44821,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44822,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44823,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44824,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44825,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44826,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44827,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3666,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44828,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44829,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44830,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44831,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44832,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44833,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44834,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44835,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44836,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44837,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3667,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44838,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44839,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44840,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44841,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44842,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44843,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44844,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44845,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44846,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44847,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44848,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44849,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44850,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3668,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44851,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44852,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44853,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44854,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44855,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44856,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44857,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44858,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44859,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44860,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44861,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44862,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44863,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44864,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44865,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44866,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44867,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44868,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44869,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44870,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3669,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44871,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44872,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44873,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44874,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44875,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44876,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44877,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44878,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44879,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44880,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44881,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44882,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3670,NULL,'2023-05-15 15:00:59','2023-05-15 15:00:59'),(44883,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3670,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44884,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3670,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44885,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44886,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44887,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44888,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44889,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44890,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44891,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3671,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44892,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3672,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44893,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3672,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44894,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44895,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44896,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44897,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44898,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44899,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44900,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44901,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44902,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44903,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44904,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3673,44903,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44905,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44906,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44907,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44908,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44909,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44910,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44911,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44912,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3673,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44913,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3673,44912,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44914,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3673,44912,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44915,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44916,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44917,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44918,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3674,44917,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44919,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44920,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3674,44919,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44921,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44922,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44923,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44924,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44925,'Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44926,'Choose the material that the roof is predominately made of.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44927,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44928,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44929,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44930,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44931,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,15,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44932,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44933,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:00'),(44934,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,19,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:14'),(44935,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:14'),(44936,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:14'),(44937,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:14'),(44938,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,23,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:14'),(44939,'What is the predominant wall insulation type?',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3674,NULL,'2023-05-15 15:01:00','2023-05-15 15:01:14'),(44940,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3675,NULL,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(44941,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3675,NULL,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(44942,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3675,NULL,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(44943,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3675,NULL,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(44944,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3676,NULL,'2023-05-15 15:04:14','2023-05-15 15:04:14'),(44945,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44946,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44947,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44948,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44949,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44950,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44951,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44952,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44953,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44954,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44955,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44956,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44957,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44958,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44959,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3676,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44960,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44961,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44962,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44963,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44964,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44965,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44966,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44967,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44968,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44969,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3677,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44970,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44971,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44972,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44973,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44974,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44975,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44976,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44977,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44978,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44979,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44980,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44981,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44982,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3678,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44983,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44984,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44985,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44986,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44987,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44988,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44989,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44990,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44991,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44992,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44993,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44994,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44995,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44996,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44997,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44998,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(44999,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45000,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45001,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45002,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3679,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45003,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45004,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45005,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45006,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45007,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45008,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45009,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45010,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45011,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45012,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45013,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45014,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45015,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45016,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3680,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45017,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45018,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45019,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45020,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45021,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45022,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45023,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3681,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45024,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3682,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45025,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3682,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45026,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45027,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45028,'Recommended re visit for assessment date',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45029,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45030,'How many overall staff members?',4,0,0,NULL,'<p>If the property managed, how many overall staff memebers are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45031,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45032,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45033,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45034,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45035,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45036,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3683,45035,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45037,'Upload the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45038,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45039,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45040,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45041,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45042,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45043,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45044,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3683,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45045,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3683,45044,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45046,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3683,45044,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45047,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45048,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45049,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45050,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3684,45049,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45051,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45052,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3684,45051,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45053,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45054,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45055,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45056,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45057,'Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45058,'Choose the material that the roof is predominately made of.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45059,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45060,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45061,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45062,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45063,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,15,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45064,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45065,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45066,'What is the predominant wall insulation type?',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45067,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,19,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45068,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45069,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45070,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45071,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,23,NULL,3684,NULL,'2023-05-15 15:04:15','2023-05-15 15:04:15'),(45072,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3685,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45073,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3685,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45074,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3685,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45075,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3685,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45076,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45077,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45078,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45079,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45080,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45081,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45082,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45083,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45084,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45085,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45086,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45087,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45088,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45089,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45090,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45091,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3686,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45092,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45093,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45094,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45095,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45096,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45097,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45098,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45099,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45100,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45101,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3687,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45102,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45103,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45104,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45105,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45106,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45107,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45108,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45109,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45110,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45111,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45112,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45113,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45114,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3688,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45115,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45116,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45117,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45118,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45119,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45120,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45121,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45122,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45123,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45124,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45125,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45126,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45127,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45128,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45129,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45130,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45131,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45132,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45133,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45134,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3689,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45135,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45136,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45137,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45138,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45139,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45140,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45141,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45142,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45143,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45144,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45145,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45146,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45147,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45148,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3690,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45149,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45150,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45151,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45152,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45153,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45154,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45155,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3691,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45156,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3692,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45157,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3692,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45158,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45159,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45160,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45161,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3693,45160,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45162,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45163,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3693,45162,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45164,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45165,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45166,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45167,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45168,'Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45169,'Choose the material that the roof is predominately made of.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45170,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45171,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45172,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45173,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45174,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,15,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45175,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45176,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45177,'What is the predominant wall insulation type?',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45178,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,19,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45179,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45180,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45181,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45182,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,23,NULL,3693,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45183,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45184,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45185,'Recommended date for assessment revisit',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45186,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45187,'How many overall staff members?',4,0,0,NULL,'<p>If the property is managed, how many overall staff members are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45188,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45189,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45190,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45191,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45192,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45193,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3694,45192,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45194,'Upload an image of the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45195,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45196,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45197,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45198,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45199,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45200,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45201,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3694,NULL,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45202,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3694,45201,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45203,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3694,45201,'2023-05-15 15:06:50','2023-05-15 15:06:50'),(45204,'Is there a current test certificate for the fire alarm system, within the last 6 months?',9,0,1,NULL,'<p>1 yes certificate within 6 months&nbsp;<br>2 yes certificate within 12 months Y<br>3 no certificate available - recommend testing of alarm system by<br>specialist, to BS 5839 standard</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45205,'Upload 1x Current Alarm Test Certification -',10,0,0,'Upload Image','<p>WAS a curious dream!\' said Alice, (she had grown in the pictures of him), while the Mock Turtle: \'why, if a fish came to ME, and told me you had been anything near the door, and knocked. \'There\'s no such thing!\' Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a low trembling voice, \'Let us get to the other side of the court. (As that is rather a complaining tone, \'and they drew all manner of things--everything that begins with an M--\' \'Why with an important air, \'are you all ready? This is the same when I got up this morning, but I hadn\'t to bring tears into her eyes; and once again the tiny hands were clasped upon her arm, with its eyelids, so he did,\' said the March Hare, who had spoken first. \'That\'s none of YOUR business, Two!\' said Seven. \'Yes, it IS his business!\' said Five, in a hurry: a large cat which was lit up by wild beasts and other unpleasant things, all because they WOULD put their heads down and.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45206,'Is there any current test certification for additional fire services which you have on site (i.e. smoke vents - sprinkler systems - hose reels - rising main AOV roof vents or other)',9,0,1,NULL,'<p>1 yes certification within 6 months&nbsp;<br>2 yes certification within 12 months<br>3 no certification - recommend testing of services which you have on<br>site by a specialist</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45207,'Upload Up To 3x Photo Of Current Test Certification',10,0,0,'Upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45208,'Is there a current test certificate for the fire extinguishers, within 12 months',9,0,1,NULL,'<p>1 yes service and test certification is within 12 months&nbsp;<br>2 no service or test certification is available, recommend<br>service and testing The Regulatory Reform (Fire Safety) Order<br>2005, or competent person</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45209,'Upload Up To 1x Photo Of Current Fire Extinguisher Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,6,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45210,'Mains electrical systems EICR in the building, Has the electrical safety condition report been carried out within the last 5 years',9,0,1,NULL,'<p>&nbsp;1 Yes, the eicr test certification is complete within last 5 years&nbsp;<br>2 No testing certification has been done &ndash; recommend servicing and<br>advise from specialist Electrical Test and Inspection in<br>accordance with BS 7671 (The IET Wiring Regulations)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45211,'Upload Up To 1x Photo Of Current EICR Test Certification',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45212,'Has Portable Appliance Testing (PAT) been conducted?',9,0,1,NULL,'<p><br>1 yes completed within 3 months for construction sites - 12 or 24<br>months as company policys<br>2 no pat testing has been done (recommend testing by a specialist<br>and advise from specialist to current IET code of practice guidance.</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45213,'Upload Up To 1x Photo Of Current PAT Test Certification',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45214,'Are fire door inspections conducted on a regular basis to ensure that they are fully working?',9,0,1,NULL,'<p><br>1 yes this complete, user checked preformed and recorded in the<br>fire risk logbook<br>2 no records of inspections and user checks &ndash; recommend inspection<br>from a responsible person who can carry out checks required</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45215,'Upload 1x Photo Typical Internal Fire Door & 1x Photo Of External Fire Door',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45216,'Are fire blankets displayed in the required locations?',9,0,1,NULL,'<p>Fire blankets are required in hot working areas such as kitchens, factories, and workshops.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45217,'Upload 1x Photo of Location and How its Displayed',10,0,0,'upload photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45218,'Is specialist equipment available for people with mobility issues?',9,0,1,NULL,'<p>Specialist equipment needs to be readily-available for people with mobility issues. These can include evacuation chairs, stretchers, hoists, and harnesses.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45219,'Is their mains gas connected at the property or in communal areas of the same building',9,0,0,NULL,'<p><br>1 yes main gas connected with current gas certification within 12-<br>month, GAS Safe registered<br>2 no gas is connected there is no current gas certification &ndash;<br>recommend new gas safe inspection &amp; test certification every 12<br>months, Gas Safety GSIUR (Installation and Use) Regulations<br>1998 &ndash; GAS Safe registered.<br>3 no gas connected to the property</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3695,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45220,'Are their sufficient fire exit escapes determined by an occupancy level assessment, the activities, and contents of the premises, and do they open easily?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are Sufficient Exits To Escape And Correct Door Openings Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are Not Sufficient Escapes For This Building And Doors Are&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Not Correct</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answer - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45221,'Is there a procedure and correct communal area signage in place for site staff and visitors about using lifts in an emergency?',9,0,1,NULL,'<p class=\"MsoNormal\">Using lifts in an emergency is dangerous as the lift can become locked between floors if a power outage occurs, meaning anyone inside will be trapped with no means of escape. It is important to have clear signage for people to read in an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45222,'Are escape routes always kept clear of obstructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all escape routes, including final exit doors are kept clear of obstructions so that people can escape quickly.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45223,'Are Evacuation Assembly Points Clearly Marked?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Signed And Marked Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated - Recommend Evac Plans To Be Placed&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">In The Communal Passage To Show Where To Congregate In The Event </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Of A Fire</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45224,'Are directional exit signs located correctly and clearly visible to exit the building?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Directional Sign Is In Place Located Correctly, Also Warning&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Signs Like, Action Plan And Other Warning Signs Are In Place.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Some Exit Signs On Site, More Required (Recommend Installing</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Extra Signs To Aid People To Exit, Ensure Signs Are In A Good Location,</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Also Extra Signs Like Action Plan And Other Warning Signs To Be </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Installed.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - No - Exit Signs (Recommend Installing Signs Are In A Clear Visual&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Location To Aid Safe Exit, Also Warning Signs Were Applicable.</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">5 - N/A - N/A&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE EXIT SIGNS <br>Upload P</span><span lang=\"EN-IN\">hoto</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45225,'The Fire Policy Support Documents Specifically Include A  Documented Procedure For Evacuating The Premises.',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Procedure Is In Place Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Are No Provision For Evacuation &ndash; Recommend Evacuation&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Plan For The Property To Be Put In Place</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own - Answers Option Rate Own&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45226,'Are Escape Routes Planned To Minimise The Distance To  Travel To And Exit Point?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1-&nbsp; Yes - The Shortest Route Has Been Put Into The Plan Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes- There Is An Alternative Route Which Could Be Used As Secondary&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Exit To Evacuate Recommend The Shortest Route Evacuation Plan For </span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">The Property</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - N/A - N/A&nbsp;</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45227,'Do Escape Plans Consider Alternative Means Of Escape?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - There Are More Than One Exit Available Yes 1</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - There Is Only One Exit To Escape No 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45228,'Are evacuation assembly points safe for the expected number of people to congregate?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - The Assembly Point Is Large Enough Yes 0</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - No - Assembly Point Allocated Is Too Small &ndash; Recommend An&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Alternative Safe Place To Congregate</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Own Answers - Option Rate Own</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">UPLOAD 1X PHOTO OF THE OF ASSEMBLY AREA WITH SIGN - Upload&nbsp;</span><span lang=\"EN-IN\">Photo</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45229,'If the property is a High-Rise building, what type of evacuation procedure is in place?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">1 - Yes - Evacuation Only&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">2 - Yes - Delayed Evacuation Process Over Floors With 15 Min Time Delay&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">System In Place, To Avoid Stair Well Blockages&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">3 - Yes - Lower-Level Evacuation - Higher Levels To Wait For Emergency&nbsp;</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">Services</span></p>\n<p class=\"MsoNormal\"><span lang=\"EN-IN\">4 - Own Answers - Option Rate Ow</span></p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3696,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45230,'Those at Risk',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45231,'Consider who might be at risk (Choose all that apply)',8,1,1,NULL,'<p>Identify people most at risk within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,2,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45232,'Others at risk and additional comments',5,1,0,NULL,'<p>If you would like to add additional information about people at risk, you can do so here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45233,'Building Occupants',2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45234,'Select the times of high occupancy for Mondays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45235,'Select the times of high occupancy for Tuesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45236,'Select the times of high occupancy for Wednesdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,7,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45237,'Select the times of high occupancy for Thursdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,8,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45238,'Select the times of high occupancy for Fridays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45239,'Select the times of high occupancy for Saturdays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45240,'Select the times of high occupancy for Sundays',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45241,'Maximum number of people in the property at any one time',8,1,0,NULL,'<p>Maximum Number of persons, in the most highly occupied Areas which could be affected by an uncontrolled fire within 30 Minutes.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,12,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45242,'What fire evacuation strategy is currently in place?',9,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3697,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45243,'Has responsibility for fire safety been nominated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45244,'Are competent persons available to assist in the preventative and protective measures?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45245,'Upload Evidence',10,0,0,'Upload evidence up to 3x photos of the fire safety policy 1st and last updated page required.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45246,'Does a current up to date documented Fire Safety Policy with supporting Fire Arrangement Procedures & Instructions exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,4,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45247,'Does a current up to date premises plan, including a basic layout and areas of significant risk exist?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,5,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45248,'Upload Evidence',10,0,0,'Upload evidence up to 3x photo of the safety plans',NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45249,'Does the premises plan (Q4.04) form an integral part of the overall emergency plan?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45250,'Does the emergency plant take into account other emergency plans applicable to the same premises?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45251,'Is the emergency plan readily available to employees, visitors or others to read?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45252,'Upload Evidence',10,0,0,'Upload Evidence up to 2x photos of the displayed evacuation plan.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45253,'Is the emergency plan available to the enforcing authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45254,'Do the documents in Q5.03 provide suitable arrangements for people less able to leave the premises quickly.?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45255,'Do the documents in Q3.01 - 3.02 provide suitable arrangements for young persons with potential lack of awareness to avoid danger.',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45256,'Do the documents in Q5.03 provide suitable arrangements for ensuring that the premises have been fully evacuated?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45257,'Are their suitable arrangements in place to meet the emergency services on their arrival and to provide relevant information relating to the current emergency and potential hazardous areas?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,15,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45258,'Is their appropriate liaisons with the Fire and Rescue Authority?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,16,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45259,'Has a regime of regular in-house fire precaution checks been defined and implemented?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,17,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45260,'Do the documents in Q4.03 provide suitable arrangements for the safety of employees of other organisations in the building?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45261,'Are details of an inspections, whether daily, weekly, monthly, quarterly, yearly etc available, legible, and recorded up to date?',8,0,1,NULL,'<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,24,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45262,'Upload Evidence',10,0,0,'Upload evidence up to 5x photo of the fire risk logbook or readable format – latest recording in each section',NULL,NULL,NULL,NULL,NULL,0,NULL,0,26,NULL,3698,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45263,'Upload Up To 2x Photo Of The Of Alarm Head - Sounder & Control Panel, If Applicable.',10,0,0,'Upload Photo',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45264,'Are Call points positioned & adequately signed and visible in the event of power failure?',8,0,1,NULL,'<p>1 Yes - they are installed but not signed (Recommend signs to displayed at call points)<br><br>2 Yes - they are installed, and signs are displayed&nbsp;</p>\n<p><br>3 No- there are no call point fitted sufficient for the building\'s usage. (Recommend to upgrade to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45265,'Upload photo',10,0,0,'Upload up to 2x photos of the wall mounted call points.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45266,'Are fire sounders positioned to provide warning to any parts of the premises as determined by an assessment of the occupancy level and activities, also the condition of sounder ie overpainted or poor condition?',8,0,1,NULL,'<p>Yes - they are in good condition &amp; positioned correctly.</p>\n<p>No 1 - they are in poor condition or over painted (Advise&nbsp;<br>recommended from fire alarm specialist to check installation to BS 5839 standards.</p>\n<p>No 2 - they are not in a good location improvement (Recommended by fire alarm specialist to BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45267,'Upload Photo',10,0,0,'Upload up to 2x photo of the alarm sounder head.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45268,'Is the fire alarm system(s) tested at least weekly and legibly recorded?',8,0,0,NULL,'<p>Yes - user checks are recorded and entered into the fire risk logbook.</p>\n<p>No 1 - There is a log book but recording has not been made.</p>\n<p>(Recommend regular user check &amp; recording)</p>\n<p>No 2 - There is no fire risk logbook.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45269,'Does the premises have an adequate number of alarm call points determined by an assessment of the level of occupancy, the activities, and contents of the premises?',8,0,1,NULL,'<p>1 Yes&nbsp; - The property has an alarm system installed correct for usage to BS 5839 standards<br><br>2 Option-The property does have a system in place, but it is not suitable for usage of the property, the installation is ok as a temporary installation.</p>\n<p>(Recommend advise from alarm specialist to install correct system to BS 5839 standard)<br><br>3 No - The property has no alarms installed (advise from specialist to install correct system for building BS 5839 standards)</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45270,'Is a regime of regular maintenance of other fire prevention equipment undertaken? (i.e. smoke vents - sprinkler  systems - hose reels - rising main - AOV roof vents)',8,0,1,NULL,'<p>Yes - regular checks are made on applicable services and recorded in the fire risk logbook.</p>\n<p>No - regular checks are not recorded in fire risk logbook &ndash; recommend user checks and recording into the log book.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,8,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45271,'Emergency lighting - is their sufficient Emergency lighting within the building determined by the assessment, including exits?',8,0,1,NULL,'<p>Yes. There is suitable Emergency lighting in the building.</p>\n<p>No. There is not sufficient Emergency lighting in the building (recommend upgrading to BS5266 and BS5588 standard).&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,9,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45272,'Is the Emergency Lighting in good condition? E.g. not obstructed or over painted.',8,0,1,NULL,'<p>Yes - they are in good condition with no obstructions.</p>\n<p>No - they are in poor condition obstructed or over painted.<br>(recommend removing obstruction &amp; take advice from specialist to comply with BS5266 and BS5588).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,10,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45273,'Upload photo',10,0,0,'Upload photo up to 2x photo of the EM light.',NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45274,'Are the emergency lights subject to monthly and annual checks,  and records are available, legible, and up to date?',8,0,1,NULL,'<p>Yes - user checks and recorded in fire risk logbook.</p>\n<p>No - recording and no user checks &ndash; recommend user checks and testing of em lights.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,12,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45275,'Does the premises have adequate number of portable  fire extinguisher appliances  determined by an assessment of the activities and contents?',8,0,1,NULL,'<p>Yes - the property has enough extinguisher for usage.</p>\n<p>No - the property requires more extinguishers for usage<br>(recommend fire extinguisher service and advise from specialist).</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,13,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45276,'Upload photo',10,0,0,'Upload up to 2x photo of the fire extinguishers',NULL,NULL,NULL,NULL,NULL,0,NULL,0,14,NULL,3699,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45277,'Is the occupants and staff management information regularly reviewed to ensure it remains up-to-date with legislation?',9,0,1,NULL,'<p class=\"MsoNormal\">It is crucial that all fire safety policies are up-to-date and reviewed on a regular basis to stay compliant with changes in legislation.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45278,'Does training and/or information provided to site managers cover how to identify fire wardens and to obey their instructions?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that everyone knows who the nominated fire warden is within a building to ensure the workplace is prepared in the evnt of an emergency.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45279,'Are occupants/staff trained / instructed in the actions to undertake when a fire alarm is raised?',9,0,1,NULL,'<p class=\"MsoNormal\"><span lang=\"EN-IN\">It is important that everyone inside of a building knows the necessary actions to take when a fire alarm is raised. As well as sufficient signage, training must be given to all occupants using the premises.</span></p>\n<p class=\"MsoNormal\">&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45280,'Are occupants / staff trained in the correct use of  firefighting equipment?',9,0,1,NULL,'<p class=\"MsoNormal\">Building occupants need to know how to use the firefighting equipment that is provided in the building. This is especially essential in hot working areas such as commercial kitchens, factories, and workshops. Firefighting equipment includes Fire Extinguishers, and Fire Blankets.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45281,'Is training given to all occupants / staff to meet the requirements legible and up-to-date, including new staff?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45282,'Are emergency evacuation drills determined by the occupancy level, activities, and premises contents practiced regularly?',9,0,1,NULL,'<p class=\"MsoNormal\">It is important that all occupants are aware of the evacuation procedures and that regular drills are practiced.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45283,'Does training provided to occupants and staff cover the location of the fire assemble point and the rendezvous point  for the emergency services?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,7,NULL,3700,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45284,'Does the training provided to fire wardens cover general fire precautions for the premises?',9,0,1,NULL,'<p>It is important that fire wardens can receive additional training when changes to the premises and/or regulations are made.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3701,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45285,'Are staff or occupants with added fire safety responsibilities, such as fire wardens, given refresher training?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3701,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45286,'Building Style',8,0,1,NULL,'<p><strong>Detahced House: </strong>A house on its own</p>\n<p><strong>Semi Detached: </strong>Two houses side by side</p>\n<p><strong>Terraced:</strong> A row of houses side by side</p>\n<p><strong>End Terraced: </strong>The end of a row of terraced houses</p>\n<p><strong>A linked terraced: </strong>Has a garage inbetween</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,1,NULL,3702,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45287,'Type of Property',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,2,NULL,3702,NULL,'2023-05-15 15:07:25','2023-05-15 15:07:25'),(45288,'Floor Levels',3,0,0,NULL,'<p>Enter the total number of floor levels covered within the assessment area.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45289,'Which floor levels does the assessment cover?',11,1,0,'(Floor number)',NULL,NULL,NULL,1,100,0,0,0,1,NULL,3702,45288,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45290,'How Many Stair-Cases Are Usable To Escape From In The Building',6,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45291,'Number of Stair Cases',11,1,0,'stair cases','<p>Enter the total number of usable staircases within the property that are covered within the assessment.&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3702,45290,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45292,'How Many Lifts are in the Building',11,0,1,'Lifts','<p>Enter the total number of lifts within the building that are covered in this assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,2,NULL,NULL,0,0,0,5,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45293,'How many Floor Levels does this Assessment cover that include stair wells for access?',11,0,1,'Floor(s)','<p>Use the slider to choose the number of floor levels that include stair wells that the assessment covers.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,10,0,NULL,0,6,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45294,'External Main Wall Structure Type',2,0,0,NULL,'<p>In this section you will record the building\'s external wall construction type.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,1,100,0,NULL,0,7,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45295,'Material used in the main external wall structure, please select all that apply.',8,1,1,NULL,'<p>Knowing the building material used is vital for fire risk assessments as it determines flammability, structural integrity, and guides fire prevention strategies, reducing casualties and property damage.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,1,8,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45296,'Choose the material that the windows are predominantly made of. If the material is not listed then add your own, along with your own risk rating.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,9,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45297,'Choose the material that the roof is predominately made of.',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,10,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45298,'Are communal area wall coverings, including under stairwells & compartments fire proofed?',9,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,11,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45299,'Have hot work areas or other high level risk areas been fire proofed?',9,0,0,NULL,'<p>Examples of hot work and high level risk areas: Kitchens, Workshops, Factories, Boiler Rooms, Welding Units.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,12,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45300,'Fire Doors',2,0,0,NULL,NULL,NULL,NULL,0,100,0,NULL,0,13,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45301,'How many internal fire doors are FD30 or FD60 certified doors?',11,1,0,'Certified Fire Doors','<p>Specify the number of doors between 1 to 100. FD30 = 30 minute fire protection. FD60 = 60 minute fire protection.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,0,100,0,NULL,0,14,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45302,'How many internal doors are NOT certified fire doors?',11,1,0,'Internal Doors',NULL,NULL,NULL,0,100,0,0,0,15,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45303,'Fire-Proofed Areas',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45304,'Wall Insulation',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,17,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45305,'What is the predominant wall insulation type?',8,1,1,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45306,'Floor Types',8,0,1,NULL,'<p>Enter the type of flooring used throughout the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,19,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45307,'How many Exit doors, leading to the Outside have, Easy Open Locks Or Push Bar or Similar?',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,20,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45308,'Specify the total number of Exit Doors (between 1 to 100)',11,0,0,'Number of Exit Doors','<p>Enter the total number of exit doors covered within the assessment.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,21,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45309,'Upload Upto 4x Photo Of Some Communal Or General Areas To Show as an Example Of Condition',10,0,0,'Upload photo','<p>Upload photos of the communal areas within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,22,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45310,'General Condition of the Property',9,1,0,NULL,'<p>Recording a property\'s condition is essential in fire risk assessment to identify hazards and assess their level of risk, enabling assessors to develop strategies to ensure occupants\' safety.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,23,NULL,3702,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45311,'Site Address',5,1,0,NULL,'<p>Add the address of the property where the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,1,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45312,'Date of Assessment',7,1,0,NULL,'<p>Enter the date on which the assessment was conducted.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,2,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45313,'Recommended date for assessment revisit',7,1,0,NULL,'<p>Enter the recommended date for a site retest.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,3,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45314,'Brief description of the property and usage.',4,1,0,NULL,'<p>Write a brief description of the property and how it is used.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,4,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45315,'How many overall staff members?',4,0,0,NULL,'<p>If the property is managed, how many overall staff members are there?</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,5,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45316,'How many residents or occupants reside in the property?',4,1,0,NULL,'<p>Enter the number of people that live in the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,6,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45317,'Responsible person\'s name',4,1,0,NULL,'<p>The name of the responsible person, for example: The Site Manager, Duty Holder, Owner.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,7,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45318,'What is the responsible persons job role?.',9,0,1,NULL,'<p>Enter the responsible persons role at the business.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,8,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45319,'Qualification or Self Certified for the responsible person on site.',9,0,1,NULL,'<p>If the competent person holds a qualification you can add it here.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,9,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45320,'Fire Warden Name',3,0,0,NULL,'<p>Give the name of the nominated fire warden. If there are more than one, please click add another warden for each nominated fire warden.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,11,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45321,'Allocated Fire Warden name',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,NULL,3703,45320,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45322,'Upload an image of the Fire Wardens certification here',10,0,0,'If available',NULL,NULL,NULL,NULL,NULL,0,0,0,11,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45323,'Upload an image of the rear of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45324,'Upload an image of the front of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,13,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45325,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,14,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45326,'Upload an image of the side of the building',10,0,0,'If accessible',NULL,NULL,NULL,NULL,NULL,0,0,0,15,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45327,'Year built (If known)',4,0,0,NULL,'<p>Enter the year the property was built, if known.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,16,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45328,'Building Measurement in Square Meters',2,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,17,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45329,'Building',3,0,0,NULL,'<p>Use a tape measure to measure the total floor space of the assessed building(s)</p>\n<p>If there are multiple buildings or extensions covered within the assessment, you can add them by clicking \'Add Building\'&nbsp;</p>\n<p>Name your building, for example: Main Building, Rear Extension, Outdoor Office.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,0,0,18,NULL,3703,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45330,'Building Name',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3703,45329,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45331,'Building Measurement in Square Meters',4,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,2,NULL,3703,45329,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45332,'Sources of ignition',8,0,1,'upto 3 pictures','<p>Enter the appliances that are considered as sources of ignition within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,1,0,NULL,3704,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45333,'Upload up to 3 x photos of any hazards or hazardous areas.',10,0,0,'Upload photo','<p>Upload images of any hazards or hazardous areas, including sources of ignition.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3704,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45334,'Combustible Materials',9,0,1,NULL,'<p>Enter the types of combustible materials within the building.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3704,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26'),(45335,'Upload up to 3 x photos of any combustible materials.',10,0,0,'Upload photo','<p>Upload images of combustible materials within the property.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>',NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,3704,NULL,'2023-05-15 15:07:26','2023-05-15 15:07:26');
/*!40000 ALTER TABLE `questions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `services`
--

DROP TABLE IF EXISTS `services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `services` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `price` decimal(8,2) NOT NULL,
  `rate` varchar(255) NOT NULL,
  `company_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `services_company_id_foreign` (`company_id`),
  CONSTRAINT `services_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `services`
--

LOCK TABLES `services` WRITE;
/*!40000 ALTER TABLE `services` DISABLE KEYS */;
INSERT INTO `services` VALUES (21,'Baldwin',40.00,'day',5,'2023-01-18 06:50:04','2023-01-18 06:50:04'),(22,'Service 1',11.00,'hour',5,'2023-01-18 06:50:04','2023-01-18 06:50:04'),(23,'Service 2',5.00,'hour',5,'2023-01-18 06:50:04','2023-01-18 06:50:04'),(24,'Service 4',20.00,'day',5,'2023-01-18 06:50:04','2023-01-18 06:50:04'),(25,'Test',100.00,'hour',6,'2023-04-17 09:24:35','2023-04-17 09:24:35'),(26,'test1',200.00,'hour',6,'2023-04-17 09:24:35','2023-04-17 09:24:35');
/*!40000 ALTER TABLE `services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subscription_items`
--

DROP TABLE IF EXISTS `subscription_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `subscription_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `subscription_id` bigint(20) unsigned NOT NULL,
  `stripe_id` varchar(255) NOT NULL,
  `stripe_product` varchar(255) NOT NULL,
  `stripe_price` varchar(255) NOT NULL,
  `quantity` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `subscription_items_subscription_id_stripe_price_unique` (`subscription_id`,`stripe_price`),
  UNIQUE KEY `subscription_items_stripe_id_unique` (`stripe_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subscription_items`
--

LOCK TABLES `subscription_items` WRITE;
/*!40000 ALTER TABLE `subscription_items` DISABLE KEYS */;
INSERT INTO `subscription_items` VALUES (1,1,'si_MrgZJaugowNUFC','prod_MrRbkryHhMskPx','price_1M7ihsAz1yaRnyQBDQtGa6EF',1,'2022-11-25 08:23:21','2022-11-25 08:23:21'),(2,2,'si_Mu4YuBK8zn89KE','prod_MrRbkryHhMskPx','price_1M7ihsAz1yaRnyQBDQtGa6EF',1,'2022-12-01 17:18:25','2022-12-01 17:18:25'),(3,3,'si_NkMaWSPDyjBXqF','prod_MrRbkryHhMskPx','price_1M7ihsAz1yaRnyQBDQtGa6EF',1,'2023-04-20 07:25:06','2023-04-20 07:25:06');
/*!40000 ALTER TABLE `subscription_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subscription_products`
--

DROP TABLE IF EXISTS `subscription_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `subscription_products` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `plan_id` bigint(20) unsigned NOT NULL,
  `product_stripe_id` varchar(255) NOT NULL,
  `price_stripe_id` varchar(255) DEFAULT NULL,
  `interval` varchar(255) DEFAULT NULL,
  `price` decimal(8,2) DEFAULT NULL,
  `currency` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `subscription_products_plan_id_foreign` (`plan_id`),
  CONSTRAINT `subscription_products_plan_id_foreign` FOREIGN KEY (`plan_id`) REFERENCES `plans` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subscription_products`
--

LOCK TABLES `subscription_products` WRITE;
/*!40000 ALTER TABLE `subscription_products` DISABLE KEYS */;
INSERT INTO `subscription_products` VALUES (1,'pay_yearly',3,'prod_NrUivQG1PxrwNY','price_1N5ljNAz1yaRnyQBjm1XsvEg','year',79900.00,'GBP','2023-05-09 08:17:09','2023-05-09 08:17:09'),(2,'pay_monthly',2,'prod_NrUtJWPJ6KOk28','price_1N5ltoAz1yaRnyQBx3MrsAVc','month',19900.00,'GBP','2023-05-09 08:27:55','2023-05-09 08:27:56');
/*!40000 ALTER TABLE `subscription_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subscriptions`
--

DROP TABLE IF EXISTS `subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `subscriptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `stripe_id` varchar(255) NOT NULL,
  `stripe_status` varchar(255) NOT NULL,
  `stripe_price` varchar(255) DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `trial_ends_at` timestamp NULL DEFAULT NULL,
  `ends_at` timestamp NULL DEFAULT NULL,
  `auto_renew` tinyint(1) NOT NULL DEFAULT 0,
  `subscription_product_id` bigint(20) unsigned DEFAULT NULL,
  `canceled_at` timestamp NULL DEFAULT NULL,
  `stripe_subscription_id` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `subscriptions_stripe_id_unique` (`stripe_id`),
  KEY `subscriptions_user_id_stripe_status_index` (`user_id`,`stripe_status`),
  KEY `subscriptions_subscription_product_id_foreign` (`subscription_product_id`),
  CONSTRAINT `subscriptions_subscription_product_id_foreign` FOREIGN KEY (`subscription_product_id`) REFERENCES `subscription_products` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subscriptions`
--

LOCK TABLES `subscriptions` WRITE;
/*!40000 ALTER TABLE `subscriptions` DISABLE KEYS */;
INSERT INTO `subscriptions` VALUES (2,4,'pay_monthly','cus_MqaDwipzrZavVQ','active','19900.00',NULL,NULL,'2023-06-09 08:28:58',1,2,NULL,'sub_1N5luoAz1yaRnyQB8XcKDBoD','2023-05-09 08:29:00','2023-05-09 08:29:00'),(3,2,'pay_monthly','cus_MqCT7OmP3VWyME','canceled','19900.00',NULL,NULL,'2023-06-09 08:54:19',1,2,'2023-05-09 08:54:56','sub_1N5mJLAz1yaRnyQBaiQGebE7','2023-05-09 08:54:21','2023-05-09 08:54:56');
/*!40000 ALTER TABLE `subscriptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `token_bundles`
--

DROP TABLE IF EXISTS `token_bundles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `token_bundles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `featured_image` varchar(255) DEFAULT NULL,
  `number_of_tokens` int(11) NOT NULL,
  `price` decimal(8,2) NOT NULL,
  `discount_price` decimal(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `token_bundles`
--

LOCK TABLES `token_bundles` WRITE;
/*!40000 ALTER TABLE `token_bundles` DISABLE KEYS */;
INSERT INTO `token_bundles` VALUES (1,NULL,1,2500.00,NULL,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(2,NULL,5,12500.00,10000.00,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(3,NULL,10,25000.00,22500.00,'2022-11-17 11:49:43','2022-11-17 11:49:43'),(4,NULL,25,62500.00,57500.00,'2022-11-17 11:49:43','2022-11-17 11:49:43');
/*!40000 ALTER TABLE `token_bundles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `token_transactions`
--

DROP TABLE IF EXISTS `token_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `token_transactions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `assessment_id` bigint(20) unsigned DEFAULT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `token_transactions_user_id_foreign` (`user_id`),
  KEY `token_transactions_assessment_id_foreign` (`assessment_id`),
  CONSTRAINT `token_transactions_assessment_id_foreign` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`id`) ON DELETE SET NULL,
  CONSTRAINT `token_transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `token_transactions`
--

LOCK TABLES `token_transactions` WRITE;
/*!40000 ALTER TABLE `token_transactions` DISABLE KEYS */;
INSERT INTO `token_transactions` VALUES (1,2,2,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(2,3,2,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(3,NULL,2,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(4,4,2,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(5,5,2,'2022-11-22 23:44:56','2022-11-22 23:44:56'),(6,6,2,'2022-11-30 00:48:23','2022-11-30 00:48:23'),(7,7,2,'2022-11-30 21:17:31','2022-11-30 21:17:31'),(8,8,2,'2022-12-01 09:24:53','2022-12-01 09:24:53'),(9,9,2,'2022-12-01 09:28:32','2022-12-01 09:28:32'),(10,10,2,'2022-12-01 15:24:15','2022-12-01 15:24:15'),(11,11,2,'2022-12-01 17:19:08','2022-12-01 17:19:08'),(12,12,2,'2022-12-01 21:44:22','2022-12-01 21:44:22'),(13,13,5,'2022-12-02 11:17:04','2022-12-02 11:17:04'),(14,14,2,'2022-12-13 13:03:06','2022-12-13 13:03:06'),(15,15,2,'2023-02-13 08:53:10','2023-02-13 08:53:10'),(16,16,2,'2023-03-16 06:30:07','2023-03-16 06:30:07'),(17,17,2,'2023-03-20 11:33:04','2023-03-20 11:33:04'),(18,18,2,'2023-03-21 17:26:22','2023-03-21 17:26:22'),(19,19,2,'2023-03-21 17:33:33','2023-03-21 17:33:33'),(20,20,2,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(21,21,2,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(22,22,2,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(23,23,2,'2023-03-21 23:06:43','2023-03-21 23:06:43'),(24,24,2,'2023-03-22 09:42:04','2023-03-22 09:42:04'),(25,25,2,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(26,26,2,'2023-03-22 09:52:27','2023-03-22 09:52:27'),(27,27,2,'2023-03-22 09:57:34','2023-03-22 09:57:34'),(28,28,2,'2023-03-22 09:59:24','2023-03-22 09:59:24'),(29,29,2,'2023-03-22 10:03:30','2023-03-22 10:03:30'),(30,30,2,'2023-03-29 09:36:25','2023-03-29 09:36:25'),(31,31,2,'2023-03-29 09:43:41','2023-03-29 09:43:41'),(32,33,2,'2023-03-29 15:49:47','2023-03-29 15:49:47'),(33,34,2,'2023-03-30 09:52:08','2023-03-30 09:52:08'),(34,41,2,'2023-04-14 15:14:48','2023-04-14 15:14:48'),(35,42,4,'2023-04-20 07:55:56','2023-04-20 07:55:56'),(36,48,2,'2023-05-05 10:28:52','2023-05-05 10:28:52'),(37,49,2,'2023-05-05 10:35:40','2023-05-05 10:35:40'),(38,50,2,'2023-05-05 10:41:54','2023-05-05 10:41:54'),(39,51,2,'2023-05-05 11:19:47','2023-05-05 11:19:47'),(40,52,2,'2023-05-05 12:02:57','2023-05-05 12:02:57');
/*!40000 ALTER TABLE `token_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `transactions`
--

DROP TABLE IF EXISTS `transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `transactions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `token_bundle_id` bigint(20) unsigned DEFAULT NULL,
  `assessment_id` bigint(20) unsigned DEFAULT NULL,
  `user_tripe_id` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `status` int(11) NOT NULL,
  `amount` decimal(20,2) NOT NULL,
  `token_assigned` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `plan_id` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `transactions_user_id_foreign` (`user_id`),
  KEY `transactions_token_bundle_id_foreign` (`token_bundle_id`),
  KEY `transactions_assessment_id_foreign` (`assessment_id`),
  KEY `transactions_plan_id_foreign` (`plan_id`),
  CONSTRAINT `transactions_assessment_id_foreign` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`id`) ON DELETE SET NULL,
  CONSTRAINT `transactions_plan_id_foreign` FOREIGN KEY (`plan_id`) REFERENCES `plans` (`id`) ON DELETE SET NULL,
  CONSTRAINT `transactions_token_bundle_id_foreign` FOREIGN KEY (`token_bundle_id`) REFERENCES `token_bundles` (`id`) ON DELETE SET NULL,
  CONSTRAINT `transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `transactions`
--

LOCK TABLES `transactions` WRITE;
/*!40000 ALTER TABLE `transactions` DISABLE KEYS */;
INSERT INTO `transactions` VALUES (1,4,2,NULL,'cus_MqaDwipzrZavVQ','pi_3M6t2yAz1yaRnyQB0wEG3T6y',1,10000.00,1,'2022-11-22 09:45:58','2022-11-22 09:45:58',NULL),(2,2,2,NULL,'cus_MqCT7OmP3VWyME','pi_3M7PghAz1yaRnyQB0XZpOAdh',1,10000.00,1,'2022-11-23 20:37:20','2022-11-23 20:37:20',NULL),(3,5,3,NULL,'cus_Mqcrv6tGdiyVSN','pi_3M7hT6Az1yaRnyQB1wmLqnLw',1,22500.00,1,'2022-11-24 15:36:23','2022-11-24 15:36:23',NULL),(4,5,NULL,NULL,'cus_Mqcrv6tGdiyVSN','Subscription',1,50000.00,0,'2022-11-25 08:23:24','2022-11-25 08:23:24',NULL),(5,2,NULL,NULL,'cus_MqCT7OmP3VWyME','Subscription',1,50000.00,0,'2022-12-01 17:18:27','2022-12-01 17:18:27',NULL),(6,4,NULL,NULL,'cus_MqaDwipzrZavVQ','Subscription',1,50000.00,0,'2023-04-20 07:25:08','2023-04-20 07:25:08',NULL),(7,2,NULL,NULL,'cus_MqCT7OmP3VWyME','pay_as_you_go',2,2499.00,1,'2023-05-09 08:16:51','2023-05-09 08:16:51',1),(8,2,NULL,NULL,'cus_MqCT7OmP3VWyME','pay_yearly',2,79900.00,1,'2023-05-09 08:17:11','2023-05-09 08:17:11',3),(9,2,NULL,NULL,'cus_MqCT7OmP3VWyME','pay_monthly',2,19900.00,1,'2023-05-09 08:27:58','2023-05-09 08:27:58',2),(10,4,NULL,NULL,'cus_MqaDwipzrZavVQ','pay_monthly',2,19900.00,1,'2023-05-09 08:29:00','2023-05-09 08:29:00',2),(11,2,NULL,NULL,'cus_MqCT7OmP3VWyME','pay_monthly',2,19900.00,1,'2023-05-09 08:54:21','2023-05-09 08:54:21',2);
/*!40000 ALTER TABLE `transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_credits`
--

DROP TABLE IF EXISTS `user_credits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_credits` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `credits` int(11) NOT NULL,
  `source` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  `credits_used` int(11) NOT NULL DEFAULT 0,
  `plan_id` bigint(20) unsigned DEFAULT NULL,
  `gifted_by` bigint(20) unsigned DEFAULT NULL,
  `subscription_id` bigint(20) unsigned DEFAULT NULL,
  `expire_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_credits_user_id_foreign` (`user_id`),
  KEY `user_credits_gifted_by_foreign` (`gifted_by`),
  KEY `user_credits_plan_id_foreign` (`plan_id`),
  KEY `user_credits_subscription_id_foreign` (`subscription_id`),
  CONSTRAINT `user_credits_gifted_by_foreign` FOREIGN KEY (`gifted_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `user_credits_plan_id_foreign` FOREIGN KEY (`plan_id`) REFERENCES `plans` (`id`) ON DELETE SET NULL,
  CONSTRAINT `user_credits_subscription_id_foreign` FOREIGN KEY (`subscription_id`) REFERENCES `subscriptions` (`id`) ON DELETE SET NULL,
  CONSTRAINT `user_credits_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_credits`
--

LOCK TABLES `user_credits` WRITE;
/*!40000 ALTER TABLE `user_credits` DISABLE KEYS */;
INSERT INTO `user_credits` VALUES (1,2,1,1,1,0,1,NULL,NULL,NULL,'2023-05-09 08:16:51','2023-05-09 08:16:51'),(4,4,20,1,1,0,2,NULL,2,'2023-06-09 08:28:58','2023-05-09 08:29:00','2023-05-09 08:29:00'),(5,2,20,1,3,0,2,NULL,3,'2023-06-09 08:54:19','2023-05-09 08:54:21','2023-05-09 08:54:56');
/*!40000 ALTER TABLE `user_credits` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `phone_number` varchar(255) DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL,
  `fra_tokens` int(11) NOT NULL DEFAULT 0,
  `role_id` int(11) NOT NULL,
  `organization_id` bigint(20) unsigned DEFAULT NULL,
  `organization_branch_id` bigint(20) unsigned DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `free_audit_used_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `company_logo` varchar(255) DEFAULT NULL,
  `accreditation_logo` varchar(255) DEFAULT NULL,
  `user_signature` varchar(255) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `stripe_id` varchar(255) DEFAULT NULL,
  `pm_type` varchar(255) DEFAULT NULL,
  `pm_last_four` varchar(4) DEFAULT NULL,
  `trial_ends_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`),
  KEY `users_organization_id_foreign` (`organization_id`),
  KEY `users_organization_branch_id_foreign` (`organization_branch_id`),
  KEY `users_stripe_id_index` (`stripe_id`),
  CONSTRAINT `users_organization_branch_id_foreign` FOREIGN KEY (`organization_branch_id`) REFERENCES `organization_branches` (`id`) ON DELETE SET NULL,
  CONSTRAINT `users_organization_id_foreign` FOREIGN KEY (`organization_id`) REFERENCES `organizations` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'Admin',NULL,'devtests@staxogroup.com',NULL,NULL,5,1,NULL,NULL,NULL,NULL,'$2y$10$C5F8/dZRGAbaHldW89j23OobGo6pn3yUma58GB1ROBtUdEhFZFoh.',NULL,NULL,NULL,NULL,'2022-11-17 11:49:42','2022-11-17 11:49:42',NULL,NULL,NULL,NULL),(2,'Client','Name','devtests+client@staxogroup.com',NULL,NULL,20,2,1,NULL,NULL,'2023-04-14 15:18:49','$2y$10$dOYK5OYV/y7H9YT0CJiA0uT/C.WUHLaLb.efY9Fe.lLRwb3H0drqe',NULL,NULL,NULL,NULL,'2022-11-17 11:49:42','2023-05-09 09:45:33','cus_MqCT7OmP3VWyME','visa','4242',NULL),(3,'Julie','Parr','julie.parr@staxogroup.com','02080172318',NULL,7,3,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-21 15:52:14','2023-04-26 14:35:13',NULL,NULL,NULL,NULL),(4,'Hassan','Mpuruti','hmpuruti@gmail.com','0717337273',NULL,31,2,2,NULL,NULL,'2023-04-20 07:58:05','$2y$10$tVO6hG9eRDK75WEzEwWPkuJtX6d1/k/o5j3px2JKCl6vR4OJkcx5G',NULL,NULL,NULL,NULL,'2022-11-22 09:45:20','2023-04-28 12:06:59','cus_MqaDwipzrZavVQ','visa','4242',NULL),(5,'Branch','User','hassan.mpuruti+branch@staxogroup.com','0717337273',NULL,15,3,2,2,NULL,NULL,'$2y$10$4IP6k6f/ODWTUCaxTlT2x.DRPJ2C2uQ1/b0oKyyUKJk21EcbbaD4y',NULL,NULL,NULL,NULL,'2022-11-22 09:48:00','2022-11-24 15:36:23','cus_Mqcrv6tGdiyVSN',NULL,NULL,NULL);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-05-23  9:28:31
